File: //var/backups/mysql/oscasa
/*M!999999\- enable the sandbox mode */
-- MariaDB dump 10.19 Distrib 10.5.29-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost Database: oscasa
-- ------------------------------------------------------
-- Server version 10.5.29-MariaDB-0+deb11u1
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `jos7e_action_log_config`
--
DROP TABLE IF EXISTS `jos7e_action_log_config`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_action_log_config` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`type_title` varchar(255) NOT NULL DEFAULT '',
`type_alias` varchar(255) NOT NULL DEFAULT '',
`id_holder` varchar(255) DEFAULT NULL,
`title_holder` varchar(255) DEFAULT NULL,
`table_name` varchar(255) DEFAULT NULL,
`text_prefix` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_action_log_config`
--
LOCK TABLES `jos7e_action_log_config` WRITE;
/*!40000 ALTER TABLE `jos7e_action_log_config` DISABLE KEYS */;
INSERT INTO `jos7e_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');
/*!40000 ALTER TABLE `jos7e_action_log_config` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_action_logs`
--
DROP TABLE IF EXISTS `jos7e_action_logs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_action_logs` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`message_language_key` varchar(255) NOT NULL DEFAULT '',
`message` text NOT NULL,
`log_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`extension` varchar(50) NOT NULL DEFAULT '',
`user_id` int(11) NOT NULL DEFAULT 0,
`item_id` int(11) NOT NULL DEFAULT 0,
`ip_address` varchar(40) NOT NULL DEFAULT '0.0.0.0',
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;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_action_logs`
--
LOCK TABLES `jos7e_action_logs` WRITE;
/*!40000 ALTER TABLE `jos7e_action_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_action_logs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_action_logs_extensions`
--
DROP TABLE IF EXISTS `jos7e_action_logs_extensions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_action_logs_extensions` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`extension` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_action_logs_extensions`
--
LOCK TABLES `jos7e_action_logs_extensions` WRITE;
/*!40000 ALTER TABLE `jos7e_action_logs_extensions` DISABLE KEYS */;
INSERT INTO `jos7e_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');
/*!40000 ALTER TABLE `jos7e_action_logs_extensions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_action_logs_users`
--
DROP TABLE IF EXISTS `jos7e_action_logs_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_action_logs_users` (
`user_id` int(11) unsigned NOT NULL,
`notify` tinyint(1) unsigned NOT NULL,
`extensions` text NOT NULL,
PRIMARY KEY (`user_id`),
KEY `idx_notify` (`notify`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_action_logs_users`
--
LOCK TABLES `jos7e_action_logs_users` WRITE;
/*!40000 ALTER TABLE `jos7e_action_logs_users` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_action_logs_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_acymailing_action`
--
DROP TABLE IF EXISTS `jos7e_acymailing_action`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_acymailing_action` (
`action_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) DEFAULT NULL,
`description` text DEFAULT NULL,
`frequency` int(10) unsigned NOT NULL,
`nextdate` int(10) unsigned NOT NULL,
`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 DEFAULT NULL,
`actions` text DEFAULT NULL,
`report` text DEFAULT NULL,
`published` tinyint(4) NOT NULL DEFAULT 0,
`ordering` smallint(5) unsigned DEFAULT 0,
`delete_wrong_emails` tinyint(4) NOT NULL DEFAULT 0,
`senderfrom` tinyint(4) NOT NULL DEFAULT 0,
`senderto` tinyint(4) NOT NULL DEFAULT 0,
PRIMARY KEY (`action_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_acymailing_action`
--
LOCK TABLES `jos7e_acymailing_action` WRITE;
/*!40000 ALTER TABLE `jos7e_acymailing_action` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_acymailing_action` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_acymailing_config`
--
DROP TABLE IF EXISTS `jos7e_acymailing_config`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_acymailing_config` (
`namekey` varchar(200) NOT NULL,
`value` text DEFAULT NULL,
PRIMARY KEY (`namekey`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_acymailing_config`
--
LOCK TABLES `jos7e_acymailing_config` WRITE;
/*!40000 ALTER TABLE `jos7e_acymailing_config` DISABLE KEYS */;
INSERT INTO `jos7e_acymailing_config` VALUES ('level','Essential'),('version','5.7.0'),('smtp_port','25'),('from_name','OSCASA'),('from_email','info@oscasa.com'),('bounce_email','web@oscasa.com'),('mailer_method','phpmail'),('sendmail_path','/usr/sbin/sendmail'),('smtp_secured',''),('smtp_auth','0'),('smtp_username',''),('smtp_password',''),('reply_name','OSCASA'),('reply_email','info@oscasa.com'),('cron_sendto','web@oscasa.com'),('add_names','1'),('encoding_format','8bit'),('charset','UTF-8'),('word_wrapping','150'),('hostname',''),('embed_images','1'),('embed_files','1'),('editor','0'),('multiple_part','1'),('smtp_host','localhost'),('queue_nbmail','40'),('queue_nbmail_auto','70'),('queue_type','auto'),('queue_try','3'),('queue_pause','120'),('allow_visitor','0'),('require_confirmation','0'),('priority_newsletter','3'),('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'),('uploadfolder','media/com_acymailing/upload'),('confirm_redirect',''),('subscription_message','1'),('notification_unsuball',''),('cron_next','1491119432'),('confirmation_message','1'),('welcome_message','1'),('unsub_message','1'),('cron_last','0'),('cron_fromip',''),('cron_report',''),('cron_frequency','900'),('cron_sendreport','2'),('cron_fullreport','1'),('cron_savereport','2'),('cron_savepath','media/com_acymailing/logs/report122871746.log'),('notification_created','info@oscasa.com;web@oscasa.com'),('notification_accept',''),('notification_refuse','web@oscasa.com'),('forward','0'),('description_starter','Joomla!® Newsletter System'),('description_essential','Joomla!® Marketing Campaign'),('description_business','Joomla!® Marketing Campaign'),('description_enterprise','Joomla!® Newsletter Extension'),('priority_followup','2'),('unsub_redirect',''),('show_footer','1'),('use_sef','0'),('itemid','0'),('css_module','default'),('css_frontend','default'),('css_backend',''),('bootstrap_frontend','0'),('menu_position','above'),('unsub_reasons','a:2:{i:0;s:21:\"UNSUB_SURVEY_FREQUENT\";i:1;s:21:\"UNSUB_SURVEY_RELEVANT\";}'),('security_key','MZhpdkmsT5XGTybJHCM9HsUy6K7cKR'),('installcomplete','1'),('Starter','0'),('Essential','1'),('Business','2'),('Enterprise','3'),('bouncerulesversion','10'),('website','http://oscasa.com/'),('max_execution_time','480'),('lastclean','1577088146'),('last_maxexec_check','1500886579'),('ssl_links','0'),('dkim','0'),('smtp_keepalive','1'),('elasticemail_username',''),('elasticemail_password',''),('elasticemail_port','rest'),('dkim_private','-----BEGIN PRIVATE KEY-----\r\nMIICdQIBADANBgkqhkiG9w0BAQEFAASCAl8wggJbAgEAAoGBALBqQgpJpAqlh5Ct\r\nWrCKCPUa2lIodWJx7j6P5Ur8PoqT7jQIOqcOptwXFgMxz7HUkinicDzHHXKP/2R3\r\ncWEud+3d8e4MUWwRUP8+fZ26Kj+noNfYTW+vUQaOCAKeentWyY/0+R2E3jSa2jel\r\nNnGJJ79LZ97Oy/YegXTod2ShJ0HDAgMBAAECgYBHQXQRQbNflYKPPmX+HpMFpWX/\r\nf1YCgHAxlt+PjRkZ0iyJmbVPGszs4upCOhFhC7JJ9qtM8UQErQMEKnaCQUmw/3Kf\r\nk82HrqRo0ThXHkhKdWmUmH0ItPesIO4FqmXjjGpb87Zj6sgKH6UM3sRX3OEftUcB\r\nKmA/rDV4VzujmrdNeQJBAN6xEuEre0ypPFwBpt/9nbrDhyR9PiQdMhuOJKckwt1t\r\nsaUZ/EmMc42h79ewSLx+Xs+RPAWwdIV38Le3j3HFF90CQQDKzT1THgPqPtYpmltY\r\nytKrdZ0LVsrFO/ZUEa+KnkNTpxXo32AK/nWDyzdQy62Fhaz6J1N64nxcg9HXaMHK\r\nl/YfAkA77SLLfUv84T3g9IDXngQoEh3378wdI84sJCAw6m+V7sLzTv7ZO/aMkptc\r\nS5AHSWpyKP8h+M4ibJhWmAr97q/xAkBVCF9ZNXGgyz4S7ZS1kz1oBQWXFooozu6G\r\n6292KMvEDH/kR5zGn1D4tMF50BzuqlEQBmM7WDGavO7EajkvUC4zAkAsCxwwsUn7\r\nmkGKmQXtL7LmcnhmFkN2hPoncNyLnm9vE8r986fMUj7WsO8QVtEPKTidixYNd0kX\r\nyLU026sMo5mT\r\n-----END PRIVATE KEY-----\r\n'),('dkim_public','MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwakIKSaQKpYeQrVqwigj1GtpSKHVice4+j+VK/D6Kk+40CDqnDqbcFxYDMc+x1JIp4nA8xx1yj/9kd3FhLnft3fHuDFFsEVD/Pn2duio/p6DX2E1vr1EGjggCnnp7VsmP9PkdhN40mto3pTZxiSe/S2fezsv2HoF06HdkoSdBwwIDAQAB'),('bounce_action_maxtry','noaction'),('bounce_action_lists_maxtry','4'),('sendorder','subid,ASC'),('autosub','3'),('allow_modif','none'),('generate_name','1'),('notification_unsub','info@oscasa.com;web@oscasa.com'),('notification_contact',''),('notification_contact_menu',''),('notification_confirm',''),('sub_redirect',''),('modif_redirect',''),('module_redirect','|oscasa.com'),('geolocation','1'),('geoloc_api_key',''),('unsubscription_message','1'),('confirm_message','0'),('trackingsystem','acymailing,google,1'),('trackingsystemexternalwebsite','1'),('comments_feature',''),('disqus_shortname',''),('frontend_subject','1'),('frontend_print','0'),('show_description','1'),('show_filter','1'),('show_senddate','1'),('show_receiveemail','0'),('open_popup','1'),('popup_width','750'),('popup_height','550'),('indexFollow','1'),('unsub_intro','UNSUB_INTRO'),('unsub_dispoptions','1'),('unsub_survey','1'),('acyrss_format',''),('acyrss_name',''),('acyrss_description',''),('acyrss_element','20'),('acyrss_order','senddate'),('frontend_sender','0'),('frontend_reply','0'),('frontend_modif','1'),('frontend_modif_sent','1'),('captcha_enabled','1'),('captcha_chars','abcdefghijkmnpqrstwxyz23456798ABCDEFGHJKLMNPRSTUVWXYZ'),('captcha_nbchar_module','3'),('captcha_height_module','25'),('captcha_width_module','60'),('captcha_background_module','#ffffff'),('captcha_color_module','#bbbbbb'),('captcha_nbchar_component','6'),('captcha_height_component','25'),('captcha_width_component','120'),('captcha_background_component','#ffffff'),('captcha_color_component','#bbbbbb'),('email_checkdomain','0'),('email_botscout','0'),('email_botscout_key',''),('email_stopforumspam','1'),('email_iptimecheck','1'),('mediafolder','media/com_acymailing/upload'),('delete_stats','31104000'),('delete_history','10368000'),('dkim_domain','oscasa.com'),('import_params','generatename'),('auto_bounce','0'),('auto_bounce_frequency','21600'),('auto_bounce_next','1459520252'),('export_fields','email,name,created,firstname,company'),('bounce_secured',''),('bounce_certif','0'),('bounce_username',''),('bounce_password',''),('bounce_timeout','10'),('bounce_max','100'),('export_lists','2'),('bounce_server',''),('bounce_port','0'),('bounce_connection','imap'),('export_separator','semicolon'),('export_format','UTF-8'),('export_filters','subscribed'),('show_order','1'),('unsub_dispothersubs','0'),('latestversion','5.10.11'),('expirationdate','-2'),('lastlicensecheck','1578400519'),('special_chars','0'),('redirect_tags','0'),('description_sidekick','Joomla!® Mailing Extension'),('Sidekick','4'),('captcha_plugin','acycaptcha');
/*!40000 ALTER TABLE `jos7e_acymailing_config` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_acymailing_fields`
--
DROP TABLE IF EXISTS `jos7e_acymailing_fields`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_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 DEFAULT NULL,
`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,
`default` varchar(250) DEFAULT NULL,
`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(4) DEFAULT NULL,
`frontlistingfilter` tinyint(4) DEFAULT NULL,
`frontform` tinyint(4) DEFAULT 1,
PRIMARY KEY (`fieldid`),
UNIQUE KEY `namekey` (`namekey`),
KEY `orderingindex` (`published`,`ordering`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_acymailing_fields`
--
LOCK TABLES `jos7e_acymailing_fields` WRITE;
/*!40000 ALTER TABLE `jos7e_acymailing_fields` DISABLE KEYS */;
INSERT INTO `jos7e_acymailing_fields` VALUES (1,'NAMECAPTION','name','text','',1,1,'',1,1,1,1,'',1,1,1,1,1,'all',0,NULL,NULL,1),(2,'EMAILCAPTION','email','text','',1,2,'',1,1,1,1,'',1,1,1,1,1,'all',0,NULL,NULL,1),(3,'RECEIVE','html','radio','0::JOOMEXT_TEXT\n1::HTML',1,3,'',1,1,1,1,'1',1,1,0,1,1,'all',0,NULL,NULL,1),(4,'First Name','firstname','text','',1,4,'a:21:{s:11:\"fieldcattag\";s:3:\"div\";s:13:\"fieldcatclass\";s:0:\"\";s:14:\"editablecreate\";s:1:\"1\";s:14:\"editablemodify\";s:1:\"1\";s:12:\"errormessage\";s:0:\"\";s:12:\"checkcontent\";s:1:\"0\";s:6:\"regexp\";s:0:\"\";s:24:\"errormessagecheckcontent\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:14:\"displim_field0\";s:1:\"0\";s:12:\"displim_ope0\";s:2:\"==\";s:14:\"displim_value0\";s:0:\"\";s:12:\"displim_rel0\";s:0:\"\";s:6:\"dbName\";s:7:\"current\";s:9:\"tableName\";s:0:\"\";s:13:\"whereOperator\";s:1:\"=\";s:10:\"whereValue\";s:0:\"\";s:10:\"orderValue\";s:3:\"ASC\";}',0,0,1,1,'',1,1,0,1,1,'all',0,NULL,NULL,1),(5,'Company','company','text','',1,5,'a:21:{s:11:\"fieldcattag\";s:3:\"div\";s:13:\"fieldcatclass\";s:0:\"\";s:14:\"editablecreate\";s:1:\"1\";s:14:\"editablemodify\";s:1:\"1\";s:12:\"errormessage\";s:0:\"\";s:12:\"checkcontent\";s:1:\"0\";s:6:\"regexp\";s:0:\"\";s:24:\"errormessagecheckcontent\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:14:\"displim_field0\";s:1:\"0\";s:12:\"displim_ope0\";s:2:\"==\";s:14:\"displim_value0\";s:0:\"\";s:12:\"displim_rel0\";s:0:\"\";s:6:\"dbName\";s:7:\"current\";s:9:\"tableName\";s:0:\"\";s:13:\"whereOperator\";s:1:\"=\";s:10:\"whereValue\";s:0:\"\";s:10:\"orderValue\";s:3:\"ASC\";}',0,0,1,1,'',1,1,0,0,0,'all',0,NULL,NULL,1);
/*!40000 ALTER TABLE `jos7e_acymailing_fields` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_acymailing_filter`
--
DROP TABLE IF EXISTS `jos7e_acymailing_filter`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_acymailing_filter` (
`filid` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(250) DEFAULT NULL,
`description` text DEFAULT NULL,
`published` tinyint(3) unsigned DEFAULT NULL,
`lasttime` int(10) unsigned DEFAULT NULL,
`trigger` text DEFAULT NULL,
`report` text DEFAULT NULL,
`action` text DEFAULT NULL,
`filter` text DEFAULT NULL,
PRIMARY KEY (`filid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_acymailing_filter`
--
LOCK TABLES `jos7e_acymailing_filter` WRITE;
/*!40000 ALTER TABLE `jos7e_acymailing_filter` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_acymailing_filter` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_acymailing_forward`
--
DROP TABLE IF EXISTS `jos7e_acymailing_forward`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_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=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_acymailing_forward`
--
LOCK TABLES `jos7e_acymailing_forward` WRITE;
/*!40000 ALTER TABLE `jos7e_acymailing_forward` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_acymailing_forward` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_acymailing_geolocation`
--
DROP TABLE IF EXISTS `jos7e_acymailing_geolocation`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_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=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_acymailing_geolocation`
--
LOCK TABLES `jos7e_acymailing_geolocation` WRITE;
/*!40000 ALTER TABLE `jos7e_acymailing_geolocation` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_acymailing_geolocation` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_acymailing_history`
--
DROP TABLE IF EXISTS `jos7e_acymailing_history`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_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 DEFAULT NULL,
`source` text DEFAULT NULL,
`mailid` mediumint(8) unsigned DEFAULT NULL,
KEY `subid` (`subid`,`date`),
KEY `dateindex` (`date`),
KEY `actionindex` (`action`,`mailid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_acymailing_history`
--
LOCK TABLES `jos7e_acymailing_history` WRITE;
/*!40000 ALTER TABLE `jos7e_acymailing_history` DISABLE KEYS */;
INSERT INTO `jos7e_acymailing_history` VALUES (5041,1572954406,'41.144.84.133','created','EXECUTED_BY::814 ( adminusr )','HTTP_REFERER::http://oscasa.com/administrator/index.php?option=com_users&view=user&layout=edit\nHTTP_USER_AGENT::Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.87 Safari/537.36\nHTTP_HOST::oscasa.com\nSERVER_ADDR::10.2.6.145\nREMOTE_ADDR::41.144.84.133\nREQUEST_URI::/administrator/index.php?option=com_users&layout=edit&id=0\nQUERY_STRING::option=com_users&layout=edit&id=0',0),(5041,1572954944,'41.144.84.216','modified','EXECUTED_BY::814 ( adminusr )','HTTP_REFERER::http://oscasa.com/administrator/index.php?option=com_acymailing&ctrl=subscriber&task=edit&subid=5041\nHTTP_USER_AGENT::Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.87 Safari/537.36\nHTTP_HOST::oscasa.com\nSERVER_ADDR::10.2.6.145\nREMOTE_ADDR::41.144.84.216\nREQUEST_URI::/administrator/index.php?option=com_acymailing&ctrl=subscriber\nQUERY_STRING::option=com_acymailing&ctrl=subscriber',0),(5042,1572955702,'41.144.84.134','created','EXECUTED_BY::814 ( adminusr )','HTTP_REFERER::http://oscasa.com/administrator/index.php?option=com_users&view=user&layout=edit\nHTTP_USER_AGENT::Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.87 Safari/537.36\nHTTP_HOST::oscasa.com\nSERVER_ADDR::10.2.6.145\nREMOTE_ADDR::41.144.84.134\nREQUEST_URI::/administrator/index.php?option=com_users&layout=edit&id=0\nQUERY_STRING::option=com_users&layout=edit&id=0',0),(5042,1572956781,'41.144.84.175','modified','EXECUTED_BY::814 ( adminusr )','HTTP_REFERER::http://oscasa.com/administrator/index.php?option=com_acymailing&ctrl=subscriber&task=edit&subid=5042\nHTTP_USER_AGENT::Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.87 Safari/537.36\nHTTP_HOST::oscasa.com\nSERVER_ADDR::10.2.6.145\nREMOTE_ADDR::41.144.84.175\nREQUEST_URI::/administrator/index.php?option=com_acymailing&ctrl=subscriber\nQUERY_STRING::option=com_acymailing&ctrl=subscriber',0),(5043,1572957204,'41.144.84.45','created','EXECUTED_BY::814 ( adminusr )','HTTP_REFERER::http://oscasa.com/administrator/index.php?option=com_users&view=user&layout=edit\nHTTP_USER_AGENT::Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.87 Safari/537.36\nHTTP_HOST::oscasa.com\nSERVER_ADDR::10.2.6.145\nREMOTE_ADDR::41.144.84.45\nREQUEST_URI::/administrator/index.php?option=com_users&layout=edit&id=0\nQUERY_STRING::option=com_users&layout=edit&id=0',0),(5043,1572957284,'41.144.84.11','modified','EXECUTED_BY::814 ( adminusr )','HTTP_REFERER::http://oscasa.com/administrator/index.php?option=com_acymailing&ctrl=subscriber&task=edit&subid=5043\nHTTP_USER_AGENT::Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.87 Safari/537.36\nHTTP_HOST::oscasa.com\nSERVER_ADDR::10.2.6.145\nREMOTE_ADDR::41.144.84.11\nREQUEST_URI::/administrator/index.php?option=com_acymailing&ctrl=subscriber\nQUERY_STRING::option=com_acymailing&ctrl=subscriber',0),(5044,1575359554,'41.144.74.69','created','EXECUTED_BY::814 ( adminusr )','HTTP_REFERER::http://oscasa.com/administrator/index.php?option=com_users&view=user&layout=edit\nHTTP_USER_AGENT::Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36\nHTTP_HOST::oscasa.com\nSERVER_ADDR::144.76.159.62\nREMOTE_ADDR::41.144.74.69\nREQUEST_URI::/administrator/index.php?option=com_users&layout=edit&id=0\nQUERY_STRING::option=com_users&layout=edit&id=0',0),(5044,1575359891,'41.144.74.179','modified','EXECUTED_BY::814 ( adminusr )','HTTP_REFERER::http://oscasa.com/administrator/index.php?option=com_acymailing&ctrl=subscriber&task=edit&subid=5044\nHTTP_USER_AGENT::Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36\nHTTP_HOST::oscasa.com\nSERVER_ADDR::144.76.159.62\nREMOTE_ADDR::41.144.74.179\nREQUEST_URI::/administrator/index.php?option=com_acymailing&ctrl=subscriber\nQUERY_STRING::option=com_acymailing&ctrl=subscriber',0);
/*!40000 ALTER TABLE `jos7e_acymailing_history` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_acymailing_list`
--
DROP TABLE IF EXISTS `jos7e_acymailing_list`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_acymailing_list` (
`name` varchar(250) NOT NULL,
`description` text DEFAULT NULL,
`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=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_acymailing_list`
--
LOCK TABLES `jos7e_acymailing_list` WRITE;
/*!40000 ALTER TABLE `jos7e_acymailing_list` DISABLE KEYS */;
INSERT INTO `jos7e_acymailing_list` VALUES ('Production Clients','',1,5,1,814,'production-clients','#ff0000',1,0,0,'list','all','none','all','0',''),('Agency Members','',4,2,1,814,'agencies','#3333ff',1,0,0,'list','all','none','all','0',''),('Guests','',3,3,1,814,'guests','#7240A4',1,0,0,'list','all','none','all','0',''),('Queries Complaints','<p style=\"text-align: center;\"><span style=\"font-size: 9pt; line-height: 115%; font-family: arial,helvetica,sans-serif;\">OSCASA working for you the Artistes since 2004. Official South African Casting Association</span></p>\r\n<p><img src=\"images/officialSAcasting_logo.jpg\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 12pt; line-height: 115%; font-family: arial,helvetica,sans-serif;\">We have received your query, will look into it and be in touch soon.</span></p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 12pt; line-height: 115%; font-family: arial,helvetica,sans-serif;\"></span></p>\r\n<p style=\"text-align: center;\"><span style=\"font-family: \'Helvetica\',sans-serif;\"><a href=\"http://link.marketingautomation.services/wf/click?upn=PNTsdZpJvMxkPiGwpyOr40u1zsD5N-2Bfo2pyPKpaPJA3zJMuU6YaTznM0e6YyRvV9pwUqxHLfwR3MQnnnqKbNng-3D-3D_end7e6XyPvan38FIFWOEfzr2auR-2BpfvW9CqqSQ4G9uC55FLit2hIx6D68cJtpVLCfrfsxCHPjzwshXNrZG-2BNEzHVZsi6jaS4WbX26pz8kXoNqrMuWcNe41wG0Bvz6YgYW2lSL22SH2piC9DojmSGs0jTW09ilymtuAjTg8indJzWzhIKTUITko3993LqX-2FOcs16uONIbZCYNNw2RuGkdde6pKgBfoxKre92ac6PokvMDnbZ8SiMhuUMlWfBD9efL-2BjgusOOmzgRBIrriMrj7wAxL9saIZjnR8rdupjtoxMVhQa5aJv3Lj297z6DG-2BsT0DSQ15e7QTm5-2FSEjzv-2BdwMg-3D-3D\" target=\"_blank\" title=\"Commercial Guidelines 2016/17\"></a></span><span style=\"font-family: arial, helvetica, sans-serif;\">We can offer advice and <b>ASSIST</b> you in ensuring that your complaints, queries and concerns are channelled to the correct person/s or company, regardless of whether or not your Agent is an OSCASA approved member. All queries or complaints need to be completed on our <a href=\"index.php/join/individual-registration/query-complaint-form\">Query/Complaints Form</a> online.</span></p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: arial,helvetica,sans-serif;\"><span style=\"line-height: 115%;\">If your Agent is an OSCASA member they have committed to adhering to <b>OSCASA Constitution, Terms & Conditions & Code of Conduct </b>which you can review <a href=\"images/OSCASA_Ts-Cs-Code-Of-Conduct-Constitution_v21.pdf\">here</a>.</span><span style=\"line-height: 115%;\"><a href=\"images/OSCASA_Ts-Cs-Code-Of-Conduct-Constitution_v21.pdf\"></a></span></span></p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: arial,helvetica,sans-serif;\"><span style=\"line-height: 115%;\"><a href=\"images/OSCASA_Ts-Cs-Code-Of-Conduct-Constitution_v21.pdf\"></a></span></span><span style=\"font-size: 10pt; font-family: arial,helvetica,sans-serif;\"><span style=\"line-height: 115%;\">If you’re not sure that your Agent is an approved OSCASA member, click <a href=\"index.php/members\">here</a>.</span><a href=\"index.php/members\"><span style=\"line-height: 115%;\"></span></a></span></p>',2,4,1,814,'individual-members','#157D69',1,34,0,'list','all','none','all','0','');
/*!40000 ALTER TABLE `jos7e_acymailing_list` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_acymailing_listcampaign`
--
DROP TABLE IF EXISTS `jos7e_acymailing_listcampaign`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_acymailing_listcampaign` (
`campaignid` smallint(5) unsigned NOT NULL,
`listid` smallint(5) unsigned NOT NULL,
PRIMARY KEY (`campaignid`,`listid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_acymailing_listcampaign`
--
LOCK TABLES `jos7e_acymailing_listcampaign` WRITE;
/*!40000 ALTER TABLE `jos7e_acymailing_listcampaign` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_acymailing_listcampaign` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_acymailing_listmail`
--
DROP TABLE IF EXISTS `jos7e_acymailing_listmail`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_acymailing_listmail` (
`listid` smallint(5) unsigned NOT NULL,
`mailid` mediumint(8) unsigned NOT NULL,
PRIMARY KEY (`listid`,`mailid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_acymailing_listmail`
--
LOCK TABLES `jos7e_acymailing_listmail` WRITE;
/*!40000 ALTER TABLE `jos7e_acymailing_listmail` DISABLE KEYS */;
INSERT INTO `jos7e_acymailing_listmail` VALUES (2,29),(2,31),(2,32),(2,33),(2,36),(2,37),(3,29),(3,31),(3,32),(3,33),(3,36),(3,38),(4,29),(4,31),(4,32),(4,33),(4,36),(4,38),(5,35);
/*!40000 ALTER TABLE `jos7e_acymailing_listmail` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_acymailing_listsub`
--
DROP TABLE IF EXISTS `jos7e_acymailing_listsub`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_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=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_acymailing_listsub`
--
LOCK TABLES `jos7e_acymailing_listsub` WRITE;
/*!40000 ALTER TABLE `jos7e_acymailing_listsub` DISABLE KEYS */;
INSERT INTO `jos7e_acymailing_listsub` VALUES (3,21,1457000974,1459491184,-1),(2,24,1457001310,NULL,1),(2,25,1457001310,NULL,1),(2,27,1457001310,NULL,1),(2,28,1457001310,NULL,1),(2,29,1457001310,NULL,1),(2,30,1457001310,NULL,1),(2,32,1457001310,NULL,1),(2,33,1457001310,NULL,1),(2,34,1457001310,NULL,1),(2,35,1457001310,NULL,1),(2,36,1457001310,NULL,1),(2,37,1457001310,NULL,1),(2,38,1457001310,NULL,1),(2,39,1457001310,NULL,1),(2,40,1457001310,NULL,1),(2,41,1457001310,NULL,1),(2,42,1457001310,NULL,1),(2,51,1458639662,NULL,1),(2,50,1458639701,NULL,1),(3,61,1463388578,1463388671,-1),(2,61,1463388709,NULL,1),(3,65,1465944826,1488452989,-1),(3,76,1474550075,1474550174,-1),(3,5035,1527239108,NULL,1),(2,65,1488452989,NULL,1),(4,65,1488459289,NULL,1),(3,5037,1530102924,NULL,1),(5,251,1487321414,NULL,1),(5,252,1487321414,NULL,1),(5,253,1487321414,NULL,1),(5,254,1487321414,NULL,1),(5,255,1487321414,NULL,1),(5,256,1487321414,NULL,1),(5,257,1487321414,NULL,1),(5,258,1487321414,NULL,1),(5,259,1487321414,NULL,1),(5,260,1487321414,NULL,1),(5,261,1487321414,NULL,1),(5,262,1487321414,NULL,1),(5,263,1487321414,NULL,1),(5,264,1487321414,NULL,1),(5,265,1487321414,NULL,1),(5,266,1487321414,NULL,1),(5,267,1487321414,NULL,1),(5,268,1487321414,NULL,1),(5,269,1487321414,NULL,1),(5,270,1487321414,NULL,1),(5,271,1487321414,NULL,1),(5,272,1487321414,NULL,1),(5,273,1487321414,NULL,1),(5,274,1487321414,NULL,1),(5,275,1487321414,NULL,1),(5,276,1487321414,NULL,1),(5,277,1487321414,NULL,1),(5,278,1487321414,NULL,1),(5,279,1487321414,NULL,1),(5,280,1487321414,NULL,1),(5,281,1487321414,NULL,1),(5,282,1487321414,NULL,1),(5,283,1487321414,NULL,1),(5,284,1487321414,NULL,1),(5,285,1487321414,NULL,1),(5,286,1487321414,NULL,1),(5,287,1487321414,NULL,1),(5,288,1487321414,NULL,1),(5,289,1487321414,NULL,1),(5,290,1487321414,NULL,1),(5,291,1487321414,NULL,1),(5,292,1487321414,NULL,1),(5,293,1487321414,NULL,1),(5,294,1487321414,NULL,1),(5,295,1487321414,NULL,1),(5,296,1487321414,NULL,1),(5,297,1487321414,NULL,1),(5,298,1487321414,NULL,1),(5,299,1487321414,NULL,1),(5,300,1487321414,NULL,1),(5,301,1487321414,NULL,1),(5,302,1487321414,NULL,1),(5,303,1487321414,NULL,1),(5,304,1487321414,NULL,1),(5,305,1487321414,NULL,1),(5,306,1487321414,NULL,1),(5,307,1487321414,NULL,1),(5,308,1487321414,NULL,1),(5,309,1487321414,NULL,1),(5,310,1487321414,NULL,1),(5,311,1487321414,NULL,1),(5,312,1487321414,NULL,1),(5,313,1487321414,NULL,1),(5,314,1487321414,NULL,1),(5,315,1487321414,NULL,1),(5,316,1487321414,NULL,1),(5,317,1487321414,NULL,1),(5,318,1487321414,NULL,1),(5,319,1487321414,NULL,1),(5,320,1487321414,NULL,1),(5,321,1487321414,NULL,1),(5,322,1487321414,NULL,1),(5,323,1487321414,NULL,1),(5,324,1487321414,NULL,1),(5,325,1487321414,NULL,1),(5,326,1487321414,NULL,1),(5,327,1487321414,NULL,1),(5,328,1487321414,NULL,1),(5,329,1487321414,NULL,1),(5,330,1487321414,NULL,1),(5,331,1487321414,NULL,1),(5,332,1487321414,NULL,1),(5,333,1487321414,NULL,1),(5,334,1487321414,NULL,1),(5,335,1487321414,NULL,1),(5,336,1487321414,NULL,1),(5,337,1487321414,NULL,1),(5,338,1487321414,NULL,1),(5,339,1487321414,NULL,1),(5,340,1487321414,NULL,1),(5,341,1487321414,NULL,1),(5,342,1487321414,NULL,1),(5,343,1487321414,NULL,1),(5,344,1487321414,NULL,1),(5,345,1487321414,NULL,1),(5,346,1487321414,NULL,1),(5,347,1487321414,NULL,1),(5,348,1487321414,NULL,1),(5,349,1487321414,NULL,1),(5,350,1487321414,NULL,1),(5,351,1487321414,NULL,1),(5,352,1487321414,NULL,1),(5,353,1487321414,NULL,1),(5,354,1487321414,NULL,1),(5,355,1487321414,NULL,1),(5,356,1487321414,1487426367,-1),(5,357,1487321414,NULL,1),(5,358,1487321414,NULL,1),(5,359,1487321414,NULL,1),(5,360,1487321414,NULL,1),(5,361,1487321414,NULL,1),(5,362,1487321414,NULL,1),(5,363,1487321414,NULL,1),(5,364,1487321414,NULL,1),(5,365,1487321414,NULL,1),(5,366,1487321414,NULL,1),(5,367,1487321414,NULL,1),(5,368,1487321414,NULL,1),(5,369,1487321414,NULL,1),(5,370,1487321414,NULL,1),(5,371,1487321414,NULL,1),(5,372,1487321414,NULL,1),(5,373,1487321414,NULL,1),(5,374,1487321414,NULL,1),(5,375,1487321414,NULL,1),(5,376,1487321414,NULL,1),(5,377,1487321414,NULL,1),(5,378,1487321414,NULL,1),(5,379,1487321414,NULL,1),(5,380,1487321414,NULL,1),(5,381,1487321414,NULL,1),(5,382,1487321414,NULL,1),(5,383,1487321414,NULL,1),(5,384,1487321414,NULL,1),(5,385,1487321414,NULL,1),(5,386,1487321414,NULL,1),(5,387,1487321414,NULL,1),(5,388,1487321414,NULL,1),(5,389,1487321414,NULL,1),(5,390,1487321414,NULL,1),(5,391,1487321414,NULL,1),(5,392,1487321414,NULL,1),(5,393,1487321414,NULL,1),(5,394,1487321414,NULL,1),(5,395,1487321414,NULL,1),(5,396,1487321414,NULL,1),(5,397,1487321414,NULL,1),(5,398,1487321414,NULL,1),(5,399,1487321414,NULL,1),(5,400,1487321414,NULL,1),(5,401,1487321414,NULL,1),(5,402,1487321414,NULL,1),(5,403,1487321414,NULL,1),(5,404,1487321414,NULL,1),(5,405,1487321414,NULL,1),(5,406,1487321414,NULL,1),(5,407,1487321414,NULL,1),(5,408,1487321414,NULL,1),(5,409,1487321414,NULL,1),(5,410,1487321414,NULL,1),(5,411,1487321414,NULL,1),(5,412,1487321414,NULL,1),(5,413,1487321414,NULL,1),(5,414,1487321414,NULL,1),(5,415,1487321414,NULL,1),(5,416,1487321414,NULL,1),(5,417,1487321414,NULL,1),(5,418,1487321414,NULL,1),(5,419,1487321414,NULL,1),(5,420,1487321414,NULL,1),(5,421,1487321414,NULL,1),(5,422,1487321414,NULL,1),(5,423,1487321414,NULL,1),(5,424,1487321414,NULL,1),(5,425,1487321414,NULL,1),(5,426,1487321414,NULL,1),(5,427,1487321414,NULL,1),(5,428,1487321414,NULL,1),(5,429,1487321414,NULL,1),(5,430,1487321414,NULL,1),(5,431,1487321414,NULL,1),(5,432,1487321414,NULL,1),(5,433,1487321414,NULL,1),(5,434,1487321414,NULL,1),(5,435,1487321414,NULL,1),(5,436,1487321414,NULL,1),(5,437,1487321414,NULL,1),(5,438,1487321414,NULL,1),(5,439,1487321414,NULL,1),(5,440,1487321414,NULL,1),(5,441,1487321414,NULL,1),(5,442,1487321414,NULL,1),(5,443,1487321414,NULL,1),(5,444,1487321414,NULL,1),(5,445,1487321414,NULL,1),(5,446,1487321414,NULL,1),(5,447,1487321414,NULL,1),(5,448,1487321414,NULL,1),(5,449,1487321414,NULL,1),(5,450,1487321414,NULL,1),(5,472,1487321414,NULL,1),(5,466,1487321414,NULL,1),(5,474,1487321414,NULL,1),(5,467,1487321414,NULL,1),(5,473,1487321414,NULL,1),(5,469,1487321414,NULL,1),(5,470,1487321414,NULL,1),(5,471,1487321414,NULL,1),(5,475,1487321414,NULL,1),(5,457,1487321414,NULL,1),(5,459,1487321414,NULL,1),(5,468,1487321414,NULL,1),(5,451,1487321414,NULL,1),(5,452,1487321414,NULL,1),(5,453,1487321414,NULL,1),(5,454,1487321414,NULL,1),(5,455,1487321414,NULL,1),(5,456,1487321414,NULL,1),(5,463,1487321414,NULL,1),(5,458,1487321414,NULL,1),(5,460,1487321414,NULL,1),(5,461,1487321414,NULL,1),(5,462,1487321414,NULL,1),(5,464,1487321414,NULL,1),(5,465,1487321414,NULL,1),(4,4259,1502887995,1502888705,-1),(5,65,1488459289,NULL,1),(2,4259,1502888705,NULL,1),(2,754,1490785777,NULL,1),(2,753,1490785826,NULL,1),(2,5036,1530101907,NULL,1),(3,5034,1519110264,NULL,1),(3,4260,1515074106,NULL,1),(3,5033,1510827596,NULL,1),(3,4259,1502887595,1502887995,-1),(3,5036,1530101868,1530101867,1),(3,5038,1530699302,NULL,1),(3,5039,1536848474,NULL,1),(3,5040,1540916118,NULL,1),(3,5041,1572954406,NULL,1),(2,5041,1572954944,NULL,1),(3,5042,1572955702,NULL,1),(2,5042,1572956781,NULL,1),(3,5043,1572957204,NULL,1),(2,5043,1572957284,NULL,1),(3,5044,1575359554,NULL,1),(2,5044,1575359891,NULL,1);
/*!40000 ALTER TABLE `jos7e_acymailing_listsub` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_acymailing_mail`
--
DROP TABLE IF EXISTS `jos7e_acymailing_mail`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_acymailing_mail` (
`mailid` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`subject` text DEFAULT 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,
`fromname` varchar(250) DEFAULT NULL,
`fromemail` varchar(250) DEFAULT NULL,
`replyname` varchar(250) DEFAULT NULL,
`replyemail` varchar(250) DEFAULT NULL,
`type` enum('news','autonews','followup','unsub','welcome','notification','joomlanotification','action') NOT NULL DEFAULT 'news',
`visible` tinyint(4) NOT NULL DEFAULT 1,
`userid` int(10) unsigned DEFAULT NULL,
`alias` varchar(250) DEFAULT NULL,
`attach` text DEFAULT NULL,
`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 DEFAULT NULL,
`sentby` int(10) unsigned DEFAULT NULL,
`metakey` text DEFAULT NULL,
`metadesc` text DEFAULT NULL,
`filter` text DEFAULT NULL,
`language` varchar(50) NOT NULL DEFAULT '',
`abtesting` varchar(250) DEFAULT NULL,
`thumb` varchar(250) DEFAULT NULL,
`summary` text NOT NULL,
`favicon` text DEFAULT NULL,
`bccaddresses` varchar(250) DEFAULT NULL,
PRIMARY KEY (`mailid`),
KEY `senddate` (`senddate`),
KEY `typemailidindex` (`type`,`mailid`),
KEY `useridindex` (`userid`)
) ENGINE=MyISAM AUTO_INCREMENT=50 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_acymailing_mail`
--
LOCK TABLES `jos7e_acymailing_mail` WRITE;
/*!40000 ALTER TABLE `jos7e_acymailing_mail` DISABLE KEYS */;
INSERT INTO `jos7e_acymailing_mail` VALUES (1,'New Subscriber on your website : {user:email}','<p>Hello {subtag:name},</p><p>A new user has been created in AcyMailing : </p><blockquote><p>Name : {user:name}</p><p>Email : {user:email}</p><p>IP : {user:ip} </p><p>Subscription : {user:subscription}</p></blockquote>','',1,NULL,NULL,NULL,NULL,NULL,NULL,'notification',0,NULL,'notification_created',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(2,'A User unsubscribed from all your lists : {user:email}','<p>Hello {subtag:name},</p><p>The user {user:name} : {user:email} unsubscribed from all your lists</p><p>Subscription : {user:subscription}</p><p>{survey}</p>','',1,NULL,NULL,NULL,NULL,NULL,NULL,'notification',0,NULL,'notification_unsuball',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(3,'A User unsubscribed : {user:email}','<p>Hello {subtag:name},</p><p>The user {user:name} : {user:email} unsubscribed from your list</p><p>Subscription : {user:subscription}</p><p>{survey}</p>','',1,NULL,NULL,NULL,NULL,NULL,NULL,'notification',0,NULL,'notification_unsub',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(4,'A User refuses to receive e-mails from your website : {user:email}','<p>The User {user:name} : {user:email} refuses to receive any e-mail anymore from your website.</p><p>Subscription : {user:subscription}</p><p>{survey}</p>','',1,NULL,NULL,NULL,NULL,NULL,NULL,'notification',0,NULL,'notification_refuse',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(5,'New contact from your website : {user:email}','<p>Hello {subtag:name},</p><p>A user submitted the form : </p><blockquote><p>Name : {user:name}</p><p>Email : {user:email}</p><p>IP : {user:ip} </p><p>Subscription : {user:subscription}</p></blockquote>','',1,NULL,NULL,NULL,NULL,NULL,NULL,'notification',0,NULL,'notification_contact',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(6,'A user subscribed or modified his subscription : {user:email}','<p>Hello {subtag:name},</p><p>A user submitted the form : </p><blockquote><p>Name : {user:name}</p><p>Email : {user:email}</p><p>IP : {user:ip} </p><p>Subscription : {user:subscription}</p></blockquote>','',1,NULL,NULL,NULL,NULL,NULL,NULL,'notification',0,NULL,'notification_contact_menu',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(7,'A user confirmed his subscription : {user:email}','<p>Hello {subtag:name},</p><p>A user confirmed his subscription : </p><blockquote><p>Name : {user:name}</p><p>Email : {user:email}</p><p>IP : {user:ip} </p><p>Subscription : {user:subscription}</p></blockquote>','',1,NULL,NULL,NULL,NULL,NULL,NULL,'notification',0,NULL,'notification_confirm',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(8,'{subtag:name|ucfirst}, {trans:PLEASE_CONFIRM_SUB}','<div style=\"text-align: center; width: 100%; background-color: #ffffff;\">\r\n <table style=\"text-align:justify; margin:auto; background-color:#ebebeb; border:1px solid #e7e7e7\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"600\" align=\"center\" bgcolor=\"#ebebeb\">\r\n <tbody>\r\n <tr style=\"line-height: 0px;\">\r\n <td style=\"line-height: 0px;\" height=\"38px\"><img src=\"media/com_acymailing/templates/newsletter-4/images/top.png\" border=\"0\" alt=\" - - - \" /></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align:center\" width=\"600\">\r\n <table style=\"margin:auto;\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"520\">\r\n <tbody>\r\n <tr>\r\n <td style=\"background-color: #ffffff; border: 1px solid #dbdbdb; padding: 20px; width: 500px; margin: 15px auto; text-align: left;\">\r\n <h1>Hello {subtag:name|ucfirst},</h1>\r\n <p>{trans:CONFIRM_MSG}<br /><br />{trans:CONFIRM_MSG_ACTIVATE}</p>\r\n <br />\r\n <p style=\"text-align:center;\"><strong>{confirm}{trans:CONFIRM_SUBSCRIPTION}{/confirm}</strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </td>\r\n </tr>\r\n <tr style=\"line-height: 0px;\">\r\n <td style=\"line-height: 0px;\" height=\"40px\"><img src=\"media/com_acymailing/templates/newsletter-4/images/bottom.png\" border=\"0\" alt=\" - - - \" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>','',1,NULL,NULL,NULL,NULL,NULL,NULL,'notification',0,NULL,'confirmation',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,'',NULL,NULL),(9,'AcyMailing Cron Report {mainreport}','<p>{report}</p><p>{detailreport}</p>','',1,NULL,NULL,NULL,NULL,NULL,NULL,'notification',0,NULL,'report',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(10,'Modify your subscription','<p>Hello {subtag:name}, </p><p>You requested some changes on your subscription,</p><p>Please {modify}click here{/modify} to be identified as the owner of this account and then modify your subscription.</p>','',1,NULL,NULL,NULL,NULL,NULL,NULL,'notification',0,NULL,'modif',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(11,'{trans:COM_USERS_EMAIL_ACCOUNT_DETAILS|param1|param2}','<div style=\"text-align: center; width: 100%; background-color:#ffffff;\">\r\n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"w600\" style=\"text-align: justify; margin: auto; width: 600px;\">\r\n <tbody>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_2\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #69b4c0;\" valign=\"bottom\" width=\"600\" id=\"zone_3\"><img id=\"zone_29\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/top.png\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_4\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_5\"></td>\r\n <td class=\"w520 acyeditor_text\" colspan=\"3\" height=\"80\" style=\"text-align: left; background-color: #ebebeb;\" width=\"520\" id=\"zone_6\"><strong></strong><img alt=\"-\" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/message_icon.png\" style=\"float: left; margin-right: 10px;\">\r\n <h3>{trans:COM_USERS_EMAIL_ACCOUNT_DETAILS|param1|param2}<span style=\"display: none;\"> </span></h3>\r\n </td>\r\n <td class=\"acyeditor_picture w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_7\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_8\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_9\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_10\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_11\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_12\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_13\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_14\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_15\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_16\"></td>\r\n <td class=\"w480 pict acyeditor_text\" style=\"background-color: #fff; text-align: left;\" width=\"480\" id=\"zone_17\">{trans:COM_USERS_EMAIL_REGISTERED_BODY_NOPW|param1|param2|param3}</td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_18\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_19\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_20\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_21\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_22\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_23\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_24\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_25\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_26\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #ebebeb;\" width=\"600\" id=\"zone_27\"><img id=\"zone_31\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/bottom.png\"></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>','',0,NULL,NULL,NULL,NULL,NULL,NULL,'joomlanotification',0,NULL,'joomla-directRegNoPwd-j3',NULL,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(12,'{trans:COM_USERS_EMAIL_ACCOUNT_DETAILS|param1|param2}','<div style=\"text-align: center; width: 100%; background-color:#ffffff;\">\r\n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"w600\" style=\"text-align: justify; margin: auto; width: 600px;\">\r\n <tbody>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_2\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #69b4c0;\" valign=\"bottom\" width=\"600\" id=\"zone_3\"><img id=\"zone_29\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/top.png\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_4\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_5\"></td>\r\n <td class=\"w520 acyeditor_text\" colspan=\"3\" height=\"80\" style=\"text-align: left; background-color: #ebebeb;\" width=\"520\" id=\"zone_6\"><strong></strong><img alt=\"-\" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/message_icon.png\" style=\"float: left; margin-right: 10px;\">\r\n <h3>{trans:COM_USERS_EMAIL_ACCOUNT_DETAILS|param1|param2}<span style=\"display: none;\"> </span></h3>\r\n </td>\r\n <td class=\"acyeditor_picture w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_7\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_8\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_9\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_10\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_11\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_12\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_13\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_14\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_15\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_16\"></td>\r\n <td class=\"w480 pict acyeditor_text\" style=\"background-color: #fff; text-align: left;\" width=\"480\" id=\"zone_17\">{trans:COM_USERS_EMAIL_REGISTERED_BODY|param1|param2|param3|param4|param5}</td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_18\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_19\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_20\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_21\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_22\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_23\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_24\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_25\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_26\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #ebebeb;\" width=\"600\" id=\"zone_27\"><img id=\"zone_31\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/bottom.png\"></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>','',0,NULL,NULL,NULL,NULL,NULL,NULL,'joomlanotification',0,NULL,'joomla-directReg-j3',NULL,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(13,'{trans:COM_USERS_EMAIL_ACCOUNT_DETAILS|param1|param2}','<div style=\"text-align: center; width: 100%; background-color:#ffffff;\">\r\n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"w600\" style=\"text-align: justify; margin: auto; width: 600px;\">\r\n <tbody>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_2\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #69b4c0;\" valign=\"bottom\" width=\"600\" id=\"zone_3\"><img id=\"zone_29\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/top.png\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_4\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_5\"></td>\r\n <td class=\"w520 acyeditor_text\" colspan=\"3\" height=\"80\" style=\"text-align: left; background-color: #ebebeb;\" width=\"520\" id=\"zone_6\"><strong></strong><img alt=\"-\" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/message_icon.png\" style=\"float: left; margin-right: 10px;\">\r\n <h3>{trans:COM_USERS_EMAIL_ACCOUNT_DETAILS|param1|param2}<span style=\"display: none;\"> </span></h3>\r\n </td>\r\n <td class=\"acyeditor_picture w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_7\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_8\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_9\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_10\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_11\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_12\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_13\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_14\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_15\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_16\"></td>\r\n <td class=\"w480 pict acyeditor_text\" style=\"background-color: #fff; text-align: left;\" width=\"480\" id=\"zone_17\">{trans:COM_USERS_EMAIL_REGISTERED_WITH_ACTIVATION_BODY|param1|param2|param3|param4|param5|param6}</td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_18\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_19\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_20\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_21\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_22\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_23\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_24\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_25\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_26\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #ebebeb;\" width=\"600\" id=\"zone_27\"><img id=\"zone_31\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/bottom.png\"></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>','',0,NULL,NULL,NULL,NULL,NULL,NULL,'joomlanotification',0,NULL,'joomla-ownActivReg',NULL,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(14,'{trans:COM_USERS_EMAIL_ACCOUNT_DETAILS|param1|param2}','<div style=\"text-align: center; width: 100%; background-color:#ffffff;\">\r\n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"w600\" style=\"text-align: justify; margin: auto; width: 600px;\">\r\n <tbody>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_2\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #69b4c0;\" valign=\"bottom\" width=\"600\" id=\"zone_3\"><img id=\"zone_29\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/top.png\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_4\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_5\"></td>\r\n <td class=\"w520 acyeditor_text\" colspan=\"3\" height=\"80\" style=\"text-align: left; background-color: #ebebeb;\" width=\"520\" id=\"zone_6\"><strong></strong><img alt=\"-\" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/message_icon.png\" style=\"float: left; margin-right: 10px;\">\r\n <h3>{trans:COM_USERS_EMAIL_ACCOUNT_DETAILS|param1|param2}<span style=\"display: none;\"> </span></h3>\r\n </td>\r\n <td class=\"acyeditor_picture w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_7\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_8\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_9\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_10\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_11\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_12\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_13\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_14\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_15\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_16\"></td>\r\n <td class=\"w480 pict acyeditor_text\" style=\"background-color: #fff; text-align: left;\" width=\"480\" id=\"zone_17\">{trans:COM_USERS_EMAIL_REGISTERED_WITH_ACTIVATION_BODY_NOPW|param1|param2|param3|param4|param5}</td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_18\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_19\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_20\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_21\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_22\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_23\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_24\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_25\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_26\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #ebebeb;\" width=\"600\" id=\"zone_27\"><img id=\"zone_31\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/bottom.png\"></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>','',0,NULL,NULL,NULL,NULL,NULL,NULL,'joomlanotification',0,NULL,'joomla-ownActivRegNoPwd',NULL,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(15,'{trans:COM_USERS_EMAIL_ACCOUNT_DETAILS|param1|param2}','<div style=\"text-align: center; width: 100%; background-color:#ffffff;\">\r\n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"w600\" style=\"text-align: justify; margin: auto; width: 600px;\">\r\n <tbody>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_2\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #69b4c0;\" valign=\"bottom\" width=\"600\" id=\"zone_3\"><img id=\"zone_29\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/top.png\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_4\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_5\"></td>\r\n <td class=\"w520 acyeditor_text\" colspan=\"3\" height=\"80\" style=\"text-align: left; background-color: #ebebeb;\" width=\"520\" id=\"zone_6\"><strong></strong><img alt=\"-\" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/message_icon.png\" style=\"float: left; margin-right: 10px;\">\r\n <h3>{trans:COM_USERS_EMAIL_ACCOUNT_DETAILS|param1|param2}<span style=\"display: none;\"> </span></h3>\r\n </td>\r\n <td class=\"acyeditor_picture w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_7\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_8\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_9\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_10\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_11\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_12\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_13\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_14\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_15\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_16\"></td>\r\n <td class=\"w480 pict acyeditor_text\" style=\"background-color: #fff; text-align: left;\" width=\"480\" id=\"zone_17\">{trans:COM_USERS_EMAIL_REGISTERED_WITH_ADMIN_ACTIVATION_BODY|param1|param2|param3|param4|param5|param6}</td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_18\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_19\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_20\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_21\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_22\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_23\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_24\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_25\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_26\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #ebebeb;\" width=\"600\" id=\"zone_27\"><img id=\"zone_31\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/bottom.png\"></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>','',0,NULL,NULL,NULL,NULL,NULL,NULL,'joomlanotification',0,NULL,'joomla-adminActivReg',NULL,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(16,'{trans:COM_USERS_EMAIL_ACCOUNT_DETAILS|param1|param2}','<div style=\"text-align: center; width: 100%; background-color:#ffffff;\">\r\n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"w600\" style=\"text-align: justify; margin: auto; width: 600px;\">\r\n <tbody>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_2\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #69b4c0;\" valign=\"bottom\" width=\"600\" id=\"zone_3\"><img id=\"zone_29\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/top.png\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_4\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_5\"></td>\r\n <td class=\"w520 acyeditor_text\" colspan=\"3\" height=\"80\" style=\"text-align: left; background-color: #ebebeb;\" width=\"520\" id=\"zone_6\"><strong></strong><img alt=\"-\" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/message_icon.png\" style=\"float: left; margin-right: 10px;\">\r\n <h3>{trans:COM_USERS_EMAIL_ACCOUNT_DETAILS|param1|param2}<span style=\"display: none;\"> </span></h3>\r\n </td>\r\n <td class=\"acyeditor_picture w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_7\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_8\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_9\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_10\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_11\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_12\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_13\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_14\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_15\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_16\"></td>\r\n <td class=\"w480 pict acyeditor_text\" style=\"background-color: #fff; text-align: left;\" width=\"480\" id=\"zone_17\">{trans:COM_USERS_EMAIL_REGISTERED_WITH_ADMIN_ACTIVATION_BODY_NOPW|param1|param2|param3|param4|param5}</td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_18\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_19\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_20\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_21\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_22\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_23\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_24\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_25\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_26\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #ebebeb;\" width=\"600\" id=\"zone_27\"><img id=\"zone_31\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/bottom.png\"></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>','',0,NULL,NULL,NULL,NULL,NULL,NULL,'joomlanotification',0,NULL,'joomla-adminActivRegNoPwd',NULL,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(17,'{trans:COM_USERS_EMAIL_USERNAME_REMINDER_SUBJECT|param1}','<div style=\"text-align: center; width: 100%; background-color:#ffffff;\">\r\n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"w600\" style=\"text-align: justify; margin: auto; width: 600px;\">\r\n <tbody>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_2\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #69b4c0;\" valign=\"bottom\" width=\"600\" id=\"zone_3\"><img id=\"zone_29\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/top.png\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_4\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_5\"></td>\r\n <td class=\"w520 acyeditor_text\" colspan=\"3\" height=\"80\" style=\"text-align: left; background-color: #ebebeb;\" width=\"520\" id=\"zone_6\"><strong></strong><img alt=\"-\" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/message_icon.png\" style=\"float: left; margin-right: 10px;\">\r\n <h3>{trans:COM_USERS_EMAIL_USERNAME_REMINDER_SUBJECT|param1}<span style=\"display: none;\"> </span></h3>\r\n </td>\r\n <td class=\"acyeditor_picture w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_7\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_8\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_9\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_10\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_11\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_12\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_13\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_14\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_15\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_16\"></td>\r\n <td class=\"w480 pict acyeditor_text\" style=\"background-color: #fff; text-align: left;\" width=\"480\" id=\"zone_17\">{trans:COM_USERS_EMAIL_USERNAME_REMINDER_BODY|param1|param2|param3}</td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_18\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_19\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_20\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_21\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_22\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_23\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_24\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_25\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_26\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #ebebeb;\" width=\"600\" id=\"zone_27\"><img id=\"zone_31\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/bottom.png\"></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>','',0,NULL,NULL,NULL,NULL,NULL,NULL,'joomlanotification',0,NULL,'joomla-usernameReminder',NULL,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(18,'{trans:COM_USERS_EMAIL_ACTIVATED_BY_ADMIN_ACTIVATION_SUBJECT|param1|param2}','<div style=\"text-align: center; width: 100%; background-color:#ffffff;\">\r\n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"w600\" style=\"text-align: justify; margin: auto; width: 600px;\">\r\n <tbody>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_2\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #69b4c0;\" valign=\"bottom\" width=\"600\" id=\"zone_3\"><img id=\"zone_29\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/top.png\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_4\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_5\"></td>\r\n <td class=\"w520 acyeditor_text\" colspan=\"3\" height=\"80\" style=\"text-align: left; background-color: #ebebeb;\" width=\"520\" id=\"zone_6\"><strong></strong><img alt=\"-\" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/message_icon.png\" style=\"float: left; margin-right: 10px;\">\r\n <h3>{trans:COM_USERS_EMAIL_ACTIVATED_BY_ADMIN_ACTIVATION_SUBJECT|param1|param2}<span style=\"display: none;\"> </span></h3>\r\n </td>\r\n <td class=\"acyeditor_picture w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_7\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_8\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_9\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_10\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_11\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_12\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_13\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_14\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_15\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_16\"></td>\r\n <td class=\"w480 pict acyeditor_text\" style=\"background-color: #fff; text-align: left;\" width=\"480\" id=\"zone_17\">{trans:COM_USERS_EMAIL_ACTIVATED_BY_ADMIN_ACTIVATION_BODY|param1|param2|param3}</td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_18\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_19\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_20\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_21\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_22\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_23\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_24\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_25\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_26\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #ebebeb;\" width=\"600\" id=\"zone_27\"><img id=\"zone_31\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/bottom.png\"></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>','',0,NULL,NULL,NULL,NULL,NULL,NULL,'joomlanotification',0,NULL,'joomla-confirmActiv',NULL,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(19,'{trans:COM_USERS_EMAIL_PASSWORD_RESET_SUBJECT|param1}','<div style=\"text-align: center; width: 100%; background-color:#ffffff;\">\r\n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"w600\" style=\"text-align: justify; margin: auto; width: 600px;\">\r\n <tbody>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_2\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #69b4c0;\" valign=\"bottom\" width=\"600\" id=\"zone_3\"><img id=\"zone_29\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/top.png\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_4\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_5\"></td>\r\n <td class=\"w520 acyeditor_text\" colspan=\"3\" height=\"80\" style=\"text-align: left; background-color: #ebebeb;\" width=\"520\" id=\"zone_6\"><strong></strong><img alt=\"-\" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/message_icon.png\" style=\"float: left; margin-right: 10px;\">\r\n <h3>{trans:COM_USERS_EMAIL_PASSWORD_RESET_SUBJECT|param1}<span style=\"display: none;\"> </span></h3>\r\n </td>\r\n <td class=\"acyeditor_picture w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_7\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_8\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_9\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_10\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_11\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_12\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_13\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_14\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_15\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_16\"></td>\r\n <td class=\"w480 pict acyeditor_text\" style=\"background-color: #fff; text-align: left;\" width=\"480\" id=\"zone_17\">{trans:COM_USERS_EMAIL_PASSWORD_RESET_BODY|param1|param2|param3}</td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_18\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_19\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_20\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_21\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_22\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_23\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_24\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_25\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_26\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #ebebeb;\" width=\"600\" id=\"zone_27\"><img id=\"zone_31\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/bottom.png\"></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>','',0,NULL,NULL,NULL,NULL,NULL,NULL,'joomlanotification',0,NULL,'joomla-resetPwd',NULL,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(20,'{trans:PLG_USER_JOOMLA_NEW_USER_EMAIL_SUBJECT}','<div style=\"text-align: center; width: 100%; background-color:#ffffff;\">\r\n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"w600\" style=\"text-align: justify; margin: auto; width: 600px;\">\r\n <tbody>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_2\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #69b4c0;\" valign=\"bottom\" width=\"600\" id=\"zone_3\"><img id=\"zone_29\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/top.png\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_4\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_5\"></td>\r\n <td class=\"w520 acyeditor_text\" colspan=\"3\" height=\"80\" style=\"text-align: left; background-color: #ebebeb;\" width=\"520\" id=\"zone_6\"><strong></strong><img alt=\"-\" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/message_icon.png\" style=\"float: left; margin-right: 10px;\">\r\n <h3>{trans:PLG_USER_JOOMLA_NEW_USER_EMAIL_SUBJECT}<span style=\"display: none;\"> </span></h3>\r\n </td>\r\n <td class=\"acyeditor_picture w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_7\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_8\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_9\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_10\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_11\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_12\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_13\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_14\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_15\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_16\"></td>\r\n <td class=\"w480 pict acyeditor_text\" style=\"background-color: #fff; text-align: left;\" width=\"480\" id=\"zone_17\">{trans:PLG_USER_JOOMLA_NEW_USER_EMAIL_BODY|param1|param2|param3|param4|param5}</td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_18\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_19\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_20\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_21\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_22\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_23\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_24\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_25\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_26\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #ebebeb;\" width=\"600\" id=\"zone_27\"><img id=\"zone_31\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/bottom.png\"></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>','',0,NULL,NULL,NULL,NULL,NULL,NULL,'joomlanotification',0,NULL,'joomla-regByAdmin',NULL,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(21,'{trans:COM_USERS_EMAIL_ACCOUNT_DETAILS|param1|param2}','<div style=\"text-align: center; width: 100%; background-color:#ffffff;\">\r\n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"w600\" style=\"text-align: justify; margin: auto; width: 600px;\">\r\n <tbody>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_2\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #69b4c0;\" valign=\"bottom\" width=\"600\" id=\"zone_3\"><img id=\"zone_29\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/top.png\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_4\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_5\"></td>\r\n <td class=\"w520 acyeditor_text\" colspan=\"3\" height=\"80\" style=\"text-align: left; background-color: #ebebeb;\" width=\"520\" id=\"zone_6\"><strong></strong><img alt=\"-\" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/message_icon.png\" style=\"float: left; margin-right: 10px;\">\r\n <h3>{trans:COM_USERS_EMAIL_ACCOUNT_DETAILS|param1|param2}<span style=\"display: none;\"> </span></h3>\r\n </td>\r\n <td class=\"acyeditor_picture w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_7\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_8\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_9\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_10\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_11\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_12\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_13\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_14\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_15\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_16\"></td>\r\n <td class=\"w480 pict acyeditor_text\" style=\"background-color: #fff; text-align: left;\" width=\"480\" id=\"zone_17\">{trans:COM_USERS_EMAIL_REGISTERED_NOTIFICATION_TO_ADMIN_BODY|param1|param2|param3}</td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_18\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_19\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_20\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_21\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_22\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_23\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_24\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_25\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_26\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #ebebeb;\" width=\"600\" id=\"zone_27\"><img id=\"zone_31\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/bottom.png\"></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>','',0,NULL,NULL,NULL,NULL,NULL,NULL,'joomlanotification',0,NULL,'joomla-regNotifAdmin',NULL,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(22,'{trans:COM_USERS_EMAIL_ACTIVATE_WITH_ADMIN_ACTIVATION_SUBJECT|param2|param1}','<div style=\"text-align: center; width: 100%; background-color:#ffffff;\">\r\n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"w600\" style=\"text-align: justify; margin: auto; width: 600px;\">\r\n <tbody>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_2\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #69b4c0;\" valign=\"bottom\" width=\"600\" id=\"zone_3\"><img id=\"zone_29\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/top.png\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_4\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_5\"></td>\r\n <td class=\"w520 acyeditor_text\" colspan=\"3\" height=\"80\" style=\"text-align: left; background-color: #ebebeb;\" width=\"520\" id=\"zone_6\"><strong></strong><img alt=\"-\" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/message_icon.png\" style=\"float: left; margin-right: 10px;\">\r\n <h3>{trans:COM_USERS_EMAIL_ACTIVATE_WITH_ADMIN_ACTIVATION_SUBJECT|param2|param1}<span style=\"display: none;\"> </span></h3>\r\n </td>\r\n <td class=\"acyeditor_picture w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_7\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_8\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_9\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_10\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_11\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_12\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_13\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_14\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_15\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_16\"></td>\r\n <td class=\"w480 pict acyeditor_text\" style=\"background-color: #fff; text-align: left;\" width=\"480\" id=\"zone_17\">{trans:COM_USERS_EMAIL_ACTIVATE_WITH_ADMIN_ACTIVATION_BODY|param1|param2|param3|param4|param5}</td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_18\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_19\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_20\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_21\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_22\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_23\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_24\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_25\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_26\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #ebebeb;\" width=\"600\" id=\"zone_27\"><img id=\"zone_31\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/bottom.png\"></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>','',0,NULL,NULL,NULL,NULL,NULL,NULL,'joomlanotification',0,NULL,'joomla-regNotifAdminActiv',NULL,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(23,'{trans:COM_COMMUNITY_ACCOUNT_DETAILS_FOR_WELCOME|param2}','<div style=\"text-align: center; width: 100%; background-color:#ffffff;\">\r\n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"w600\" style=\"text-align: justify; margin: auto; width: 600px;\">\r\n <tbody>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_2\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #69b4c0;\" valign=\"bottom\" width=\"600\" id=\"zone_3\"><img id=\"zone_29\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/top.png\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_4\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_5\"></td>\r\n <td class=\"w520 acyeditor_text\" colspan=\"3\" height=\"80\" style=\"text-align: left; background-color: #ebebeb;\" width=\"520\" id=\"zone_6\"><strong></strong><img alt=\"-\" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/message_icon.png\" style=\"float: left; margin-right: 10px;\">\r\n <h3>{trans:COM_COMMUNITY_ACCOUNT_DETAILS_FOR_WELCOME|param2}<span style=\"display: none;\"> </span></h3>\r\n </td>\r\n <td class=\"acyeditor_picture w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_7\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_8\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_9\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_10\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_11\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_12\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_13\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_14\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_15\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_16\"></td>\r\n <td class=\"w480 pict acyeditor_text\" style=\"background-color: #fff; text-align: left;\" width=\"480\" id=\"zone_17\">{trans:COM_COMMUNITY_EMAIL_REGISTRATION_ACCOUNT_DETAILS|param1|param2|param3|param4}</td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_18\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_19\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_20\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_21\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_22\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_23\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_24\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_25\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_26\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #ebebeb;\" width=\"600\" id=\"zone_27\"><img id=\"zone_31\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/bottom.png\"></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>','',0,NULL,NULL,NULL,NULL,NULL,NULL,'joomlanotification',0,NULL,'jomsocial-directreg',NULL,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(24,'{trans:COM_COMMUNITY_ACCOUNT_DETAILS_FOR|param1|param2}','<div style=\"text-align: center; width: 100%; background-color:#ffffff;\">\r\n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"w600\" style=\"text-align: justify; margin: auto; width: 600px;\">\r\n <tbody>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_2\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #69b4c0;\" valign=\"bottom\" width=\"600\" id=\"zone_3\"><img id=\"zone_29\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/top.png\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_4\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_5\"></td>\r\n <td class=\"w520 acyeditor_text\" colspan=\"3\" height=\"80\" style=\"text-align: left; background-color: #ebebeb;\" width=\"520\" id=\"zone_6\"><strong></strong><img alt=\"-\" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/message_icon.png\" style=\"float: left; margin-right: 10px;\">\r\n <h3>{trans:COM_COMMUNITY_ACCOUNT_DETAILS_FOR|param1|param2}<span style=\"display: none;\"> </span></h3>\r\n </td>\r\n <td class=\"acyeditor_picture w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_7\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_8\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_9\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_10\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_11\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_12\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_13\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_14\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_15\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_16\"></td>\r\n <td class=\"w480 pict acyeditor_text\" style=\"background-color: #fff; text-align: left;\" width=\"480\" id=\"zone_17\">{trans:COM_COMMUNITY_EMAIL_REGISTRATION_COMPLETED_REQUIRES_ACTIVATION|param1|param2|param3|param5}</td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_18\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_19\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_20\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_21\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_22\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_23\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_24\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_25\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_26\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #ebebeb;\" width=\"600\" id=\"zone_27\"><img id=\"zone_31\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/bottom.png\"></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>','',0,NULL,NULL,NULL,NULL,NULL,NULL,'joomlanotification',0,NULL,'jomsocial-ownactivreg',NULL,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(25,'{trans:COM_COMMUNITY_ACCOUNT_DETAILS_FOR_WELCOME|param2}','<div style=\"text-align: center; width: 100%; background-color:#ffffff;\">\r\n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"w600\" style=\"text-align: justify; margin: auto; width: 600px;\">\r\n <tbody>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_2\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #69b4c0;\" valign=\"bottom\" width=\"600\" id=\"zone_3\"><img id=\"zone_29\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/top.png\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_4\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_5\"></td>\r\n <td class=\"w520 acyeditor_text\" colspan=\"3\" height=\"80\" style=\"text-align: left; background-color: #ebebeb;\" width=\"520\" id=\"zone_6\"><strong></strong><img alt=\"-\" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/message_icon.png\" style=\"float: left; margin-right: 10px;\">\r\n <h3>{trans:COM_COMMUNITY_ACCOUNT_DETAILS_FOR_WELCOME|param2}<span style=\"display: none;\"> </span></h3>\r\n </td>\r\n <td class=\"acyeditor_picture w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_7\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_8\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_9\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_10\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_11\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_12\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_13\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_14\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_15\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_16\"></td>\r\n <td class=\"w480 pict acyeditor_text\" style=\"background-color: #fff; text-align: left;\" width=\"480\" id=\"zone_17\">{trans:COM_COMMUNITY_EMAIL_REGISTRATION_ACCOUNT_DETAILS_REQUIRES_ACTIVATION|param1|param2|param3|param4}</td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_18\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_19\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_20\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_21\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_22\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_23\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_24\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_25\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_26\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #ebebeb;\" width=\"600\" id=\"zone_27\"><img id=\"zone_31\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/bottom.png\"></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>','',0,NULL,NULL,NULL,NULL,NULL,NULL,'joomlanotification',0,NULL,'jomsocial-welcomeactiv',NULL,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(26,'{trans:COM_COMMUNITY_ACCOUNT_DETAILS_FOR|param1|param2}','<div style=\"text-align: center; width: 100%; background-color:#ffffff;\">\r\n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"w600\" style=\"text-align: justify; margin: auto; width: 600px;\">\r\n <tbody>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_2\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #69b4c0;\" valign=\"bottom\" width=\"600\" id=\"zone_3\"><img id=\"zone_29\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/top.png\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_4\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_5\"></td>\r\n <td class=\"w520 acyeditor_text\" colspan=\"3\" height=\"80\" style=\"text-align: left; background-color: #ebebeb;\" width=\"520\" id=\"zone_6\"><strong></strong><img alt=\"-\" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/message_icon.png\" style=\"float: left; margin-right: 10px;\">\r\n <h3>{trans:COM_COMMUNITY_ACCOUNT_DETAILS_FOR|param1|param2}<span style=\"display: none;\"> </span></h3>\r\n </td>\r\n <td class=\"acyeditor_picture w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_7\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_8\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_9\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_10\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_11\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_12\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_13\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_14\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_15\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_16\"></td>\r\n <td class=\"w480 pict acyeditor_text\" style=\"background-color: #fff; text-align: left;\" width=\"480\" id=\"zone_17\">{trans:COM_COMMUNITY_EMAIL_REGISTRATION_COMPLETED_REQUIRES_ADMIN_ACTIVATION|param1|param2|param3|param5}</td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_18\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_19\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_20\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_21\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_22\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_23\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_24\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_25\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_26\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #ebebeb;\" width=\"600\" id=\"zone_27\"><img id=\"zone_31\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/bottom.png\"></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>','',0,NULL,NULL,NULL,NULL,NULL,NULL,'joomlanotification',0,NULL,'jomsocial-regactivadmin',NULL,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(27,'{trans:COM_COMMUNITY_ACCOUNT_DETAILS_FOR|param3|param2}','<div style=\"text-align: center; width: 100%; background-color:#ffffff;\">\r\n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"w600\" style=\"text-align: justify; margin: auto; width: 600px;\">\r\n <tbody>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_2\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #69b4c0;\" valign=\"bottom\" width=\"600\" id=\"zone_3\"><img id=\"zone_29\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/top.png\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_4\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_5\"></td>\r\n <td class=\"w520 acyeditor_text\" colspan=\"3\" height=\"80\" style=\"text-align: left; background-color: #ebebeb;\" width=\"520\" id=\"zone_6\"><strong></strong><img alt=\"-\" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/message_icon.png\" style=\"float: left; margin-right: 10px;\">\r\n <h3>{trans:COM_COMMUNITY_ACCOUNT_DETAILS_FOR|param3|param2}<span style=\"display: none;\"> </span></h3>\r\n </td>\r\n <td class=\"acyeditor_picture w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_7\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_8\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_9\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_10\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_11\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_12\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_13\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_14\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_15\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_16\"></td>\r\n <td class=\"w480 pict acyeditor_text\" style=\"background-color: #fff; text-align: left;\" width=\"480\" id=\"zone_17\">{trans:COM_COMMUNITY_SEND_MSG_ADMIN|param1|param2|param3|param4|param5}</td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_18\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_19\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_20\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_21\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_22\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_23\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_24\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_25\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_26\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #ebebeb;\" width=\"600\" id=\"zone_27\"><img id=\"zone_31\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/bottom.png\"></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>','',0,NULL,NULL,NULL,NULL,NULL,NULL,'joomlanotification',0,NULL,'jomsocial-notifadmin',NULL,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(28,'{trans:COM_COMMUNITY_ACCOUNT_DETAILS_FOR|param3|param2}','<div style=\"text-align: center; width: 100%; background-color:#ffffff;\">\r\n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"w600\" style=\"text-align: justify; margin: auto; width: 600px;\">\r\n <tbody>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_2\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #69b4c0;\" valign=\"bottom\" width=\"600\" id=\"zone_3\"><img id=\"zone_29\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/top.png\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_4\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_5\"></td>\r\n <td class=\"w520 acyeditor_text\" colspan=\"3\" height=\"80\" style=\"text-align: left; background-color: #ebebeb;\" width=\"520\" id=\"zone_6\"><strong></strong><img alt=\"-\" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/message_icon.png\" style=\"float: left; margin-right: 10px;\">\r\n <h3>{trans:COM_COMMUNITY_ACCOUNT_DETAILS_FOR|param3|param2}<span style=\"display: none;\"> </span></h3>\r\n </td>\r\n <td class=\"acyeditor_picture w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_7\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_8\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_9\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_10\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_11\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_12\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_13\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_14\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_15\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_16\"></td>\r\n <td class=\"w480 pict acyeditor_text\" style=\"background-color: #fff; text-align: left;\" width=\"480\" id=\"zone_17\">{trans:COM_COMMUNITY_USER_REGISTERED_NEEDS_APPROVAL|param1|param2|param3|param4|param5}</td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_18\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_19\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_20\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_21\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_22\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_23\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_24\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_25\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_26\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #ebebeb;\" width=\"600\" id=\"zone_27\"><img id=\"zone_31\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/bottom.png\"></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>','',0,NULL,NULL,NULL,NULL,NULL,NULL,'joomlanotification',0,NULL,'jomsocial-notifadminactiv',NULL,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(29,'Oscasa Newsletter March 2016','<div style=\"background-color: #ffffff;\">\r\n<table class=\"body-wrap\">\r\n<tbody>\r\n<tr>\r\n<td class=\"container\"><!-- Message start -->\r\n<table>\r\n<tbody>\r\n<tr id=\"zone_1\" class=\"acyeditor_delete\">\r\n<td id=\"zone_2\" class=\"masthead\" style=\"background-color: #ffffff;\" align=\"center\">\r\n<h6><span id=\"cke_bm_350S\" style=\"display: none;\"></span><span id=\"cke_bm_349S\" style=\"display: none;\"></span><span id=\"cke_bm_348S\" style=\"display: none;\"></span><span id=\"cke_bm_347S\" style=\"display: none;\"></span><span id=\"cke_bm_346S\" style=\"display: none;\"></span><span id=\"cke_bm_345S\" style=\"display: none;\"></span><span id=\"cke_bm_344S\" style=\"display: none;\"></span><span id=\"cke_bm_343S\" style=\"display: none;\"></span><span id=\"cke_bm_342S\" style=\"display: none;\"></span><span id=\"cke_bm_341S\" style=\"display: none;\"></span><span id=\"cke_bm_340S\" style=\"display: none;\"></span><span id=\"cke_bm_339S\" style=\"display: none;\"></span><span id=\"cke_bm_338S\" style=\"display: none;\"></span><span id=\"cke_bm_350E\" style=\"display: none;\"></span><span id=\"cke_bm_349E\" style=\"display: none;\"></span><span id=\"cke_bm_348E\" style=\"display: none;\"></span><span id=\"cke_bm_347E\" style=\"display: none;\"></span><span id=\"cke_bm_346E\" style=\"display: none;\"></span><span id=\"cke_bm_345E\" style=\"display: none;\"></span><span id=\"cke_bm_344E\" style=\"display: none;\"></span><span id=\"cke_bm_343E\" style=\"display: none;\"></span><span id=\"cke_bm_342E\" style=\"display: none;\"></span><span id=\"cke_bm_341E\" style=\"display: none;\"></span><span id=\"cke_bm_340E\" style=\"display: none;\"></span><span id=\"cke_bm_339E\" style=\"display: none;\"></span><span id=\"cke_bm_338E\" style=\"display: none;\"> </span><img src=\"new/media/com_acymailing/upload/officialsacasting_logo.jpg\" alt=\"\" width=\"353\" height=\"90\" id=\"zone_7\" style=\"height: 90px; width: 353px;\" /></h6>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"content\">\r\n<h2><span style=\"font-family: arial,helvetica,sans-serif;\">Newsletter March 2016</span></h2>\r\n<p><span style=\"font-family: arial,helvetica,sans-serif;\">We are pleased to announce that the new OSCASA website is complete! Our aim is to allow online applications and to bring you news, views, announcements and industry updates faster and more efficiently.<br /> <br /> You will find that you are on this subscriber list either as an existing member or as someone who has shown some interest in joining OSCASA over the last few months. If you have forgotten what we’re all about please visit our website <a href=\"http://www.oscasa.com\">www.oscasa.com</a>.<br /> <br /> If you are interested in joining OSCASA please log onto our website at www.oscasa.com and REGISTER now. Only once the application form is completed and membership fee paid in advance, will your application be considered and accepted or rejected. Should your membership be rejected for any reason, your payment will be returned to you. The current membership fee is R595 per annum and will be reviewed annually.<br /> <br /> Applications can only be done via our online application form. In order to process your application you will be required to attach the following documentation to your application. Please start gathering the relevant documents together so you are ready! Existing members who have not completed this documentation in the past 3 months must please complete this process online as details need to be updated on our database and membership list.<br /> <br /> Please attach the following to your online application:</span></p>\r\n<ul>\r\n<li><span style=\"font-family: arial,helvetica,sans-serif;\">Tax Clearance</span></li>\r\n<li><span style=\"font-family: arial,helvetica,sans-serif;\">ID of Owner/Owners</span></li>\r\n<li><span style=\"font-family: arial,helvetica,sans-serif;\">Proof of Physical Address (FICA doc)</span></li>\r\n<li><span style=\"font-family: arial,helvetica,sans-serif;\">Confirmation of Bank Details indicating Account Name and Account Number</span></li>\r\n<li><span style=\"font-family: arial,helvetica,sans-serif;\">Proof of payment of membership fee</span></li>\r\n<li><span style=\"font-family: arial,helvetica,sans-serif;\">Signed copy of our Constitution, Code of Conduct and Terms and Conditions available on our website </span></li>\r\n</ul>\r\n<p><span style=\"font-family: arial,helvetica,sans-serif;\">Only REGISTERED members of OSCASA will be entitled to the updated industry rate sheets, standard documentation, updated legal requirement, updated tax info and anything else we can possibly gather together to assist you in the operation of your Agency. We remain committed to keeping you abreast of industry info, however only REGISTERED and paid up OSCASA members will be assisted by our EXCO members with any additional info or advise they may require. The OSCASA EXCO are industry members from whose experience and expertise OSCASA members may draw. <br /> <br /> If you do not wish to register at this time you will remain on our newsletter subscriber list unless you wish to unsubscribe. Complete the unsubscribe process at the bottom of this newsletter now and you will be removed. If you do not unsubscribe we will assume that you remain interested. You may unsubscribe at any future date. You are welcome to forward this mail to any Agency you think may be interested in joining OSCASA.<br /> <br /> For those registering, welcome aboard!</span><br /> </p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"content\">– Pene\' Saunders (Chairperson)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"container\"><!-- Message start -->\r\n<table style=\"height: 107px; width: 602px;\">\r\n<tbody class=\"acyeditor_sortable ui-sortable\">\r\n<tr id=\"zone_5\" class=\"acyeditor_delete\">\r\n<td id=\"zone_6\" class=\"acyeditor_text content footer\" align=\"center\">\r\n<h5><a href=\"https://www.facebook.com/OSCA-SA-182122128489166/\" class=\"button\"><img src=\"new/media/com_acymailing/templates/ozone_management/images/sm_fbbut.jpg\" alt=\"\" id=\"zone_8\" /></a></h5>\r\n<p>Sent by <a href=\"#\">OSCASA</a>, 30A Raats Drive, Tableview, Cape Town, South Africa Telephone 021 556 4289</p>\r\n<p><a href=\"mailto:\">info@oscasa.com </a>| {unsubscribe}Unsubscribe{/unsubscribe} | {modify}Modify your Subscription{/modify}</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n</div>\r\n<p> </p>','',1,1458639795,1458639614,'OSCA South Africa','info@oscasa.com','','info@oscasa.com','news',1,814,'oscasa-newsletter-march-2016',NULL,1,5,'VUJEHFLE',NULL,'a:3:{s:6:\"action\";s:4:\"none\";s:13:\"actionbtntext\";s:0:\"\";s:9:\"actionurl\";s:0:\"\";}',814,'','','a:0:{}','',NULL,NULL,'',NULL,NULL),(31,'Oscasa Membership','<div style=\"background-color: #ffffff;\">\r\n<table class=\"body-wrap\">\r\n<tbody>\r\n<tr>\r\n<td class=\"container\"><!-- Message start -->\r\n<table style=\"width: 721px; height: 748px;\">\r\n<tbody>\r\n<tr class=\"acyeditor_delete\">\r\n<td class=\"masthead\" style=\"background-color: #ffffff;\" align=\"center\">\r\n<h5><span id=\"cke_bm_350S\" style=\"display: none;\"></span><span id=\"cke_bm_349S\" style=\"display: none;\"></span><span id=\"cke_bm_348S\" style=\"display: none;\"></span><span id=\"cke_bm_347S\" style=\"display: none;\"></span><span id=\"cke_bm_346S\" style=\"display: none;\"></span><span id=\"cke_bm_345S\" style=\"display: none;\"></span><span id=\"cke_bm_344S\" style=\"display: none;\"></span><span id=\"cke_bm_343S\" style=\"display: none;\"></span><span id=\"cke_bm_342S\" style=\"display: none;\"></span><span id=\"cke_bm_341S\" style=\"display: none;\"></span><span id=\"cke_bm_340S\" style=\"display: none;\"></span><span id=\"cke_bm_339S\" style=\"display: none;\"></span><span id=\"cke_bm_338S\" style=\"display: none;\"></span><span id=\"cke_bm_350E\" style=\"display: none;\"></span><span id=\"cke_bm_349E\" style=\"display: none;\"></span><span id=\"cke_bm_348E\" style=\"display: none;\"></span><span id=\"cke_bm_347E\" style=\"display: none;\"></span><span id=\"cke_bm_346E\" style=\"display: none;\"></span><span id=\"cke_bm_345E\" style=\"display: none;\"></span><span id=\"cke_bm_344E\" style=\"display: none;\"></span><span id=\"cke_bm_343E\" style=\"display: none;\"></span><span id=\"cke_bm_342E\" style=\"display: none;\"></span><span id=\"cke_bm_341E\" style=\"display: none;\"></span><span id=\"cke_bm_340E\" style=\"display: none;\"></span><span id=\"cke_bm_339E\" style=\"display: none;\"></span><span id=\"cke_bm_338E\" style=\"display: none;\"> </span><a href=\"http://www.oscasa.com\"><img src=\"new/media/com_acymailing/upload/officialsacasting_logo.jpg\" alt=\"\" width=\"353\" height=\"90\" style=\"height: 90px; width: 353px;\" /></a></h5>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"content\">\r\n<h3>Subs & Membership Reminder</h3>\r\n<p>Dear Existing & Potential Members,<br /><br />Just a reminder to logon to <a href=\"http://www.oscasa.com\">www.oscasa.com</a> to complete the online membership application. Even if you are an existing member, members are required to update documentation annually. Once this has been completed, you will be sent your <strong>member username and password</strong> in order to access documents, templates, member bulletins, notice boards and so on, and receive an Oscasa logo for digital use.</p>\r\n<p>The <strong>Agency</strong> <strong>Member</strong> login area will be populated with all relevant industry documentation over the next few months providing a <strong>ONE STOP DOCUMENT SHOP</strong> or library of all current industry documents, forms, guidelines, rates and so on.</p>\r\n<p>In the coming months the ONE STOP DOCUMENT SHOP will be released to all industry and production clients who register on the OSCASA website. This means that you may refer clients to specific documents or guidelines online, while also verifying your Oscasa membership to both talent and clients if published (a recommended option in the Online Application) in the <a href=\"index.php/members\">Members Listing</a>.</p>\r\n<p>OSCASA is currently preparing a marketing campaign to industry and production clients.</p>\r\n<p>If you perhaps missed our March 2016 Newsletter please find it on the website or click <a href=\"index.php/11-oscasa-news/14-message-from-the-chairperson-2016\">here</a>.</p>\r\n<p>We look forward to receiving your updated paperwork. <br /> <br />Regards<br /> <br />Pene Saunders<br />Chairperson<br />OSCA SA Official South African Casting Association</p>\r\n<table>\r\n<tbody class=\"acyeditor_sortable\">\r\n<tr class=\"acyeditor_delete\">\r\n<td align=\"center\">\r\n<h5><span style=\"font-family: arial,helvetica,sans-serif;\"><a href=\"http://www.travelbyarrangement.com\" class=\"button\"> </a></span></h5>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"content\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"container\"><!-- Message start -->\r\n<table style=\"height: 107px; width: 602px;\">\r\n<tbody class=\"acyeditor_sortable\">\r\n<tr class=\"acyeditor_delete\">\r\n<td class=\"acyeditor_text content footer\" align=\"center\">\r\n<h5><a href=\"https://www.facebook.com/OSCA-South-Africa-1108591255837488/\" class=\"button\"><img src=\"new/media/com_acymailing/templates/ozone_management/images/sm_fbbut.jpg\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\" /></a></h5>\r\n<p>Sent by <a href=\"#\">OSCASA</a>, 30A Raats Drive, Tableview, Cape Town, South Africa Telephone 021 556 4289</p>\r\n<p><a href=\"mailto:\">info@oscasa.com </a>| {unsubscribe}Unsubscribe{/unsubscribe} | {modify}Modify your Subscription{/modify}</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n</div>\r\n<p> </p>','',1,1459490967,1459422541,'OSCA South Africa','info@oscasa.com','','info@oscasa.com','news',1,814,'oscasa-subs-reminder',NULL,1,5,'YzWPGcOd',NULL,'a:3:{s:6:\"action\";s:4:\"none\";s:13:\"actionbtntext\";s:0:\"\";s:9:\"actionurl\";s:0:\"\";}',814,'','','a:0:{}','',NULL,NULL,'',NULL,NULL),(32,'Oscasa Meeting 19th Aug','<div style=\"background-color: #ffffff;\">\r\n<table class=\"body-wrap\">\r\n<tbody>\r\n<tr>\r\n<td class=\"container\"><!-- Message start -->\r\n<table>\r\n<tbody>\r\n<tr class=\"acyeditor_delete\">\r\n<td class=\"masthead\" style=\"background-color: #ffffff;\" align=\"center\">\r\n<h6><span id=\"cke_bm_350S\" style=\"display: none;\"></span><span id=\"cke_bm_349S\" style=\"display: none;\"></span><span id=\"cke_bm_348S\" style=\"display: none;\"></span><span id=\"cke_bm_347S\" style=\"display: none;\"></span><span id=\"cke_bm_346S\" style=\"display: none;\"></span><span id=\"cke_bm_345S\" style=\"display: none;\"></span><span id=\"cke_bm_344S\" style=\"display: none;\"></span><span id=\"cke_bm_343S\" style=\"display: none;\"></span><span id=\"cke_bm_342S\" style=\"display: none;\"></span><span id=\"cke_bm_341S\" style=\"display: none;\"></span><span id=\"cke_bm_340S\" style=\"display: none;\"></span><span id=\"cke_bm_339S\" style=\"display: none;\"></span><span id=\"cke_bm_338S\" style=\"display: none;\"></span><span id=\"cke_bm_350E\" style=\"display: none;\"></span><span id=\"cke_bm_349E\" style=\"display: none;\"></span><span id=\"cke_bm_348E\" style=\"display: none;\"></span><span id=\"cke_bm_347E\" style=\"display: none;\"></span><span id=\"cke_bm_346E\" style=\"display: none;\"></span><span id=\"cke_bm_345E\" style=\"display: none;\"></span><span id=\"cke_bm_344E\" style=\"display: none;\"></span><span id=\"cke_bm_343E\" style=\"display: none;\"></span><span id=\"cke_bm_342E\" style=\"display: none;\"></span><span id=\"cke_bm_341E\" style=\"display: none;\"></span><span id=\"cke_bm_340E\" style=\"display: none;\"></span><span id=\"cke_bm_339E\" style=\"display: none;\"></span><span id=\"cke_bm_338E\" style=\"display: none;\"> </span><img src=\"new/media/com_acymailing/upload/officialsacasting_logo.jpg\" alt=\"\" width=\"353\" height=\"90\" style=\"height: 90px; width: 353px;\" /></h6>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"content\">\r\n<h2><span style=\"font-family: arial,helvetica,sans-serif;\">OSCASA Meeting 19th Aug</span></h2>\r\n<p> </p>\r\n<p><span style=\"font-size: 14px;\">Dear Members,</span></p>\r\n<p> </p>\r\n<p>Please be notified that an OSCASA meeting will be held in Cape Town;</p>\r\n<p style=\"padding-left: 30px;\"><em>Date : Friday 19th August 2016</em></p>\r\n<p style=\"padding-left: 30px;\"><em>Location : De Grendel Wine Farm, Plattekloof Road, Panorama</em></p>\r\n<p style=\"padding-left: 30px;\"><em>Time : 13h30</em></p>\r\n<p style=\"padding-left: 30px;\"><em>RSVP by Thursday 18th August 2016</em></p>\r\n<p style=\"padding-left: 30px;\"><em>Refreshments : For own account</em></p>\r\n<p style=\"padding-left: 30px;\"><em>Uber : For own account!</em></p>\r\n<p> </p>\r\n<p>PAID UP MEMBERS who attend the meeting will receive a free gift on arrival – a bottle of selected <strong><span style=\"font-family: Calibri, sans-serif;\">De Grendel White or Red Wine</span></strong> to be enjoyed at the restaurant. You can decide if you will share or not! </p>\r\n<p>We look forward to seeing you there.</p>\r\n<p>Regards</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"content\">– Pene\' Saunders (Chairperson)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"container\"><!-- Message start -->\r\n<table style=\"height: 107px; width: 602px;\">\r\n<tbody class=\"acyeditor_sortable\">\r\n<tr class=\"acyeditor_delete\">\r\n<td class=\"acyeditor_text content footer\" align=\"center\">\r\n<h5><a href=\"https://www.facebook.com/OSCA-South-Africa-1108591255837488/\" class=\"button\"><img src=\"new/media/com_acymailing/templates/ozone_management/images/sm_fbbut.jpg\" alt=\"\" /></a></h5>\r\n<p>Sent by <a href=\"#\">OSCASA</a>, 30A Raats Drive, Tableview, Cape Town, South Africa Telephone 021 556 4289</p>\r\n<p><a href=\"mailto:\">info@oscasa.com </a>| {unsubscribe}Unsubscribe{/unsubscribe} | {modify}Modify your Subscription{/modify}</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n</div>\r\n<p> </p>','',1,1471276726,1471273861,'OSCA South Africa','info@oscasa.com','','info@oscasa.com','news',1,814,'oscasa-meeting-19th-aug',NULL,1,5,'BRvxfA4j',NULL,'a:3:{s:6:\"action\";s:4:\"none\";s:13:\"actionbtntext\";s:0:\"\";s:9:\"actionurl\";s:0:\"\";}',814,'','','a:0:{}','',NULL,NULL,'',NULL,NULL),(33,'Urgent OSCASA Meeting 14th Sept','<div style=\"background-color: #ffffff;\">\r\n<table class=\"body-wrap\">\r\n<tbody>\r\n<tr>\r\n<td class=\"container\"><!-- Message start -->\r\n<table>\r\n<tbody>\r\n<tr class=\"acyeditor_delete\">\r\n<td class=\"masthead\" style=\"background-color: #ffffff;\" align=\"center\">\r\n<h6><span id=\"cke_bm_350S\" style=\"display: none;\"></span><span id=\"cke_bm_349S\" style=\"display: none;\"></span><span id=\"cke_bm_348S\" style=\"display: none;\"></span><span id=\"cke_bm_347S\" style=\"display: none;\"></span><span id=\"cke_bm_346S\" style=\"display: none;\"></span><span id=\"cke_bm_345S\" style=\"display: none;\"></span><span id=\"cke_bm_344S\" style=\"display: none;\"></span><span id=\"cke_bm_343S\" style=\"display: none;\"></span><span id=\"cke_bm_342S\" style=\"display: none;\"></span><span id=\"cke_bm_341S\" style=\"display: none;\"></span><span id=\"cke_bm_340S\" style=\"display: none;\"></span><span id=\"cke_bm_339S\" style=\"display: none;\"></span><span id=\"cke_bm_338S\" style=\"display: none;\"></span><span id=\"cke_bm_350E\" style=\"display: none;\"></span><span id=\"cke_bm_349E\" style=\"display: none;\"></span><span id=\"cke_bm_348E\" style=\"display: none;\"></span><span id=\"cke_bm_347E\" style=\"display: none;\"></span><span id=\"cke_bm_346E\" style=\"display: none;\"></span><span id=\"cke_bm_345E\" style=\"display: none;\"></span><span id=\"cke_bm_344E\" style=\"display: none;\"></span><span id=\"cke_bm_343E\" style=\"display: none;\"></span><span id=\"cke_bm_342E\" style=\"display: none;\"></span><span id=\"cke_bm_341E\" style=\"display: none;\"></span><span id=\"cke_bm_340E\" style=\"display: none;\"></span><span id=\"cke_bm_339E\" style=\"display: none;\"></span><span id=\"cke_bm_338E\" style=\"display: none;\"> </span><img src=\"new/media/com_acymailing/upload/officialsacasting_logo.jpg\" alt=\"\" width=\"353\" height=\"90\" style=\"height: 90px; width: 353px;\" /></h6>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"content\">\r\n<h2><span style=\"font-family: arial,helvetica,sans-serif;\">Urgent OSCASA Meeting<br /></span></h2>\r\n<p><span style=\"font-family: \'Corbel\',sans-serif; color: #333333;\">Date : Wednesday 14<span style=\"font-size: 8pt;\">th</span> September 2016</span></p>\r\n<p><span style=\"font-family: \'Corbel\',sans-serif; color: #333333;\">Time: 09h00 – 10h00</span></p>\r\n<p><span style=\"font-family: \'Corbel\',sans-serif; color: #333333;\">Venue: Studio on Raats, 30A Raats Drive, Table View</span></p>\r\n<p><span style=\"font-family: \'Corbel\',sans-serif; color: #333333;\">Please RSVP by Tuesday 13<span style=\"font-size: 8pt;\">th</span> September 2016 to <a href=\"mailto:info@oscasa.com\">info@oscasa.com</a></span></p>\r\n<p><span style=\"font-family: \'Corbel\',sans-serif; color: #333333;\">Please note: Please park in the service roadway between our office and the Sasol Garage. Please do NOT park in front of our neighbours ZONE ONE as they require the space in front of their offices for delivery vehicles.</span></p>\r\n<table style=\"width: 757px;\">\r\n<tbody class=\"acyeditor_sortable\">\r\n<tr class=\"acyeditor_delete\">\r\n<td align=\"center\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"content\">– Pene\' Saunders (Chairperson)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"container\"><!-- Message start -->\r\n<table style=\"height: 107px; width: 602px;\">\r\n<tbody class=\"acyeditor_sortable\">\r\n<tr class=\"acyeditor_delete\">\r\n<td class=\"acyeditor_text content footer\" align=\"center\">\r\n<h5><img src=\"new/media/com_acymailing/templates/ozone_management/images/sm_fbbut.jpg\" alt=\"\" /></h5>\r\n<p>Sent by <a href=\"#\">OSCASA</a>, 30A Raats Drive, Tableview, Cape Town, South Africa Telephone 021 556 4289</p>\r\n<p><a href=\"mailto:\">info@oscasa.com </a>| {unsubscribe}Unsubscribe{/unsubscribe} | {modify}Modify your Subscription{/modify}</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n</div>\r\n<p> </p>','',1,1473427035,1473426747,'OSCA South Africa','info@oscasa.com','','info@oscasa.com','news',1,814,'urgent-oscasa-meeting-14th-sept',NULL,1,5,'LOnJDNZM',NULL,'a:3:{s:6:\"action\";s:4:\"none\";s:13:\"actionbtntext\";s:0:\"\";s:9:\"actionurl\";s:0:\"\";}',814,'','','a:0:{}','',NULL,NULL,'',NULL,NULL),(34,'OSCASA Queries Complaints','<p> </p>\r\n<p>Thank you for your query with OSCASA.</p>\r\n<p>OSCASA is here to educate, protect and apply your rights within the film, television and print industry.</p>\r\n<p>You are now on our mail list and we will send news and updates. Anytime you have a query, need information or wish to lodge a complaint please complete a Query Enquiry. </p>\r\n<p>This is a voluntary non-profit organisation so we prefer detailed written queries rather than direct telephone calls.</p>\r\n<p>We will review your query/complaint and advise you on your rights and the best course of action.</p>\r\n<p>Welcome to OSCASA and wishing you fun, enjoyment, learning and money-making in the industry.</p>\r\n<p>Thanks,</p>\r\n<p>Pene Saunders</p>','',1,NULL,1480243831,'OSCASA','info@oscasa.com','OSCASA','info@oscasa.com','welcome',1,814,'oscasa-individual-registration',NULL,1,0,'ZhGrBpwU',NULL,'a:3:{s:6:\"action\";s:4:\"none\";s:13:\"actionbtntext\";s:0:\"\";s:9:\"actionurl\";s:0:\"\";}',NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(35,'OSCASA - Important Broadcast','<div style=\"background-color: #ffffff;\">\r\n<table class=\"body-wrap\">\r\n<tbody>\r\n<tr>\r\n<td class=\"container\"><!-- Message start -->\r\n<table>\r\n<tbody>\r\n<tr class=\"acyeditor_delete\">\r\n<td class=\"masthead\" style=\"background-color: #ffffff;\" align=\"center\">\r\n<h6><span id=\"cke_bm_350S\" style=\"display: none;\"></span><span id=\"cke_bm_349S\" style=\"display: none;\"></span><span id=\"cke_bm_348S\" style=\"display: none;\"></span><span id=\"cke_bm_347S\" style=\"display: none;\"></span><span id=\"cke_bm_346S\" style=\"display: none;\"></span><span id=\"cke_bm_345S\" style=\"display: none;\"></span><span id=\"cke_bm_344S\" style=\"display: none;\"></span><span id=\"cke_bm_343S\" style=\"display: none;\"></span><span id=\"cke_bm_342S\" style=\"display: none;\"></span><span id=\"cke_bm_341S\" style=\"display: none;\"></span><span id=\"cke_bm_340S\" style=\"display: none;\"></span><span id=\"cke_bm_339S\" style=\"display: none;\"></span><span id=\"cke_bm_338S\" style=\"display: none;\"></span><span id=\"cke_bm_350E\" style=\"display: none;\"></span><span id=\"cke_bm_349E\" style=\"display: none;\"></span><span id=\"cke_bm_348E\" style=\"display: none;\"></span><span id=\"cke_bm_347E\" style=\"display: none;\"></span><span id=\"cke_bm_346E\" style=\"display: none;\"></span><span id=\"cke_bm_345E\" style=\"display: none;\"></span><span id=\"cke_bm_344E\" style=\"display: none;\"></span><span id=\"cke_bm_343E\" style=\"display: none;\"></span><span id=\"cke_bm_342E\" style=\"display: none;\"></span><span id=\"cke_bm_341E\" style=\"display: none;\"></span><span id=\"cke_bm_340E\" style=\"display: none;\"></span><span id=\"cke_bm_339E\" style=\"display: none;\"></span><span id=\"cke_bm_338E\" style=\"display: none;\"> </span><img src=\"new/media/com_acymailing/upload/officialsacasting_logo.jpg\" alt=\"\" width=\"353\" height=\"90\" style=\"height: 90px; width: 353px;\" /></h6>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"content\">\r\n<p><span style=\"font-family: helvetica; color: #333333; font-size: 12pt;\">To Whom it May Concern</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: Corbel, sans-serif; color: #333333;\"></span><span style=\"font-family: helvetica; color: #333333; font-size: 12pt;\">It has come to our attention that OMG-WTF Extras Agency are no longer answering their phones and complaints of non-payment of artists are reaching us. As their website domain is suspended and their Facebook page has no contact telephone number or address listed, we are unable to confirm with them that the rumours are true or not.</span></p>\r\n<p><span style=\"font-family: helvetica; color: #333333; font-size: 12pt;\"></span></p>\r\n<p><span style=\"font-family: helvetica; color: #333333; font-size: 12pt;\">However in light of our commitment to protect Artistes & Talent in the industry, we are asking that you exercise caution at this time. Please takes steps to ensure that guarantees are in place for payment of Artists & Talent until such time that we can verify this information.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"content\">– Pene\' Saunders (Chairperson)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"container\"><!-- Message start -->\r\n<table style=\"height: 107px; width: 602px;\">\r\n<tbody class=\"acyeditor_sortable\">\r\n<tr class=\"acyeditor_delete\">\r\n<td class=\"acyeditor_text content footer\" align=\"center\">\r\n<h5><a href=\"https://www.facebook.com/OSCA-South-Africa-1108591255837488/\" class=\"button\"><img src=\"new/media/com_acymailing/templates/ozone_management/images/sm_fbbut.jpg\" alt=\"\" /></a></h5>\r\n<p>Sent by <a href=\"#\">OSCASA</a>, 30A Raats Drive, Tableview, Cape Town, South Africa Telephone 021 556 4289</p>\r\n<p><a href=\"mailto:\">info@oscasa.com </a>| {unsubscribe}Unsubscribe{/unsubscribe} | {modify}Modify your Subscription{/modify}</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n</div>\r\n<p> </p>','',1,1487323396,1487321868,'OSCA South Africa','info@oscasa.com','','info@oscasa.com','news',1,814,'oscasa-important-broadcast',NULL,1,5,'ibnNwVb2',NULL,'a:3:{s:6:\"action\";s:4:\"none\";s:13:\"actionbtntext\";s:0:\"\";s:9:\"actionurl\";s:0:\"\";}',814,'','','a:0:{}','',NULL,NULL,'',NULL,NULL),(36,'OSCASA News Broadcast','<div style=\"background-color: #ffffff;\">\r\n<table class=\"body-wrap\">\r\n<tbody>\r\n<tr>\r\n<td class=\"container\"><!-- Message start -->\r\n<table>\r\n<tbody>\r\n<tr class=\"acyeditor_delete\">\r\n<td class=\"masthead\" style=\"background-color: #ffffff;\" align=\"center\">\r\n<h6><span id=\"cke_bm_350S\" style=\"display: none;\"></span><span id=\"cke_bm_349S\" style=\"display: none;\"></span><span id=\"cke_bm_348S\" style=\"display: none;\"></span><span id=\"cke_bm_347S\" style=\"display: none;\"></span><span id=\"cke_bm_346S\" style=\"display: none;\"></span><span id=\"cke_bm_345S\" style=\"display: none;\"></span><span id=\"cke_bm_344S\" style=\"display: none;\"></span><span id=\"cke_bm_343S\" style=\"display: none;\"></span><span id=\"cke_bm_342S\" style=\"display: none;\"></span><span id=\"cke_bm_341S\" style=\"display: none;\"></span><span id=\"cke_bm_340S\" style=\"display: none;\"></span><span id=\"cke_bm_339S\" style=\"display: none;\"></span><span id=\"cke_bm_338S\" style=\"display: none;\"></span><span id=\"cke_bm_350E\" style=\"display: none;\"></span><span id=\"cke_bm_349E\" style=\"display: none;\"></span><span id=\"cke_bm_348E\" style=\"display: none;\"></span><span id=\"cke_bm_347E\" style=\"display: none;\"></span><span id=\"cke_bm_346E\" style=\"display: none;\"></span><span id=\"cke_bm_345E\" style=\"display: none;\"></span><span id=\"cke_bm_344E\" style=\"display: none;\"></span><span id=\"cke_bm_343E\" style=\"display: none;\"></span><span id=\"cke_bm_342E\" style=\"display: none;\"></span><span id=\"cke_bm_341E\" style=\"display: none;\"></span><span id=\"cke_bm_340E\" style=\"display: none;\"></span><span id=\"cke_bm_339E\" style=\"display: none;\"></span><span id=\"cke_bm_338E\" style=\"display: none;\"> </span><img src=\"new/media/com_acymailing/upload/officialsacasting_logo.jpg\" alt=\"\" width=\"353\" height=\"90\" style=\"height: 90px; width: 353px;\" /></h6>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"content\">\r\n<h2><span style=\"font-family: arial,helvetica,sans-serif;\">News Broadcast</span></h2>\r\n<p><span style=\"font-family: arial, helvetica, sans-serif; font-size: 12pt;\">The attached article appeared recently in a Cape Newspaper. While this duo’s guilt is still to be proven, they are by now quite infamous in the film industry. Now renamed to Happy Cow Productions, they recently shot a Vodafone commercial in Cape Town.</span></p>\r\n<p><span style=\"font-family: arial, helvetica, sans-serif; font-size: 12pt;\">In a recent email copied to OSCASA from Craig Fegen, he states :</span></p>\r\n<p> </p>\r\n<p><em><span style=\"font-family: arial, helvetica, sans-serif; font-size: 12pt;\">\"Hi all,</span></em><br /><em><span style=\"font-family: arial, helvetica, sans-serif; font-size: 12pt;\">We have every intention of paying all the cast on this job, we are presently getting all our funds in and cleared through our vat claim as there was no profit made on this job and the vat that needed to be paid over is our cast funds. We are currently finding alternative methods to pay you quicker than waiting the 21 working day period of our vat claim being submitted. I will keep you all posted and get the cast paid as soon as possible. </span></em></p>\r\n<p><br /><em><span style=\"font-family: arial, helvetica, sans-serif; font-size: 12pt;\">Craig\"</span></em></p>\r\n<p><br /><span style=\"font-family: arial, helvetica, sans-serif; font-size: 12pt;\">It is of great concern that they are waiting for a VAT refund in order to pay the cast. What on earth happened to the CAST FEES? OSCASA are busy considering various options in order to recoup these funds on behalf of Agents & Artistes. We will keep you updated on any further developments. If you have any additional info to add with regard to non-payment by any of the companies operated by David Wakelin, please do let us know.</span></p>\r\n<p><span style=\"font-family: arial, helvetica, sans-serif; font-size: 12pt;\">Regards</span></p>\r\n<table>\r\n<tbody class=\"acyeditor_sortable\">\r\n<tr class=\"acyeditor_delete\">\r\n<td align=\"center\">\r\n<h5><span style=\"font-family: arial,helvetica,sans-serif;\"><a href=\"http://www.travelbyarrangement.com\" class=\"button\"></a></span></h5>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"content\">– Pene\' Saunders (Chairperson)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"container\"><!-- Message start -->\r\n<table style=\"height: 107px; width: 602px;\">\r\n<tbody class=\"acyeditor_sortable\">\r\n<tr class=\"acyeditor_delete\">\r\n<td class=\"acyeditor_text content footer\" align=\"center\">\r\n<h5><a href=\"https://www.facebook.com/OSCA-South-Africa-1108591255837488/\" class=\"button\"><img src=\"new/media/com_acymailing/templates/ozone_management/images/sm_fbbut.jpg\" alt=\"\" /></a></h5>\r\n<p>Sent by <a href=\"#\">OSCASA</a>, 30A Raats Drive, Tableview, Cape Town, South Africa Telephone 021 556 4289</p>\r\n<p><a href=\"mailto:\">info@oscasa.com </a>| {unsubscribe}Unsubscribe{/unsubscribe} | {modify}Modify your Subscription{/modify}</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n</div>\r\n<p> </p>','',1,1488447899,1488446830,'OSCA South Africa','info@oscasa.com','','info@oscasa.com','news',1,814,'oscasa-news-broadcast','a:1:{i:0;O:8:\"stdClass\":2:{s:8:\"filename\";s:54:\"media/com_acymailing/upload/david_wakelin_img_2060.jpg\";s:4:\"size\";i:347838;}}',1,5,'mV3OB75r',NULL,'a:3:{s:6:\"action\";s:4:\"none\";s:13:\"actionbtntext\";s:0:\"\";s:9:\"actionurl\";s:0:\"\";}',814,'','','a:0:{}','',NULL,NULL,'',NULL,NULL),(37,'Artists Release Form','<div style=\"background-color: #ffffff;\">\r\n<table class=\"body-wrap\">\r\n<tbody>\r\n<tr>\r\n<td class=\"container\"><!-- Message start -->\r\n<table>\r\n<tbody>\r\n<tr class=\"acyeditor_delete\">\r\n<td class=\"masthead\" style=\"background-color: #ffffff;\" align=\"center\">\r\n<h6><span id=\"cke_bm_350S\" style=\"display: none;\"></span><span id=\"cke_bm_349S\" style=\"display: none;\"></span><span id=\"cke_bm_348S\" style=\"display: none;\"></span><span id=\"cke_bm_347S\" style=\"display: none;\"></span><span id=\"cke_bm_346S\" style=\"display: none;\"></span><span id=\"cke_bm_345S\" style=\"display: none;\"></span><span id=\"cke_bm_344S\" style=\"display: none;\"></span><span id=\"cke_bm_343S\" style=\"display: none;\"></span><span id=\"cke_bm_342S\" style=\"display: none;\"></span><span id=\"cke_bm_341S\" style=\"display: none;\"></span><span id=\"cke_bm_340S\" style=\"display: none;\"></span><span id=\"cke_bm_339S\" style=\"display: none;\"></span><span id=\"cke_bm_338S\" style=\"display: none;\"></span><span id=\"cke_bm_350E\" style=\"display: none;\"></span><span id=\"cke_bm_349E\" style=\"display: none;\"></span><span id=\"cke_bm_348E\" style=\"display: none;\"></span><span id=\"cke_bm_347E\" style=\"display: none;\"></span><span id=\"cke_bm_346E\" style=\"display: none;\"></span><span id=\"cke_bm_345E\" style=\"display: none;\"></span><span id=\"cke_bm_344E\" style=\"display: none;\"></span><span id=\"cke_bm_343E\" style=\"display: none;\"></span><span id=\"cke_bm_342E\" style=\"display: none;\"></span><span id=\"cke_bm_341E\" style=\"display: none;\"></span><span id=\"cke_bm_340E\" style=\"display: none;\"></span><span id=\"cke_bm_339E\" style=\"display: none;\"></span><span id=\"cke_bm_338E\" style=\"display: none;\"> </span><img src=\"new/media/com_acymailing/upload/officialsacasting_logo.jpg\" alt=\"\" width=\"353\" height=\"90\" style=\"height: 90px; width: 353px;\" /></h6>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"content\">\r\n<h2><span style=\"font-family: arial,helvetica,sans-serif;\">Feb 2017 - Note on Artists Release Form</span></h2>\r\n<p> </p>\r\n<p><span style=\"font-family: arial, helvetica, sans-serif; font-size: 10pt;\">Dear Agents</span></p>\r\n<p><span style=\"font-family: arial, helvetica, sans-serif; font-size: 10pt;\">If you are sending Background Artiste’s to set please be sure to <strong>INSIST</strong> on Artiste Release Forms being issued <strong>PRIOR</strong> to your Artiste’s shooting. If your client issues their own Artiste Release Form be sure to check it against this one - attached. One of the most important components to this ARF is the UPGRADE clause. If your Background Artiste becomes featured, then they are entitled to a Day Rate upgrade and Usage!</span></p>\r\n<p> </p>\r\n<p><span style=\"font-size: 10pt;\">Regards,</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"content\">– Pene\' Saunders (Chairperson)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"container\"><!-- Message start -->\r\n<table style=\"height: 107px; width: 602px;\">\r\n<tbody class=\"acyeditor_sortable\">\r\n<tr class=\"acyeditor_delete\">\r\n<td class=\"acyeditor_text content footer\" align=\"center\">\r\n<h5><a href=\"https://www.facebook.com/OSCA-South-Africa-1108591255837488/\" class=\"button\"><img src=\"new/media/com_acymailing/templates/ozone_management/images/sm_fbbut.jpg\" alt=\"\" /></a></h5>\r\n<p>Sent by <a href=\"#\">OSCASA</a>, 30A Raats Drive, Tableview, Cape Town, South Africa Telephone 021 556 4289</p>\r\n<p><a href=\"mailto:\">info@oscasa.com </a>| {unsubscribe}Unsubscribe{/unsubscribe} | {modify}Modify your Subscription{/modify}</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n</div>\r\n<p> </p>','',1,1488452748,1488452444,'OSCA South Africa','info@oscasa.com','','info@oscasa.com','news',1,814,'artists-release-form','a:2:{i:0;O:8:\"stdClass\":2:{s:8:\"filename\";s:72:\"media/com_acymailing/upload/artiste_release_2014_black_and_white_new.pdf\";s:4:\"size\";i:83275;}i:1;O:8:\"stdClass\":2:{s:8:\"filename\";s:63:\"media/com_acymailing/upload/artiste_release_2014_colour_new.pdf\";s:4:\"size\";i:92518;}}',1,5,'0hYaVLBq',NULL,'a:3:{s:6:\"action\";s:4:\"none\";s:13:\"actionbtntext\";s:0:\"\";s:9:\"actionurl\";s:0:\"\";}',814,'','','a:0:{}','',NULL,NULL,'',NULL,NULL),(38,'Overtime rights under threat','<div style=\"background-color: #ffffff;\">\r\n<table class=\"body-wrap\">\r\n<tbody>\r\n<tr>\r\n<td class=\"container\"><!-- Message start -->\r\n<table>\r\n<tbody>\r\n<tr class=\"acyeditor_delete\">\r\n<td class=\"masthead\" style=\"background-color: #ffffff;\" align=\"center\">\r\n<h6><span id=\"cke_bm_350S\" style=\"display: none;\"></span><span id=\"cke_bm_349S\" style=\"display: none;\"></span><span id=\"cke_bm_348S\" style=\"display: none;\"></span><span id=\"cke_bm_347S\" style=\"display: none;\"></span><span id=\"cke_bm_346S\" style=\"display: none;\"></span><span id=\"cke_bm_345S\" style=\"display: none;\"></span><span id=\"cke_bm_344S\" style=\"display: none;\"></span><span id=\"cke_bm_343S\" style=\"display: none;\"></span><span id=\"cke_bm_342S\" style=\"display: none;\"></span><span id=\"cke_bm_341S\" style=\"display: none;\"></span><span id=\"cke_bm_340S\" style=\"display: none;\"></span><span id=\"cke_bm_339S\" style=\"display: none;\"></span><span id=\"cke_bm_338S\" style=\"display: none;\"></span><span id=\"cke_bm_350E\" style=\"display: none;\"></span><span id=\"cke_bm_349E\" style=\"display: none;\"></span><span id=\"cke_bm_348E\" style=\"display: none;\"></span><span id=\"cke_bm_347E\" style=\"display: none;\"></span><span id=\"cke_bm_346E\" style=\"display: none;\"></span><span id=\"cke_bm_345E\" style=\"display: none;\"></span><span id=\"cke_bm_344E\" style=\"display: none;\"></span><span id=\"cke_bm_343E\" style=\"display: none;\"></span><span id=\"cke_bm_342E\" style=\"display: none;\"></span><span id=\"cke_bm_341E\" style=\"display: none;\"></span><span id=\"cke_bm_340E\" style=\"display: none;\"></span><span id=\"cke_bm_339E\" style=\"display: none;\"></span><span id=\"cke_bm_338E\" style=\"display: none;\"> </span><img src=\"new/media/com_acymailing/upload/officialsacasting_logo.jpg\" alt=\"\" width=\"353\" height=\"90\" style=\"height: 90px; width: 353px;\" /></h6>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"content\">\r\n<p>Hello Artistes,</p>\r\n<p>\"OVERTIME IS NEVER IN HALF HOUR OR 15MIN INCREMENT\'S FOR TALENT! but there are agents doing this to their own artistes!\"</p>\r\n<p><span style=\"font-size: 14pt;\">THERE ARE CURRENTLY PRODUCTIONS TAKING ADVANTAGE OF YOU!</span></p>\r\n<p>READ FULL ARTICLE BELOW</p>\r\n<p>Click on this link, select subscribe & receive free newsletters <span style=\"background-color: #ffffff;\"><a href=\"http://www.oscasa.com\">http://www.oscasa.com</a></span></p>\r\n<ul>\r\n<li>TV and Commercial Guidelines - know your rights</li>\r\n<li>Television & Feature Film Guidelines 2016/17</li>\r\n<li>Commercial Guidelines 2016/17</li>\r\n</ul>\r\n<p>There are currently agents accepting overtime in 15min and 30min increments. This is short changing you. The guidelines established and recognized in the industry are clear;</p>\r\n<p><br /><span style=\"font-size: 14pt;\">WORK HOURS</span></p>\r\n<p>4.1.2 Overtime is 10% of day rate per hour or part thereof. 15min after wrap is free to complete a \"take\" or \"set up\". BA’s (Extras) receive 20% from the 15th hr onwards. 2nd Day payable after 18hrs.</p>\r\n<p><em>Why has this come up:</em> <br />In order to get the work for their agency, some agents are accepting these terms from production. They are actually short changing you the artiste.<br /><em>The long term impact:</em> <br />What is you no longer get overtime in line with the guidelines on all jobs?<br />If you the artistes are accepting this, you are changing the way overtime was negotiated and has been calculated on Background Artistes since 2006. This will reduce your income and earning ability. On a larger scale the talent pool diminishes, jobs can no longer be serviced and the industry as a whole loses out.<br /><em>What to do.</em><br />Confirm the overtime terms on jobs with your agent before accepting the job. If they are OSCASA members they work by the Guidelines. If they are not, it does not mean they can negate your rights which regardless of their association affiliations are accepted and established norm in the industry.</p>\r\n<p>EXAMPLE: This is based on an actual example reported to OSCASA;</p>\r\n<ul>\r\n<li>Day rate on Commercial of R750 </li>\r\n<li>Less Agency Fee of 20% = R150</li>\r\n<li>Less PAYE of 25% = R150</li>\r\n<li>Take home pay = R450</li>\r\n</ul>\r\n<p>NOW that was for an 11hrs day on a commercial: </p>\r\n<p>Call time: 08:00 Wrap: 19:00 but you worked till 20:20 being 2HRS OVERTIME.</p>\r\n<p>(Why 2hrs? because you finished at 20min past 8 and not 15min past eight) So per hour or part thereof.<br />You should take home: R45 x 2 = R90 after deductions<br />There are agents accepting HALF hour overtime increments: SO your take home pay would be: 1.5hrs = R67.50<br />That\'s R22.50 that should have been paid to you.<br />It may not seem much but when you start to get into the higher % of overtime, 20% etc then it starts adding up.</p>\r\n<p>TIME TO SAY NO TO YOUR AGENTS IF THEY ARE NOT WILLING TO FIGHT FOR YOUR RIGHTS AND GUIDELINES WHICH ARE INDUSTRY NORM.<br />NEXT ARTICLE - EXTRAS PAYMENT 4 THINGS YOU SHOULD KNOW.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"content\">– Pene\' Saunders (Chairperson)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"container\"><!-- Message start -->\r\n<table style=\"height: 107px; width: 602px;\">\r\n<tbody class=\"acyeditor_sortable\">\r\n<tr class=\"acyeditor_delete\">\r\n<td class=\"acyeditor_text content footer\" align=\"center\">\r\n<h5><a href=\"https://www.facebook.com/OSCA-South-Africa-1108591255837488/\" class=\"button\"><img src=\"new/media/com_acymailing/templates/ozone_management/images/sm_fbbut.jpg\" alt=\"\" /></a></h5>\r\n<p>Sent by <a href=\"#\">OSCASA</a>, 30A Raats Drive, Tableview, Cape Town, South Africa Telephone 021 556 4289</p>\r\n<p><a href=\"mailto:\">info@oscasa.com </a>| {unsubscribe}Unsubscribe{/unsubscribe} | {modify}Modify your Subscription{/modify}</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n</div>\r\n<p> </p>','',1,1491119163,1491118339,'OSCA South Africa','info@oscasa.com','','info@oscasa.com','news',1,814,'overtime-rights-under-threat',NULL,1,5,'UV5FXSJm',NULL,'a:3:{s:6:\"action\";s:4:\"none\";s:13:\"actionbtntext\";s:0:\"\";s:9:\"actionurl\";s:0:\"\";}',814,'','','a:0:{}','',NULL,NULL,'',NULL,NULL),(39,'New Member Welcome','<div style=\"background-color: #ffffff;\">\r\n<table class=\"body-wrap\">\r\n<tbody>\r\n<tr>\r\n<td class=\"container\"><!-- Message start -->\r\n<table>\r\n<tbody>\r\n<tr class=\"acyeditor_delete\">\r\n<td class=\"masthead\" style=\"background-color: #ffffff;\" align=\"center\">\r\n<h6><span id=\"cke_bm_350S\" style=\"display: none;\"></span><span id=\"cke_bm_349S\" style=\"display: none;\"></span><span id=\"cke_bm_348S\" style=\"display: none;\"></span><span id=\"cke_bm_347S\" style=\"display: none;\"></span><span id=\"cke_bm_346S\" style=\"display: none;\"></span><span id=\"cke_bm_345S\" style=\"display: none;\"></span><span id=\"cke_bm_344S\" style=\"display: none;\"></span><span id=\"cke_bm_343S\" style=\"display: none;\"></span><span id=\"cke_bm_342S\" style=\"display: none;\"></span><span id=\"cke_bm_341S\" style=\"display: none;\"></span><span id=\"cke_bm_340S\" style=\"display: none;\"></span><span id=\"cke_bm_339S\" style=\"display: none;\"></span><span id=\"cke_bm_338S\" style=\"display: none;\"></span><span id=\"cke_bm_350E\" style=\"display: none;\"></span><span id=\"cke_bm_349E\" style=\"display: none;\"></span><span id=\"cke_bm_348E\" style=\"display: none;\"></span><span id=\"cke_bm_347E\" style=\"display: none;\"></span><span id=\"cke_bm_346E\" style=\"display: none;\"></span><span id=\"cke_bm_345E\" style=\"display: none;\"></span><span id=\"cke_bm_344E\" style=\"display: none;\"></span><span id=\"cke_bm_343E\" style=\"display: none;\"></span><span id=\"cke_bm_342E\" style=\"display: none;\"></span><span id=\"cke_bm_341E\" style=\"display: none;\"></span><span id=\"cke_bm_340E\" style=\"display: none;\"></span><span id=\"cke_bm_339E\" style=\"display: none;\"></span><span id=\"cke_bm_338E\" style=\"display: none;\"> </span><a href=\"http://www.oscasa.com\"><img src=\"new/media/com_acymailing/upload/officialsacasting_logo.jpg\" alt=\"\" width=\"353\" height=\"90\" style=\"height: 90px; width: 353px;\" /></a></h6>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"content\">\r\n<h2><span style=\"font-family: arial,helvetica,sans-serif;\">New Member Welcome!</span></h2>\r\n<p><span style=\"font-family: arial,helvetica,sans-serif;\">Dear Valuta Entertainment,<br /> <br /> Your application has been approved and accepted. Welcome to OSCASA! </span></p>\r\n<p><span style=\"font-family: arial,helvetica,sans-serif;\">Your username and temporary password for the OSCASA website are at the bottom of this page. Please use this to access the Member Login to find all industry related documents that you require <strong><span style=\"text-decoration: underline;\">under the menu option Guidelines</span></strong>. You will receive OSCASA newsletters to help increase your industry knowledge and keep you up to date with industry news. Please feel free to submit any news articles that you think may be of interest to other members on info@oscasa.com<br /> <br /> The current OSCASA Exco is made up of 3 Members, namely<br /> Chairperson - Pene Saunders<br /> Vice-Chair - Mia Bellingan<br /> Consultant - Patrick Walton<br /> <br /> Should you have any queries, please send emails to <a href=\"mailto:info@oscasa.com?subject=Oscasa%20Query\">info@oscasa.com</a> . I can be contacted on my cell, 0737617097 for any urgent matters. Please be sparing in your use of my cell number and please treat this contact number as confidential. Please also respect business hours when using this number.<br /> <br /> We look forward to chatting in the future.<br /> <br /> Regards<br /> <br /> Pene Saunders<br /> Chairperson<br /> OSCA SA Official South African Casting Association</span><br /> </p>\r\n<table>\r\n<tbody class=\"acyeditor_sortable\">\r\n<tr class=\"acyeditor_delete acyeditor_text\">\r\n<td align=\"center\">\r\n<h5><span style=\"font-family: arial,helvetica,sans-serif;\">Oscasa.com login</span></h5>\r\n<div style=\"text-align: left;\">Username: valutaadmin<br /> Temporary Password: sandile123 (please change/reset):</div>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"content\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"container\"><!-- Message start -->\r\n<table style=\"height: 107px; width: 602px;\">\r\n<tbody class=\"acyeditor_sortable\">\r\n<tr class=\"acyeditor_delete\">\r\n<td class=\"acyeditor_text content footer\" align=\"center\">\r\n<h5><a href=\"https://www.facebook.com/OSCA-South-Africa-1108591255837488/\" class=\"button\"><img src=\"new/media/com_acymailing/templates/ozone_management/images/sm_fbbut.jpg\" alt=\"\" /></a></h5>\r\n<p>Sent by <a href=\"#\">OSCASA</a>, 30A Raats Drive, Tableview, Cape Town, South Africa Telephone 021 556 4289</p>\r\n<p><a href=\"mailto:\">info@oscasa.com </a>| {unsubscribe}Unsubscribe{/unsubscribe} | {modify}Modify your Subscription{/modify}</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n</div>\r\n<p> </p>','',1,NULL,1491119968,'OSCA South Africa','info@oscasa.com','OSCASA info','info@oscasa.com','news',1,814,'new-member-welcome',NULL,1,6,'Sieym7md',NULL,'a:3:{s:6:\"action\";s:4:\"none\";s:13:\"actionbtntext\";s:0:\"\";s:9:\"actionurl\";s:0:\"\";}',NULL,'','','a:0:{}','',NULL,NULL,'',NULL,''),(40,'{senderSubject}','<div style=\"text-align: center; width: 100%; background-color:#ffffff;\">\r\n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"w600\" style=\"text-align: justify; margin: auto; width: 600px;\">\r\n <tbody>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_2\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #69b4c0;\" valign=\"bottom\" width=\"600\" id=\"zone_3\"><img id=\"zone_29\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/top.png\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_4\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_5\"></td>\r\n <td class=\"w520 acyeditor_text\" colspan=\"3\" height=\"80\" style=\"text-align: left; background-color: #ebebeb;\" width=\"520\" id=\"zone_6\"><strong></strong><img alt=\"-\" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/message_icon.png\" style=\"float: left; margin-right: 10px;\">\r\n <h3>{senderSubject}<span style=\"display: none;\"> </span></h3>\r\n </td>\r\n <td class=\"acyeditor_picture w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_7\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_8\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_9\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_10\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_11\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_12\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_13\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_14\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_15\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_16\"></td>\r\n <td class=\"w480 pict acyeditor_text\" style=\"background-color: #fff; text-align: left;\" width=\"480\" id=\"zone_17\">{trans:COM_MAILTO_EMAIL_MSG|param1|param2|param3|param4}</td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_18\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_19\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_20\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_21\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_22\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_23\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_24\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_25\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_26\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #ebebeb;\" width=\"600\" id=\"zone_27\"><img id=\"zone_31\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/bottom.png\"></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>','',0,NULL,NULL,NULL,NULL,NULL,NULL,'joomlanotification',0,NULL,'joomla-frontsendarticle',NULL,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(41,'{trans:COM_COMMUNITY_EMAIL_ACTIVATED_BY_ADMIN_ACTIVATION_SUBJECT|param1|param2}','<div style=\"text-align: center; width: 100%; background-color:#ffffff;\">\r\n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"w600\" style=\"text-align: justify; margin: auto; width: 600px;\">\r\n <tbody>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_2\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #69b4c0;\" valign=\"bottom\" width=\"600\" id=\"zone_3\"><img id=\"zone_29\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/top.png\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_4\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_5\"></td>\r\n <td class=\"w520 acyeditor_text\" colspan=\"3\" height=\"80\" style=\"text-align: left; background-color: #ebebeb;\" width=\"520\" id=\"zone_6\"><strong></strong><img alt=\"-\" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/message_icon.png\" style=\"float: left; margin-right: 10px;\">\r\n <h3>{trans:COM_COMMUNITY_EMAIL_ACTIVATED_BY_ADMIN_ACTIVATION_SUBJECT|param1|param2}<span style=\"display: none;\"> </span></h3>\r\n </td>\r\n <td class=\"acyeditor_picture w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_7\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_8\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_9\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_10\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_11\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_12\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_13\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_14\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_15\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_16\"></td>\r\n <td class=\"w480 pict acyeditor_text\" style=\"background-color: #fff; text-align: left;\" width=\"480\" id=\"zone_17\">{trans:COM_COMMUNITY_EMAIL_ACTIVATED_BY_ADMIN_ACTIVATION_BODY|param1|param2|param3}</td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_18\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_19\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_20\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_21\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_22\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_23\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_24\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_25\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_26\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #ebebeb;\" width=\"600\" id=\"zone_27\"><img id=\"zone_31\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/bottom.png\"></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>','',0,NULL,NULL,NULL,NULL,NULL,NULL,'joomlanotification',0,NULL,'jomsocial-notifactivated',NULL,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(42,'{trans:COM_COMMUNITY_USER_REGISTERED_WAITING_APPROVAL_TITLE|param2}','<div style=\"text-align: center; width: 100%; background-color:#ffffff;\">\r\n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"w600\" style=\"text-align: justify; margin: auto; width: 600px;\">\r\n <tbody>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_2\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #69b4c0;\" valign=\"bottom\" width=\"600\" id=\"zone_3\"><img id=\"zone_29\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/top.png\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_4\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_5\"></td>\r\n <td class=\"w520 acyeditor_text\" colspan=\"3\" height=\"80\" style=\"text-align: left; background-color: #ebebeb;\" width=\"520\" id=\"zone_6\"><strong></strong><img alt=\"-\" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/message_icon.png\" style=\"float: left; margin-right: 10px;\">\r\n <h3>{trans:COM_COMMUNITY_USER_REGISTERED_WAITING_APPROVAL_TITLE|param2}<span style=\"display: none;\"> </span></h3>\r\n </td>\r\n <td class=\"acyeditor_picture w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_7\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_8\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_9\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_10\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_11\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_12\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_13\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_14\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_15\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_16\"></td>\r\n <td class=\"w480 pict acyeditor_text\" style=\"background-color: #fff; text-align: left;\" width=\"480\" id=\"zone_17\">{trans:COM_COMMUNITY_EMAIL_REGISTRATION|param1|param2|param3|param4}</td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_18\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_19\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_20\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_21\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_22\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_23\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_24\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_25\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_26\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #ebebeb;\" width=\"600\" id=\"zone_27\"><img id=\"zone_31\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/bottom.png\"></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>','',0,NULL,NULL,NULL,NULL,NULL,NULL,'joomlanotification',0,NULL,'jomsocial-notifaccountparameters',NULL,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(43,'{trans:COM_CCK_EMAIL_ACCOUNT_DETAILS|param1|param2}','<div style=\"text-align: center; width: 100%; background-color:#ffffff;\">\r\n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"w600\" style=\"text-align: justify; margin: auto; width: 600px;\">\r\n <tbody>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_2\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #69b4c0;\" valign=\"bottom\" width=\"600\" id=\"zone_3\"><img id=\"zone_29\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/top.png\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_4\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_5\"></td>\r\n <td class=\"w520 acyeditor_text\" colspan=\"3\" height=\"80\" style=\"text-align: left; background-color: #ebebeb;\" width=\"520\" id=\"zone_6\"><strong></strong><img alt=\"-\" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/message_icon.png\" style=\"float: left; margin-right: 10px;\">\r\n <h3>{trans:COM_CCK_EMAIL_ACCOUNT_DETAILS|param1|param2}<span style=\"display: none;\"> </span></h3>\r\n </td>\r\n <td class=\"acyeditor_picture w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_7\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_8\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_9\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_10\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_11\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_12\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_13\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_14\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_15\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_16\"></td>\r\n <td class=\"w480 pict acyeditor_text\" style=\"background-color: #fff; text-align: left;\" width=\"480\" id=\"zone_17\">{trans:COM_CCK_EMAIL_REGISTERED_BODY|param1|param2|param3|param4|param5}</td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_18\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_19\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_20\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_21\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_22\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_23\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_24\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_25\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_26\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #ebebeb;\" width=\"600\" id=\"zone_27\"><img id=\"zone_31\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/bottom.png\"></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>','',0,NULL,NULL,NULL,NULL,NULL,NULL,'joomlanotification',0,NULL,'seblod-directreg',NULL,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(44,'{trans:COM_CCK_EMAIL_ACCOUNT_DETAILS|param1|param2}','<div style=\"text-align: center; width: 100%; background-color:#ffffff;\">\r\n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"w600\" style=\"text-align: justify; margin: auto; width: 600px;\">\r\n <tbody>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_2\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #69b4c0;\" valign=\"bottom\" width=\"600\" id=\"zone_3\"><img id=\"zone_29\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/top.png\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_4\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_5\"></td>\r\n <td class=\"w520 acyeditor_text\" colspan=\"3\" height=\"80\" style=\"text-align: left; background-color: #ebebeb;\" width=\"520\" id=\"zone_6\"><strong></strong><img alt=\"-\" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/message_icon.png\" style=\"float: left; margin-right: 10px;\">\r\n <h3>{trans:COM_CCK_EMAIL_ACCOUNT_DETAILS|param1|param2}<span style=\"display: none;\"> </span></h3>\r\n </td>\r\n <td class=\"acyeditor_picture w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_7\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_8\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_9\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_10\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_11\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_12\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_13\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_14\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_15\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_16\"></td>\r\n <td class=\"w480 pict acyeditor_text\" style=\"background-color: #fff; text-align: left;\" width=\"480\" id=\"zone_17\">{trans:COM_CCK_EMAIL_REGISTERED_BODY_NOPW|param1|param2|param3}</td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_18\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_19\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_20\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_21\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_22\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_23\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_24\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_25\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_26\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #ebebeb;\" width=\"600\" id=\"zone_27\"><img id=\"zone_31\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/bottom.png\"></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>','',0,NULL,NULL,NULL,NULL,NULL,NULL,'joomlanotification',0,NULL,'seblod-directregnopwd',NULL,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(45,'{trans:ACY_DEFAULT_NOTIF_SUBJECT}','<div style=\"text-align: center; width: 100%; background-color:#ffffff;\">\r\n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"w600\" style=\"text-align: justify; margin: auto; width: 600px;\">\r\n <tbody>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_2\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #69b4c0;\" valign=\"bottom\" width=\"600\" id=\"zone_3\"><img id=\"zone_29\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/top.png\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_4\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_5\"></td>\r\n <td class=\"w520 acyeditor_text\" colspan=\"3\" height=\"80\" style=\"text-align: left; background-color: #ebebeb;\" width=\"520\" id=\"zone_6\"><strong></strong><img alt=\"-\" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/message_icon.png\" style=\"float: left; margin-right: 10px;\">\r\n <h3>{trans:ACY_DEFAULT_NOTIF_SUBJECT}<span style=\"display: none;\"> </span></h3>\r\n </td>\r\n <td class=\"acyeditor_picture w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_7\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_8\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_9\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_10\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_11\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_12\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_13\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_14\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_15\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_16\"></td>\r\n <td class=\"w480 pict acyeditor_text\" style=\"background-color: #fff; text-align: left;\" width=\"480\" id=\"zone_17\">{trans:COM_CCK_EMAIL_REGISTERED_NOTIFICATION_TO_ADMIN_BODY|param1|param2|param3}</td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_18\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_19\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_20\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_21\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_22\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_23\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_24\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_25\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_26\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #ebebeb;\" width=\"600\" id=\"zone_27\"><img id=\"zone_31\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/bottom.png\"></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>','',0,NULL,NULL,NULL,NULL,NULL,NULL,'joomlanotification',0,NULL,'seblod-notifadmin',NULL,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(46,'{trans:COM_CCK_EMAIL_ACCOUNT_DETAILS|param1|param2}','<div style=\"text-align: center; width: 100%; background-color:#ffffff;\">\r\n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"w600\" style=\"text-align: justify; margin: auto; width: 600px;\">\r\n <tbody>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_2\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #69b4c0;\" valign=\"bottom\" width=\"600\" id=\"zone_3\"><img id=\"zone_29\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/top.png\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_4\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_5\"></td>\r\n <td class=\"w520 acyeditor_text\" colspan=\"3\" height=\"80\" style=\"text-align: left; background-color: #ebebeb;\" width=\"520\" id=\"zone_6\"><strong></strong><img alt=\"-\" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/message_icon.png\" style=\"float: left; margin-right: 10px;\">\r\n <h3>{trans:COM_CCK_EMAIL_ACCOUNT_DETAILS|param1|param2}<span style=\"display: none;\"> </span></h3>\r\n </td>\r\n <td class=\"acyeditor_picture w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_7\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_8\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_9\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_10\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_11\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_12\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_13\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_14\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_15\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_16\"></td>\r\n <td class=\"w480 pict acyeditor_text\" style=\"background-color: #fff; text-align: left;\" width=\"480\" id=\"zone_17\">{trans:COM_CCK_EMAIL_REGISTERED_WITH_ACTIVATION_BODY|param1|param2|param3|param4|param5|param6}</td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_18\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_19\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_20\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_21\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_22\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_23\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_24\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_25\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_26\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #ebebeb;\" width=\"600\" id=\"zone_27\"><img id=\"zone_31\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/bottom.png\"></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>','',0,NULL,NULL,NULL,NULL,NULL,NULL,'joomlanotification',0,NULL,'seblod-ownactivreg',NULL,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(47,'{trans:COM_CCK_EMAIL_ACCOUNT_DETAILS|param1|param2}','<div style=\"text-align: center; width: 100%; background-color:#ffffff;\">\r\n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"w600\" style=\"text-align: justify; margin: auto; width: 600px;\">\r\n <tbody>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_2\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #69b4c0;\" valign=\"bottom\" width=\"600\" id=\"zone_3\"><img id=\"zone_29\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/top.png\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_4\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_5\"></td>\r\n <td class=\"w520 acyeditor_text\" colspan=\"3\" height=\"80\" style=\"text-align: left; background-color: #ebebeb;\" width=\"520\" id=\"zone_6\"><strong></strong><img alt=\"-\" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/message_icon.png\" style=\"float: left; margin-right: 10px;\">\r\n <h3>{trans:COM_CCK_EMAIL_ACCOUNT_DETAILS|param1|param2}<span style=\"display: none;\"> </span></h3>\r\n </td>\r\n <td class=\"acyeditor_picture w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_7\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_8\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_9\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_10\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_11\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_12\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_13\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_14\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_15\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_16\"></td>\r\n <td class=\"w480 pict acyeditor_text\" style=\"background-color: #fff; text-align: left;\" width=\"480\" id=\"zone_17\">{trans:COM_CCK_EMAIL_REGISTERED_WITH_ACTIVATION_BODY_NOPW|param1|param2|param3|param4|param5}</td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_18\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_19\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_20\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_21\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_22\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_23\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_24\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_25\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_26\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #ebebeb;\" width=\"600\" id=\"zone_27\"><img id=\"zone_31\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/bottom.png\"></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>','',0,NULL,NULL,NULL,NULL,NULL,NULL,'joomlanotification',0,NULL,'seblod-ownactivregnopwd',NULL,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(48,'{trans:COM_CCK_EMAIL_ACCOUNT_DETAILS|param1|param2}','<div style=\"text-align: center; width: 100%; background-color:#ffffff;\">\r\n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"w600\" style=\"text-align: justify; margin: auto; width: 600px;\">\r\n <tbody>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_2\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #69b4c0;\" valign=\"bottom\" width=\"600\" id=\"zone_3\"><img id=\"zone_29\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/top.png\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_4\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_5\"></td>\r\n <td class=\"w520 acyeditor_text\" colspan=\"3\" height=\"80\" style=\"text-align: left; background-color: #ebebeb;\" width=\"520\" id=\"zone_6\"><strong></strong><img alt=\"-\" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/message_icon.png\" style=\"float: left; margin-right: 10px;\">\r\n <h3>{trans:COM_CCK_EMAIL_ACCOUNT_DETAILS|param1|param2}<span style=\"display: none;\"> </span></h3>\r\n </td>\r\n <td class=\"acyeditor_picture w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_7\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_8\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_9\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_10\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_11\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_12\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_13\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_14\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_15\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_16\"></td>\r\n <td class=\"w480 pict acyeditor_text\" style=\"background-color: #fff; text-align: left;\" width=\"480\" id=\"zone_17\">{trans:COM_CCK_EMAIL_REGISTERED_WITH_ADMIN_ACTIVATION_BODY|param1|param2|param3|param4|param5|param6}</td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_18\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_19\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_20\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_21\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_22\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_23\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_24\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_25\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_26\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #ebebeb;\" width=\"600\" id=\"zone_27\"><img id=\"zone_31\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/bottom.png\"></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>','',0,NULL,NULL,NULL,NULL,NULL,NULL,'joomlanotification',0,NULL,'seblod-adminactivreg',NULL,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL),(49,'{trans:COM_CCK_EMAIL_ACCOUNT_DETAILS|param1|param2}','<div style=\"text-align: center; width: 100%; background-color:#ffffff;\">\r\n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"w600\" style=\"text-align: justify; margin: auto; width: 600px;\">\r\n <tbody>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_2\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #69b4c0;\" valign=\"bottom\" width=\"600\" id=\"zone_3\"><img id=\"zone_29\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/top.png\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_4\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_5\"></td>\r\n <td class=\"w520 acyeditor_text\" colspan=\"3\" height=\"80\" style=\"text-align: left; background-color: #ebebeb;\" width=\"520\" id=\"zone_6\"><strong></strong><img alt=\"-\" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/message_icon.png\" style=\"float: left; margin-right: 10px;\">\r\n <h3>{trans:COM_CCK_EMAIL_ACCOUNT_DETAILS|param1|param2}<span style=\"display: none;\"> </span></h3>\r\n </td>\r\n <td class=\"acyeditor_picture w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_7\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_8\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_9\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_10\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_11\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_12\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_13\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_14\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_15\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_16\"></td>\r\n <td class=\"w480 pict acyeditor_text\" style=\"background-color: #fff; text-align: left;\" width=\"480\" id=\"zone_17\">{trans:COM_CCK_EMAIL_REGISTERED_WITH_ADMIN_ACTIVATION_BODY_NOPW|param1|param2|param3|param4|param5}</td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_18\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_19\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" id=\"zone_20\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_21\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_22\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color: #fff;\" width=\"480\" id=\"zone_23\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\" id=\"zone_24\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\" id=\"zone_25\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" style=\"line-height: 0px;\" id=\"zone_26\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #ebebeb;\" width=\"600\" id=\"zone_27\"><img id=\"zone_31\" alt=\" - - - \" border=\"0\" src=\"media/com_acymailing/templates/newsletter-4/images/bottom.png\"></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>','',0,NULL,NULL,NULL,NULL,NULL,NULL,'joomlanotification',0,NULL,'seblod-adminactivregnopwd',NULL,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL);
/*!40000 ALTER TABLE `jos7e_acymailing_mail` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_acymailing_queue`
--
DROP TABLE IF EXISTS `jos7e_acymailing_queue`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_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=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_acymailing_queue`
--
LOCK TABLES `jos7e_acymailing_queue` WRITE;
/*!40000 ALTER TABLE `jos7e_acymailing_queue` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_acymailing_queue` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_acymailing_rules`
--
DROP TABLE IF EXISTS `jos7e_acymailing_rules`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_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=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_acymailing_rules`
--
LOCK TABLES `jos7e_acymailing_rules` WRITE;
/*!40000 ALTER TABLE `jos7e_acymailing_rules` DISABLE KEYS */;
INSERT INTO `jos7e_acymailing_rules` VALUES (1,'ACY_RULE_ACTION',1,'action *requ|verif','a:1:{s:7:\"subject\";s:1:\"1\";}','a:2:{s:6:\"delete\";s:1:\"1\";s:9:\"forwardto\";s:14:\"web@oscasa.com\";}','a:1:{s:3:\"min\";s:1:\"0\";}',1),(2,'ACY_RULE_ACKNOWLEDGE',2,'(out|away) *(of|from)|vacation|holiday|absen|congés|recept|acknowledg|thank you for','a:1:{s:7:\"subject\";s:1:\"1\";}','a:1:{s:6:\"delete\";s:1:\"1\";}','a:1:{s:3:\"min\";s:1:\"0\";}',1),(3,'ACY_RULE_LOOP',3,'feedback|staff@hotmail.com|complaints@email-abuse.amazonses.com','a:2:{s:10:\"senderinfo\";s:1:\"1\";s:7:\"subject\";s:1:\"1\";}','a:3:{s:4:\"save\";s:1:\"1\";s:6:\"delete\";s:1:\"1\";s:9:\"forwardto\";s:0:\"\";}','a:2:{s:3:\"min\";s:1:\"0\";s:5:\"unsub\";s:1:\"1\";}',1),(4,'ACY_RULE_LOOP_BODY',4,'Feedback-Type.{1,5}abuse','a:1:{s:4:\"body\";s:1:\"1\";}','a:3:{s:4:\"save\";s:1:\"1\";s:6:\"delete\";s:1:\"1\";s:9:\"forwardto\";s:0:\"\";}','a:2:{s:3:\"min\";s:1:\"0\";s:5:\"unsub\";s:1:\"1\";}',1),(5,'ACY_RULE_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))','a:2:{s:7:\"subject\";s:1:\"1\";s:4:\"body\";s:1:\"1\";}','a:3:{s:4:\"save\";s:1:\"1\";s:6:\"delete\";s:1:\"1\";s:9:\"forwardto\";s:0:\"\";}','a:3:{s:5:\"stats\";s:1:\"1\";s:3:\"min\";s:1:\"3\";s:5:\"block\";s:1:\"1\";}',1),(6,'ACY_RULE_EXIST1',6,'(Invalid|no such|unknown|bad|des?activated|undelivered|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','a:2:{s:7:\"subject\";s:1:\"1\";s:4:\"body\";s:1:\"1\";}','a:3:{s:4:\"save\";s:1:\"1\";s:6:\"delete\";s:1:\"1\";s:9:\"forwardto\";s:0:\"\";}','a:3:{s:5:\"stats\";s:1:\"1\";s:3:\"min\";s:1:\"0\";s:5:\"block\";s:1:\"1\";}',1),(7,'ACY_RULE_FILTERED',7,'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','a:1:{s:4:\"body\";s:1:\"1\";}','a:2:{s:6:\"delete\";s:1:\"1\";s:9:\"forwardto\";s:14:\"web@oscasa.com\";}','a:2:{s:5:\"stats\";s:1:\"1\";s:3:\"min\";s:1:\"0\";}',1),(8,'ACY_RULE_EXIST2',8,'status(-code)? *(:|=)? *5.(1.[1-6]|0.0|4.[0123467])|recipient *address *rejected|does *not *like *recipient','a:2:{s:7:\"subject\";s:1:\"1\";s:4:\"body\";s:1:\"1\";}','a:3:{s:4:\"save\";s:1:\"1\";s:6:\"delete\";s:1:\"1\";s:9:\"forwardto\";s:0:\"\";}','a:3:{s:5:\"stats\";s:1:\"1\";s:3:\"min\";s:1:\"0\";s:5:\"block\";s:1:\"1\";}',1),(9,'ACY_RULE_DOMAIN',9,'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','a:2:{s:7:\"subject\";s:1:\"1\";s:4:\"body\";s:1:\"1\";}','a:3:{s:4:\"save\";s:1:\"1\";s:6:\"delete\";s:1:\"1\";s:9:\"forwardto\";s:0:\"\";}','a:3:{s:5:\"stats\";s:1:\"1\";s:3:\"min\";s:1:\"0\";s:5:\"block\";s:1:\"1\";}',1),(10,'ACY_RULE_TEMPORAR',10,'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','a:2:{s:7:\"subject\";s:1:\"1\";s:4:\"body\";s:1:\"1\";}','a:3:{s:4:\"save\";s:1:\"1\";s:6:\"delete\";s:1:\"1\";s:9:\"forwardto\";s:0:\"\";}','a:3:{s:5:\"stats\";s:1:\"1\";s:3:\"min\";s:1:\"3\";s:5:\"block\";s:1:\"1\";}',1),(11,'ACY_RULE_PERMANENT',11,'failed *permanently|permanent.{1,20}(failure|error)|not *accepting *(any)? *mail|does *not *exist|no *valid *route|delivery *failure','a:2:{s:7:\"subject\";s:1:\"1\";s:4:\"body\";s:1:\"1\";}','a:3:{s:4:\"save\";s:1:\"1\";s:6:\"delete\";s:1:\"1\";s:9:\"forwardto\";s:0:\"\";}','a:3:{s:5:\"stats\";s:1:\"1\";s:3:\"min\";s:1:\"0\";s:5:\"block\";s:1:\"1\";}',1),(12,'ACY_RULE_ACKNOWLEDGE_BODY',12,'vacances|holiday|vacation|absen','a:1:{s:4:\"body\";s:1:\"1\";}','a:1:{s:6:\"delete\";s:1:\"1\";}','a:1:{s:3:\"min\";s:1:\"0\";}',1),(13,'ACY_RULE_FINAL',13,'.','a:2:{s:10:\"senderinfo\";s:1:\"1\";s:7:\"subject\";s:1:\"1\";}','a:2:{s:6:\"delete\";s:1:\"1\";s:9:\"forwardto\";s:14:\"web@oscasa.com\";}','a:1:{s:3:\"min\";s:1:\"0\";}',1);
/*!40000 ALTER TABLE `jos7e_acymailing_rules` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_acymailing_stats`
--
DROP TABLE IF EXISTS `jos7e_acymailing_stats`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_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 DEFAULT NULL,
PRIMARY KEY (`mailid`),
KEY `senddateindex` (`senddate`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_acymailing_stats`
--
LOCK TABLES `jos7e_acymailing_stats` WRITE;
/*!40000 ALTER TABLE `jos7e_acymailing_stats` DISABLE KEYS */;
INSERT INTO `jos7e_acymailing_stats` VALUES (29,49,0,1458639928,20,83,0,0,400,4,0,0,NULL),(31,49,0,1459491117,19,106,0,0,10,5,1,0,NULL),(32,63,0,1471276896,22,205,0,0,0,0,0,0,NULL),(33,65,0,1473427227,23,118,0,0,0,0,0,0,NULL),(35,241,0,1487334231,99,395,0,0,3,2,1,0,NULL),(36,103,1,1488448158,37,116,0,0,1,1,0,0,NULL),(37,22,0,1488452751,9,36,0,0,0,0,0,0,NULL),(34,1,0,1488459291,0,0,0,0,0,0,0,0,NULL),(38,80,1,1491119391,35,134,0,0,5,5,0,0,NULL);
/*!40000 ALTER TABLE `jos7e_acymailing_stats` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_acymailing_subscriber`
--
DROP TABLE IF EXISTS `jos7e_acymailing_subscriber`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_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 '',
`firstname` varchar(250) NOT NULL DEFAULT '',
`company` varchar(250) NOT NULL DEFAULT '',
PRIMARY KEY (`subid`),
UNIQUE KEY `email` (`email`),
KEY `userid` (`userid`),
KEY `queueindex` (`enabled`,`accept`,`confirmed`)
) ENGINE=MyISAM AUTO_INCREMENT=5045 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_acymailing_subscriber`
--
LOCK TABLES `jos7e_acymailing_subscriber` WRITE;
/*!40000 ALTER TABLE `jos7e_acymailing_subscriber` DISABLE KEYS */;
INSERT INTO `jos7e_acymailing_subscriber` VALUES (1,'nyakap@gmail.com',814,'Administrator',1456248276,1,1,1,NULL,1,'GcCx4UNX8jeU8k',0,NULL,0,NULL,0,0,'','Peter',''),(2,'pene@ozoneartists.co.za',0,'Pene',1456822966,0,1,1,'105.184.5.105',1,'1mPSo3Z04riG1Y',0,NULL,0,NULL,0,0,'','',''),(21,'wendy@wmta.co.za',0,'Venter',1457000974,0,1,0,NULL,1,'vaxS5WMRh5OcWg',0,NULL,1459491193,'197.78.136.142',0,1459490979,'import','Wendy',''),(24,'samantha@casting101.co.za',823,'Casting 101',1457001310,1,1,1,NULL,1,'zlrSN2ftevcZJc',0,NULL,1528793728,'165.0.3.103',1458720455,1488452750,'import','Samantha','Casting 101'),(25,'tracy@1bigdoor.com',0,'Walton',1457001310,0,1,1,NULL,1,'O1buftdXhEAF4F',0,NULL,0,NULL,0,1488452750,'import','Tracy','Colt Talent'),(27,'models@celeb.co.za',0,'Slabbert',1457001310,0,1,1,NULL,1,'oY9syBFn2rRzvM',0,NULL,1488453668,'105.7.176.174',1473781682,1488452750,'import','Marie','Celebrities'),(28,'Dustin@hotpencil.com',821,'Dustin Maree',1457001310,1,1,1,NULL,1,'Z5SNBijRMKH4XL',0,NULL,1488473838,'92.150.97.175',0,1488452750,'import','Dustin','Hot Pencil'),(29,'info@mcx.co.za',819,'Mia Bellingan',1457001310,1,1,1,NULL,1,'bOiVzpfcKMymKa',0,NULL,1487953559,'197.88.50.120',0,1488452750,'import','Mia',''),(30,'mail@ozoneartists.co.za',0,'Saunders',1457001310,0,1,1,NULL,1,'gNwNEuRvSY85yD',0,NULL,1488452876,'197.245.19.145',0,1488452750,'import','Pene','Ozone Management'),(32,'kidz2000@mweb.co.za',0,'Franken',1457001310,0,1,1,NULL,1,'Em4Pe4F4kP8QPL',0,NULL,1459492340,'196.210.67.206',0,1488452750,'import','Nellie','Kidz2000/Louis B'),(33,'info@loysmodels.co.za',0,'Onuorah',1457001310,0,1,1,NULL,1,'cTGcPkDARiVsmU',0,NULL,1488453593,'197.107.153.54',0,1488452750,'import','Aloy','Loys Models & Talent'),(34,'casting@ourworldproduction.co.za',0,'Williams',1457001310,0,1,1,NULL,1,'GIdGzGx0InKxkf',0,NULL,0,NULL,0,1488452751,'import','Osagie','Our World Casting Agency'),(35,'europemodels@raveeuropemodels.co.za',0,'Schoeman',1457001310,0,1,1,NULL,1,'rbsjpz5kHplyNR',0,NULL,0,NULL,0,1488452751,'import','Cindy','Rave Europe Models'),(36,'ansie@redcarpetkids.co.za',0,'de Beer',1457001310,0,1,1,NULL,1,'5luAIyc1XlqzLg',0,NULL,0,NULL,0,1488452751,'import','Ansie','Red Carpet Kids Characters & Extras'),(37,'chazel@mweb.co.za',0,'Kriel',1457001310,0,1,1,NULL,1,'5gyMwy3A0ryq3e',0,NULL,0,NULL,0,1488452751,'import','Zeldeen','Chazel Models'),(38,'wraphouse@iafrica.com',0,'Smith',1457001310,0,1,1,NULL,1,'pRSgX4xL5DECud',0,NULL,0,NULL,0,1488452751,'import','Toni','Wraphouse Casting Agency'),(39,'zenobia@lantic.net',0,'du Plessis',1457001310,0,1,1,NULL,1,'JaS9EyJNmsWEBM',0,NULL,1473430389,'197.245.72.118',0,1488452751,'import','Zenobia','Let\'s Twist T/A Zenobia Artist Management'),(40,'management.artists@aftereffect.co.za',0,'Phelanyane',1457001310,0,1,1,NULL,1,'apVrtrN2uTtIcn',0,NULL,0,NULL,0,1488452751,'import','Tefo','After Effects Artiste Management'),(41,'sasha@gobigproductions.net',0,'Nirmul',1457001310,0,1,1,NULL,1,'k2BtGJb9iAwvq4',0,NULL,1471342839,'41.147.112.249',0,1488452751,'import','Sasha','Go Big Production'),(42,'mel@letsfaceit.co.za',0,'Massyn',1457001310,0,1,1,NULL,1,'BAh1O6AqAvtCgL',0,NULL,1507730563,'105.246.91.22',0,1488452751,'import','Mel','Lets Face It'),(51,'info@oscasa.com',818,'Pene Saunders',1458574923,1,1,1,'105.229.105.135',1,'QojvmEAmbM3IuV',0,NULL,1490616312,'197.88.161.249',0,1488452751,'joomla','Pene',''),(50,'letsoalolm@gmail.com',817,'Millicent Lulama Letsoalo',1458545726,1,1,1,'41.146.15.81',1,'MDD5blIcKjsk0c',0,NULL,1536755258,'66.249.93.88',1459499790,1488452751,'joomla','Leago & Friends','leago and friends on tv'),(76,'sseerany@gmail.com',0,'sendrella',1474550075,0,1,1,'77.247.181.163',1,'aQRQJvStZxDQV3',0,NULL,0,NULL,0,0,'module_115','','Company'),(61,'charl@dereuck.co.za',824,'Arc Artist Management',1463388578,1,1,1,'105.184.244.228',1,'FjgmjDrBbTHLQ6',0,NULL,1505031580,'41.147.33.234',0,1488452751,'joomla','Charl','Arc Artist Management'),(65,'fanyana.m@hotmail.com',883,'Fanyana',1465944826,1,1,1,'93.186.16.245',1,'BUUvaoXkbwB97y',1484232305,'41.113.97.134',1492683990,'196.210.20.179',1492683990,1491119199,'module_115','Fanyana','White\'lupine (Pty) Ltd'),(251,'adrian.suckow@gmail.com',0,'Adrian Suckow',1487321414,0,1,1,NULL,1,'nzEmCMvugu8ksj',0,NULL,1487334574,'66.249.93.198',0,1487334189,'import','',''),(252,'aimee.duplessis@gmail.com',0,'Aimee Duplessis',1487321414,0,1,1,NULL,1,'N92RZzQzgjneu1',0,NULL,1487341378,'66.249.93.202',0,1487334189,'import','',''),(253,'amanda@lobstertree.com',0,'Amanda',1487321414,0,1,1,NULL,1,'mf1soqGwYwWaLw',0,NULL,1487335196,'41.13.92.167',0,1487334189,'import','',''),(254,'production1@capedirect.com',0,'Production',1487321414,0,1,1,NULL,1,'UhGAQ4B8thi4Kz',0,NULL,1487594070,'129.205.136.14',0,1487334231,'import','',''),(255,'amy@steel.co.za',0,'Amy',1487321414,0,1,1,NULL,1,'PvfLBLAv6IIdub',0,NULL,0,NULL,0,1487334231,'import','',''),(256,'anabellago@gmail.com',0,'Anabellago',1487321414,0,1,1,NULL,1,'hwrWqKFJqcyZAQ',0,NULL,0,NULL,0,1487334231,'import','',''),(257,'antas.prod@gmail.com',0,'Antas Prod',1487321414,0,1,1,NULL,1,'PiGcrHY15chacB',0,NULL,0,NULL,0,1487334231,'import','',''),(258,'annchen@tintoy.tv',0,'Annchen',1487321414,0,1,1,NULL,1,'Nz69SspLU10fEf',0,NULL,0,NULL,0,1487334231,'import','',''),(259,'anco@directionfilms.tv',0,'Anco',1487321414,0,1,1,NULL,1,'gjURCKekt4jLUA',0,NULL,1487347488,'41.114.147.48',0,1487334231,'import','',''),(260,'andrew@andrewshand.co.za',0,'Andrew',1487321414,0,1,1,NULL,1,'b1rVCvgwCHt1kS',0,NULL,1513262419,'196.251.32.80',1487336077,1487334231,'import','',''),(261,'sinqoto@gmail.com',0,'Sinqoto',1487321414,0,1,1,NULL,1,'0idvMWpY6DtjWW',0,NULL,1487335126,'66.249.93.200',0,1487334231,'import','',''),(262,'anikadt@gmail.com',0,'Anikadt',1487321414,0,1,1,NULL,1,'l0ppCJNDYu5cyb',0,NULL,0,NULL,0,1487334231,'import','',''),(263,'info@bangbangfilms.com',0,'Info',1487321414,0,1,1,NULL,1,'sGnJi1zOGoLOvC',0,NULL,1487329416,'165.255.64.182',0,1487323427,'import','',''),(264,'info@2blonds.co.za',0,'Info',1487321414,0,1,1,NULL,1,'egnnHncOYWbdGN',0,NULL,0,NULL,0,1487323427,'import','',''),(265,'anne-marie@atomikpictures.com',0,'Anne Marie',1487321414,0,1,1,NULL,1,'d3x3qrkNJffI5X',0,NULL,0,NULL,0,1487323427,'import','',''),(266,'annochajose@gmail.com',0,'Annochajose',1487321414,0,1,1,NULL,1,'3aNMNtdZAfFbqV',0,NULL,0,NULL,0,1487323427,'import','',''),(267,'ashleigh@orangefilms.co.za',0,'Ashleigh',1487321414,0,1,1,NULL,1,'rWGmErpVowQmnr',0,NULL,1487323710,'197.155.8.145',0,1487323427,'import','',''),(268,'ashleylynnbotha@gmail.com',0,'Ashleylynnbotha',1487321414,0,1,1,NULL,1,'rkxakYEAycbff7',0,NULL,1487750316,'66.249.93.202',0,1487323427,'import','',''),(269,'ashinamerica@gmail.com',0,'Ashinamerica',1487321414,0,1,1,NULL,1,'N7ShwvkQiDxYDW',0,NULL,0,NULL,0,1487323427,'import','',''),(270,'ayla@lobstertree.com',0,'Ayla',1487321414,0,1,1,NULL,1,'BBgGsAtS28YTm3',0,NULL,0,NULL,0,1487323473,'import','',''),(271,'barry@magicinmotion.co.za',0,'Barry',1487321414,0,1,1,NULL,1,'5KmGIjznKUVV64',0,NULL,1487335138,'41.13.208.35',0,1487323473,'import','',''),(272,'ben@7films.co.za',0,'Ben',1487321414,0,1,1,NULL,1,'mDyqAIabEb8XBq',0,NULL,0,NULL,0,1487323473,'import','',''),(273,'benjamin011@gmail.com',0,'Benjamin',1487321414,0,1,1,NULL,1,'TQjxdQb0agKAcW',0,NULL,1487328835,'197.88.179.74',0,1487323473,'import','',''),(274,'bernice@moonlighting.co.za',0,'Bernice',1487321414,0,1,1,NULL,1,'b8RW3tyWB7Nvp6',0,NULL,1487329041,'41.13.250.69',0,1487323473,'import','',''),(275,'beth@meanda.co.za',0,'Beth',1487321414,0,1,1,NULL,1,'evPbsnAVWVggWR',0,NULL,0,NULL,0,1487323473,'import','',''),(276,'bettinapaffrath@gmail.com',0,'Bettinapaffrath',1487321414,0,1,1,NULL,1,'Z69810SG8OxFym',0,NULL,0,NULL,0,1487323473,'import','',''),(277,'bjornvo@gmail.com',0,'Bjornvo',1487321414,0,1,1,NULL,1,'DINbaXbHpqp8T9',0,NULL,1487344951,'105.228.148.252',0,1487323473,'import','',''),(278,'bradley@orangefilms.co.za',0,'Bradley',1487321414,0,1,1,NULL,1,'DImGbQic6BqsiD',0,NULL,1487326432,'197.155.8.237',0,1487323473,'import','',''),(279,'candiceffas@gmail.com',0,'Candiceffas',1487321414,0,1,1,NULL,1,'44l0sNKH8PayfK',0,NULL,0,NULL,0,1487323473,'import','',''),(280,'candice@evidencia.co.za',0,'Candice',1487321414,0,1,1,NULL,1,'56ICKS24fylVkw',0,NULL,0,NULL,0,1487323529,'import','',''),(281,'candice@outofafrica.info',0,'Candice',1487321414,0,1,1,NULL,1,'R9LqIL9c5oCdcD',0,NULL,1487363229,'37.211.237.26',0,1487323529,'import','',''),(282,'candice@prodco.co.za',0,'Candice',1487321414,0,1,1,NULL,1,'K7Cqbd2W8N6lGn',0,NULL,0,NULL,0,1487323529,'import','',''),(283,'cara@groundglass.co.za',0,'Cara',1487321414,0,1,1,NULL,1,'s7o41dTfcGHeHs',0,NULL,0,NULL,0,1487323529,'import','',''),(284,'r.carla.r@gmail.com',0,'R Carla R',1487321414,0,1,1,NULL,1,'JvSVRwLCrF5O0E',0,NULL,1487323527,'66.249.93.200',0,1487323529,'import','',''),(285,'carla.cloete@gmail.com',0,'Carla Cloete',1487321414,0,1,1,NULL,1,'Xfl4T9IvLONlgB',0,NULL,0,NULL,0,1487323529,'import','',''),(286,'carla@thisismonarchy.tv',0,'Carla',1487321414,0,1,1,NULL,1,'4IymGdFkmc6PYC',0,NULL,0,NULL,0,1487323529,'import','',''),(287,'carlynagulhas@gmail.com',0,'Carlynagulhas',1487321414,0,1,1,NULL,1,'3jovw2f973YOyX',0,NULL,0,NULL,0,1487323529,'import','',''),(288,'caro@dotkomrade.co.za',0,'Caro',1487321414,0,1,1,NULL,1,'E6VjpNE3xzjgzp',0,NULL,0,NULL,0,1487323529,'import','',''),(289,'caryn@steel.co.za',0,'Caryn',1487321414,0,1,1,NULL,1,'toBxVmN9O2MtnD',0,NULL,1487328216,'41.13.204.126',0,1487323529,'import','',''),(290,'celine@lobstertree.com',0,'Celine',1487321414,0,1,1,NULL,1,'DBK6PxEesLLm0P',0,NULL,1487323712,'41.13.232.165',0,1487323646,'import','',''),(291,'chantal@moonlighting.co.za',0,'Chantal',1487321414,0,1,1,NULL,1,'qbir74zOjdtn6t',0,NULL,0,NULL,0,1487323646,'import','',''),(292,'chantelkriel@gmail.com',0,'Chantelkriel',1487321414,0,1,1,NULL,1,'n2gtIVSI5ltsw6',0,NULL,1492760179,'66.249.93.200',0,1487323646,'import','',''),(293,'charlie@stillking.com',0,'Charlie',1487321414,0,1,1,NULL,1,'9krm72oakPCWem',0,NULL,1546872800,'165.0.6.231',0,1487323646,'import','',''),(294,'chelsea@birdonawire.co.za',0,'Chelsea',1487321414,0,1,1,NULL,1,'UteESVQX7cWMp3',0,NULL,1487324436,'41.79.92.4',0,1487323646,'import','',''),(295,'chloe@miafilms.co.za',0,'Chloe',1487321414,0,1,1,NULL,1,'VvMD0CyAWXNSwN',0,NULL,1487323729,'66.249.93.200',0,1487323646,'import','',''),(296,'chrism@winkfilms.tv',0,'Chrism',1487321414,0,1,1,NULL,1,'a0GQqSaBpf0n2Y',0,NULL,0,NULL,0,1487323646,'import','',''),(297,'christophermaiken@gmail.com',0,'Christophermaiken',1487321414,0,1,1,NULL,1,'Z9ucPNNJrB7bey',0,NULL,0,NULL,0,1487323646,'import','',''),(298,'chris@10-4africa.com',0,'Chris',1487321414,0,1,1,NULL,1,'FhSynACOQ8oF0O',0,NULL,1487326840,'169.0.179.84',0,1487323646,'import','',''),(299,'chris@xtrascastiong.com',0,'Chris',1487321414,0,1,1,NULL,1,'ozU12qF5YYjCvy',0,NULL,0,NULL,0,1487323646,'import','',''),(300,'castchristene@gmail.com',0,'Castchristene',1487321414,0,1,1,NULL,1,'lXVMqUe5KMDgPv',0,NULL,0,NULL,0,1487323692,'import','',''),(301,'cindyr@theshootinggallery.co.za',0,'Cindyr',1487321414,0,1,1,NULL,1,'OcTdpxkPRun1Cj',0,NULL,0,NULL,0,1487323692,'import','',''),(302,'claire@stillking.co.za',0,'Claire',1487321414,0,1,1,NULL,1,'oQLbfDlXPXK09d',0,NULL,0,NULL,0,1487323692,'import','',''),(303,'clodagh@lobstertree.com',0,'Clodagh',1487321414,0,1,1,NULL,1,'cgI0lvHVKrkFqo',0,NULL,0,NULL,0,1487323692,'import','',''),(304,'colin@triplane.com',0,'Colin',1487321414,0,1,1,NULL,1,'HiTG0pW4TnmseZ',0,NULL,0,NULL,0,1487323692,'import','',''),(305,'conrad_mostert@yahoo.com',0,'Conrad Mostert',1487321414,0,1,1,NULL,1,'XxTrTUSIuEMwnh',0,NULL,0,NULL,0,1487323692,'import','',''),(306,'courtney@mcrud.com',0,'Courtney',1487321414,0,1,1,NULL,1,'HZgeKA6ADGa4L0',0,NULL,0,NULL,0,1487323692,'import','',''),(307,'tvproduction@promisegroup.co.za',0,'Tvproduction',1487321414,0,1,1,NULL,1,'7Chpb717gH6WiL',0,NULL,0,NULL,0,1487323692,'import','',''),(308,'craig@thepublicpool.com',0,'Craig',1487321414,0,1,1,NULL,1,'OoUwrBGe7NGi0T',0,NULL,1487325014,'66.249.93.200',0,1487323692,'import','',''),(309,'craig@farmfilm.tv',0,'Craig',1487321414,0,1,1,NULL,1,'lGkK5k8nDtgDuO',0,NULL,1570789722,'197.242.203.252',0,1487323692,'import','',''),(310,'coldflame.craig@gmail.com',0,'Coldflame Craig',1487321414,0,1,1,NULL,1,'fC5ErojYBW35iV',0,NULL,0,NULL,0,1487323739,'import','',''),(311,'rockstarfilms@hotmail.com',0,'Rockstarfilms',1487321414,0,1,1,NULL,1,'FNYSe0NQkz5NLl',0,NULL,0,NULL,0,1487323739,'import','',''),(312,'debs@groundglass.co.za',0,'Debs',1487321414,0,1,1,NULL,1,'1MW3sCvKpKnbTM',0,NULL,1487330820,'154.66.206.89',0,1487323739,'import','',''),(313,'deenannaidoo@yahoo.com',0,'Deenannaidoo',1487321414,0,1,1,NULL,1,'GfvhnJrDRUiFZM',0,NULL,0,NULL,0,1487323739,'import','',''),(314,'deecee.za@gmail.com',0,'Deecee Za',1487321414,0,1,1,NULL,1,'iEfmEQNLo7quva',0,NULL,0,NULL,0,1487323739,'import','',''),(315,'devon.brough@honeykome.com',0,'Devon Brough',1487321414,0,1,1,NULL,1,'Z9V3MN2BDdbPfe',0,NULL,0,NULL,0,1487323739,'import','',''),(316,'dianacolesky@gmail.com',0,'Dianacolesky',1487321414,0,1,1,NULL,1,'F6biNUUPYHqa1I',0,NULL,0,NULL,0,1487323739,'import','',''),(317,'Dianne@capedirect.com',0,'Dianne',1487321414,0,1,1,NULL,1,'dsgWMah4nG7k2X',0,NULL,1487330409,'169.1.146.185',0,1487323739,'import','',''),(318,'ms.dylanne@gmail.com',0,'Ms Dylanne',1487321414,0,1,1,NULL,1,'JCzWgxSwhp8bWl',0,NULL,1487326673,'41.13.250.192',0,1487323739,'import','',''),(319,'earl@mcrud.com',0,'Earl',1487321414,0,1,1,NULL,1,'XWp10z1bVr0EJk',0,NULL,1487325796,'41.13.238.151',0,1487323739,'import','',''),(320,'info@lobstertree.com',0,'Info',1487321414,0,1,1,NULL,1,'RBiIksguK5EcaG',0,NULL,1487324463,'197.242.206.60',0,1487323804,'import','',''),(321,'etienne@passingtrains.co.za',0,'Etienne',1487321414,0,1,1,NULL,1,'9NHvJk7wCzKK0A',0,NULL,0,NULL,0,1487323804,'import','',''),(322,'oraegbufabian@yahoo.com',0,'Oraegbufabian',1487321414,0,1,1,NULL,1,'1AMlt9D68tmu6X',0,NULL,1487415595,'41.150.193.53',0,1487323804,'import','',''),(323,'fmeakhan@gmail.com',0,'Fmeakhan',1487321414,0,1,1,NULL,1,'CDsCY1fZwy9gnk',0,NULL,0,NULL,0,1487323804,'import','',''),(324,'genavieve.alkana@gmail.com',0,'Genavieve Alkana',1487321414,0,1,1,NULL,1,'nieHQvkXlS94Vq',0,NULL,0,NULL,0,1487323804,'import','',''),(325,'linkafrica@global.co.za',0,'Linkafrica',1487321414,0,1,1,NULL,1,'dh9vwQXLhCFWp9',0,NULL,1487327977,'41.147.158.153',0,1487323804,'import','',''),(326,'georgia.shearman@gmail.com',0,'Georgia Shearman',1487321414,0,1,1,NULL,1,'zrT6YGQmV1EThy',0,NULL,0,NULL,0,1487323804,'import','',''),(327,'g.mostertpot@gmail.com',0,'G Mostertpot',1487321414,0,1,1,NULL,1,'HYBPt3mi6w6LMN',0,NULL,1487325748,'165.165.106.172',0,1487323804,'import','',''),(328,'capetown.cast@gmail.com',0,'Capetown Cast',1487321414,0,1,1,NULL,1,'gQZmSBeh3L7s82',0,NULL,1487324647,'197.155.4.43',0,1487323804,'import','',''),(329,'gerry@ggmfilms.com',0,'Gerry',1487321414,0,1,1,NULL,1,'f5rT3OwExMvepL',0,NULL,0,NULL,0,1487323804,'import','',''),(330,'gina.howse@icloud.com',0,'Gina Howse',1487321414,0,1,1,NULL,1,'Mgpfx2ZAlLoZ8G',0,NULL,1487339006,'169.0.185.235',0,1487332613,'import','',''),(331,'ginawheeler@2prod.com',0,'Ginawheeler',1487321414,0,1,1,NULL,1,'5w0nRqOlKmZ43u',0,NULL,1487333668,'41.13.204.223',0,1487332613,'import','',''),(332,'glen_marks@me.com',0,'Glen Marks',1487321414,0,1,1,NULL,1,'toT9U9OPRJyWYf',0,NULL,1487333465,'197.242.203.252',0,1487332613,'import','',''),(333,'greer@juice.tv',0,'Greer',1487321414,0,1,1,NULL,1,'i5Pear88v3wNVH',0,NULL,0,NULL,0,1487332613,'import','',''),(334,'hslezacek@gmail.com',0,'Hslezacek',1487321414,0,1,1,NULL,1,'dYydhEoIS56qTu',0,NULL,0,NULL,0,1487332613,'import','',''),(335,'hannortje@gmail.com',0,'Hannortje',1487321414,0,1,1,NULL,1,'kOhCZLJWwVYNKB',0,NULL,1488985844,'129.205.140.31',0,1487332613,'import','',''),(336,'filmco@iafrica.com',0,'Filmco',1487321414,0,1,1,NULL,1,'t5IcetoeOUXytb',0,NULL,0,NULL,0,1487332613,'import','',''),(337,'ian@mcrud.com',0,'Ian',1487321414,0,1,1,NULL,1,'BePGvMNSNyTa9F',0,NULL,0,NULL,0,1487332613,'import','',''),(338,'ila@ekaya-productions.com',0,'Ila',1487321414,0,1,1,NULL,1,'y1uIcZDqwVCIvI',0,NULL,0,NULL,0,1487332613,'import','',''),(339,'imranhamdulay@gmail.com',0,'Imranhamdulay',1487321414,0,1,1,NULL,1,'B3wMjBW4aCCxDZ',0,NULL,1487371911,'154.0.14.166',0,1487332613,'import','',''),(340,'irfaanfredericks@gmail.com',0,'Irfaanfredericks',1487321414,0,1,1,NULL,1,'X1IgTLPN5ATykv',0,NULL,1487332955,'66.249.93.202',0,1487332657,'import','',''),(341,'jacqui@picturetree.co.za',0,'Jacqui',1487321414,0,1,1,NULL,1,'7gLwNvJRxOKDVH',0,NULL,0,NULL,0,1487332657,'import','',''),(342,'jamesmuringani@me.com',0,'Jamesmuringani',1487321414,0,1,1,NULL,1,'JDUe9fmj4ngkFi',0,NULL,1487336109,'197.242.203.223',0,1487332657,'import','',''),(343,'jamessavage3@gmail.com',0,'Jamessavage',1487321414,0,1,1,NULL,1,'UhqIOGHt9o4Qa7',0,NULL,0,NULL,0,1487332657,'import','',''),(344,'jamiljacobs00@gmail.com',0,'Jamiljacobs',1487321414,0,1,1,NULL,1,'yxK9SdWnhHsfhF',0,NULL,0,NULL,0,1487332657,'import','',''),(345,'janneke@groundglass.co.za',0,'Janneke',1487321414,0,1,1,NULL,1,'2iU2J4AtjFIC2M',0,NULL,1487332668,'154.66.206.89',0,1487332657,'import','',''),(346,'jared@groundglass.co.za',0,'Jared',1487321414,0,1,1,NULL,1,'i5tcOEilTDHozv',0,NULL,1487332727,'154.66.206.89',0,1487332657,'import','',''),(347,'jasonz@iafrica.com',0,'Jasonz',1487321414,0,1,1,NULL,1,'qMKhnizsryW74h',0,NULL,0,NULL,0,1487332657,'import','',''),(348,'jayne@afsproductions.com',0,'Jayne',1487321414,0,1,1,NULL,1,'JJlEHGc5UNBpms',0,NULL,1537868781,'213.150.217.23',0,1487332657,'import','',''),(349,'jenny@silverliningpictures.tv',0,'Jenny',1487321414,0,1,1,NULL,1,'su4HB0N5c4fr7w',0,NULL,1528048084,'155.93.247.25',0,1487332657,'import','',''),(350,'production2@electriczoo.co.za',0,'Production',1487321414,0,1,1,NULL,1,'p1tS7FUjpzM9Mu',0,NULL,0,NULL,0,1487332703,'import','',''),(351,'jeromegwilliams@gmail.com',0,'Jeromegwilliams',1487321414,0,1,1,NULL,1,'hl8mm0QH7zLMJ4',0,NULL,1487335321,'196.22.242.70',0,1487332703,'import','',''),(352,'jessicafreer@gmail.com',0,'Jessicafreer',1487321414,0,1,1,NULL,1,'WgUQpftnEqecNI',0,NULL,0,NULL,0,1487332703,'import','',''),(353,'joskelton01@gmail.com',0,'Joskelton',1487321414,0,1,1,NULL,1,'bAl3bWUFTXy0am',0,NULL,1487340626,'66.249.93.198',0,1487332703,'import','',''),(354,'jowalker@gmail.com',0,'Jowalker',1487321414,0,1,1,NULL,1,'7Mc85klDuh5foJ',0,NULL,0,NULL,0,1487332703,'import','',''),(355,'kabelo@farmfilm.tv',0,'Kabelo',1487321414,0,1,1,NULL,1,'pXrThrKIxR8FTO',0,NULL,1514962106,'41.13.18.244',0,1487332703,'import','',''),(356,'karen@navigatorfilms.co.za',0,'Karen',1487321414,0,1,1,NULL,1,'Wj95G302Y8toh7',0,NULL,1497946319,'41.146.153.16',0,1487332703,'import','',''),(357,'karen.cl36@gmail.com',0,'Karen Cl',1487321414,0,1,1,NULL,1,'cZo5NHFMpbGEOa',0,NULL,0,NULL,0,1487332703,'import','',''),(358,'k.leach-lewis@castadivapictures.com',0,'K Leach Lewis',1487321414,0,1,1,NULL,1,'c5ly7CzM1poZ0b',0,NULL,0,NULL,0,1487332703,'import','',''),(359,'kelly@farmfilm.tv',0,'Kelly',1487321414,0,1,1,NULL,1,'acOC6mQbFJQ3uw',0,NULL,1487333991,'197.242.203.252',0,1487332703,'import','',''),(360,'kelz666@gmail.com',0,'Kelz',1487321414,0,1,1,NULL,1,'wiglh20aQHvZgr',0,NULL,0,NULL,0,1487332767,'import','',''),(361,'kerry@eggfilms.tv',0,'Kerry',1487321414,0,1,1,NULL,1,'QOfgtZKkoShupQ',0,NULL,0,NULL,0,1487332767,'import','',''),(362,'kg@picturetree.co.za',0,'Kg',1487321414,0,1,1,NULL,1,'VOVi3euH1OKHeU',0,NULL,0,NULL,0,1487332767,'import','',''),(363,'kim@ntwk.co.za',0,'Kim',1487321414,0,1,1,NULL,1,'paIMf4K7WzOqIR',0,NULL,1487392852,'41.13.220.42',0,1487332767,'import','',''),(364,'kirsten@thebigpicture.co.za',0,'Kirsten',1487321414,0,1,1,NULL,1,'tNSi6ddwJdgMtA',0,NULL,1562326401,'129.205.161.178',0,1487332767,'import','',''),(365,'kyleredman10@gmail.com',0,'Kyleredman',1487321414,0,1,1,NULL,1,'iFc163sI52kKV6',0,NULL,1573546289,'66.249.93.202',0,1487332767,'import','',''),(366,'larajengelbrecht@gmail.com',0,'Larajengelbrecht',1487321414,0,1,1,NULL,1,'3OYO5hZeY6P95M',0,NULL,0,NULL,0,1487332767,'import','',''),(367,'lara.vanderwalt@gmail.com',0,'Lara Vanderwalt',1487321414,0,1,1,NULL,1,'7vUGa8hcicLhVO',0,NULL,0,NULL,0,1487332767,'import','',''),(368,'lathiemg@gmail.com',0,'Lathiemg',1487321414,0,1,1,NULL,1,'FvWsPeG35KXgPe',0,NULL,0,NULL,0,1487332767,'import','',''),(369,'laura@eggfilms.tv',0,'Laura',1487321414,0,1,1,NULL,1,'BXRPKrzMvbuLvs',0,NULL,1487333297,'197.242.201.58',0,1487332767,'import','',''),(370,'lauraproduction@gmail.com',0,'Lauraproduction',1487321414,0,1,1,NULL,1,'DVc8yXrLjXRObM',0,NULL,0,NULL,0,1487333061,'import','',''),(371,'lauramatthews6@gmail.com',0,'Lauramatthews',1487321414,0,1,1,NULL,1,'jmsVBWTuTU6DmD',0,NULL,1487401364,'105.12.10.171',0,1487333061,'import','',''),(372,'laurence@velocityfilms.com',0,'Laurence',1487321414,0,1,1,NULL,1,'YTFrR6AsERlgyU',0,NULL,0,NULL,0,1487333061,'import','',''),(373,'laylaswart@gmail.com',0,'Laylaswart',1487321414,0,1,1,NULL,1,'n7pt0bRKd8SFRh',0,NULL,1487333629,'172.56.16.30',0,1487333061,'import','',''),(374,'leasanders@telkom.net',0,'Leasanders',1487321414,0,1,1,NULL,1,'LtfIynbYpuVy0v',0,NULL,0,NULL,0,1487333061,'import','',''),(375,'lebo.peaches@yahoo.com',0,'Lebo Peaches',1487321414,0,1,1,NULL,1,'QEgyomPWiRNZlb',0,NULL,1487336220,'196.22.246.34',0,1487333061,'import','',''),(376,'lee@rollingpictures.co.za',0,'Lee',1487321414,0,1,1,NULL,1,'hZqERe3dWdJpWI',0,NULL,0,NULL,0,1487333061,'import','',''),(377,'lee@birdfilm.com',0,'Lee',1487321414,0,1,1,NULL,1,'QS1LxMtBo3jfnD',0,NULL,0,NULL,0,1487333061,'import','',''),(378,'production12@gmail.com',0,'Production',1487321414,0,1,1,NULL,1,'c6MoXny9ndOw2E',0,NULL,0,NULL,0,1487333061,'import','',''),(379,'leila@gatehouse.co.za',0,'Leila',1487321414,0,1,1,NULL,1,'DsDqcTBQhjgBi8',0,NULL,0,NULL,0,1487333061,'import','',''),(380,'leon@orijin.co',0,'Leon',1487321414,0,1,1,NULL,1,'k5fzOqGYqFNrnS',0,NULL,0,NULL,0,1487333118,'import','',''),(381,'liam@wishbones.co.za',0,'Liam',1487321414,0,1,1,NULL,1,'rWSOSiqtXhBvcw',0,NULL,0,NULL,0,1487333118,'import','',''),(382,'lisa@atomikpictures.com',0,'Lisa',1487321414,0,1,1,NULL,1,'ueoOzr8yqETGn9',0,NULL,1487333948,'165.255.134.69',0,1487333118,'import','',''),(383,'liz@atomikpictures.com',0,'Liz',1487321414,0,1,1,NULL,1,'3i4dSzTxbjh5Mr',0,NULL,0,NULL,0,1487333118,'import','',''),(384,'gaye@friezefilms.com',0,'Gaye',1487321414,0,1,1,NULL,1,'oE1RcnMaoHi2H3',0,NULL,1487860942,'154.0.7.229',1487333256,1487333118,'import','Gaye','Frieze Films'),(385,'liz@metaltigerproductions.co.za',0,'Liz',1487321414,0,1,1,NULL,1,'wGPV440X2ngbsO',0,NULL,1487413311,'196.210.192.30',0,1487333118,'import','',''),(386,'lorin@bigskyprod.com',0,'Lorin',1487321414,0,1,1,NULL,1,'NFqKVHW3H9Otgp',0,NULL,1487333143,'197.155.5.23',0,1487333118,'import','',''),(387,'louisdutoit1@gmail.com',0,'Louisdutoit',1487321414,0,1,1,NULL,1,'PYPBzPaw1t0kbb',0,NULL,1487334860,'66.249.93.200',0,1487333118,'import','',''),(388,'louise.smith@buchanagroup.com',0,'Louise Smith',1487321414,0,1,1,NULL,1,'lek3HuUyCNCIlh',0,NULL,0,NULL,0,1487333118,'import','',''),(389,'lucille@thebigpicture.co.za',0,'Lucille',1487321414,0,1,1,NULL,1,'aWiWfjV2Dx5muV',0,NULL,0,NULL,0,1487333118,'import','',''),(390,'lunghiz@gmail.com',0,'Lunghiz',1487321414,0,1,1,NULL,1,'2bkEtOtnujtoaK',0,NULL,1487333277,'66.249.93.202',0,1487333173,'import','',''),(391,'lynettem20@gmail.com',0,'Lynettem',1487321414,0,1,1,NULL,1,'2ZqHOvFpuBmgp4',0,NULL,1487595659,'66.249.93.198',0,1487333173,'import','',''),(392,'machon@orangefilms.co.za',0,'Machon',1487321414,0,1,1,NULL,1,'ER7abwIQOzw5op',0,NULL,0,NULL,0,1487333173,'import','',''),(393,'production.marcelo@gmail.com',0,'Production Marcelo',1487321414,0,1,1,NULL,1,'WJ96fUxVRDjfXq',0,NULL,1487410637,'197.104.5.69',0,1487333173,'import','',''),(394,'margie@giantfilms.tv',0,'Margie',1487321414,0,1,1,NULL,1,'zB16CjGD1Ksgo9',0,NULL,0,NULL,0,1487333173,'import','',''),(395,'mario@fresheye.co.za',0,'Mario',1487321414,0,1,1,NULL,1,'botP7roNdhteah',0,NULL,0,NULL,0,1487333173,'import','',''),(396,'mariocastings@gmail.com',0,'Mariocastings',1487321414,0,1,1,NULL,1,'Wwogxc3kl9QZCI',0,NULL,1487352214,'66.249.93.202',0,1487333173,'import','',''),(397,'marisa@lobstertree.com',0,'Marisa',1487321414,0,1,1,NULL,1,'C5csCLOuEx4okM',0,NULL,1495048446,'197.229.51.238',0,1487333173,'import','',''),(398,'martin@cyclonefilms.co.za',0,'Martin',1487321414,0,1,1,NULL,1,'ohlNkzLQtZGvH7',0,NULL,1487336763,'196.45.25.186',0,1487333173,'import','',''),(399,'martine@navigatorfilms.co.za',0,'Martine',1487321414,0,1,1,NULL,1,'RmYdepNkSAlqfp',0,NULL,1493104445,'129.205.136.12',0,1487333173,'import','',''),(400,'mayragarca395@gmail.com',0,'Mayragarca',1487321414,0,1,1,NULL,1,'mHIzigZw9F86X2',0,NULL,1487334437,'129.205.136.71',0,1487333222,'import','',''),(401,'meganbaker8@gmail.com',0,'Meganbaker',1487321414,0,1,1,NULL,1,'zO9E7FEkWxlGwa',0,NULL,0,NULL,0,1487333222,'import','',''),(402,'megan@theshootinggallery.co.za',0,'Megan',1487321414,0,1,1,NULL,1,'6ifmqf36RH0iRh',0,NULL,0,NULL,0,1487333222,'import','',''),(403,'michelle@sevenam.co.za',0,'Michelle',1487321414,0,1,1,NULL,1,'wJIneSpPVEHGzQ',0,NULL,0,NULL,0,1487333222,'import','',''),(404,'miki@birdfilm.com',0,'Miki',1487321414,0,1,1,NULL,1,'8TdwqSSuEnG9Hf',0,NULL,1487412131,'196.22.242.70',0,1487333222,'import','',''),(405,'minet@gaintfilms.tv',0,'Minet',1487321414,0,1,1,NULL,1,'wCxZP8mdZsfNOs',0,NULL,0,NULL,0,1487333222,'import','',''),(406,'mireille.blake@gmail.com',0,'Mireille Blake',1487321414,0,1,1,NULL,1,'WFMv0meD1itm3B',0,NULL,0,NULL,0,1487333222,'import','',''),(407,'monica@navigatorfilms.co.za',0,'Monica',1487321414,0,1,1,NULL,1,'S1ozadUozGIvnp',0,NULL,0,NULL,0,1487333222,'import','',''),(408,'Nadia@navigatorfilms.co.za',0,'Nadia',1487321414,0,1,1,NULL,1,'w1IDzeqLY8PAjN',0,NULL,1487333686,'129.205.136.71',0,1487333222,'import','',''),(409,'nadiadhai@gmail.com',0,'Nadiadhai',1487321414,0,1,1,NULL,1,'kDhSyF2eCSePGv',0,NULL,1488276474,'197.242.203.123',0,1487333222,'import','',''),(410,'nthiart@gmail.com',0,'Nthiart',1487321414,0,1,1,NULL,1,'6VpZGaXnHtQrug',0,NULL,0,NULL,0,1487333521,'import','',''),(411,'nickyvaneckzolezzi@gmail.com',0,'Nickyvaneckzolezzi',1487321414,0,1,1,NULL,1,'we03xws0gUnppj',0,NULL,0,NULL,0,1487333521,'import','',''),(412,'nicola@thebigpicture.co.za',0,'Nicola',1487321414,0,1,1,NULL,1,'OKxpAG75Wg2ZV4',0,NULL,1487380839,'41.114.231.20',0,1487333521,'import','',''),(413,'nolan@steel.co.za',0,'Nolan',1487321414,0,1,1,NULL,1,'3wsvv1S5AJQkow',0,NULL,1487335411,'196.22.244.134',0,1487333521,'import','',''),(414,'nolitha.mku@gmail.com',0,'Nolitha Mku',1487321414,0,1,1,NULL,1,'n4sFIqQP2CIpB2',0,NULL,1487342140,'165.255.77.249',0,1487333521,'import','',''),(415,'ofentse@platypus.co.za',0,'Ofentse',1487321414,0,1,1,NULL,1,'6kGhcat5okDwB6',0,NULL,0,NULL,0,1487333521,'import','',''),(416,'platon@luckyfishproductions.co.za',0,'Platon',1487321414,0,1,1,NULL,1,'VdgF5Uy5Lp0BAE',0,NULL,1487356158,'169.255.168.1',0,1487333521,'import','',''),(417,'freelanprod@gmail.com',0,'Freelanprod',1487321414,0,1,1,NULL,1,'krNJ7Mlrr6ohFZ',0,NULL,1487595767,'41.50.3.242',0,1487333521,'import','',''),(418,'ntobekoc@gmail.com',0,'Ntobekoc',1487321414,0,1,1,NULL,1,'7UC6l0s5W3BbVz',0,NULL,0,NULL,0,1487333521,'import','',''),(419,'renee.durand85@gmail.com',0,'Renee Durand',1487321414,0,1,1,NULL,1,'DHwZZcuKnVv4I7',0,NULL,1487346741,'66.249.93.202',0,1487333521,'import','',''),(420,'renier@silverliningpictures.tv',0,'Renier',1487321414,0,1,1,NULL,1,'TYafHDbIWR482T',0,NULL,1487601314,'41.13.228.28',0,1487333622,'import','',''),(421,'richard@steel.co.za',0,'Richard',1487321414,0,1,1,NULL,1,'ZVRKSL4Yh79ZUE',0,NULL,0,NULL,0,1487333622,'import','',''),(422,'rneuhold@gmail.com',0,'Rneuhold',1487321414,0,1,1,NULL,1,'KpDhAGMDhuqdMq',0,NULL,0,NULL,0,1487333622,'import','',''),(423,'brett@filmworkssouthafrica.com',0,'Brett',1487321414,0,1,1,NULL,1,'8UKGyJRfVbSyzO',0,NULL,0,NULL,0,1487333622,'import','',''),(424,'mwrobsch@mweb.co.za',0,'Mwrobsch',1487321414,0,1,1,NULL,1,'QaYxtUWXgIzApT',0,NULL,0,NULL,0,1487333622,'import','',''),(425,'rob@10-4inc.com',0,'Rob',1487321414,0,1,1,NULL,1,'XZS8OLSRLFPY9F',0,NULL,1487333842,'169.0.179.84',0,1487333622,'import','',''),(426,'samd@orangefilms.co.za',0,'Samd',1487321414,0,1,1,NULL,1,'hxqA4ZXX4O3sn7',0,NULL,1487333689,'197.155.8.146',0,1487333622,'import','',''),(427,'info@LetItRainFilms.com',0,'Info',1487321414,0,1,1,NULL,1,'DOvJ2SvbAmFV1F',0,NULL,1487340719,'169.1.144.217',0,1487333622,'import','',''),(428,'sasha@luckyrabbit.co.za',0,'Sasha',1487321414,0,1,1,NULL,1,'u1ylhHj4VUOLnl',0,NULL,0,NULL,0,1487333622,'import','',''),(429,'shannon@velocityfilms.com',0,'Shannon',1487321414,0,1,1,NULL,1,'JtJjAxO6FZEh29',0,NULL,1489475882,'197.242.203.99',0,1487333622,'import','',''),(430,'shannon8625@gmail.com',0,'Shannon',1487321414,0,1,1,NULL,1,'16C7c1bNLkbrAu',0,NULL,0,NULL,0,1487333688,'import','',''),(431,'shannonmcdougall@yahoo.com',0,'Shannonmcdougall',1487321414,0,1,1,NULL,1,'7LWpTBdaCODc6u',0,NULL,0,NULL,0,1487333688,'import','',''),(432,'sharon@navigatorfilms.co.za',0,'Sharon',1487321414,0,1,1,NULL,1,'ifjh6EqOICn0Y7',0,NULL,0,NULL,0,1487333688,'import','',''),(433,'shireen@nowhereelse.co.za',0,'Shireen',1487321414,0,1,1,NULL,1,'S7u1Y8Vbkh1FqH',0,NULL,0,NULL,0,1487333688,'import','',''),(434,'shireen.hattingh@gmail.com',0,'Shireen Hattingh',1487321414,0,1,1,NULL,1,'axzz0OXp3S6cQg',0,NULL,0,NULL,0,1487333688,'import','',''),(435,'delicious@deliciousfilms.tv',0,'Delicious',1487321414,0,1,1,NULL,1,'MraB4NxCITDu7G',0,NULL,0,NULL,0,1487333688,'import','',''),(436,'simonegriessel@gmail.com',0,'Simonegriessel',1487321414,0,1,1,NULL,1,'NjjncWTfUgz8XO',0,NULL,1487575016,'197.155.4.70',0,1487333688,'import','',''),(437,'steven@unclemorris.co.za',0,'Steven',1487321414,0,1,1,NULL,1,'P2FASLENRvTHqs',0,NULL,1487339435,'50.67.16.174',0,1487333688,'import','',''),(438,'sugnet@wishbones.co.za',0,'Sugnet',1487321414,0,1,1,NULL,1,'oGrjMxVoPsiqyi',0,NULL,1487337009,'41.114.167.245',0,1487333688,'import','',''),(439,'tami@juicefilm.tv',0,'Tami',1487321414,0,1,1,NULL,1,'9zZHXgpuz0aDHL',0,NULL,0,NULL,0,1487333688,'import','',''),(440,'tammi@platypus.co.za',0,'Tammi',1487321414,0,1,1,NULL,1,'bUcNsfJXXm6ddP',0,NULL,0,NULL,0,1487333754,'import','',''),(441,'tarryndunn@telkomsa.net',0,'Tarryndunn',1487321414,0,1,1,NULL,1,'zF2lVJi7Wnz5Pz',0,NULL,1487336872,'41.76.132.10',0,1487333754,'import','',''),(442,'tarryn@platypus.co.za',0,'Tarryn',1487321414,0,1,1,NULL,1,'cZTogyY6ljlGmW',0,NULL,1487339064,'41.114.200.138',0,1487333754,'import','',''),(443,'tazwilde@gmail.com',0,'Tazwilde',1487321414,0,1,1,NULL,1,'qG7J587ZGPHjCG',0,NULL,0,NULL,0,1487333754,'import','',''),(444,'tmesele@gmail.com',0,'Tmesele',1487321414,0,1,1,NULL,1,'MooMzRez5yFSP2',0,NULL,1487334059,'66.249.93.198',0,1487333754,'import','',''),(445,'thembela@winkfilms.tv',0,'Thembela',1487321414,0,1,1,NULL,1,'D3ztULtTtO7w1O',0,NULL,0,NULL,0,1487333754,'import','',''),(446,'thierry@eaglefilms.co.za',0,'Thierry',1487321414,0,1,1,NULL,1,'N8ETvzVc7ALNjf',0,NULL,0,NULL,0,1487333754,'import','',''),(447,'tiffendale@icloud.com',0,'Tiffendale',1487321414,0,1,1,NULL,1,'dfqECXZpKWlE7n',0,NULL,0,NULL,0,1487333754,'import','',''),(448,'tracy@metaltigerproductions.co.za',0,'Tracy',1487321414,0,1,1,NULL,1,'qPeMaBiso4Sa5C',0,NULL,0,NULL,0,1487333754,'import','',''),(449,'travis@gambitfma.co.za',0,'Travis',1487321414,0,1,1,NULL,1,'xiZocBm3hmPiiz',0,NULL,1487335507,'45.56.148.250',0,1487333754,'import','',''),(450,'ebert8212@hotmail.com',0,'Ebert',1487321414,0,1,1,NULL,1,'zhFNcU4jifK0Gm',0,NULL,0,NULL,0,1487334054,'import','',''),(451,'valerie@velocityfilms.com',0,'Valerie',1487321414,0,1,1,NULL,1,'0v3BV7rFfx1kDB',0,NULL,1487334746,'197.242.203.99',0,1487334054,'import','',''),(452,'vanessa@orangefilms.co.za',0,'Vanessa',1487321414,0,1,1,NULL,1,'HShofeMCGeanK1',0,NULL,0,NULL,0,1487334054,'import','',''),(453,'vanessahaupt@gmail.com',0,'Vanessahaupt',1487321414,0,1,1,NULL,1,'jJ72A1tZoJ4467',0,NULL,1487494781,'41.13.204.239',0,1487334054,'import','',''),(454,'veronica@vervedirect.co.za',0,'Veronica',1487321414,0,1,1,NULL,1,'qgYsr16W9vGhfN',0,NULL,0,NULL,0,1487334054,'import','',''),(455,'victoria@mrdavies.co.za',0,'Victoria',1487321414,0,1,1,NULL,1,'Wd7FGYxgpEeOFf',0,NULL,0,NULL,0,1487334054,'import','',''),(456,'viki.fynn@thompsons.co.za',0,'Viki Fynn',1487321414,0,1,1,NULL,1,'Q488l4OumiDenn',0,NULL,0,NULL,0,1487334054,'import','',''),(457,'olckersw@gmail.com',0,'Olckersw',1487321414,0,1,1,NULL,1,'J7ZZaDCQ2uNjG5',0,NULL,0,NULL,0,1487334054,'import','',''),(458,'warmour@gmail.com',0,'Warmour',1487321414,0,1,1,NULL,1,'VD0K9AyhI0jQuu',0,NULL,1487334445,'66.249.93.202',0,1487334054,'import','',''),(459,'productionninja@gmail.com',0,'Productionninja',1487321414,0,1,1,NULL,1,'RvtsFEtEv6xkbI',0,NULL,0,NULL,0,1487334054,'import','',''),(460,'whitney@migratefilmco.com',0,'Whitney',1487321414,0,1,1,NULL,1,'FhfH8DZlFvqr0J',0,NULL,1487334282,'197.242.206.74',0,1487334104,'import','',''),(461,'wilmarerauten@telkomsa.net',0,'Wilmarerauten',1487321414,0,1,1,NULL,1,'P9XEteZfp2oufy',0,NULL,0,NULL,0,1487334104,'import','',''),(462,'yvette@passionfish.co.za',0,'Yvette',1487321414,0,1,1,NULL,1,'nbXzYyIS6767xz',0,NULL,0,NULL,0,1487334104,'import','',''),(463,'von.joanna.hall@gmail.com',0,'Von Joanna Hall',1487321414,0,1,1,NULL,1,'VltZR5GkjcWExC',0,NULL,1487571367,'154.0.4.243',0,1487334104,'import','',''),(464,'zoecornellwolter@gmail.com',0,'Zoecornellwolter',1487321414,0,1,1,NULL,1,'dv4dmMf7AHNFbI',0,NULL,0,NULL,0,1487334104,'import','',''),(465,'zurina@capefilm.co.za',0,'Zurina',1487321414,0,1,1,NULL,1,'PkqVJ7bJUYizmV',0,NULL,0,NULL,0,1487334104,'import','',''),(466,'anina@moonlighting.co.za',0,'Anina',1487321414,0,1,1,NULL,1,'BCrIkTwcDPuP7k',0,NULL,0,NULL,0,1487334104,'import','',''),(467,'claire@solarproductions.co.za',0,'Claire',1487321414,0,1,1,NULL,1,'etx800rsKQyRQr',0,NULL,0,NULL,0,1487334104,'import','',''),(468,'reinettedt@gmail.com',0,'Reinettedt',1487321414,0,1,1,NULL,1,'269oAvpx8Mjkvn',0,NULL,0,NULL,0,1487334104,'import','',''),(469,'jacqui@redpetal.co.za',0,'Jacqui',1487321414,0,1,1,NULL,1,'LQY5GSNN8rOYzB',0,NULL,0,NULL,0,1487334104,'import','',''),(470,'jamie@miell.com',0,'Jamie',1487321414,0,1,1,NULL,1,'lhQY743TB17HCu',0,NULL,1487596681,'41.114.195.99',0,1487334189,'import','',''),(471,'jpcast74@hotmail.co.uk',0,'Jpcast',1487321414,0,1,1,NULL,1,'TBgdCMneo61eem',0,NULL,0,NULL,0,1487334189,'import','',''),(472,'angelabeccaro@gmail.com',0,'Angelabeccaro',1487321414,0,1,1,NULL,1,'ZyOKWz1VU8thLS',0,NULL,0,NULL,0,1487334189,'import','',''),(473,'jackiemayoucasting@gmail.com',0,'Jackiemayoucasting',1487321414,0,1,1,NULL,1,'mohp8NTeqNye1a',0,NULL,0,NULL,0,1487334189,'import','',''),(474,'bluesteeljess@gmail.com',0,'Bluesteeljess',1487321414,0,1,1,NULL,1,'A0gsZfBJH5LvvV',0,NULL,1487578770,'66.249.93.200',0,1487334189,'import','',''),(475,'kobusmeyer@outlook.com',0,'Kobusmeyer',1487321414,0,1,1,NULL,1,'TagEYf3FarLViW',0,NULL,0,NULL,0,1487334189,'import','',''),(754,'craig@funkylemon.co.za',1274,'Funky Lemon',1490785678,1,1,1,'105.184.152.205',1,'Lqbxh2TEEfklvQ',0,NULL,0,NULL,0,0,'joomla','Craig',''),(753,'cindy@pipmodel.co.za',1273,'PIP Models and Talent Managemen',1490783762,1,1,1,'105.184.152.205',1,'eN5woLNcdSig3y',0,NULL,0,NULL,0,0,'joomla','Cindy',''),(5033,'extrasoneshot@gmail.com',5255,'One Shot Extras',1510827596,1,1,1,'105.225.61.116',1,'bV2CLWm5WJPPjV',0,NULL,0,NULL,0,0,'joomla','',''),(5034,'jeffkisekka@aol.com',2525,'NJD Castings',1519110264,1,1,1,'169.239.222.7',1,'NtRP0APX8cGhup',0,NULL,0,NULL,0,0,'joomla','',''),(5035,'hta.extras@gmail.com',829,'HTA Extras',1527239108,1,1,1,'197.88.12.82',1,'ggH6KazWfCsjR5',0,NULL,0,NULL,0,0,'joomla','',''),(5036,'casting@thecandidate.co.za',5257,'Candidate Casting',1530101575,1,1,1,'105.225.226.147',1,'MIaetsqDY6dZSR',0,NULL,0,NULL,0,0,'joomla','',''),(5037,'info@kuzekuseproduction.com',5258,'Kuze Kuse Production',1530102924,1,1,1,'105.225.226.147',1,'NBBfUBHdFXjtR4',0,NULL,0,NULL,0,0,'joomla','',''),(4259,'qstworkstation@gmail.com',4481,'Touch Down Modelling',1502887595,1,1,1,'105.184.124.32',1,'5Od9qfYDNbykyb',0,NULL,0,NULL,0,0,'joomla','',''),(4260,'peter@insidesa.co.za',5256,'Peter',1502887808,1,1,1,'105.184.124.32',1,'yUiXQspWV2g8cA',0,NULL,0,NULL,0,0,'','',''),(5038,'helena@xtyle.co.za',5259,'Xtyle Fitness',1530699302,1,1,1,'105.184.84.215',1,'PRN18iGDhiVGfN',0,NULL,0,NULL,0,0,'joomla','',''),(5039,'uniqueselect2016@gmail.com',5260,'Unique Select',1536848474,1,1,1,'105.184.138.11',1,'9OJUPEFTgorUpc',0,NULL,0,NULL,0,0,'joomla','',''),(5040,'director1@mattegreymodels.co.za',5261,'Matte Grey',1540916118,1,1,1,'105.184.13.156',1,'5ahRA2UvXb3z8X',0,NULL,0,NULL,0,0,'joomla','',''),(5041,'roxy@thehubbagroup.co.za',5262,'Hubba Hubba Talent',1572954406,1,1,1,'41.144.84.133',1,'8r2KZhIieT0vKc',0,NULL,0,NULL,0,0,'joomla','',''),(5042,'info@simleeagency.co.za',5263,'Simlee Modelling & Casting',1572955702,1,1,1,'41.144.84.134',1,'4QX7ANOsrznWr0',0,NULL,0,NULL,0,0,'joomla','',''),(5043,'egubaza@gmail.com',5264,'Dikukama Holdings',1572957204,1,1,1,'41.144.84.45',1,'Y4ky4880shbCmC',0,NULL,0,NULL,0,0,'joomla','',''),(5044,'valuta@valutaentertainment.com',5265,'Valuta Entertainment',1575359554,1,1,1,'41.144.74.69',1,'DxRycjed5vBgQr',0,NULL,0,NULL,0,0,'joomla','','');
/*!40000 ALTER TABLE `jos7e_acymailing_subscriber` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_acymailing_tag`
--
DROP TABLE IF EXISTS `jos7e_acymailing_tag`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_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=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_acymailing_tag`
--
LOCK TABLES `jos7e_acymailing_tag` WRITE;
/*!40000 ALTER TABLE `jos7e_acymailing_tag` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_acymailing_tag` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_acymailing_tagmail`
--
DROP TABLE IF EXISTS `jos7e_acymailing_tagmail`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_acymailing_tagmail` (
`tagid` smallint(5) unsigned NOT NULL,
`mailid` mediumint(8) unsigned NOT NULL,
PRIMARY KEY (`tagid`,`mailid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_acymailing_tagmail`
--
LOCK TABLES `jos7e_acymailing_tagmail` WRITE;
/*!40000 ALTER TABLE `jos7e_acymailing_tagmail` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_acymailing_tagmail` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_acymailing_template`
--
DROP TABLE IF EXISTS `jos7e_acymailing_template`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_acymailing_template` (
`tempid` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(250) DEFAULT NULL,
`description` text DEFAULT NULL,
`body` longtext DEFAULT NULL,
`altbody` longtext DEFAULT NULL,
`created` int(10) unsigned DEFAULT NULL,
`published` tinyint(4) NOT NULL DEFAULT 1,
`premium` tinyint(4) NOT NULL DEFAULT 0,
`ordering` smallint(5) unsigned DEFAULT 0,
`namekey` varchar(50) NOT NULL,
`styles` text DEFAULT NULL,
`subject` varchar(250) DEFAULT NULL,
`stylesheet` text DEFAULT NULL,
`fromname` varchar(250) DEFAULT NULL,
`fromemail` varchar(250) DEFAULT NULL,
`replyname` varchar(250) DEFAULT NULL,
`replyemail` varchar(250) DEFAULT NULL,
`thumb` varchar(250) DEFAULT NULL,
`readmore` varchar(250) DEFAULT NULL,
`access` varchar(250) NOT NULL DEFAULT 'all',
`category` varchar(250) NOT NULL DEFAULT '',
PRIMARY KEY (`tempid`),
UNIQUE KEY `namekey` (`namekey`),
KEY `orderingindex` (`ordering`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_acymailing_template`
--
LOCK TABLES `jos7e_acymailing_template` WRITE;
/*!40000 ALTER TABLE `jos7e_acymailing_template` DISABLE KEYS */;
INSERT INTO `jos7e_acymailing_template` VALUES (1,'Notification template','','<div style=\"text-align: center; width: 100%; background-color:#ffffff;\">\r\n<div class=\"acymailing_online acyeditor_delete acyeditor_text\" style=\"text-align:center\">{readonline}This email contains graphics, so if you don\'t see them, view it in your browser{/readonline}</div>\r\n\r\n<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"w600\" style=\"text-align: justify; margin: auto; width:600px\">\r\n <tbody class=\"acyeditor_sortable\">\r\n <tr style=\"line-height: 0px;\" class=\"acyeditor_delete\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color: #69b4c0;\" valign=\"bottom\" width=\"600\"><img alt=\" - - - \" src=\"media/com_acymailing/templates/newsletter-4/images/top.png\" /></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\">\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\"></td>\r\n <td class=\"acyeditor_text w520\" colspan=\"3\" height=\"80\" style=\"text-align: left; background-color: rgb(235, 235, 235);\" width=\"520\"><img alt=\"-\" src=\"media/com_acymailing/templates/newsletter-4/images/message_icon.png\" style=\"float:left; margin-right:10px;\" />\r\n <h3>Topic of your message</h3>\r\n\r\n <h4>Subtitle for your message</h4>\r\n </td>\r\n <td class=\"acyeditor_picture w40\" style=\"background-color: #ebebeb;\" width=\"40\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" >\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color:#fff;\" width=\"480\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" >\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\"></td>\r\n <td class=\"acyeditor_text w480 pict\" style=\"background-color:#fff; text-align: left;\" width=\"480\">\r\n <h1>Dear {subtag:name},</h1>\r\n Your message here...<br />\r\n </td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" >\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\"></td>\r\n <td class=\"w480\" height=\"20\" style=\"background-color:#fff;\" width=\"480\"></td>\r\n <td class=\"w20\" style=\"background-color: #fff;\" width=\"20\"></td>\r\n <td class=\"w40\" style=\"background-color: #ebebeb;\" width=\"40\"></td>\r\n </tr>\r\n <tr style=\"line-height: 0px;\" class=\"acyeditor_delete\">\r\n <td class=\"w600\" colspan=\"5\" style=\"background-color:#ebebeb;\" width=\"600\"><img alt=\" - - - \" src=\"media/com_acymailing/templates/newsletter-4/images/bottom.png\" /></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n\r\n<div class=\"acyeditor_delete acyeditor_text\" style=\"text-align:center\">Not interested any more? {unsubscribe}Unsubscribe{/unsubscribe}</div>\r\n</div>','',NULL,1,0,3,'newsletter-4','a:10:{s:6:\"tag_h1\";s:76:\"color:#393939 !important; font-size:14px; font-weight:bold; margin:10px 0px;\";s:6:\"tag_h2\";s:106:\"color: #309fb3 !important; font-size: 14px; font-weight: normal; text-align:left; margin:0px; padding:0px;\";s:6:\"tag_h3\";s:144:\"color: #393939 !important; font-size: 18px; font-weight: bold; text-align:left; margin:0px; padding-bottom:5px; border-bottom:1px solid #bdbdbd;\";s:6:\"tag_h4\";s:117:\"color: #309fb3 !important; font-size: 14px; font-weight: bold; text-align:left; margin:0px; padding: 5px 0px 0px 0px;\";s:5:\"tag_a\";s:71:\"color:#309FB3; text-decoration:none; font-style:italic; cursor:pointer;\";s:19:\"acymailing_readmore\";s:90:\"font-size: 12px; color: #fff; background-color:#309fb3; font-weight:bold; padding:3px 5px;\";s:17:\"acymailing_online\";s:52:\"color:#a3a3a3; text-decoration:none; font-size:11px;\";s:16:\"acymailing_unsub\";s:52:\"color:#a3a3a3; text-decoration:none; font-size:11px;\";s:8:\"color_bg\";s:7:\"#ffffff\";s:18:\"acymailing_content\";s:19:\"text-align:justify;\";}',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 table[class=w600], td[class=w600] { width: 320px !important;}\r\n table[class=w520], td[class=w520] { width: 280px !important;}\r\n table[class=w480], td[class=w480] { width: 260px !important;}\r\n td[class=w40] { width: 20px !important;}\r\n td[class=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 table[class=w600], td[class=w600] { width: 480px !important;}\r\n table[class=w520], td[class=w520] { width: 440px !important;}\r\n table[class=w480], td[class=w480] { width: 420px !important;}\r\n td[class=w40] { width: 20px !important;}\r\n td[class=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@media (min-width:600px){\r\n table[class=w600], td[class=w600] { width: 600px !important;}\r\n table[class=w520], td[class=w520] { width: 520px !important;}\r\n table[class=w480], td[class=w480] { width: 480px !important;}\r\n td[class=w40] { width40px !important;}\r\n td[class=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\n',NULL,NULL,NULL,NULL,'media/com_acymailing/templates/newsletter-4/newsletter-4.png','','all',''),(2,'Newspaper','','<div align=\"center\" style=\"width:100%; background-color:#454545; padding-bottom:20px; color:#ffffff;\">\r\n<div class=\"acymailing_online acyeditor_delete acyeditor_text\">{readonline}This e-mail contains graphics, if you don\'t see them <strong>» view it online.</strong>{/readonline}</div>\r\n\r\n<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"w600\" style=\"margin:auto; background-color:#ffffff; color:#454545;\" width=\"600\">\r\n <tbody class=\"acyeditor_sortable\">\r\n <tr class=\"acyeditor_delete\" >\r\n <td class=\"w30\" style=\"background-color:#ffffff\" width=\"30\"></td>\r\n <td class=\"acyeditor_text w540\" style=\"font-family:Times New Roman, Times, serif; background-color:#ffffff; text-align:left\" width=\"540\"> \r\n <h1><img alt=\"logo\" src=\"media/com_acymailing/templates/newsletter-5/images/logo.png\" style=\"float: right; width: 107px; height: 70px;\" /></h1>\r\n\r\n <h1>Your title here</h1>\r\n\r\n <h3>your subtitle</h3>\r\n </td>\r\n <td class=\"w30\" style=\"line-height:0px; background-color:#ffffff\" width=\"30\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\">\r\n <td class=\"w600\" colspan=\"3\" style=\"line-height:0px; background-color:#e4e4e4\" valign=\"top\" width=\"600\"><img alt=\"---\" src=\"media/com_acymailing/templates/newsletter-5/images/header.png\" /></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\">\r\n <td class=\"acyeditor_picture w600\" colspan=\"3\" style=\"line-height:0px; background-color:#ffffff\" valign=\"top\" width=\"600\"><img alt=\"banner\" src=\"media/com_acymailing/templates/newsletter-5/images/banner.png\" /></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\">\r\n <td class=\"w600\" colspan=\"3\" style=\"line-height:0px;\" valign=\"top\" width=\"600\"><img alt=\"---\" src=\"media/com_acymailing/templates/newsletter-5/images/separator.png\" /></td>\r\n </tr>\r\n <tr>\r\n <td class=\"w30\" style=\"background-color:#ffffff\" width=\"30\"></td>\r\n <td class=\"acyeditor_text w540\" style=\"text-align:justify; color:#575757; font-family:Times New Roman, Times, serif; font-size:13px; background-color:#ffffff\" width=\"540\">\r\n <div>This issue will present the 5 last articles.<br />\r\n {tableofcontents}<br />\r\n {autocontent:|max:5|order:id,DESC|type:intro|link|pict:1}</div>\r\n </td>\r\n <td class=\"w30\" style=\"background-color:#ffffff\" width=\"30\"></td>\r\n </tr>\r\n <tr style=\"line-height: 0px;\">\r\n <td class=\"w600\" colspan=\"3\" style=\"background-color:#ffffff\" width=\"600\"><img alt=\"--\" src=\"media/com_acymailing/templates/newsletter-5/images/footer1.png\" width=\"600\" /></td>\r\n </tr>\r\n <tr>\r\n <td class=\"acyfooter acyeditor_text w600\" colspan=\"3\" height=\"25\" style=\"text-align:center; background-color:#ebebeb; color:#454545; font-family:Times New Roman, Times, serif; font-size:13px\" width=\"600\"><a href=\"#\">www.mywebsite.com</a> | <a href=\"#\">contact</a> | <a href=\"#\">Facebook</a> | <a href=\"#\">Twitter</a></td>\r\n </tr>\r\n <tr style=\"line-height: 0px;\">\r\n <td class=\"w600\" colspan=\"3\" style=\"background-color:#454545;\" width=\"600\"><img alt=\"--\" src=\"media/com_acymailing/templates/newsletter-5/images/footer2.png\" width=\"600\" /></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n\r\n<div class=\"acymailing_unsub acyeditor_delete acyeditor_text\">{unsubscribe}If you\'re not interested any more <strong>» unsubscribe</strong>{/unsubscribe}</div>\r\n</div>\r\n','',NULL,1,0,4,'newsletter-5','a:10:{s:6:\"tag_h1\";s:71:\"color:#454545 !important; font-size:24px; font-weight:bold; margin:0px;\";s:6:\"tag_h2\";s:145:\"color:#b20000 !important; font-size:18px; font-weight:bold; margin:0px; margin-bottom:10px; padding-bottom:4px; border-bottom: 1px solid #d6d6d6;\";s:6:\"tag_h3\";s:76:\"color:#b20101 !important; font-weight:bold; font-size:18px; margin:10px 0px;\";s:6:\"tag_h4\";s:67:\"color:#e52323 !important; font-weight:bold; margin:0px; padding:0px\";s:5:\"tag_a\";s:65:\"cursor:pointer; color:#9d0000; text-decoration:none; border:none;\";s:19:\"acymailing_readmore\";s:152:\"cursor:pointer; color:#ffffff; background-color:#9d0000; border-top:1px solid #9d0000; border-bottom:1px solid #9d0000; padding:3px 5px; font-size:13px;\";s:17:\"acymailing_online\";s:148:\"color:#dddddd; text-decoration:none; font-size:13px; margin:10px; text-align:center; font-family:Times New Roman, Times, serif; padding-bottom:10px;\";s:8:\"color_bg\";s:7:\"#454545\";s:18:\"acymailing_content\";s:0:\"\";s:16:\"acymailing_unsub\";s:131:\"color:#dddddd; text-decoration:none; font-size:13px; text-align:center; font-family:Times New Roman, Times, serif; padding-top:10px\";}',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 table[class=w600], td[class=w600] { width:320px !important; }\r\n table[class=w540], td[class=w540] { width:260px !important; }\r\n td[class=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 table[class=w600], td[class=w600] { width:480px !important; }\r\n table[class=w540], td[class=w540] { width:420px !important; }\r\n td[class=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 table[class=w600], td[class=w600] { width:600px !important; }\r\n table[class=w540], td[class=w540] { width:540px !important; }\r\n td[class=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\n',NULL,NULL,NULL,NULL,'media/com_acymailing/templates/newsletter-5/newsletter-5.png','','all',''),(3,'Build Bio','','<div align=\"center\" style=\"width:100%; background-color:#3c3c3c; padding-bottom:20px; color:#ffffff;\">\r\n<div class=\"acymailing_online acyeditor_delete acyeditor_text\">{readonline}This e-mail contains graphics, if you don\'t see them <strong>» view it online.</strong>{/readonline}</div>\r\n\r\n<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"w600\" style=\"margin:auto; background-color:#ffffff; color:#575757;\" width=\"600\">\r\n <tbody class=\"acyeditor_sortable\">\r\n <tr class=\"acyeditor_delete\">\r\n <td class=\"w600\" colspan=\"3\" style=\"line-height:0px; background-color:#eeeeee\" valign=\"bottom\" width=\"600\"><img alt=\"mail\" height=\"41\" src=\"media/com_acymailing/templates/newsletter-6/images/header.png\" width=\"600\" /></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\">\r\n <td class=\"w30\" style=\"color:#ffffff;\" width=\"30\"></td>\r\n <td class=\"acyeditor_picture w540\" style=\"line-height:0px; background-color:#ffffff; text-align:center\" width=\"540\"><img alt=\"\" src=\"media/com_acymailing/templates/newsletter-6/images/banner.png\" style=\"width: 540px; height: 122px;\" /></td>\r\n <td class=\"w30\" height=\"122\" style=\"background-color:#ffffff\" width=\"30\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\">\r\n <td class=\"w30\" style=\"background-color:#b9cf00; color:#ffffff;\" width=\"30\"></td>\r\n <td class=\"acyeditor_text w540\" height=\"25\" style=\"text-align:right; background-color:#b9cf00; color:#ffffff;\" width=\"540\"><span class=\"hide\">Newsletter</span> {date:3}</td>\r\n <td class=\"w30\" style=\"background-color:#b9cf00; color:#ffffff;\" width=\"30\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\">\r\n <td class=\"w600\" colspan=\"3\" height=\"25\" style=\"background-color:#ffffff\" width=\"600\"></td>\r\n </tr>\r\n <tr>\r\n <td class=\"w30\" style=\"background-color:#ffffff\" width=\"30\"></td>\r\n <td class=\"acyeditor_text w540\" style=\"text-align:justify; color:#575757; background-color:#ffffff\" width=\"540\"><span class=\"intro\">Hello {subtag:name},</span><br />\r\n <br />\r\n Your introduction text here\r\n <br />\r\n <h2>Your title</h2>\r\n <strong>Your catchphrase</strong><br />\r\n Your content here <a href=\"#\">with some link</a><br />\r\n <br />\r\n More content<br />\r\n <br />\r\n <span class=\"acymailing_readmore\">Read More</span>\r\n\r\n <h2>Another title</h2>\r\n <img alt=\"picture\" height=\"160\" src=\"media/com_acymailing/templates/newsletter-6/images/picture.png\" style=\"float:left;\" width=\"193\" /> <strong>Another catchphrase</strong> Some content and <a href=\"#\">another link</a><br />\r\n <br />\r\n More content<br />\r\n <br />\r\n <span class=\"acymailing_readmore\">Read More</span></td>\r\n <td class=\"w30\" style=\"background-color:#ffffff\" width=\"30\"></td>\r\n </tr>\r\n <tr style=\"line-height: 0px;\" class=\"acyeditor_delete\">\r\n <td class=\"w600\" colspan=\"3\" style=\"line-height:0px; background-color:#efefef;\" valign=\"top\" width=\"600\"><img alt=\"--\" height=\"18\" src=\"media/com_acymailing/templates/newsletter-6/images/footer1.png\" width=\"600\" /></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\">\r\n <td class=\"w30\" height=\"20\" style=\"line-height:0px; background-color:#efefef;\" width=\"30\"></td>\r\n <td class=\"acyfooter acyeditor_text w540\" style=\"text-align:right; background-color:#efefef; color:#575757;\" width=\"540\"><a href=\"#\">www.mywebsite.com</a> | <a href=\"#\">Contact</a><a href=\"#\"><img alt=\"message\" class=\"hide\" src=\"media/com_acymailing/templates/newsletter-6/images/mail.png\" style=\"border: medium none; width: 35px; height: 20px;\" /></a></td>\r\n <td class=\"w30\" height=\"20\" style=\"line-height:0px; background-color:#efefef;\" width=\"30\"></td>\r\n </tr>\r\n <tr style=\"line-height: 0px;\" class=\"acyeditor_delete\">\r\n <td class=\"w600\" colspan=\"3\" style=\"background-color:#efefef; line-height:0px;\" valign=\"top\" width=\"600\"><img alt=\"--\" height=\"24\" src=\"media/com_acymailing/templates/newsletter-6/images/footer2.png\" width=\"600\" /></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n\r\n<div class=\"acymailing_unsub acyeditor_delete acyeditor_text\" >{unsubscribe}If you\'re not interested any more <strong>» unsubscribe</strong>{/unsubscribe}</div>\r\n</div>','',NULL,1,0,5,'newsletter-6','a:9:{s:6:\"tag_h1\";s:69:\"font-weight:bold; font-size:14px;color:#3c3c3c !important;margin:0px;\";s:6:\"tag_h2\";s:129:\"color:#b9cf00 !important; font-size:14px; font-weight:bold; margin-top:20px; border-bottom:1px solid #d6d6d6; padding-bottom:4px;\";s:6:\"tag_h3\";s:149:\"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;\";s:6:\"tag_h4\";s:84:\"color:#879700 !important; font-size:12px; font-weight:bold; margin:0px; padding:0px;\";s:8:\"color_bg\";s:7:\"#3c3c3c\";s:5:\"tag_a\";s:65:\"cursor:pointer; color:#a2b500; text-decoration:none; border:none;\";s:17:\"acymailing_online\";s:91:\"color:#dddddd; text-decoration:none; font-size:11px; text-align:center; padding-bottom:10px\";s:16:\"acymailing_unsub\";s:88:\"color:#dddddd; text-decoration:none; font-size:11px; text-align:center; padding-top:10px\";s:19:\"acymailing_readmore\";s:73:\"cursor:pointer; color:#ffffff; background-color:#b9cf00; padding:3px 5px;\";}',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 table[class=w600], td[class=w600] { width:320px !important; }\r\n table[class=w540], td[class=w540] { width:260px !important; }\r\n td[class=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 table[class=w600], td[class=w600] { width:480px !important; }\r\n table[class=w540], td[class=w540] { width:420px !important; }\r\n td[class=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 table[class=w600], td[class=w600] { width:600px !important; }\r\n table[class=w540], td[class=w540] { width:540px !important; }\r\n td[class=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\n',NULL,NULL,NULL,NULL,'media/com_acymailing/templates/newsletter-6/newsletter-6.png','','all',''),(4,'Technology','','<div align=\"center\" style=\"width:100%; background-color:#575757; padding-bottom:20px; color:#999999;\">\r\n<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"w600\" style=\"background-color:#fff; color:#999999; margin:auto\" width=\"600\">\r\n <tbody class=\"acyeditor_sortable\">\r\n <tr class=\"acyeditor_delete\">\r\n <td class=\"w30\" style=\"background-color:#575757\" width=\"30\"></td>\r\n <td class=\"acyeditor_text w540\" style=\"text-align:right; color:#d2d1d1; background-color:#575757\" width=\"540\"><span class=\"acymailing_online\">{readonline}If you can\'t see this e-mail properly, <span style=\"text-decoration:underline\">view it online</span>{/readonline}</span></td>\r\n <td class=\"w30\" style=\"background-color:#575757\" width=\"30\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\">\r\n <td class=\"acyeditor_picture w600\" colspan=\"3\" style=\"line-height:0px; background-color:#575757\" valign=\"bottom\" width=\"600\"><img alt=\"--\" src=\"media/com_acymailing/templates/technology_resp/images/shadowtop.jpg\" /></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\">\r\n <td class=\"acyeditor_picture w600\" colspan=\"3\" style=\"line-height:0px; background-color:#f5f5f5\" width=\"600\"><img alt=\"--\" src=\"media/com_acymailing/templates/technology_resp/images/top.jpg\" /></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\">\r\n <td class=\"w30\" height=\"32\" style=\"background-color:#f5f5f5; border-bottom:1px solid #ddd\" width=\"30\"></td>\r\n <td class=\"acyeditor_text links w540\" style=\"background-color:#f5f5f5; border-bottom:1px solid #ddd; text-align:right; color:#ababab\" width=\"540\"><a href=\"#\"><img alt=\"mail\" src=\"media/com_acymailing/templates/technology_resp/images/mail.jpg\" style=\"float:right; border:none\" /></a> Newsletter {mailid} | {date:%B %Y} | <a href=\"#\">www.acyba.com</a> |</td>\r\n <td class=\"w30\" height=\"32\" style=\"background-color:#f5f5f5; border-bottom:1px solid #ddd\" width=\"30\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\">\r\n <td class=\"w600\" colspan=\"3\" height=\"16\" width=\"600\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\">\r\n <td class=\"w30\" width=\"30\"></td>\r\n <td class=\"acyeditor_text w540\" width=\"540\"><img alt=\"picture\" src=\"media/com_acymailing/templates/technology_resp/images/pic1.jpg\" style=\"float:right\" />\r\n <h1>Your title !</h1>\r\n\r\n <h3>Your catchphrase</h3>\r\n Your introduction content here</td>\r\n <td class=\"w30\" width=\"30\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\">\r\n <td class=\"w30\" style=\"background-color:#fafafa\" width=\"30\"></td>\r\n <td class=\"acyeditor_picture w540\" style=\"background-color:#fafafa; line-height:0px\" width=\"540\"><img alt=\"---\" src=\"media/com_acymailing/templates/technology_resp/images/separator1.jpg\" /></td>\r\n <td class=\"w30\" style=\"background-color:#fafafa\" width=\"30\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\">\r\n <td class=\"w30\" style=\"background-color:#fafafa\" width=\"30\"></td>\r\n <td class=\"acyeditor_text w540\" style=\"background-color:#fafafa; color:#999999\" width=\"540\">\r\n <h2>Your subtitle</h2>\r\n <img alt=\"picture\" src=\"media/com_acymailing/templates/technology_resp/images/pic2.jpg\" style=\"float:left\" />\r\n <h3>Your catchphrase</h3>\r\n Your content here<br />\r\n <a href=\"#\">Some link</a> and some content<br />\r\n <br />\r\n <img alt=\"buy this product\" src=\"media/com_acymailing/templates/technology_resp/images/buyproduct.jpg\" /><br />\r\n <br />\r\n <br />\r\n <br />\r\n \r\n <h2>Another subtitle</h2>\r\n <img alt=\"picture\" src=\"media/com_acymailing/templates/technology_resp/images/pic3.jpg\" style=\"float:right\" />\r\n <h3>Another catchphrase</h3>\r\n Other content<br />\r\n <br />\r\n <img alt=\"buy this product\" src=\"media/com_acymailing/templates/technology_resp/images/buyproduct.jpg\" /></td>\r\n <td class=\"w30\" style=\"background-color:#fafafa\" width=\"30\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" >\r\n <td class=\"w30\" style=\"background-color:#fafafa\" width=\"30\"></td>\r\n <td class=\"acyeditor_picture w540\" style=\"background-color:#fafafa; line-height:0px\" width=\"540\"><img alt=\"---\" src=\"media/com_acymailing/templates/technology_resp/images/separator2.jpg\" /></td>\r\n <td class=\"w30\" style=\"background-color:#fafafa\" width=\"30\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" >\r\n <td class=\"w600\" colspan=\"3\" height=\"16\" width=\"600\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" >\r\n <td class=\"w30\" width=\"30\"></td>\r\n <td class=\"acyeditor_text special w540\" style=\"color:#999999\" width=\"540\">\r\n <h2>Best product of the month</h2>\r\n\r\n <h3>Lorem ipsum dolor sit amet.</h3>\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.<br />\r\n <br />\r\n <img alt=\"read more\" src=\"media/com_acymailing/templates/technology_resp/images/readmore.jpg\" style=\"border:none\" /></td>\r\n <td class=\"w30\" width=\"30\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" >\r\n <td class=\"w600\" colspan=\"3\" height=\"16\" width=\"600\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" >\r\n <td class=\"w30\" height=\"30\" style=\"background-color:#f5f5f5; border-top:1px solid #ddd\" width=\"30\"></td>\r\n <td class=\"acyeditor_text w540\" height=\"30\" style=\"background-color:#f5f5f5; border-top:1px solid #ddd; text-align:right; color:#ababab\" valign=\"bottom\" width=\"540\">Follow us | <img alt=\"facebook\" src=\"media/com_acymailing/templates/technology_resp/images/facebook.jpg\" style=\"border:none\" /> <img alt=\"twitter\" src=\"media/com_acymailing/templates/technology_resp/images/twitter.jpg\" style=\"border:none\" /> <img alt=\"pinterest\" src=\"media/com_acymailing/templates/technology_resp/images/pinterest.jpg\" style=\"border:none\" /> <img alt=\"rss\" src=\"media/com_acymailing/templates/technology_resp/images/rss.jpg\" style=\"border:none\" /></td>\r\n <td class=\"w30\" height=\"30\" style=\"background-color:#f5f5f5; border-top:1px solid #ddd\" width=\"30\"></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" >\r\n <td class=\"acyeditor_picture w600\" colspan=\"3\" style=\"line-height:0px; background-color:#f5f5f5\" width=\"600\"><img alt=\"--\" src=\"media/com_acymailing/templates/technology_resp/images/bottom.jpg\" /></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" >\r\n <td class=\"acyeditor_picture w600\" colspan=\"3\" style=\"line-height:0px; background-color:#575757\" valign=\"bottom\" width=\"600\"><img alt=\"--\" src=\"media/com_acymailing/templates/technology_resp/images/shadowbottom.jpg\" /></td>\r\n </tr>\r\n <tr class=\"acyeditor_delete\" >\r\n <td class=\"w30\" style=\"background-color:#575757\" width=\"30\"></td>\r\n <td class=\"acyeditor_text w540\" style=\"text-align:right; color:#d2d1d1; background-color:#575757\" width=\"540\"><span class=\"acymailing_unsub\">{unsubscribe}If you don\'t want to receive our news anymore, <span style=\"text-decoration:underline\">unsubscribe</span>{/unsubscribe} </span></td>\r\n <td class=\"w30\" style=\"background-color:#575757\" width=\"30\"></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n</div>','',NULL,1,0,6,'technology_resp','a:9:{s:6:\"tag_h1\";s:104:\"font-size:20px; margin:0px; margin-bottom:15px; padding:0px; font-weight:bold; color:#01bbe5 !important;\";s:6:\"tag_h2\";s:165:\"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;\";s:6:\"tag_h3\";s:104:\"color:#565656 !important; font-weight:bold; font-size:12px; margin:0px; margin-bottom:10px; padding:0px;\";s:6:\"tag_h4\";s:0:\"\";s:8:\"color_bg\";s:7:\"#575757\";s:5:\"tag_a\";s:62:\"cursor:pointer;color:#01bbe5;text-decoration:none;border:none;\";s:17:\"acymailing_online\";s:30:\"color:#d2d1d1; cursor:pointer;\";s:16:\"acymailing_unsub\";s:30:\"color:#d2d1d1; cursor:pointer;\";s:19:\"acymailing_readmore\";s:88:\"cursor:pointer; font-weight:bold; color:#fff; background-color:#01bbe5; padding:2px 5px;\";}',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 table[class=w600], td[class=w600] { width:320px !important;}\r\n table[class=w540], td[class=w540] { width:260px !important;}\r\n td[class=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 table[class=w600], td[class=w600] { width:480px !important;}\r\n table[class=w540], td[class=w540] { width:420px !important;}\r\n td[class=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 table[class=w600], td[class=w600] { width:600px !important;}\r\n table[class=w540], td[class=w540] { width:540px !important;}\r\n td[class=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\n',NULL,NULL,NULL,NULL,'media/com_acymailing/templates/technology_resp/thumb.jpg','','all',''),(5,'OSCASA Newsletter','','<div style=\"background-color:#FFFFFF;\">\r\n<table class=\"body-wrap\">\r\n <tbody>\r\n <tr>\r\n <td class=\"container\"><!-- Message start -->\r\n <table>\r\n <tbody>\r\n <tr class=\"acyeditor_delete\">\r\n <td align=\"center\" class=\"masthead\" style=\"background-color: #ffffff;\">\r\n <h6><span id=\"cke_bm_350S\" style=\"display: none;\"> </span><span id=\"cke_bm_349S\" style=\"display: none;\"> </span><span id=\"cke_bm_348S\" style=\"display: none;\"> </span><span id=\"cke_bm_347S\" style=\"display: none;\"> </span><span id=\"cke_bm_346S\" style=\"display: none;\"> </span><span id=\"cke_bm_345S\" style=\"display: none;\"> </span><span id=\"cke_bm_344S\" style=\"display: none;\"> </span><span id=\"cke_bm_343S\" style=\"display: none;\"> </span><span id=\"cke_bm_342S\" style=\"display: none;\"> </span><span id=\"cke_bm_341S\" style=\"display: none;\"> </span><span id=\"cke_bm_340S\" style=\"display: none;\"> </span><span id=\"cke_bm_339S\" style=\"display: none;\"> </span><span id=\"cke_bm_338S\" style=\"display: none;\"> </span><span id=\"cke_bm_350E\" style=\"display: none;\"> </span><span id=\"cke_bm_349E\" style=\"display: none;\"> </span><span id=\"cke_bm_348E\" style=\"display: none;\"> </span><span id=\"cke_bm_347E\" style=\"display: none;\"> </span><span id=\"cke_bm_346E\" style=\"display: none;\"> </span><span id=\"cke_bm_345E\" style=\"display: none;\"> </span><span id=\"cke_bm_344E\" style=\"display: none;\"> </span><span id=\"cke_bm_343E\" style=\"display: none;\"> </span><span id=\"cke_bm_342E\" style=\"display: none;\"> </span><span id=\"cke_bm_341E\" style=\"display: none;\"> </span><span id=\"cke_bm_340E\" style=\"display: none;\"> </span><span id=\"cke_bm_339E\" style=\"display: none;\"> </span><span id=\"cke_bm_338E\" style=\"display: none;\"> </span><img alt=\"\" height=\"90\" src=\"http://oscasa.com/new/media/com_acymailing/upload/officialsacasting_logo.jpg\" style=\" height:90px; width:353px; \" width=\"353\" /></h6>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class=\"content\">\r\n <h2><span style=\"font-family:arial,helvetica,sans-serif;\">Newsletter March 2016</span></h2>\r\n\r\n <p><span style=\"font-family:arial,helvetica,sans-serif;\">We are pleased to announce that the new OSCASA website is complete! Our aim is to allow online applications and to bring you news, views, announcements and industry updates faster and more efficiently.<br />\r\n <br />\r\n You will find that you are on this subscriber list either as an existing member or as someone who has shown some interest in joining OSCASA over the last few months. If you have forgotten what we’re all about please visit our website <a href=\"http://www.oscasa.com\">www.oscasa.com</a>.<br />\r\n <br />\r\n If you are interested in joining OSCASA please log onto our website at www.oscasa.com and REGISTER now. Only once the application form is completed and membership fee paid in advance, will your application be considered and accepted or rejected. Should your membership be rejected for any reason, your payment will be returned to you. The current membership fee is R595 per annum and will be reviewed annually.<br />\r\n <br />\r\n Applications can only be done via our online application form. In order to process your application you will be required to attach the following documentation to your application. Please start gathering the relevant documents together so you are ready! Existing members who have not completed this documentation in the past 3 months must please complete this process online as details need to be updated on our database and membership list.<br />\r\n <br />\r\n Please attach the following to your online application:</span></p>\r\n\r\n <ul>\r\n <li><span style=\"font-family:arial,helvetica,sans-serif;\">Tax Clearance</span></li>\r\n <li><span style=\"font-family:arial,helvetica,sans-serif;\">ID of Owner/Owners</span></li>\r\n <li><span style=\"font-family:arial,helvetica,sans-serif;\">Proof of Physical Address (FICA doc)</span></li>\r\n <li><span style=\"font-family:arial,helvetica,sans-serif;\">Confirmation of Bank Details indicating Account Name and Account Number</span></li>\r\n <li><span style=\"font-family:arial,helvetica,sans-serif;\">Proof of payment of membership fee</span></li>\r\n <li><span style=\"font-family:arial,helvetica,sans-serif;\">Signed copy of our Constitution, Code of Conduct and Terms and Conditions available on our website </span></li>\r\n </ul>\r\n\r\n <p><span style=\"font-family:arial,helvetica,sans-serif;\">Only REGISTERED members of OSCASA will be entitled to the updated industry rate sheets, standard documentation, updated legal requirement, updated tax info and anything else we can possibly gather together to assist you in the operation of your Agency. We remain committed to keeping you abreast of industry info, however only REGISTERED and paid up OSCASA members will be assisted by our EXCO members with any additional info or advise they may require. The OSCASA EXCO are industry members from whose experience and expertise OSCASA members may draw. <br />\r\n <br />\r\n If you do not wish to register at this time you will remain on our newsletter subscriber list unless you wish to unsubscribe. Complete the unsubscribe process at the bottom of this newsletter now and you will be removed. If you do not unsubscribe we will assume that you remain interested. You may unsubscribe at any future date. You are welcome to forward this mail to any Agency you think may be interested in joining OSCASA.<br />\r\n <br />\r\n For those registering, welcome aboard!</span><br />\r\n </p>\r\n\r\n <table>\r\n <tbody class=\"acyeditor_sortable\">\r\n <tr class=\"acyeditor_delete\">\r\n <td align=\"center\">\r\n <h5><span style=\"font-family:arial,helvetica,sans-serif;\"><a class=\"button\" href=\"http://www.travelbyarrangement.com\"> </a></span></h5>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n\r\n <p></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class=\"content\">– Pene' Saunders (Chairperson)</td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class=\"container\"><!-- Message start -->\r\n <table style=\"height: 107px;\" width=\"602\">\r\n <tbody class=\"acyeditor_sortable\">\r\n <tr class=\"acyeditor_delete\">\r\n <td align=\"center\" class=\"acyeditor_text content footer\">\r\n <h5><a class=\"button\" href=\"https://www.facebook.com/OSCA-South-Africa-1108591255837488/\"><img alt=\"\" src=\"http://oscasa.com/new/media/com_acymailing/templates/ozone_management/images/sm_fbbut.jpg\" /></a></h5>\r\n\r\n <p>Sent by <a href=\"#\">OSCASA</a>, 30A Raats Drive, Tableview, Cape Town, South Africa Telephone 021 556 4289</p>\r\n\r\n <p><a href=\"mailto:\">info@oscasa.com </a>| {unsubscribe}Unsubscribe{/unsubscribe} | {modify}Modify your Subscription{/modify}</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n\r\n<p></p>\r\n</div>\r\n\r\n<p></p>','',NULL,1,0,1,'4888ozone_management','a:9:{s:8:\"color_bg\";s:7:\"#FFFFFF\";s:6:\"tag_h1\";s:16:\"font-size: 32px;\";s:6:\"tag_h2\";s:16:\"font-size: 28px;\";s:6:\"tag_h3\";s:16:\"font-size: 24px;\";s:6:\"tag_h4\";s:16:\"font-size: 20px;\";s:6:\"tag_h5\";s:16:\"font-size: 16px;\";s:5:\"tag_a\";s:39:\"color:#990000; text-decoration: none;\";s:18:\"acymailing_content\";s:29:\"color:#222222;font-size:12px;\";s:17:\"acymailing_online\";s:47:\"color:#0000A0;font-size:12px;font-style:italic;\";}','','body{} \r\na img{ border:0px; text-decoration:none;} \r\nbody{} \r\na img{ border:0px; text-decoration:none;} \r\n /* Your custom styles go here */\r\n\r\n \r\n* {\r\n margin: 0;\r\n padding: 0;\r\n font-size: 100%;\r\n font-family: \'Avenir Next\', \"Helvetica Neue\", \"Helvetica\", Helvetica, Arial, sans-serif;\r\n line-height: 1.65; }\r\n\r\nimg {\r\n max-width: 100%;\r\n margin: 0 auto;\r\n display: block; }\r\n\r\nbody,\r\n.body-wrap {\r\n width: 100% !important;\r\n height: 100%;\r\n background: #efefef;\r\n -webkit-font-smoothing: antialiased;\r\n -webkit-text-size-adjust: none; }\r\n\r\n\r\n.text-center {\r\n text-align: center; }\r\n\r\n.text-right {\r\n text-align: right; }\r\n\r\n.text-left {\r\n text-align: left; }\r\n\r\n.button {\r\n display: inline-block;\r\n color: white;\r\n background: #FFFFFF;\r\n border: solid #FFFFFF;\r\n border-width: 5px 10px 4px;\r\n font-weight: bold;\r\n border-radius: 4px; }\r\n\r\nh1, h2, h3, h4, h5, h6 {\r\n margin-bottom: 20px;\r\n line-height: 1.25; }\r\n\r\n\r\n\r\n\r\n\r\n\r\np, ul, ol {\r\n font-size: 14px;\r\n font-weight: normal;\r\n margin-bottom: 20px; }\r\n\r\n.container {\r\n display: block !important;\r\n clear: both !important;\r\n margin: 0 auto !important;\r\n max-width: 580px !important; }\r\n .container table {\r\n width: 100% !important;\r\n border-collapse: collapse; }\r\n .container .masthead {\r\n padding: 40px 0;\r\n background: ##FFFFFF;\r\n color: white; }\r\n .container .masthead h1 {\r\n margin: 0 auto !important;\r\n max-width: 90%;\r\n text-transform: uppercase; }\r\n .container .content {\r\n background: white;\r\n padding: 30px 35px; }\r\n .container .content.footer {\r\n background: none; }\r\n .container .content.footer p {\r\n margin-bottom: 0;\r\n color: #888;\r\n text-align: center;\r\n font-size: 14px; }\r\n .container .content.footer a {\r\n color: #888;\r\n text-decoration: none;\r\n font-weight: bold; }\r\n\r\n\r\n','OSCA South Africa','info@oscasa.com','','info@oscasa.com',NULL,NULL,'all',''),(6,'OSCASA New Member','','<div style=\"background-color:#FFFFFF;\">\r\n<table class=\"body-wrap\">\r\n<tbody>\r\n<tr>\r\n<td class=\"container\"><!-- Message start -->\r\n<table>\r\n<tbody>\r\n<tr class=\"acyeditor_delete\">\r\n<td class=\"masthead\" style=\"background-color: #ffffff;\" align=\"center\">\r\n<h6><span id=\"cke_bm_350S\" style=\"display: none;\"></span><span id=\"cke_bm_349S\" style=\"display: none;\"></span><span id=\"cke_bm_348S\" style=\"display: none;\"></span><span id=\"cke_bm_347S\" style=\"display: none;\"></span><span id=\"cke_bm_346S\" style=\"display: none;\"></span><span id=\"cke_bm_345S\" style=\"display: none;\"></span><span id=\"cke_bm_344S\" style=\"display: none;\"></span><span id=\"cke_bm_343S\" style=\"display: none;\"></span><span id=\"cke_bm_342S\" style=\"display: none;\"></span><span id=\"cke_bm_341S\" style=\"display: none;\"></span><span id=\"cke_bm_340S\" style=\"display: none;\"></span><span id=\"cke_bm_339S\" style=\"display: none;\"></span><span id=\"cke_bm_338S\" style=\"display: none;\"></span><span id=\"cke_bm_350E\" style=\"display: none;\"></span><span id=\"cke_bm_349E\" style=\"display: none;\"></span><span id=\"cke_bm_348E\" style=\"display: none;\"></span><span id=\"cke_bm_347E\" style=\"display: none;\"></span><span id=\"cke_bm_346E\" style=\"display: none;\"></span><span id=\"cke_bm_345E\" style=\"display: none;\"></span><span id=\"cke_bm_344E\" style=\"display: none;\"></span><span id=\"cke_bm_343E\" style=\"display: none;\"></span><span id=\"cke_bm_342E\" style=\"display: none;\"></span><span id=\"cke_bm_341E\" style=\"display: none;\"></span><span id=\"cke_bm_340E\" style=\"display: none;\"></span><span id=\"cke_bm_339E\" style=\"display: none;\"></span><span id=\"cke_bm_338E\" style=\"display: none;\"> </span><a href=\"http://www.oscasa.com\"><img src=\"new/media/com_acymailing/upload/officialsacasting_logo.jpg\" alt=\"\" width=\"353\" height=\"90\" style=\"height: 90px; width: 353px;\" /></a></h6>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"content\">\r\n<h2><span style=\"font-family: arial,helvetica,sans-serif;\">New Member Welcome!</span></h2>\r\n<p><span style=\"font-family: arial,helvetica,sans-serif;\">Dear Victor (Touch Down Modelling Agency),<br /> <br /> Your application has been approved and accepted. Welcome to OSCASA! <br /> <br /> Your username and temporary password for the OSCASA website are at the bottom of this page. Please use this to access the Member Login to find all industry related documents that you require <strong><span style=\"text-decoration: underline;\">under the menu option Guidelines</span></strong>. You will receive OSCASA newsletters to help increase your industry knowledge and keep you up to date with industry news. Please feel free to submit any news articles that you think may be of interest to other members on info@oscasa.com<br /> <br /> The current OSCASA Exco is made up of 3 Members, namely<br /> Chairperson - Pene Saunders<br /> Vice-Chair - Mia Bellingan<br /> Consultant - Patrick Walton<br /> <br /> Should you have any queries, please send emails to <a href=\"mailto:info@oscasa.com?subject=Oscasa%20Query\">info@oscasa.com</a> . I can be contacted on my cell, 0737617097 for any urgent matters. Please be sparing in your use of my cell number and please treat this contact number as confidential. Please also respect business hours when using this number.<br /> <br /> We look forward to chatting in the future.<br /> <br /> Regards<br /> <br /> Pene Saunders<br /> Chairperson<br /> OSCA SA Official South African Casting Association</span><br /> </p>\r\n<table>\r\n<tbody class=\"acyeditor_sortable\">\r\n<tr class=\"acyeditor_delete acyeditor_text\">\r\n<td align=\"center\">\r\n<h5><span style=\"font-family: arial,helvetica,sans-serif;\">Oscasa.com login</span></h5>\r\n<div style=\"text-align: left;\">Username: touchdown<br /> Temporary Password: victor123 (please change/reset):</div>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"content\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"container\"><!-- Message start -->\r\n<table style=\"height: 107px; width: 602px;\">\r\n<tbody class=\"acyeditor_sortable\">\r\n<tr class=\"acyeditor_delete\">\r\n<td class=\"acyeditor_text content footer\" align=\"center\">\r\n<h5><a href=\"https://www.facebook.com/OSCA-South-Africa-1108591255837488/\" class=\"button\"><img src=\"new/media/com_acymailing/templates/ozone_management/images/sm_fbbut.jpg\" alt=\"\" /></a></h5>\r\n<p>Sent by <a href=\"#\">OSCASA</a>, 30A Raats Drive, Tableview, Cape Town, South Africa Telephone 021 556 4289</p>\r\n<p><a href=\"mailto:\">info@oscasa.com </a>| {unsubscribe}Unsubscribe{/unsubscribe} | {modify}Modify your Subscription{/modify}</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n</div>\r\n<p> </p>','',1458800540,1,0,2,'145880054054888ozone_management','a:9:{s:8:\"color_bg\";s:7:\"#FFFFFF\";s:6:\"tag_h1\";s:16:\"font-size: 32px;\";s:6:\"tag_h2\";s:16:\"font-size: 28px;\";s:6:\"tag_h3\";s:16:\"font-size: 24px;\";s:6:\"tag_h4\";s:16:\"font-size: 20px;\";s:6:\"tag_h5\";s:16:\"font-size: 16px;\";s:5:\"tag_a\";s:39:\"color:#990000; text-decoration: none;\";s:18:\"acymailing_content\";s:29:\"color:#222222;font-size:12px;\";s:17:\"acymailing_online\";s:47:\"color:#0000A0;font-size:12px;font-style:italic;\";}','New Member Welcome','body{} \r\na img{ border:0px; text-decoration:none;} \r\nbody{} \r\na img{ border:0px; text-decoration:none;} \r\n /* Your custom styles go here */\r\n\r\n \r\n* {\r\n margin: 0;\r\n padding: 0;\r\n font-size: 100%;\r\n font-family: \'Avenir Next\', \"Helvetica Neue\", \"Helvetica\", Helvetica, Arial, sans-serif;\r\n line-height: 1.65; }\r\n\r\nimg {\r\n max-width: 100%;\r\n margin: 0 auto;\r\n display: block; }\r\n\r\nbody,\r\n.body-wrap {\r\n width: 100% !important;\r\n height: 100%;\r\n background: #efefef;\r\n -webkit-font-smoothing: antialiased;\r\n -webkit-text-size-adjust: none; }\r\n\r\n\r\n.text-center {\r\n text-align: center; }\r\n\r\n.text-right {\r\n text-align: right; }\r\n\r\n.text-left {\r\n text-align: left; }\r\n\r\n.button {\r\n display: inline-block;\r\n color: white;\r\n background: #FFFFFF;\r\n border: solid #FFFFFF;\r\n border-width: 5px 10px 4px;\r\n font-weight: bold;\r\n border-radius: 4px; }\r\n\r\nh1, h2, h3, h4, h5, h6 {\r\n margin-bottom: 20px;\r\n line-height: 1.25; }\r\n\r\n\r\n\r\n\r\n\r\n\r\np, ul, ol {\r\n font-size: 14px;\r\n font-weight: normal;\r\n margin-bottom: 20px; }\r\n\r\n.container {\r\n display: block !important;\r\n clear: both !important;\r\n margin: 0 auto !important;\r\n max-width: 580px !important; }\r\n .container table {\r\n width: 100% !important;\r\n border-collapse: collapse; }\r\n .container .masthead {\r\n padding: 40px 0;\r\n background: ##FFFFFF;\r\n color: white; }\r\n .container .masthead h1 {\r\n margin: 0 auto !important;\r\n max-width: 90%;\r\n text-transform: uppercase; }\r\n .container .content {\r\n background: white;\r\n padding: 30px 35px; }\r\n .container .content.footer {\r\n background: none; }\r\n .container .content.footer p {\r\n margin-bottom: 0;\r\n color: #888;\r\n text-align: center;\r\n font-size: 14px; }\r\n .container .content.footer a {\r\n color: #888;\r\n text-decoration: none;\r\n font-weight: bold; }\r\n\r\n\r\n','OSCA South Africa','info@oscasa.com','OSCASA info','info@oscasa.com',NULL,NULL,'all','');
/*!40000 ALTER TABLE `jos7e_acymailing_template` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_acymailing_url`
--
DROP TABLE IF EXISTS `jos7e_acymailing_url`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_acymailing_url` (
`urlid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(250) NOT NULL,
`url` text NOT NULL,
PRIMARY KEY (`urlid`),
KEY `url` (`url`(250))
) ENGINE=MyISAM AUTO_INCREMENT=22 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_acymailing_url`
--
LOCK TABLES `jos7e_acymailing_url` WRITE;
/*!40000 ALTER TABLE `jos7e_acymailing_url` DISABLE KEYS */;
INSERT INTO `jos7e_acymailing_url` VALUES (1,'http://www.oscasa.com','http://www.oscasa.com'),(2,'https://www.facebook.com/OSCA-SA-182122128489166/','https://www.facebook.com/OSCA-SA-182122128489166/'),(3,'http://www.travelbyarrangement.com?utm_source=newsletter_31&utm_medium=email&utm_campaign=oscasa-subs-reminder','http://www.travelbyarrangement.com?utm_source=newsletter_31&utm_medium=email&utm_campaign=oscasa-subs-reminder'),(4,'https://www.facebook.com/OSCA-South-Africa-1108591255837488/?utm_source=newsletter_31&utm_medium=email&utm_campaign=oscasa-subs-reminder','https://www.facebook.com/OSCA-South-Africa-1108591255837488/?utm_source=newsletter_31&utm_medium=email&utm_campaign=oscasa-subs-reminder'),(5,'http://www.oscasa.com?utm_source=newsletter_31&utm_medium=email&utm_campaign=oscasa-subs-reminder','http://www.oscasa.com?utm_source=newsletter_31&utm_medium=email&utm_campaign=oscasa-subs-reminder'),(6,'http://www.oscasa.com?utm_source=newsletter_29&utm_medium=email&utm_campaign=oscasa-newsletter-march-2016','http://www.oscasa.com?utm_source=newsletter_29&utm_medium=email&utm_campaign=oscasa-newsletter-march-2016'),(7,'https://www.facebook.com/OSCA-SA-182122128489166/?utm_source=newsletter_29&utm_medium=email&utm_campaign=oscasa-newsletter-march-2016','https://www.facebook.com/OSCA-SA-182122128489166/?utm_source=newsletter_29&utm_medium=email&utm_campaign=oscasa-newsletter-march-2016'),(8,'http://oscasa.com/index.php/11-oscasa-news/14-message-from-the-chairperson-2016','http://oscasa.com/index.php/11-oscasa-news/14-message-from-the-chairperson-2016'),(9,'http://oscasa.com/index.php/members','http://oscasa.com/index.php/members'),(10,'http://www.travelbyarrangement.com?utm_source=newsletter_32&utm_medium=email&utm_campaign=oscasa-meeting-19th-aug','http://www.travelbyarrangement.com?utm_source=newsletter_32&utm_medium=email&utm_campaign=oscasa-meeting-19th-aug'),(11,'https://www.facebook.com/OSCA-South-Africa-1108591255837488/?utm_source=newsletter_32&utm_medium=email&utm_campaign=oscasa-meeting-19th-aug','https://www.facebook.com/OSCA-South-Africa-1108591255837488/?utm_source=newsletter_32&utm_medium=email&utm_campaign=oscasa-meeting-19th-aug'),(12,'https://www.facebook.com/OSCA-South-Africa-1108591255837488/?utm_source=newsletter_35&utm_medium=email&utm_campaign=oscasa-important-broadcast','https://www.facebook.com/OSCA-South-Africa-1108591255837488/?utm_source=newsletter_35&utm_medium=email&utm_campaign=oscasa-important-broadcast'),(13,'http://oscasa.com/index.php?option=com_acymailing&ctrl=user&task=modify','http://oscasa.com/index.php?option=com_acymailing&ctrl=user&task=modify'),(14,'http://www.travelbyarrangement.com?utm_source=newsletter_36&utm_medium=email&utm_campaign=oscasa-news-broadcast','http://www.travelbyarrangement.com?utm_source=newsletter_36&utm_medium=email&utm_campaign=oscasa-news-broadcast'),(15,'https://www.facebook.com/OSCA-South-Africa-1108591255837488/?utm_source=newsletter_36&utm_medium=email&utm_campaign=oscasa-news-broadcast','https://www.facebook.com/OSCA-South-Africa-1108591255837488/?utm_source=newsletter_36&utm_medium=email&utm_campaign=oscasa-news-broadcast'),(16,'https://www.facebook.com/OSCA-South-Africa-1108591255837488/?utm_source=newsletter_37&utm_medium=email&utm_campaign=artists-release-form','https://www.facebook.com/OSCA-South-Africa-1108591255837488/?utm_source=newsletter_37&utm_medium=email&utm_campaign=artists-release-form'),(17,'http://www.oscasa.com?utm_source=newsletter_38&utm_medium=email&utm_campaign=overtime-rights-under-threat','http://www.oscasa.com?utm_source=newsletter_38&utm_medium=email&utm_campaign=overtime-rights-under-threat'),(18,'https://www.facebook.com/OSCA-South-Africa-1108591255837488/?utm_source=newsletter_38&utm_medium=email&utm_campaign=overtime-rights-under-threat','https://www.facebook.com/OSCA-South-Africa-1108591255837488/?utm_source=newsletter_38&utm_medium=email&utm_campaign=overtime-rights-under-threat'),(19,'http://www.oscasa.com?utm_source=newsletter_39&utm_medium=email&utm_campaign=new-member-welcome','http://www.oscasa.com?utm_source=newsletter_39&utm_medium=email&utm_campaign=new-member-welcome'),(20,'https://www.facebook.com/OSCA-South-Africa-1108591255837488/?utm_source=newsletter_39&utm_medium=email&utm_campaign=new-member-welcome','https://www.facebook.com/OSCA-South-Africa-1108591255837488/?utm_source=newsletter_39&utm_medium=email&utm_campaign=new-member-welcome'),(21,'http://www.oscasa.com/','http://www.oscasa.com/');
/*!40000 ALTER TABLE `jos7e_acymailing_url` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_acymailing_urlclick`
--
DROP TABLE IF EXISTS `jos7e_acymailing_urlclick`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_acymailing_urlclick` (
`urlid` int(10) unsigned NOT NULL,
`mailid` mediumint(8) unsigned NOT NULL,
`click` smallint(5) unsigned NOT NULL DEFAULT 0,
`subid` int(10) unsigned NOT NULL,
`date` int(10) unsigned NOT NULL,
`ip` varchar(100) DEFAULT NULL,
PRIMARY KEY (`urlid`,`mailid`,`subid`),
KEY `dateindex` (`date`),
KEY `mailidindex` (`mailid`),
KEY `subidindex` (`subid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_acymailing_urlclick`
--
LOCK TABLES `jos7e_acymailing_urlclick` WRITE;
/*!40000 ALTER TABLE `jos7e_acymailing_urlclick` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_acymailing_urlclick` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_acymailing_userstats`
--
DROP TABLE IF EXISTS `jos7e_acymailing_userstats`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_acymailing_userstats` (
`mailid` mediumint(8) unsigned NOT NULL,
`subid` int(10) unsigned NOT NULL,
`html` tinyint(3) unsigned NOT NULL DEFAULT 1,
`sent` tinyint(3) unsigned NOT NULL DEFAULT 1,
`senddate` int(10) unsigned NOT NULL,
`open` tinyint(3) unsigned NOT NULL DEFAULT 0,
`opendate` int(11) NOT NULL,
`bounce` tinyint(4) NOT NULL DEFAULT 0,
`fail` tinyint(4) NOT NULL DEFAULT 0,
`ip` varchar(100) DEFAULT NULL,
`browser` varchar(255) DEFAULT NULL,
`browser_version` tinyint(3) unsigned DEFAULT NULL,
`is_mobile` tinyint(3) unsigned DEFAULT NULL,
`mobile_os` varchar(255) DEFAULT NULL,
`user_agent` varchar(255) DEFAULT NULL,
`bouncerule` varchar(255) DEFAULT NULL,
PRIMARY KEY (`mailid`,`subid`),
KEY `senddateindex` (`senddate`),
KEY `subidindex` (`subid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_acymailing_userstats`
--
LOCK TABLES `jos7e_acymailing_userstats` WRITE;
/*!40000 ALTER TABLE `jos7e_acymailing_userstats` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_acymailing_userstats` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_assets`
--
DROP TABLE IF EXISTS `jos7e_assets`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_assets` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
`parent_id` int(11) NOT NULL DEFAULT 0 COMMENT 'Nested set parent.',
`lft` int(11) NOT NULL DEFAULT 0 COMMENT 'Nested set lft.',
`rgt` int(11) NOT NULL DEFAULT 0 COMMENT 'Nested set rgt.',
`level` int(10) unsigned NOT NULL COMMENT 'The cached level in the nested tree.',
`name` varchar(50) NOT NULL COMMENT 'The unique name for the asset.\n',
`title` varchar(100) NOT NULL COMMENT 'The descriptive title for the asset.',
`rules` varchar(5120) NOT NULL COMMENT 'JSON encoded access control.',
PRIMARY KEY (`id`),
UNIQUE KEY `idx_asset_name` (`name`),
KEY `idx_lft_rgt` (`lft`,`rgt`),
KEY `idx_parent_id` (`parent_id`)
) ENGINE=InnoDB AUTO_INCREMENT=263 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_assets`
--
LOCK TABLES `jos7e_assets` WRITE;
/*!40000 ALTER TABLE `jos7e_assets` DISABLE KEYS */;
INSERT INTO `jos7e_assets` VALUES (1,0,0,515,0,'root.1','Root Asset','{\"core.login.site\":{\"6\":1,\"2\":1},\"core.login.admin\":{\"6\":1},\"core.login.offline\":{\"6\":1},\"core.admin\":{\"8\":1},\"core.manage\":{\"7\":1},\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(2,1,1,2,1,'com_admin','com_admin','{}'),(3,1,3,6,1,'com_banners','com_banners','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(4,1,7,8,1,'com_cache','com_cache','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(5,1,9,10,1,'com_checkin','com_checkin','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(6,1,11,12,1,'com_config','com_config','{}'),(7,1,13,16,1,'com_contact','com_contact','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(8,1,17,180,1,'com_content','com_content','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(9,1,181,182,1,'com_cpanel','com_cpanel','{}'),(10,1,183,184,1,'com_installer','com_installer','{\"core.admin\":[],\"core.manage\":{\"7\":0},\"core.delete\":{\"7\":0},\"core.edit.state\":{\"7\":0}}'),(11,1,185,186,1,'com_languages','com_languages','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(12,1,187,188,1,'com_login','com_login','{}'),(13,1,189,190,1,'com_mailto','com_mailto','{}'),(14,1,191,192,1,'com_massmail','com_massmail','{}'),(15,1,193,194,1,'com_media','com_media','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":{\"5\":1}}'),(16,1,195,198,1,'com_menus','com_menus','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(17,1,199,200,1,'com_messages','com_messages','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(18,1,201,342,1,'com_modules','com_modules','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(19,1,343,346,1,'com_newsfeeds','com_newsfeeds','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(20,1,347,348,1,'com_plugins','com_plugins','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(21,1,349,350,1,'com_redirect','com_redirect','{\"core.admin\":{\"7\":1},\"core.manage\":[]}'),(22,1,351,352,1,'com_search','com_search','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(23,1,353,354,1,'com_templates','com_templates','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(24,1,355,358,1,'com_users','com_users','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.options\":[]}'),(26,1,359,360,1,'com_wrapper','com_wrapper','{}'),(27,8,18,31,2,'com_content.category.2','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(28,3,4,5,2,'com_banners.category.3','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(29,7,14,15,2,'com_contact.category.4','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(30,19,344,345,2,'com_newsfeeds.category.5','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(32,24,356,357,1,'com_users.category.7','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(33,1,361,362,1,'com_finder','com_finder','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(34,1,363,364,1,'com_joomlaupdate','com_joomlaupdate','{\"core.admin\":[],\"core.manage\":[],\"core.delete\":[],\"core.edit.state\":[]}'),(35,1,365,366,1,'com_tags','com_tags','{\"core.admin\":[],\"core.manage\":[],\"core.manage\":[],\"core.delete\":[],\"core.edit.state\":[]}'),(36,1,367,368,1,'com_contenthistory','com_contenthistory','{}'),(37,1,369,370,1,'com_ajax','com_ajax','{}'),(38,1,371,372,1,'com_postinstall','com_postinstall','{}'),(39,18,202,203,2,'com_modules.module.1','Main Menu','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(40,18,204,205,2,'com_modules.module.2','Login','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(41,18,206,207,2,'com_modules.module.3','Popular Articles','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(42,18,208,209,2,'com_modules.module.4','Recently Added Articles','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(43,18,210,211,2,'com_modules.module.8','Toolbar','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(44,18,212,213,2,'com_modules.module.9','Quick Icons','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(45,18,214,215,2,'com_modules.module.10','Logged-in Users','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(46,18,216,217,2,'com_modules.module.12','Admin Menu','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(47,18,218,219,2,'com_modules.module.13','Admin Submenu','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(48,18,220,221,2,'com_modules.module.14','User Status','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(49,18,222,223,2,'com_modules.module.15','Title','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(50,18,224,225,2,'com_modules.module.16','Login Form','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(51,18,226,227,2,'com_modules.module.17','Breadcrumbs','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(52,18,228,229,2,'com_modules.module.79','Multilanguage status','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(53,18,230,231,2,'com_modules.module.86','Joomla Version','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(54,1,373,374,1,'com_breezingforms','BreezingForms','{}'),(55,18,232,233,2,'com_modules.module.87','Some News & Views','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),(56,18,234,235,2,'com_modules.module.88','JA Login','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),(57,18,236,237,2,'com_modules.module.89','JA Masshead','{}'),(58,18,238,239,2,'com_modules.module.90','JA Slideshow','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),(59,18,240,241,2,'com_modules.module.91','Compago Blank Module','{}'),(60,1,375,376,1,'com_blankcomponent','Blank Component','{}'),(61,8,32,33,2,'com_content.category.8','Slideshow','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(62,27,19,20,3,'com_content.article.1','About OSCASA','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(63,1,377,378,1,'com_acymailing','AcyMailing','{\"core.manage\":{\"4\":1},\"core.admin\":{\"4\":1}}'),(64,8,34,39,2,'com_content.category.9','Guidelines','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(65,64,35,36,3,'com_content.article.2','OSCASA TV Commercial Guidelines','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(66,18,242,243,2,'com_modules.module.93','Join OSCASA','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),(67,27,21,22,3,'com_content.article.3','Who can join OSCASA?','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(68,18,244,245,2,'com_modules.module.94','BreezingForms','{}'),(69,27,23,24,3,'com_content.article.4','OSCASA Constitution','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(70,18,246,247,2,'com_modules.module.95','Application Document Download','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),(71,18,248,249,2,'com_modules.module.96','Agency Application Form Check List','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),(72,1,379,380,1,'com_roksprocket','RokSprocket','{}'),(73,18,250,251,2,'com_modules.module.97','RokSprocket Module','{}'),(74,8,40,165,2,'com_content.category.10','Members','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(75,8,166,173,2,'com_content.category.11','OSCASA News','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(76,18,252,253,2,'com_modules.module.98','OSCASA Members','{}'),(77,1,381,382,1,'com_k2','COM_K2','{}'),(78,18,254,255,2,'com_modules.module.99','K2 Comments','{}'),(79,18,256,257,2,'com_modules.module.100','K2 Content','{}'),(80,18,258,259,2,'com_modules.module.101','K2 Tools','{}'),(81,18,260,261,2,'com_modules.module.102','K2 Users','{}'),(82,18,262,263,2,'com_modules.module.103','K2 User','{}'),(83,18,264,265,2,'com_modules.module.104','K2 Quick Icons (admin)','{}'),(84,18,266,267,2,'com_modules.module.105','K2 Stats (admin)','{}'),(85,18,268,269,2,'com_modules.module.106','SP Simple Map','{}'),(86,18,270,271,2,'com_modules.module.107','OSCASA Members','{}'),(87,18,272,273,2,'com_modules.module.108','OSCASA Members','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),(88,18,274,275,2,'com_modules.module.109','Members','{}'),(89,1,383,384,1,'com_mijoshop','COM_MIJOSHOP','{}'),(90,18,276,277,2,'com_modules.module.110','MijoShop - All-in-One','{}'),(91,18,278,279,2,'com_modules.module.111','MijoShop Orders','{}'),(92,18,280,281,2,'com_modules.module.112','MijoShop - Quick Icons','{}'),(93,74,41,42,3,'com_content.article.5','BM Casting','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(94,1,385,386,1,'#__ucm_content.1','#__ucm_content.1','[]'),(95,74,43,44,3,'com_content.article.6','Celebrities Casting','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(96,18,282,283,2,'com_modules.module.113','Members','{}'),(97,1,387,388,1,'#__ucm_content.2','#__ucm_content.2','{}'),(98,74,45,46,3,'com_content.article.7','OSCASA Founder','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(100,74,47,48,3,'com_content.article.8','MCX The Extras Agency','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(101,1,389,390,1,'#__ucm_content.4','#__ucm_content.4','[]'),(102,74,49,50,3,'com_content.article.9','Caitlin\'s Castings','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(103,1,391,392,1,'#__ucm_content.5','#__ucm_content.5','[]'),(104,74,51,52,3,'com_content.article.10','Go Big Production','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(105,1,393,394,1,'#__ucm_content.6','#__ucm_content.6','[]'),(106,74,53,54,3,'com_content.article.11','Ozone Management','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(107,1,395,396,1,'#__ucm_content.7','#__ucm_content.7','{}'),(108,74,55,56,3,'com_content.article.12','Casting 101','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(109,1,397,398,1,'#__ucm_content.8','#__ucm_content.8','{}'),(110,74,57,58,3,'com_content.article.13','Hot Pencil','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(111,1,399,400,1,'#__ucm_content.9','#__ucm_content.9','{}'),(112,18,284,285,2,'com_modules.module.114','Content Copyrights','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(113,18,286,287,2,'com_modules.module.115','Stay Informed','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),(114,18,288,289,2,'com_modules.module.116','Contact Us','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(115,18,290,291,2,'com_modules.module.117','OSCA-SA Members','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(116,18,292,293,2,'com_modules.module.118','Social GK5','{}'),(117,18,294,295,2,'com_modules.module.119','Follow Us','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),(118,18,296,297,2,'com_modules.module.120','Follow Us (2)','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),(119,18,298,299,2,'com_modules.module.121','Guidelines','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),(120,18,300,301,2,'com_modules.module.122','OSCASA Relationships','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),(121,1,401,402,1,'com_jce','JCE','{}'),(122,18,302,303,2,'com_modules.module.123','OSCASA Map','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),(123,18,304,305,2,'com_modules.module.124','OSCASA EFT Bank Details','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),(124,75,167,168,3,'com_content.article.14','Newsletter - March 2016','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(125,75,169,170,3,'com_content.article.15','Words from Vice-Chair','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(126,75,171,172,3,'com_content.article.16','Rogues in the Industry','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(127,18,306,307,2,'com_modules.module.125','Is your Agency an OSCASA member?','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),(128,18,308,309,2,'com_modules.module.126','OSCASA BULLETIN BOARD','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),(129,8,174,175,2,'com_content.category.12','OSCASA BULLETIN BOARD','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(130,18,310,311,2,'com_modules.module.127','Logo Footer','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),(131,18,312,313,2,'com_modules.module.128','OSCASA','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),(132,18,314,315,2,'com_modules.module.129','Members','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),(133,64,37,38,3,'com_content.article.17','OSCASA Feature TV Series Guidelines','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(134,27,25,26,3,'com_content.article.18','Documents & Templates','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(135,74,59,60,3,'com_content.article.19','Mother City Extras','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(136,74,61,62,3,'com_content.article.20','Terene Characters','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(137,1,403,404,1,'#__ucm_content.10','#__ucm_content.10','[]'),(138,1,405,406,1,'#__ucm_content.11','#__ucm_content.11','[]'),(139,74,63,64,3,'com_content.article.21','Kidz 2000 / Louis B','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(140,1,407,408,1,'#__ucm_content.12','#__ucm_content.12','[]'),(141,74,65,66,3,'com_content.article.22','Loys Models & Talent','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(142,1,409,410,1,'#__ucm_content.13','#__ucm_content.13','[]'),(143,74,67,68,3,'com_content.article.23','Our World Casting Agency','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(144,1,411,412,1,'#__ucm_content.14','#__ucm_content.14','[]'),(145,74,69,70,3,'com_content.article.24','Rave Europe Models','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(146,1,413,414,1,'#__ucm_content.15','#__ucm_content.15','[]'),(147,74,71,72,3,'com_content.article.25','Red Carpet Kids Characters & Extras','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(148,1,415,416,1,'#__ucm_content.16','#__ucm_content.16','[]'),(149,74,73,74,3,'com_content.article.26','Chazel Models','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(150,1,417,418,1,'#__ucm_content.17','#__ucm_content.17','[]'),(151,74,75,76,3,'com_content.article.27','Let\'s Twist t/a Zenobia Artist Management','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(152,1,419,420,1,'#__ucm_content.18','#__ucm_content.18','[]'),(153,74,77,78,3,'com_content.article.28','Just You Model & Artist Management','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(154,1,421,422,1,'#__ucm_content.19','#__ucm_content.19','[]'),(155,74,79,80,3,'com_content.article.29','Lets Face It','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(156,1,423,424,1,'#__ucm_content.20','#__ucm_content.20','[]'),(157,74,81,82,3,'com_content.article.30','Leago and Friends on TV','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(158,1,425,426,1,'#__ucm_content.21','#__ucm_content.21','[]'),(159,18,316,317,2,'com_modules.module.130','OSCASA Specific Document Downloads','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),(160,18,318,319,2,'com_modules.module.131','OSCASA BULLETIN BOARD','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),(161,74,83,84,3,'com_content.article.31','eModels','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(162,1,427,428,1,'#__ucm_content.22','#__ucm_content.22','{}'),(163,74,85,86,3,'com_content.article.32','Go Talent','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(164,1,429,430,1,'#__ucm_content.23','#__ucm_content.23','{}'),(165,74,87,88,3,'com_content.article.33','HTA Extras','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(166,1,431,432,1,'#__ucm_content.24','#__ucm_content.24','[]'),(167,74,89,90,3,'com_content.article.34','Arc Artist Management','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(168,1,433,434,1,'#__ucm_content.25','#__ucm_content.25','[]'),(169,18,320,321,2,'com_modules.module.132','Stay Informed','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),(170,8,176,179,2,'com_content.category.13','Individual Members','{}'),(171,170,177,178,3,'com_content.article.35','Individual Registration','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(172,18,322,323,2,'com_modules.module.133','Individual Registration SB','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),(173,18,324,325,2,'com_modules.module.134','Home Page','{}'),(174,18,326,327,2,'com_modules.module.135','Home Page 2','{}'),(175,16,196,197,2,'com_menus.menu.5','Hidden Menu','{}'),(176,18,328,329,2,'com_modules.module.136','Individual Registration Login','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),(177,27,27,28,3,'com_content.article.36','Individual Registration Login','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(178,18,330,331,2,'com_modules.module.137','SCLogin','{}'),(179,18,332,333,2,'com_modules.module.138','SCLogin Individual Login','{}'),(180,18,334,335,2,'com_modules.module.139','Home Page 1','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),(181,18,336,337,2,'com_modules.module.140','BT Login','{}'),(182,18,338,339,2,'com_modules.module.141','Individual Registration Login BT','{}'),(183,18,340,341,2,'com_modules.module.142','Contact Us Main','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),(184,27,29,30,3,'com_content.article.37','Contact Us','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(185,74,91,92,3,'com_content.article.38','White Lupine Pty Ltd','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(186,74,93,94,3,'com_content.article.39','Funky Lemon Casting Agency Pty Ltd','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(187,1,435,436,1,'#__ucm_content.26','#__ucm_content.26','{}'),(188,74,95,96,3,'com_content.article.40','PIP Group Pty Ltd','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(189,1,437,438,1,'#__ucm_content.27','#__ucm_content.27','[]'),(190,74,97,98,3,'com_content.article.41','Central Castings','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(191,1,439,440,1,'#__ucm_content.28','#__ucm_content.28','{}'),(192,1,441,442,1,'com_fields','com_fields','{}'),(193,1,443,444,1,'com_associations','com_associations','{}'),(194,1,445,446,1,'com_contentbuilder','Contentbuilder','{}'),(195,74,99,100,3,'com_content.article.42','NJD Casting Agency','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(196,1,447,448,1,'#__ucm_content.29','#__ucm_content.29','[]'),(197,74,101,102,3,'com_content.article.43','Funky Lemon Casting Agency Pty Ltd (4)','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(198,1,449,450,1,'#__ucm_content.30','#__ucm_content.30','[]'),(199,74,103,104,3,'com_content.article.44','021 Kids','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(200,1,451,452,1,'#__ucm_content.31','#__ucm_content.31','{}'),(201,74,105,106,3,'com_content.article.45','Touch Down Modelling Agent','{}'),(202,1,453,454,1,'#__ucm_content.32','#__ucm_content.32','{}'),(203,74,107,108,3,'com_content.article.46','One Shot Extras','{}'),(204,1,455,456,1,'#__ucm_content.33','#__ucm_content.33','{}'),(205,74,109,110,3,'com_content.article.47','The Candidate Casting','{}'),(206,1,457,458,1,'#__ucm_content.34','#__ucm_content.34','{}'),(207,74,111,112,3,'com_content.article.48','Kuze Kuse Production','{}'),(208,1,459,460,1,'#__ucm_content.35','#__ucm_content.35','{}'),(209,74,113,114,3,'com_content.article.49','Unique Select','{}'),(210,1,461,462,1,'#__ucm_content.36','#__ucm_content.36','{}'),(211,1,463,464,1,'com_privacy','com_privacy','{}'),(212,1,465,466,1,'com_actionlogs','com_actionlogs','{}'),(213,74,115,116,3,'com_content.article.50','Matte Grey Models','{}'),(214,1,467,468,1,'#__ucm_content.37','#__ucm_content.37','{}'),(215,74,117,118,3,'com_content.article.51','OSCASA Chairperson','{}'),(217,74,119,120,3,'com_content.article.52','Valuta Entertainment','{}'),(218,1,469,470,1,'#__ucm_content.39','#__ucm_content.39','{}'),(219,74,121,122,3,'com_content.article.53','Kidz & Modelz 2000','{}'),(220,1,471,472,1,'#__ucm_content.40','#__ucm_content.40','{}'),(221,74,123,124,3,'com_content.article.54','Perfect Castings','{}'),(222,1,473,474,1,'#__ucm_content.41','#__ucm_content.41','{}'),(223,74,125,126,3,'com_content.article.55','Royal Dinaledi Media & Communications','{}'),(224,1,475,476,1,'#__ucm_content.42','#__ucm_content.42','{}'),(225,74,127,128,3,'com_content.article.56','FOSAC Castings','{}'),(226,1,477,478,1,'#__ucm_content.43','#__ucm_content.43','{}'),(227,74,129,130,3,'com_content.article.57','Stars of Africa Media','{}'),(228,1,479,480,1,'#__ucm_content.44','#__ucm_content.44','{}'),(229,74,131,132,3,'com_content.article.58','Simbarashe Casting','{}'),(230,1,481,482,1,'#__ucm_content.45','#__ucm_content.45','{}'),(231,74,133,134,3,'com_content.article.59','Eventpho Talent Management','{}'),(232,1,483,484,1,'#__ucm_content.46','#__ucm_content.46','{}'),(233,74,135,136,3,'com_content.article.60','Blanket Casting Agency','{}'),(234,1,485,486,1,'#__ucm_content.47','#__ucm_content.47','{}'),(235,74,137,138,3,'com_content.article.61','Our Future Talent Management','{}'),(236,1,487,488,1,'#__ucm_content.48','#__ucm_content.48','{}'),(237,74,139,140,3,'com_content.article.62','TMKAY','{}'),(238,1,489,490,1,'#__ucm_content.49','#__ucm_content.49','{}'),(239,74,141,142,3,'com_content.article.63','CIDI Actors & Modelling Agency','{}'),(240,1,491,492,1,'#__ucm_content.50','#__ucm_content.50','{}'),(241,74,143,144,3,'com_content.article.64','Kazimula Casting Agency','{}'),(242,1,493,494,1,'#__ucm_content.51','#__ucm_content.51','{}'),(243,74,145,146,3,'com_content.article.65','Vickys Casting Agency','{}'),(244,1,495,496,1,'#__ucm_content.52','#__ucm_content.52','{}'),(245,74,147,148,3,'com_content.article.66','Okuhle Casting Agncy','{}'),(246,1,497,498,1,'#__ucm_content.53','#__ucm_content.53','{}'),(247,74,149,150,3,'com_content.article.67','Tsholo Castings ','{}'),(248,1,499,500,1,'#__ucm_content.54','#__ucm_content.54','{}'),(249,74,151,152,3,'com_content.article.68','FOSAC Castings','{}'),(250,1,501,502,1,'#__ucm_content.55','#__ucm_content.55','{}'),(251,74,153,154,3,'com_content.article.69','Mellows Casting Agency','{}'),(252,1,503,504,1,'#__ucm_content.56','#__ucm_content.56','{}'),(253,74,155,156,3,'com_content.article.70','Mellows Casting Agency (2)','{}'),(254,1,505,506,1,'#__ucm_content.57','#__ucm_content.57','{}'),(255,74,157,158,3,'com_content.article.71','BW Castings ','{}'),(256,1,507,508,1,'#__ucm_content.58','#__ucm_content.58','{}'),(257,74,159,160,3,'com_content.article.72','Professional Background Artists','{}'),(258,1,509,510,1,'#__ucm_content.59','#__ucm_content.59','{}'),(259,74,161,162,3,'com_content.article.73','Professional Background Artists','{}'),(260,1,511,512,1,'#__ucm_content.60','#__ucm_content.60','{}'),(261,74,163,164,3,'com_content.article.74','Colt Talent','{}'),(262,1,513,514,1,'#__ucm_content.61','#__ucm_content.61','{}');
/*!40000 ALTER TABLE `jos7e_assets` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_associations`
--
DROP TABLE IF EXISTS `jos7e_associations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_associations` (
`id` int(11) NOT NULL COMMENT 'A reference to the associated item.',
`context` varchar(50) NOT NULL COMMENT 'The context of the associated item.',
`key` char(32) NOT NULL COMMENT 'The key for the association computed from an md5 on associated ids.',
PRIMARY KEY (`context`,`id`),
KEY `idx_key` (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_associations`
--
LOCK TABLES `jos7e_associations` WRITE;
/*!40000 ALTER TABLE `jos7e_associations` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_associations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_banner_clients`
--
DROP TABLE IF EXISTS `jos7e_banner_clients`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_banner_clients` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL DEFAULT '',
`contact` varchar(255) NOT NULL DEFAULT '',
`email` varchar(255) NOT NULL DEFAULT '',
`extrainfo` mediumtext NOT NULL,
`state` tinyint(3) NOT NULL DEFAULT 0,
`checked_out` int(10) unsigned NOT NULL DEFAULT 0,
`checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`metakey` mediumtext NOT NULL,
`own_prefix` tinyint(4) NOT NULL DEFAULT 0,
`metakey_prefix` varchar(255) NOT NULL DEFAULT '',
`purchase_type` tinyint(4) NOT NULL DEFAULT -1,
`track_clicks` tinyint(4) NOT NULL DEFAULT -1,
`track_impressions` tinyint(4) NOT NULL DEFAULT -1,
PRIMARY KEY (`id`),
KEY `idx_own_prefix` (`own_prefix`),
KEY `idx_metakey_prefix` (`metakey_prefix`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_banner_clients`
--
LOCK TABLES `jos7e_banner_clients` WRITE;
/*!40000 ALTER TABLE `jos7e_banner_clients` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_banner_clients` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_banner_tracks`
--
DROP TABLE IF EXISTS `jos7e_banner_tracks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_banner_tracks` (
`track_date` datetime NOT NULL,
`track_type` int(10) unsigned NOT NULL,
`banner_id` int(10) unsigned NOT NULL,
`count` int(10) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`track_date`,`track_type`,`banner_id`),
KEY `idx_track_date` (`track_date`),
KEY `idx_track_type` (`track_type`),
KEY `idx_banner_id` (`banner_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_banner_tracks`
--
LOCK TABLES `jos7e_banner_tracks` WRITE;
/*!40000 ALTER TABLE `jos7e_banner_tracks` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_banner_tracks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_banners`
--
DROP TABLE IF EXISTS `jos7e_banners`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_banners` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`cid` int(11) NOT NULL DEFAULT 0,
`type` int(11) NOT NULL DEFAULT 0,
`name` varchar(255) NOT NULL DEFAULT '',
`alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
`imptotal` int(11) NOT NULL DEFAULT 0,
`impmade` int(11) NOT NULL DEFAULT 0,
`clicks` int(11) NOT NULL DEFAULT 0,
`clickurl` varchar(200) NOT NULL DEFAULT '',
`state` tinyint(3) NOT NULL DEFAULT 0,
`catid` int(10) unsigned NOT NULL DEFAULT 0,
`description` mediumtext NOT NULL,
`custombannercode` varchar(2048) NOT NULL,
`sticky` tinyint(1) unsigned NOT NULL DEFAULT 0,
`ordering` int(11) NOT NULL DEFAULT 0,
`metakey` mediumtext NOT NULL,
`params` mediumtext NOT NULL,
`own_prefix` tinyint(1) NOT NULL DEFAULT 0,
`metakey_prefix` varchar(400) NOT NULL DEFAULT '',
`purchase_type` tinyint(4) NOT NULL DEFAULT -1,
`track_clicks` tinyint(4) NOT NULL DEFAULT -1,
`track_impressions` tinyint(4) NOT NULL DEFAULT -1,
`checked_out` int(10) unsigned NOT NULL DEFAULT 0,
`checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`reset` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`language` char(7) NOT NULL DEFAULT '',
`created_by` int(10) unsigned NOT NULL DEFAULT 0,
`created_by_alias` varchar(255) NOT NULL DEFAULT '',
`modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`modified_by` int(10) unsigned NOT NULL DEFAULT 0,
`version` int(10) unsigned NOT NULL DEFAULT 1,
PRIMARY KEY (`id`),
KEY `idx_state` (`state`),
KEY `idx_own_prefix` (`own_prefix`),
KEY `idx_banner_catid` (`catid`),
KEY `idx_language` (`language`),
KEY `idx_metakey_prefix` (`metakey_prefix`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_banners`
--
LOCK TABLES `jos7e_banners` WRITE;
/*!40000 ALTER TABLE `jos7e_banners` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_banners` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_breezingforms`
--
DROP TABLE IF EXISTS `jos7e_breezingforms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_breezingforms` (
`id` int(11) NOT NULL,
`language` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_breezingforms`
--
LOCK TABLES `jos7e_breezingforms` WRITE;
/*!40000 ALTER TABLE `jos7e_breezingforms` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_breezingforms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_categories`
--
DROP TABLE IF EXISTS `jos7e_categories`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_categories` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`asset_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the #__assets table.',
`parent_id` int(10) unsigned NOT NULL DEFAULT 0,
`lft` int(11) NOT NULL DEFAULT 0,
`rgt` int(11) NOT NULL DEFAULT 0,
`level` int(10) unsigned NOT NULL DEFAULT 0,
`path` varchar(400) NOT NULL DEFAULT '',
`extension` varchar(50) NOT NULL DEFAULT '',
`title` varchar(255) NOT NULL DEFAULT '',
`alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
`note` varchar(255) NOT NULL DEFAULT '',
`description` mediumtext NOT NULL,
`published` tinyint(1) NOT NULL DEFAULT 0,
`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
`checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`access` int(10) unsigned NOT NULL DEFAULT 0,
`params` text NOT NULL,
`metadesc` varchar(1024) NOT NULL DEFAULT '' COMMENT 'The meta description for the page.',
`metakey` varchar(1024) NOT NULL DEFAULT '' COMMENT 'The meta keywords for the page.',
`metadata` varchar(2048) NOT NULL DEFAULT '' COMMENT 'JSON encoded metadata properties.',
`created_user_id` int(10) unsigned NOT NULL DEFAULT 0,
`created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`modified_user_id` int(10) unsigned NOT NULL DEFAULT 0,
`modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`hits` int(10) unsigned NOT NULL DEFAULT 0,
`language` char(7) NOT NULL DEFAULT '',
`version` int(10) unsigned NOT NULL DEFAULT 1,
PRIMARY KEY (`id`),
KEY `cat_idx` (`extension`,`published`,`access`),
KEY `idx_access` (`access`),
KEY `idx_checkout` (`checked_out`),
KEY `idx_left_right` (`lft`,`rgt`),
KEY `idx_language` (`language`),
KEY `idx_path` (`path`(100)),
KEY `idx_alias` (`alias`(100))
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_categories`
--
LOCK TABLES `jos7e_categories` WRITE;
/*!40000 ALTER TABLE `jos7e_categories` DISABLE KEYS */;
INSERT INTO `jos7e_categories` VALUES (1,0,0,0,23,0,'','system','ROOT','root','','',1,0,'0000-00-00 00:00:00',1,'{}','','','{}',42,'2011-01-01 00:00:01',0,'0000-00-00 00:00:00',0,'*',1),(2,27,1,1,2,1,'uncategorised','com_content','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',42,'2011-01-01 00:00:01',0,'0000-00-00 00:00:00',0,'*',1),(3,28,1,3,4,1,'uncategorised','com_banners','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',42,'2011-01-01 00:00:01',0,'0000-00-00 00:00:00',0,'*',1),(4,29,1,5,6,1,'uncategorised','com_contact','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',42,'2011-01-01 00:00:01',0,'0000-00-00 00:00:00',0,'*',1),(5,30,1,7,8,1,'uncategorised','com_newsfeeds','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',42,'2011-01-01 00:00:01',0,'0000-00-00 00:00:00',0,'*',1),(7,32,1,9,10,1,'uncategorised','com_users','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',42,'2011-01-01 00:00:01',0,'0000-00-00 00:00:00',0,'*',1),(8,61,1,11,12,1,'slideshow','com_content','Slideshow','slideshow','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',814,'2016-02-24 07:24:51',814,'2016-02-24 07:34:15',0,'*',1),(9,64,1,13,14,1,'guidelines','com_content','Guidelines','guidelines','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',814,'2016-02-24 09:43:57',814,'2016-02-24 09:44:04',0,'*',1),(10,74,1,15,16,1,'members','com_content','Members','members','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',814,'2016-02-28 10:29:34',0,'2016-02-28 10:29:34',0,'*',1),(11,75,1,17,18,1,'oscasa-news','com_content','OSCASA News','oscasa-news','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',814,'2016-02-28 10:29:55',0,'2016-02-28 10:29:55',0,'*',1),(12,129,1,19,20,1,'oscasa-bulletin-board','com_content','OSCASA BULLETIN BOARD','oscasa-bulletin-board','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',814,'2016-03-09 10:58:19',0,'2016-03-09 10:58:19',0,'*',1),(13,170,1,21,22,1,'individual-members','com_content','Individual Members','individual-members','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',814,'2016-11-27 10:24:40',0,'2016-11-27 10:24:40',0,'*',1);
/*!40000 ALTER TABLE `jos7e_categories` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_contact_details`
--
DROP TABLE IF EXISTS `jos7e_contact_details`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_contact_details` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
`con_position` varchar(255) DEFAULT NULL,
`address` mediumtext DEFAULT NULL,
`suburb` varchar(100) DEFAULT NULL,
`state` varchar(100) DEFAULT NULL,
`country` varchar(100) DEFAULT NULL,
`postcode` varchar(100) DEFAULT NULL,
`telephone` varchar(255) DEFAULT NULL,
`fax` varchar(255) DEFAULT NULL,
`misc` longtext DEFAULT NULL,
`image` varchar(255) DEFAULT NULL,
`email_to` varchar(255) DEFAULT NULL,
`default_con` tinyint(1) unsigned NOT NULL DEFAULT 0,
`published` tinyint(1) NOT NULL DEFAULT 0,
`checked_out` int(10) unsigned NOT NULL DEFAULT 0,
`checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`ordering` int(11) NOT NULL DEFAULT 0,
`params` mediumtext NOT NULL,
`user_id` int(11) NOT NULL DEFAULT 0,
`catid` int(11) NOT NULL DEFAULT 0,
`access` int(10) unsigned NOT NULL DEFAULT 0,
`mobile` varchar(255) NOT NULL DEFAULT '',
`webpage` varchar(255) NOT NULL DEFAULT '',
`sortname1` varchar(255) NOT NULL DEFAULT '',
`sortname2` varchar(255) NOT NULL DEFAULT '',
`sortname3` varchar(255) NOT NULL DEFAULT '',
`language` varchar(7) NOT NULL,
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`created_by` int(10) unsigned NOT NULL DEFAULT 0,
`created_by_alias` varchar(255) NOT NULL DEFAULT '',
`modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`modified_by` int(10) unsigned NOT NULL DEFAULT 0,
`metakey` mediumtext NOT NULL,
`metadesc` mediumtext NOT NULL,
`metadata` mediumtext NOT NULL,
`featured` tinyint(3) unsigned NOT NULL DEFAULT 0 COMMENT 'Set if article is featured.',
`xreference` varchar(50) NOT NULL DEFAULT '' COMMENT 'A reference to enable linkages to external data sets.',
`publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`version` int(10) unsigned NOT NULL DEFAULT 1,
`hits` int(10) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`id`),
KEY `idx_access` (`access`),
KEY `idx_checkout` (`checked_out`),
KEY `idx_state` (`published`),
KEY `idx_catid` (`catid`),
KEY `idx_createdby` (`created_by`),
KEY `idx_featured_catid` (`featured`,`catid`),
KEY `idx_language` (`language`),
KEY `idx_xreference` (`xreference`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_contact_details`
--
LOCK TABLES `jos7e_contact_details` WRITE;
/*!40000 ALTER TABLE `jos7e_contact_details` DISABLE KEYS */;
INSERT INTO `jos7e_contact_details` VALUES (1,'Chairperson - Danielle Naude','danielle-naude','Chairperson','','Cape Town','Western Cape','South Africa','','','','','','info@oscasa.com',0,1,0,'0000-00-00 00:00:00',1,'{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"\",\"show_tags\":\"\",\"show_info\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"add_mailto_link\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_image\":\"\",\"show_misc\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"articles_display_num\":\"\",\"show_profile\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linka\":false,\"linkb_name\":\"\",\"linkb\":false,\"linkc_name\":\"\",\"linkc\":false,\"linkd_name\":\"\",\"linkd\":false,\"linke_name\":\"\",\"linke\":false,\"contact_layout\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}',0,4,1,'','','','','','*','2016-03-02 09:05:12',814,'','2024-07-04 10:18:48',814,'','','{\"robots\":\"\",\"rights\":\"\"}',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00',8,1279);
/*!40000 ALTER TABLE `jos7e_contact_details` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_content`
--
DROP TABLE IF EXISTS `jos7e_content`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_content` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`asset_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the #__assets table.',
`title` varchar(255) NOT NULL DEFAULT '',
`alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
`introtext` longtext NOT NULL,
`fulltext` longtext NOT NULL,
`state` tinyint(3) NOT NULL DEFAULT 0,
`catid` int(10) unsigned NOT NULL DEFAULT 0,
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`created_by` int(10) unsigned NOT NULL DEFAULT 0,
`created_by_alias` varchar(255) NOT NULL DEFAULT '',
`modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`modified_by` int(10) unsigned NOT NULL DEFAULT 0,
`checked_out` int(10) unsigned NOT NULL DEFAULT 0,
`checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`images` mediumtext NOT NULL,
`urls` mediumtext NOT NULL,
`attribs` varchar(5120) NOT NULL,
`version` int(10) unsigned NOT NULL DEFAULT 1,
`ordering` int(11) NOT NULL DEFAULT 0,
`metakey` mediumtext NOT NULL,
`metadesc` mediumtext NOT NULL,
`access` int(10) unsigned NOT NULL DEFAULT 0,
`hits` int(10) unsigned NOT NULL DEFAULT 0,
`metadata` mediumtext NOT NULL,
`featured` tinyint(3) unsigned NOT NULL DEFAULT 0 COMMENT 'Set if article is featured.',
`language` char(7) NOT NULL COMMENT 'The language code for the article.',
`xreference` varchar(50) NOT NULL DEFAULT '',
`note` varchar(255) NOT NULL DEFAULT '',
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`),
KEY `idx_alias` (`alias`(191))
) ENGINE=InnoDB AUTO_INCREMENT=75 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_content`
--
LOCK TABLES `jos7e_content` WRITE;
/*!40000 ALTER TABLE `jos7e_content` DISABLE KEYS */;
INSERT INTO `jos7e_content` VALUES (1,62,'About OSCASA','about-oscasa','<h4>OSCASA Agents represent Characters, Kids, Walk-ons, Featured Extras and Background Artistes.</h4>\r\n<p>“OSCASA exists to uphold the highest standards of practice and conduct in the representation and provision of supporting artistes as prescribed by legislation, on camera artistes categories and OSCASA’s members. OSCASA will represent the interests of its members, and those of the supporting artistes they represent, to the business community and the general public.”</p>\r\n<div>\r\n<h2>The objectives of the Association, as laid out in their <a href=\"index.php/join/constitution-codes-of-conduct-terms-conditions\">constitution</a>, are as follows:</h2>\r\n<ul>\r\n<li>To represent, promote and defend the common interests of members to the media production industry, government bodies and the broadcast and print media to the highest ethical and professional standards.</li>\r\n<li>To ensure that members are fully compliant with OSCASA codes of practice and relevant legislation by way of prescribed standards of membership of the Association such that those employing the services of, or having dealings with members, shall have such assurance and safeguard of professional competency, honourable</li>\r\n<li>Dealing and financial security as to encourage them to deal preferentially with members.</li>\r\n<li>To gather and distribute information to assist members in being fully compliant with legislation.</li>\r\n<li>To liaise with producers and/or any such nominated representatives to ensure that members are fully aware of agreed rates of pay for artiste’s work.</li>\r\n<li>To ensure that members are informed of issues occurring within the wider film industry which may affect them or the artistes they represent.</li>\r\n<li>To uphold standards of representation for supporting artistes.</li>\r\n<li>Protect the industry from unfair competition by persons or organizations whose businesses cannot be legally<br /> classified within the Industry.</li>\r\n<li>All Association members prescribe to a code of Conduct which establishes professional standards for the Agents and Artistes associated with OSCASA.</li>\r\n</ul>\r\n<h3>OSCASA has established communication with:</h3>\r\n<ul>\r\n<li>Commercial Producers Association of South Africa ( CPASA )</li>\r\n<li>Independent Producers Association ( IPO )</li>\r\n<li>Association for Communication & Advertising ( ASA )</li>\r\n<li>South African Association of Stills Producers ( SAASP )</li>\r\n<li>Personal Managers’ Association ( PMA )</li>\r\n<li>National Association of Model Agencies ( NAMA )</li>\r\n<li>Media, Information and Communication Technology Sector Education and Training Authority. ( MICT Seta )</li>\r\n<li>Department of Labour ( DOL )</li>\r\n<li>Department of Trade and Industry ( DTI )</li>\r\n<li>Film Commissions in addition to recognition from the UK equivalent body NASAA.</li>\r\n</ul>\r\n</div>','',1,2,'2016-02-24 08:11:12',814,'','2016-03-02 13:24:55',814,0,'0000-00-00 00:00:00','2016-02-24 08:11:12','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',12,6,'','',1,51054,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2,65,'OSCASA TV Commercial Guidelines','commercial-guidelines','<p style=\"left: 330.6px; top: 94.7495px; font-size: 10px; font-family: sans-serif; transform: scaleX(1.01665);\" data-canvas-width=\"150.4639999999999\"><!-- [if gte mso 9]><xml>\r\n <o:OfficeDocumentSettings>\r\n <o:AllowPNG/>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--></p>\r\n<p>Changes agreed only in writing prior to booking. All fees/usage are subject to review annually. Producers are accountable for implementation of guidelines.</p>\r\n<h4>1. GENERAL DEFINITIONS</h4>\r\n<p style=\"padding-left: 30px;\">1.1 <strong>Performance Fee/Day Rate:</strong> Fee paid on the day(s) of shoot in hrs inclusive of 1/2hr meal break within 6hrs of call time.</p>\r\n<p style=\"padding-left: 30px;\">1.2 <strong>Wardrobe Call:</strong> Walk-Ons & Featured extras, Doubles & Stand-Ins included in fee, not exceeding 2 hrs. Background Artistes receive a wardrobe fee.</p>\r\n<p style=\"padding-left: 30px;\">1.3 <strong>Call Back:</strong> Included in fee, not exceeding 2 hrs where after overtime shall apply & for 2nd Callback. Wardrobe/Callback Fee applicable if not confirmed. Background Artistes receive a Callback fee.</p>\r\n<p style=\"padding-left: 30px;\">1.4 <strong>Child Minder/s:</strong> Qualified person/s knowledgeable on Children in the Performing Arts Laws. Sole function is to supervise Children under 15yrs’s. Ratio of 1:10 or less if guardian/s not present.</p>\r\n<p style=\"padding-left: 30px;\">1.5 <strong>Travel Day:</strong> 50% of the Std day rate for Std day length. After which overtime (4.1.2) applies.</p>\r\n<p style=\"padding-left: 30px;\">1.6 <strong>Call time:</strong> Time required on location or at a specified collection point. For locations further than 40km, transport will be provided by production or an allowance paid. Working day is from pickup time at specified point till return to specified point, unless called or travelling directly to a location within 40km. Parking/security must be provided at specified collection point until return.</p>\r\n<p style=\"padding-left: 30px;\">1.7 <strong>Wrap:</strong> means the end of a shooting session when technical wrap is called, release from set or return to collection point. (whichever is latest)</p>\r\n<p style=\"padding-left: 30px;\">1.8 <strong> Standby/Hold Day:</strong> Attracts 50% of Day Rate if not released by 20h00 the night prior. Within 24hrs of the shoot, confirm/release needs to happen within 1hr of another booking confirmation (during office hrs 08:30 to 18:00).</p>\r\n<p style=\"padding-left: 30px;\">1.9 <strong>Usage Tables:</strong> refers to the OSCA Packages and current Usage tables.<br /> Set/Location deemed based within 40km radius of CPT Station. For all other provinces a central point to be negotiated. <br /> Artistes released at a time/location when public transport is not available will be transported to the nearest public transport; or home; or provided suitable overnight accommodation; or Paid until public transport is available.</p>\r\n<h4>2. ARTISTE DEFINITIONS</h4>\r\n<p style=\"padding-left: 30px;\">2.1 <strong> Featured Extra (FE)</strong><br />Cast in a featured role in the story or established as a role on the day. If recognizable (not screen time dependant) in the role in which cast or established, usage & renewals apply. Background Artistes or WO may be upgraded on the day and will be determined by the role played in the story and/or repeated exposure. </p>\r\n<p style=\"padding-left: 30px;\">2.2 <strong>Walk-On (WO)</strong> <br />Can be cast or can be a background artiste upgraded on the day. Walk-On appears in a group of 6 or more and may be recognizable. If they are recognizable in a group of 6 or more, 30% usage becomes applicable. Can attend castings/wardrobe. Recognisable in a group of 6 or more. If they are in a group of 5 or less they are deemed a Featured Extra. Package deals may be briefed and cast for walk-ons. Refer to Walk-On Summary</p>\r\n<p style=\"padding-left: 30px;\">2.3 <strong>Background Artiste/s “Extra” (BA)</strong>. No individual characterization or dialogue. Sets the atmosphere of the scene. They are non-Featured and do not attend castings. Attracts Supplementary payments. May be upgraded to Walk-On Plus Usage or Featured Extra as per definition. If upgraded, unless specified, the day rate increases to equivalent FE or WO role on set.</p>\r\n<p style=\"padding-left: 30px;\">2.4 <strong>Children.</strong> Up to (under) 15yrs as per Sectoral Determination 10. <span style=\"color: #ff0000;\">Parents cannot give consent for overtime. Children do not do overtime.</span></p>\r\n<p style=\"padding-left: 30px;\">2.5 <strong> Doubles/Stand-In.</strong> Doubles a cast member on camera or Stand-in for rehearsing, lighting etc.</p>\r\n<h4>3. PERFORMANCES & SERVICES RENDERED BY ARTISTE</h4>\r\n<p style=\"padding-left: 30px;\">3.1 If Artiste performs in another capacity other than what they were cast or booked as, then prior to commencement or upon review of final edit, upgrade of status &/or fees will be confirmed.</p>\r\n<p style=\"padding-left: 30px;\">3.2 Supplementary Performances/Services attract a fee including: those not listed/those considered to be beyond group work; Special Skills; Special Clothing; * Wetted by natural/artificial rain; ** Provision of Car/Driving; *** Firearms; Horse Riding; Haircuts; SFX & Make-up. Fee applicable. If not alerted/agreed before shoot, the fee will be charged. Agents must be given notice at the time of bookings. ** Petrol consumption must be paid. *** Under supervision by a qualified person. </p>\r\n<p style=\"padding-left: 30px;\">3.3 Demanding work/Change of physical appearance to be alerted to Agents /Artistes in advance If not the Artiste has right of refusal & will be paid their agreed fee in full.</p>\r\n<h4>4. WORK HOURS</h4>\r\n<p style=\"padding-left: 30px;\">4.1 Overtime</p>\r\n<p style=\"padding-left: 60px;\">4.1.1 An artiste is briefed by the Agencies to expect to work up to 3hrs overtime. Overtime rates apply.</p>\r\n<p style=\"padding-left: 60px;\">4.1.2 Overtime is 10% of day rate per hr or part thereof from 12th – 14th hr. BA’s receive 20% from the 15th to 17th hr. 2nd Day payable from 18th hour. From the 19th hour O/T continues at 20% of day rate. 15 min after wrap is free to complete a \"take\" or \"set up\". </p>\r\n<p style=\"padding-left: 60px;\">4.1.3 Reasonable provision must be made to expedite the signing off of artistes. Overtime as per 4.1.2 is payable where signing off exceeds 30 minutes.</p>\r\n<p style=\"padding-left: 30px;\">4.2 STD Day: 11 consecutive hrs. Agents to be notified by 15h00 the day prior to shoot if call time is before 06h00 for which an early call fee applies.</p>\r\n<p style=\"padding-left: 30px;\">4.3 STD Night (BA/WO Only): Shoot continuing past 24h00. Night length as per STD Day (11hrs). Agents to be notified at time of briefing if night shoot or extended day.</p>\r\n<p style=\"padding-left: 30px;\">4.4 Time Out/Split Day attracts overtime from 1st call to last wrap. Attracts overtime is longer than 11hrs. No Half Day rate applies to TV Commercials.</p>\r\n<p style=\"padding-left: 30px;\">4.5 Weather Day treated as a call. If artiste is on set Std cancellation terms apply.</p>\r\n<p style=\"padding-left: 30px;\">4.6 Rehearsal: Featured Extras & WO attract 50% of day rate for duration for a max of 5 hours, after which overtime is applicable for a max of 2 hours. Full day rate is applicable thereafter. Background Artistes receive 100% of day rate.</p>\r\n<h4>5. PAYMENT</h4>\r\n<p style=\"padding-left: 30px;\">5.1 Payment should be within the specified payment terms of 30 days of invoices received from OSCASA members. Nothing prevents a producer from making such payments at the end of a call.</p>\r\n<p style=\"padding-left: 30px;\">5.2 It is unlawful to withhold payment for an artiste.</p>\r\n<p style=\"padding-left: 30px;\">5.3 Artistes will be taxed after the deduction of agency fees.</p>\r\n<p style=\"padding-left: 30px;\">5.4 Ensure Dual Taxation documentation is supplied by the client as attachment to contract and that client understands that without they are not permitted to deduct foreign tax.</p>\r\n<p style=\"padding-left: 30px;\">5.5 An authorized and signed Artiste Release or IPA giving the applicable rate of pay shall be issued to the Agent, 48 hours prior to call time.</p>\r\n<p style=\"padding-left: 30px;\">5.6 Artistes must sign timesheets at call and wrap time. Artistes may not sign timesheets prior to wrap time. Timesheets must be forwarded to Agents. If timesheets are not presented, bookings and times will be verified with the Artiste. It is recommended that timesheets are kept for wardrobe calls.</p>\r\n<h4>6. CANCELLATION/POSTPONEMENT (Not applicable where contracted)</h4>\r\n<p style=\"padding-left: 30px;\">6.1 BA cancellations made by 15h00 on the day prior to the day/night call attracts no cancellation fee. Cancellation after 15h00 attracts a 70% cancellation fee unless booked on another day. If the Artiste is not available on another day, 70% cancellation fee will apply. Featured Artistes and W/O as per IPA terms and conditions. Cancellation after 18:00 on the day prior to call is payable at 100% for all artistes. These terms are pro-rata number of days booked, i.e. 2 day booking conditions apply 24hrs earlier.</p>\r\n<p style=\"padding-left: 30px;\">6.2 Night Shoot Cancellation for BA: Cancellations 48hrs prior to calltime attracts no cancellation fee. Cancellations 24 hrs or less prior to calltime attracts 70% cancellation fee. 4 hours or less prior to calltime 100% applies.</p>\r\n<p style=\"padding-left: 30px;\">6.3 Changes made to groups of 10 or more BA Artistes before 18h00 attract an admin fee of 5% of the total of the original value of booking. Changes after 18h00 will attract an admin fee of 20% of the original value of the booking.</p>\r\n<p style=\"padding-left: 30px;\">6.4 Wardrobe Cancellation: Artistes cancelled having been confirmed & wardrobed, receive a wardrobe fee.</p>\r\n<h4>7. MEALS</h4>\r\n<p style=\"padding-left: 30px;\">7.1 Meal break forms part of working day if the Call Time is earlier than 07h30 on STD Day or later than 18h00 on STD Night. Std Day/Night includes 1/2hr meal break. 2nd Meal no later than 6hrs from call time or completion of 1st meal break.</p>\r\n<p style=\"padding-left: 30px;\">7.2 If call time is earlier than 07:30 on STD Day breakfast must be supplied or 2nd meal provided if called before 18h00 on STD Night.</p>\r\n<p style=\"padding-left: 30px;\">7.3 Craft to be available where breakfast not available within 1hr of call. Unless negotiated prior; catering & refreshments will be equivalent to that of crew. Packaged meals/specific arrangements pre-approved by artistes’ agency/s may be provided for >50 artistes.</p>\r\n<h4>8. INSURANCE:</h4>\r\n<p style=\"padding-left: 30px;\">The Artists must be covered by insurance by Client or Production House whilst on set &/or from/to collection point.</p>\r\n<h4>9. TRAVEL:</h4>\r\n<p style=\"padding-left: 30px;\">If the shoot times or the location are outside of normal public transport times/areas production would need to provide transport (as in the case of Studios) for artistes without their own transport and/or where wrap is outside of these times/areas arrange transport home.</p>\r\n<h4>10. SECURITY:</h4>\r\n<p style=\"padding-left: 30px;\">Secure lock-up facilities must be provided for Artists possessions</p>\r\n<h4>11. SPECIAL NOTES</h4>\r\n<p style=\"padding-left: 30px;\">11.1 Confirming a booking with an Agent must be done in writing by electronic means. It is acknowledged and accepted, without the requirement of a written contract, that by contracting the agency to supply artistes for a production, you are accepting the Terms & Conditions of that agency. You should request a copy of such Terms & Conditions should you require it. Where an agency is a member of OSCASA, the same shall apply in respect of the Guidelines.</p>\r\n<p style=\"padding-left: 30px;\">11.2 Timesheets must be presented for signature by the Artiste at call & at wrap. If an artiste is signed in but not out, a valid reason must be given or the agency notified if they suspect the artiste left set. If no valid reason or notification is given, the artiste will be invoiced for.</p>\r\n<p style=\"padding-left: 30px;\">11.3 Artistes arriving on set in a healthy condition & subsequently released for medical reasons, must be paid their day rate in full.</p>\r\n<p style=\"padding-left: 30px;\">11.4 Artistes whose clothing/props/belongings are soiled/damaged during the engagement (other than through the fault of the Artiste) shall be compensated. Agents must be notified at the time of briefing stage of any activities likely to cause soiling or damage to clothing. A fee will be levied for replacement, damage or cleaning.</p>\r\n<p style=\"padding-left: 30px;\">11.5 Production to ensure returns procedures for wardrobe/props are in place.</p>\r\n<p style=\"padding-left: 30px;\">11.6 Discrepancy on usage: A review board shall be nominated consisting of 3 members from, OSCASA/CPA/ACA/NAMA or PMA. If escalated to this board, their decision must be accepted as final. Usage to be calculated on STD rates, not premium/package rates.</p>\r\n<p style=\"padding-left: 30px;\">11.7 Contracts must be completed in full by the client prior to shoot & signed before delivery to the Agency. Flight dates must be present on all contracts. Contracts cannot be signed by production house refer to IPA Terms and Conditions, Clause 13. Contracts of any nature (IPA, Artiste Release Forms, Image Releases) of any nature may not be presented to Talent on set, unless by prior agreement with the Agent.</p>\r\n<p style=\"padding-left: 30px;\">11.8 Bookings & Casting Briefs are to include full details of the client, details of the payee responsible for day rate & person responsible for payment of usage.</p>\r\n<p style=\"padding-left: 30px;\">11.9 Association will facilitate through their Constitution disputes on repeat offences by its members submitted to them from OSCASA in writing.</p>\r\n<p style=\"padding-left: 30px;\">11.10 A copy of the finished product must be sent to the Agent within 45 days or as soon as edit copy is completed.</p>\r\n<p style=\"padding-left: 30px;\">11.11 Working conditions for Artistes on location should not be less favorable than those provided for other members of shooting units, given the nature of Artiste\'s work and the number of Artistes on certain Calls.</p>\r\n<p style=\"padding-left: 30px;\">11.12 Where filming takes place at an actuality event or the like, or where an actuality event has been set up specifically for the purposes of the production, persons of the general public may be photographed and recorded by the Producer. This is subject to an appropriate number of Artistes being engaged to perform in proximity to the cast members and that it is stipulated that there shall not be any substantial creative direction of the public.</p>\r\n<p style=\"padding-left: 30px;\">11.14 Production shall be responsible for PAYE & issuing of IRP5s. Should an agency agree to handle the PAYE on behalf of production, an admin fee will be negotiated.</p>\r\n<p style=\"padding-left: 30px;\">11.15 The Producers recognize their duty to ensure, so far as is reasonably practical, that the health, safety and welfare at work of all Artistes engaged under the terms of recognised Agreements in accordance with the relevant statutory requirements, including Insurance, the Management of Health and Safety at Work regulations, the Health and Safety at Work Act and approved Codes of Practice and Guidance.</p>\r\n<p style=\"padding-left: 30px;\">11.16 It shall be the duty of all Artistes engaged under the terms of this Agreement to take reasonable care while at work for the health and safety of themselves and of other persons who may be affected by their acts or omissions at work and to co-operate as far as is necessary to ensure that the Producer by whom they are engaged is enabled to comply with the Producer\'s duties and obligations in relation to health and safety at work under law and the terms of this clause.</p>\r\n<p> </p>\r\n<p><a href=\"images/OSCASA_TV_COMMERCIAL_GUIDELINES_2016_T0_2017_FINAL_rev.pdf\">Download the PDF document.</a></p>\r\n<p style=\"padding-left: 30px;\"> </p>','',1,9,'2016-02-24 09:51:44',814,'','2016-03-18 09:49:59',814,0,'0000-00-00 00:00:00','2016-02-24 09:51:44','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',41,0,'','',1,44711,'{}',0,'*','',''),(3,67,'Who can join OSCASA?','who-can-join-osca','<h3>Any Agency supplying Talent to the Film, Television Commercial and Stills Production industry may join OSCASA.</h3>\r\n<p style=\"padding-left: 30px;\"><br /> The Agency must operate within the boundaries of South Africa.<br /> Represented Talent includes the following categories:<br /> · On-Camera/Featured Artistes<br /> · Supporting Artistes<br /> · Stand-ins/Doubles<br /> · Background extras<br /> Represented Talent may be Adult and/or Children</p>\r\n<h4 style=\"padding-left: 30px;\">Agency Membership is R595.00 per annum.</h4>\r\n<p>Please check our documents Requirements check list and complete the Application Form.</p>','',1,2,'2016-02-24 13:34:56',814,'','2019-07-05 15:31:33',814,0,'0000-00-00 00:00:00','2016-02-24 13:34:56','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',13,5,'','',1,60366,'{}',0,'*','',''),(4,69,'OSCASA Constitution','oscasa-constitution','<p><!-- [if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-US</w:LidThemeOther>\r\n <w:LidThemeAsian>JA</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:EnableOpenTypeKerning/>\r\n <w:DontFlipMirrorIndents/>\r\n <w:OverrideTableStyleHps/>\r\n </w:Compatibility>\r\n <w:DoNotOptimizeForBrowser/>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--></p>\r\n<p><!-- [if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"\r\n DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"371\">\r\n <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"index 1\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"index 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"index 3\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"index 4\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"index 5\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"index 6\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"index 7\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"index 8\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"index 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Normal Indent\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"footnote text\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"annotation text\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"header\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"footer\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"index heading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"table of figures\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"envelope address\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"envelope return\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"footnote reference\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"annotation reference\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"line number\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"page number\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"endnote reference\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"endnote text\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"table of authorities\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"macro\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"toa heading\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List Bullet\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List Number\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List 3\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List 4\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List 5\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List Bullet 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List Bullet 3\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List Bullet 4\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List Bullet 5\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List Number 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List Number 3\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List Number 4\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List Number 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Closing\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Signature\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Body Text\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Body Text Indent\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List Continue\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List Continue 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List Continue 3\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List Continue 4\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"List Continue 5\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Message Header\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Salutation\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Date\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Body Text First Indent\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Body Text First Indent 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Note Heading\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Body Text 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Body Text 3\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Body Text Indent 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Body Text Indent 3\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Block Text\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Hyperlink\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"FollowedHyperlink\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Document Map\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Plain Text\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"E-mail Signature\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"HTML Top of Form\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"HTML Bottom of Form\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Normal (Web)\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"HTML Acronym\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"HTML Address\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"HTML Cite\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"HTML Code\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"HTML Definition\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"HTML Keyboard\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"HTML Preformatted\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"HTML Sample\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"HTML Typewriter\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"HTML Variable\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Normal Table\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"annotation subject\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"No List\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Outline List 1\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Outline List 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Outline List 3\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Simple 1\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Simple 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Simple 3\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Classic 1\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Classic 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Classic 3\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Classic 4\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Colorful 1\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Colorful 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Colorful 3\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Columns 1\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Columns 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Columns 3\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Columns 4\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Columns 5\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Grid 1\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Grid 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Grid 3\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Grid 4\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Grid 5\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Grid 6\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Grid 7\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Grid 8\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table List 1\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table List 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table List 3\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table List 4\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table List 5\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table List 6\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table List 7\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table List 8\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table 3D effects 1\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table 3D effects 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table 3D effects 3\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Contemporary\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Elegant\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Professional\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Subtle 1\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Subtle 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Web 1\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Web 2\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Web 3\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Balloon Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n Name=\"Table Theme\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"\r\n Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"\r\n Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"\r\n Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"\r\n Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"\r\n Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"\r\n Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"46\"\r\n Name=\"Grid Table 1 Light Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"51\"\r\n Name=\"Grid Table 6 Colorful Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"52\"\r\n Name=\"Grid Table 7 Colorful Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"46\"\r\n Name=\"Grid Table 1 Light Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"51\"\r\n Name=\"Grid Table 6 Colorful Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"52\"\r\n Name=\"Grid Table 7 Colorful Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"46\"\r\n Name=\"Grid Table 1 Light Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"51\"\r\n Name=\"Grid Table 6 Colorful Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"52\"\r\n Name=\"Grid Table 7 Colorful Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"46\"\r\n Name=\"Grid Table 1 Light Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"51\"\r\n Name=\"Grid Table 6 Colorful Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"52\"\r\n Name=\"Grid Table 7 Colorful Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"46\"\r\n Name=\"Grid Table 1 Light Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"51\"\r\n Name=\"Grid Table 6 Colorful Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"52\"\r\n Name=\"Grid Table 7 Colorful Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"46\"\r\n Name=\"Grid Table 1 Light Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"51\"\r\n Name=\"Grid Table 6 Colorful Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"52\"\r\n Name=\"Grid Table 7 Colorful Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"46\"\r\n Name=\"List Table 1 Light Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"51\"\r\n Name=\"List Table 6 Colorful Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"52\"\r\n Name=\"List Table 7 Colorful Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"46\"\r\n Name=\"List Table 1 Light Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"51\"\r\n Name=\"List Table 6 Colorful Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"52\"\r\n Name=\"List Table 7 Colorful Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"46\"\r\n Name=\"List Table 1 Light Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"51\"\r\n Name=\"List Table 6 Colorful Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"52\"\r\n Name=\"List Table 7 Colorful Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"46\"\r\n Name=\"List Table 1 Light Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"51\"\r\n Name=\"List Table 6 Colorful Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"52\"\r\n Name=\"List Table 7 Colorful Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"46\"\r\n Name=\"List Table 1 Light Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"51\"\r\n Name=\"List Table 6 Colorful Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"52\"\r\n Name=\"List Table 7 Colorful Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"46\"\r\n Name=\"List Table 1 Light Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"51\"\r\n Name=\"List Table 6 Colorful Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"52\"\r\n Name=\"List Table 7 Colorful Accent 6\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!-- [if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin:0cm;\r\n mso-para-margin-bottom:.0001pt;\r\n mso-pagination:none;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",sans-serif;\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-ansi-language:EN-US;\r\n mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]--></p>\r\n<div class=\"WordSection1\"><span lang=\"EN-US\"><img src=\"images/officialSAcasting_logo.jpg\" alt=\"\" /></span></div>\r\n<div class=\"WordSection1\"> </div>\r\n<p> </p>\r\n<h2><span lang=\"EN-US\">OSCASA Constitution</span></h2>\r\n<ol>\r\n<li>\r\n<h4><span lang=\"EN-US\">Introduction</span></h4>\r\n</li>\r\n<ol>\r\n<li>\r\n<p><span lang=\"EN-US\">The Official South African Casting Association of South Africa (OSCASA) was established 1st September 04.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">Mission Statement;</span></p>\r\n<p><span lang=\"EN-US\">\" OSCASA exists to uphold the highest standards of practice and conduct in the representation and provision of supporting artistes as prescribed by legislation, on camera artistes categories and OSCASA\'s members. OSCASA will represent the interests of its members, and those of the supporting artistes they represent, to the business community and the general public.\"</span></p>\r\n</li>\r\n</ol>\r\n<li>\r\n<h4><span lang=\"EN-US\">Objectives</span></h4>\r\n</li>\r\n<ol>\r\n<li>\r\n<p><span lang=\"EN-US\">To represent, promote and defend the common interests of members to the media production industry, government bodies and the broadcast and print media to the highest ethical and professional standards.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">To ensure that members are fully compliant with OSCASA codes of practice and relevant legislation by way of prescribed standards of membership of the Association such that those employing the services of, or having dealings with members, shall have such assurance and safeguard of professional competency, honourable dealing and financial security as to encourage them to deal preferentially with members.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">To gather and distribute information to assist members in being fully compliant with legislation.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">To liase with producers and/or any such nominated representatives to ensure that members are fully aware of agreed rates of pay for artiste\'s work.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">To ensure that members are informed of issues occurring within the wider film industry which may affect them or the artistes they represent.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">To uphold standards of representation for supporting artistes.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">Protect the industry from unfair competition by persons or organizations whose businesses cannot be legally classified within the Industry.</span></p>\r\n</li>\r\n</ol>\r\n<li>\r\n<h4><span lang=\"EN-US\">Membership</span></h4>\r\n<ol>\r\n<li>\r\n<p><span lang=\"EN-US\">Membership of OSCASA is available to companies or individuals who offer representation services to supporting artistes and facilitate the provision of said artiste\'s services to producers.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">Membership is dependent on an initial signed agreement and continued adherence to the OSCASA Code of Conduct.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">Where an applicant Agent/s has substantial affiliations or shared interests with another member Agent/s, the Executive Committee may rule whether an applicant is or is not entitled to join as an independent member Agent, provided only that such rejection is endorsed by a two-thirds majority of the members of the Executive Committee.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">The reasons for the rejection of membership may only be disclosed at the discretion of the Executive Committee.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">In the event that membership is denied, applicants may reapply at the next Annual General Meeting.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">At the discretion of the Executive Committee applying Agents may be asked to disclose other information to prove they meet the requirements for membership. Any information may be confidentially disclosed to an agreed independent third party for verification.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">Membership of OSCASA will be revoked if members are proven to the satisfaction of the Executive Committee to have broken the terms of the OSCASA Code of Conduct.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">Members may voluntarily cancel membership through the provision of three months notice given in writing to the Executive Committee.</span></p>\r\n</li>\r\n</ol>\r\n</li>\r\n<li>\r\n<h4><span lang=\"EN-US\">Finance</span></h4>\r\n</li>\r\n<ol>\r\n<li>\r\n<p><span lang=\"EN-US\">OSCASA shall be financed solely by member contributions and unconditional donations.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">The source of any donations may remain anonymous at the discretion of the donor and the Executive Committee.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">Member contributions after 1st September 2005 may be levied on a basis as required to cover costs until a subscription scheme is agreed by a majority vote.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">OSCASA funds shall be administered through an OSCASA bank account.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">The Secretary will manage the association\'s accounts.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">All expenditure will be authorised by the Secretary and the Chairperson.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">The Secretary will publish accounts to the general meeting at his or her discretion, at least once per year.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">No expense claims will be accepted from any member, including the Chair and Executive Committee, unless the General Meeting agrees the expenses.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">The Chair may appoint a Chartered Accountant to prepare and/or manage the association accounts.</span></p>\r\n</li>\r\n</ol>\r\n<li>\r\n<h4><span lang=\"EN-US\">Meetings and Voting</span></h4>\r\n</li>\r\n<ol>\r\n<li>\r\n<p><span lang=\"EN-US\">OSCASA general meetings shall be called at the discretion of the Executive Committee.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">An Annual General Meeting shall occur at least once per annum.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">Any vote at the general meeting will be considered carried if receiving support from at least 30% (thirty percent) of the total OSCASA members.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">Members not present will have the right to a proxy or postal vote on any matters not carried by 30% (thirty percent) of all members.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">The chairperson must receive postal votes no later than 5 (five) days after distribution of the minutes of the general meeting.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">In the event of equality, abstaining members will be offered the chance to change their vote. Should this still result in equality The Chairperson and 2 Executive Committee members shall each have a second, or casting vote.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">The Executive Committee may meet at their discretion independently of the general meeting.</span></p>\r\n</li>\r\n</ol>\r\n<li>\r\n<h4><span lang=\"EN-US\">Executive Committee</span></h4>\r\n</li>\r\n<ol>\r\n<li>\r\n<p><span lang=\"EN-US\">The Chairperson and the Executive Committee shall direct OSCASA \'s affairs.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">One Chairperson and two Executive Committee members, one of whom will be Vice-Chairperson, shall be elected at a general meeting, such that:</span></p>\r\n</li>\r\n<ol>\r\n<li>\r\n<p><span lang=\"EN-US\">Members wishing to stand for a position must be proposed by at least one other member agent.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">No member agent may nominate him/her self, or any of his/her employees.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">Each member agent shall have 1 (one) vote.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">The normal voting rules above will apply.</span></p>\r\n</li>\r\n</ol>\r\n<li>\r\n<p><span lang=\"EN-US\">The Chairperson and the Executive Committee will serve for a 12 (twelve) month period.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">The Chairperson will perform day to day management functions of OSCASA. This will include:</span></p>\r\n</li>\r\n<ol>\r\n<li>\r\n<p><span lang=\"EN-US\">Corresponding with individuals who wish more information on OSCASA.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">Investigating allegations of members breaching the Code of Conduct.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">Establish and maintain relationships with other organisations.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">Reporting regularly to the Executive Committee.</span></p>\r\n</li>\r\n</ol>\r\n<li>\r\n<p><span lang=\"EN-US\">The Executive Committee shall act as the Disciplinary Committee along with a qualified outside representative where required.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">The Executive Committee will monitor the operations of the Chair, and must be called upon by the Chair to:</span></p>\r\n</li>\r\n<ol>\r\n<li>\r\n<p><span lang=\"EN-US\">Endorse any communications with the media or general public.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">Agree meeting agendas.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">Agree any disciplinary actions taken against any member agent.</span></p>\r\n</li>\r\n</ol>\r\n<li>\r\n<p><span lang=\"EN-US\">The Chair may delegate any of her or her roles to a member of the executive committee.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">Disagreement between the Chair and Executive Committee shall be settled on a simple majority vote. The Chair must submit the casting vote if there is no clear majority (one member abstains) .</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">After this period they may continue to serve until the next General Meeting at which elections to the posts must be held.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">The Chair and Executive Committee members may resign their post, pursuant to the Secretary or remaining members arranging a General Meeting to replace them.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">The Chair or Executive Committee may be dismissed on a \"vote of no confidence\" proposed by at least 40% (forty percent) of all member agents being carried by a general meeting.</span></p>\r\n</li>\r\n</ol>\r\n<li>\r\n<h4><span lang=\"EN-US\">Publicity</span></h4>\r\n</li>\r\n<ol>\r\n<li>\r\n<p><span lang=\"EN-US\">Minutes of all General Meetings shall be distributed to all members by the Secretary as soon as is possible after the meeting has taken place.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">At the end of his/her tenure the Chairperson will submit a report on ongoing issues to all members.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">The Chairperson shall be responsible for publicising OSCASA decisions, policy and actions to appropriate bodies (see Authorities below) and to the media at his or her discretion.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">The Executive Committee should agree any press releases or public announcements wherever possible.</span></p>\r\n</li>\r\n</ol>\r\n<li>\r\n<h4><span lang=\"EN-US\">Regional Committees and Sub-Committees</span></h4>\r\n</li>\r\n<ol>\r\n<li>\r\n<p><span lang=\"EN-US\">The Executive Committee may arrange Regional or Sub-Committees to report to the General Meeting on specific issues.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">Any member may propose a Regional or Sub-Committee.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">Regional or Sub-Committees may not vote upon issues or make statements to the media or other bodies independently of the General Meeting, unless explicitly authorised by the General Meeting to do so.</span></p>\r\n</li>\r\n</ol>\r\n<li>\r\n<h4><span lang=\"EN-US\">Secretary</span></h4>\r\n</li>\r\n<ol>\r\n<li>\r\n<p><span lang=\"EN-US\">The Executive Committee shall appoint the Secretary who shall be responsible to it for the administration of the Association and minutes of meetings.</span></p>\r\n</li>\r\n</ol>\r\n<li>\r\n<h4><span lang=\"EN-US\">Revision of the Constitution</span></h4>\r\n</li>\r\n<ol>\r\n<li>\r\n<p><span lang=\"EN-US\">This constitution may be amended if 80% (eighty percent) of the members of OSCASA vote in favour of amendments.</span></p>\r\n</li>\r\n</ol>\r\n<li>\r\n<h4><span lang=\"EN-US\">Affiliate Bodies</span></h4>\r\n</li>\r\n<ol>\r\n<li>\r\n<p><span lang=\"EN-US\">OSCASA will remain an affiliate of the following bodies in recognition at their support in creating the association: CPA</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">Affiliates may address the general meeting by arrangement with the Chair.</span></p>\r\n</li>\r\n</ol>\r\n<li>\r\n<h4><span lang=\"EN-US\">Authorities</span></h4>\r\n</li>\r\n<ol>\r\n<li>\r\n<p><span lang=\"EN-US\">OSCASA recognises the following bodies as authoritative in their respective fields:</span></p>\r\n</li>\r\n<ol>\r\n<li>\r\n<p><span lang=\"EN-US\">Model Agency Conduct: NAMA</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">Artiste Employers: CPA , IPO Companies, ACA</span></p>\r\n</li>\r\n</ol>\r\n<li>\r\n<p><span lang=\"EN-US\">The Chairperson will make these bodies aware of OSCASA policy and decisions where it is felt appropriate to do so by the Executive Committee.</span></p>\r\n</li>\r\n</ol>\r\n<li>\r\n<h4><span lang=\"EN-US\">Other Industry Trade Associations (Associates of OSCASA)</span></h4>\r\n</li>\r\n<ol>\r\n<li>\r\n<p><span lang=\"EN-US\">OSCASA will offer association to the following bodies:</span></p>\r\n</li>\r\n<ol>\r\n<li>\r\n<p><span lang=\"EN-US\">The Personal Managers Association (PMA)</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">National Association of Modelling Agencies (NAMA)</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">Cape Film Commission</span></p>\r\n</li>\r\n</ol>\r\n<li>\r\n<p><span lang=\"EN-US\">The Chairperson will make these bodies aware of OSCASA policy and decisions where it is felt appropriate to do so by the Executive Committee.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">Associates may send representatives to OSCASA meetings, request items on the agenda or address the general meeting by arrangement with the Chairperson.</span></p>\r\n</li>\r\n<li>\r\n<p><span lang=\"EN-US\">The Chairperson will consider requests from associates for cooperative action or issuing of joint statements.</span></p>\r\n</li>\r\n</ol>\r\n<li>\r\n<h4><span lang=\"EN-US\">DISSOLUTION OF ASSOCIATION</span></h4>\r\n</li>\r\n<ol>\r\n<li>\r\n<p><span lang=\"EN-US\">The Association may be dissolved by a special resolution passed at an Annual General Meeting or Urgent Meeting. The special resolution shall be passed by not less than three quarters of all members present and voting at such meetings.</span></p>\r\n</li>\r\n</ol>\r\n</ol>\r\n<p><span lang=\"EN-US\"> </span></p>\r\n<p><span lang=\"EN-US\">THUS DONE and SIGNED at Cape Town on this day of , the Constitution having been duly adopted, ratified and confirmed at a general meeting of the Association held on the aforesaid date.</span></p>\r\n<p><span lang=\"EN-US\"> </span></p>\r\n<p><span lang=\"EN-US\">SIGNED: SIGNED:</span></p>\r\n<p><span lang=\"EN-US\">CHAIRMAN: COMMITTEE MEMBER:</span></p>','',1,2,'2016-02-28 07:39:42',814,'','2016-02-28 08:48:25',814,814,'2024-09-09 09:54:50','2016-02-28 07:39:42','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',26,4,'','',1,42287,'{}',0,'*','',''),(5,93,'BM Casting','b-m-casting','<table style=\"height: 101px;\" width=\"272\">\r\n<tbody>\r\n<tr>\r\n<td>Contact:</td>\r\n<td> Akhona</td>\r\n</tr>\r\n<tr>\r\n<td>Email:</td>\r\n<td> aakhona@yahoo.com</td>\r\n</tr>\r\n<tr>\r\n<td>Business Phone:</td>\r\n<td>021 423 2788</td>\r\n</tr>\r\n<tr>\r\n<td>Mobile Phone:</td>\r\n<td>074 750 0745</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>','',0,10,'2016-03-01 09:18:47',814,'','2016-03-03 12:28:15',814,814,'2024-10-06 09:45:16','2016-03-01 09:18:47','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',11,50,'','',1,890,'{}',0,'*','',''),(6,95,'Celebrities Casting','celebrities-casting','<p>Contact: Marie Slabbert</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p>Email: <a href=\"mailto:models@celeb.co.za\">models@celeb.co.za</a></p>\r\n<p>Business Phone: 021 930 7673</p>\r\n<p>Mobile Phone: 082 310 9909</p>','',1,10,'2016-03-01 09:26:00',814,'','2024-10-06 09:44:50',814,814,'2024-10-06 09:44:50','2016-03-01 09:26:00','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',11,51,'','',1,12535,'{}',0,'*','',''),(7,98,'OSCASA Founder','oscasa-founder','<p><strong>C</strong>Contact:Tracy Walton</p>\r\n<p>Email:<a href=\"tracy@colttalent.com\"> tracy@colttalent.com</a></p>\r\n<p>Mobile Phone:082 711 0858</p>\r\n<p>Website: <a href=\"https://colttalent.com/\">colttalent.com</a></p>','',1,10,'2016-03-02 07:37:36',814,'','2025-06-18 07:25:02',814,0,'0000-00-00 00:00:00','2016-03-02 07:37:36','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"1\",\"show_article_options\":\"1\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',23,49,'','',1,16247,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(8,100,'MCX The Extras Agency','mcx-the-extras-agency','<p>Contact: Mia Bellingan</p>\r\n<p>Email: <a href=\"mailto:info@mcx.co.za\">info@mcx.co.za</a></p>\r\n<p>Business Phone: 087 808 2385</p>\r\n<p>Mobile Phone: 082 298 9599</p>','',1,10,'2016-03-02 07:42:17',814,'','2016-03-02 07:42:17',0,0,'0000-00-00 00:00:00','2016-03-02 07:42:17','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,48,'','',1,13016,'{}',0,'*','',''),(9,102,'Caitlin\'s Castings','caitlin-s-castings','<p>Contact: Addi Lang</p>\r\n<p>Email: <a href=\"mailto:addi@netactive.co.za\">addi@netactive.co.za</a></p>\r\n<p>Business Phone: 082 559 6702</p>\r\n<p>Mobile Phone: 082 559 6702</p>','',0,10,'2016-03-02 07:45:39',814,'','2016-03-02 07:45:39',0,0,'0000-00-00 00:00:00','2016-03-02 07:45:39','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,47,'','',1,861,'{}',0,'*','',''),(10,104,'Go Big Production','go-big-production','<p>Contact: Sasha Nirmul</p>\r\n<p>Email: <a href=\"mailto:sasha@gobigproductions.net\">sasha@gobigproductions.net</a></p>\r\n<p>Business Phone: 033 391 5619</p>\r\n<p>Mobile Phone: 072 133 3883</p>','',0,10,'2016-03-02 08:41:00',814,'','2016-03-02 08:41:00',0,0,'0000-00-00 00:00:00','2016-03-02 08:41:00','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,46,'','',1,561,'{}',0,'*','',''),(11,106,'Ozone Management','ozone-management','<p>Contact: Pene Saunders</p>\r\n<p>Email: <a href=\"mailto:pene@ozoneartists.co.za\">pene@ozoneartists.co.za</a></p>\r\n<p>Business Phone: 0215564289</p>\r\n<p> </p>','',1,10,'2016-03-02 08:53:43',814,'','2019-09-14 09:07:09',814,0,'0000-00-00 00:00:00','2016-03-02 08:53:43','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,45,'','',1,12621,'{}',0,'*','',''),(12,108,'Casting 101','castings-101','<p>Contact: Samantha Chapman</p>\r\n<p> </p>\r\n<p>Email: <a href=\"mailto:info@casting101.co.za\">info@casting101.co.za</a></p>\r\n<p>Business Phone: 081 318 2667</p>\r\n<p>Mobile Phone: <span style=\"background-color: #414143;\">081 318 2667</span></p>','',1,10,'2016-03-02 10:32:42',814,'','2024-10-06 09:40:21',814,814,'2024-10-06 09:40:21','2016-03-02 10:32:42','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',6,44,'','',1,11460,'{}',0,'*','',''),(13,110,'Hot Pencil','hot-pencil','<p>Contact:</p>\r\n<p>Email: <a href=\"info@hotpencil.com\">info@hotpencil.com</a></p>\r\n<p>Business Phone: <span style=\"background-color: #414143;\">073 576 4964</span></p>\r\n<p>Mobile Phone: 073 576 4964</p>','',1,10,'2016-03-02 10:34:05',814,'','2025-06-18 07:52:28',814,0,'0000-00-00 00:00:00','2016-03-02 10:34:05','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',12,43,'','',1,10871,'{}',0,'*','',''),(14,124,'Newsletter - March 2016','message-from-the-chairperson-2016','<table border=\"0\" style=\"border-collapse: collapse;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"background: white none repeat scroll 0% 0%; padding: 22.5pt 26.25pt;\">\r\n<h2 style=\"margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt;\"><span style=\"font-size: 21pt; font-family: \'Arial\',sans-serif;\">OSCASA Newsletter March 2016</span></h2>\r\n<p> </p>\r\n<p style=\"margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">We are pleased to announce that the new OSCASA website is complete! Our aim is to allow online applications and to bring you news, views, announcements and industry updates faster and more efficiently.</span><span style=\"font-size: 10.5pt; font-family: \'Helvetica\',sans-serif;\"><br /> <br /> </span><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">You will find that you are on this subscriber list either as an existing member or as someone who has shown some interest in joining OSCASA over the last few months. If you have forgotten what we’re all about please visit our website <a href=\"index.php?subid=26&option=com_acymailing&ctrl=url&urlid=1&mailid=29\"><span style=\"font-family: \'Helvetica\',sans-serif; color: #990000;\">www.oscasa.com</span></a>.</span><span style=\"font-size: 10.5pt; font-family: \'Helvetica\',sans-serif;\"><br /> </span><span style=\"font-size: 10.5pt; font-family: \'Helvetica\',sans-serif;\"><br /> </span><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">If you are interested in joining OSCASA please log onto our website at <a href=\"http://www.oscasa.com\">www.oscasa.com</a> and REGISTER now. Only once the application form is completed and membership fee paid in advance, will your application be considered and accepted or rejected. Should your membership be rejected for any reason, your payment will be returned to you. The current membership fee is R595 per annum and will be reviewed annually.</span><span style=\"font-size: 10.5pt; font-family: \'Helvetica\',sans-serif;\"><br /> </span><span style=\"font-size: 10.5pt; font-family: \'Helvetica\',sans-serif;\"><br /> </span><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">Applications can only be done via our online application form. In order to process your application you will be required to attach the following documentation to your application. Please start gathering the relevant documents together so you are ready! Existing members who have not completed this documentation in the past 3 months must please complete this process online as details need to be updated on our database and membership list.</span><span style=\"font-size: 10.5pt; font-family: \'Helvetica\',sans-serif;\"><br /> </span><span style=\"font-size: 10.5pt; font-family: \'Helvetica\',sans-serif;\"><br /> </span><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">Please attach the following to your online application:</span></p>\r\n<ul>\r\n<li><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">Tax Clearance</span></li>\r\n<li><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">ID of Owner/Owners</span></li>\r\n<li><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">Proof of Physical Address (FICA doc)</span></li>\r\n<li><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">Confirmation of Bank Details indicating Account Name and Account Number</span></li>\r\n<li><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">Proof of payment of membership fee</span></li>\r\n<li><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">Signed copy of our Constitution, Code of Conduct and Terms and Conditions available on our website </span></li>\r\n</ul>\r\n<p style=\"margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt;\"><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">Only REGISTERED members of OSCASA will be entitled to the updated industry rate sheets, standard documentation, updated legal requirement, updated tax info and anything else we can possibly gather together to assist you in the operation of your Agency. We remain committed to keeping you abreast of industry info, however only REGISTERED and paid up OSCASA members will be assisted by our EXCO members with any additional info or advise they may require. The OSCASA EXCO are industry members from whose experience and expertise OSCASA members may draw. </span><span style=\"font-size: 10.5pt; font-family: \'Helvetica\',sans-serif;\"><br /> </span><span style=\"font-size: 10.5pt; font-family: \'Helvetica\',sans-serif;\"><br /> </span><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">If you do not wish to register at this time you will remain on our newsletter subscriber list unless you wish to unsubscribe. Complete the unsubscribe process at the bottom of this newsletter now and you will be removed. If you do not unsubscribe we will assume that you remain interested. You may unsubscribe at any future date. You are welcome to forward this mail to any Agency you think may be interested in joining OSCASA.</span><span style=\"font-size: 10.5pt; font-family: \'Helvetica\',sans-serif;\"><br /> </span><span style=\"font-size: 10.5pt; font-family: \'Helvetica\',sans-serif;\"><br /> </span><span style=\"font-size: 10.5pt; font-family: \'Arial\',sans-serif;\">For those registering, welcome aboard!</span><span style=\"font-size: 10.5pt; font-family: \'Helvetica\',sans-serif;\"><br /> </span></p>\r\n<table border=\"0\" style=\"border-collapse: collapse;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0cm;\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"background: white none repeat scroll 0% 0%; padding: 22.5pt 26.25pt;\"><span style=\"font-family: \'Helvetica\',sans-serif;\">– Pene\' Saunders (Chairperson)</span></td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,11,'2016-03-09 10:32:13',814,'','2016-04-01 06:04:14',814,0,'0000-00-00 00:00:00','2016-03-09 10:32:13','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',7,2,'','',1,2031,'{}',0,'*','',''),(15,125,'Words from Vice-Chair','words-from-vice-chair','<p>Hello</p>','',0,11,'2016-03-09 10:33:17',814,'','2016-03-09 10:33:17',0,0,'0000-00-00 00:00:00','2016-03-09 10:33:17','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,1,'','',1,231,'{}',0,'*','',''),(16,126,'Rogues in the Industry','rogues-in-the-industry','<p>There are</p>','',0,11,'2016-03-09 10:33:56',814,'','2016-03-09 10:33:56',0,0,'0000-00-00 00:00:00','2016-03-09 10:33:56','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,0,'','',1,106,'{}',0,'*','',''),(17,133,'OSCASA Feature TV Series Guidelines','oscasa-feature-tv-series-guidelines','<p>Changes agreed only in writing prior to booking. All fees/usage are subject to review annually. Producers are accountable for implementation of guidelines.</p>\r\n<h4>1. GENERAL DEFINITIONS</h4>\r\n<p style=\"padding-left: 30px;\">1.1 <strong>Performance Fee/Day Rate:</strong> Fee paid on the day(s) of shoot in hrs inclusive of 40min meal break within 6hrs of call time.</p>\r\n<p style=\"padding-left: 30px;\">1.2 <strong>Wardrobe Call:</strong> Background Artistes receive a wardrobe fee. (BM/Background Artiste shall provide modern dress and footwear as they may possess in their private capacity only).</p>\r\n<p style=\"padding-left: 30px;\">1.3 <strong>Call Back:</strong> Included in fee, not exceeding 2 hrs where after overtime shall apply & for 2nd Callback. Wardrobe/Callback on non-confirmed artistes attracts fee. Background Artiste receives a Call Back fee.</p>\r\n<p style=\"padding-left: 30px;\">1.4 <strong>Child Minder/s:</strong> Production must provide a qualified person/s knowledgeable on Children in the Performing Arts Laws. Sole function is to supervise Children under 15yrs’s. Ratio of 1:10 .</p>\r\n<p style=\"padding-left: 30px;\">1.5 <strong> Travel Day:</strong> 50% of the Std day rate for Std day length. After which overtime (4.1.2) applies.</p>\r\n<p style=\"padding-left: 30px;\">1.6 <strong> Call time:</strong> Time required on location or at a specified collection point. For locations further than 40km, transport will be provided by production or an allowance paid. Working day is from pickup time at specified point till return to specified point, unless called or travelling directly to a location within 40km. Parking/security must be provided at specified collection point until return.</p>\r\n<p style=\"padding-left: 30px;\">1.7 <strong>Wrap:</strong> means the end of a shooting session when technical wrap is called, release from set or return to collection point. (whichever is latest);</p>\r\n<p style=\"padding-left: 30px;\">1.8 <strong>Standby/Hold Day:</strong> Attracts 50% of Day Rate if not released by 20h00 the night prior. Within 24hrs of the shoot, confirm/release needs to happen within 1hr of another booking confirmation (during office hrs 08:30 to 18:00).</p>\r\n<p style=\"padding-left: 30px;\">1.9 <strong>Rehearsal Fee:</strong> Attracts 60% of their day rate for duration of a max 6hrs including 40 min break, where after a full day rate will apply.</p>\r\n<p style=\"padding-left: 30px;\">1.10 <strong> Artistes Salary Voucher (Chit):</strong> Document issued to the Artiste by production on a Call for one work period under this Agreement for the purposes of calculating and issuing receipts for payments/upgrades/overtime/return of wardrobe etc. (Used where Sign-in/out sheet not present).</p>\r\n<p style=\"padding-left: 30px;\">1.11 <strong>Casting Session:</strong> a period of time required by a casting director to execute a casting brief. Background Artistes/Featured Extras do not attend castings unless receiving a fee. BM role below the guideline rate attracts a casting fee.</p>\r\n<p style=\"padding-left: 30px;\">Set/Location deemed based within 40km radius of CPT Station. For all other provinces, central point to be negotiated. <br />Artistes released at a time/location when public transport is not available will be transported to the nearest public transport; or home; or provided suitable overnight accommodation; or Paid until public transport is available.</p>\r\n<h4>2. ARTISTE CATEGORY DEFINITIONS</h4>\r\n<p style=\"padding-left: 30px;\">2.1 Featured Extra (FE) OCA cast member who does not a have specific role, likely to be recognized on screen, but does not play a role in the story. May be required to attend castings/wardrobe & to exercise their professional skills in relation to a cast actor/actress including close-up to camera. Continuity may constitute Featured Extra. Must be indicated on chit on the day by production.</p>\r\n<p style=\"padding-left: 30px;\">2.2 Bit-part/Minor-role Artiste (Walk-on) (BM) OCA cast in a featured/minor role in the story including or excluding dialogue. BM is required to exercise a particular skill on camera.</p>\r\n<p style=\"padding-left: 30px;\">2.3 Background Artiste/s “Extra” (BA). Appears in picture. Recognisable with no individual characterization/ dialogue. Sets the atmosphere of the scene; including group &/or individual directed movement and reactions. Attracts Supplementary payments. May be upgraded to a Featured Extra, Bit Part or Minor Role. If upgrade the day rate increases to equivalent role on set.</p>\r\n<p style=\"padding-left: 30px;\">2.4 Children. Up to (under) 15yrs as per Sectoral Determination 10. Children do not do overtime unless specifically authorized by the Department of Labour. Attract full rate if called to set.</p>\r\n<p style=\"padding-left: 30px;\">2.5 Doubles OCA properly qualified to Double cast on camera in scenes or stills, dependent on following definitions: Double: close physical resemblance to cast required./Stills Double/ Nude Body Double: nudity & close physical resemblance required. Note requirements Nudity Appendix C refer <a href=\"http://www.oscasa.com\">www.oscasa.com</a></p>\r\n<p style=\"padding-left: 30px;\">2.6 Stand-In OCA properly qualified to stand-in for cast members during \"plotting\", \"rehearsing\", \"lighting\", etc. If used as a double a further fee is applicable. Once off Stand-in invoiced in same way as talent unless agreed prior.</p>\r\n<h4>3. PERFORMANCES & SERVICES RENDERED BY ARTISTE</h4>\r\n<p style=\"padding-left: 30px;\">3.1 Artistes called to perform in one Category. If Artiste performs another capacity, then upgrade of status and day fee will apply.</p>\r\n<p style=\"padding-left: 30px;\">3.2 Supplementary Performances/Services attract a fee. Including: those not listed/those considered to be beyond group work; Special Skills; Special Clothing; * Wetted by natural/artificial rain; ** Provision of Car/Driving; *** Firearms; Horse Riding; Haircuts; SFX & Make-up. Fee applicable. If not alerted/agreed before shoot, the fee will be charged.</p>\r\n<p style=\"padding-left: 30px;\">* Agents must be given notice at the time of bookings. ** Petrol consumption must be paid. *** Under supervision by a qualified person. <br />SUPPLEMENTARY/SERVICE FEES BACKGROUND ARTISTS/ BIT-PART/MINOR-ROLES/ FEATURED EXTRAS <br />** Fees do not apply if the person was booked in that capacity.</p>\r\n<p style=\"padding-left: 60px;\">3.2.1 Services/Performances not listed & which an Artiste considers to be beyond basic group work shall be discussed with the Producer & OSCA SA representative & /or Agency & a fee negotiated before the scene is shot. Note these are not of stunt caliber.</p>\r\n<p style=\"padding-left: 60px;\">3.2.2 Special Skills: Each call an Artiste is required to perform special skill(s), a fee is payable. Skills include those of a non-hazardous nature, i.e. swimming (immersed/swim in water), skating, fencing, driving, boxing & non-choreographed/choreographed dancing or basic ballroom dancing with ltd choreography. **</p>\r\n<p style=\"padding-left: 60px;\">3.2.3 Special Clothing/2ndDress/Suit: Complete change clothing of a type that the Artiste would normally own but that is substantially different in style and/or purpose from the clothing the Artiste has been called to wear (e.g. the Artiste may asked to bring a suit). Items must be approved & used on the day. **</p>\r\n<p style=\"padding-left: 60px;\">3.2.4 Inclement Weather: Artiste working in EXT sequences being substantially wetted by natural/artificial rain. On exterior locations or where artificial wetting is planned the production company will ensure that facilities for changing will be provided. Agents must be given notice at the time of bookings. **</p>\r\n<p style=\"padding-left: 60px;\">3.2.5 Provision of Car/Driving: Artiste properly qualified & licensed is required to provide their own car for filming purposes. No additional payments are due to the Artiste for transporting the car to the studio or location within 40km of Cape Town Station, * production Office in all other provinces. Petrol consumption during filming must be paid. Code 8, Code 14, Code 10 vehicle or motorcycle in shot applies. **</p>\r\n<p style=\"padding-left: 60px;\">3.2.6 Firearms: Artiste suitably qualified required to handle/fire a weapon discharging blank ammunition under supervision by a qualified person. **</p>\r\n<p style=\"padding-left: 60px;\">3.2.7 Horse Riding: Artiste required to ride/control a horse/domesticated animal. **</p>\r\n<p style=\"padding-left: 60px;\">3.2.8 Hair Cuts: Artiste required having a haircut, which significantly alters their appearance. Such requirements must be made known prior to call. If 5cm or more is to be taken off the artiste’s agent must be informed immediately. **</p>\r\n<p style=\"padding-left: 60px;\">3.2.8 Make-up: Where an Artiste is required to have extensive SFX make-up i.e. Bullet wounds, Blood, etc. **</p>\r\n<p style=\"padding-left: 60px;\">3.2.9 Stills: An Artiste is photographed in a group of four or less for still photographs to be used in the production or for publicity purposes where the Artiste is specifically asked to pose for the photograph by the Producer or his/her nominated representative. </p>\r\n<p style=\"padding-left: 60px;\">3.2.10Minimal Dialogue: An Artiste (Featured Extra Feature Films/TV) is required, without being featured as an identifiable character, to speak up to ten words of incidental dialogue in any one shot. Feature Film/TV only.</p>\r\n<p style=\"padding-left: 60px;\">3.2.11Dialogue: (BM-role Film/TV) When in cases of unforeseen circumstances arising during the shooting day or night an Artiste is directed to deliver in solo performance, individual scripted dialogue of ten or more words to a cast member or in close-up to the camera. Feature Film/TV only.</p>\r\n<p style=\"padding-left: 60px;\">3.2.12Creative Reactions: Upgrade to BM-role Feature Films/TV) An Artiste receives creative direction as an individual or in a group of not more than four Artistes to react in a specific way either to a cast member or in close-up to camera.</p>\r\n<p style=\"padding-left: 30px;\">3.3 Demanding work/Change of physical appearance to be alerted to Agents /Artistes in advance. If not the Artiste has right of refusal & will be paid their agreed fee in full.</p>\r\n<h4>4. WORK HOURS</h4>\r\n<p style=\"padding-left: 30px;\">4.1 Overtime</p>\r\n<p style=\"padding-left: 60px;\">4.1.1 An artiste is briefed by the Agencies to expect to work up to 2hrs overtime. Where there is further expected overtime, agencies must be informed by midday the day before shoot day.</p>\r\n<p style=\"padding-left: 60px;\">4.1.2 Overtime is 15% of day rate per hr or part thereof from 13th to 14th hr. 20% from the 15th to 16th hr, 2 x day rate payable from 17th hr. From 18th hr O/T continues at 20% of day rate. 15min after wrap is free to complete a \"take\" or \"set up\".</p>\r\n<p style=\"padding-left: 60px;\">4.1.3 Reasonable provision must be made to expedite the \'signing off\' of Artistes. Overtime as per 4.1.2 is payable where \"signing off\' exceeds 30min, dependent on the Artiste presenting her/his salary voucher with reasonable speed/or being presented with the sign in/out sheet.</p>\r\n<p style=\"padding-left: 30px;\">4.2 STD Day: 12 consecutive hrs. Agents to be notified by 12h00 the day prior to shoot if call time is before 06h00 for which a fee applies.</p>\r\n<p style=\"padding-left: 30px;\">4.3 STD Night: Shoot continuing past 24:00hrs. Day length as per Std Day. Night shoot rate applies. Agents to be notified prior to shoot if night shoot or extended day.</p>\r\n<p style=\"padding-left: 30px;\">4.4 Time Out/Split Shift/Half Day unless agreed the day prior to shoot, attracts overtime from 1st call to last wrap. No Half Day rate applies.</p>\r\n<p style=\"padding-left: 30px;\">4.5 Weather Day treated as a call. If artiste is on set/Std cancellation terms apply.</p>\r\n<h4>5. PAYMENT</h4>\r\n<p style=\"padding-left: 30px;\">5.1 Payment should be within the specified payment terms of 30 days of invoices received from OSCA members. (Except Multiple Period Vouchers) Nothing in this Agreement prevents a Producer from making such payments at the end of a call. Stand-ins to be paid weekly.</p>\r\n<p style=\"padding-left: 30px;\">5.2 It is unlawful to withhold payment for an Artiste.</p>\r\n<p style=\"padding-left: 30px;\">5.3 Artistes will be taxed on daily tax tables after the deduction of Agency Fees.</p>\r\n<p style=\"padding-left: 30px;\">5.4 An authorized and signed Chit giving the applicable rate of pay shall be issued to the Artiste at the end of the shoot day.</p>\r\n<p style=\"padding-left: 60px;\">5.4.1 Chit must be issued after return of wardrobe and props to the appropriate department.</p>\r\n<p style=\"padding-left: 60px;\">5.4.2 The Artist must sign the Chit (all 4 copies to have signature)</p>\r\n<p style=\"padding-left: 60px;\">5.4.4 Production shall be responsible for the provision of the Chit for the production and must ensure that production representatives are knowledgeable of the system. If no such provision is made, the agency shall be entitled to charge for an artiste they have confirmed to production by correspondence.</p>\r\n<h4>6. CANCELLATION/POSTPONEMENT (Not applicable where contracted)</h4>\r\n<p style=\"padding-left: 30px;\">6.1 BA cancellations made by 15h00 on the day prior to the day/night call attracts no cancellation fee. Cancellation after 15h00 attracts a 70% cancellation fee unless booked on another day. If the Artiste is not available, 70% cancellation fee will apply. FE, W/O & Bit Part 100%. Cancellation after 18:00 on the day prior to call is payable at 100% for all artistes. These terms are pro-rata number of days booked, i.e. 2 day booking conditions apply 24hrs earlier.</p>\r\n<p style=\"padding-left: 30px;\">6.2 Night Shoot Cancellation for BA: Cancellations 48hrs prior to calltime attracts no cancellation fee. Cancellations 24 hrs or less prior to calltime attracts 70% cancellation fee. 4 hours or less prior to calltime 100% applies.</p>\r\n<p style=\"padding-left: 30px;\">6.3 Changes made to groups of 10 or more BA Artistes before 18h00 attract an admin fee of 5%. Changes after 18h00 will attract an admin fee of 20%.</p>\r\n<p style=\"padding-left: 30px;\">6.4 Wardrobe Cancellation: Artiste cancelled having been confirmed & wardrobed, receive a wardrobe fee.</p>\r\n<h4>7. MEALS</h4>\r\n<p style=\"padding-left: 30px;\">7.1 Breakfast must be provided for calls earlier than 07h30 on Std Day. Std Day/Night includes 40min meal break. 2nd Meal no later than 6hrs from call time or completion of 1st meal break. Prior agreement may be reached to reduce meal intervals to 30min and/or eliminate intervals for workers who work less than 4hrs.</p>\r\n<p style=\"padding-left: 30px;\">7.2 If call time is earlier than 18h00 on a Night Shoot a meal must be supplied and 2nd meal no later than 6 hours from call time or completion of 1st meal break.</p>\r\n<p style=\"padding-left: 30px;\">7.2 Craft to be available where breakfast not available within 1hr of call. Unless negotiated prior; catering & refreshments will be equivalent to that of crew. Packaged meals/specific arrangements pre-approved by artistes’ agency/s may be provided for >50 artistes.</p>\r\n<p style=\"padding-left: 30px;\">7.3 Running Meal: Is charged at 1 hour overtime. </p>\r\n<p style=\"padding-left: 30px;\">7.4 Children as per Sectoral Determination 10, must have a separate meal area.</p>\r\n<p style=\"padding-left: 30px;\">7.5 Craft shall be made available at appropriate intervals during the morning and afternoon and night periods of work to be consumed without any cessation or interruption of production requirements.</p>\r\n<p style=\"padding-left: 30px;\">7.6 If the Artiste is engaged on a call that commences before 06:00 the Artiste shall be provided with craft upon their arrival.</p>\r\n<h4>8. INSURANCE:</h4>\r\n<p style=\"padding-left: 30px;\">The Artists must be covered by insurance by Client or Production House whilst on set &/or from/to collection point.</p>\r\n<h4>9. TRAVEL:</h4>\r\n<p style=\"padding-left: 30px;\">If the shoot times or the location are outside of normal public transport times/areas production would need to provide transport (as in the case of Studios) for artistes without their own transport and/or where wrap is outside of these times/areas arrange transport home.</p>\r\n<h4>10. SECURITY:</h4>\r\n<p style=\"padding-left: 30px;\">Secure lock-up facilities must be provided for Artists possessions</p>\r\n<h4>11. SPECIAL NOTES</h4>\r\n<p>11.1 Confirming a booking with an Agent must be done in writing by electronic means. It is acknowledged and accepted, without the requirement of a written contract, that by contracting the agency to supply artistes for a production, you are accepting the Terms & Conditions of that agency. You should request a copy of such Terms & Conditions should you require it. Where an agency is a member of OSCASA, the same shall apply in respect of the Guidelines</p>\r\n<p>11.2 Chits/Timesheets must be presented for signature by the Artiste at call & at wrap. If an artiste is signed in but not out, a valid reason must be given or the agency notified if they suspect the artiste left set. If no valid reason or notification is given, the artiste will be invoiced for.</p>\r\n<p>11.3 Artistes arriving on set in a healthy condition & subsequently released for medical reasons, must be paid their day rate in full.</p>\r\n<p>11.4 Artistes whose clothing/props/belongings are soiled/damaged during the engagement (other than through the fault of the Artiste) shall be compensated. Agents must be notified at the time of briefing stage of any activities likely to cause soiling/damage to clothing. A fee will be levied for replacement, damage or cleaning.</p>\r\n<p>11.5 Production to ensure returns procedures for wardrobe/props are in place.</p>\r\n<p>11.6 Discrepancy: A review board shall be nominated consisting of 3 members from, OSCASA/Producers and associate body. If escalated to this board, their decision must be accepted as final.</p>\r\n<p>11.7 The contract forms part of the Chit which must presented to the Agency for approval prior to artist confirmations. No alteration to contracts without consent.</p>\r\n<p>11.8 Bookings & Casting Briefs are to include full details of the client, details of the payee responsible.</p>\r\n<p>11.9 Association will facilitate through their Constitution disputes on repeat offences by its members submitted to them from OSCA SA in writing. Repeat offences shall be reported to the relevant association & film commission.</p>\r\n<p>11.10 Working conditions for Artistes on location should not be less favorable than those provided for other members of shooting units, given the nature of Artiste\'s work and the number of Artistes on certain Calls.</p>\r\n<p>11.11 It is acknowledged and accepted, without the requirement of a written contract, that by contracting the agency to supply artistes for a production, you are accepting the Terms & Conditions of that agency. You should request a copy of such Terms & Conditions should you require it. Where an agency is a member of OSCASA, the same shall apply in respect of the Guidelines.</p>\r\n<p>11.12 Where filming takes place at an actuality event or the like, or where an actuality event has been set up specifically for the purposes of the production, persons of the general public may be photographed and recorded by the Producer. This is subject to an appropriate number of Artistes being engaged to perform in proximity to the cast members and that it is stipulated that there shall not be any substantial creative direction of the public.</p>\r\n<p>11.13 Production shall be responsible for PAYE & issuing of IRP5s. Should an agency agree to handle the PAYE on behalf of production, an admin fee will be negotiated.</p>\r\n<p>11.14 The Producers recognize their duty to ensure, so far as is reasonably practical, that the health, safety and welfare at work of all Artiste engaged under the terms of this Agreement in accordance with the relevant statutory requirements, including Insurance, the Management of Health and Safety at Work regulations, the Health and Safety at Work Act and approved Codes of Practice and Guidance.</p>\r\n<p>11.15 It shall be the duty of all Artistes engaged under the terms of this Agreement to take reasonable care while at work for the health and safety of themselves and of other persons who may be affected by their acts or omissions at work and to co-operate as far as is necessary to ensure that the Producer by whom they are engaged is enabled to comply with the Producer\'s duties and obligations in relation to health and safety at work under law and the terms of this clause.</p>\r\n<p><a href=\"images/OSCASA_FEATURE_TV_SERIES_GUIDELINES_2016_to_2017_FINAL_rev.pdf\">Download the OSCASA Feature TV Series Guidelines</a> PDF<br /> </p>','',1,9,'2016-03-19 12:22:18',814,'','2016-03-19 13:48:39',814,0,'0000-00-00 00:00:00','2016-03-19 12:22:18','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',13,0,'','',1,38830,'{}',0,'*','',''),(18,134,'Documents & Templates','documents-templates','<p>This section lists a variety of industry documents made available to registered OSCASA members.</p>\r\n<p>Most of these documents are in either Word or PDF format. Clicking on the document required will open in the relevant software after which you can Save from that package. These are designed to provide information on international and local industry standards as well as to help you approach talent, clients and the industry in standard formats.</p>\r\n<h3>OSCASA Specific Documents</h3>\r\n<p style=\"padding-left: 30px;\"><a href=\"images/doc-downloads/OSCASA%20FEATURE%20TV%20SERIES%20RATES%202016%20to%202017%20FINAL.pdf\">OSCASA FEATURE TV SERIES RATES 2016 to 2017</a></p>\r\n<p style=\"padding-left: 30px;\"><a href=\"images/doc-downloads/OSCASA%20TV%20COMMERCIAL%20RATES%202016%20TO%202017%20FINAL.pdf\">OSCASA TV COMMERCIAL RATES 2016 TO 2017</a></p>\r\n<h3>NAMA Documents</h3>\r\n<p style=\"padding-left: 30px;\"><a href=\"images/doc-downloads/ADDENDUM%201-2015-FOREIGN.xlsx\">ADDENDUM 1 2015 - Foreign</a></p>\r\n<p style=\"padding-left: 30px;\"><a href=\"images/doc-downloads/ANNEXURE%201-7-A-AND-B-2015-2016-LOCAL.pdf\">ANNEXURE 1-7-A-AND-B-2015-2016-LOCAL</a></p>\r\n<p style=\"padding-left: 30px;\"><a href=\"images/doc-downloads/BEIERSDORF.xlsx\">BEIERSDORF</a></p>\r\n<p style=\"padding-left: 30px;\"><a href=\"images/doc-downloads/CODE-AND-ETHICS.pdf\">CODE-AND-ETHICS</a></p>\r\n<p style=\"padding-left: 30px;\"><a href=\"images/doc-downloads/COMMERCIAL-VOICE-OVER-RATES-2016.pdf\">COMMERCIAL-VOICE-OVER-RATES-2016</a></p>\r\n<p style=\"padding-left: 30px;\"><a href=\"images/doc-downloads/FASHION-SHOW-RATE-CARD%202015%20-%202016.xlsx\">FASHION-SHOW-RATE-CARD 2015 - 2016</a></p>\r\n<p style=\"padding-left: 30px;\"><a href=\"images/doc-downloads/INTERNATIONAL-CATALOGUE-EDITORIAL-AND-PHOTO-LIBRARY-RATE-GUIDELINE-CHILDREN-2015-2016.pdf\">INTERNATIONAL-CATALOGUE-EDITORIAL-AND-PHOTO-LIBRARY-RATE-GUIDELINE-CHILDREN-2015-2016</a></p>\r\n<p style=\"padding-left: 30px;\"><a href=\"images/doc-downloads/INTERNATIONAL-COMMERCIAL-RATE-CARD-2015-2016.xlsx\">INTERNATIONAL-COMMERCIAL-RATE-CARD-2015-2016</a></p>\r\n<p style=\"padding-left: 30px;\"><a href=\"images/doc-downloads/LOCAL-COMMERCIAL-RATE-CARD-2015-2016.xlsx\">LOCAL-COMMERCIAL-RATE-CARD-2015-2016</a></p>\r\n<p style=\"padding-left: 30px;\"><a href=\"images/doc-downloads/MODEL-RESPONSIBILITIES-AND-RIGHTS.pdf\">MODEL-RESPONSIBILITIES-AND-RIGHTS</a></p>\r\n<p style=\"padding-left: 30px;\"><a href=\"images/doc-downloads/OPERATIONAL-GUIDELINES-NAMA-AND-SAASP-2015-2016.pdf\">OPERATIONAL-GUIDELINES-NAMA-AND-SAASP-2015-2016</a></p>\r\n<p style=\"padding-left: 30px;\"><a href=\"images/doc-downloads/PARENTAL-PERMISSION-LETTER-2015.xlsx\">PARENTAL-PERMISSION-LETTER-2015</a></p>\r\n<p style=\"padding-left: 30px;\"><a href=\"images/doc-downloads/POWER-OF-ATTORNEY.pdf\">POWER-OF-ATTORNEY</a></p>\r\n<p style=\"padding-left: 30px;\"><a href=\"images/doc-downloads/PROFESSIONAL-MODEL-STANDARDS.pdf\">PROFESSIONAL-MODEL-STANDARDS</a></p>\r\n<p style=\"padding-left: 30px;\"><a href=\"images/doc-downloads/SARS-ARTISTS-MODELS-AND-CREW-IN-THE-FILM-INDUSTRY.pdf\">SARS-ARTISTS-MODELS-AND-CREW-IN-THE-FILM-INDUSTRY</a></p>\r\n<p style=\"padding-left: 30px;\"><a href=\"images/doc-downloads/SECTORAL-DETERMINATION-10-CHILDREN-IN-PERFORMING-ARTS.pdf\">SECTORAL-DETERMINATION-10-CHILDREN-IN-PERFORMING-ARTS</a></p>\r\n<p style=\"padding-left: 30px;\"><a href=\"images/doc-downloads/STILLS-RATE-CARD-LOCAL-AND-INTERNATIONAL-2015-2016.xlsx\">STILLS-RATE-CARD-LOCAL-AND-INTERNATIONAL-2015-2016 </a></p>\r\n<p> </p>\r\n<p style=\"padding-left: 30px;\"> </p>','',1,2,'2016-03-21 14:09:34',814,'','2017-03-02 12:42:28',814,0,'0000-00-00 00:00:00','2016-03-21 14:09:34','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',21,3,'','',2,3814,'{}',0,'*','',''),(19,135,'Mother City Extras','mother-city-extras','<p>Contact: Mia Bellingan</p>\r\n<p>Email: <a href=\"mailto:info@hotpencil.com\">info@mcx.co.za</a></p>\r\n<p>Business Phone:</p>\r\n<p>Mobile Phone:</p>','',-2,10,'2016-03-22 08:58:03',814,'','2016-03-22 09:00:20',814,0,'0000-00-00 00:00:00','2016-03-22 08:58:03','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,0,'','',1,0,'{}',0,'*','',''),(20,136,'Terene Characters','terene-characters','<p>Contact: Terene Simpson</p>\r\n<p>Email: <a href=\"mailto:info@hotpencil.com\">terenecast@mweb.co.za</a></p>\r\n<p>Business Phone:</p>\r\n<p>Mobile Phone: 0834562887</p>','',1,10,'2016-03-22 08:59:40',814,'','2016-03-22 09:00:49',814,0,'0000-00-00 00:00:00','2016-03-22 08:59:40','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,42,'','',1,16179,'{}',0,'*','',''),(21,139,'Kidz 2000 / Louis B','kidz-2000-louis-b','<p>Contact: Nellie Franken</p>\r\n<p>Email: <a href=\"mailto:kidz2000@mweb.co.za\">kidz2000@mweb.co.za</a></p>\r\n<p>Business Phone: 021 9149708</p>\r\n<p>Mobile Phone:</p>','',0,10,'2016-03-22 09:04:31',814,'','2016-03-22 09:04:31',0,0,'0000-00-00 00:00:00','2016-03-22 09:04:31','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,41,'','',1,1029,'{}',0,'*','',''),(22,141,'Loys Models & Talent','loys-models-talent','<p>Contact: Aloy Onourah</p>\r\n<p>Email: <a href=\"mailto:info@loysmodels.co.za\">info@loysmodels.co.za</a></p>\r\n<p>Business Phone: 021 4240540</p>\r\n<p>Mobile Phone: </p>','',0,10,'2016-03-22 09:07:57',814,'','2016-03-22 09:07:57',0,0,'0000-00-00 00:00:00','2016-03-22 09:07:57','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,40,'','',1,740,'{}',0,'*','',''),(23,143,'Our World Casting Agency','our-world-casting-agency','<p>Contact: Osagie Williams</p>\r\n<p>Email: <a href=\"mailto:casting@ourworldproduction.co.za\">casting@ourworldproduction.co.za</a></p>\r\n<p>Business Phone: 011 435 8933</p>\r\n<p>Mobile Phone: 0823618309</p>','',0,10,'2016-03-22 09:12:48',814,'','2016-03-22 09:12:48',0,0,'0000-00-00 00:00:00','2016-03-22 09:12:48','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,39,'','',1,700,'{}',0,'*','',''),(24,145,'Rave Europe Models','rave-europe-models','<p>Contact: Cindy Schoeman</p>\r\n<p>Email: <a href=\"mailto:europemodels@raveeuropemodels.co.za\">europemodels@raveeuropemodels.co.za</a></p>\r\n<p>Business Phone: 0118234247</p>\r\n<p>Mobile Phone:</p>','',0,10,'2016-03-22 09:15:32',814,'','2016-03-22 09:16:41',814,0,'0000-00-00 00:00:00','2016-03-22 09:15:32','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,38,'','',1,647,'{}',0,'*','',''),(25,147,'Red Carpet Kids Characters & Extras','red-carpet-kids-characters-extras','<p>Contact: Ansie de Beer</p>\r\n<p>Email: <a href=\"mailto:ansie@redcarpetkids.co.za\">ansie@redcarpetkids.co.za</a></p>\r\n<p>Business Phone: 012 6672995</p>\r\n<p>Mobile Phone:</p>','',0,10,'2016-03-22 09:18:51',814,'','2016-03-22 09:18:51',0,0,'0000-00-00 00:00:00','2016-03-22 09:18:51','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,37,'','',1,949,'{}',0,'*','',''),(26,149,'Chazel Models','chazel-models','<p>Contact: Zeldeen Kriel</p>\r\n<p>Email: <a href=\"mailto:chazel@mweb.co.za\">chazel@mweb.co.za</a></p>\r\n<p>Business Phone: 0118153444</p>\r\n<p>Mobile Phone:</p>','',0,10,'2016-03-22 09:21:32',814,'','2016-03-22 09:21:32',0,0,'0000-00-00 00:00:00','2016-03-22 09:21:32','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,35,'','',1,726,'{}',0,'*','',''),(27,151,'Let\'s Twist t/a Zenobia Artist Management','let-s-twist-t-a-zenobia-artist-management','<p>Contact: Zenobia du Plessis</p>\r\n<p>Email: <a href=\"mailto:zenobia@lantic.net\">zenobia@lantic.net</a></p>\r\n<p>Business Phone: 0123465881</p>\r\n<p>Mobile Phone:</p>','',0,10,'2016-03-22 09:23:57',814,'','2016-03-22 09:23:57',0,0,'0000-00-00 00:00:00','2016-03-22 09:23:57','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,34,'','',1,674,'{}',0,'*','',''),(28,153,'Just You Model & Artist Management','just-you-model-artist-management','<p>Contact: Jeff</p>\r\n<p>Email: <a href=\"mailto:info@just-u.co.za\">info@just-u.co.za</a></p>\r\n<p>Business Phone: 011 0392481</p>\r\n<p>Mobile Phone:</p>','',0,10,'2016-03-22 09:29:44',814,'','2016-03-22 09:29:44',0,0,'0000-00-00 00:00:00','2016-03-22 09:29:44','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,33,'','',1,3779,'{}',0,'*','',''),(29,155,'Lets Face It','lets-face-it','<p>Contact: Mel Massyn</p>\r\n<p>Email: <a href=\"mailto:mel@letsfaceit.co.za\">mel@letsfaceit.co.za</a></p>\r\n<p>Business Phone: 0315632098</p>\r\n<p>Mobile Phone:</p>','',0,10,'2016-03-22 09:32:26',814,'','2016-03-23 13:50:57',814,0,'0000-00-00 00:00:00','2016-03-22 09:32:26','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,32,'','',1,664,'{}',0,'*','',''),(30,157,'Leago and Friends on TV','leago-and-friends-on-tv','<p>Contact: Millicent Lulama Letsoalo</p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\">: <a href=\"mailto:letsoalolm@gmail.com\">letsoalolm@gmail.com</a></span></p>\r\n<p>Business Phone: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\">012 373 8642</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\">081 751 2668</span></p>','',1,10,'2016-03-23 12:26:17',814,'','2016-03-23 12:30:18',814,0,'0000-00-00 00:00:00','2016-03-23 12:26:17','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,31,'','',1,9556,'{}',0,'*','',''),(31,161,'eModels','emodels','<p>Contact: Jeanre du Preez</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\">: <a href=\"mailto:admin@emodelssa.com\">admin@emodelssa.com</a></span></p>\r\n<p>Business Phone: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\">084 809 3663</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\">084 809 3663</span></p>','',1,10,'2016-07-29 11:19:01',814,'','2024-10-06 09:51:42',814,814,'2024-10-06 09:51:42','2016-07-29 11:19:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,36,'','',1,12413,'{}',0,'*','',''),(32,163,'Go Talent','go-talent','<p>Contact: Paul Kershaw</p>\r\n<p>Email:<span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\">: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\"><a href=\"mailto:thecrew@anua.co.za\">thecrew@anua.co.za</a></span></span></p>\r\n<p>Business Phone: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\">011 425 4471</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\">082 783 0109</span></p>','',1,10,'2016-07-29 12:01:17',814,'','2025-06-18 07:54:33',814,0,'0000-00-00 00:00:00','2016-07-29 12:01:17','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',11,52,'','',1,12698,'{}',0,'*','',''),(33,165,'HTA Extras','hta-extras','<p>Contact: Phillipe Pringiers</p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\">: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\"><a href=\"mailto:thecrew@anua.co.za\">hta.extras@gmail.com</a></span></span></p>\r\n<p>Business Phone: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\">072 959 1372<br /></span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\">072 959 1372</span></p>','',2,10,'2016-08-19 07:18:34',814,'','2016-08-30 06:33:07',814,0,'0000-00-00 00:00:00','2016-08-19 07:18:34','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,53,'','',1,8449,'{}',0,'*','',''),(34,167,'Arc Artist Management','arc-artist-management','<p>Contact: Charl de Reuck</p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\">: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\"><a href=\"mailto:thecrew@anua.co.za\">charl@dereuck.co.za</a></span></span></p>\r\n<p>Business Phone: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\"><span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\">+27828523446</span></span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\">+27828523446</span></p>','',0,10,'2016-08-30 06:35:47',814,'','2016-08-30 06:37:17',814,0,'0000-00-00 00:00:00','2016-08-30 06:35:47','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,54,'','',1,1740,'{}',0,'*','',''),(35,171,'Individual Registration','individual-registration','<p style=\"text-align: center;\"><span style=\"font-size: 36pt;\">FREE</span></p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 24pt;\">Individual Registration</span></p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 36pt;\">KNOW YOUR RIGHTS!</span></p>\r\n<p>Whether featured or an extra in film, television or print commercials Oscasa applies global industry standards in protecting your rights. If your Agency is a member of Oscasa we discuss directly with them on your behalf, and if not, we approach the Production Company should you have queries or complaints.</p>\r\n<p>In order to place a query or complaint Oscasa requires you to Register below and then when logging in you gain access to the Query/Complaint Form.</p>','',-2,13,'2016-11-28 06:24:29',814,'','2016-11-29 11:54:27',814,0,'0000-00-00 00:00:00','2016-11-28 06:24:29','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',6,0,'','',1,0,'{}',0,'*','',''),(36,177,'Individual Registration Login','individual-registration-login','<p> </p>\r\n<p>{module Individual Registration Login BT}</p>','',0,2,'2016-11-29 11:08:30',814,'','2019-12-15 11:09:40',814,0,'0000-00-00 00:00:00','2016-11-29 11:08:30','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"0\",\"show_article_options\":\"0\",\"show_urls_images_backend\":\"0\",\"show_urls_images_frontend\":\"0\"}',14,2,'','',1,3832,'{}',0,'*','',''),(37,184,'Contact Us','contact-us','<p style=\"color: #777777; font-family: \'Helvetica Neue\', Helvetica, Arial, sans-serif; font-size: 13px; background-color: #ffffff;\"><span style=\"font-family: arial, helvetica, sans-serif;\">Please note that we are a non-profit organisation and do not have full time staff in OSCASA.</span></p>\r\n<p style=\"color: #777777; font-family: \'Helvetica Neue\', Helvetica, Arial, sans-serif; font-size: 13px; background-color: #ffffff;\"><span style=\"font-family: arial, helvetica, sans-serif;\">Although we will receive mail, queries or complaints immediately it can take up to 7 days for us to respond.</span></p>\r\n<ul>\r\n<li><span style=\"font-size: 10pt; font-family: arial, helvetica, sans-serif;\">If you are an <span style=\"text-decoration: underline;\">individual/background</span> artiste logging an industry complaint, please ensure that you complete the Query/Complaint Form providing as much detail as possible in order for us to assist or advise. All queries and complaints MUST be submitted through this form.<strong> <a href=\"index.php?option=com_breezingforms&view=form&Itemid=246\">Query/Complaints Form</a>.</strong></span></li>\r\n<li><span style=\"font-size: 10pt; font-family: arial, helvetica, sans-serif;\">If you are an <span style=\"text-decoration: underline;\">agency</span>, please apply to be an OSCASA member. We do not assist agencies who are not paid up & registered members. Please check <a href=\"index.php/join/who-can-join-osca\" style=\"background-color: transparent; color: #33bed9;\">Who can Join OSCASA</a> taking note of the documentation required BEFORE proceeding to the Application Form.</span></li>\r\n<li><span style=\"font-size: 10pt; font-family: arial, helvetica, sans-serif;\"></span><span style=\"font-family: arial, helvetica, sans-serif;\">If you are a <span style=\"text-decoration: underline;\">Production client</span>, please email your enquiry to <a href=\"mailto:info@oscasa.com\" style=\"background-color: transparent; color: #33bed9; font-family: Helvetica, sans-serif; font-size: 10pt;\">info@oscasa.com</a><span style=\"font-size: 10pt;\">.</span></span></li>\r\n</ul>\r\n<p style=\"color: #777777; font-family: \'Helvetica Neue\', Helvetica, Arial, sans-serif; font-size: 13px; background-color: #ffffff;\"><span style=\"font-family: arial, helvetica, sans-serif;\">Kind regards,</span></p>\r\n<p style=\"color: #777777; font-family: \'Helvetica Neue\', Helvetica, Arial, sans-serif; font-size: 13px; background-color: #ffffff;\"><span style=\"font-family: arial, helvetica, sans-serif;\">OSCASA Chairperson</span></p>','',1,2,'2017-01-11 10:11:01',814,'','2019-12-15 11:21:50',814,814,'2024-09-05 12:20:53','2017-01-11 10:11:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',18,1,'','',1,83527,'{}',0,'*','',''),(38,185,'White Lupine Pty Ltd','white-lupine-pty-ltd','<p>Contact: Fanyana Mkhize</p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\">: <span style=\"font-size: 10pt; font-family: arial, helvetica, sans-serif;\"><a href=\"mailto:fanyana.m@hotmail.com\">fanyana.m@hotmail.com</a></span></span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 10pt; font-family: arial, helvetica, sans-serif;\">0785421705</span></p>','',1,10,'2017-03-02 09:20:48',814,'','2017-03-29 10:07:55',814,0,'0000-00-00 00:00:00','2017-03-02 09:20:48','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,30,'','',1,8639,'{}',0,'*','',''),(39,186,'Funky Lemon Casting Agency Pty Ltd','funky-lemon-casting-agency-pty-ltd','<p>Contact: Craig Young</p>\r\n<p>Email:<a href=\"mailto:pene@ozoneartists.co.za\">c</a><a href=\"mailto:raig@funkylemon.co.za\">raig@funkylemon.co.za</a></p>\r\n<p>Business Phone: 081 713 2212</p>\r\n<p>Mobile Phone: 079 319 0838</p>','',1,10,'2017-03-29 10:24:40',814,'','2024-10-06 10:17:44',814,814,'2024-10-06 10:17:44','2017-03-29 11:03:29','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,29,'','',1,15044,'{}',0,'*','',''),(40,188,'PIP Group Pty Ltd','ozone-management-3','<p>Contact: Cindy Jacobs</p>\r\n<p>Email: cindy@pipmodel.co.za</p>\r\n<p>Business Phone: 0827878718</p>\r\n<p>Mobile Phone: 0827878718</p>','',0,10,'2017-03-29 10:24:44',814,'','2017-03-29 10:32:54',814,0,'0000-00-00 00:00:00','2017-03-29 10:31:23','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,28,'','',1,1285,'{}',0,'*','',''),(41,190,'Central Castings','ozone-management-4','<p>Contact: Bernie Adams</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p>Email: <a href=\"mailto:info@centralcastings.co.za\">info@centralcastings.co.za</a></p>\r\n<p>Business Phone: <span style=\"font-size: 10pt; font-family: arial, helvetica, sans-serif;\">082 531 7888</span></p>\r\n<p>Mobile Phone: <span style=\"font-family: arial, helvetica, sans-serif; font-size: 13.3333px;\">082 531 7888</span></p>','',1,10,'2017-04-12 09:19:14',814,'','2024-10-06 09:49:13',814,814,'2024-10-06 09:49:13','2017-04-12 09:22:31','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',8,27,'','',1,8876,'{}',0,'*','',''),(42,195,'NJD Casting Agency','njd-casting-agency','<p>Contact: Nontobeko</p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:melanie@kowabungakidscastings.co.za\"> <span style=\"font-size: 12pt; font-family: \'Times New Roman\', serif;\"></span></a><a href=\"mailto:jeffkisekka@aol.com\">jeffkisekka@aol.com</a></span></p>\r\n<p>Business Phone: 073 608 9598</p>\r\n<p>Mobile Phone: 073 608 9598</p>','',0,10,'2017-06-28 14:21:50',814,'','2017-06-28 15:04:12',814,0,'0000-00-00 00:00:00','2017-06-28 14:25:21','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',5,26,'','',1,1154,'{}',0,'*','',''),(43,197,'Funky Lemon Casting Agency Pty Ltd (4)','ozone-management-5','<p>Contact: Craig Young</p>\r\n<p>Email: <a href=\"mailto:pene@ozoneartists.co.za\">c</a><a href=\"mailto:raig@funkylemon.co.za\">raig@funkylemon.co.za</a></p>\r\n<p>Business Phone: 081 713 2212</p>\r\n<p>Mobile Phone: 079 319 0838</p>','',0,10,'2017-06-28 15:26:31',814,'','2017-06-28 15:26:31',0,814,'2024-10-06 10:16:35','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,25,'','',1,0,'{}',0,'*','',''),(44,199,'021 Kids','021-kids','<p>Contact: Melanie</p>\r\n<p>Email: <a href=\"mailto:www.melanie@kowabungakidscastings.co.za\">mel@021kids.co.za</a></p>\r\n<p>Business Phone: 082 417 7725</p>\r\n<p>Mobile Phone: 082 417 7725</p>','',1,10,'2017-06-28 15:28:32',814,'','2025-06-18 07:57:55',814,0,'0000-00-00 00:00:00','2017-06-28 15:31:04','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',14,24,'','',1,11418,'{}',0,'*','',''),(45,201,'Touch Down Modelling Agent','kowabunga-kids-castings-2','<p>Contact: Victor Lentswe</p>\r\n<p>Email:<span style=\"font-size: 10pt; font-family: Tahoma, sans-serif;\"><a href=\"mailto:qstworkstation@gmail.com\"></a><a href=\"mailto:qstworkstation@gmail.com\">qstworkstation@gmail.com</a></span></p>\r\n<p>Business Phone: 073 516 0331</p>\r\n<p>Mobile Phone: 073 516 0331</p>','',0,10,'2017-08-16 12:35:52',814,'','2017-11-16 10:10:44',814,0,'0000-00-00 00:00:00','2017-08-16 12:42:34','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,23,'','',1,967,'{}',0,'*','',''),(46,203,'One Shot Extras','one-shot-extras','<p>Contact: Sarah-Lee Fredericks</p>\r\n<p>Email: <span style=\"font-size: 12pt; font-family: \'Times New Roman\', serif;\"><a href=\"mailto:extrasoneshot@gmail.com\">extrasoneshot@gmail.com</a></span></p>\r\n<p>Business Phone:<span style=\"font-size: 9pt; font-family: Helvetica, sans-serif; color: #1d2129;\">066 382 7599</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 9pt; font-family: Helvetica, sans-serif; color: #1d2129;\">066 382 7599</span></p>','',1,10,'2017-11-16 10:11:13',814,'','2017-11-16 14:40:30',814,0,'0000-00-00 00:00:00','2017-11-16 10:11:13','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',8,22,'','',1,8938,'{}',0,'*','',''),(47,205,'The Candidate Casting','candidate-casting','<p>Contact: Jill Bell</p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:casting@thecandidate.co.za\">casting@thecandidate.co.za</a></span></p>\r\n<p>Business Phone:<span style=\"font-size: 9pt; font-family: Helvetica, sans-serif; color: #1d2129;\">039 975 1233</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 9pt; font-family: Helvetica, sans-serif; color: #1d2129;\">076 207 4401</span></p>','',1,10,'2018-06-27 12:05:14',814,'','2018-07-04 10:11:05',814,0,'0000-00-00 00:00:00','2018-06-27 12:08:34','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',6,21,'','',1,14673,'{}',0,'*','',''),(48,207,'Kuze Kuse Production','kuze-kuse-production','<p>Contact: July Masilela</p>\r\n<p>Email:<span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:info@kuzekuseproduction.com\">info@kuzekuseproduction.com</a></span></p>\r\n<p>Business Phone:<span style=\"font-size: 9pt; font-family: Helvetica, sans-serif; color: #1d2129;\">081 300 2962</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 9pt; font-family: Helvetica, sans-serif; color: #1d2129;\">071 313 1843</span></p>','',1,10,'2018-06-27 12:27:36',814,'','2024-10-06 10:19:04',814,814,'2024-10-06 10:19:04','2018-06-27 12:33:00','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,20,'','',1,14860,'{}',0,'*','',''),(49,209,'Unique Select','unique-select','<p>Contact: Beatrix Jubane</p>\r\n<p>Email: <span style=\"font-family: Calibri, sans-serif;\"><span style=\"font-size: 14.6667px;\"><a href=\"mailto:uniqueselect2016@gmail.com\">uniqueselect2016@gmail.com</a></span></span></p>\r\n<p>Business Phone:<span style=\"font-size: 9pt; font-family: Helvetica, sans-serif; color: #1d2129;\">062 077 1241</span></p>\r\n<p>Mobile Phone: <span style=\"color: #1d2129; font-family: Helvetica, sans-serif; font-size: 12px;\">062 077 1241</span></p>','',1,10,'2018-07-04 10:05:42',814,'','2025-06-18 07:08:56',814,0,'0000-00-00 00:00:00','2018-07-04 10:10:07','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',7,19,'','',1,6646,'{}',0,'*','',''),(50,213,'Matte Grey Models','matte-grey','<p>Contact: Margaret Mboyane</p>\r\n<p>Email: <a href=\"mailto:director1@mattegreymodels.co.za\">director1@mattegreymodels.co.za</a></p>\r\n<p>Business Phone: <span style=\"font-size: 9pt; font-family: Helvetica, sans-serif; color: #1d2129;\">011 046 9118</span></p>\r\n<p>Mobile Phone:<span style=\"font-size: 9pt; font-family: Helvetica, sans-serif; color: #1d2129;\">061 435 5500</span></p>','',1,10,'2018-10-30 16:00:14',814,'','2025-06-18 08:15:43',814,0,'0000-00-00 00:00:00','2018-10-30 16:04:39','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',11,18,'','',1,12020,'{}',0,'*','',''),(51,215,'OSCASA Chairperson','oscasa-chair','<p><strong>Professional Background Artists</strong></p>\r\n<p>Contact: Danielle Naude</p>\r\n<p>Email:<a href=\"mailto:professionalbackgroundartists@gmail.com\">professionalbackgroundartists@gmail.com</a></p>\r\n<p>Business Phone: <span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\">081 700 2060</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\">081 700 2060</span></p>\r\n<p>Website: <a href=\"professionalbackgroundartists.co.za\">professionalbackgroundartists.co.za</a></p>','',1,10,'2019-05-28 11:17:32',814,'','2025-06-18 06:57:05',814,0,'0000-00-00 00:00:00','2019-05-28 11:24:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',14,17,'','',1,12070,'{}',1,'*','',''),(52,217,'Valuta Entertainment','valuta','<p>Contact: Sandile Ndwalane</p>\r\n<p>Email: <a href=\"mailto:valuta@valutaentertainment.com\">valuta@valutaentertainment.com</a></p>\r\n<p><a href=\"mailto:valuta@valutaentertainment.com\"></a>Telephone: 083 797 4909</p>\r\n<p>Mobile Phone: 067 086 5824<span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><br /></span></p>\r\n<p> </p>','',1,10,'2019-11-05 11:53:56',814,'','2025-06-18 06:51:33',814,0,'0000-00-00 00:00:00','2019-11-05 11:53:56','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',10,16,'','',1,7706,'{}',0,'*','',''),(53,219,'Kidz & Modelz 2000','kidz-modelz-2000','<p>Contact: Nellie</p>\r\n<p>Email:<a href=\"mailto:www.melanie@kowabungakidscastings.co.za\">kidz@kidz2000.co.za</a></p>\r\n<p>Business Phone: 021 914 9708</p>\r\n<p>Mobile Phone: 082 866 9491</p>','',1,10,'2022-09-23 07:23:13',814,'','2025-06-18 08:14:52',814,0,'0000-00-00 00:00:00','2022-09-23 07:23:13','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',5,15,'','',1,2719,'{}',0,'*','',''),(54,221,'Perfect Castings','perfect-castings','<p>Contact: Shane Nagel</p>\r\n<p>Email: <a href=\"mailto:perfectcastings2010@gmail.com\">perfectcastings2010@gmail.com</a><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:info@kuzekuseproduction.com\"><br /></a></span></p>\r\n<p>Business Phone: 079 195 0275<span style=\"color: #1f1f1f; font-family: \'Google Sans\', Roboto, sans-serif; font-size: 12px; background-color: #ffffff;\"><br /></span></p>\r\n<p>Mobile Phone:079 195 0275</p>\r\n<p> </p>','',1,10,'2024-10-02 05:09:29',814,'','2025-06-18 06:28:11',814,0,'0000-00-00 00:00:00','2024-10-02 05:35:12','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,14,'','',1,1089,'{}',0,'*','',''),(55,223,'Royal Dinaledi Media & Communications','royal-dinaledi-media-communications','<p>Contact: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">Thembi Letsoalo</span></p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"mailto:tsekhaolelo@gmail.com\" target=\"_blank\" class=\"in-cell-link\">tsekhaolelo@gmail.com</a></span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:info@kuzekuseproduction.com\"><br /></a></span></p>\r\n<p>Business Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">0769975433</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">0769975433</span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><br /></span></p>\r\n<p>Website: <a href=\"mailto:professionalbackgroundartists@gmail.com\" style=\"background-color: #414143;\">royaldinaledi.co.za</a></p>','',1,10,'2024-10-02 05:37:48',814,'','2025-06-18 06:27:55',814,0,'0000-00-00 00:00:00','2024-10-02 05:40:44','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',7,13,'','',1,1427,'{}',0,'*','',''),(56,225,'FOSAC Castings','fosac-castings','<p>Contact: Cassandra Garofallou</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p>Email: <a href=\"mailto:professionalbackgroundartists@gmail.com\">info@castings.fosac.co.za</a></p>\r\n<p>Business Phone: <span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\">072 556 1842</span></p>\r\n<p>Mobile Phone:060 567 8690<span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><br /></span></p>\r\n<p>Website: <a href=\"mailto:professionalbackgroundartists@gmail.com\" style=\"background-color: #414143;\">castings.fosac.co.za</a></p>','',-2,10,'2024-10-06 06:48:37',814,'','2024-10-08 12:40:13',814,0,'0000-00-00 00:00:00','2024-10-06 09:16:05','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',8,14,'','',1,1042,'{}',0,'*','',''),(57,227,'Stars of Africa Media','stars-of-africa-media','<p>Contact: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">Kevin Mondli Thusi</span></p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"mailto:starsofafrica@gmail.com\" target=\"_blank\" class=\"in-cell-link\">starsofafrica@gmail.com</a></span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:info@kuzekuseproduction.com\"><br /></a></span></p>\r\n<p>Business Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">0789864884</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">0789864884</span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><br /></span></p>\r\n<p><a href=\"mailto:professionalbackgroundartists@gmail.com\" style=\"background-color: #414143;\"></a></p>','',1,10,'2024-10-06 06:57:51',814,'','2025-06-18 06:26:56',814,0,'0000-00-00 00:00:00','2024-10-06 08:52:39','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',5,12,'','',1,1073,'{}',0,'*','',''),(58,229,'Simbarashe Casting','simbarashe-casting','<p>Contact: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">Shandu Mukwevho</span></p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"mailto:shandum89@gmail.com\" target=\"_blank\" class=\"in-cell-link\">shandum89@gmail.com</a></span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:info@kuzekuseproduction.com\"><br /></a></span></p>\r\n<p>Business Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">0737912962</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">0737912962</span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><br /></span></p>\r\n<p>Website: <a href=\"mailto:professionalbackgroundartists@gmail.com\" style=\"background-color: #414143;\"><br /></a></p>','',-2,10,'2024-10-06 07:13:23',814,'','2024-10-06 08:52:08',814,0,'0000-00-00 00:00:00','2024-10-06 08:52:08','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,12,'','',1,1082,'{}',0,'*','',''),(59,231,'Eventpho Talent Management','eventpho-talent-management','<p>Contact: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">Madeleine Heunus</span></p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"mailto:madeleinza@gmail.com\" target=\"_blank\" class=\"in-cell-link\">madeleineza@gmail.com</a></span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:info@kuzekuseproduction.com\"><br /></a></span></p>\r\n<p>Business Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">082 442 0471</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">082 442 0471</span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><br /></span></p>\r\n<p><a href=\"mailto:professionalbackgroundartists@gmail.com\" style=\"background-color: #414143;\"></a></p>','',1,10,'2024-10-06 07:21:15',814,'','2025-06-18 07:50:07',814,0,'0000-00-00 00:00:00','2024-10-06 08:48:09','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',8,11,'','',1,1641,'{}',0,'*','',''),(60,233,'Blanket Casting Agency','blanket-casting-agency','<p>Contact: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">Sthabile Faith Ngubo</span></p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"mailto:sthabilefaith@gmail.com\" target=\"_blank\" class=\"in-cell-link\">sthabilefaith@gmail.com</a></span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:info@kuzekuseproduction.com\"><br /></a></span></p>\r\n<p>Business Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">062 642 2019</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">062 642 2019</span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><br /></span></p>\r\n<p><a href=\"mailto:professionalbackgroundartists@gmail.com\" style=\"background-color: #414143;\"></a></p>','',1,10,'2024-10-06 07:31:00',814,'','2025-06-18 07:48:27',814,0,'0000-00-00 00:00:00','2024-10-06 07:41:15','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',5,10,'','',1,1704,'{}',0,'*','',''),(61,235,'Our Future Talent Management','our-future-talent-management','<p>Contact: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">Sonwabile Gingqishe</span></p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"mailto:sonwabilegngqishe@gmail.com\" target=\"_blank\" class=\"in-cell-link\">sonwabilegngqishe@gmail.com</a></span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:info@kuzekuseproduction.com\"><br /></a></span></p>\r\n<p>Business Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">0632368953</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">0632368953</span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><br /></span></p>\r\n<p>Website: <span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"http://www.ourfuturetalentmanagement.co.za/\" target=\"_blank\" class=\"in-cell-link\">ourfuturetalentmanagement.co.za</a></span></p>','',1,10,'2024-10-06 07:42:10',814,'','2025-06-18 06:25:31',814,0,'0000-00-00 00:00:00','2024-10-06 07:45:17','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',5,9,'','',1,1170,'{}',0,'*','',''),(62,237,'TMKAY','tmkay','<p>Contact: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">Puleng Leqela</span></p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"mailto:tmkayenterprise@gmail.com\" target=\"_blank\" class=\"in-cell-link\">tmkayenterprise@gmail.com</a></span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:info@kuzekuseproduction.com\"><br /></a></span></p>\r\n<p>Business Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">0765153809</span></p>\r\n<p>Mobile Phone:<span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">0765153809</span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><br /></span></p>\r\n<p><a href=\"mailto:professionalbackgroundartists@gmail.com\" style=\"background-color: #414143;\"></a></p>','',1,10,'2024-10-06 07:45:23',814,'','2025-06-18 06:24:29',814,0,'0000-00-00 00:00:00','2024-10-06 07:50:04','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,8,'','',1,1198,'{}',0,'*','',''),(63,239,'CIDI Actors & Modelling Agency','cidi-actors-modelling-agency','<p>Contact: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">Nhlanha Ndlovu</span></p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"mailto:cidichocolate@gmail.com\" target=\"_blank\" class=\"in-cell-link\">cidichocolate@gmail.com</a></span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:info@kuzekuseproduction.com\"><br /></a></span></p>\r\n<p>Business Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">083 892 2868</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">083 892 2868</span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><br /></span></p>\r\n<p><a href=\"mailto:professionalbackgroundartists@gmail.com\" style=\"background-color: #414143;\"></a></p>','',1,10,'2024-10-06 07:50:08',814,'','2025-06-18 07:49:15',814,0,'0000-00-00 00:00:00','2024-10-06 07:52:58','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',5,7,'','',1,1383,'{}',0,'*','',''),(64,241,'Kazimula Casting Agency','kazimula-casting-agency','<p>Contact: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">Sebenzile Mgomezulu</span></p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"mailto:mngomezulusebenzile1@gmail.com\" target=\"_blank\" class=\"in-cell-link\">mngomezulusebenzile1@gmail.com</a></span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:info@kuzekuseproduction.com\"><br /></a></span></p>\r\n<p>Business Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">073 770 5758</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">073 7705 758</span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><br /></span></p>\r\n<p><a href=\"mailto:professionalbackgroundartists@gmail.com\" style=\"background-color: #414143;\"></a></p>','',1,10,'2024-10-06 07:53:06',814,'','2025-06-18 08:08:39',814,0,'0000-00-00 00:00:00','2024-10-06 07:56:48','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',6,6,'','',1,1340,'{}',0,'*','',''),(65,243,'Vickys Casting Agency','vickys-casting-agency','<p>Contact: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">Vicky Mtilibe</span></p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"mailto:vicky@vickyscastingagency.co.za\" target=\"_blank\" class=\"in-cell-link\">vicky@vickyscastingagency.co.za</a></span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:info@kuzekuseproduction.com\"><br /></a></span></p>\r\n<p>Business Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">0614604356</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">0614604356</span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><br /></span></p>\r\n<p>Website: <a href=\"mailto:professionalbackgroundartists@gmail.com\" style=\"background-color: #414143;\"><br /></a></p>','',-2,10,'2024-10-06 07:56:55',814,'','2024-10-06 08:44:22',814,0,'0000-00-00 00:00:00','2024-10-06 08:10:07','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,5,'','',1,884,'{}',0,'*','',''),(66,245,'Okuhle Casting Agncy','okuhle-casting-agncy','<p>Contact: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">Bongiwe Sontseu</span></p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"mailto:wendysomtsewu@gmail.com\" target=\"_blank\" class=\"in-cell-link\">wendysomtsewu@gmail.com</a></span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:info@kuzekuseproduction.com\"><br /></a></span></p>\r\n<p>Business Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">082988335</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">082988335</span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><br /></span></p>\r\n<p><a href=\"mailto:professionalbackgroundartists@gmail.com\" style=\"background-color: #414143;\"></a></p>','',1,10,'2024-10-06 08:10:11',814,'','2025-06-18 06:23:25',814,0,'0000-00-00 00:00:00','2024-10-06 08:12:11','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',5,5,'','',1,1004,'{}',0,'*','',''),(67,247,'Tsholo Castings ','tsholo-castings','<p>Contact:<span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">Sanna</span></p>\r\n<p><span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\"></span></p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p>Email:</p>\r\n<p>Business Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">0824812063</span></p>\r\n<p> </p>\r\n<p>Mobile Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">0824812063</span></p>\r\n<p>Website: </p>','',-2,10,'2024-10-06 08:13:09',814,'','2024-10-08 12:42:46',814,0,'0000-00-00 00:00:00','2024-10-06 08:15:05','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',24,3,'','',1,841,'{}',0,'*','',''),(68,249,'FOSAC Castings','fosac-casting','<p>Contact:<span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">Casssandra Garofallou</span> </p>\r\n<p>Email:<a href=\"info@castings.fosac.co.za\"> i<span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\">nfo@castings.fosac.co.za</span></a></p>\r\n<p>Business Phone:<span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">063 040 5311</span></p>\r\n<p>Mobile Phone:<span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">063 040 5311</span></p>\r\n<p>Website:<span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"https://castings.fosac.co.za/\" target=\"_blank\" class=\"in-cell-link\">castings.fosac.co.za</a></span></p>','',1,10,'2024-10-06 08:15:09',814,'','2025-06-18 07:39:15',814,0,'0000-00-00 00:00:00','2024-10-06 08:17:17','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',31,4,'','',1,623,'{}',0,'*','',''),(69,251,'Mellows Casting Agency','mellows-casting-agency','<p>Contact:<span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">Boitumelo Nkos</span></p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"boitumelokosi957@gmail.com\">boitumelokosi957@gmail.com</a></span></span></p>\r\n<p><span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"mailto:cassandra@friendsofsacomedy.com\" target=\"_blank\" class=\"in-cell-link\"></a></span></span>Business Phone:<span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">065 875 2838</span></p>\r\n<p>Mobile Phone:<span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">065 875 2838</span></p>','',1,10,'2024-10-06 08:17:20',814,'','2025-06-18 08:16:59',814,0,'0000-00-00 00:00:00','2024-10-06 08:19:52','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',6,3,'','',1,1123,'{}',0,'*','',''),(70,253,'Mellows Casting Agency (2)','fosac-castings-16','<p>Contact:<span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">Boitumelo Nkos</span></p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"mailto:wendysomtsewu@gmail.com\" target=\"_blank\" class=\"in-cell-link\"></a><a href=\"mailto:cassandra@friendsofsacomedy.com\" target=\"_blank\" class=\"in-cell-link\"><span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\">boitumelokosi957@gmail.com</span></a></span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:info@kuzekuseproduction.com\"><br /></a></span></p>\r\n<p>Business Phone:<span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">0658752838</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">0658752838</span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><br /></span></p>\r\n<p>Website: <a href=\"mailto:professionalbackgroundartists@gmail.com\" style=\"background-color: #414143;\"><br /></a></p>','',-2,10,'2024-10-06 08:19:56',814,'','2024-10-06 08:19:56',0,0,'0000-00-00 00:00:00','2024-10-06 08:36:26','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,0,'','',1,0,'{}',1,'*','',''),(71,255,'BW Castings ','bw-castings','<p>Contact:<span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">Busi Mkhize</span></p>\r\n<p>Email:<span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"mailto:blackwhitecasting@gmail.com\" target=\"_blank\" class=\"in-cell-link\">blackwhitecasting@gmail.com</a></span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:info@kuzekuseproduction.com\"><br /></a></span></p>\r\n<p>Business Phone:<span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">076 576 9923</span></p>\r\n<p>Mobile Phone:<span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">076 576 9923</span></p>\r\n<p>Website:<a href=\"https://blackandwhitecastings.co.za/\">blackandwhitecastings.co.za</a></p>','',1,10,'2024-10-06 09:17:34',814,'','2025-06-18 07:09:32',814,0,'0000-00-00 00:00:00','2024-10-06 09:19:42','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',6,2,'','',1,1458,'{}',0,'*','',''),(72,257,'Professional Background Artists','prof-background-artists','<p>Contact: Danielle Naude</p>\r\n<p>Email:<a href=\"mailto:professionalbackgroundartists@gmail.com\">professionalbackgroundartists@gmail.com</a></p>\r\n<p>Business Phone: <span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\">0817002060</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\">0817002060</span></p>\r\n<p>Website: <a href=\"professionalbackgroundartists.co.za\">professionalbackgroundartists.co.za</a></p>','',-2,10,'2025-06-18 06:52:41',814,'','2025-06-18 06:54:47',814,0,'0000-00-00 00:00:00','2025-06-18 06:53:51','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,0,'','',1,0,'{}',1,'*','',''),(73,259,'Professional Background Artists','professional-background-artists','<p>Contact: Danielle Naude</p>\r\n<p>Email:<a href=\"mailto:professionalbackgroundartists@gmail.com\">professionalbackgroundartists@gmail.com</a></p>\r\n<p>Business Phone: <span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\">081 700 2060</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\">081 700 2060</span></p>\r\n<p>Website: <a href=\"professionalbackgroundartists.co.za\">professionalbackgroundartists.co.za</a></p>','',1,10,'2025-06-18 06:58:33',814,'','2025-06-18 07:09:15',814,0,'0000-00-00 00:00:00','2025-06-18 07:00:53','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,1,'','',1,349,'{}',0,'*','',''),(74,261,'Colt Talent','colt-talent','<p><strong>C</strong>Contact:Tracy Walton</p>\r\n<p>Email:<a href=\"info@colttalent.com\"> info@colttalent.com</a></p>\r\n<p>Business Phone: 021 007 1303</p>\r\n<p>Mobile Phone:082 711 0858</p>\r\n<p>Website: <a href=\"https://colttalent.com/\">colttalent.com</a></p>','',1,10,'2016-03-02 07:37:36',814,'','2025-06-18 07:27:13',814,0,'0000-00-00 00:00:00','2016-03-02 07:37:36','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"1\",\"show_article_options\":\"1\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,0,'','',1,393,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','','');
/*!40000 ALTER TABLE `jos7e_content` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_content_frontpage`
--
DROP TABLE IF EXISTS `jos7e_content_frontpage`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_content_frontpage` (
`content_id` int(11) NOT NULL DEFAULT 0,
`ordering` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`content_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_content_frontpage`
--
LOCK TABLES `jos7e_content_frontpage` WRITE;
/*!40000 ALTER TABLE `jos7e_content_frontpage` DISABLE KEYS */;
INSERT INTO `jos7e_content_frontpage` VALUES (7,3),(51,2),(70,4),(72,1);
/*!40000 ALTER TABLE `jos7e_content_frontpage` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_content_rating`
--
DROP TABLE IF EXISTS `jos7e_content_rating`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_content_rating` (
`content_id` int(11) NOT NULL DEFAULT 0,
`rating_sum` int(10) unsigned NOT NULL DEFAULT 0,
`rating_count` int(10) unsigned NOT NULL DEFAULT 0,
`lastip` varchar(50) NOT NULL DEFAULT '',
PRIMARY KEY (`content_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_content_rating`
--
LOCK TABLES `jos7e_content_rating` WRITE;
/*!40000 ALTER TABLE `jos7e_content_rating` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_content_rating` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_content_types`
--
DROP TABLE IF EXISTS `jos7e_content_types`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_content_types` (
`type_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`type_title` varchar(255) NOT NULL DEFAULT '',
`type_alias` varchar(400) NOT NULL DEFAULT '',
`table` varchar(255) NOT NULL DEFAULT '',
`rules` mediumtext NOT NULL,
`field_mappings` mediumtext NOT NULL,
`router` varchar(255) NOT NULL DEFAULT '',
`content_history_options` varchar(5120) DEFAULT NULL COMMENT 'JSON string for com_contenthistory options',
PRIMARY KEY (`type_id`),
KEY `idx_alias` (`type_alias`(100))
) ENGINE=InnoDB AUTO_INCREMENT=10001 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_content_types`
--
LOCK TABLES `jos7e_content_types` WRITE;
/*!40000 ALTER TABLE `jos7e_content_types` DISABLE KEYS */;
INSERT INTO `jos7e_content_types` VALUES (1,'Article','com_content.article','{\"special\":{\"dbtable\":\"#__content\",\"key\":\"id\",\"type\":\"Content\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"state\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"introtext\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"attribs\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"urls\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"asset_id\", \"note\":\"note\"}, \"special\":{\"fulltext\":\"fulltext\"}}','ContentHelperRoute::getArticleRoute','{\"formFile\":\"administrator\\/components\\/com_content\\/models\\/forms\\/article.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"ordering\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),(2,'Contact','com_contact.contact','{\"special\":{\"dbtable\":\"#__contact_details\",\"key\":\"id\",\"type\":\"Contact\",\"prefix\":\"ContactTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"address\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"image\", \"core_urls\":\"webpage\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"null\"}, \"special\":{\"con_position\":\"con_position\",\"suburb\":\"suburb\",\"state\":\"state\",\"country\":\"country\",\"postcode\":\"postcode\",\"telephone\":\"telephone\",\"fax\":\"fax\",\"misc\":\"misc\",\"email_to\":\"email_to\",\"default_con\":\"default_con\",\"user_id\":\"user_id\",\"mobile\":\"mobile\",\"sortname1\":\"sortname1\",\"sortname2\":\"sortname2\",\"sortname3\":\"sortname3\"}}','ContactHelperRoute::getContactRoute','{\"formFile\":\"administrator\\/components\\/com_contact\\/models\\/forms\\/contact.xml\",\"hideFields\":[\"default_con\",\"checked_out\",\"checked_out_time\",\"version\",\"xreference\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"ordering\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"], \"displayLookup\":[ {\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ] }'),(3,'Newsfeed','com_newsfeeds.newsfeed','{\"special\":{\"dbtable\":\"#__newsfeeds\",\"key\":\"id\",\"type\":\"Newsfeed\",\"prefix\":\"NewsfeedsTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"link\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"null\"}, \"special\":{\"numarticles\":\"numarticles\",\"cache_time\":\"cache_time\",\"rtl\":\"rtl\"}}','NewsfeedsHelperRoute::getNewsfeedRoute','{\"formFile\":\"administrator\\/components\\/com_newsfeeds\\/models\\/forms\\/newsfeed.xml\",\"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"ordering\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),(4,'User','com_users.user','{\"special\":{\"dbtable\":\"#__users\",\"key\":\"id\",\"type\":\"User\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"null\",\"core_alias\":\"username\",\"core_created_time\":\"registerdate\",\"core_modified_time\":\"lastvisitDate\",\"core_body\":\"null\", \"core_hits\":\"null\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"access\":\"null\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"null\", \"core_language\":\"null\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"null\", \"core_ordering\":\"null\", \"core_metakey\":\"null\", \"core_metadesc\":\"null\", \"core_catid\":\"null\", \"core_xreference\":\"null\", \"asset_id\":\"null\"}, \"special\":{}}','UsersHelperRoute::getUserRoute',''),(5,'Article Category','com_content.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','ContentHelperRoute::getCategoryRoute','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(6,'Contact Category','com_contact.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','ContactHelperRoute::getCategoryRoute','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(7,'Newsfeeds Category','com_newsfeeds.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','NewsfeedsHelperRoute::getCategoryRoute','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(8,'Tag','com_tags.tag','{\"special\":{\"dbtable\":\"#__tags\",\"key\":\"tag_id\",\"type\":\"Tag\",\"prefix\":\"TagsTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"urls\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"null\", \"core_xreference\":\"null\", \"asset_id\":\"null\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\"}}','TagsHelperRoute::getTagRoute','{\"formFile\":\"administrator\\/components\\/com_tags\\/models\\/forms\\/tag.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\", \"lft\", \"rgt\", \"level\", \"path\", \"urls\", \"publish_up\", \"publish_down\"],\"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}]}'),(9,'Banner','com_banners.banner','{\"special\":{\"dbtable\":\"#__banners\",\"key\":\"id\",\"type\":\"Banner\",\"prefix\":\"BannersTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"description\", \"core_hits\":\"null\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"link\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"null\", \"asset_id\":\"null\"}, \"special\":{\"imptotal\":\"imptotal\", \"impmade\":\"impmade\", \"clicks\":\"clicks\", \"clickurl\":\"clickurl\", \"custombannercode\":\"custombannercode\", \"cid\":\"cid\", \"purchase_type\":\"purchase_type\", \"track_impressions\":\"track_impressions\", \"track_clicks\":\"track_clicks\"}}','','{\"formFile\":\"administrator\\/components\\/com_banners\\/models\\/forms\\/banner.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\", \"reset\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"imptotal\", \"impmade\", \"reset\"], \"convertToInt\":[\"publish_up\", \"publish_down\", \"ordering\"], \"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"cid\",\"targetTable\":\"#__banner_clients\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),(10,'Banners Category','com_banners.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\": {\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"], \"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(11,'Banner Client','com_banners.client','{\"special\":{\"dbtable\":\"#__banner_clients\",\"key\":\"id\",\"type\":\"Client\",\"prefix\":\"BannersTable\"}}','','','','{\"formFile\":\"administrator\\/components\\/com_banners\\/models\\/forms\\/client.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\"], \"ignoreChanges\":[\"checked_out\", \"checked_out_time\"], \"convertToInt\":[], \"displayLookup\":[]}'),(12,'User Notes','com_users.note','{\"special\":{\"dbtable\":\"#__user_notes\",\"key\":\"id\",\"type\":\"Note\",\"prefix\":\"UsersTable\"}}','','','','{\"formFile\":\"administrator\\/components\\/com_users\\/models\\/forms\\/note.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\", \"publish_up\", \"publish_down\"],\"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\"], \"convertToInt\":[\"publish_up\", \"publish_down\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}]}'),(13,'User Notes Category','com_users.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"], \"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(10000,'BreezingForms','com_breezingforms.form','','','','BreezingformsHelperRoute::getFormRoute',NULL);
/*!40000 ALTER TABLE `jos7e_content_types` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_contentbuilder_articles`
--
DROP TABLE IF EXISTS `jos7e_contentbuilder_articles`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_contentbuilder_articles` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`article_id` int(11) NOT NULL DEFAULT 0,
`type` varchar(55) NOT NULL DEFAULT '',
`reference_id` int(11) NOT NULL DEFAULT 0,
`record_id` bigint(20) NOT NULL DEFAULT 0,
`form_id` int(11) NOT NULL DEFAULT 0,
`last_update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`id`),
KEY `record_id` (`record_id`,`form_id`),
KEY `article_id` (`article_id`,`record_id`),
KEY `record_id_2` (`record_id`),
KEY `type` (`type`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_contentbuilder_articles`
--
LOCK TABLES `jos7e_contentbuilder_articles` WRITE;
/*!40000 ALTER TABLE `jos7e_contentbuilder_articles` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_contentbuilder_articles` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_contentbuilder_elements`
--
DROP TABLE IF EXISTS `jos7e_contentbuilder_elements`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_contentbuilder_elements` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`form_id` int(11) NOT NULL DEFAULT 0,
`reference_id` int(11) NOT NULL DEFAULT 0,
`type` varchar(255) NOT NULL DEFAULT '',
`change_type` varchar(255) NOT NULL DEFAULT '',
`options` text NOT NULL,
`custom_init_script` text NOT NULL,
`custom_action_script` text NOT NULL,
`custom_validation_script` text NOT NULL,
`validation_message` text NOT NULL,
`default_value` text NOT NULL,
`hint` text NOT NULL,
`label` varchar(255) NOT NULL DEFAULT '',
`list_include` tinyint(1) NOT NULL DEFAULT 0,
`search_include` tinyint(1) NOT NULL DEFAULT 1,
`item_wrapper` text NOT NULL,
`wordwrap` int(11) NOT NULL DEFAULT 0,
`linkable` tinyint(1) NOT NULL DEFAULT 1,
`editable` tinyint(1) NOT NULL DEFAULT 0,
`validations` text NOT NULL,
`published` tinyint(1) NOT NULL DEFAULT 1,
`order_type` varchar(255) NOT NULL DEFAULT '',
`ordering` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`),
KEY `reference_id` (`reference_id`),
KEY `form_id` (`form_id`,`reference_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_contentbuilder_elements`
--
LOCK TABLES `jos7e_contentbuilder_elements` WRITE;
/*!40000 ALTER TABLE `jos7e_contentbuilder_elements` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_contentbuilder_elements` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_contentbuilder_forms`
--
DROP TABLE IF EXISTS `jos7e_contentbuilder_forms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_contentbuilder_forms` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`type` varchar(255) NOT NULL DEFAULT '',
`reference_id` int(11) NOT NULL DEFAULT 0,
`name` varchar(255) NOT NULL DEFAULT '',
`tag` varchar(255) NOT NULL DEFAULT '',
`title` varchar(255) NOT NULL DEFAULT '',
`details_template` longtext NOT NULL,
`details_prepare` longtext NOT NULL,
`editable_template` longtext NOT NULL,
`editable_prepare` longtext NOT NULL,
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`created_by` varchar(255) NOT NULL DEFAULT '',
`modified_by` varchar(255) NOT NULL DEFAULT '',
`metadata` tinyint(1) NOT NULL DEFAULT 1,
`export_xls` tinyint(1) NOT NULL DEFAULT 0,
`print_button` tinyint(1) NOT NULL DEFAULT 1,
`show_id_column` tinyint(1) NOT NULL DEFAULT 0,
`use_view_name_as_title` tinyint(1) NOT NULL DEFAULT 0,
`display_in` tinyint(1) NOT NULL DEFAULT 0,
`edit_button` tinyint(1) NOT NULL DEFAULT 0,
`list_state` tinyint(1) NOT NULL DEFAULT 0,
`list_publish` tinyint(1) NOT NULL DEFAULT 0,
`list_language` tinyint(1) NOT NULL DEFAULT 0,
`list_article` tinyint(1) NOT NULL DEFAULT 0,
`list_author` tinyint(1) NOT NULL DEFAULT 0,
`select_column` tinyint(1) NOT NULL DEFAULT 0,
`published_only` tinyint(1) NOT NULL DEFAULT 0,
`own_only` tinyint(1) NOT NULL DEFAULT 0,
`own_only_fe` tinyint(1) NOT NULL DEFAULT 0,
`ordering` int(11) NOT NULL DEFAULT 0,
`intro_text` text NOT NULL,
`config` longtext NOT NULL,
`default_section` int(11) NOT NULL DEFAULT 0,
`default_category` int(11) NOT NULL DEFAULT 0,
`default_lang_code` varchar(7) NOT NULL DEFAULT '*',
`default_lang_code_ignore` tinyint(1) NOT NULL DEFAULT 0,
`create_articles` tinyint(1) NOT NULL DEFAULT 1,
`published` tinyint(1) NOT NULL DEFAULT 0,
`initial_sort_order` varchar(255) NOT NULL DEFAULT '-1',
`initial_sort_order2` varchar(255) NOT NULL DEFAULT '-1',
`initial_sort_order3` varchar(255) NOT NULL DEFAULT '-1',
`initial_order_dir` varchar(4) NOT NULL DEFAULT 'desc',
`title_field` int(11) NOT NULL DEFAULT 0,
`delete_articles` tinyint(1) NOT NULL DEFAULT 1,
`edit_by_type` tinyint(1) NOT NULL DEFAULT 0,
`email_notifications` tinyint(1) NOT NULL DEFAULT 1,
`email_update_notifications` tinyint(1) NOT NULL DEFAULT 0,
`limited_article_options` tinyint(1) NOT NULL DEFAULT 1,
`limited_article_options_fe` tinyint(1) NOT NULL DEFAULT 1,
`upload_directory` text NOT NULL,
`protect_upload_directory` tinyint(1) NOT NULL DEFAULT 1,
`last_update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`limit_add` int(11) NOT NULL DEFAULT 0,
`limit_edit` int(11) NOT NULL DEFAULT 0,
`verification_required_view` tinyint(1) NOT NULL DEFAULT 0,
`verification_days_view` float NOT NULL DEFAULT 0,
`verification_required_new` tinyint(1) NOT NULL DEFAULT 0,
`verification_days_new` float NOT NULL DEFAULT 0,
`verification_required_edit` tinyint(1) NOT NULL DEFAULT 0,
`verification_days_edit` float NOT NULL DEFAULT 0,
`verification_url_view` text NOT NULL,
`verification_url_new` text NOT NULL,
`verification_url_edit` text NOT NULL,
`show_all_languages_fe` tinyint(1) NOT NULL DEFAULT 1,
`default_publish_up_days` int(11) NOT NULL DEFAULT 0,
`default_publish_down_days` int(11) NOT NULL DEFAULT 0,
`default_access` int(11) NOT NULL DEFAULT 0,
`default_featured` tinyint(1) NOT NULL DEFAULT 0,
`email_admin_template` text NOT NULL,
`email_admin_subject` varchar(255) NOT NULL DEFAULT '',
`email_admin_alternative_from` varchar(255) NOT NULL DEFAULT '',
`email_admin_alternative_fromname` varchar(255) NOT NULL DEFAULT '',
`email_admin_recipients` text NOT NULL,
`email_admin_recipients_attach_uploads` text NOT NULL,
`email_admin_html` tinyint(1) NOT NULL DEFAULT 0,
`email_template` text NOT NULL,
`email_subject` varchar(255) NOT NULL DEFAULT '',
`email_alternative_from` varchar(255) NOT NULL DEFAULT '',
`email_alternative_fromname` varchar(255) NOT NULL,
`email_recipients` text NOT NULL,
`email_recipients_attach_uploads` text NOT NULL,
`email_html` tinyint(1) NOT NULL DEFAULT 0,
`act_as_registration` tinyint(1) NOT NULL DEFAULT 0,
`registration_username_field` varchar(255) NOT NULL DEFAULT '',
`registration_password_field` varchar(255) NOT NULL DEFAULT '',
`registration_password_repeat_field` varchar(255) NOT NULL DEFAULT '',
`registration_name_field` varchar(255) NOT NULL DEFAULT '',
`registration_email_field` varchar(255) NOT NULL DEFAULT '',
`registration_email_repeat_field` varchar(255) NOT NULL DEFAULT '',
`auto_publish` tinyint(1) NOT NULL DEFAULT 0,
`force_login` tinyint(1) NOT NULL DEFAULT 0,
`force_url` text NOT NULL,
`registration_bypass_plugin` varchar(255) NOT NULL DEFAULT '',
`registration_bypass_plugin_params` text NOT NULL,
`registration_bypass_verification_name` varchar(255) NOT NULL DEFAULT '',
`registration_bypass_verify_view` varchar(32) NOT NULL DEFAULT '',
`theme_plugin` varchar(255) NOT NULL DEFAULT '',
`list_rating` tinyint(1) NOT NULL DEFAULT 0,
`rating_slots` tinyint(1) NOT NULL DEFAULT 5,
`rand_date_update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`rand_update` int(11) NOT NULL DEFAULT 86400,
`article_record_impact_publish` tinyint(1) NOT NULL DEFAULT 0,
`article_record_impact_language` tinyint(1) NOT NULL DEFAULT 0,
`allow_external_filter` tinyint(1) NOT NULL DEFAULT 0,
`show_filter` tinyint(1) NOT NULL DEFAULT 1,
`show_records_per_page` tinyint(1) NOT NULL DEFAULT 1,
`initial_list_limit` tinyint(4) NOT NULL DEFAULT 20,
`save_button_title` varchar(255) NOT NULL DEFAULT '',
`filter_exact_match` tinyint(1) NOT NULL DEFAULT 0,
`apply_button_title` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `reference_id` (`reference_id`),
KEY `rand_date_update` (`rand_date_update`),
KEY `tag` (`tag`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_contentbuilder_forms`
--
LOCK TABLES `jos7e_contentbuilder_forms` WRITE;
/*!40000 ALTER TABLE `jos7e_contentbuilder_forms` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_contentbuilder_forms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_contentbuilder_list_records`
--
DROP TABLE IF EXISTS `jos7e_contentbuilder_list_records`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_contentbuilder_list_records` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`form_id` int(11) NOT NULL DEFAULT 0,
`record_id` bigint(20) NOT NULL DEFAULT 0,
`state_id` int(11) NOT NULL DEFAULT 0,
`reference_id` int(11) NOT NULL DEFAULT 0,
`published` tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`),
KEY `form_id` (`form_id`,`record_id`,`state_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_contentbuilder_list_records`
--
LOCK TABLES `jos7e_contentbuilder_list_records` WRITE;
/*!40000 ALTER TABLE `jos7e_contentbuilder_list_records` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_contentbuilder_list_records` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_contentbuilder_list_states`
--
DROP TABLE IF EXISTS `jos7e_contentbuilder_list_states`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_contentbuilder_list_states` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`form_id` int(11) NOT NULL DEFAULT 0,
`title` varchar(255) NOT NULL DEFAULT '',
`color` varchar(255) NOT NULL DEFAULT '',
`action` varchar(255) NOT NULL DEFAULT '',
`published` tinyint(4) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_contentbuilder_list_states`
--
LOCK TABLES `jos7e_contentbuilder_list_states` WRITE;
/*!40000 ALTER TABLE `jos7e_contentbuilder_list_states` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_contentbuilder_list_states` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_contentbuilder_rating_cache`
--
DROP TABLE IF EXISTS `jos7e_contentbuilder_rating_cache`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_contentbuilder_rating_cache` (
`record_id` bigint(20) NOT NULL DEFAULT 0,
`form_id` int(11) NOT NULL DEFAULT 0,
`ip` varchar(50) NOT NULL DEFAULT '',
`date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
KEY `record_id` (`record_id`,`form_id`,`ip`),
KEY `date` (`date`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_contentbuilder_rating_cache`
--
LOCK TABLES `jos7e_contentbuilder_rating_cache` WRITE;
/*!40000 ALTER TABLE `jos7e_contentbuilder_rating_cache` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_contentbuilder_rating_cache` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_contentbuilder_records`
--
DROP TABLE IF EXISTS `jos7e_contentbuilder_records`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_contentbuilder_records` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`type` varchar(255) NOT NULL DEFAULT '',
`record_id` bigint(20) NOT NULL DEFAULT 0,
`reference_id` int(11) NOT NULL DEFAULT 0,
`edited` int(11) NOT NULL DEFAULT 0,
`sef` varchar(50) NOT NULL DEFAULT '',
`lang_code` varchar(7) NOT NULL DEFAULT '*',
`publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`last_update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`is_future` tinyint(1) NOT NULL DEFAULT 0,
`rating_sum` int(10) NOT NULL DEFAULT 0,
`rating_count` int(10) NOT NULL DEFAULT 0,
`lastip` varchar(50) NOT NULL DEFAULT '',
`session_id` varchar(32) NOT NULL DEFAULT '',
`published` tinyint(1) NOT NULL DEFAULT 0,
`rand_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`metakey` text NOT NULL,
`metadesc` text NOT NULL,
`robots` varchar(255) NOT NULL DEFAULT '',
`author` varchar(255) NOT NULL DEFAULT '',
`rights` varchar(255) NOT NULL DEFAULT '',
`xreference` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `record_id` (`record_id`),
KEY `reference_id` (`reference_id`),
KEY `type` (`type`),
KEY `rand_date` (`rand_date`),
KEY `type_2` (`type`)
) ENGINE=MyISAM AUTO_INCREMENT=1367 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_contentbuilder_records`
--
LOCK TABLES `jos7e_contentbuilder_records` WRITE;
/*!40000 ALTER TABLE `jos7e_contentbuilder_records` DISABLE KEYS */;
INSERT INTO `jos7e_contentbuilder_records` VALUES (1,'com_breezingforms',158,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-05-30 15:47:54',0,0,0,'','bb2b2i20kd5osbcnbtbm6lr3k7',0,'0000-00-00 00:00:00','','','','','',''),(2,'com_breezingforms',159,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-06-01 07:41:08',0,0,0,'','mb98c5e5dfjpoqk7psgui48ru5',0,'0000-00-00 00:00:00','','','','','',''),(3,'com_breezingforms',160,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-06-04 21:15:06',0,0,0,'','m919cdrc1ud7vintb9j069shu1',0,'0000-00-00 00:00:00','','','','','',''),(4,'com_breezingforms',161,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-06-12 08:37:21',0,0,0,'','fs2nn0k1ievoufjtp1dlu917r2',0,'0000-00-00 00:00:00','','','','','',''),(5,'com_breezingforms',162,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-06-12 11:51:20',0,0,0,'','r4q69782h7b42906cn1ldbl3e3',0,'0000-00-00 00:00:00','','','','','',''),(6,'com_breezingforms',163,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-06-13 12:19:36',0,0,0,'','83usf2erh8nrg58je7b5oeiqn0',0,'0000-00-00 00:00:00','','','','','',''),(7,'com_breezingforms',164,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-06-13 20:01:26',0,0,0,'','16dmhldd094hak22jgammdolo2',0,'0000-00-00 00:00:00','','','','','',''),(8,'com_breezingforms',165,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-06-13 23:57:20',0,0,0,'','a87hvj9b7hg14cecm7ihstgmv0',0,'0000-00-00 00:00:00','','','','','',''),(9,'com_breezingforms',166,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-06-14 13:37:29',0,0,0,'','uc4r1cm5glakp8e4n93bp7mfb0',0,'0000-00-00 00:00:00','','','','','',''),(10,'com_breezingforms',167,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-06-15 13:01:01',0,0,0,'','pdeicco3lave6io3n7gu8t4ed3',0,'0000-00-00 00:00:00','','','','','',''),(11,'com_breezingforms',168,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-06-17 15:18:23',0,0,0,'','ecbgkfdl94iivr5uog42iga9u3',0,'0000-00-00 00:00:00','','','','','',''),(12,'com_breezingforms',169,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-06-19 08:21:09',0,0,0,'','6ekipibdlh2nlnqc1of6jllnj2',0,'0000-00-00 00:00:00','','','','','',''),(13,'com_breezingforms',170,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-06-20 14:16:22',0,0,0,'','uuuf1itir95o5ecchtv7of8587',0,'0000-00-00 00:00:00','','','','','',''),(14,'com_breezingforms',171,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-06-29 06:29:32',0,0,0,'','2e64dv7fmlcj88i7pfudvfp5g6',0,'0000-00-00 00:00:00','','','','','',''),(15,'com_breezingforms',172,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-06-29 10:19:24',0,0,0,'','se7d2cp0ngs2b67rlis4n5m9r6',0,'0000-00-00 00:00:00','','','','','',''),(16,'com_breezingforms',173,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-07-01 08:06:20',0,0,0,'','2acma4h5blg94i2qlv2o4l3874',0,'0000-00-00 00:00:00','','','','','',''),(17,'com_breezingforms',174,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-07-02 17:24:15',0,0,0,'','nccfm19u5cqpc8i24tks8h9414',0,'0000-00-00 00:00:00','','','','','',''),(18,'com_breezingforms',175,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-07-03 05:29:31',0,0,0,'','vsgtjg25jmhhf1pv1picp9dqn7',0,'0000-00-00 00:00:00','','','','','',''),(19,'com_breezingforms',176,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-07-03 19:30:04',0,0,0,'','5mi13d4t8s7o07uh5jpgdq0mf2',0,'0000-00-00 00:00:00','','','','','',''),(20,'com_breezingforms',177,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-07-05 09:49:00',0,0,0,'','gh4nr4tp24544ud35llhkt3bb3',0,'0000-00-00 00:00:00','','','','','',''),(21,'com_breezingforms',178,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-07-09 20:53:13',0,0,0,'','2g8gr2pg6bt0s9d3j8ru6p6461',0,'0000-00-00 00:00:00','','','','','',''),(22,'com_breezingforms',179,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-07-09 23:28:49',0,0,0,'','ohrach7nj26esl0ptuqtjbr1t6',0,'0000-00-00 00:00:00','','','','','',''),(23,'com_breezingforms',180,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-07-11 13:53:47',0,0,0,'','20j8g9p7e2aikfcgl88l33gfj4',0,'0000-00-00 00:00:00','','','','','',''),(24,'com_breezingforms',181,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-07-21 11:03:57',0,0,0,'','ugd0d36vrjqacnjpjoki623672',0,'0000-00-00 00:00:00','','','','','',''),(25,'com_breezingforms',182,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-07-23 04:07:57',0,0,0,'','vee0153nsoeu08c4usvak81i40',0,'0000-00-00 00:00:00','','','','','',''),(26,'com_breezingforms',183,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-07-24 11:01:08',0,0,0,'','1tress6b1bbs6iv06gpqe6r363',0,'0000-00-00 00:00:00','','','','','',''),(27,'com_breezingforms',184,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-01 08:16:06',0,0,0,'','9r38m0joet6vvjfrn31on6dse2',0,'0000-00-00 00:00:00','','','','','',''),(28,'com_breezingforms',185,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-01 13:37:42',0,0,0,'','9l7mgkmov9t0v7uj5u04g54pg7',0,'0000-00-00 00:00:00','','','','','',''),(29,'com_breezingforms',186,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-02 18:42:43',0,0,0,'','tu1mtasltffkgai46r46u1jk42',0,'0000-00-00 00:00:00','','','','','',''),(30,'com_breezingforms',187,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-06 21:34:16',0,0,0,'','pkeft8glb7opjd9fdno5umfk91',0,'0000-00-00 00:00:00','','','','','',''),(31,'com_breezingforms',188,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-08 19:37:38',0,0,0,'','01if6j0c45mu6umg9evnucshm4',0,'0000-00-00 00:00:00','','','','','',''),(32,'com_breezingforms',189,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-17 06:48:11',0,0,0,'','10h3l6udl19cte6r7fc0bcmdp7',0,'0000-00-00 00:00:00','','','','','',''),(33,'com_breezingforms',190,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-17 08:30:09',0,0,0,'','qrmi903bdp965mu5msdv04d251',0,'0000-00-00 00:00:00','','','','','',''),(34,'com_breezingforms',191,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-17 08:31:46',0,0,0,'','ieeevogjfbo4clfido6pategu6',0,'0000-00-00 00:00:00','','','','','',''),(35,'com_breezingforms',192,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-17 12:32:58',0,0,0,'','2nsr0n8fuusdut2b22hfi11tc0',0,'0000-00-00 00:00:00','','','','','',''),(36,'com_breezingforms',193,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-17 18:43:02',0,0,0,'','ff52o3o94rmjlgpu80gm9o64f0',0,'0000-00-00 00:00:00','','','','','',''),(37,'com_breezingforms',194,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-18 00:35:57',0,0,0,'','eogbr2qd1rvmjh1lu24sb4ebt6',0,'0000-00-00 00:00:00','','','','','',''),(38,'com_breezingforms',195,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-18 05:02:22',0,0,0,'','8fpllm0uigrajvs69vmcmulrq4',0,'0000-00-00 00:00:00','','','','','',''),(39,'com_breezingforms',196,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-18 05:14:39',0,0,0,'','rve1keci1umgb6s359b5cnnbr2',0,'0000-00-00 00:00:00','','','','','',''),(40,'com_breezingforms',197,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-18 05:38:54',0,0,0,'','7osdp0uqq5mth43ooi5r3qup45',0,'0000-00-00 00:00:00','','','','','',''),(41,'com_breezingforms',198,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-18 06:27:40',0,0,0,'','c889nobc1gcrotr41qb2inm9v6',0,'0000-00-00 00:00:00','','','','','',''),(42,'com_breezingforms',199,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-18 11:01:02',0,0,0,'','gsvofpq74jou0einbtg82ubcn7',0,'0000-00-00 00:00:00','','','','','',''),(43,'com_breezingforms',200,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-18 13:51:35',0,0,0,'','4mfge56dci0bu80idvanicnoc6',0,'0000-00-00 00:00:00','','','','','',''),(44,'com_breezingforms',201,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-18 14:35:32',0,0,0,'','keheig5cl9gb2216hmo8ol4ko4',0,'0000-00-00 00:00:00','','','','','',''),(45,'com_breezingforms',202,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-18 18:49:49',0,0,0,'','tjhnvdvtv7bbpskvu8ukinp8n0',0,'0000-00-00 00:00:00','','','','','',''),(46,'com_breezingforms',203,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-18 23:21:33',0,0,0,'','g3nmpif8rsopruf99hulf18g10',0,'0000-00-00 00:00:00','','','','','',''),(47,'com_breezingforms',204,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-18 23:35:49',0,0,0,'','u0vh1slf1gcl05tf7h243j4v53',0,'0000-00-00 00:00:00','','','','','',''),(48,'com_breezingforms',205,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-19 03:11:39',0,0,0,'','d3jdda59d1e31njj5fqnhlo6n2',0,'0000-00-00 00:00:00','','','','','',''),(49,'com_breezingforms',206,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-19 07:18:51',0,0,0,'','qgs5j98fb623qdfh2jvbfrr0p6',0,'0000-00-00 00:00:00','','','','','',''),(50,'com_breezingforms',207,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-19 07:42:20',0,0,0,'','i94et62qs0haifdk64eorld7t4',0,'0000-00-00 00:00:00','','','','','',''),(51,'com_breezingforms',208,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-19 11:01:50',0,0,0,'','vg2o3prlvmin0gg7sjgbk7o9a7',0,'0000-00-00 00:00:00','','','','','',''),(52,'com_breezingforms',209,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-20 05:08:26',0,0,0,'','0s4ualjeq5diem4uhcr3tbhlj4',0,'0000-00-00 00:00:00','','','','','',''),(53,'com_breezingforms',210,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-20 08:32:11',0,0,0,'','e6r7st4j4oor23he5m7hqi7nt0',0,'0000-00-00 00:00:00','','','','','',''),(54,'com_breezingforms',211,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-20 11:46:19',0,0,0,'','l1ecsukgnn9aaevf49cjiklk50',0,'0000-00-00 00:00:00','','','','','',''),(55,'com_breezingforms',212,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-20 12:45:27',0,0,0,'','jpa68ab0700508hjnup24bo3g4',0,'0000-00-00 00:00:00','','','','','',''),(56,'com_breezingforms',213,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-20 14:48:32',0,0,0,'','5h3mdc6rokkoobdur2ank9gjt0',0,'0000-00-00 00:00:00','','','','','',''),(57,'com_breezingforms',214,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-20 19:05:23',0,0,0,'','a8ru0vvtclonpd5oromtvk7md7',0,'0000-00-00 00:00:00','','','','','',''),(58,'com_breezingforms',215,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-20 22:13:51',0,0,0,'','pgc8j9o8rags4tn8lnliat7fu6',0,'0000-00-00 00:00:00','','','','','',''),(59,'com_breezingforms',216,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-21 00:55:50',0,0,0,'','93ef50ighodhc5n5ha1hnuaqu7',0,'0000-00-00 00:00:00','','','','','',''),(60,'com_breezingforms',217,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-21 01:59:31',0,0,0,'','7pq1kcq7nuflarmivfq2edtqv0',0,'0000-00-00 00:00:00','','','','','',''),(61,'com_breezingforms',218,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-21 08:45:29',0,0,0,'','3i724kjfi3nsibumatvda1e7h3',0,'0000-00-00 00:00:00','','','','','',''),(62,'com_breezingforms',219,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-21 12:10:45',0,0,0,'','llo5bmdchstcbcnitvd65l4er7',0,'0000-00-00 00:00:00','','','','','',''),(63,'com_breezingforms',220,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-21 13:29:03',0,0,0,'','rdc4hm4t16crbtmip2uf3rfee5',0,'0000-00-00 00:00:00','','','','','',''),(64,'com_breezingforms',221,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-21 18:58:39',0,0,0,'','4s2c60ra4ur2si5for29bthsb2',0,'0000-00-00 00:00:00','','','','','',''),(65,'com_breezingforms',222,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-22 02:17:30',0,0,0,'','tn1o5117d494uegdridgurr8p3',0,'0000-00-00 00:00:00','','','','','',''),(66,'com_breezingforms',223,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-22 02:30:33',0,0,0,'','nvvpfeatg5hh3cjobcanqi4jl6',0,'0000-00-00 00:00:00','','','','','',''),(67,'com_breezingforms',224,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-22 12:06:07',0,0,0,'','ttdqi0utc425gclp1s8p0j61k7',0,'0000-00-00 00:00:00','','','','','',''),(68,'com_breezingforms',225,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-22 13:58:22',0,0,0,'','ufqfnp5e8nu6bqmt24k2tlg9h1',0,'0000-00-00 00:00:00','','','','','',''),(69,'com_breezingforms',226,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-22 14:58:03',0,0,0,'','vrnpapk2vqnr1muvugg0hbo3p6',0,'0000-00-00 00:00:00','','','','','',''),(70,'com_breezingforms',227,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-22 19:55:51',0,0,0,'','q88dln8h30jqggjgkgltldj7c6',0,'0000-00-00 00:00:00','','','','','',''),(71,'com_breezingforms',228,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-22 23:07:19',0,0,0,'','sgrc5oeo2m2v20106r57m8lh34',0,'0000-00-00 00:00:00','','','','','',''),(72,'com_breezingforms',229,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-23 00:44:37',0,0,0,'','re61ad0f257tmg8bdfpniqr4b7',0,'0000-00-00 00:00:00','','','','','',''),(73,'com_breezingforms',230,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-23 01:11:43',0,0,0,'','9tlatrem2itefvabg43engdso2',0,'0000-00-00 00:00:00','','','','','',''),(74,'com_breezingforms',231,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-23 01:22:06',0,0,0,'','m2calol295kcikkum1a5prqmv3',0,'0000-00-00 00:00:00','','','','','',''),(75,'com_breezingforms',232,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-23 01:27:02',0,0,0,'','o8tu5snbcv5s7ntpu5itvemav5',0,'0000-00-00 00:00:00','','','','','',''),(76,'com_breezingforms',233,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-23 12:57:46',0,0,0,'','4eu8en4ctokt7r36glm7rvp4g7',0,'0000-00-00 00:00:00','','','','','',''),(77,'com_breezingforms',234,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-23 14:10:10',0,0,0,'','0v0366dtckk5hjq67p9gj9r4v5',0,'0000-00-00 00:00:00','','','','','',''),(78,'com_breezingforms',235,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-23 14:25:17',0,0,0,'','u06lium9ome4uh6i35lqfs60r2',0,'0000-00-00 00:00:00','','','','','',''),(79,'com_breezingforms',236,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-23 23:18:51',0,0,0,'','3a007hmc1m5var06m62dk7hc00',0,'0000-00-00 00:00:00','','','','','',''),(80,'com_breezingforms',237,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-24 07:29:29',0,0,0,'','vsupgmop8nd0ig7knhdridr7h3',0,'0000-00-00 00:00:00','','','','','',''),(81,'com_breezingforms',238,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-24 08:24:30',0,0,0,'','4b6ba3n53vknoe9apimrai80i3',0,'0000-00-00 00:00:00','','','','','',''),(82,'com_breezingforms',239,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-24 19:46:24',0,0,0,'','9kej9v8dei18skg5uv8fsuvua4',0,'0000-00-00 00:00:00','','','','','',''),(83,'com_breezingforms',240,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-24 21:08:20',0,0,0,'','mfkjdtlv3vccga4ov5epngsit0',0,'0000-00-00 00:00:00','','','','','',''),(84,'com_breezingforms',241,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-25 02:21:10',0,0,0,'','7av6h1ai43m0546tngbve0p9i0',0,'0000-00-00 00:00:00','','','','','',''),(85,'com_breezingforms',242,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-25 02:57:19',0,0,0,'','14n1se1iqb4cro41ljtft7k471',0,'0000-00-00 00:00:00','','','','','',''),(86,'com_breezingforms',243,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-25 03:16:37',0,0,0,'','d2f0v7vc0vgc8p9p40lt8hff96',0,'0000-00-00 00:00:00','','','','','',''),(87,'com_breezingforms',244,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-25 04:13:23',0,0,0,'','mp237pk56a9bm960v0ttrjkfa3',0,'0000-00-00 00:00:00','','','','','',''),(88,'com_breezingforms',245,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-25 06:28:35',0,0,0,'','vejoldf6oltdu1f4mb77mns6r5',0,'0000-00-00 00:00:00','','','','','',''),(89,'com_breezingforms',246,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-25 06:30:07',0,0,0,'','8s78sedfnv8qhetddfg7kqa3j6',0,'0000-00-00 00:00:00','','','','','',''),(90,'com_breezingforms',247,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-25 13:37:23',0,0,0,'','8svvbml2i0ukm1f1iputmli2o1',0,'0000-00-00 00:00:00','','','','','',''),(91,'com_breezingforms',248,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-25 14:44:02',0,0,0,'','prih8pl3u644mub194dp2jo777',0,'0000-00-00 00:00:00','','','','','',''),(92,'com_breezingforms',249,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-25 17:36:28',0,0,0,'','06b9lkisj428rtnbpcdkgcmc21',0,'0000-00-00 00:00:00','','','','','',''),(93,'com_breezingforms',250,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-25 17:52:52',0,0,0,'','v1gq8ki1oa0svdsp3oe2cs5ti6',0,'0000-00-00 00:00:00','','','','','',''),(94,'com_breezingforms',251,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-25 19:04:00',0,0,0,'','goftloa7j0qo3gg8fqdfugdl74',0,'0000-00-00 00:00:00','','','','','',''),(95,'com_breezingforms',252,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-25 22:29:22',0,0,0,'','3qg8bd7aq6urrea7asvohgcvf1',0,'0000-00-00 00:00:00','','','','','',''),(96,'com_breezingforms',253,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-25 22:53:58',0,0,0,'','gtiqv75m259j3ov5mih5n07fg1',0,'0000-00-00 00:00:00','','','','','',''),(97,'com_breezingforms',254,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-25 22:55:58',0,0,0,'','bm4btrpp4dc1tp1u29vque1va3',0,'0000-00-00 00:00:00','','','','','',''),(98,'com_breezingforms',255,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-26 00:15:44',0,0,0,'','ulg7rgedl08hmsgb320d49h5l7',0,'0000-00-00 00:00:00','','','','','',''),(99,'com_breezingforms',256,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-26 00:44:40',0,0,0,'','3ejcj9auk1snj0gi8j747r40t5',0,'0000-00-00 00:00:00','','','','','',''),(100,'com_breezingforms',257,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-26 01:07:35',0,0,0,'','mqfgeq6hppqs8ince7qqrotqh6',0,'0000-00-00 00:00:00','','','','','',''),(101,'com_breezingforms',258,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-26 01:28:24',0,0,0,'','2efau09mtc2qpm7l78dbrgaou3',0,'0000-00-00 00:00:00','','','','','',''),(102,'com_breezingforms',259,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-26 02:51:42',0,0,0,'','vg7cpmqlepvqgevvp5qt1mqi92',0,'0000-00-00 00:00:00','','','','','',''),(103,'com_breezingforms',260,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-26 05:16:26',0,0,0,'','2olgjp74990tgd8cgfciif46m7',0,'0000-00-00 00:00:00','','','','','',''),(104,'com_breezingforms',261,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-26 05:34:05',0,0,0,'','qtghm7mifnmujjmmeu9bbmj9q5',0,'0000-00-00 00:00:00','','','','','',''),(105,'com_breezingforms',262,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-26 06:06:41',0,0,0,'','gtu3m5vk8rarqrtmhbpq1voqn0',0,'0000-00-00 00:00:00','','','','','',''),(106,'com_breezingforms',263,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-26 06:58:57',0,0,0,'','0p3ejr0c2n22st51jlb2bhpjt1',0,'0000-00-00 00:00:00','','','','','',''),(107,'com_breezingforms',264,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-26 09:31:29',0,0,0,'','aj9aqhvhi9hk3jetmqot05u9c0',0,'0000-00-00 00:00:00','','','','','',''),(108,'com_breezingforms',265,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-26 09:48:15',0,0,0,'','5p31vh3cfeqkd3568b10mapvh1',0,'0000-00-00 00:00:00','','','','','',''),(109,'com_breezingforms',266,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-26 10:24:45',0,0,0,'','4q2vqpf9m34t3hgabavc568ld5',0,'0000-00-00 00:00:00','','','','','',''),(110,'com_breezingforms',267,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-26 10:25:42',0,0,0,'','7bsb91pj3p1np7i3sjlrsk3202',0,'0000-00-00 00:00:00','','','','','',''),(111,'com_breezingforms',268,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-26 10:43:10',0,0,0,'','9q2g2tr0or77vd5r26ujim4252',0,'0000-00-00 00:00:00','','','','','',''),(112,'com_breezingforms',269,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-26 10:51:45',0,0,0,'','fg8gcbrgmgutdgavkjti10vmu3',0,'0000-00-00 00:00:00','','','','','',''),(113,'com_breezingforms',270,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-26 11:09:28',0,0,0,'','ootpbi9llbjsp5kl9b0dgrsht3',0,'0000-00-00 00:00:00','','','','','',''),(114,'com_breezingforms',271,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-26 13:40:48',0,0,0,'','rort9lt1t0s7ao5nav47na7on4',0,'0000-00-00 00:00:00','','','','','',''),(115,'com_breezingforms',272,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-26 14:30:45',0,0,0,'','3mk4enk8danci1rfdlv8gcjju5',0,'0000-00-00 00:00:00','','','','','',''),(116,'com_breezingforms',273,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-26 15:39:08',0,0,0,'','bc88r5dpovcejujsvqnbekfav7',0,'0000-00-00 00:00:00','','','','','',''),(117,'com_breezingforms',274,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-26 15:54:01',0,0,0,'','crtt8ldjovcicb9vbaro6t4jn6',0,'0000-00-00 00:00:00','','','','','',''),(118,'com_breezingforms',275,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-26 15:54:10',0,0,0,'','s9i47432t403du98akih612665',0,'0000-00-00 00:00:00','','','','','',''),(119,'com_breezingforms',276,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-26 17:52:29',0,0,0,'','u94cco5i84n9pjoakav3qjt3t1',0,'0000-00-00 00:00:00','','','','','',''),(120,'com_breezingforms',277,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-26 18:43:36',0,0,0,'','1s7jaa7b5qb0prdadepnboq2b7',0,'0000-00-00 00:00:00','','','','','',''),(121,'com_breezingforms',278,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-26 19:39:34',0,0,0,'','j0cjkh51ns3l4psrr85f87d9e7',0,'0000-00-00 00:00:00','','','','','',''),(122,'com_breezingforms',279,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-26 20:51:05',0,0,0,'','ei6cohe8l2pv0jdtbbvnei0mv1',0,'0000-00-00 00:00:00','','','','','',''),(123,'com_breezingforms',280,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-26 21:24:56',0,0,0,'','0i166oen2ku05c0uh7a21vkq56',0,'0000-00-00 00:00:00','','','','','',''),(124,'com_breezingforms',281,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-26 22:07:19',0,0,0,'','lv1ftvuvcassoq6qpe0n3qjdl7',0,'0000-00-00 00:00:00','','','','','',''),(125,'com_breezingforms',282,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-26 23:06:40',0,0,0,'','djdor641egsv3mkmnsmmtsq4p3',0,'0000-00-00 00:00:00','','','','','',''),(126,'com_breezingforms',283,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-26 23:25:12',0,0,0,'','7lqv483d8un94uicav83h7hcd1',0,'0000-00-00 00:00:00','','','','','',''),(127,'com_breezingforms',284,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 00:50:30',0,0,0,'','m51sqiq12kha5aibl5otbh17r1',0,'0000-00-00 00:00:00','','','','','',''),(128,'com_breezingforms',285,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 03:15:41',0,0,0,'','9ks29o6pjouqvrrkls3tg2plb3',0,'0000-00-00 00:00:00','','','','','',''),(129,'com_breezingforms',286,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 03:16:53',0,0,0,'','di7g4aq25utm8gtksui1fnj0p4',0,'0000-00-00 00:00:00','','','','','',''),(130,'com_breezingforms',287,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 03:36:43',0,0,0,'','sgbsnec37vo2qqt3q4u4lel9e1',0,'0000-00-00 00:00:00','','','','','',''),(131,'com_breezingforms',288,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 06:41:20',0,0,0,'','3ar56tb6ugl2nidpdg943kqdj5',0,'0000-00-00 00:00:00','','','','','',''),(132,'com_breezingforms',289,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 07:14:56',0,0,0,'','ltjj1puhtjd16qghn9u4m7trf0',0,'0000-00-00 00:00:00','','','','','',''),(133,'com_breezingforms',290,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 08:26:22',0,0,0,'','m9gf82impt91ur7hran26237t0',0,'0000-00-00 00:00:00','','','','','',''),(134,'com_breezingforms',291,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 09:27:35',0,0,0,'','srqk83vg9j5oj5d8g7hjvrtcr1',0,'0000-00-00 00:00:00','','','','','',''),(135,'com_breezingforms',292,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 09:29:48',0,0,0,'','gnm0tfkghmmsbpq2805ardj9k2',0,'0000-00-00 00:00:00','','','','','',''),(136,'com_breezingforms',293,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 10:17:05',0,0,0,'','obvufhlmfub0rh8g33ho1scfl3',0,'0000-00-00 00:00:00','','','','','',''),(137,'com_breezingforms',294,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 12:17:35',0,0,0,'','qodpe4ll57i4t54j153qae2od3',0,'0000-00-00 00:00:00','','','','','',''),(138,'com_breezingforms',295,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 12:37:56',0,0,0,'','6vpo8ao65qpmqg5u73jrcrn4s1',0,'0000-00-00 00:00:00','','','','','',''),(139,'com_breezingforms',296,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 12:58:28',0,0,0,'','jhqta2dq72bbakpv9pbgql2l64',0,'0000-00-00 00:00:00','','','','','',''),(140,'com_breezingforms',297,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 13:31:57',0,0,0,'','btv0p2jv6sngalk3qsh3cju366',0,'0000-00-00 00:00:00','','','','','',''),(141,'com_breezingforms',298,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 13:38:50',0,0,0,'','1rmvkfdke0l868bst61uadduc6',0,'0000-00-00 00:00:00','','','','','',''),(142,'com_breezingforms',299,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 13:59:11',0,0,0,'','1loehake8jmh329g7fb88g8ga3',0,'0000-00-00 00:00:00','','','','','',''),(143,'com_breezingforms',300,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 14:45:16',0,0,0,'','395k7imt2acc5usrk7duqpgnr2',0,'0000-00-00 00:00:00','','','','','',''),(144,'com_breezingforms',301,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 15:34:30',0,0,0,'','r84pb1ljpmg9css99g8t5tn9s7',0,'0000-00-00 00:00:00','','','','','',''),(145,'com_breezingforms',302,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 16:38:18',0,0,0,'','r4dmig6gdhchdp7leelj87hli0',0,'0000-00-00 00:00:00','','','','','',''),(146,'com_breezingforms',303,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 17:18:57',0,0,0,'','dlmooch82b53pslkdc4vnf0lt1',0,'0000-00-00 00:00:00','','','','','',''),(147,'com_breezingforms',304,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 17:51:22',0,0,0,'','ri9cud3d44jifscbragu814hr4',0,'0000-00-00 00:00:00','','','','','',''),(148,'com_breezingforms',305,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 17:58:12',0,0,0,'','7gi7s65st4uodf0detqi8ru3p6',0,'0000-00-00 00:00:00','','','','','',''),(149,'com_breezingforms',306,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 18:04:54',0,0,0,'','acemos3u1iqpr8i0rhcoirn8l5',0,'0000-00-00 00:00:00','','','','','',''),(150,'com_breezingforms',307,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 18:18:43',0,0,0,'','9qscp034vffofmnpks8dcc6ll1',0,'0000-00-00 00:00:00','','','','','',''),(151,'com_breezingforms',308,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 18:44:48',0,0,0,'','qigpnhnokg93p3d3i4jf7i2pn0',0,'0000-00-00 00:00:00','','','','','',''),(152,'com_breezingforms',309,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 18:58:08',0,0,0,'','q2f47hiie52abdgfn98dfkrm77',0,'0000-00-00 00:00:00','','','','','',''),(153,'com_breezingforms',310,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 20:20:39',0,0,0,'','4qm5p0j1seh5v9fd8omoi4m5q1',0,'0000-00-00 00:00:00','','','','','',''),(154,'com_breezingforms',311,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 20:40:53',0,0,0,'','n38ibk29tfmb2ndh6kp5lnkds1',0,'0000-00-00 00:00:00','','','','','',''),(155,'com_breezingforms',312,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 21:12:00',0,0,0,'','s5tpq8addo99hb4dc8glpv1hr6',0,'0000-00-00 00:00:00','','','','','',''),(156,'com_breezingforms',313,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 22:34:56',0,0,0,'','ndtn8kli1tpgp7caufm1lnvfg0',0,'0000-00-00 00:00:00','','','','','',''),(157,'com_breezingforms',314,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 22:55:13',0,0,0,'','kckt1kl52d5v7hbns5bjhdfn53',0,'0000-00-00 00:00:00','','','','','',''),(158,'com_breezingforms',315,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 23:25:35',0,0,0,'','h57e39v7qufelspct9is5l1sa1',0,'0000-00-00 00:00:00','','','','','',''),(159,'com_breezingforms',316,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 23:28:37',0,0,0,'','1u98cfjeu249mpoa32k73gi3j1',0,'0000-00-00 00:00:00','','','','','',''),(160,'com_breezingforms',317,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 23:35:58',0,0,0,'','u7h40nlai2lv9rlgp0nv8a8o86',0,'0000-00-00 00:00:00','','','','','',''),(161,'com_breezingforms',318,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-27 23:48:27',0,0,0,'','ndjej2hsj6nhne93r628k569a5',0,'0000-00-00 00:00:00','','','','','',''),(162,'com_breezingforms',319,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 00:09:17',0,0,0,'','qec07pi8g0f6bqdmao10gijpo1',0,'0000-00-00 00:00:00','','','','','',''),(163,'com_breezingforms',320,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 00:42:12',0,0,0,'','vqs4lsa4kgrmokc222ggjigcd1',0,'0000-00-00 00:00:00','','','','','',''),(164,'com_breezingforms',321,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 01:55:53',0,0,0,'','afju7t84van7o52cu2t5s9kua1',0,'0000-00-00 00:00:00','','','','','',''),(165,'com_breezingforms',322,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 03:37:56',0,0,0,'','fnm4ovgog5etfl7rcs1d5161h6',0,'0000-00-00 00:00:00','','','','','',''),(166,'com_breezingforms',323,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 04:11:08',0,0,0,'','a3ivjihqeamo24qt88m3tjfua2',0,'0000-00-00 00:00:00','','','','','',''),(167,'com_breezingforms',324,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 04:17:38',0,0,0,'','1qf3kpvg8a154fhdi7695anfv0',0,'0000-00-00 00:00:00','','','','','',''),(168,'com_breezingforms',325,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 04:50:53',0,0,0,'','ifv6t2ff9v4ktlthi61j9d5v91',0,'0000-00-00 00:00:00','','','','','',''),(169,'com_breezingforms',326,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 04:58:00',0,0,0,'','5h7jen3r74vtsuir11vet41c15',0,'0000-00-00 00:00:00','','','','','',''),(170,'com_breezingforms',327,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 05:04:28',0,0,0,'','pa27gu5midoe1fgd4foqk7qo24',0,'0000-00-00 00:00:00','','','','','',''),(171,'com_breezingforms',328,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 05:17:56',0,0,0,'','vg3h1as9c8neuoic91ua12hja3',0,'0000-00-00 00:00:00','','','','','',''),(172,'com_breezingforms',329,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 06:20:32',0,0,0,'','n7get270gvgj6q09ipeprkpvm1',0,'0000-00-00 00:00:00','','','','','',''),(173,'com_breezingforms',330,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 06:49:40',0,0,0,'','l3jfdi3o44khn496sk70620fc7',0,'0000-00-00 00:00:00','','','','','',''),(174,'com_breezingforms',331,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 07:36:48',0,0,0,'','ough32a6t8atceea1o0v52h434',0,'0000-00-00 00:00:00','','','','','',''),(175,'com_breezingforms',332,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 07:57:15',0,0,0,'','f3q6fjs40i11r5c3ip10m089i4',0,'0000-00-00 00:00:00','','','','','',''),(176,'com_breezingforms',333,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 09:06:15',0,0,0,'','182n53m85o0f2d5vfo649q3c77',0,'0000-00-00 00:00:00','','','','','',''),(177,'com_breezingforms',334,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 09:26:30',0,0,0,'','momp8ag7k786eucopb2tutnqf4',0,'0000-00-00 00:00:00','','','','','',''),(178,'com_breezingforms',335,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 09:46:33',0,0,0,'','uiggevjd3d2gbdt1omadmdgnn7',0,'0000-00-00 00:00:00','','','','','',''),(179,'com_breezingforms',336,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 10:59:12',0,0,0,'','uptlerabka1gst1qv2nig21om6',0,'0000-00-00 00:00:00','','','','','',''),(180,'com_breezingforms',337,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 11:12:44',0,0,0,'','vr55ciaia46lcjk52i05k9g843',0,'0000-00-00 00:00:00','','','','','',''),(181,'com_breezingforms',338,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 11:39:01',0,0,0,'','pe2i5lvcj9tta7rfeflq42nfe7',0,'0000-00-00 00:00:00','','','','','',''),(182,'com_breezingforms',339,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 12:05:59',0,0,0,'','a1t8rei56pgk9aapql1ot3tr55',0,'0000-00-00 00:00:00','','','','','',''),(183,'com_breezingforms',340,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 12:33:01',0,0,0,'','b977ceiitj046u0l5fip53epc3',0,'0000-00-00 00:00:00','','','','','',''),(184,'com_breezingforms',341,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 12:46:31',0,0,0,'','lm9gebv8paaa8thlbmuvn6he00',0,'0000-00-00 00:00:00','','','','','',''),(185,'com_breezingforms',342,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 13:07:11',0,0,0,'','7gqj9c8mrn5pa44lp9h6hr4h00',0,'0000-00-00 00:00:00','','','','','',''),(186,'com_breezingforms',343,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 14:23:14',0,0,0,'','rjbnn928hbms7o0513k8t9q262',0,'0000-00-00 00:00:00','','','','','',''),(187,'com_breezingforms',344,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 14:36:33',0,0,0,'','8gje2b5rv6qu0f8cu2rfr9dlr7',0,'0000-00-00 00:00:00','','','','','',''),(188,'com_breezingforms',345,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 15:12:39',0,0,0,'','a7egnst76pcufe9nhc66e3g0c0',0,'0000-00-00 00:00:00','','','','','',''),(189,'com_breezingforms',346,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 16:57:20',0,0,0,'','b6m133lm628hm6trduuoc8kne7',0,'0000-00-00 00:00:00','','','','','',''),(190,'com_breezingforms',347,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 17:45:50',0,0,0,'','d2itjjmmpmn0pe56ctunicdit2',0,'0000-00-00 00:00:00','','','','','',''),(191,'com_breezingforms',348,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 20:13:13',0,0,0,'','qubkq0g8fkosgvebjmkfdpbqm4',0,'0000-00-00 00:00:00','','','','','',''),(192,'com_breezingforms',349,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 20:19:57',0,0,0,'','or0ibj959molo1om66q6jfd972',0,'0000-00-00 00:00:00','','','','','',''),(193,'com_breezingforms',350,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 20:40:03',0,0,0,'','3k4eq873f9utuoqfoie3ukqqt2',0,'0000-00-00 00:00:00','','','','','',''),(194,'com_breezingforms',351,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 20:46:51',0,0,0,'','3t4mq81obpma71smissbgslho5',0,'0000-00-00 00:00:00','','','','','',''),(195,'com_breezingforms',352,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 21:33:06',0,0,0,'','dtknveai70rahdhjpucth570p5',0,'0000-00-00 00:00:00','','','','','',''),(196,'com_breezingforms',353,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 22:25:04',0,0,0,'','2i2ak5cd84q26djcvc087r8up4',0,'0000-00-00 00:00:00','','','','','',''),(197,'com_breezingforms',354,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-28 23:01:22',0,0,0,'','ldf5cj1grpsjrvrm0rfjnoc8h4',0,'0000-00-00 00:00:00','','','','','',''),(198,'com_breezingforms',355,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-29 01:06:12',0,0,0,'','idf6uq14ifh8lktoarmfm1mm65',0,'0000-00-00 00:00:00','','','','','',''),(199,'com_breezingforms',356,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-29 02:12:36',0,0,0,'','kt1bbvn6fagndnnm99ujg4u9d5',0,'0000-00-00 00:00:00','','','','','',''),(200,'com_breezingforms',357,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-29 02:16:38',0,0,0,'','3d1183d5ar4j5lsi5md7le2e94',0,'0000-00-00 00:00:00','','','','','',''),(201,'com_breezingforms',358,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-29 02:24:10',0,0,0,'','14obgtml77a0o57g278cm583t5',0,'0000-00-00 00:00:00','','','','','',''),(202,'com_breezingforms',359,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-29 04:35:54',0,0,0,'','344bmmmbkh8spnmhps53hurdg4',0,'0000-00-00 00:00:00','','','','','',''),(203,'com_breezingforms',360,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-29 05:18:52',0,0,0,'','s2qfiaof06silraersj9lkhbl6',0,'0000-00-00 00:00:00','','','','','',''),(204,'com_breezingforms',361,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-29 06:02:56',0,0,0,'','50rdkn0vboointfuqsbi9nobc5',0,'0000-00-00 00:00:00','','','','','',''),(205,'com_breezingforms',362,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-29 06:26:56',0,0,0,'','htah9m2p7k41v66ro7lmq7nin4',0,'0000-00-00 00:00:00','','','','','',''),(206,'com_breezingforms',363,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-29 07:56:53',0,0,0,'','7n9drgn21ole3adb3nrbsuk5o7',0,'0000-00-00 00:00:00','','','','','',''),(207,'com_breezingforms',364,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-29 08:26:30',0,0,0,'','kbt91hkfuerln4go8th1ursm01',0,'0000-00-00 00:00:00','','','','','',''),(208,'com_breezingforms',365,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-29 08:47:54',0,0,0,'','1smp7fl27un18gjmmfbhu99fc1',0,'0000-00-00 00:00:00','','','','','',''),(209,'com_breezingforms',366,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-29 09:57:20',0,0,0,'','5f283cnm1fm1odp50lceogren1',0,'0000-00-00 00:00:00','','','','','',''),(210,'com_breezingforms',367,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-29 11:00:19',0,0,0,'','is8accri9f4pvhj3e8ls8p62g0',0,'0000-00-00 00:00:00','','','','','',''),(211,'com_breezingforms',368,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-29 14:38:45',0,0,0,'','i5kr3po74qtnddihrcuhvnnsf3',0,'0000-00-00 00:00:00','','','','','',''),(212,'com_breezingforms',369,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-29 15:36:23',0,0,0,'','ieq5thbbpfrtfvjv0ui2cc4to5',0,'0000-00-00 00:00:00','','','','','',''),(213,'com_breezingforms',370,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-29 17:25:36',0,0,0,'','jires3ubjljo5teq5sa5nd7f67',0,'0000-00-00 00:00:00','','','','','',''),(214,'com_breezingforms',371,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-29 17:39:24',0,0,0,'','harfgc7mcr8fdn58nsn6d6vrb5',0,'0000-00-00 00:00:00','','','','','',''),(215,'com_breezingforms',372,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-29 18:15:16',0,0,0,'','2gj92ehqn3lb2usmjfp3unndj3',0,'0000-00-00 00:00:00','','','','','',''),(216,'com_breezingforms',373,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-29 18:35:09',0,0,0,'','3gigicfk8lg1hle3m4f60iaji6',0,'0000-00-00 00:00:00','','','','','',''),(217,'com_breezingforms',374,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-29 18:50:16',0,0,0,'','scuo0nd3ir7883frhd3laddvb2',0,'0000-00-00 00:00:00','','','','','',''),(218,'com_breezingforms',375,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-29 19:04:32',0,0,0,'','m588antcimhqkhq51g020m9gj0',0,'0000-00-00 00:00:00','','','','','',''),(219,'com_breezingforms',376,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-29 19:54:25',0,0,0,'','ppjaup3856pprpdmj8shfo7gk3',0,'0000-00-00 00:00:00','','','','','',''),(220,'com_breezingforms',377,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-29 20:16:26',0,0,0,'','eh3uuh904ba6k8e7jk6gfbbqc1',0,'0000-00-00 00:00:00','','','','','',''),(221,'com_breezingforms',378,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-29 20:24:31',0,0,0,'','0f375pnsvlfm51biui3o516f62',0,'0000-00-00 00:00:00','','','','','',''),(222,'com_breezingforms',379,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-29 20:45:14',0,0,0,'','5ovsv9tl6e6hqhl8hshp8njdm4',0,'0000-00-00 00:00:00','','','','','',''),(223,'com_breezingforms',380,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-29 20:52:57',0,0,0,'','mvcfhh1dgqtt4pb9fal18ho8c6',0,'0000-00-00 00:00:00','','','','','',''),(224,'com_breezingforms',381,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-29 21:36:35',0,0,0,'','h5b2pphcrnsfgh0g6kdcbv5ak0',0,'0000-00-00 00:00:00','','','','','',''),(225,'com_breezingforms',382,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-29 21:58:30',0,0,0,'','ti7doef3vi845mdqnkf962rdm1',0,'0000-00-00 00:00:00','','','','','',''),(226,'com_breezingforms',383,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-29 23:36:51',0,0,0,'','pgns5v8esji7qt73co84utmbe6',0,'0000-00-00 00:00:00','','','','','',''),(227,'com_breezingforms',384,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-30 02:12:58',0,0,0,'','jbceq0pahtlmh2qj5pme9a5gi6',0,'0000-00-00 00:00:00','','','','','',''),(228,'com_breezingforms',385,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-30 02:26:41',0,0,0,'','mfu9ka1agr2089agn5n9bi2ub6',0,'0000-00-00 00:00:00','','','','','',''),(229,'com_breezingforms',386,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-30 03:47:54',0,0,0,'','jqd94kf5n5iqqlqhthv7lh8jk0',0,'0000-00-00 00:00:00','','','','','',''),(230,'com_breezingforms',387,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-30 04:08:01',0,0,0,'','vvgc2btc01dg63kandn72c0431',0,'0000-00-00 00:00:00','','','','','',''),(231,'com_breezingforms',388,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-30 04:27:25',0,0,0,'','rsmdgmq1106s8lv932jplkf3s0',0,'0000-00-00 00:00:00','','','','','',''),(232,'com_breezingforms',389,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-30 05:15:15',0,0,0,'','mg838rg8iidrsevlrulmndcvb3',0,'0000-00-00 00:00:00','','','','','',''),(233,'com_breezingforms',390,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-30 09:59:37',0,0,0,'','d0nt6p8ea2jnd899fp72cdfsm7',0,'0000-00-00 00:00:00','','','','','',''),(234,'com_breezingforms',391,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-30 11:52:14',0,0,0,'','ngv0i1eusc3pm9r7ag0mqh8sb2',0,'0000-00-00 00:00:00','','','','','',''),(235,'com_breezingforms',392,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-30 12:59:10',0,0,0,'','b16cq62f3no7d1sv9fgdgav525',0,'0000-00-00 00:00:00','','','','','',''),(236,'com_breezingforms',393,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-30 13:19:17',0,0,0,'','gb9bfkjofv65khslmgfjmj7u60',0,'0000-00-00 00:00:00','','','','','',''),(237,'com_breezingforms',394,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-30 14:56:17',0,0,0,'','p1o1u5ci14gh2pse0manif0kb7',0,'0000-00-00 00:00:00','','','','','',''),(238,'com_breezingforms',395,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-30 16:39:24',0,0,0,'','8nfeq3ngb2qhsctnb29nui9605',0,'0000-00-00 00:00:00','','','','','',''),(239,'com_breezingforms',396,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-30 16:45:55',0,0,0,'','avm8psqcit23h9qn8af4svik06',0,'0000-00-00 00:00:00','','','','','',''),(240,'com_breezingforms',397,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-30 19:12:56',0,0,0,'','8ijuek0pp30a0af56r6539o605',0,'0000-00-00 00:00:00','','','','','',''),(241,'com_breezingforms',398,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-30 19:50:45',0,0,0,'','5rgqllrk23pf9qg8i3rn44ndd7',0,'0000-00-00 00:00:00','','','','','',''),(242,'com_breezingforms',399,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-30 21:17:34',0,0,0,'','0uq9iughoeqo1ac735tciibhv5',0,'0000-00-00 00:00:00','','','','','',''),(243,'com_breezingforms',400,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-30 21:54:34',0,0,0,'','4paq66i470cn2070bmd3uruel3',0,'0000-00-00 00:00:00','','','','','',''),(244,'com_breezingforms',401,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-30 22:16:57',0,0,0,'','ijurrq4f4e288ohocklfaf02f6',0,'0000-00-00 00:00:00','','','','','',''),(245,'com_breezingforms',402,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-30 22:44:43',0,0,0,'','qj9kgtjhmlci9qghf5jmjsisj5',0,'0000-00-00 00:00:00','','','','','',''),(246,'com_breezingforms',403,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-30 23:09:48',0,0,0,'','tcf09nubg25028s6ahct9p9kh0',0,'0000-00-00 00:00:00','','','','','',''),(247,'com_breezingforms',404,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-30 23:49:57',0,0,0,'','uprdjreojcpbs03iga62duffb4',0,'0000-00-00 00:00:00','','','','','',''),(248,'com_breezingforms',405,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 01:03:10',0,0,0,'','0cksc2job6mmu2uhu7rmncrfi4',0,'0000-00-00 00:00:00','','','','','',''),(249,'com_breezingforms',406,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 02:45:58',0,0,0,'','r09h3qsa2ekpaqok5nkv7v4ih5',0,'0000-00-00 00:00:00','','','','','',''),(250,'com_breezingforms',407,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 03:18:31',0,0,0,'','3qggvepp1av4cdsppf1is730b7',0,'0000-00-00 00:00:00','','','','','',''),(251,'com_breezingforms',408,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 03:33:00',0,0,0,'','d5fro459vcc9tautiet02s5l46',0,'0000-00-00 00:00:00','','','','','',''),(252,'com_breezingforms',409,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 04:34:23',0,0,0,'','sc8rme7gm6k42v4jfr5masuto1',0,'0000-00-00 00:00:00','','','','','',''),(253,'com_breezingforms',410,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 04:41:50',0,0,0,'','2rvqn4p0vll247j9ndqc806tn3',0,'0000-00-00 00:00:00','','','','','',''),(254,'com_breezingforms',411,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 05:13:13',0,0,0,'','b7rqhdvde9uufq8882rgpois03',0,'0000-00-00 00:00:00','','','','','',''),(255,'com_breezingforms',412,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 05:38:53',0,0,0,'','17pdeckjjo8sfvgavkg0pok0b0',0,'0000-00-00 00:00:00','','','','','',''),(256,'com_breezingforms',413,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 06:33:26',0,0,0,'','ghhuj1k438k0eb1k2qjb0gksi5',0,'0000-00-00 00:00:00','','','','','',''),(257,'com_breezingforms',414,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 06:53:13',0,0,0,'','5n371tem99qp0ftgm5irnnrie4',0,'0000-00-00 00:00:00','','','','','',''),(258,'com_breezingforms',415,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 07:06:26',0,0,0,'','ei9upsak1o5rh89cbgh5bcnqa0',0,'0000-00-00 00:00:00','','','','','',''),(259,'com_breezingforms',416,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 09:07:04',0,0,0,'','j762b99osan84oq9llgja600g4',0,'0000-00-00 00:00:00','','','','','',''),(260,'com_breezingforms',417,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 09:47:00',0,0,0,'','3i6vp1h0bctd0vftgp9c8223t7',0,'0000-00-00 00:00:00','','','','','',''),(261,'com_breezingforms',418,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 10:01:46',0,0,0,'','fkd0i611soq4efm7qgu12p5i31',0,'0000-00-00 00:00:00','','','','','',''),(262,'com_breezingforms',419,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 10:15:13',0,0,0,'','if0nvnonk1diksnde1kd3q07i2',0,'0000-00-00 00:00:00','','','','','',''),(263,'com_breezingforms',420,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 10:28:46',0,0,0,'','ih38l05413ubj4goirhcrvob62',0,'0000-00-00 00:00:00','','','','','',''),(264,'com_breezingforms',421,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 11:41:39',0,0,0,'','ijdkm8rui87gtmstb2hut5csg3',0,'0000-00-00 00:00:00','','','','','',''),(265,'com_breezingforms',422,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 11:48:41',0,0,0,'','j1alece2pf91rpd2d94mfv6tq6',0,'0000-00-00 00:00:00','','','','','',''),(266,'com_breezingforms',423,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 12:08:36',0,0,0,'','c656sap2o0tjplk29362ugad05',0,'0000-00-00 00:00:00','','','','','',''),(267,'com_breezingforms',424,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 12:22:19',0,0,0,'','f1f9j9b77fvdhv9bclrbs013d6',0,'0000-00-00 00:00:00','','','','','',''),(268,'com_breezingforms',425,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 12:36:38',0,0,0,'','m0n4ofk76ao5vv2onh6ha1pia4',0,'0000-00-00 00:00:00','','','','','',''),(269,'com_breezingforms',426,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 13:08:54',0,0,0,'','g42l3go55du4l5c72i380hti27',0,'0000-00-00 00:00:00','','','','','',''),(270,'com_breezingforms',427,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 14:13:11',0,0,0,'','h67btevcrg0he6lnele021dso6',0,'0000-00-00 00:00:00','','','','','',''),(271,'com_breezingforms',428,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 14:21:20',0,0,0,'','bmk4hk3g0pm4k2svm5d1kvanc3',0,'0000-00-00 00:00:00','','','','','',''),(272,'com_breezingforms',429,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 14:30:02',0,0,0,'','qrq4ce6qpclddkhom9itil1ld3',0,'0000-00-00 00:00:00','','','','','',''),(273,'com_breezingforms',430,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 14:43:09',0,0,0,'','ert6uuupe4hes7plojpjpmgus0',0,'0000-00-00 00:00:00','','','','','',''),(274,'com_breezingforms',431,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 15:56:04',0,0,0,'','vtgdrbsfn63aqaubggafhh3ga6',0,'0000-00-00 00:00:00','','','','','',''),(275,'com_breezingforms',432,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 16:33:57',0,0,0,'','8erq6hm9oji9hd8iaa40me4a73',0,'0000-00-00 00:00:00','','','','','',''),(276,'com_breezingforms',433,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 16:55:05',0,0,0,'','uu8rdg0l300v8i3oeh0m0d6g80',0,'0000-00-00 00:00:00','','','','','',''),(277,'com_breezingforms',434,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 17:18:26',0,0,0,'','i7p3j7me4u2srsc74lgean66o6',0,'0000-00-00 00:00:00','','','','','',''),(278,'com_breezingforms',435,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 17:25:25',0,0,0,'','1gafbhkluer9jbpmvstpe41fs4',0,'0000-00-00 00:00:00','','','','','',''),(279,'com_breezingforms',436,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 18:14:27',0,0,0,'','papu9rva7j1qf177on01i1ft53',0,'0000-00-00 00:00:00','','','','','',''),(280,'com_breezingforms',437,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 19:12:48',0,0,0,'','ng8ir115cegsm1roqd27i1e8q7',0,'0000-00-00 00:00:00','','','','','',''),(281,'com_breezingforms',438,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 19:33:45',0,0,0,'','kehoc4i5m4s5jq7gpovmd1dhe2',0,'0000-00-00 00:00:00','','','','','',''),(282,'com_breezingforms',439,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 19:47:54',0,0,0,'','ra70ptkjcupoashqktno1p1o07',0,'0000-00-00 00:00:00','','','','','',''),(283,'com_breezingforms',440,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 20:42:41',0,0,0,'','8u179dna0g2k3569v8d19maa33',0,'0000-00-00 00:00:00','','','','','',''),(284,'com_breezingforms',441,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 21:06:21',0,0,0,'','din7f1s2rd5d76poj1ljsbhcn3',0,'0000-00-00 00:00:00','','','','','',''),(285,'com_breezingforms',442,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 23:28:05',0,0,0,'','pbvrhm0s92u6b3enjidbaaagh3',0,'0000-00-00 00:00:00','','','','','',''),(286,'com_breezingforms',443,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-08-31 23:41:52',0,0,0,'','avhussritnequ31ijum1dsmao5',0,'0000-00-00 00:00:00','','','','','',''),(287,'com_breezingforms',444,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-01 00:02:50',0,0,0,'','5cgq6jtapb44emnfqjqvc2ivs4',0,'0000-00-00 00:00:00','','','','','',''),(288,'com_breezingforms',445,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-01 00:15:58',0,0,0,'','ijegeur0lmacersc43trjq3ja6',0,'0000-00-00 00:00:00','','','','','',''),(289,'com_breezingforms',446,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-01 00:22:25',0,0,0,'','9lb2ethlm7votjs0s7ei63slq7',0,'0000-00-00 00:00:00','','','','','',''),(290,'com_breezingforms',447,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-01 00:29:08',0,0,0,'','t9hlb252cakk9j8gu46oj99a93',0,'0000-00-00 00:00:00','','','','','',''),(291,'com_breezingforms',448,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-01 00:42:35',0,0,0,'','vsc6n2gn2f3kqqb46tp2rt32d4',0,'0000-00-00 00:00:00','','','','','',''),(292,'com_breezingforms',449,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-01 01:06:24',0,0,0,'','hgpupihsk124rlnrqmck9c2321',0,'0000-00-00 00:00:00','','','','','',''),(293,'com_breezingforms',450,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-01 02:12:24',0,0,0,'','is500duqku301rolb86k7fn2g2',0,'0000-00-00 00:00:00','','','','','',''),(294,'com_breezingforms',451,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-01 04:07:42',0,0,0,'','pljtuec45ldn47i8bqmkma9bn4',0,'0000-00-00 00:00:00','','','','','',''),(295,'com_breezingforms',452,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-01 04:35:06',0,0,0,'','5eq07vu49qiv0fq4n90bnai4j4',0,'0000-00-00 00:00:00','','','','','',''),(296,'com_breezingforms',453,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-01 04:36:11',0,0,0,'','hiabq37gs7e8k3odf5ik2pb820',0,'0000-00-00 00:00:00','','','','','',''),(297,'com_breezingforms',454,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-01 04:43:27',0,0,0,'','310k37o61jqs7lc4hbuepdk8i5',0,'0000-00-00 00:00:00','','','','','',''),(298,'com_breezingforms',455,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-01 05:39:39',0,0,0,'','0aq0su038nu4qj0edivp0uaiu6',0,'0000-00-00 00:00:00','','','','','',''),(299,'com_breezingforms',456,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-01 05:53:51',0,0,0,'','mtd3u52mf0jqgvp76m3vj46us5',0,'0000-00-00 00:00:00','','','','','',''),(300,'com_breezingforms',457,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-01 07:02:16',0,0,0,'','plgi9a238g3bee4ur9adr6vob6',0,'0000-00-00 00:00:00','','','','','',''),(301,'com_breezingforms',458,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-01 07:12:43',0,0,0,'','gdnmkusu09p8hl465umj6ic183',0,'0000-00-00 00:00:00','','','','','',''),(302,'com_breezingforms',459,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-01 07:59:03',0,0,0,'','da1ipsphip64c3k979n51tbvs5',0,'0000-00-00 00:00:00','','','','','',''),(303,'com_breezingforms',460,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-01 08:06:27',0,0,0,'','hef17ci8ilk5059v1uqntchf04',0,'0000-00-00 00:00:00','','','','','',''),(304,'com_breezingforms',461,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-01 08:44:13',0,0,0,'','9lg62f3orsp9ofrvm93tvjmhd3',0,'0000-00-00 00:00:00','','','','','',''),(305,'com_breezingforms',462,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-01 09:53:12',0,0,0,'','ftqiru435lbibla2md9amcg327',0,'0000-00-00 00:00:00','','','','','',''),(306,'com_breezingforms',463,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-01 10:17:33',0,0,0,'','uobp75ehrd7fbstpd1umg8i325',0,'0000-00-00 00:00:00','','','','','',''),(307,'com_breezingforms',464,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-01 11:22:41',0,0,0,'','cfga386ag8sgumlcc9ied49au1',0,'0000-00-00 00:00:00','','','','','',''),(308,'com_breezingforms',465,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-01 11:27:43',0,0,0,'','1lj84nnrtopqibta0olq9cc361',0,'0000-00-00 00:00:00','','','','','',''),(309,'com_breezingforms',466,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-01 11:31:28',0,0,0,'','qtn0kuvd6us85doaohjb69a8j6',0,'0000-00-00 00:00:00','','','','','',''),(310,'com_breezingforms',467,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-01 13:14:07',0,0,0,'','dtv6f9iau9gmocctdgfusor887',0,'0000-00-00 00:00:00','','','','','',''),(311,'com_breezingforms',468,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-01 13:39:48',0,0,0,'','hnmj8c7p55dtv4qgr925hnvgm5',0,'0000-00-00 00:00:00','','','','','',''),(312,'com_breezingforms',469,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-01 14:35:40',0,0,0,'','voi4jjcvs06ornltvnidejkqv0',0,'0000-00-00 00:00:00','','','','','',''),(313,'com_breezingforms',470,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-01 15:22:19',0,0,0,'','r8197inabcj4bh9o5omuquk887',0,'0000-00-00 00:00:00','','','','','',''),(314,'com_breezingforms',471,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-01 20:17:22',0,0,0,'','rt2nfa1u79glg12shpe77ijs20',0,'0000-00-00 00:00:00','','','','','',''),(315,'com_breezingforms',472,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-02 00:22:35',0,0,0,'','g5qp7hu18fo2cfmod8me9uph26',0,'0000-00-00 00:00:00','','','','','',''),(316,'com_breezingforms',473,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-02 03:33:15',0,0,0,'','glre88r61npqk11tmvu8svij22',0,'0000-00-00 00:00:00','','','','','',''),(317,'com_breezingforms',474,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-02 05:55:22',0,0,0,'','43ie6icv10hs1lj4bkb2l3o6l5',0,'0000-00-00 00:00:00','','','','','',''),(318,'com_breezingforms',475,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-02 13:24:57',0,0,0,'','er50oq21lktcgk88q1tj6k7ea6',0,'0000-00-00 00:00:00','','','','','',''),(319,'com_breezingforms',476,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-02 17:37:36',0,0,0,'','lq3t7ljl49cc6beov8b5pl10t0',0,'0000-00-00 00:00:00','','','','','',''),(320,'com_breezingforms',477,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-02 20:55:06',0,0,0,'','qtu3btk2c1k1e06crnlkoa7lp1',0,'0000-00-00 00:00:00','','','','','',''),(321,'com_breezingforms',478,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-03 01:02:00',0,0,0,'','n728e4c2mnkpo2mjvhhboi8dh3',0,'0000-00-00 00:00:00','','','','','',''),(322,'com_breezingforms',479,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-03 01:36:40',0,0,0,'','c37l1rdrgolu7impr124o49cl1',0,'0000-00-00 00:00:00','','','','','',''),(323,'com_breezingforms',480,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-03 11:18:09',0,0,0,'','371ek7eie33daur7j40c9itgi7',0,'0000-00-00 00:00:00','','','','','',''),(324,'com_breezingforms',481,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-03 15:09:53',0,0,0,'','1mf9r5cug5ckiph1vkms4v8ms3',0,'0000-00-00 00:00:00','','','','','',''),(325,'com_breezingforms',482,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-03 22:40:14',0,0,0,'','plmp13nb48jrevbiuk27kpm593',0,'0000-00-00 00:00:00','','','','','',''),(326,'com_breezingforms',483,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-04 02:31:59',0,0,0,'','acbip4tvestkqs46ukkn0ho8r4',0,'0000-00-00 00:00:00','','','','','',''),(327,'com_breezingforms',484,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-04 02:33:02',0,0,0,'','girpug12o6hins0ro8ni5n22d4',0,'0000-00-00 00:00:00','','','','','',''),(328,'com_breezingforms',485,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-04 06:33:40',0,0,0,'','o5tlbu2gr46ivou3l26c90ssd6',0,'0000-00-00 00:00:00','','','','','',''),(329,'com_breezingforms',486,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-04 09:02:20',0,0,0,'','27231crnrv64kg9ad7fa6h9n06',0,'0000-00-00 00:00:00','','','','','',''),(330,'com_breezingforms',487,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-04 09:05:57',0,0,0,'','52hkv8ru6ic3hpmi4g2vidc2c3',0,'0000-00-00 00:00:00','','','','','',''),(331,'com_breezingforms',488,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-04 14:50:11',0,0,0,'','tv4vm1097o7hbflt1q5svfnin3',0,'0000-00-00 00:00:00','','','','','',''),(332,'com_breezingforms',489,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-04 14:51:04',0,0,0,'','n2ji6pilp24ef6oql4elt7f0i0',0,'0000-00-00 00:00:00','','','','','',''),(333,'com_breezingforms',490,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-04 16:06:30',0,0,0,'','32bg4t8sfrtaqptkg59spmfgm7',0,'0000-00-00 00:00:00','','','','','',''),(334,'com_breezingforms',491,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-04 16:32:57',0,0,0,'','mgppl9ul44nko0jsved0b6qdo1',0,'0000-00-00 00:00:00','','','','','',''),(335,'com_breezingforms',492,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-04 18:14:32',0,0,0,'','vb0gjctaqp4b8fm6n5das08u71',0,'0000-00-00 00:00:00','','','','','',''),(336,'com_breezingforms',493,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-04 18:20:26',0,0,0,'','j12c332lvctcidijqt9v3ie6s4',0,'0000-00-00 00:00:00','','','','','',''),(337,'com_breezingforms',494,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-04 19:15:00',0,0,0,'','id3pdmqro1bdcmc7873je7ooo6',0,'0000-00-00 00:00:00','','','','','',''),(338,'com_breezingforms',495,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-04 19:55:55',0,0,0,'','1kbi8bsqm9fji7defe6i838d84',0,'0000-00-00 00:00:00','','','','','',''),(339,'com_breezingforms',496,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-04 20:00:03',0,0,0,'','3k21n7oa9fr13uvqn4d2aqe4m6',0,'0000-00-00 00:00:00','','','','','',''),(340,'com_breezingforms',497,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-04 20:59:19',0,0,0,'','1ope8ada4klumnuonpc559ips4',0,'0000-00-00 00:00:00','','','','','',''),(341,'com_breezingforms',498,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-04 21:35:58',0,0,0,'','ijp1abdh3g7tpjtau6ptf3f4k4',0,'0000-00-00 00:00:00','','','','','',''),(342,'com_breezingforms',499,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-04 21:38:16',0,0,0,'','sit2pra5vemp28ke9tjm7b7sp3',0,'0000-00-00 00:00:00','','','','','',''),(343,'com_breezingforms',500,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-04 22:34:11',0,0,0,'','ei9dkvj59qrao6os3qieg7n482',0,'0000-00-00 00:00:00','','','','','',''),(344,'com_breezingforms',501,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-04 23:16:07',0,0,0,'','9jn5g8d63n5u4mqtshjqvleai0',0,'0000-00-00 00:00:00','','','','','',''),(345,'com_breezingforms',502,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-05 01:02:10',0,0,0,'','t5jh52pm724nqent8b0uph0591',0,'0000-00-00 00:00:00','','','','','',''),(346,'com_breezingforms',503,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-05 03:42:12',0,0,0,'','0t4e38rm8doml9i9up4vikhim1',0,'0000-00-00 00:00:00','','','','','',''),(347,'com_breezingforms',504,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-05 04:40:03',0,0,0,'','br279u9l1eit2gio4vfu8q1711',0,'0000-00-00 00:00:00','','','','','',''),(348,'com_breezingforms',505,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-05 11:22:12',0,0,0,'','691v2df9t7poaq0fd2alc525m4',0,'0000-00-00 00:00:00','','','','','',''),(349,'com_breezingforms',506,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-05 12:19:37',0,0,0,'','akf9505la24msp8u5ib16bsrb5',0,'0000-00-00 00:00:00','','','','','',''),(350,'com_breezingforms',507,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-05 15:03:02',0,0,0,'','ks0bp21eel3lrocv9jbvtp4ab5',0,'0000-00-00 00:00:00','','','','','',''),(351,'com_breezingforms',508,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-05 15:04:45',0,0,0,'','81s2u1o8cpj4hf7ir8s9lsqmd6',0,'0000-00-00 00:00:00','','','','','',''),(352,'com_breezingforms',509,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-05 22:44:52',0,0,0,'','udpn21naccdqvs7pu5f3km2745',0,'0000-00-00 00:00:00','','','','','',''),(353,'com_breezingforms',510,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-06 06:42:13',0,0,0,'','cvug88o4nnmvbe7f6pap9pe655',0,'0000-00-00 00:00:00','','','','','',''),(354,'com_breezingforms',511,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-06 10:07:41',0,0,0,'','svf9elu5qr8uqc50ogtp5a0iu7',0,'0000-00-00 00:00:00','','','','','',''),(355,'com_breezingforms',512,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-06 17:54:57',0,0,0,'','3ijbq5bhh91v4vod2uvrdaup54',0,'0000-00-00 00:00:00','','','','','',''),(356,'com_breezingforms',513,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-06 19:20:23',0,0,0,'','q2efj58rc14jb9qno5d2a3i9r3',0,'0000-00-00 00:00:00','','','','','',''),(357,'com_breezingforms',514,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-06 20:39:59',0,0,0,'','c24n05uarcl2er9orbgi88k8f5',0,'0000-00-00 00:00:00','','','','','',''),(358,'com_breezingforms',515,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-06 21:04:09',0,0,0,'','b9lifrpqf6dgbthltmjo3pi380',0,'0000-00-00 00:00:00','','','','','',''),(359,'com_breezingforms',516,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-07 02:58:03',0,0,0,'','9952bdr76ridlrb4pd573mcn00',0,'0000-00-00 00:00:00','','','','','',''),(360,'com_breezingforms',517,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-07 05:22:03',0,0,0,'','qgu9sa73rkp6pvqg9n10jj3bv2',0,'0000-00-00 00:00:00','','','','','',''),(361,'com_breezingforms',518,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-07 10:32:23',0,0,0,'','d8acad0hu4nvu0om9sj1a7l3o7',0,'0000-00-00 00:00:00','','','','','',''),(362,'com_breezingforms',519,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-07 13:57:30',0,0,0,'','e596dpiv4g4b81rkh0d112agn2',0,'0000-00-00 00:00:00','','','','','',''),(363,'com_breezingforms',520,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-07 13:59:53',0,0,0,'','74ocnuc2rj679ng4pmc9p1dlb5',0,'0000-00-00 00:00:00','','','','','',''),(364,'com_breezingforms',521,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-07 16:16:59',0,0,0,'','ss39bj393ijmg2tckkcj3j60r3',0,'0000-00-00 00:00:00','','','','','',''),(365,'com_breezingforms',522,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-07 17:57:50',0,0,0,'','36l5c0sokdjmg1bjon8fcvn0d0',0,'0000-00-00 00:00:00','','','','','',''),(366,'com_breezingforms',523,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-07 23:13:23',0,0,0,'','cj5pc1lsfp10jv3gj4j0lqcae5',0,'0000-00-00 00:00:00','','','','','',''),(367,'com_breezingforms',524,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-08 01:23:07',0,0,0,'','29cl1inhct5a2st4ua890epps1',0,'0000-00-00 00:00:00','','','','','',''),(368,'com_breezingforms',525,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-08 06:59:49',0,0,0,'','mq0qdjbchavi23bf9l696mn8v1',0,'0000-00-00 00:00:00','','','','','',''),(369,'com_breezingforms',526,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-08 07:59:09',0,0,0,'','upgcce93c1fpa5n1lkia7eagj4',0,'0000-00-00 00:00:00','','','','','',''),(370,'com_breezingforms',527,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-08 09:11:59',0,0,0,'','1sr1lnepu5kk4mbebs3d1nkvm7',0,'0000-00-00 00:00:00','','','','','',''),(371,'com_breezingforms',528,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-08 12:29:26',0,0,0,'','89bfrv8gjm8cc18jq5o0r8uq15',0,'0000-00-00 00:00:00','','','','','',''),(372,'com_breezingforms',529,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-08 17:43:21',0,0,0,'','taevsovivjj2c9gss3g5rs4585',0,'0000-00-00 00:00:00','','','','','',''),(373,'com_breezingforms',530,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-09 02:24:51',0,0,0,'','8dc8d8erjpmgh0m9bptnukkpo5',0,'0000-00-00 00:00:00','','','','','',''),(374,'com_breezingforms',531,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-09 02:47:04',0,0,0,'','iej6f8t1r4js1hsglb34ioq5c5',0,'0000-00-00 00:00:00','','','','','',''),(375,'com_breezingforms',532,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-09 05:54:11',0,0,0,'','o9jdbfkqol0dt1bog2e70kmbg2',0,'0000-00-00 00:00:00','','','','','',''),(376,'com_breezingforms',533,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-09 11:46:31',0,0,0,'','f72mmg12ph5ji7du12ej6cnp60',0,'0000-00-00 00:00:00','','','','','',''),(377,'com_breezingforms',534,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-09 12:06:50',0,0,0,'','vkqt4116n25ahu03hlsb8578r6',0,'0000-00-00 00:00:00','','','','','',''),(378,'com_breezingforms',535,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-09 16:22:19',0,0,0,'','b99fspbnpa977j7hdu9a06o3c3',0,'0000-00-00 00:00:00','','','','','',''),(379,'com_breezingforms',536,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-09 21:28:19',0,0,0,'','1a26jfq2iqa3371mp5mc0supf0',0,'0000-00-00 00:00:00','','','','','',''),(380,'com_breezingforms',537,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-09 21:57:27',0,0,0,'','81vd5p1o1c00e5jp7pqi2es325',0,'0000-00-00 00:00:00','','','','','',''),(381,'com_breezingforms',538,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-10 08:43:18',0,0,0,'','gdcuchqjh8fsdrgbrf6gie7u16',0,'0000-00-00 00:00:00','','','','','',''),(382,'com_breezingforms',539,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-10 15:04:41',0,0,0,'','hi8d5nehphtcmugeknjgv4bnu5',0,'0000-00-00 00:00:00','','','','','',''),(383,'com_breezingforms',540,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-10 17:33:55',0,0,0,'','sevionoe5cet828kfpf216u317',0,'0000-00-00 00:00:00','','','','','',''),(384,'com_breezingforms',541,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-10 18:36:04',0,0,0,'','sb795tndaov2723gbisl0ps9m4',0,'0000-00-00 00:00:00','','','','','',''),(385,'com_breezingforms',542,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-10 21:31:33',0,0,0,'','odlfm839hkpfvf86rv57odio51',0,'0000-00-00 00:00:00','','','','','',''),(386,'com_breezingforms',543,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-10 22:16:18',0,0,0,'','m4rl4e8fsffm4m75786s1img33',0,'0000-00-00 00:00:00','','','','','',''),(387,'com_breezingforms',544,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-11 04:43:45',0,0,0,'','m77pm7oj61l1jucdog869odh82',0,'0000-00-00 00:00:00','','','','','',''),(388,'com_breezingforms',545,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-11 06:54:21',0,0,0,'','llf548vdak90c55o4jgh73uuf7',0,'0000-00-00 00:00:00','','','','','',''),(389,'com_breezingforms',546,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-11 09:38:40',0,0,0,'','11al9oh17bl0qfcfvs9nl0p6b5',0,'0000-00-00 00:00:00','','','','','',''),(390,'com_breezingforms',547,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-11 14:18:46',0,0,0,'','53lm38l9f32ocvm977p6o5sjr0',0,'0000-00-00 00:00:00','','','','','',''),(391,'com_breezingforms',548,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-11 15:12:27',0,0,0,'','r8b4qseoaq4dhdmkiefupf6va2',0,'0000-00-00 00:00:00','','','','','',''),(392,'com_breezingforms',549,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-11 15:55:23',0,0,0,'','25u5bqnru5kk0602vh5of52tq3',0,'0000-00-00 00:00:00','','','','','',''),(393,'com_breezingforms',550,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-11 16:25:43',0,0,0,'','cbai46uun03nn6dug1e5s6eem5',0,'0000-00-00 00:00:00','','','','','',''),(394,'com_breezingforms',551,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-11 18:27:52',0,0,0,'','n2asucv3ccjprv1gmo5nrq2824',0,'0000-00-00 00:00:00','','','','','',''),(395,'com_breezingforms',552,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-11 18:46:19',0,0,0,'','m2vmqbf9v28q8ehvou5vvmsv80',0,'0000-00-00 00:00:00','','','','','',''),(396,'com_breezingforms',553,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-11 19:49:33',0,0,0,'','2f211qhoqqg0vkq4t6g8gfl2n0',0,'0000-00-00 00:00:00','','','','','',''),(397,'com_breezingforms',554,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-12 00:24:22',0,0,0,'','qpuba3mll98vn2bushlnu80de2',0,'0000-00-00 00:00:00','','','','','',''),(398,'com_breezingforms',555,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-12 00:44:40',0,0,0,'','hjlj1tf4hc5tu39bmlal8e3ej5',0,'0000-00-00 00:00:00','','','','','',''),(399,'com_breezingforms',556,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-12 01:44:37',0,0,0,'','m4hnhsgt2nb4jvbp08h8g7u507',0,'0000-00-00 00:00:00','','','','','',''),(400,'com_breezingforms',557,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-12 04:40:31',0,0,0,'','9j4uq8dvjaiou0vqhpouiunsa0',0,'0000-00-00 00:00:00','','','','','',''),(401,'com_breezingforms',558,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-12 11:37:53',0,0,0,'','lamranc6kaa68v2bhstvnjkal4',0,'0000-00-00 00:00:00','','','','','',''),(402,'com_breezingforms',559,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-12 12:32:24',0,0,0,'','vgvpiu3mcfs2oa7242098nrfn7',0,'0000-00-00 00:00:00','','','','','',''),(403,'com_breezingforms',560,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-13 01:45:14',0,0,0,'','uilsrp4k9mho390cu6bci652l3',0,'0000-00-00 00:00:00','','','','','',''),(404,'com_breezingforms',561,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-13 03:27:44',0,0,0,'','7mt8ssbs4dc71cnbqjp6toake1',0,'0000-00-00 00:00:00','','','','','',''),(405,'com_breezingforms',562,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-13 08:12:32',0,0,0,'','ogludlsv20dp26q4863q8rpkh6',0,'0000-00-00 00:00:00','','','','','',''),(406,'com_breezingforms',563,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-13 08:39:46',0,0,0,'','3qdjgh39pj5crjgg2joh49m9q3',0,'0000-00-00 00:00:00','','','','','',''),(407,'com_breezingforms',564,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-13 08:43:26',0,0,0,'','qgk6pqmddjrp6lq8a25d8ubtb6',0,'0000-00-00 00:00:00','','','','','',''),(408,'com_breezingforms',565,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-13 11:59:43',0,0,0,'','umchv27jg812q5fpbqnq5kpie2',0,'0000-00-00 00:00:00','','','','','',''),(409,'com_breezingforms',566,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-13 14:06:42',0,0,0,'','gbker7i90rurkonlk17enj0c92',0,'0000-00-00 00:00:00','','','','','',''),(410,'com_breezingforms',567,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-13 15:08:46',0,0,0,'','he748vlqm5j4km34pn53nqpbo0',0,'0000-00-00 00:00:00','','','','','',''),(411,'com_breezingforms',568,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-13 15:46:30',0,0,0,'','n9tc5ec018es57jhvv0jsmgaj3',0,'0000-00-00 00:00:00','','','','','',''),(412,'com_breezingforms',569,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-13 17:29:33',0,0,0,'','b2tfqjg3ad0el4sihm6ebn8va4',0,'0000-00-00 00:00:00','','','','','',''),(413,'com_breezingforms',570,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-13 18:00:11',0,0,0,'','9m0q1icjker28f548vbatuam41',0,'0000-00-00 00:00:00','','','','','',''),(414,'com_breezingforms',571,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-13 21:22:53',0,0,0,'','45vnifqqrbqevvokvho4hha0a4',0,'0000-00-00 00:00:00','','','','','',''),(415,'com_breezingforms',572,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-14 02:49:00',0,0,0,'','oism510t54hde7tfe1d6dfb593',0,'0000-00-00 00:00:00','','','','','',''),(416,'com_breezingforms',573,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-14 04:45:00',0,0,0,'','rgnbhkpqdjj3gd47aotsehf981',0,'0000-00-00 00:00:00','','','','','',''),(417,'com_breezingforms',574,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-14 05:33:46',0,0,0,'','aln4fvf3b49bec3dr45ksf4cj1',0,'0000-00-00 00:00:00','','','','','',''),(418,'com_breezingforms',575,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-14 08:29:03',0,0,0,'','upjb773h7tfou7hcrqjl5bupl6',0,'0000-00-00 00:00:00','','','','','',''),(419,'com_breezingforms',576,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-14 08:29:17',0,0,0,'','e6ddmb8gjm018ujm4eo7cm3225',0,'0000-00-00 00:00:00','','','','','',''),(420,'com_breezingforms',577,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-14 08:45:02',0,0,0,'','7dbk5ihaelfhvb4n9d45dljej6',0,'0000-00-00 00:00:00','','','','','',''),(421,'com_breezingforms',578,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-14 18:19:50',0,0,0,'','37m3hl9pebpok5dks7rj1cnvt6',0,'0000-00-00 00:00:00','','','','','',''),(422,'com_breezingforms',579,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-14 20:21:03',0,0,0,'','v1mtmsp95odc230tlcfm8vqor7',0,'0000-00-00 00:00:00','','','','','',''),(423,'com_breezingforms',580,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-14 21:10:02',0,0,0,'','3vegfsr00s24gdfm71sipr8sf3',0,'0000-00-00 00:00:00','','','','','',''),(424,'com_breezingforms',581,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-15 00:08:24',0,0,0,'','imk874h0vqmg7pj6pt2ijqpio5',0,'0000-00-00 00:00:00','','','','','',''),(425,'com_breezingforms',582,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-15 00:23:42',0,0,0,'','bbtt4vbn30grll2hb1enb24h53',0,'0000-00-00 00:00:00','','','','','',''),(426,'com_breezingforms',583,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-15 03:13:18',0,0,0,'','4cj241o97hd39l1h57b5bnd1s2',0,'0000-00-00 00:00:00','','','','','',''),(427,'com_breezingforms',584,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-15 06:16:40',0,0,0,'','j7snivh16d1oke02mntmr3t4q5',0,'0000-00-00 00:00:00','','','','','',''),(428,'com_breezingforms',585,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-15 06:52:09',0,0,0,'','vsra21urekelapgkv8mmt3er54',0,'0000-00-00 00:00:00','','','','','',''),(429,'com_breezingforms',586,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-15 07:34:38',0,0,0,'','u7mif8j03e01asra8fm3pfhkr2',0,'0000-00-00 00:00:00','','','','','',''),(430,'com_breezingforms',587,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-15 07:38:45',0,0,0,'','4eo01bb1nok605i6agn503avm2',0,'0000-00-00 00:00:00','','','','','',''),(431,'com_breezingforms',588,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-15 08:30:26',0,0,0,'','24o08hfk9770pp511bdnql1is6',0,'0000-00-00 00:00:00','','','','','',''),(432,'com_breezingforms',589,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-15 10:39:51',0,0,0,'','85gjq4chekhudn9b3b1flg5184',0,'0000-00-00 00:00:00','','','','','',''),(433,'com_breezingforms',590,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-15 14:49:13',0,0,0,'','lcui0edsqcpts5k5qrjgj91rc4',0,'0000-00-00 00:00:00','','','','','',''),(434,'com_breezingforms',591,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-15 16:09:43',0,0,0,'','nafm9mc1j9uobua4c9bkp60id7',0,'0000-00-00 00:00:00','','','','','',''),(435,'com_breezingforms',592,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-15 22:41:27',0,0,0,'','8qpseu83mahogp664r3lhh1q82',0,'0000-00-00 00:00:00','','','','','',''),(436,'com_breezingforms',593,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-16 00:47:47',0,0,0,'','ua18lslg1m4fdav8m3mqkpcdh5',0,'0000-00-00 00:00:00','','','','','',''),(437,'com_breezingforms',594,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-16 02:55:42',0,0,0,'','slpq6ercdhjfg25iv1jcbuq3f0',0,'0000-00-00 00:00:00','','','','','',''),(438,'com_breezingforms',595,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-16 09:21:17',0,0,0,'','8hkafud9sd933071memgrmd0c3',0,'0000-00-00 00:00:00','','','','','',''),(439,'com_breezingforms',596,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-16 12:56:23',0,0,0,'','pneiqfeho3rsgb9kcf048dnrb6',0,'0000-00-00 00:00:00','','','','','',''),(440,'com_breezingforms',597,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-16 21:45:42',0,0,0,'','9irfkse37pb79tdi83c1pljvm2',0,'0000-00-00 00:00:00','','','','','',''),(441,'com_breezingforms',598,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-16 22:40:27',0,0,0,'','j0dr2774e0p6q9qb6leqv0muv5',0,'0000-00-00 00:00:00','','','','','',''),(442,'com_breezingforms',599,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-17 09:56:22',0,0,0,'','7gdbih5fbtl9i42s2s575dbdt4',0,'0000-00-00 00:00:00','','','','','',''),(443,'com_breezingforms',600,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-17 12:27:51',0,0,0,'','lti8rf4mdqks0c8fepqok85m81',0,'0000-00-00 00:00:00','','','','','',''),(444,'com_breezingforms',601,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-17 15:20:24',0,0,0,'','adacm04cvh10b21ri19dve5du4',0,'0000-00-00 00:00:00','','','','','',''),(445,'com_breezingforms',602,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-18 02:12:41',0,0,0,'','b7dq0foh21rdd3q6gftdpjmuf1',0,'0000-00-00 00:00:00','','','','','',''),(446,'com_breezingforms',603,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-18 02:13:10',0,0,0,'','92pegk9d27n07h2mmpsc19m4b4',0,'0000-00-00 00:00:00','','','','','',''),(447,'com_breezingforms',604,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-18 05:02:51',0,0,0,'','bem4lp6gelb759f8jcepvtac15',0,'0000-00-00 00:00:00','','','','','',''),(448,'com_breezingforms',605,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-18 05:42:11',0,0,0,'','3uif79nkhmjmd7m5ftgtrqmig3',0,'0000-00-00 00:00:00','','','','','',''),(449,'com_breezingforms',606,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-18 05:42:32',0,0,0,'','sh91timohcfijjj84elcve2vh7',0,'0000-00-00 00:00:00','','','','','',''),(450,'com_breezingforms',607,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-18 09:00:40',0,0,0,'','o82b0018fjpa3bs8tipglg2l41',0,'0000-00-00 00:00:00','','','','','',''),(451,'com_breezingforms',608,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-18 09:50:46',0,0,0,'','88imbn7bjatl07l31rb0mb5b71',0,'0000-00-00 00:00:00','','','','','',''),(452,'com_breezingforms',609,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-18 21:26:17',0,0,0,'','fs6vm9v0qhvpnvt8icun59hji2',0,'0000-00-00 00:00:00','','','','','',''),(453,'com_breezingforms',610,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-18 23:15:34',0,0,0,'','0jacf093a82fca52ga5tj7fs05',0,'0000-00-00 00:00:00','','','','','',''),(454,'com_breezingforms',611,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-18 23:38:48',0,0,0,'','c8fh7qphuo2i6m7irqoq5til96',0,'0000-00-00 00:00:00','','','','','',''),(455,'com_breezingforms',612,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-19 00:26:03',0,0,0,'','a8t3kvgl8bfuukkuu1ojc2ula4',0,'0000-00-00 00:00:00','','','','','',''),(456,'com_breezingforms',613,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-19 01:24:37',0,0,0,'','mg31u67njld465lsrn92i713m3',0,'0000-00-00 00:00:00','','','','','',''),(457,'com_breezingforms',614,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-19 01:24:46',0,0,0,'','obo76338kdr91r1jjctoavlhu1',0,'0000-00-00 00:00:00','','','','','',''),(458,'com_breezingforms',615,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-19 02:05:23',0,0,0,'','fq5b7mv1jcv629ttv6s8hlqc87',0,'0000-00-00 00:00:00','','','','','',''),(459,'com_breezingforms',616,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-19 02:32:58',0,0,0,'','sggo10tl24739qda9dmlvo8t00',0,'0000-00-00 00:00:00','','','','','',''),(460,'com_breezingforms',617,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-19 07:50:41',0,0,0,'','8noc8mt5e6skekfatmd3dmg721',0,'0000-00-00 00:00:00','','','','','',''),(461,'com_breezingforms',618,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-19 14:47:51',0,0,0,'','qhqiibhk3anelnsb0pg85qr2h0',0,'0000-00-00 00:00:00','','','','','',''),(462,'com_breezingforms',619,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-19 18:56:52',0,0,0,'','lq78k15ggg4l07fnjf0g70gml3',0,'0000-00-00 00:00:00','','','','','',''),(463,'com_breezingforms',620,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-19 20:37:24',0,0,0,'','qkagobknphdh6ift6p6ta68ue0',0,'0000-00-00 00:00:00','','','','','',''),(464,'com_breezingforms',621,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-19 20:54:09',0,0,0,'','5enpjr901dculsuame4jiilsn7',0,'0000-00-00 00:00:00','','','','','',''),(465,'com_breezingforms',622,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-20 00:17:53',0,0,0,'','a5kggiqlv68bha66dared1g8m7',0,'0000-00-00 00:00:00','','','','','',''),(466,'com_breezingforms',623,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-20 00:42:21',0,0,0,'','k6ajfvvup58t8ia7ufuajk39p6',0,'0000-00-00 00:00:00','','','','','',''),(467,'com_breezingforms',624,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-20 01:02:33',0,0,0,'','kppahhugke5oqchj4l1n5vbk93',0,'0000-00-00 00:00:00','','','','','',''),(468,'com_breezingforms',625,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-20 07:31:42',0,0,0,'','fvvgpa9n1s4fum7pjil5dusj66',0,'0000-00-00 00:00:00','','','','','',''),(469,'com_breezingforms',626,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-20 08:29:55',0,0,0,'','b66340ftrtcra6hhvjjr49b7h6',0,'0000-00-00 00:00:00','','','','','',''),(470,'com_breezingforms',627,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-20 08:43:03',0,0,0,'','1rih0fdd9gdhrjlhmv2m13nf34',0,'0000-00-00 00:00:00','','','','','',''),(471,'com_breezingforms',628,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-20 08:54:33',0,0,0,'','pn21352boarh5471pjjof5u7v1',0,'0000-00-00 00:00:00','','','','','',''),(472,'com_breezingforms',629,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-20 09:15:51',0,0,0,'','489t60a7n0ervusbh2310mijf2',0,'0000-00-00 00:00:00','','','','','',''),(473,'com_breezingforms',630,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-20 11:41:34',0,0,0,'','4rmiu1itdq7qiguu4pcslbmch2',0,'0000-00-00 00:00:00','','','','','',''),(474,'com_breezingforms',631,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-20 12:34:23',0,0,0,'','4a87vnflvjqgigila0b36cdm43',0,'0000-00-00 00:00:00','','','','','',''),(475,'com_breezingforms',632,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-20 12:49:34',0,0,0,'','9dmo9ku94fp64om21gvd9kl9n7',0,'0000-00-00 00:00:00','','','','','',''),(476,'com_breezingforms',633,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-20 14:50:29',0,0,0,'','upvdq67hliq5o7k5kro153lmd5',0,'0000-00-00 00:00:00','','','','','',''),(477,'com_breezingforms',634,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-20 16:42:13',0,0,0,'','aubsesk7gs40k5lh0ndvkm0la3',0,'0000-00-00 00:00:00','','','','','',''),(478,'com_breezingforms',635,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-20 19:46:54',0,0,0,'','evorc6lo9t2e42caf0q000rve2',0,'0000-00-00 00:00:00','','','','','',''),(479,'com_breezingforms',636,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-20 22:33:13',0,0,0,'','9vh6ij5bti4c4qcidvilc8t6u1',0,'0000-00-00 00:00:00','','','','','',''),(480,'com_breezingforms',637,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-20 23:45:26',0,0,0,'','t5m3cbscc2dqoi72f460blvt03',0,'0000-00-00 00:00:00','','','','','',''),(481,'com_breezingforms',638,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-21 06:25:50',0,0,0,'','l9eqf4cd5k9butvroch6ovc5v4',0,'0000-00-00 00:00:00','','','','','',''),(482,'com_breezingforms',639,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-21 09:01:11',0,0,0,'','vv2lkke9tbvf8d4ivi8bnhns25',0,'0000-00-00 00:00:00','','','','','',''),(483,'com_breezingforms',640,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-21 11:50:40',0,0,0,'','9o1e6hk0q09mfkn0ij7smc0nh0',0,'0000-00-00 00:00:00','','','','','',''),(484,'com_breezingforms',641,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-21 16:50:37',0,0,0,'','ft5l8t0cg2e63j8e6a44jcm7j5',0,'0000-00-00 00:00:00','','','','','',''),(485,'com_breezingforms',642,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-21 20:39:46',0,0,0,'','e2mrthdbc9v70e6vn10cqlod02',0,'0000-00-00 00:00:00','','','','','',''),(486,'com_breezingforms',643,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-21 20:52:22',0,0,0,'','5b3b2j6bdt2gvccb1k0fnrpv71',0,'0000-00-00 00:00:00','','','','','',''),(487,'com_breezingforms',644,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-21 21:17:08',0,0,0,'','5fha26ppu02ue1kn1s6o669ue2',0,'0000-00-00 00:00:00','','','','','',''),(488,'com_breezingforms',645,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-21 23:41:22',0,0,0,'','5i1s1tpthk53f86v6hrjfhlee4',0,'0000-00-00 00:00:00','','','','','',''),(489,'com_breezingforms',646,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-22 01:37:24',0,0,0,'','dach7arc7k3d9joj7pm965n433',0,'0000-00-00 00:00:00','','','','','',''),(490,'com_breezingforms',647,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-22 06:36:08',0,0,0,'','auof6gr0a4pjnl31vvrjr58so3',0,'0000-00-00 00:00:00','','','','','',''),(491,'com_breezingforms',648,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-22 09:35:00',0,0,0,'','l4ig773cf8tb9g5ep6plbjaag2',0,'0000-00-00 00:00:00','','','','','',''),(492,'com_breezingforms',649,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-22 11:22:48',0,0,0,'','8ivlf9901rdej21fvjigq6q1u3',0,'0000-00-00 00:00:00','','','','','',''),(493,'com_breezingforms',650,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-22 12:30:36',0,0,0,'','boffb4nrti52br1j803vg2nd02',0,'0000-00-00 00:00:00','','','','','',''),(494,'com_breezingforms',651,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-22 15:20:59',0,0,0,'','1ls11o7uaekk4sr2nmdasklvq6',0,'0000-00-00 00:00:00','','','','','',''),(495,'com_breezingforms',652,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-22 19:33:58',0,0,0,'','9bcp10j3c3fk4p8ktggtfrgiq7',0,'0000-00-00 00:00:00','','','','','',''),(496,'com_breezingforms',653,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-22 20:43:48',0,0,0,'','ercukre3q1anq0m517i39io4s5',0,'0000-00-00 00:00:00','','','','','',''),(497,'com_breezingforms',654,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-22 21:40:59',0,0,0,'','r20pbplmbs8n418gc1g67tgob3',0,'0000-00-00 00:00:00','','','','','',''),(498,'com_breezingforms',655,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-22 23:04:11',0,0,0,'','8rpd4nn0tvnm4271rbuoth57h3',0,'0000-00-00 00:00:00','','','','','',''),(499,'com_breezingforms',656,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-23 01:07:37',0,0,0,'','rt58qg05io5rjqpsfs3vapg5i0',0,'0000-00-00 00:00:00','','','','','',''),(500,'com_breezingforms',657,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-23 01:44:32',0,0,0,'','4pv6ji8sjotjs603kpesdqbbg3',0,'0000-00-00 00:00:00','','','','','',''),(501,'com_breezingforms',658,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-23 02:00:40',0,0,0,'','34q5lromtjj1h5fesd2jo3as93',0,'0000-00-00 00:00:00','','','','','',''),(502,'com_breezingforms',659,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-23 03:08:33',0,0,0,'','j7pkhoc89r3icsafjg2ade23l2',0,'0000-00-00 00:00:00','','','','','',''),(503,'com_breezingforms',660,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-23 04:21:33',0,0,0,'','baah3tb1kp8b3m6uqquju30fq1',0,'0000-00-00 00:00:00','','','','','',''),(504,'com_breezingforms',661,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-23 07:00:47',0,0,0,'','9gt2h8nheidta33tk7c5mb95q5',0,'0000-00-00 00:00:00','','','','','',''),(505,'com_breezingforms',662,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-23 07:17:21',0,0,0,'','sgpv2gu94q16nq63lpji18sbu3',0,'0000-00-00 00:00:00','','','','','',''),(506,'com_breezingforms',663,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-23 07:26:11',0,0,0,'','ltjkacpfm828nau9g9v4g41e31',0,'0000-00-00 00:00:00','','','','','',''),(507,'com_breezingforms',664,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-23 12:10:25',0,0,0,'','d5phb25pau5bfmoatkpa9k63o1',0,'0000-00-00 00:00:00','','','','','',''),(508,'com_breezingforms',665,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-23 15:36:26',0,0,0,'','lb51nervp07ak3dta2vlgbvts3',0,'0000-00-00 00:00:00','','','','','',''),(509,'com_breezingforms',666,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-23 20:04:03',0,0,0,'','f91ouuhj46da0p5rgl2v05c4e0',0,'0000-00-00 00:00:00','','','','','',''),(510,'com_breezingforms',667,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-23 20:07:13',0,0,0,'','bdfq60sjebdt7hieeckkoprsq7',0,'0000-00-00 00:00:00','','','','','',''),(511,'com_breezingforms',668,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-23 22:38:48',0,0,0,'','fenpe08rjccaq024d936d5pvp2',0,'0000-00-00 00:00:00','','','','','',''),(512,'com_breezingforms',669,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-24 00:42:49',0,0,0,'','i5l8cb4oisjtfvbg633e0hei36',0,'0000-00-00 00:00:00','','','','','',''),(513,'com_breezingforms',670,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-24 01:25:27',0,0,0,'','6frccj4bicdpji2835athslmu1',0,'0000-00-00 00:00:00','','','','','',''),(514,'com_breezingforms',671,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-24 05:11:20',0,0,0,'','vavo76fisb84mqkom754e4hs51',0,'0000-00-00 00:00:00','','','','','',''),(515,'com_breezingforms',672,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-24 14:38:23',0,0,0,'','aeibohvlcp0blcr4kfg40ji4m3',0,'0000-00-00 00:00:00','','','','','',''),(516,'com_breezingforms',673,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-24 19:43:32',0,0,0,'','nnnu34ml0tm93q2u43f77ot405',0,'0000-00-00 00:00:00','','','','','',''),(517,'com_breezingforms',674,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-24 19:46:16',0,0,0,'','s61d1qhbq93vvjj5j38eoui8e5',0,'0000-00-00 00:00:00','','','','','',''),(518,'com_breezingforms',675,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-24 21:33:05',0,0,0,'','daevpkoq98tog0ll774bbj4q53',0,'0000-00-00 00:00:00','','','','','',''),(519,'com_breezingforms',676,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-24 21:56:24',0,0,0,'','vpbnpq9cskha9rmcg6fr6uluu3',0,'0000-00-00 00:00:00','','','','','',''),(520,'com_breezingforms',677,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-24 23:52:16',0,0,0,'','a334lscmk04idlcpfgkrspcbs5',0,'0000-00-00 00:00:00','','','','','',''),(521,'com_breezingforms',678,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-25 00:23:44',0,0,0,'','q548sg4cth80v49se8apmio064',0,'0000-00-00 00:00:00','','','','','',''),(522,'com_breezingforms',679,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-25 00:33:24',0,0,0,'','lgjcbp7a1lu73k2l8hgfsgudn3',0,'0000-00-00 00:00:00','','','','','',''),(523,'com_breezingforms',680,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-25 01:14:53',0,0,0,'','kkbtt3bojgikjsuagki179ho66',0,'0000-00-00 00:00:00','','','','','',''),(524,'com_breezingforms',681,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-25 04:25:44',0,0,0,'','5v5bqgrhftv31hhpqet1te6e56',0,'0000-00-00 00:00:00','','','','','',''),(525,'com_breezingforms',682,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-25 04:31:54',0,0,0,'','7afl0o04a9fdvisa1r0lot39t2',0,'0000-00-00 00:00:00','','','','','',''),(526,'com_breezingforms',683,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-25 05:03:03',0,0,0,'','48oc80u5mul75icighs4iq1f52',0,'0000-00-00 00:00:00','','','','','',''),(527,'com_breezingforms',684,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-25 16:29:03',0,0,0,'','34k03382labnqjpjaumhsoqe87',0,'0000-00-00 00:00:00','','','','','',''),(528,'com_breezingforms',685,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-25 16:54:28',0,0,0,'','brrsbshvih0l82m1kfl5co2r52',0,'0000-00-00 00:00:00','','','','','',''),(529,'com_breezingforms',686,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-25 19:49:43',0,0,0,'','3m8vi6kefnen2e3j4n23rr9526',0,'0000-00-00 00:00:00','','','','','',''),(530,'com_breezingforms',687,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-25 19:58:53',0,0,0,'','m2ddh9j85mq722v1etbm0bujl4',0,'0000-00-00 00:00:00','','','','','',''),(531,'com_breezingforms',688,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-25 20:40:39',0,0,0,'','h93s2t19a6c2d8civg70urvac6',0,'0000-00-00 00:00:00','','','','','',''),(532,'com_breezingforms',689,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-25 21:53:31',0,0,0,'','a2lpk0feiokbq40fd27lre73f6',0,'0000-00-00 00:00:00','','','','','',''),(533,'com_breezingforms',690,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-25 22:05:18',0,0,0,'','d19dlau28cqjmg6ndk9ug0ioc2',0,'0000-00-00 00:00:00','','','','','',''),(534,'com_breezingforms',691,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-25 22:53:24',0,0,0,'','dvm1k1h430d94blakend4mt6j4',0,'0000-00-00 00:00:00','','','','','',''),(535,'com_breezingforms',692,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-25 23:06:01',0,0,0,'','gsrr8k86q8s0qa0dfvoba9i8m2',0,'0000-00-00 00:00:00','','','','','',''),(536,'com_breezingforms',693,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-26 00:18:14',0,0,0,'','6u2msm06h9gjd8l5p3lk61mft6',0,'0000-00-00 00:00:00','','','','','',''),(537,'com_breezingforms',694,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-26 02:51:17',0,0,0,'','76rphquak696lu1q6uk17cp5j2',0,'0000-00-00 00:00:00','','','','','',''),(538,'com_breezingforms',695,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-26 02:54:43',0,0,0,'','qnbkuucpsfufep4u61mp82u5r2',0,'0000-00-00 00:00:00','','','','','',''),(539,'com_breezingforms',696,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-26 03:04:26',0,0,0,'','7bh58l3bgjlcb6sg87j0uh8p05',0,'0000-00-00 00:00:00','','','','','',''),(540,'com_breezingforms',697,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-26 06:11:32',0,0,0,'','gtgqc5uukm8ff3f1dm25k5b0h4',0,'0000-00-00 00:00:00','','','','','',''),(541,'com_breezingforms',698,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-26 08:10:26',0,0,0,'','mbv8fhnrb5uq13nnjle6csk4n7',0,'0000-00-00 00:00:00','','','','','',''),(542,'com_breezingforms',699,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-26 14:18:03',0,0,0,'','73247u9trojkk0f153j3ov9dk2',0,'0000-00-00 00:00:00','','','','','',''),(543,'com_breezingforms',700,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-26 14:19:36',0,0,0,'','fvki7vc6qa3arrrglcckao98h4',0,'0000-00-00 00:00:00','','','','','',''),(544,'com_breezingforms',701,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-26 17:34:44',0,0,0,'','o2ele7vtvgga0k1na5hlnsd826',0,'0000-00-00 00:00:00','','','','','',''),(545,'com_breezingforms',702,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-26 21:59:21',0,0,0,'','0ldije3g4n0us9b58s13ubl3s4',0,'0000-00-00 00:00:00','','','','','',''),(546,'com_breezingforms',703,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-27 00:27:33',0,0,0,'','b45ktfv5his3or5bgo86jqgsq3',0,'0000-00-00 00:00:00','','','','','',''),(547,'com_breezingforms',704,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-27 08:07:40',0,0,0,'','qe44jnquafsks1t827apb66u57',0,'0000-00-00 00:00:00','','','','','',''),(548,'com_breezingforms',705,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-27 10:18:04',0,0,0,'','4c5bikf63fes8g9n3rek1qsd55',0,'0000-00-00 00:00:00','','','','','',''),(549,'com_breezingforms',706,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-27 17:13:16',0,0,0,'','1infm8l1r1okoq8d5v2jt6sp27',0,'0000-00-00 00:00:00','','','','','',''),(550,'com_breezingforms',707,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-27 18:12:47',0,0,0,'','8e3vsfmcm4v5l9ggqoh8euqcb5',0,'0000-00-00 00:00:00','','','','','',''),(551,'com_breezingforms',708,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-27 23:15:26',0,0,0,'','0vb602j51i1n5ntrs33tesopb1',0,'0000-00-00 00:00:00','','','','','',''),(552,'com_breezingforms',709,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-28 01:49:37',0,0,0,'','ulp42p2p8flbdt2qp02ahph8v4',0,'0000-00-00 00:00:00','','','','','',''),(553,'com_breezingforms',710,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-28 03:50:08',0,0,0,'','3v3666eknkq3lctpiphpma0aj0',0,'0000-00-00 00:00:00','','','','','',''),(554,'com_breezingforms',711,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-28 05:19:43',0,0,0,'','6n7rgkmhhlofn8dic6ff5uu324',0,'0000-00-00 00:00:00','','','','','',''),(555,'com_breezingforms',712,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-28 09:06:41',0,0,0,'','aevmu1vupcnhk9jfus1884h1n5',0,'0000-00-00 00:00:00','','','','','',''),(556,'com_breezingforms',713,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-28 11:52:54',0,0,0,'','99i1csn0rqfjqqoldvgvk7d7m7',0,'0000-00-00 00:00:00','','','','','',''),(557,'com_breezingforms',714,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-28 11:53:08',0,0,0,'','l25i9rouilulh1qtgjctss18e3',0,'0000-00-00 00:00:00','','','','','',''),(558,'com_breezingforms',715,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-28 15:02:56',0,0,0,'','4fp0pbfadsu2e0bi0kfj2rak60',0,'0000-00-00 00:00:00','','','','','',''),(559,'com_breezingforms',716,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-28 15:34:16',0,0,0,'','et2sfmp6br2ibl245l618qi3l4',0,'0000-00-00 00:00:00','','','','','',''),(560,'com_breezingforms',717,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-28 20:57:31',0,0,0,'','ult19nkvtktkt1taumikf0hvh2',0,'0000-00-00 00:00:00','','','','','',''),(561,'com_breezingforms',718,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-28 21:22:34',0,0,0,'','rmvaks90iflccb673mi7s26uk0',0,'0000-00-00 00:00:00','','','','','',''),(562,'com_breezingforms',719,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-28 22:01:27',0,0,0,'','u7u3ukh4kj6quu1ts6h93c6so3',0,'0000-00-00 00:00:00','','','','','',''),(563,'com_breezingforms',720,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-29 02:15:32',0,0,0,'','1ub3q1hr48p3kvj41uk6c9g9s1',0,'0000-00-00 00:00:00','','','','','',''),(564,'com_breezingforms',721,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-29 06:01:06',0,0,0,'','8on0bbrabfoa8jgamsfru67lb7',0,'0000-00-00 00:00:00','','','','','',''),(565,'com_breezingforms',722,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-29 06:09:40',0,0,0,'','n5bnvf6t0of7ohtaralt9h7807',0,'0000-00-00 00:00:00','','','','','',''),(566,'com_breezingforms',723,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-29 06:36:29',0,0,0,'','3epsdmbhr411858t3m3nbqap24',0,'0000-00-00 00:00:00','','','','','',''),(567,'com_breezingforms',724,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-29 10:51:38',0,0,0,'','nsigdclfrhsi9p146nsli4tt81',0,'0000-00-00 00:00:00','','','','','',''),(568,'com_breezingforms',725,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-29 12:40:05',0,0,0,'','u4f5jimqu6u7trkbnjveknv0a3',0,'0000-00-00 00:00:00','','','','','',''),(569,'com_breezingforms',726,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-29 13:32:51',0,0,0,'','k18v8hjkh05j1nvm9mas0n56q5',0,'0000-00-00 00:00:00','','','','','',''),(570,'com_breezingforms',727,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-29 13:39:20',0,0,0,'','ogp006di407se3v61rd1d8fe92',0,'0000-00-00 00:00:00','','','','','',''),(571,'com_breezingforms',728,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-29 13:47:51',0,0,0,'','s3j21l3msivkrhhmq7c7ulodt0',0,'0000-00-00 00:00:00','','','','','',''),(572,'com_breezingforms',729,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-29 14:50:50',0,0,0,'','7e1sns27uis1p76d963g879up4',0,'0000-00-00 00:00:00','','','','','',''),(573,'com_breezingforms',730,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-29 15:27:25',0,0,0,'','o7sogin25eac953dkrq7ch4r33',0,'0000-00-00 00:00:00','','','','','',''),(574,'com_breezingforms',731,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-29 16:27:11',0,0,0,'','f6b17h3hjoelk4n1v9u3ik2tm3',0,'0000-00-00 00:00:00','','','','','',''),(575,'com_breezingforms',732,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-29 16:52:46',0,0,0,'','9veq4utq5kg7gbdrickeskfvg4',0,'0000-00-00 00:00:00','','','','','',''),(576,'com_breezingforms',733,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-29 16:56:45',0,0,0,'','nv6aitf610fedkmji77j6k38b5',0,'0000-00-00 00:00:00','','','','','',''),(577,'com_breezingforms',734,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-29 18:28:52',0,0,0,'','pthikv7iok8bm43ptsmli9j0d0',0,'0000-00-00 00:00:00','','','','','',''),(578,'com_breezingforms',735,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-29 21:14:17',0,0,0,'','fkoig3b23eqsejgdca9f54c4b1',0,'0000-00-00 00:00:00','','','','','',''),(579,'com_breezingforms',736,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-30 01:00:03',0,0,0,'','88okok19i6iauhsp4gn7kpk325',0,'0000-00-00 00:00:00','','','','','',''),(580,'com_breezingforms',737,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-30 02:00:37',0,0,0,'','9v338enegq82rb9fj1ggofosr4',0,'0000-00-00 00:00:00','','','','','',''),(581,'com_breezingforms',738,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-30 02:09:57',0,0,0,'','kt0ohb6f1fh0ep3g0b61psm0m5',0,'0000-00-00 00:00:00','','','','','',''),(582,'com_breezingforms',739,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-30 02:59:21',0,0,0,'','mqiiun8i2ptsp61hlhe8lv5ut7',0,'0000-00-00 00:00:00','','','','','',''),(583,'com_breezingforms',740,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-30 04:50:30',0,0,0,'','bq1655cg7ba83s842gr4u122l3',0,'0000-00-00 00:00:00','','','','','',''),(584,'com_breezingforms',741,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-30 07:24:38',0,0,0,'','qqqf02pdj3um27jnadkip3ka86',0,'0000-00-00 00:00:00','','','','','',''),(585,'com_breezingforms',742,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-30 09:35:51',0,0,0,'','gd840809q9ds0d008bj97oc1u4',0,'0000-00-00 00:00:00','','','','','',''),(586,'com_breezingforms',743,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-30 11:32:16',0,0,0,'','dovbho3d4e12n6v3o1k21cob76',0,'0000-00-00 00:00:00','','','','','',''),(587,'com_breezingforms',744,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-09-30 23:20:29',0,0,0,'','9mm5c48t8li7sethjidugnhr25',0,'0000-00-00 00:00:00','','','','','',''),(588,'com_breezingforms',745,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-01 01:15:28',0,0,0,'','se0eu9c4a49d0v0li3s0qojbe2',0,'0000-00-00 00:00:00','','','','','',''),(589,'com_breezingforms',746,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-01 01:44:50',0,0,0,'','phb0fvs95j0s78ccfbksbk09m3',0,'0000-00-00 00:00:00','','','','','',''),(590,'com_breezingforms',747,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-01 04:30:44',0,0,0,'','5i9vj9leq43upudfe836v600s3',0,'0000-00-00 00:00:00','','','','','',''),(591,'com_breezingforms',748,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-01 11:21:22',0,0,0,'','9thi1a4ni0gtp9qnmfu2sg1vv1',0,'0000-00-00 00:00:00','','','','','',''),(592,'com_breezingforms',749,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-01 22:26:23',0,0,0,'','fb9rhqgtjqvroe9bt2km1sfen0',0,'0000-00-00 00:00:00','','','','','',''),(593,'com_breezingforms',750,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-02 01:45:03',0,0,0,'','v9kuo3d9ashj582e10gd55le23',0,'0000-00-00 00:00:00','','','','','',''),(594,'com_breezingforms',751,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-02 05:11:20',0,0,0,'','j547uqcms7f87aejg03mcf6i46',0,'0000-00-00 00:00:00','','','','','',''),(595,'com_breezingforms',752,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-02 05:46:42',0,0,0,'','hjvgboncuhc6jhrvto4ljmmjl4',0,'0000-00-00 00:00:00','','','','','',''),(596,'com_breezingforms',753,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-02 09:22:28',0,0,0,'','9s0pd6jpfs7q8fl1m2g3i07h91',0,'0000-00-00 00:00:00','','','','','',''),(597,'com_breezingforms',754,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-02 16:35:09',0,0,0,'','ntudg1h8b7ililap7b68l7qc54',0,'0000-00-00 00:00:00','','','','','',''),(598,'com_breezingforms',755,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-02 20:22:02',0,0,0,'','3n78gdlpedblbm7q4uto76nuq7',0,'0000-00-00 00:00:00','','','','','',''),(599,'com_breezingforms',756,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-03 00:17:37',0,0,0,'','j99bjfhko8srca76q0sjri1dc3',0,'0000-00-00 00:00:00','','','','','',''),(600,'com_breezingforms',757,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-03 02:26:26',0,0,0,'','4n9lr4gvk6u9ek1nnb6vo9p846',0,'0000-00-00 00:00:00','','','','','',''),(601,'com_breezingforms',758,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-03 10:29:32',0,0,0,'','gjip91ab4222gt4ovf3d27ngs3',0,'0000-00-00 00:00:00','','','','','',''),(602,'com_breezingforms',759,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-03 15:34:02',0,0,0,'','niiibj90bjufj0hq1pvr5so6p0',0,'0000-00-00 00:00:00','','','','','',''),(603,'com_breezingforms',760,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-03 16:45:21',0,0,0,'','pkumvfo6dbeli4vv7h25djkmd6',0,'0000-00-00 00:00:00','','','','','',''),(604,'com_breezingforms',761,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-03 18:26:30',0,0,0,'','n6gegr67fkq9lf22f2qk2bk2b4',0,'0000-00-00 00:00:00','','','','','',''),(605,'com_breezingforms',762,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-03 19:26:54',0,0,0,'','kpbpvepjduigb46s4r5skb6ql6',0,'0000-00-00 00:00:00','','','','','',''),(606,'com_breezingforms',763,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-04 05:59:45',0,0,0,'','vdpucu896jk8qk8qmvgsmlngg1',0,'0000-00-00 00:00:00','','','','','',''),(607,'com_breezingforms',764,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-04 13:41:39',0,0,0,'','hsmk0odfit53u9meblvirfl0h5',0,'0000-00-00 00:00:00','','','','','',''),(608,'com_breezingforms',765,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-04 18:57:58',0,0,0,'','vupfgmqbd3v0qhdq6g6ourv3c6',0,'0000-00-00 00:00:00','','','','','',''),(609,'com_breezingforms',766,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-04 23:22:05',0,0,0,'','khse4004gltpgc3aivjtf6g7t7',0,'0000-00-00 00:00:00','','','','','',''),(610,'com_breezingforms',767,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-05 07:31:55',0,0,0,'','1pg15k7jg5h1iklqe5ri1h9jf1',0,'0000-00-00 00:00:00','','','','','',''),(611,'com_breezingforms',768,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-05 08:53:20',0,0,0,'','srh1pp6bb9u2710qln2vq98kn4',0,'0000-00-00 00:00:00','','','','','',''),(612,'com_breezingforms',769,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-05 20:07:24',0,0,0,'','5hoipsa6ped8b0mrdi2hvtmmv2',0,'0000-00-00 00:00:00','','','','','',''),(613,'com_breezingforms',770,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-05 21:50:06',0,0,0,'','h1jb3573r3fem69m4vtr6fgv60',0,'0000-00-00 00:00:00','','','','','',''),(614,'com_breezingforms',771,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-06 02:56:23',0,0,0,'','igff0478qsfreiaji4gf7h4oj1',0,'0000-00-00 00:00:00','','','','','',''),(615,'com_breezingforms',772,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-06 10:57:43',0,0,0,'','7q3hvinm9cn9tiujqpm8vdmko5',0,'0000-00-00 00:00:00','','','','','',''),(616,'com_breezingforms',773,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-06 14:44:14',0,0,0,'','2c2apprtenhqo4h368oo91hdq1',0,'0000-00-00 00:00:00','','','','','',''),(617,'com_breezingforms',774,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-06 16:56:39',0,0,0,'','ovfae3kjqaj29eadn00dbqjdh5',0,'0000-00-00 00:00:00','','','','','',''),(618,'com_breezingforms',775,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-07 00:12:41',0,0,0,'','a916tdi4vphrtc6ttoolcnmgb3',0,'0000-00-00 00:00:00','','','','','',''),(619,'com_breezingforms',776,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-07 06:17:26',0,0,0,'','uve9ed4990uo1fmf2dnvefbkt6',0,'0000-00-00 00:00:00','','','','','',''),(620,'com_breezingforms',777,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-07 08:54:58',0,0,0,'','la9jku81ot2c3nl0hlkng9qmk7',0,'0000-00-00 00:00:00','','','','','',''),(621,'com_breezingforms',778,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-07 12:00:28',0,0,0,'','i118159cgd2ruhdacitkhpakv4',0,'0000-00-00 00:00:00','','','','','',''),(622,'com_breezingforms',779,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-07 14:31:12',0,0,0,'','qto4r33uor017mka8oh9mpuh31',0,'0000-00-00 00:00:00','','','','','',''),(623,'com_breezingforms',780,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-07 14:54:10',0,0,0,'','u2n1rf47qrp979jgsm8e2017m6',0,'0000-00-00 00:00:00','','','','','',''),(624,'com_breezingforms',781,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-07 17:46:56',0,0,0,'','6nmrjs22o6k9lk1m6qgt0ogcp4',0,'0000-00-00 00:00:00','','','','','',''),(625,'com_breezingforms',782,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-07 20:31:01',0,0,0,'','snrcch6t2iof2g29ir8jskgk85',0,'0000-00-00 00:00:00','','','','','',''),(626,'com_breezingforms',783,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-07 22:37:15',0,0,0,'','20l6ff680qvjjr27rfadq74h90',0,'0000-00-00 00:00:00','','','','','',''),(627,'com_breezingforms',784,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-07 23:26:00',0,0,0,'','d4umrcnmf820lr5j5udk64do97',0,'0000-00-00 00:00:00','','','','','',''),(628,'com_breezingforms',785,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-08 01:16:38',0,0,0,'','ef1ju408n1lmpfe4o2u85touu4',0,'0000-00-00 00:00:00','','','','','',''),(629,'com_breezingforms',786,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-08 06:50:15',0,0,0,'','7i9pbcpndhe69ifl3mcilm9g67',0,'0000-00-00 00:00:00','','','','','',''),(630,'com_breezingforms',787,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-08 17:47:17',0,0,0,'','gjsqp746j665f9rbfvc3bjmq71',0,'0000-00-00 00:00:00','','','','','',''),(631,'com_breezingforms',788,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-09 00:08:03',0,0,0,'','jagnbnip1m8tbd9im1r9dteun6',0,'0000-00-00 00:00:00','','','','','',''),(632,'com_breezingforms',789,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-09 10:54:07',0,0,0,'','g4l6b6aburha8rlkvr986g7if0',0,'0000-00-00 00:00:00','','','','','',''),(633,'com_breezingforms',790,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-09 11:33:21',0,0,0,'','1u9d96lrt752fprh1saj3uld66',0,'0000-00-00 00:00:00','','','','','',''),(634,'com_breezingforms',791,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-09 11:35:39',0,0,0,'','1u9d96lrt752fprh1saj3uld66',0,'0000-00-00 00:00:00','','','','','',''),(635,'com_breezingforms',792,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-09 11:36:46',0,0,0,'','717hq8m6agfa9mgvtn0enqvc14',0,'0000-00-00 00:00:00','','','','','',''),(636,'com_breezingforms',793,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-09 11:50:48',0,0,0,'','7alqo94i8vaam7q473oma0bde0',0,'0000-00-00 00:00:00','','','','','',''),(637,'com_breezingforms',794,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-09 14:44:11',0,0,0,'','i50kds483qbb0p2gl521u9qrm1',0,'0000-00-00 00:00:00','','','','','',''),(638,'com_breezingforms',795,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-09 16:03:35',0,0,0,'','609i9gaebmbfme3o4k4laiiu34',0,'0000-00-00 00:00:00','','','','','',''),(639,'com_breezingforms',796,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-09 19:04:20',0,0,0,'','s9rgataihile41gft5nhbaatd1',0,'0000-00-00 00:00:00','','','','','',''),(640,'com_breezingforms',797,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-09 20:29:22',0,0,0,'','j8qcjibd3feg93c9cg89e7rkd6',0,'0000-00-00 00:00:00','','','','','',''),(641,'com_breezingforms',798,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-10 02:50:32',0,0,0,'','dr09ga311cgm9c5u08r45d3id1',0,'0000-00-00 00:00:00','','','','','',''),(642,'com_breezingforms',799,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-10 05:58:17',0,0,0,'','r07cnj1qqb2umgf4fka7d8rnc7',0,'0000-00-00 00:00:00','','','','','',''),(643,'com_breezingforms',800,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-10 06:38:31',0,0,0,'','9o8s2oqgrpbavfk5v0u3b1omn0',0,'0000-00-00 00:00:00','','','','','',''),(644,'com_breezingforms',801,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-10 08:11:47',0,0,0,'','oc1096un2lhqsb94npvtdpllq5',0,'0000-00-00 00:00:00','','','','','',''),(645,'com_breezingforms',802,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-10 11:43:10',0,0,0,'','d8duu3ebiru80uecu34uo4h4d3',0,'0000-00-00 00:00:00','','','','','',''),(646,'com_breezingforms',803,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-10 12:20:41',0,0,0,'','53vk18o3j11so44m922i467eu5',0,'0000-00-00 00:00:00','','','','','',''),(647,'com_breezingforms',804,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-10 18:36:40',0,0,0,'','v6dlqdkbi8orln1qtg69i6ngh5',0,'0000-00-00 00:00:00','','','','','',''),(648,'com_breezingforms',805,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-10 19:11:53',0,0,0,'','jskjgp91fis46g3mj45dc9b4q5',0,'0000-00-00 00:00:00','','','','','',''),(649,'com_breezingforms',806,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-11 09:42:54',0,0,0,'','kbbgjfbrdhjalqli2ssog8vun5',0,'0000-00-00 00:00:00','','','','','',''),(650,'com_breezingforms',807,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-11 14:07:54',0,0,0,'','rvh3m5a42esbh6s87bln60gs45',0,'0000-00-00 00:00:00','','','','','',''),(651,'com_breezingforms',808,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-11 20:53:36',0,0,0,'','3a7o43iaslmtfikm50ah2ecag2',0,'0000-00-00 00:00:00','','','','','',''),(652,'com_breezingforms',809,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-11 22:44:58',0,0,0,'','4ajt18gvs8oppd6e7d6ftk0277',0,'0000-00-00 00:00:00','','','','','',''),(653,'com_breezingforms',810,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-12 07:55:08',0,0,0,'','f3gltmvi5a7c3a21o7e78rsh94',0,'0000-00-00 00:00:00','','','','','',''),(654,'com_breezingforms',811,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-12 09:02:50',0,0,0,'','jdr3kfp4bncs8jgn2b7ec5mfu1',0,'0000-00-00 00:00:00','','','','','',''),(655,'com_breezingforms',812,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-12 09:22:11',0,0,0,'','0hmk97rgaqed8kjsi8qav6l930',0,'0000-00-00 00:00:00','','','','','',''),(656,'com_breezingforms',813,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-12 14:56:24',0,0,0,'','i7lps1lnjkk3jc6fa095724fh0',0,'0000-00-00 00:00:00','','','','','',''),(657,'com_breezingforms',814,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-13 04:54:21',0,0,0,'','fo0eu1tdmjas4isc0me813kur6',0,'0000-00-00 00:00:00','','','','','',''),(658,'com_breezingforms',815,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-13 12:51:00',0,0,0,'','f3o8f3vocbo03gjr47qs67si30',0,'0000-00-00 00:00:00','','','','','',''),(659,'com_breezingforms',816,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-13 12:55:17',0,0,0,'','h8ra1htitij27144ruuc0ekf23',0,'0000-00-00 00:00:00','','','','','',''),(660,'com_breezingforms',817,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-14 05:23:32',0,0,0,'','cl6883sm3d3bji2ljfnpq7rjt3',0,'0000-00-00 00:00:00','','','','','',''),(661,'com_breezingforms',818,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-14 06:34:49',0,0,0,'','5np9v2r7e3oktmi0jjn2s4l5o6',0,'0000-00-00 00:00:00','','','','','',''),(662,'com_breezingforms',819,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-14 10:36:19',0,0,0,'','b2jriemvhgfskgjmh09m03t5r3',0,'0000-00-00 00:00:00','','','','','',''),(663,'com_breezingforms',820,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-14 10:39:03',0,0,0,'','0vbcj4dao3rlac49cgcpf37rm7',0,'0000-00-00 00:00:00','','','','','',''),(664,'com_breezingforms',821,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-15 01:19:49',0,0,0,'','1sa11j2atu7hqtbpif9sjj15e2',0,'0000-00-00 00:00:00','','','','','',''),(665,'com_breezingforms',822,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-15 05:45:33',0,0,0,'','dp0986hlvvesr61et1de1v8nd5',0,'0000-00-00 00:00:00','','','','','',''),(666,'com_breezingforms',823,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-15 14:18:37',0,0,0,'','15rsa0hjj8a39tkjiklcichdr2',0,'0000-00-00 00:00:00','','','','','',''),(667,'com_breezingforms',824,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-15 19:19:21',0,0,0,'','3hcoq7tculjk24nf9s051llg96',0,'0000-00-00 00:00:00','','','','','',''),(668,'com_breezingforms',825,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-15 19:46:58',0,0,0,'','gditjtkt6t7ojt17an17e7urt0',0,'0000-00-00 00:00:00','','','','','',''),(669,'com_breezingforms',826,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-16 10:07:04',0,0,0,'','g7l0pcoauius16d67ifpfg3es4',0,'0000-00-00 00:00:00','','','','','',''),(670,'com_breezingforms',827,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-16 16:04:28',0,0,0,'','1oaarvac6pva5ep7g4b7h4lpv2',0,'0000-00-00 00:00:00','','','','','',''),(671,'com_breezingforms',828,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-16 16:12:35',0,0,0,'','8cmk3dh9gpa5lip0savm947ji2',0,'0000-00-00 00:00:00','','','','','',''),(672,'com_breezingforms',829,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-16 16:42:57',0,0,0,'','8njcvu3aogft8e4g5qifo4esg4',0,'0000-00-00 00:00:00','','','','','',''),(673,'com_breezingforms',830,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-16 20:11:07',0,0,0,'','jjib5n89mh1ef91jq1gcim1e04',0,'0000-00-00 00:00:00','','','','','',''),(674,'com_breezingforms',831,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-16 21:22:37',0,0,0,'','83mfq62vipsrf5fooihj5bgf61',0,'0000-00-00 00:00:00','','','','','',''),(675,'com_breezingforms',832,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-17 07:25:27',0,0,0,'','fk5jmucb3c5pj5i7ihdp8ro5r3',0,'0000-00-00 00:00:00','','','','','',''),(676,'com_breezingforms',833,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-17 07:26:14',0,0,0,'','qmo6sa1sqfumhko4tv0auhgar0',0,'0000-00-00 00:00:00','','','','','',''),(677,'com_breezingforms',834,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-17 07:43:45',0,0,0,'','cgkog0tq1lu29kglhgikatllf5',0,'0000-00-00 00:00:00','','','','','',''),(678,'com_breezingforms',835,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-17 09:05:21',0,0,0,'','fecagfu302e4l8s1jcjgvdnjb2',0,'0000-00-00 00:00:00','','','','','',''),(679,'com_breezingforms',836,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-17 09:16:41',0,0,0,'','9gjktv7vpm3gqjd7n285vg7qe1',0,'0000-00-00 00:00:00','','','','','',''),(680,'com_breezingforms',837,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-17 09:33:06',0,0,0,'','48bk4t5uuhi0j2hhipr7a9vlr4',0,'0000-00-00 00:00:00','','','','','',''),(681,'com_breezingforms',838,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-17 10:46:03',0,0,0,'','jubre4af1nktc57he1e2te7f94',0,'0000-00-00 00:00:00','','','','','',''),(682,'com_breezingforms',839,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-17 11:19:12',0,0,0,'','jtt2mb11pd866gfp6vq52vldc7',0,'0000-00-00 00:00:00','','','','','',''),(683,'com_breezingforms',840,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-17 18:24:59',0,0,0,'','unar1ghnu32lrn34fmi3vd1aq4',0,'0000-00-00 00:00:00','','','','','',''),(684,'com_breezingforms',841,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-17 18:48:59',0,0,0,'','pfqblbk9i9dkk0l6qfrc8krs65',0,'0000-00-00 00:00:00','','','','','',''),(685,'com_breezingforms',842,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-17 20:19:59',0,0,0,'','a4dedjcfi8rddqanut2bn45164',0,'0000-00-00 00:00:00','','','','','',''),(686,'com_breezingforms',843,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-17 21:23:00',0,0,0,'','a03pf78cenq9kmqa1pq9et1bh5',0,'0000-00-00 00:00:00','','','','','',''),(687,'com_breezingforms',844,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-18 04:40:09',0,0,0,'','rvs0ai0usgm10qg55f5r7qh7j6',0,'0000-00-00 00:00:00','','','','','',''),(688,'com_breezingforms',845,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-18 14:56:20',0,0,0,'','jp5o3ekljhsao7mkq35so9t8h4',0,'0000-00-00 00:00:00','','','','','',''),(689,'com_breezingforms',846,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-18 22:02:16',0,0,0,'','qo3do129ds1mknri9kugu33uv6',0,'0000-00-00 00:00:00','','','','','',''),(690,'com_breezingforms',847,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-19 00:10:53',0,0,0,'','o9bf6fpr2i0pkchip6ijfdru72',0,'0000-00-00 00:00:00','','','','','',''),(691,'com_breezingforms',848,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-19 08:22:35',0,0,0,'','vf2f25nh82g23hdd9g35sv91i2',0,'0000-00-00 00:00:00','','','','','',''),(692,'com_breezingforms',849,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-19 09:06:58',0,0,0,'','bqabpp6a8stbl1h5q76jvs9hb1',0,'0000-00-00 00:00:00','','','','','',''),(693,'com_breezingforms',850,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-19 09:59:07',0,0,0,'','2f0lq89hnvv342kmkcjl773rn2',0,'0000-00-00 00:00:00','','','','','',''),(694,'com_breezingforms',851,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-19 17:17:58',0,0,0,'','o37sqvr1shjnl56di1auvu5ch7',0,'0000-00-00 00:00:00','','','','','',''),(695,'com_breezingforms',852,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-19 21:06:52',0,0,0,'','3sphgtcgho52mil14stv760oc5',0,'0000-00-00 00:00:00','','','','','',''),(696,'com_breezingforms',853,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-19 21:29:51',0,0,0,'','2fcl88kidlg5ap4tss83kaaf70',0,'0000-00-00 00:00:00','','','','','',''),(697,'com_breezingforms',854,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-19 21:30:46',0,0,0,'','fh9cvb2g40cj6m496iiesia5f1',0,'0000-00-00 00:00:00','','','','','',''),(698,'com_breezingforms',855,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-20 01:11:21',0,0,0,'','tadddhpmghnadunsq3f7bg8nt5',0,'0000-00-00 00:00:00','','','','','',''),(699,'com_breezingforms',856,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-20 04:19:00',0,0,0,'','s5tjkde9j4n1dboa1ag679nhd6',0,'0000-00-00 00:00:00','','','','','',''),(700,'com_breezingforms',857,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-20 08:16:00',0,0,0,'','mqkulptmem4p15a6ljr8uojhd6',0,'0000-00-00 00:00:00','','','','','',''),(701,'com_breezingforms',858,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-20 08:40:52',0,0,0,'','jgikskovn3r1d8m7c8eg87j380',0,'0000-00-00 00:00:00','','','','','',''),(702,'com_breezingforms',859,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-20 10:31:53',0,0,0,'','3i8j0q916jhfnbudllhf4hbkg3',0,'0000-00-00 00:00:00','','','','','',''),(703,'com_breezingforms',860,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-20 11:55:59',0,0,0,'','qcva0ut2o2lbdvmgr7j1oomhk4',0,'0000-00-00 00:00:00','','','','','',''),(704,'com_breezingforms',861,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-20 12:47:29',0,0,0,'','8141uqau60p1hkjthu579ad0r5',0,'0000-00-00 00:00:00','','','','','',''),(705,'com_breezingforms',862,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-20 18:07:13',0,0,0,'','3ik3gc0k4i6dapnq02qv8ghhe6',0,'0000-00-00 00:00:00','','','','','',''),(706,'com_breezingforms',863,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-20 19:56:48',0,0,0,'','lpnumc16nu7j8ajpvabhlrk446',0,'0000-00-00 00:00:00','','','','','',''),(707,'com_breezingforms',864,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-20 21:22:26',0,0,0,'','5mn394dbpds9lkt32d82r9c843',0,'0000-00-00 00:00:00','','','','','',''),(708,'com_breezingforms',865,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-20 22:42:42',0,0,0,'','k2acq89m5a18c2ev1hd5nhn0b0',0,'0000-00-00 00:00:00','','','','','',''),(709,'com_breezingforms',866,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-21 03:57:46',0,0,0,'','qh1m76ad1ssl2sfi3nqa21e812',0,'0000-00-00 00:00:00','','','','','',''),(710,'com_breezingforms',867,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-21 10:31:23',0,0,0,'','cvadhqqor8q1aeg8ih58d324a3',0,'0000-00-00 00:00:00','','','','','',''),(711,'com_breezingforms',868,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-21 15:50:00',0,0,0,'','9mq6b7eqchs345siqh5prrhr83',0,'0000-00-00 00:00:00','','','','','',''),(712,'com_breezingforms',869,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-21 21:59:04',0,0,0,'','a4mb8hf4c6d1kgoa8fcteer7n4',0,'0000-00-00 00:00:00','','','','','',''),(713,'com_breezingforms',870,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-22 06:24:46',0,0,0,'','f4u72rjhb2jcj4jd01vnpq4671',0,'0000-00-00 00:00:00','','','','','',''),(714,'com_breezingforms',871,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-22 08:56:57',0,0,0,'','dmo6a7t7err0d0ihrqdi9f2h95',0,'0000-00-00 00:00:00','','','','','',''),(715,'com_breezingforms',872,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-22 13:34:19',0,0,0,'','tf78s5p2ldhe5t1lve7um7noa5',0,'0000-00-00 00:00:00','','','','','',''),(716,'com_breezingforms',873,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-22 14:21:29',0,0,0,'','ju9g2t34r1599qp4nlm0e2rpl4',0,'0000-00-00 00:00:00','','','','','',''),(717,'com_breezingforms',874,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-22 15:01:43',0,0,0,'','ikrs0as4phtm5tiqgn7093vlh4',0,'0000-00-00 00:00:00','','','','','',''),(718,'com_breezingforms',875,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-22 17:39:00',0,0,0,'','77p49bfq3af3j7gq1l7stkhce7',0,'0000-00-00 00:00:00','','','','','',''),(719,'com_breezingforms',876,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-23 17:51:35',0,0,0,'','7suctuvkdo9aidfcdjgieha3j5',0,'0000-00-00 00:00:00','','','','','',''),(720,'com_breezingforms',877,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-23 19:29:44',0,0,0,'','vr7i2e5iqj0g1kfotf94mfc234',0,'0000-00-00 00:00:00','','','','','',''),(721,'com_breezingforms',878,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-24 05:25:15',0,0,0,'','suaqqi22q2vbgscvn3uqtjnnh4',0,'0000-00-00 00:00:00','','','','','',''),(722,'com_breezingforms',879,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-24 11:09:45',0,0,0,'','qthlspd1r09pajfdflqtu6sld0',0,'0000-00-00 00:00:00','','','','','',''),(723,'com_breezingforms',880,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-25 06:01:22',0,0,0,'','7d454763osocgvmulbs60ni504',0,'0000-00-00 00:00:00','','','','','',''),(724,'com_breezingforms',881,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-26 00:53:09',0,0,0,'','vu8qc4ilph5mlp4sns5ikd0f54',0,'0000-00-00 00:00:00','','','','','',''),(725,'com_breezingforms',882,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-26 01:57:06',0,0,0,'','2dqeb15686fppfljaks192j8d5',0,'0000-00-00 00:00:00','','','','','',''),(726,'com_breezingforms',883,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-26 07:24:26',0,0,0,'','a56f2euqm3ilbl2emoc5r7t4i4',0,'0000-00-00 00:00:00','','','','','',''),(727,'com_breezingforms',884,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-26 11:43:02',0,0,0,'','5gg98tlmb40c0psj5pmjch0jl6',0,'0000-00-00 00:00:00','','','','','',''),(728,'com_breezingforms',885,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-26 12:08:38',0,0,0,'','iulj0837l315icggmqedhunlv2',0,'0000-00-00 00:00:00','','','','','',''),(729,'com_breezingforms',886,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-26 17:17:06',0,0,0,'','9t7egki15pi4sp3p16kraep1g0',0,'0000-00-00 00:00:00','','','','','',''),(730,'com_breezingforms',887,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-27 02:51:28',0,0,0,'','bthfl5oi8aghkhcn14q247frv5',0,'0000-00-00 00:00:00','','','','','',''),(731,'com_breezingforms',888,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-27 03:59:16',0,0,0,'','sar718us5i3tbf0hps02vj6566',0,'0000-00-00 00:00:00','','','','','',''),(732,'com_breezingforms',889,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-27 06:25:00',0,0,0,'','cjc15q8hfqkmiklbefojl9hof1',0,'0000-00-00 00:00:00','','','','','',''),(733,'com_breezingforms',890,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-27 13:08:20',0,0,0,'','1omves9jq1726tmj4kr1mt4qf7',0,'0000-00-00 00:00:00','','','','','',''),(734,'com_breezingforms',891,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-28 01:53:36',0,0,0,'','ti4ad5rck5qeucfkvva9p2cd83',0,'0000-00-00 00:00:00','','','','','',''),(735,'com_breezingforms',892,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-28 12:54:14',0,0,0,'','avmf65vg74j8apdfc70bt1sd82',0,'0000-00-00 00:00:00','','','','','',''),(736,'com_breezingforms',893,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-29 07:33:08',0,0,0,'','uha6bu59nvcbueu448b9uen6p0',0,'0000-00-00 00:00:00','','','','','',''),(737,'com_breezingforms',894,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-30 01:42:14',0,0,0,'','7edumd7vhhcn0lesr3e2rj7i34',0,'0000-00-00 00:00:00','','','','','',''),(738,'com_breezingforms',895,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-30 16:10:49',0,0,0,'','kn24cvv7cbd1m6h9ukg6dujd07',0,'0000-00-00 00:00:00','','','','','',''),(739,'com_breezingforms',896,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-30 19:24:54',0,0,0,'','qpmrko5e8sncmb7em92m4njg31',0,'0000-00-00 00:00:00','','','','','',''),(740,'com_breezingforms',897,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-31 03:11:03',0,0,0,'','v5o9it0krgj23u30qgl46s1hk7',0,'0000-00-00 00:00:00','','','','','',''),(741,'com_breezingforms',898,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-10-31 21:15:41',0,0,0,'','8l8hpu35uji220oejnmc4oiv46',0,'0000-00-00 00:00:00','','','','','',''),(742,'com_breezingforms',899,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-11-01 00:08:45',0,0,0,'','s6a3gk6m1d8s2d9n6cicntmni3',0,'0000-00-00 00:00:00','','','','','',''),(743,'com_breezingforms',900,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-11-01 01:09:27',0,0,0,'','c3q79pt2of62u69g7bdq2lf7k2',0,'0000-00-00 00:00:00','','','','','',''),(744,'com_breezingforms',901,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-11-01 07:26:23',0,0,0,'','5onusmm51guv5rkbla4f234hp2',0,'0000-00-00 00:00:00','','','','','',''),(745,'com_breezingforms',902,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-11-01 11:04:15',0,0,0,'','ca2ueaodq0p190ka884ulocr52',0,'0000-00-00 00:00:00','','','','','',''),(746,'com_breezingforms',903,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-11-01 15:42:14',0,0,0,'','f70u2681m0ud1iil1bkcv2teu4',0,'0000-00-00 00:00:00','','','','','',''),(747,'com_breezingforms',904,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-11-02 16:03:45',0,0,0,'','bhtcnbihim1jm73hn1e8m024g1',0,'0000-00-00 00:00:00','','','','','',''),(748,'com_breezingforms',905,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-11-03 08:17:41',0,0,0,'','ufb9am9gr9nb7nqg69n359c0h1',0,'0000-00-00 00:00:00','','','','','',''),(749,'com_breezingforms',906,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-11-03 08:27:25',0,0,0,'','eq2dsnq9s9om7frbbae05fjsj5',0,'0000-00-00 00:00:00','','','','','',''),(750,'com_breezingforms',907,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-11-03 10:16:43',0,0,0,'','idduq2aj0qleanq5o8t867nt16',0,'0000-00-00 00:00:00','','','','','',''),(751,'com_breezingforms',908,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-11-03 10:43:22',0,0,0,'','qcnad1b72f01cba85sec9uu8f6',0,'0000-00-00 00:00:00','','','','','',''),(752,'com_breezingforms',909,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-11-03 13:41:33',0,0,0,'','32tb2meut6u5oob3a097irolo0',0,'0000-00-00 00:00:00','','','','','',''),(753,'com_breezingforms',910,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-11-03 16:45:10',0,0,0,'','2ukokc8hi4kphfk4pd5cmpopk0',0,'0000-00-00 00:00:00','','','','','',''),(754,'com_breezingforms',911,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-11-04 10:32:41',0,0,0,'','012u261rca15upi62hpcp0i972',0,'0000-00-00 00:00:00','','','','','',''),(755,'com_breezingforms',912,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-11-04 13:58:32',0,0,0,'','ku4fo8ql0ehjp4c5r0lio4lt36',0,'0000-00-00 00:00:00','','','','','',''),(756,'com_breezingforms',913,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-11-04 14:54:06',0,0,0,'','dotojhmbqrjru0a8b5r9idmsb7',0,'0000-00-00 00:00:00','','','','','',''),(757,'com_breezingforms',914,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-11-04 21:13:32',0,0,0,'','a95e2rfa3ajspda4mkbn3kbb33',0,'0000-00-00 00:00:00','','','','','',''),(758,'com_breezingforms',915,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-11-05 05:37:30',0,0,0,'','o8440mmamvrbjj0o9hfkp32nq5',0,'0000-00-00 00:00:00','','','','','',''),(759,'com_breezingforms',916,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-11-05 07:23:42',0,0,0,'','9pohru0kl202r0hmsiesqg8ac5',0,'0000-00-00 00:00:00','','','','','',''),(760,'com_breezingforms',917,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-11-05 14:17:35',0,0,0,'','4rjj93r49fadvae6hbi01dmpn6',0,'0000-00-00 00:00:00','','','','','',''),(761,'com_breezingforms',918,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-11-05 18:39:50',0,0,0,'','m1ivqo4b1cdjkkedkvcg4jcch3',0,'0000-00-00 00:00:00','','','','','',''),(762,'com_breezingforms',919,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-11-05 23:03:38',0,0,0,'','tnb5rt6q7pcq9u3t0av620inq6',0,'0000-00-00 00:00:00','','','','','',''),(763,'com_breezingforms',920,6,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-11-06 04:14:33',0,0,0,'','84vq1mrpoqiclb9be95krcua96',0,'0000-00-00 00:00:00','','','','','',''),(764,'com_breezingforms',921,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-11-30 09:54:31',0,0,0,'','5bc351si75eh8sb9bb3ao8f941',0,'0000-00-00 00:00:00','','','','','',''),(765,'com_breezingforms',922,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2017-11-30 10:23:14',0,0,0,'','5bc351si75eh8sb9bb3ao8f941',0,'0000-00-00 00:00:00','','','','','',''),(766,'com_breezingforms',923,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-01-07 00:02:48',0,0,0,'','fdbt0m4e1pmoegbllctvgfmk06',0,'0000-00-00 00:00:00','','','','','',''),(767,'com_breezingforms',924,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-01-08 08:21:39',0,0,0,'','cmbg6me9k1308jai65bi2mc4u0',0,'0000-00-00 00:00:00','','','','','',''),(768,'com_breezingforms',925,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-01-10 09:49:18',0,0,0,'','km4smhbse31tk1d0uggc3gs5a5',0,'0000-00-00 00:00:00','','','','','',''),(769,'com_breezingforms',926,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-01-10 10:40:01',0,0,0,'','6ptkvtvk0rp3ugaeijod6ju023',0,'0000-00-00 00:00:00','','','','','',''),(770,'com_breezingforms',927,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-01-10 11:35:29',0,0,0,'','4bg770clc52nclutmmhdbqjgg7',0,'0000-00-00 00:00:00','','','','','',''),(771,'com_breezingforms',928,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-01-11 08:23:25',0,0,0,'','ta52bof9qka207e439a1p3qah5',0,'0000-00-00 00:00:00','','','','','',''),(772,'com_breezingforms',929,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-01-12 13:29:34',0,0,0,'','2fdglhna7h6h8u113fuqpsqo26',0,'0000-00-00 00:00:00','','','','','',''),(773,'com_breezingforms',930,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-01-15 14:15:39',0,0,0,'','nu2bfn55j2l45tu6u81a4216e7',0,'0000-00-00 00:00:00','','','','','',''),(774,'com_breezingforms',931,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-01-21 08:52:22',0,0,0,'','acl7opnjtv12b5u8rr2bvac293',0,'0000-00-00 00:00:00','','','','','',''),(775,'com_breezingforms',932,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-01-21 18:03:07',0,0,0,'','12sos6n7j431r1p8kivhvt14s6',0,'0000-00-00 00:00:00','','','','','',''),(776,'com_breezingforms',933,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-01-25 13:48:39',0,0,0,'','mef84memftt0apt25prqiips51',0,'0000-00-00 00:00:00','','','','','',''),(777,'com_breezingforms',934,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-01-25 13:58:27',0,0,0,'','mef84memftt0apt25prqiips51',0,'0000-00-00 00:00:00','','','','','',''),(778,'com_breezingforms',935,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-01-28 14:31:40',0,0,0,'','3fq22clutsfjroa2vanmtmtvd7',0,'0000-00-00 00:00:00','','','','','',''),(779,'com_breezingforms',936,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-01-28 15:53:36',0,0,0,'','robb5ut1chsp77146tdmmig9o2',0,'0000-00-00 00:00:00','','','','','',''),(780,'com_breezingforms',937,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-01-31 07:16:24',0,0,0,'','72aamghl2m73j1hahcj8tul3o2',0,'0000-00-00 00:00:00','','','','','',''),(781,'com_breezingforms',938,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-01-31 11:39:39',0,0,0,'','44sl2gje9v78hoiecd4esla7f4',0,'0000-00-00 00:00:00','','','','','',''),(782,'com_breezingforms',939,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-01-31 13:07:46',0,0,0,'','a7du6b10ut6oq16n81occ27vo3',0,'0000-00-00 00:00:00','','','','','',''),(783,'com_breezingforms',940,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-02-01 10:47:03',0,0,0,'','s3okomeclla05i67cb5qivupe6',0,'0000-00-00 00:00:00','','','','','',''),(784,'com_breezingforms',941,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-02-01 10:48:15',0,0,0,'','s3okomeclla05i67cb5qivupe6',0,'0000-00-00 00:00:00','','','','','',''),(785,'com_breezingforms',942,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-02-01 10:56:50',0,0,0,'','s3okomeclla05i67cb5qivupe6',0,'0000-00-00 00:00:00','','','','','',''),(786,'com_breezingforms',943,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-02-02 01:07:55',0,0,0,'','c7g4mm756dch963q93u6bentp1',0,'0000-00-00 00:00:00','','','','','',''),(787,'com_breezingforms',944,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-02-03 06:24:04',0,0,0,'','dql66htpkkukd0it8t5m4fgcq3',0,'0000-00-00 00:00:00','','','','','',''),(788,'com_breezingforms',945,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-02-07 08:22:28',0,0,0,'','mfqk86ltjo3i6s1epadqes1f04',0,'0000-00-00 00:00:00','','','','','',''),(789,'com_breezingforms',946,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-02-07 23:03:57',0,0,0,'','a7a4f6liuh2eerp71sb7ql0p64',0,'0000-00-00 00:00:00','','','','','',''),(790,'com_breezingforms',947,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-02-08 10:58:22',0,0,0,'','ermbmhbnp5bpm93otjtpio3bo2',0,'0000-00-00 00:00:00','','','','','',''),(791,'com_breezingforms',948,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-02-16 06:06:18',0,0,0,'','gn4q699p6d136kbaic82q675v6',0,'0000-00-00 00:00:00','','','','','',''),(792,'com_breezingforms',949,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-02-18 12:18:29',0,0,0,'','54q098h255qq6m14l1iibenr91',0,'0000-00-00 00:00:00','','','','','',''),(793,'com_breezingforms',950,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-02-18 19:08:15',0,0,0,'','6g6osc6mgvjj9a4kr8ega5kgv6',0,'0000-00-00 00:00:00','','','','','',''),(794,'com_breezingforms',951,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-02-21 18:38:54',0,0,0,'','6bu1qveqc6chnjtoaf8b0ttgn2',0,'0000-00-00 00:00:00','','','','','',''),(795,'com_breezingforms',952,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-02-22 23:37:01',0,0,0,'','28tqj6gsr9gahj0od4rav9l8g2',0,'0000-00-00 00:00:00','','','','','',''),(796,'com_breezingforms',953,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-02-24 17:43:27',0,0,0,'','jh5o36t73tljldvgh9du49fm56',0,'0000-00-00 00:00:00','','','','','',''),(797,'com_breezingforms',954,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-02-26 13:20:19',0,0,0,'','aacrefb1h9n5796ca6j9qomqq1',0,'0000-00-00 00:00:00','','','','','',''),(798,'com_breezingforms',955,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-03-01 12:58:42',0,0,0,'','5maahlphm6ei534tqh3gnnnen0',0,'0000-00-00 00:00:00','','','','','',''),(799,'com_breezingforms',956,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-03-02 11:27:29',0,0,0,'','sn9cecsl87fmm4st36bg1e3ho2',0,'0000-00-00 00:00:00','','','','','',''),(800,'com_breezingforms',957,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-03-06 13:46:10',0,0,0,'','mbnpt316li2onkodokmh5eej67',0,'0000-00-00 00:00:00','','','','','',''),(801,'com_breezingforms',958,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-03-09 19:59:52',0,0,0,'','kho95lmsadq7j47mqlii9mms40',0,'0000-00-00 00:00:00','','','','','',''),(802,'com_breezingforms',959,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-03-11 08:15:23',0,0,0,'','uohabk96hfj421vi52b7ugj927',0,'0000-00-00 00:00:00','','','','','',''),(803,'com_breezingforms',960,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-03-13 14:37:46',0,0,0,'','qkp7nvh11mftea0vsm1mcskdf4',0,'0000-00-00 00:00:00','','','','','',''),(804,'com_breezingforms',961,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-03-14 14:25:47',0,0,0,'','hf1q1thg30bri8vva7j480s9q4',0,'0000-00-00 00:00:00','','','','','',''),(805,'com_breezingforms',962,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-03-26 09:22:51',0,0,0,'','d542rv8r8r7r43n1nihlnfvrd6',0,'0000-00-00 00:00:00','','','','','',''),(806,'com_breezingforms',963,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-03-26 09:25:33',0,0,0,'','d542rv8r8r7r43n1nihlnfvrd6',0,'0000-00-00 00:00:00','','','','','',''),(807,'com_breezingforms',964,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-03-31 10:46:43',0,0,0,'','fogko12rc5buuf8fqp10b9fa80',0,'0000-00-00 00:00:00','','','','','',''),(808,'com_breezingforms',965,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-04-05 10:08:43',0,0,0,'','30oqc8l5noohbmcpsms5co7oa0',0,'0000-00-00 00:00:00','','','','','',''),(809,'com_breezingforms',966,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-04-06 13:56:03',0,0,0,'','3lr23l7kkitbfo0ljtoi4e8jk4',0,'0000-00-00 00:00:00','','','','','',''),(810,'com_breezingforms',967,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-04-07 17:24:00',0,0,0,'','po2eq63htbck01ai3e2u0n7u71',0,'0000-00-00 00:00:00','','','','','',''),(811,'com_breezingforms',968,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-04-07 21:00:04',0,0,0,'','hq8clm9pmdbt279m8869t81nv2',0,'0000-00-00 00:00:00','','','','','',''),(812,'com_breezingforms',969,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-04-09 15:37:02',0,0,0,'','b2uq69ftn75891bra5epsscfu1',0,'0000-00-00 00:00:00','','','','','',''),(813,'com_breezingforms',970,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-04-10 09:42:30',0,0,0,'','bc4cruocltc4le2ja21b0jslr2',0,'0000-00-00 00:00:00','','','','','',''),(814,'com_breezingforms',971,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-04-10 09:45:24',0,0,0,'','fvdhrc0iu0kdhvbnnfrqughdj5',0,'0000-00-00 00:00:00','','','','','',''),(815,'com_breezingforms',972,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-04-16 17:36:11',0,0,0,'','t5dri5gstoruk5ibpkb78cfts0',0,'0000-00-00 00:00:00','','','','','',''),(816,'com_breezingforms',973,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-04-16 17:42:55',0,0,0,'','t5dri5gstoruk5ibpkb78cfts0',0,'0000-00-00 00:00:00','','','','','',''),(817,'com_breezingforms',974,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-04-19 07:42:02',0,0,0,'','jmotpqrqrt8dvqf4hkvb1va2i1',0,'0000-00-00 00:00:00','','','','','',''),(818,'com_breezingforms',975,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-04-19 08:46:43',0,0,0,'','aev4ksgdev1h7fu2mrlj19sah1',0,'0000-00-00 00:00:00','','','','','',''),(819,'com_breezingforms',976,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-04-20 02:15:06',0,0,0,'','el5d51flku0df6vjt816pu0817',0,'0000-00-00 00:00:00','','','','','',''),(820,'com_breezingforms',977,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-04-20 02:29:11',0,0,0,'','gt36mtqutni6tnr5oe2drpvvk2',0,'0000-00-00 00:00:00','','','','','',''),(821,'com_breezingforms',978,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-04-20 02:41:06',0,0,0,'','gt36mtqutni6tnr5oe2drpvvk2',0,'0000-00-00 00:00:00','','','','','',''),(822,'com_breezingforms',979,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-04-20 03:11:11',0,0,0,'','gt36mtqutni6tnr5oe2drpvvk2',0,'0000-00-00 00:00:00','','','','','',''),(823,'com_breezingforms',980,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-04-21 21:37:47',0,0,0,'','jm9efvt2nkslg1mcq3n1b55so7',0,'0000-00-00 00:00:00','','','','','',''),(824,'com_breezingforms',981,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-04-22 10:33:39',0,0,0,'','frai69k9i6mo2s565isi8p0163',0,'0000-00-00 00:00:00','','','','','',''),(825,'com_breezingforms',982,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-04-22 10:46:44',0,0,0,'','d63qdqh605vgmgo33fka9ofce0',0,'0000-00-00 00:00:00','','','','','',''),(826,'com_breezingforms',983,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-04-23 15:40:58',0,0,0,'','vttbqpr7tnqqdq3f9bs6gdc6l5',0,'0000-00-00 00:00:00','','','','','',''),(827,'com_breezingforms',984,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-04-26 00:31:42',0,0,0,'','r1qsi7j7bf4f2kmf04dal6l7a2',0,'0000-00-00 00:00:00','','','','','',''),(828,'com_breezingforms',985,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-04-28 09:20:28',0,0,0,'','678pfgee8a1t9l7k57l9c9icp4',0,'0000-00-00 00:00:00','','','','','',''),(829,'com_breezingforms',986,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-04-28 18:02:10',0,0,0,'','8dqlvv982akt4j4ips73pgm8r5',0,'0000-00-00 00:00:00','','','','','',''),(830,'com_breezingforms',987,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-05-03 07:04:21',0,0,0,'','hegjb6oujub0qu6qaku6b37sb5',0,'0000-00-00 00:00:00','','','','','',''),(831,'com_breezingforms',988,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-05-03 18:44:01',0,0,0,'','gfopa4hst37isvijk3jdirgfn7',0,'0000-00-00 00:00:00','','','','','',''),(832,'com_breezingforms',989,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-05-05 11:43:56',0,0,0,'','t3jfirrqplmldhulp9v1m7vkh3',0,'0000-00-00 00:00:00','','','','','',''),(833,'com_breezingforms',990,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-05-07 12:34:54',0,0,0,'','gnn2dtr107krg9sq7pktrh52l3',0,'0000-00-00 00:00:00','','','','','',''),(834,'com_breezingforms',991,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-05-07 12:36:08',0,0,0,'','gnn2dtr107krg9sq7pktrh52l3',0,'0000-00-00 00:00:00','','','','','',''),(835,'com_breezingforms',992,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-05-07 12:36:53',0,0,0,'','gnn2dtr107krg9sq7pktrh52l3',0,'0000-00-00 00:00:00','','','','','',''),(836,'com_breezingforms',993,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-05-08 07:16:42',0,0,0,'','2l8t4oghpbl6e0vn0becabmuj4',0,'0000-00-00 00:00:00','','','','','',''),(837,'com_breezingforms',994,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-05-09 06:28:06',0,0,0,'','fgb5nf5v6mlgihm9kfkh5kd9q0',0,'0000-00-00 00:00:00','','','','','',''),(838,'com_breezingforms',995,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-05-09 15:02:11',0,0,0,'','fgb5nf5v6mlgihm9kfkh5kd9q0',0,'0000-00-00 00:00:00','','','','','',''),(839,'com_breezingforms',996,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-05-10 07:53:04',0,0,0,'','8e8apskf7vt7r8b0sqf7mahqj0',0,'0000-00-00 00:00:00','','','','','',''),(840,'com_breezingforms',997,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-05-10 11:19:11',0,0,0,'','7gtmb22hihvi8ocr2hv0h7o4t3',0,'0000-00-00 00:00:00','','','','','',''),(841,'com_breezingforms',998,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-05-11 05:40:09',0,0,0,'','8do5ls6e143cm0c7a3s06o3260',0,'0000-00-00 00:00:00','','','','','',''),(842,'com_breezingforms',999,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-05-11 08:52:51',0,0,0,'','ts77lcprfc8l5fednbodstvfi7',0,'0000-00-00 00:00:00','','','','','',''),(843,'com_breezingforms',1000,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-05-11 09:15:09',0,0,0,'','ts77lcprfc8l5fednbodstvfi7',0,'0000-00-00 00:00:00','','','','','',''),(844,'com_breezingforms',1001,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-05-12 22:13:43',0,0,0,'','5i661vqaj167miun9640o39jo7',0,'0000-00-00 00:00:00','','','','','',''),(845,'com_breezingforms',1002,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-05-13 06:03:40',0,0,0,'','5i661vqaj167miun9640o39jo7',0,'0000-00-00 00:00:00','','','','','',''),(846,'com_breezingforms',1003,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-05-13 12:28:03',0,0,0,'','vadiqac9cdlnicqo7l3fg15kc4',0,'0000-00-00 00:00:00','','','','','',''),(847,'com_breezingforms',1004,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-05-14 12:11:05',0,0,0,'','koupacfgrt82032eq811a0nc13',0,'0000-00-00 00:00:00','','','','','',''),(848,'com_breezingforms',1005,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-05-18 06:00:14',0,0,0,'','9o1j361862m31lq5hi02ifevt1',0,'0000-00-00 00:00:00','','','','','',''),(849,'com_breezingforms',1006,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-05-18 17:03:01',0,0,0,'','cv8k5ea26s2e4137e6b7lcuqg6',0,'0000-00-00 00:00:00','','','','','',''),(850,'com_breezingforms',1007,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-05-23 09:13:50',0,0,0,'','4j5n8bd042pfupo109m1sc1eo5',0,'0000-00-00 00:00:00','','','','','',''),(851,'com_breezingforms',1008,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-05-23 13:34:35',0,0,0,'','4aoo2d3rbvjia9487s55m7klc3',0,'0000-00-00 00:00:00','','','','','',''),(852,'com_breezingforms',1009,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-05-24 08:06:37',0,0,0,'','mrhi74k8c4s2u6j82v2tenn5j4',0,'0000-00-00 00:00:00','','','','','',''),(853,'com_breezingforms',1010,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-05-28 07:34:41',0,0,0,'','jrhim2dtit9io49cdris0kqom5',0,'0000-00-00 00:00:00','','','','','',''),(854,'com_breezingforms',1011,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-05-29 08:39:54',0,0,0,'','3u34677aeh0lsvg66ha50v4q20',0,'0000-00-00 00:00:00','','','','','',''),(855,'com_breezingforms',1012,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-05-30 12:38:43',0,0,0,'','sr8pefl0ge8l3sjitj414f0pc2',0,'0000-00-00 00:00:00','','','','','',''),(856,'com_breezingforms',1013,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-05-31 09:15:25',0,0,0,'','chal9d25jvhce6435cenn1nst0',0,'0000-00-00 00:00:00','','','','','',''),(857,'com_breezingforms',1014,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-05-31 09:16:47',0,0,0,'','otnnsbcbdc1sskc284fvmp0fh3',0,'0000-00-00 00:00:00','','','','','',''),(858,'com_breezingforms',1015,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-06-04 17:34:37',0,0,0,'','a6immre51t8uhu9efi4c14u597',0,'0000-00-00 00:00:00','','','','','',''),(859,'com_breezingforms',1016,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-06-07 18:58:22',0,0,0,'','i6kfbqo5k8johvf1l70o45r9i1',0,'0000-00-00 00:00:00','','','','','',''),(860,'com_breezingforms',1017,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-06-10 15:29:23',0,0,0,'','o1n5j95idc971d746as5e5bkl6',0,'0000-00-00 00:00:00','','','','','',''),(861,'com_breezingforms',1018,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-06-12 22:52:20',0,0,0,'','bd2nmh70meernicu9mc7fm0q60',0,'0000-00-00 00:00:00','','','','','',''),(862,'com_breezingforms',1019,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-06-15 23:15:42',0,0,0,'','2fe3c56tnf7ivksatge77r43j2',0,'0000-00-00 00:00:00','','','','','',''),(863,'com_breezingforms',1020,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-06-21 11:15:11',0,0,0,'','kdp9rmiaprtjqh0i99lhc8avg7',0,'0000-00-00 00:00:00','','','','','',''),(864,'com_breezingforms',1021,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-06-21 16:01:57',0,0,0,'','orv3vt11ftvkufuj2u21ql00j6',0,'0000-00-00 00:00:00','','','','','',''),(865,'com_breezingforms',1022,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-06-25 14:48:19',0,0,0,'','6jrm0smicapfeertr1f63ctas3',0,'0000-00-00 00:00:00','','','','','',''),(866,'com_breezingforms',1023,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-06-28 13:17:44',0,0,0,'','gprp1jm86895e4s0up0j03km51',0,'0000-00-00 00:00:00','','','','','',''),(867,'com_breezingforms',1024,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-06-28 13:40:32',0,0,0,'','hsjdrk3ic6smnha9n6vjdaqm33',0,'0000-00-00 00:00:00','','','','','',''),(868,'com_breezingforms',1025,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-06-30 08:56:23',0,0,0,'','cd2usoogj0mffpfjgbi48g3pr2',0,'0000-00-00 00:00:00','','','','','',''),(869,'com_breezingforms',1026,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-06-30 08:56:43',0,0,0,'','nhuhfj8rmvqo725umk5tt46eo5',0,'0000-00-00 00:00:00','','','','','',''),(870,'com_breezingforms',1027,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-07-01 18:37:05',0,0,0,'','urcs2o6pk7tpdl5kkoejtctuo3',0,'0000-00-00 00:00:00','','','','','',''),(871,'com_breezingforms',1028,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-07-02 11:12:52',0,0,0,'','ai91j2brl34eqjh6hoh33glgq1',0,'0000-00-00 00:00:00','','','','','',''),(872,'com_breezingforms',1029,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-07-02 19:36:30',0,0,0,'','c5fuoj5a65fgf4diej8le65jj5',0,'0000-00-00 00:00:00','','','','','',''),(873,'com_breezingforms',1030,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-07-03 06:32:09',0,0,0,'','fvqh8s6mbd6jfn2imqgrcu6gb0',0,'0000-00-00 00:00:00','','','','','',''),(874,'com_breezingforms',1031,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-07-04 16:26:33',0,0,0,'','17cksuja9412v183nut05o9a96',0,'0000-00-00 00:00:00','','','','','',''),(875,'com_breezingforms',1032,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-07-07 16:06:13',0,0,0,'','6dmgbf75q8l9lltal1ivovofj0',0,'0000-00-00 00:00:00','','','','','',''),(876,'com_breezingforms',1033,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-07-08 12:50:37',0,0,0,'','laugbuhe4ppdim8ubvhqtuud97',0,'0000-00-00 00:00:00','','','','','',''),(877,'com_breezingforms',1034,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-07-12 12:20:29',0,0,0,'','kad670lgd9pdujuoab8qe18640',0,'0000-00-00 00:00:00','','','','','',''),(878,'com_breezingforms',1035,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-07-13 13:41:16',0,0,0,'','ldv46rmqjpa9afq9ntf1ggec01',0,'0000-00-00 00:00:00','','','','','',''),(879,'com_breezingforms',1036,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-07-23 07:17:16',0,0,0,'','uuvm7sun7vbcakbtbl67kv2uo7',0,'0000-00-00 00:00:00','','','','','',''),(880,'com_breezingforms',1037,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-07-23 09:51:40',0,0,0,'','9inf967ojqg60sln9j59qoqee7',0,'0000-00-00 00:00:00','','','','','',''),(881,'com_breezingforms',1038,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-07-24 01:35:32',0,0,0,'','25ogvfu2ebaj3bbj9e968t1rd0',0,'0000-00-00 00:00:00','','','','','',''),(882,'com_breezingforms',1039,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-07-24 01:40:48',0,0,0,'','25ogvfu2ebaj3bbj9e968t1rd0',0,'0000-00-00 00:00:00','','','','','',''),(883,'com_breezingforms',1040,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-07-27 09:27:38',0,0,0,'','g41i3j7c04s2igb45jfoejvs62',0,'0000-00-00 00:00:00','','','','','',''),(884,'com_breezingforms',1041,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-07-30 19:31:17',0,0,0,'','oj154cajiroprab248bj2rtdg3',0,'0000-00-00 00:00:00','','','','','',''),(885,'com_breezingforms',1042,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-08-01 08:36:30',0,0,0,'','q0rg2blkj23pi7gtr0kf99g0f0',0,'0000-00-00 00:00:00','','','','','',''),(886,'com_breezingforms',1043,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-08-03 15:11:19',0,0,0,'','82omv5a1o4dr8a1lluvdqjr3m7',0,'0000-00-00 00:00:00','','','','','',''),(887,'com_breezingforms',1044,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-08-05 14:19:07',0,0,0,'','ca1shdsjhoiu1f1q6te549fap6',0,'0000-00-00 00:00:00','','','','','',''),(888,'com_breezingforms',1045,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-08-11 14:48:09',0,0,0,'','fo3df9cmd13hm877ea1ebaco87',0,'0000-00-00 00:00:00','','','','','',''),(889,'com_breezingforms',1046,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-08-16 10:43:15',0,0,0,'','o3g7g3258se5i9fqq7mdau8lu0',0,'0000-00-00 00:00:00','','','','','',''),(890,'com_breezingforms',1047,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-08-19 11:19:07',0,0,0,'','jon89q655oufgfh3hoeanusb92',0,'0000-00-00 00:00:00','','','','','',''),(891,'com_breezingforms',1048,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-08-22 10:53:28',0,0,0,'','35m99rglle76kn6v3njmk87et3',0,'0000-00-00 00:00:00','','','','','',''),(892,'com_breezingforms',1049,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-09-03 09:26:20',0,0,0,'','3tod5h220igc5eqauve0uphip6',0,'0000-00-00 00:00:00','','','','','',''),(893,'com_breezingforms',1050,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-09-03 09:38:34',0,0,0,'','3tod5h220igc5eqauve0uphip6',0,'0000-00-00 00:00:00','','','','','',''),(894,'com_breezingforms',1051,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-09-03 09:44:04',0,0,0,'','3tod5h220igc5eqauve0uphip6',0,'0000-00-00 00:00:00','','','','','',''),(895,'com_breezingforms',1052,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-09-03 09:53:44',0,0,0,'','3tod5h220igc5eqauve0uphip6',0,'0000-00-00 00:00:00','','','','','',''),(896,'com_breezingforms',1053,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-09-03 11:47:28',0,0,0,'','sj0gno0bk7et6ajg7bkgivff34',0,'0000-00-00 00:00:00','','','','','',''),(897,'com_breezingforms',1054,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-09-03 18:43:46',0,0,0,'','trehom2ofkgcfh0mneb3q164k5',0,'0000-00-00 00:00:00','','','','','',''),(898,'com_breezingforms',1055,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-09-03 20:56:47',0,0,0,'','fft7bs7o90rqckhic7l23sa401',0,'0000-00-00 00:00:00','','','','','',''),(899,'com_breezingforms',1056,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-09-05 09:49:40',0,0,0,'','vb2gge0734msl77rk8buf0d0i6',0,'0000-00-00 00:00:00','','','','','',''),(900,'com_breezingforms',1057,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-09-05 11:58:36',0,0,0,'','aup4lj8o61anaq40da24j9p3t1',0,'0000-00-00 00:00:00','','','','','',''),(901,'com_breezingforms',1058,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-09-05 12:44:25',0,0,0,'','8o7e92nipj4jfr40e8hesulfn2',0,'0000-00-00 00:00:00','','','','','',''),(902,'com_breezingforms',1059,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-09-07 13:54:20',0,0,0,'','78hbhq8cqe3p0sj2u70u2r3ed0',0,'0000-00-00 00:00:00','','','','','',''),(903,'com_breezingforms',1060,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-09-07 17:11:01',0,0,0,'','m1gd70doldv5ej8lv8u34q97n4',0,'0000-00-00 00:00:00','','','','','',''),(904,'com_breezingforms',1061,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-09-07 17:11:36',0,0,0,'','m1gd70doldv5ej8lv8u34q97n4',0,'0000-00-00 00:00:00','','','','','',''),(905,'com_breezingforms',1062,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-09-09 07:50:28',0,0,0,'','cvtfvn0icie60ja4lclmg39p11',0,'0000-00-00 00:00:00','','','','','',''),(906,'com_breezingforms',1063,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-09-12 14:00:45',0,0,0,'','as3vgv58v1rjkpiace9l0r6ot3',0,'0000-00-00 00:00:00','','','','','',''),(907,'com_breezingforms',1064,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-09-18 14:35:36',0,0,0,'','c3cv2n16gr2u20pfvpb43vvj51',0,'0000-00-00 00:00:00','','','','','',''),(908,'com_breezingforms',1065,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-09-21 18:30:54',0,0,0,'','8bpi7kkq9bgdb50s9bpv0l3g80',0,'0000-00-00 00:00:00','','','','','',''),(909,'com_breezingforms',1066,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-09-21 18:36:09',0,0,0,'','8bpi7kkq9bgdb50s9bpv0l3g80',0,'0000-00-00 00:00:00','','','','','',''),(910,'com_breezingforms',1067,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-09-24 15:19:42',0,0,0,'','fqhqlc8otpitmongmofapb53m7',0,'0000-00-00 00:00:00','','','','','',''),(911,'com_breezingforms',1068,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-09-24 15:28:52',0,0,0,'','fqhqlc8otpitmongmofapb53m7',0,'0000-00-00 00:00:00','','','','','',''),(912,'com_breezingforms',1069,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-09-25 09:52:07',0,0,0,'','i5hn0q90udgcmi1mbgd27736u5',0,'0000-00-00 00:00:00','','','','','',''),(913,'com_breezingforms',1070,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-09-25 16:16:40',0,0,0,'','vsd8idtcqi4j0bqb967dm3s8b6',0,'0000-00-00 00:00:00','','','','','',''),(914,'com_breezingforms',1071,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-09-26 08:07:20',0,0,0,'','clo675ig06tpf05pck38fabe71',0,'0000-00-00 00:00:00','','','','','',''),(915,'com_breezingforms',1072,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-09-27 22:54:28',0,0,0,'','0lelrp41vgtreglqt9cor3svl4',0,'0000-00-00 00:00:00','','','','','',''),(916,'com_breezingforms',1073,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-10-02 02:08:08',0,0,0,'','ucalq24askpsbvf8io5qj3vfp7',0,'0000-00-00 00:00:00','','','','','',''),(917,'com_breezingforms',1074,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-10-07 18:45:05',0,0,0,'','140ot60t62kersbomp78ucolo7',0,'0000-00-00 00:00:00','','','','','',''),(918,'com_breezingforms',1075,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-10-07 18:49:58',0,0,0,'','140ot60t62kersbomp78ucolo7',0,'0000-00-00 00:00:00','','','','','',''),(919,'com_breezingforms',1076,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-10-08 11:54:11',0,0,0,'','jm0t8qr62mpeuo25p1j6fe34p0',0,'0000-00-00 00:00:00','','','','','',''),(920,'com_breezingforms',1077,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-10-09 15:17:36',0,0,0,'','hubsdc43c96b2uq671tfppk153',0,'0000-00-00 00:00:00','','','','','',''),(921,'com_breezingforms',1078,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-10-11 06:24:09',0,0,0,'','v8bckpgq98kpdmltjt65t6hd87',0,'0000-00-00 00:00:00','','','','','',''),(922,'com_breezingforms',1079,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-10-15 09:46:47',0,0,0,'','b8p80s9vta3gr5jngurtk22kp6',0,'0000-00-00 00:00:00','','','','','',''),(923,'com_breezingforms',1080,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-10-15 11:53:21',0,0,0,'','ss5lucrhu78hffbp4a6beqi1g0',0,'0000-00-00 00:00:00','','','','','',''),(924,'com_breezingforms',1081,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-10-22 09:25:00',0,0,0,'','els7gmbghbv7soj4pu6959ska0',0,'0000-00-00 00:00:00','','','','','',''),(925,'com_breezingforms',1082,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-10-22 09:55:10',0,0,0,'','p1pkgm3cf9ddlvjk1ksqpugi00',0,'0000-00-00 00:00:00','','','','','',''),(926,'com_breezingforms',1083,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-10-23 13:46:42',0,0,0,'','5pdh4ot8fr7o6rlehha02ck177',0,'0000-00-00 00:00:00','','','','','',''),(927,'com_breezingforms',1084,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-10-24 11:28:19',0,0,0,'','a4o3uncqbvv6ef7so4u3j9qd74',0,'0000-00-00 00:00:00','','','','','',''),(928,'com_breezingforms',1085,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-10-24 11:30:41',0,0,0,'','a4o3uncqbvv6ef7so4u3j9qd74',0,'0000-00-00 00:00:00','','','','','',''),(929,'com_breezingforms',1086,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-10-24 11:32:54',0,0,0,'','a4o3uncqbvv6ef7so4u3j9qd74',0,'0000-00-00 00:00:00','','','','','',''),(930,'com_breezingforms',1087,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-10-24 14:13:00',0,0,0,'','1ki2amokdj1emmfo1mc3c1h0l7',0,'0000-00-00 00:00:00','','','','','',''),(931,'com_breezingforms',1088,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-10-25 18:05:30',0,0,0,'','paj183g54plf1bd1ab7jnjtgb6',0,'0000-00-00 00:00:00','','','','','',''),(932,'com_breezingforms',1089,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-10-26 09:36:47',0,0,0,'','cgoo7jssvhrbinf470v5435mj4',0,'0000-00-00 00:00:00','','','','','',''),(933,'com_breezingforms',1090,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-10-26 12:47:00',0,0,0,'','fkt7cggnq29lejjb9pmb8djv24',0,'0000-00-00 00:00:00','','','','','',''),(934,'com_breezingforms',1091,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-10-26 13:14:00',0,0,0,'','fkt7cggnq29lejjb9pmb8djv24',0,'0000-00-00 00:00:00','','','','','',''),(935,'com_breezingforms',1092,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-10-27 15:57:34',0,0,0,'','avcr31iqhaj0ifk0dcs1v9hl00',0,'0000-00-00 00:00:00','','','','','',''),(936,'com_breezingforms',1093,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-10-29 14:34:08',0,0,0,'','8cr0in13vn58elcis14gt0i1a4',0,'0000-00-00 00:00:00','','','','','',''),(937,'com_breezingforms',1094,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-10-29 19:22:01',0,0,0,'','8719d99ni31gq4hj54n9qj6s24',0,'0000-00-00 00:00:00','','','','','',''),(938,'com_breezingforms',1095,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-10-30 10:44:22',0,0,0,'','pdj44kr49obbfo5eeerqnk1an5',0,'0000-00-00 00:00:00','','','','','',''),(939,'com_breezingforms',1096,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-10-30 13:02:59',0,0,0,'','fkt7cggnq29lejjb9pmb8djv24',0,'0000-00-00 00:00:00','','','','','',''),(940,'com_breezingforms',1097,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-10-30 22:50:40',0,0,0,'','u1gsv8qjrk690463lobdhqos16',0,'0000-00-00 00:00:00','','','','','',''),(941,'com_breezingforms',1098,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-10-31 05:36:58',0,0,0,'','1k219dhr4ljk65s37pnklg05m4',0,'0000-00-00 00:00:00','','','','','',''),(942,'com_breezingforms',1099,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-10-31 05:39:26',0,0,0,'','gk47jnj7phind03h3p7b3mpig5',0,'0000-00-00 00:00:00','','','','','',''),(943,'com_breezingforms',1100,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-10-31 05:41:23',0,0,0,'','1k219dhr4ljk65s37pnklg05m4',0,'0000-00-00 00:00:00','','','','','',''),(944,'com_breezingforms',1101,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-10-31 05:43:31',0,0,0,'','1k219dhr4ljk65s37pnklg05m4',0,'0000-00-00 00:00:00','','','','','',''),(945,'com_breezingforms',1102,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-10-31 11:57:18',0,0,0,'','pdj44kr49obbfo5eeerqnk1an5',0,'0000-00-00 00:00:00','','','','','',''),(946,'com_breezingforms',1103,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-11-05 16:16:08',0,0,0,'','d2qb1j0l975dj344fu72f93a47',0,'0000-00-00 00:00:00','','','','','',''),(947,'com_breezingforms',1104,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-11-07 06:43:13',0,0,0,'','3fp74cadfid0j50accjstd5du1',0,'0000-00-00 00:00:00','','','','','',''),(948,'com_breezingforms',1105,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-11-07 17:57:38',0,0,0,'','ddbd7vh69n9qlkp4dfcq3mtu33',0,'0000-00-00 00:00:00','','','','','',''),(949,'com_breezingforms',1106,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-11-08 10:26:02',0,0,0,'','v0lml3kje91ps243i9j0v1t654',0,'0000-00-00 00:00:00','','','','','',''),(950,'com_breezingforms',1107,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-11-11 15:26:23',0,0,0,'','fpg4shu2l1f2u0qpbq8hlvpdk3',0,'0000-00-00 00:00:00','','','','','',''),(951,'com_breezingforms',1108,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-11-12 12:23:21',0,0,0,'','7jhl1iko3v7r9fet27oqou83l7',0,'0000-00-00 00:00:00','','','','','',''),(952,'com_breezingforms',1109,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-11-13 14:13:58',0,0,0,'','uqphtt4v3co3t8jmfndu71g6u7',0,'0000-00-00 00:00:00','','','','','',''),(953,'com_breezingforms',1110,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-11-13 14:24:39',0,0,0,'','uqphtt4v3co3t8jmfndu71g6u7',0,'0000-00-00 00:00:00','','','','','',''),(954,'com_breezingforms',1111,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-11-14 15:35:59',0,0,0,'','gofkme4uak7vrrl3b0hdfdgih2',0,'0000-00-00 00:00:00','','','','','',''),(955,'com_breezingforms',1112,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-11-15 13:53:24',0,0,0,'','3fv6uvtcs8iulm58j4m05rlnv6',0,'0000-00-00 00:00:00','','','','','',''),(956,'com_breezingforms',1113,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-11-16 11:55:30',0,0,0,'','u6vdsnma6qunp1hvcp5ukkvmj2',0,'0000-00-00 00:00:00','','','','','',''),(957,'com_breezingforms',1114,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-11-17 15:21:47',0,0,0,'','5ja9epie6ui35h3c41mfufllb4',0,'0000-00-00 00:00:00','','','','','',''),(958,'com_breezingforms',1115,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-11-18 06:50:14',0,0,0,'','b778il5nhlfq8bhqdouu09bae1',0,'0000-00-00 00:00:00','','','','','',''),(959,'com_breezingforms',1116,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-11-20 14:10:51',0,0,0,'','t72gd0pb0cb4ubcbf0qrntcq57',0,'0000-00-00 00:00:00','','','','','',''),(960,'com_breezingforms',1117,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-11-20 22:17:01',0,0,0,'','uibaofs2nh7k7hg34j65qako02',0,'0000-00-00 00:00:00','','','','','',''),(961,'com_breezingforms',1118,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-11-20 22:20:02',0,0,0,'','uibaofs2nh7k7hg34j65qako02',0,'0000-00-00 00:00:00','','','','','',''),(962,'com_breezingforms',1119,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-11-23 20:42:41',0,0,0,'','av0isp1puu7jod48ensatc9192',0,'0000-00-00 00:00:00','','','','','',''),(963,'com_breezingforms',1120,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-11-23 21:08:48',0,0,0,'','av0isp1puu7jod48ensatc9192',0,'0000-00-00 00:00:00','','','','','',''),(964,'com_breezingforms',1121,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-11-24 13:21:03',0,0,0,'','k2a6m620ac0j4m9cooa48hkt64',0,'0000-00-00 00:00:00','','','','','',''),(965,'com_breezingforms',1122,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-11-25 10:15:19',0,0,0,'','32ovq4uoi3no7amoh94o8htbf7',0,'0000-00-00 00:00:00','','','','','',''),(966,'com_breezingforms',1123,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-11-27 09:17:29',0,0,0,'','0c1n90t70vvtsf15gnca7rb1t6',0,'0000-00-00 00:00:00','','','','','',''),(967,'com_breezingforms',1124,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-11-28 07:01:45',0,0,0,'','b9grf6br7nks11irrgg4mmvuq6',0,'0000-00-00 00:00:00','','','','','',''),(968,'com_breezingforms',1125,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-11-29 12:32:10',0,0,0,'','4gl5dbdgrm8bsj32hvsbu4qji6',0,'0000-00-00 00:00:00','','','','','',''),(969,'com_breezingforms',1126,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-12-06 05:38:57',0,0,0,'','pc9d7spcbnhvj8ov5ljg9stng1',0,'0000-00-00 00:00:00','','','','','',''),(970,'com_breezingforms',1127,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-12-06 05:48:21',0,0,0,'','9e8d73jmpnlbc4nh3bmasple40',0,'0000-00-00 00:00:00','','','','','',''),(971,'com_breezingforms',1128,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-12-06 05:55:57',0,0,0,'','jt08t4ad1fut4og1i6e5t8fhl0',0,'0000-00-00 00:00:00','','','','','',''),(972,'com_breezingforms',1129,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-12-06 13:43:39',0,0,0,'','dr8bmg5lnefofdstpuj9s41ni1',0,'0000-00-00 00:00:00','','','','','',''),(973,'com_breezingforms',1130,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-12-08 07:44:17',0,0,0,'','0pn0bcmopd89c54t80vngq57p7',0,'0000-00-00 00:00:00','','','','','',''),(974,'com_breezingforms',1131,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-12-08 16:44:53',0,0,0,'','gp046qvutt8u5fsajbmbnfgrr0',0,'0000-00-00 00:00:00','','','','','',''),(975,'com_breezingforms',1132,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-12-11 14:31:47',0,0,0,'','3f311u02nkac4buo3lo24uo0o1',0,'0000-00-00 00:00:00','','','','','',''),(976,'com_breezingforms',1133,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-12-12 10:22:47',0,0,0,'','hfkhasb2ku3qrrit8dem8oah76',0,'0000-00-00 00:00:00','','','','','',''),(977,'com_breezingforms',1134,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-12-19 19:49:27',0,0,0,'','0ts1q72qvm2oc7htdg1a5qrsd1',0,'0000-00-00 00:00:00','','','','','',''),(978,'com_breezingforms',1135,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-12-19 23:26:09',0,0,0,'','lapi7vhh77l9lbk4r00quk1qh7',0,'0000-00-00 00:00:00','','','','','',''),(979,'com_breezingforms',1136,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-12-20 07:40:47',0,0,0,'','tisqpklfujgirkrdm42hvp6f93',0,'0000-00-00 00:00:00','','','','','',''),(980,'com_breezingforms',1137,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-12-20 16:50:07',0,0,0,'','enh63i1p9jkilt6ec7gv80mpk7',0,'0000-00-00 00:00:00','','','','','',''),(981,'com_breezingforms',1138,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-12-21 14:59:07',0,0,0,'','pqcgsnr3pmu7ih0bu2br9moej7',0,'0000-00-00 00:00:00','','','','','',''),(982,'com_breezingforms',1139,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-12-26 15:23:56',0,0,0,'','9tagrf3a32p0m6btetqsigvl17',0,'0000-00-00 00:00:00','','','','','',''),(983,'com_breezingforms',1140,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-12-27 13:28:25',0,0,0,'','71c2u7m10e0eu9d7rvqhi63v50',0,'0000-00-00 00:00:00','','','','','',''),(984,'com_breezingforms',1141,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2018-12-30 06:11:33',0,0,0,'','0479t454q7s9o6dqn9uubs9ps0',0,'0000-00-00 00:00:00','','','','','',''),(985,'com_breezingforms',1142,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-01-01 23:18:10',0,0,0,'','7jarmc6fepnla7u8dke6jfii57',0,'0000-00-00 00:00:00','','','','','',''),(986,'com_breezingforms',1143,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-01-03 12:49:30',0,0,0,'','ch61abcsiaq67umvbr1fh9tbt3',0,'0000-00-00 00:00:00','','','','','',''),(987,'com_breezingforms',1144,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-01-03 13:09:29',0,0,0,'','ch61abcsiaq67umvbr1fh9tbt3',0,'0000-00-00 00:00:00','','','','','',''),(988,'com_breezingforms',1145,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-01-05 06:32:38',0,0,0,'','jnm7tmk2t7g5lt60b1dg8cgmu2',0,'0000-00-00 00:00:00','','','','','',''),(989,'com_breezingforms',1146,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-01-08 08:14:01',0,0,0,'','kd1p1ekf2fls0njr7m7anghek6',0,'0000-00-00 00:00:00','','','','','',''),(990,'com_breezingforms',1147,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-01-09 15:35:34',0,0,0,'','ogt6k2qbae3ov6ft7j87e35qa2',0,'0000-00-00 00:00:00','','','','','',''),(991,'com_breezingforms',1148,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-01-09 19:38:17',0,0,0,'','ik1q1gchu2kcahrg6vqkl166h6',0,'0000-00-00 00:00:00','','','','','',''),(992,'com_breezingforms',1149,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-01-10 11:43:38',0,0,0,'','6b883q16tnqhrk5mo0gd7if3e6',0,'0000-00-00 00:00:00','','','','','',''),(993,'com_breezingforms',1150,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-01-15 14:55:36',0,0,0,'','3rjrquik8ppd9kt5u431afgdt4',0,'0000-00-00 00:00:00','','','','','',''),(994,'com_breezingforms',1151,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-01-15 15:08:56',0,0,0,'','4bpaftnr0gb8see6o1kmb3f0g6',0,'0000-00-00 00:00:00','','','','','',''),(995,'com_breezingforms',1152,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-01-16 00:36:46',0,0,0,'','1l9cugv6q5ccj0bfu2bukgfg73',0,'0000-00-00 00:00:00','','','','','',''),(996,'com_breezingforms',1153,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-01-17 06:06:52',0,0,0,'','4sqetgkv2kt9l3gvl86mn11df4',0,'0000-00-00 00:00:00','','','','','',''),(997,'com_breezingforms',1154,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-01-17 06:32:50',0,0,0,'','4nfpt2268lmu2oro08ms4nfvj2',0,'0000-00-00 00:00:00','','','','','',''),(998,'com_breezingforms',1155,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-01-17 14:19:16',0,0,0,'','qeufc0t9a7eqqq129kg31s9s30',0,'0000-00-00 00:00:00','','','','','',''),(999,'com_breezingforms',1156,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-01-17 14:27:49',0,0,0,'','qeufc0t9a7eqqq129kg31s9s30',0,'0000-00-00 00:00:00','','','','','',''),(1000,'com_breezingforms',1157,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-01-17 14:31:49',0,0,0,'','qeufc0t9a7eqqq129kg31s9s30',0,'0000-00-00 00:00:00','','','','','',''),(1001,'com_breezingforms',1158,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-01-18 07:29:15',0,0,0,'','g3tlt769n4un4c48bocrtikms1',0,'0000-00-00 00:00:00','','','','','',''),(1002,'com_breezingforms',1159,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-01-18 11:00:27',0,0,0,'','r756b7s7705ta8sge93h9a5lq0',0,'0000-00-00 00:00:00','','','','','',''),(1003,'com_breezingforms',1160,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-01-18 11:01:16',0,0,0,'','r756b7s7705ta8sge93h9a5lq0',0,'0000-00-00 00:00:00','','','','','',''),(1004,'com_breezingforms',1161,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-01-20 08:13:27',0,0,0,'','4nfpt2268lmu2oro08ms4nfvj2',0,'0000-00-00 00:00:00','','','','','',''),(1005,'com_breezingforms',1162,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-01-20 08:19:57',0,0,0,'','4nfpt2268lmu2oro08ms4nfvj2',0,'0000-00-00 00:00:00','','','','','',''),(1006,'com_breezingforms',1163,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-01-21 09:33:22',0,0,0,'','ul3b0hf1e0vben20tnqqa7njd2',0,'0000-00-00 00:00:00','','','','','',''),(1007,'com_breezingforms',1164,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-01-21 11:26:02',0,0,0,'','mmpevo9jmfaumkr6mrv0m60o37',0,'0000-00-00 00:00:00','','','','','',''),(1008,'com_breezingforms',1165,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-01-22 19:24:57',0,0,0,'','mni593lgnod40r8b083u8c89d1',0,'0000-00-00 00:00:00','','','','','',''),(1009,'com_breezingforms',1166,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-01-24 21:25:35',0,0,0,'','ibp06bks79vhr8cn08p941lqh7',0,'0000-00-00 00:00:00','','','','','',''),(1010,'com_breezingforms',1167,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-01-25 14:09:32',0,0,0,'','lkjh84k2j2oe2saqdi2n45s802',0,'0000-00-00 00:00:00','','','','','',''),(1011,'com_breezingforms',1168,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-01-28 09:21:08',0,0,0,'','mk4ton83q6cdsonilu2sgrdgv3',0,'0000-00-00 00:00:00','','','','','',''),(1012,'com_breezingforms',1169,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-01-29 14:07:44',0,0,0,'','fd959huogegsimmihssbfmdj20',0,'0000-00-00 00:00:00','','','','','',''),(1013,'com_breezingforms',1170,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-01-29 15:00:28',0,0,0,'','7vfirpnhlje3smojhqtjivpnf4',0,'0000-00-00 00:00:00','','','','','',''),(1014,'com_breezingforms',1171,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-01-30 15:49:05',0,0,0,'','21vlj0r28o0gll0chldp5r4h54',0,'0000-00-00 00:00:00','','','','','',''),(1015,'com_breezingforms',1172,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-01-30 15:55:43',0,0,0,'','9aie4j500rp4t9f1gkubtnra86',0,'0000-00-00 00:00:00','','','','','',''),(1016,'com_breezingforms',1173,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-01-30 16:05:05',0,0,0,'','21vlj0r28o0gll0chldp5r4h54',0,'0000-00-00 00:00:00','','','','','',''),(1017,'com_breezingforms',1174,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-02-01 05:11:59',0,0,0,'','b1usudqobu6e2k8i6qh2j3kl76',0,'0000-00-00 00:00:00','','','','','',''),(1018,'com_breezingforms',1175,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-02-01 08:38:18',0,0,0,'','3lekooalt7i5snvahitpcosam2',0,'0000-00-00 00:00:00','','','','','',''),(1019,'com_breezingforms',1176,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-02-03 06:13:05',0,0,0,'','r6c14dvv647v1nn23c9o7b19r1',0,'0000-00-00 00:00:00','','','','','',''),(1020,'com_breezingforms',1177,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-02-03 06:25:09',0,0,0,'','r6c14dvv647v1nn23c9o7b19r1',0,'0000-00-00 00:00:00','','','','','',''),(1021,'com_breezingforms',1178,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-02-05 07:38:28',0,0,0,'','todd8j510fkifmki3ne5rdkcg5',0,'0000-00-00 00:00:00','','','','','',''),(1022,'com_breezingforms',1179,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-02-05 20:12:33',0,0,0,'','fqu6qf0elmfhpf32ln5014rq01',0,'0000-00-00 00:00:00','','','','','',''),(1023,'com_breezingforms',1180,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-02-07 08:28:13',0,0,0,'','4nrtoqkk9s2kich35dj5070qd1',0,'0000-00-00 00:00:00','','','','','',''),(1024,'com_breezingforms',1181,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-02-07 08:34:07',0,0,0,'','4nrtoqkk9s2kich35dj5070qd1',0,'0000-00-00 00:00:00','','','','','',''),(1025,'com_breezingforms',1182,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-02-07 18:14:51',0,0,0,'','g3hu3rk7h2hcfloobqt0oqhmc5',0,'0000-00-00 00:00:00','','','','','',''),(1026,'com_breezingforms',1183,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-02-11 13:33:57',0,0,0,'','g94g8j9q3lh07bec2dhg3rg1c2',0,'0000-00-00 00:00:00','','','','','',''),(1027,'com_breezingforms',1184,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-02-13 21:27:12',0,0,0,'','7304bvari4l53v4p75qq04mqg5',0,'0000-00-00 00:00:00','','','','','',''),(1028,'com_breezingforms',1185,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-02-14 10:58:19',0,0,0,'','saod3mvo6kf3j8nfmni3dghcs0',0,'0000-00-00 00:00:00','','','','','',''),(1029,'com_breezingforms',1186,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-02-15 08:42:06',0,0,0,'','jh68rob4jga5nt92bc730m3a04',0,'0000-00-00 00:00:00','','','','','',''),(1030,'com_breezingforms',1187,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-02-15 09:50:58',0,0,0,'','kug9qqvibktjaa3k4b6v935ki1',0,'0000-00-00 00:00:00','','','','','',''),(1031,'com_breezingforms',1188,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-02-15 09:53:37',0,0,0,'','kug9qqvibktjaa3k4b6v935ki1',0,'0000-00-00 00:00:00','','','','','',''),(1032,'com_breezingforms',1189,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-02-15 10:01:24',0,0,0,'','kug9qqvibktjaa3k4b6v935ki1',0,'0000-00-00 00:00:00','','','','','',''),(1033,'com_breezingforms',1190,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-02-15 16:02:07',0,0,0,'','u56a3otin3dcb6aiictr99a7k4',0,'0000-00-00 00:00:00','','','','','',''),(1034,'com_breezingforms',1191,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-02-15 16:12:14',0,0,0,'','u56a3otin3dcb6aiictr99a7k4',0,'0000-00-00 00:00:00','','','','','',''),(1035,'com_breezingforms',1192,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-02-18 15:16:30',0,0,0,'','uuv828mh2qevcb0al2nhm2bup7',0,'0000-00-00 00:00:00','','','','','',''),(1036,'com_breezingforms',1193,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-02-19 08:09:12',0,0,0,'','long2bo42d87mo1bkueoojcb43',0,'0000-00-00 00:00:00','','','','','',''),(1037,'com_breezingforms',1194,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-02-20 15:49:34',0,0,0,'','ihq1241c0clc33sc0inoij5it7',0,'0000-00-00 00:00:00','','','','','',''),(1038,'com_breezingforms',1195,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-02-20 19:03:58',0,0,0,'','jklklmesijjaiemb14ft8ftd22',0,'0000-00-00 00:00:00','','','','','',''),(1039,'com_breezingforms',1196,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-02-22 11:08:40',0,0,0,'','nqf8a2vmhk3cfftu3ub3bgi620',0,'0000-00-00 00:00:00','','','','','',''),(1040,'com_breezingforms',1197,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-02-24 10:26:48',0,0,0,'','jsv71hp4altd5jmt5sqfa9gr82',0,'0000-00-00 00:00:00','','','','','',''),(1041,'com_breezingforms',1198,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-02-25 12:41:38',0,0,0,'','ocrliq38rgdjap3843bmse5s51',0,'0000-00-00 00:00:00','','','','','',''),(1042,'com_breezingforms',1199,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-02-25 21:02:51',0,0,0,'','f764ml59qic0gdtd7i2g125912',0,'0000-00-00 00:00:00','','','','','',''),(1043,'com_breezingforms',1200,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-02-26 08:23:40',0,0,0,'','06nq6u0c2afgfhtudldrano3a2',0,'0000-00-00 00:00:00','','','','','',''),(1044,'com_breezingforms',1201,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-03 08:07:26',0,0,0,'','sgr51mpi8s84qgcumk5sv730s3',0,'0000-00-00 00:00:00','','','','','',''),(1045,'com_breezingforms',1202,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-03 22:43:56',0,0,0,'','s0bhc7i35oskq12m3ub4a1fa05',0,'0000-00-00 00:00:00','','','','','',''),(1046,'com_breezingforms',1203,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-05 10:47:49',0,0,0,'','vg7taqgjfr9jsc34jd1uqpari2',0,'0000-00-00 00:00:00','','','','','',''),(1047,'com_breezingforms',1204,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-06 09:28:43',0,0,0,'','ff118cn1u9mgo212laq4tbinq3',0,'0000-00-00 00:00:00','','','','','',''),(1048,'com_breezingforms',1205,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-06 11:50:20',0,0,0,'','089qhihrne1ef1101c0qbbq9t4',0,'0000-00-00 00:00:00','','','','','',''),(1049,'com_breezingforms',1206,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-06 12:37:51',0,0,0,'','089qhihrne1ef1101c0qbbq9t4',0,'0000-00-00 00:00:00','','','','','',''),(1050,'com_breezingforms',1207,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-06 13:03:13',0,0,0,'','6tfj4m7rssuggqnp40ncdj3km6',0,'0000-00-00 00:00:00','','','','','',''),(1051,'com_breezingforms',1208,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-07 05:06:09',0,0,0,'','dsmbrbi09k8oes6vj2fc2mi6e1',0,'0000-00-00 00:00:00','','','','','',''),(1052,'com_breezingforms',1209,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-08 06:43:30',0,0,0,'','gsc83gob9v5pbl8ofe8fb7von6',0,'0000-00-00 00:00:00','','','','','',''),(1053,'com_breezingforms',1210,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-08 07:14:22',0,0,0,'','gsc83gob9v5pbl8ofe8fb7von6',0,'0000-00-00 00:00:00','','','','','',''),(1054,'com_breezingforms',1211,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-08 21:53:54',0,0,0,'','a40o385ronm66q9fvkdb5gg5v6',0,'0000-00-00 00:00:00','','','','','',''),(1055,'com_breezingforms',1212,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-09 21:22:30',0,0,0,'','tbrmsujbqrr16gg1eh7plhkog6',0,'0000-00-00 00:00:00','','','','','',''),(1056,'com_breezingforms',1213,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-11 11:55:44',0,0,0,'','9mlh1b9couh700890jqfptlsd4',0,'0000-00-00 00:00:00','','','','','',''),(1057,'com_breezingforms',1214,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-11 14:59:53',0,0,0,'','5j57fn0sf9nhor0sr5a1ld19r3',0,'0000-00-00 00:00:00','','','','','',''),(1058,'com_breezingforms',1215,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-12 06:54:04',0,0,0,'','gept40er3n36o66t5hcl0mk230',0,'0000-00-00 00:00:00','','','','','',''),(1059,'com_breezingforms',1216,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-12 18:47:10',0,0,0,'','4jug1n27bctn0rnbpo0hn58fb2',0,'0000-00-00 00:00:00','','','','','',''),(1060,'com_breezingforms',1217,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-12 19:52:15',0,0,0,'','0r6067qu3uipjh2rarcjos6oh5',0,'0000-00-00 00:00:00','','','','','',''),(1061,'com_breezingforms',1218,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-12 19:55:44',0,0,0,'','0r6067qu3uipjh2rarcjos6oh5',0,'0000-00-00 00:00:00','','','','','',''),(1062,'com_breezingforms',1219,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-13 08:13:55',0,0,0,'','vkvku3msomlrlksok599mvend4',0,'0000-00-00 00:00:00','','','','','',''),(1063,'com_breezingforms',1220,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-13 08:32:09',0,0,0,'','llufradvid97cmvulacpf01t52',0,'0000-00-00 00:00:00','','','','','',''),(1064,'com_breezingforms',1221,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-13 09:04:47',0,0,0,'','llufradvid97cmvulacpf01t52',0,'0000-00-00 00:00:00','','','','','',''),(1065,'com_breezingforms',1222,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-13 09:28:48',0,0,0,'','llufradvid97cmvulacpf01t52',0,'0000-00-00 00:00:00','','','','','',''),(1066,'com_breezingforms',1223,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-18 09:18:50',0,0,0,'','k4rf44mpngjriknjbgno4uphh0',0,'0000-00-00 00:00:00','','','','','',''),(1067,'com_breezingforms',1224,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-18 11:49:31',0,0,0,'','jjchvc8lsaear5al8dk52lhvj0',0,'0000-00-00 00:00:00','','','','','',''),(1068,'com_breezingforms',1225,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-18 13:38:07',0,0,0,'','t9h25ovvbg2tpeld8f8pfteqk1',0,'0000-00-00 00:00:00','','','','','',''),(1069,'com_breezingforms',1226,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-18 16:23:33',0,0,0,'','p02rjk61qtmd63t7he43j9ma27',0,'0000-00-00 00:00:00','','','','','',''),(1070,'com_breezingforms',1227,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-18 16:34:39',0,0,0,'','p02rjk61qtmd63t7he43j9ma27',0,'0000-00-00 00:00:00','','','','','',''),(1071,'com_breezingforms',1228,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-20 14:54:04',0,0,0,'','lfeve0lrddijj7mtv6fe2bsh26',0,'0000-00-00 00:00:00','','','','','',''),(1072,'com_breezingforms',1229,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-23 13:30:56',0,0,0,'','ku010cv3nem7nh3a3odgokvua4',0,'0000-00-00 00:00:00','','','','','',''),(1073,'com_breezingforms',1230,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-24 05:16:55',0,0,0,'','h2kc0ng8um1uu374fq1utehhj6',0,'0000-00-00 00:00:00','','','','','',''),(1074,'com_breezingforms',1231,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-25 09:08:43',0,0,0,'','hr75i2vk4e4lpv59oqlab9jl24',0,'0000-00-00 00:00:00','','','','','',''),(1075,'com_breezingforms',1232,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-25 14:46:49',0,0,0,'','jq3l218466aoj4v6vmr3g7chg4',0,'0000-00-00 00:00:00','','','','','',''),(1076,'com_breezingforms',1233,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-26 05:08:51',0,0,0,'','fru4s3pbub9qstqh9d9qtl00l4',0,'0000-00-00 00:00:00','','','','','',''),(1077,'com_breezingforms',1234,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-26 05:11:18',0,0,0,'','fru4s3pbub9qstqh9d9qtl00l4',0,'0000-00-00 00:00:00','','','','','',''),(1078,'com_breezingforms',1235,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-26 23:08:56',0,0,0,'','oshoouogh1mgjmp7bbn5u63dh3',0,'0000-00-00 00:00:00','','','','','',''),(1079,'com_breezingforms',1236,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-28 01:10:00',0,0,0,'','c0c6of2ojebpinp4liooi2r875',0,'0000-00-00 00:00:00','','','','','',''),(1080,'com_breezingforms',1237,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-30 23:12:43',0,0,0,'','nrm2mrk7358rgltaonu334q7v4',0,'0000-00-00 00:00:00','','','','','',''),(1081,'com_breezingforms',1238,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-03-31 17:38:17',0,0,0,'','fj6thv4cc7bdo2nffa4b6u1ae0',0,'0000-00-00 00:00:00','','','','','',''),(1082,'com_breezingforms',1239,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-04-02 07:27:48',0,0,0,'','7832lggn6tfui62jkh6lqcn770',0,'0000-00-00 00:00:00','','','','','',''),(1083,'com_breezingforms',1240,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-04-02 22:25:09',0,0,0,'','8iqvrofj653naek93nh43ukia5',0,'0000-00-00 00:00:00','','','','','',''),(1084,'com_breezingforms',1241,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-04-04 01:44:00',0,0,0,'','9k3946apfm6jsqtg87qghphej0',0,'0000-00-00 00:00:00','','','','','',''),(1085,'com_breezingforms',1242,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-04-06 09:53:48',0,0,0,'','eqhh0d8shuia543lgra72pn2m5',0,'0000-00-00 00:00:00','','','','','',''),(1086,'com_breezingforms',1243,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-04-06 09:55:37',0,0,0,'','eqhh0d8shuia543lgra72pn2m5',0,'0000-00-00 00:00:00','','','','','',''),(1087,'com_breezingforms',1244,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-04-08 10:44:55',0,0,0,'','r9us933jipbt76osa99dt7n4r7',0,'0000-00-00 00:00:00','','','','','',''),(1088,'com_breezingforms',1245,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-04-08 23:42:10',0,0,0,'','c8vagopcboe6spc50smv2l0mc1',0,'0000-00-00 00:00:00','','','','','',''),(1089,'com_breezingforms',1246,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-04-09 06:37:47',0,0,0,'','bggiki5pe0dfnbr5d5qbbrqkc3',0,'0000-00-00 00:00:00','','','','','',''),(1090,'com_breezingforms',1247,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-04-10 10:21:21',0,0,0,'','1unmgekbhi6ro2uuac69s4env0',0,'0000-00-00 00:00:00','','','','','',''),(1091,'com_breezingforms',1248,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-04-10 15:06:05',0,0,0,'','n8c88vu09anfro8vsvut9krd47',0,'0000-00-00 00:00:00','','','','','',''),(1092,'com_breezingforms',1249,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-04-10 15:13:32',0,0,0,'','1em52h89esptlntnq95gc20i02',0,'0000-00-00 00:00:00','','','','','',''),(1093,'com_breezingforms',1250,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-04-10 15:56:21',0,0,0,'','nm7nbl10vs9g47h30c1vcvotp4',0,'0000-00-00 00:00:00','','','','','',''),(1094,'com_breezingforms',1251,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-04-11 10:09:21',0,0,0,'','fmt7f9gdt28l6r1n46us3mcni2',0,'0000-00-00 00:00:00','','','','','',''),(1095,'com_breezingforms',1252,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-04-14 17:02:36',0,0,0,'','1ihkn7upgqjc8qoh5sp464df84',0,'0000-00-00 00:00:00','','','','','',''),(1096,'com_breezingforms',1253,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-04-15 08:13:31',0,0,0,'','o8rqrosjenk9vvl6rsrmq0hbn4',0,'0000-00-00 00:00:00','','','','','',''),(1097,'com_breezingforms',1254,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-04-15 08:27:40',0,0,0,'','e0l7ur9ors9gflrqgb4ujupkj4',0,'0000-00-00 00:00:00','','','','','',''),(1098,'com_breezingforms',1255,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-04-16 14:14:23',0,0,0,'','iugmk55hpq7iaetfrtgq8css30',0,'0000-00-00 00:00:00','','','','','',''),(1099,'com_breezingforms',1256,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-04-16 17:28:21',0,0,0,'','vbfh26gor289iauffmet097nr4',0,'0000-00-00 00:00:00','','','','','',''),(1100,'com_breezingforms',1257,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-04-17 11:08:22',0,0,0,'','roiur06vnvrjlbb6n11s2eo2p2',0,'0000-00-00 00:00:00','','','','','',''),(1101,'com_breezingforms',1258,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-04-18 10:09:48',0,0,0,'','50q2gjtlk2kbmgdistgq9bm5b6',0,'0000-00-00 00:00:00','','','','','',''),(1102,'com_breezingforms',1259,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-04-18 15:50:18',0,0,0,'','v27ju5htuisduiphpgl0mma5n4',0,'0000-00-00 00:00:00','','','','','',''),(1103,'com_breezingforms',1260,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-04-18 17:30:26',0,0,0,'','c7e6tanauif39o3bdocf3its86',0,'0000-00-00 00:00:00','','','','','',''),(1104,'com_breezingforms',1261,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-04-20 12:02:35',0,0,0,'','55rhaq0t8cv4tq6b65471eqnc0',0,'0000-00-00 00:00:00','','','','','',''),(1105,'com_breezingforms',1262,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-04-23 04:10:16',0,0,0,'','7dm9fkpqigeg4cb1hi1sopaqt0',0,'0000-00-00 00:00:00','','','','','',''),(1106,'com_breezingforms',1263,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-04-28 06:22:54',0,0,0,'','uof6mih08mg68im72hegbtshq2',0,'0000-00-00 00:00:00','','','','','',''),(1107,'com_breezingforms',1264,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-04-29 20:04:20',0,0,0,'','fmk4ocelc431tq6tji5t364lv1',0,'0000-00-00 00:00:00','','','','','',''),(1108,'com_breezingforms',1265,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-04-30 21:47:44',0,0,0,'','ccodm0c5bavvk0rkpvqgqsl4u1',0,'0000-00-00 00:00:00','','','','','',''),(1109,'com_breezingforms',1266,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-05-06 11:47:51',0,0,0,'','pvs0978sdvq540f82g7ckmsdn1',0,'0000-00-00 00:00:00','','','','','',''),(1110,'com_breezingforms',1267,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-05-09 14:34:36',0,0,0,'','qlmurankme05pia4p0q38bqjh5',0,'0000-00-00 00:00:00','','','','','',''),(1111,'com_breezingforms',1268,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-05-09 14:53:23',0,0,0,'','vdo8h66vrkm7bncqt9calhg1u0',0,'0000-00-00 00:00:00','','','','','',''),(1112,'com_breezingforms',1269,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-05-09 22:25:32',0,0,0,'','2jsej2tcbep65hmk149s332116',0,'0000-00-00 00:00:00','','','','','',''),(1113,'com_breezingforms',1270,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-05-11 09:22:04',0,0,0,'','9t0m8ragtr4bom05tiub3vstk4',0,'0000-00-00 00:00:00','','','','','',''),(1114,'com_breezingforms',1271,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-05-12 09:05:07',0,0,0,'','m1vn392fj98q3d4r4oen41brb7',0,'0000-00-00 00:00:00','','','','','',''),(1115,'com_breezingforms',1272,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-05-13 20:33:49',0,0,0,'','uhtnvpvpbcue5lniqq01fi18k6',0,'0000-00-00 00:00:00','','','','','',''),(1116,'com_breezingforms',1273,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-05-15 06:07:45',0,0,0,'','qenan9j06vc8ivqbm4fk1kebq6',0,'0000-00-00 00:00:00','','','','','',''),(1117,'com_breezingforms',1274,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-05-17 10:41:39',0,0,0,'','6fs4eigv0ha0hvi7otquc00763',0,'0000-00-00 00:00:00','','','','','',''),(1118,'com_breezingforms',1275,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-05-19 09:37:34',0,0,0,'','0jje8hi5fq3jmjvrk4nkq75tm3',0,'0000-00-00 00:00:00','','','','','',''),(1119,'com_breezingforms',1276,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-05-20 06:19:32',0,0,0,'','28ntmp5vt2i680f3rkockdhfi1',0,'0000-00-00 00:00:00','','','','','',''),(1120,'com_breezingforms',1277,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-05-21 18:29:38',0,0,0,'','261u688ff4e4mj3h1q1t6k3415',0,'0000-00-00 00:00:00','','','','','',''),(1121,'com_breezingforms',1278,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-05-21 19:15:33',0,0,0,'','jf59boe0k61e0ippunooqpujf2',0,'0000-00-00 00:00:00','','','','','',''),(1122,'com_breezingforms',1279,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-05-22 21:54:18',0,0,0,'','s03avvvdgv6lscet2cou11s3u5',0,'0000-00-00 00:00:00','','','','','',''),(1123,'com_breezingforms',1280,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-05-23 07:28:58',0,0,0,'','p6o4vt354p9ivu6dfso3f5ndv4',0,'0000-00-00 00:00:00','','','','','',''),(1124,'com_breezingforms',1281,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-05-27 06:55:03',0,0,0,'','p09anjg1tljtq35b03opdtchq3',0,'0000-00-00 00:00:00','','','','','',''),(1125,'com_breezingforms',1282,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-05-27 07:03:50',0,0,0,'','cqbsa90ro4kee6ed3ju8uen4e6',0,'0000-00-00 00:00:00','','','','','',''),(1126,'com_breezingforms',1283,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-05-27 14:03:22',0,0,0,'','vusor27o5kcbhe3camtatska51',0,'0000-00-00 00:00:00','','','','','',''),(1127,'com_breezingforms',1284,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-05-27 14:05:22',0,0,0,'','ci2sc7otmq9svccbbnbvgvllr7',0,'0000-00-00 00:00:00','','','','','',''),(1128,'com_breezingforms',1285,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-05-28 14:49:03',0,0,0,'','nvkafa6jjpj6jeo3fl119phge6',0,'0000-00-00 00:00:00','','','','','',''),(1129,'com_breezingforms',1286,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-05-30 12:02:40',0,0,0,'','cdmhghr3p6gdm7rfffig4jif51',0,'0000-00-00 00:00:00','','','','','',''),(1130,'com_breezingforms',1287,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-05-31 10:42:16',0,0,0,'','2a472vkbb3l8i4tirtjb4vi8e1',0,'0000-00-00 00:00:00','','','','','',''),(1131,'com_breezingforms',1288,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-06-01 11:50:43',0,0,0,'','k0tak03kuhc4o5rqopa4p9p1t1',0,'0000-00-00 00:00:00','','','','','',''),(1132,'com_breezingforms',1289,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-06-01 11:55:26',0,0,0,'','k0tak03kuhc4o5rqopa4p9p1t1',0,'0000-00-00 00:00:00','','','','','',''),(1133,'com_breezingforms',1290,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-06-02 04:29:24',0,0,0,'','qonk11cj5jmd7cj5fh4ogaemn6',0,'0000-00-00 00:00:00','','','','','',''),(1134,'com_breezingforms',1291,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-06-02 04:31:11',0,0,0,'','qonk11cj5jmd7cj5fh4ogaemn6',0,'0000-00-00 00:00:00','','','','','',''),(1135,'com_breezingforms',1292,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-06-02 16:52:44',0,0,0,'','dn19dprt0o61jm24muq1h3lam2',0,'0000-00-00 00:00:00','','','','','',''),(1136,'com_breezingforms',1293,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-06-05 20:41:33',0,0,0,'','ku8qn7psaannoa5i9mlo2r54h0',0,'0000-00-00 00:00:00','','','','','',''),(1137,'com_breezingforms',1294,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-06-06 07:51:24',0,0,0,'','rvm5macraurc3uilo7f3khq382',0,'0000-00-00 00:00:00','','','','','',''),(1138,'com_breezingforms',1295,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-06-06 14:03:37',0,0,0,'','5l141ogcmi1qsr685tbe8605q2',0,'0000-00-00 00:00:00','','','','','',''),(1139,'com_breezingforms',1296,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-06-12 06:33:36',0,0,0,'','dcj7g0rc6vn4tcb361398iqkf1',0,'0000-00-00 00:00:00','','','','','',''),(1140,'com_breezingforms',1297,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-06-12 09:01:24',0,0,0,'','mc84n2cju8mc0f7v6478r1k9r0',0,'0000-00-00 00:00:00','','','','','',''),(1141,'com_breezingforms',1298,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-06-13 14:37:59',0,0,0,'','lp072kcgsmauvimut4q9pjpqm1',0,'0000-00-00 00:00:00','','','','','',''),(1142,'com_breezingforms',1299,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-06-14 09:20:02',0,0,0,'','mqhk26b3b0jp8b8m16obgbrhm0',0,'0000-00-00 00:00:00','','','','','',''),(1143,'com_breezingforms',1300,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-06-14 12:26:54',0,0,0,'','7dgr27a7vu97g0q84h53gg03t4',0,'0000-00-00 00:00:00','','','','','',''),(1144,'com_breezingforms',1301,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-06-14 21:39:14',0,0,0,'','tnqevicg710jqar28leob60pa7',0,'0000-00-00 00:00:00','','','','','',''),(1145,'com_breezingforms',1302,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-06-14 23:10:24',0,0,0,'','34fm8u53oe4lr1m52k47h3t1p6',0,'0000-00-00 00:00:00','','','','','',''),(1146,'com_breezingforms',1303,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-06-17 00:45:02',0,0,0,'','ha18tr8u6vrf5ktiqfs3aheq95',0,'0000-00-00 00:00:00','','','','','',''),(1147,'com_breezingforms',1304,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-06-18 13:44:38',0,0,0,'','u4lrfqrgl1j2h4dd0ip3tp2u82',0,'0000-00-00 00:00:00','','','','','',''),(1148,'com_breezingforms',1305,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-06-19 21:48:26',0,0,0,'','mtp59ktvvgg80aqgmfas6cnf05',0,'0000-00-00 00:00:00','','','','','',''),(1149,'com_breezingforms',1306,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-06-19 21:53:20',0,0,0,'','mtp59ktvvgg80aqgmfas6cnf05',0,'0000-00-00 00:00:00','','','','','',''),(1150,'com_breezingforms',1307,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-06-20 10:07:19',0,0,0,'','hj2ujodecj3j85l42msdes4gb6',0,'0000-00-00 00:00:00','','','','','',''),(1151,'com_breezingforms',1308,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-06-20 10:33:11',0,0,0,'','hj2ujodecj3j85l42msdes4gb6',0,'0000-00-00 00:00:00','','','','','',''),(1152,'com_breezingforms',1309,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-06-22 18:38:22',0,0,0,'','3gmg9bgfn415gn10onfagrh420',0,'0000-00-00 00:00:00','','','','','',''),(1153,'com_breezingforms',1310,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-06-22 18:46:06',0,0,0,'','3gmg9bgfn415gn10onfagrh420',0,'0000-00-00 00:00:00','','','','','',''),(1154,'com_breezingforms',1311,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-06-24 10:25:28',0,0,0,'','sti2gahe898gkvvitek743kne1',0,'0000-00-00 00:00:00','','','','','',''),(1155,'com_breezingforms',1312,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-06-25 00:03:12',0,0,0,'','lnoqd913i0o5h49g36cdda7726',0,'0000-00-00 00:00:00','','','','','',''),(1156,'com_breezingforms',1313,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-06-26 09:23:11',0,0,0,'','8auca0o3ujg15n72tkib52rp90',0,'0000-00-00 00:00:00','','','','','',''),(1157,'com_breezingforms',1314,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-06-27 05:16:30',0,0,0,'','aoi2r9gdc2krplahblq7tnc4q4',0,'0000-00-00 00:00:00','','','','','',''),(1158,'com_breezingforms',1315,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-07-02 20:49:36',0,0,0,'','lpg4do7aehha307e9ht0ng5dp2',0,'0000-00-00 00:00:00','','','','','',''),(1159,'com_breezingforms',1316,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-07-03 10:12:06',0,0,0,'','94c719751e865b81c896f96a5560c427',0,'0000-00-00 00:00:00','','','','','',''),(1160,'com_breezingforms',1317,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-07-03 10:15:05',0,0,0,'','94c719751e865b81c896f96a5560c427',0,'0000-00-00 00:00:00','','','','','',''),(1161,'com_breezingforms',1318,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-07-03 12:08:31',0,0,0,'','979d22c7d3c2d45f9f3d881e9419b9d2',0,'0000-00-00 00:00:00','','','','','',''),(1162,'com_breezingforms',1319,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-07-04 11:47:19',0,0,0,'','f167c49afa6d764011cbf11b6e0fbf97',0,'0000-00-00 00:00:00','','','','','',''),(1163,'com_breezingforms',1320,3,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-07-04 11:48:01',0,0,0,'','693635c729ae7cce3b36e6a8fa9ef1dc',0,'0000-00-00 00:00:00','','','','','',''),(1164,'com_breezingforms',1321,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-07-05 10:48:42',0,0,0,'','979d22c7d3c2d45f9f3d881e9419b9d2',0,'0000-00-00 00:00:00','','','','','',''),(1165,'com_breezingforms',1322,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-07-05 11:04:20',0,0,0,'','979d22c7d3c2d45f9f3d881e9419b9d2',0,'0000-00-00 00:00:00','','','','','',''),(1166,'com_breezingforms',1323,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-07-05 11:06:25',0,0,0,'','979d22c7d3c2d45f9f3d881e9419b9d2',0,'0000-00-00 00:00:00','','','','','',''),(1167,'com_breezingforms',1324,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-07-05 11:10:49',0,0,0,'','979d22c7d3c2d45f9f3d881e9419b9d2',0,'0000-00-00 00:00:00','','','','','',''),(1168,'com_breezingforms',1325,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-07-05 11:10:57',0,0,0,'','979d22c7d3c2d45f9f3d881e9419b9d2',0,'0000-00-00 00:00:00','','','','','',''),(1169,'com_breezingforms',1326,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-07-05 14:02:23',0,0,0,'','979d22c7d3c2d45f9f3d881e9419b9d2',0,'0000-00-00 00:00:00','','','','','',''),(1170,'com_breezingforms',1327,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-07-05 14:20:30',0,0,0,'','979d22c7d3c2d45f9f3d881e9419b9d2',0,'0000-00-00 00:00:00','','','','','',''),(1171,'com_breezingforms',1328,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-07-10 06:32:08',0,0,0,'','arciqalhpehio2e05jg32gd5d5',0,'0000-00-00 00:00:00','','','','','',''),(1172,'com_breezingforms',1329,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-07-22 06:32:52',0,0,0,'','b5c71d0651o66hlpio1j2u8a74',0,'0000-00-00 00:00:00','','','','','',''),(1173,'com_breezingforms',1330,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-07-26 06:54:49',0,0,0,'','8122dgubvl9qb51o1383m76uh4',0,'0000-00-00 00:00:00','','','','','',''),(1174,'com_breezingforms',1331,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-07-29 14:49:23',0,0,0,'','c2igp7j1l9eteqvb55h6ufduk6',0,'0000-00-00 00:00:00','','','','','',''),(1175,'com_breezingforms',1332,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-08-01 13:44:20',0,0,0,'','f400df3jmkr95fm8nho0nq35r3',0,'0000-00-00 00:00:00','','','','','',''),(1176,'com_breezingforms',1333,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-08-05 14:14:40',0,0,0,'','mdbljspehg40rftg1090bifjt7',0,'0000-00-00 00:00:00','','','','','',''),(1177,'com_breezingforms',1334,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-08-07 20:22:58',0,0,0,'','0cd05flgi2ogdd4beg1820uti4',0,'0000-00-00 00:00:00','','','','','',''),(1178,'com_breezingforms',1335,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-08-13 06:13:24',0,0,0,'','orbnr4q22hs6ttu8sii5quc5u0',0,'0000-00-00 00:00:00','','','','','',''),(1179,'com_breezingforms',1336,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-08-13 09:00:15',0,0,0,'','g8b1b3crjg58fpn133mak76b47',0,'0000-00-00 00:00:00','','','','','',''),(1180,'com_breezingforms',1337,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-08-19 09:07:25',0,0,0,'','etm7ubhh060jn7c0haglpomuo1',0,'0000-00-00 00:00:00','','','','','',''),(1181,'com_breezingforms',1338,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-08-23 09:14:05',0,0,0,'','d14ec592ipoafd6tsisq2cob55',0,'0000-00-00 00:00:00','','','','','',''),(1182,'com_breezingforms',1339,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-08-24 11:41:46',0,0,0,'','4fdhm7hdpceh8ee20cpjjtdev0',0,'0000-00-00 00:00:00','','','','','',''),(1183,'com_breezingforms',1340,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-08-26 09:50:16',0,0,0,'','i96a3j0fu4a5huvaedl0c6nr93',0,'0000-00-00 00:00:00','','','','','',''),(1184,'com_breezingforms',1341,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-08-26 18:27:29',0,0,0,'','fe7hl79og0nqpe3uvau1ssdtb1',0,'0000-00-00 00:00:00','','','','','',''),(1185,'com_breezingforms',1342,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-08-27 23:41:58',0,0,0,'','qu19k16erm1hd1hja3aaad9rb7',0,'0000-00-00 00:00:00','','','','','',''),(1186,'com_breezingforms',1343,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-08-30 04:42:24',0,0,0,'','cc90e91a202f70f8ed73f8ced0f2238d',0,'0000-00-00 00:00:00','','','','','',''),(1187,'com_breezingforms',1344,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-09-01 01:11:23',0,0,0,'','1933ead174272fd54ed5b7d093ab7bdc',0,'0000-00-00 00:00:00','','','','','',''),(1188,'com_breezingforms',1345,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-09-04 12:24:11',0,0,0,'','70a4f13e0fd237464fbbeeaab63fb1db',0,'0000-00-00 00:00:00','','','','','',''),(1189,'com_breezingforms',1346,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-09-05 14:18:07',0,0,0,'','8c2dc985164f9130170f143f508f113d',0,'0000-00-00 00:00:00','','','','','',''),(1190,'com_breezingforms',1347,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-09-08 03:05:36',0,0,0,'','4c7d0982ec8f9f0b59867ac4c7e33167',0,'0000-00-00 00:00:00','','','','','',''),(1191,'com_breezingforms',1348,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-09-08 12:11:59',0,0,0,'','0f008d8667d518a613a247e6bcd7fb61',0,'0000-00-00 00:00:00','','','','','',''),(1192,'com_breezingforms',1349,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-09-09 21:32:00',0,0,0,'','60e67acff10e6a251d27219ce79b762e',0,'0000-00-00 00:00:00','','','','','',''),(1193,'com_breezingforms',1350,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-09-10 02:13:50',0,0,0,'','ef0db41dfdb76c19de113347e6cd9fa9',0,'0000-00-00 00:00:00','','','','','',''),(1194,'com_breezingforms',1351,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-09-10 11:30:51',0,0,0,'','732eefaec97b7fb37f259fa0749ccca9',0,'0000-00-00 00:00:00','','','','','',''),(1195,'com_breezingforms',1352,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-09-11 00:11:52',0,0,0,'','d903338a22775491daf53cf021368604',0,'0000-00-00 00:00:00','','','','','',''),(1196,'com_breezingforms',1353,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-09-13 17:00:28',0,0,0,'','e978441feffea9a793544fe56aa69f0d',0,'0000-00-00 00:00:00','','','','','',''),(1197,'com_breezingforms',1354,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-09-13 18:01:19',0,0,0,'','315bb688ac6e259a0041c4d9ae4e0bb7',0,'0000-00-00 00:00:00','','','','','',''),(1198,'com_breezingforms',1355,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-09-14 14:03:11',0,0,0,'','7e6aa52ec6b515715c9f279bbc3744ea',0,'0000-00-00 00:00:00','','','','','',''),(1199,'com_breezingforms',1356,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-09-16 10:26:27',0,0,0,'','8c2dc985164f9130170f143f508f113d',0,'0000-00-00 00:00:00','','','','','',''),(1200,'com_breezingforms',1357,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-09-16 15:42:41',0,0,0,'','e8b1fdb5c0cd6f0ea23acf954e2ebb71',0,'0000-00-00 00:00:00','','','','','',''),(1201,'com_breezingforms',1358,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-09-19 01:18:33',0,0,0,'','48e966461e0452262490d084890177eb',0,'0000-00-00 00:00:00','','','','','',''),(1202,'com_breezingforms',1359,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-09-20 00:08:52',0,0,0,'','e57098f6ce29c43d2bb44c979cfe21a9',0,'0000-00-00 00:00:00','','','','','',''),(1203,'com_breezingforms',1360,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-09-20 00:20:45',0,0,0,'','36e3cb87b9ad292bbd3808287fc1151e',0,'0000-00-00 00:00:00','','','','','',''),(1204,'com_breezingforms',1361,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-09-22 06:19:10',0,0,0,'','2bd245456ef42edd77205a80fbd70622',0,'0000-00-00 00:00:00','','','','','',''),(1205,'com_breezingforms',1362,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-09-24 01:33:12',0,0,0,'','a6a64f1f416ab038c0fc962eee7f44f1',0,'0000-00-00 00:00:00','','','','','',''),(1206,'com_breezingforms',1363,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-09-24 09:23:08',0,0,0,'','f80e65f66d632444b1484d23f853347f',0,'0000-00-00 00:00:00','','','','','',''),(1207,'com_breezingforms',1364,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-09-25 21:48:35',0,0,0,'','c3a24cfdef4a115d1721e412b37c77ab',0,'0000-00-00 00:00:00','','','','','',''),(1208,'com_breezingforms',1365,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-09-26 19:16:18',0,0,0,'','8cb6e69a72b3275b2a4d85fb0c22f2b1',0,'0000-00-00 00:00:00','','','','','',''),(1209,'com_breezingforms',1366,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-09-27 10:55:50',0,0,0,'','ec75d542a8c4e70ca4946c9cbc9e3344',0,'0000-00-00 00:00:00','','','','','',''),(1210,'com_breezingforms',1367,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-09-27 13:43:03',0,0,0,'','cb638eef68e9f96f4fd3a5a8f1d87154',0,'0000-00-00 00:00:00','','','','','',''),(1211,'com_breezingforms',1368,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-09-27 13:45:30',0,0,0,'','cb638eef68e9f96f4fd3a5a8f1d87154',0,'0000-00-00 00:00:00','','','','','',''),(1212,'com_breezingforms',1369,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-09-27 21:43:56',0,0,0,'','034dc44865fe79af8f731671b7166a9f',0,'0000-00-00 00:00:00','','','','','',''),(1213,'com_breezingforms',1370,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-09-29 08:21:54',0,0,0,'','607080cb5eae29662c29be5d1e99912f',0,'0000-00-00 00:00:00','','','','','',''),(1214,'com_breezingforms',1371,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-09-29 08:24:14',0,0,0,'','607080cb5eae29662c29be5d1e99912f',0,'0000-00-00 00:00:00','','','','','',''),(1215,'com_breezingforms',1372,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-10-04 10:00:05',0,0,0,'','e06d5bb43ab7643af18f19df22a3f64e',0,'0000-00-00 00:00:00','','','','','',''),(1216,'com_breezingforms',1373,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-10-12 03:18:37',0,0,0,'','5709693d96b7f20d2dad21767d72293d',0,'0000-00-00 00:00:00','','','','','',''),(1217,'com_breezingforms',1374,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-10-17 05:48:22',0,0,0,'','1898b0d99be3a630633a491948b37fed',0,'0000-00-00 00:00:00','','','','','',''),(1218,'com_breezingforms',1375,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-10-17 10:00:19',0,0,0,'','7b28203614f7b47a0acb0345c7e198b4',0,'0000-00-00 00:00:00','','','','','',''),(1219,'com_breezingforms',1376,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-10-18 17:26:04',0,0,0,'','15b9aada9bc2d2f40c2fa31a35a9e964',0,'0000-00-00 00:00:00','','','','','',''),(1220,'com_breezingforms',1377,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-10-28 11:16:24',0,0,0,'','9c4880a3e7114f0ae827d8e8c2f853ee',0,'0000-00-00 00:00:00','','','','','',''),(1221,'com_breezingforms',1378,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-10-28 13:21:25',0,0,0,'','2acf8664600a24e7da5867b93692a17a',0,'0000-00-00 00:00:00','','','','','',''),(1222,'com_breezingforms',1379,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-11-08 09:52:38',0,0,0,'','0f8130ba6e0ac28268061119bce46736',0,'0000-00-00 00:00:00','','','','','',''),(1223,'com_breezingforms',1380,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-11-08 16:53:04',0,0,0,'','8bbb3dda29908dd7dac95f9154725a8b',0,'0000-00-00 00:00:00','','','','','',''),(1224,'com_breezingforms',1381,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-11-08 16:53:18',0,0,0,'','8bbb3dda29908dd7dac95f9154725a8b',0,'0000-00-00 00:00:00','','','','','',''),(1225,'com_breezingforms',1382,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-11-08 16:53:38',0,0,0,'','8bbb3dda29908dd7dac95f9154725a8b',0,'0000-00-00 00:00:00','','','','','',''),(1226,'com_breezingforms',1383,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-11-08 16:53:50',0,0,0,'','8bbb3dda29908dd7dac95f9154725a8b',0,'0000-00-00 00:00:00','','','','','',''),(1227,'com_breezingforms',1384,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-11-09 08:45:56',0,0,0,'','6d8dfe2622a02634b56c288df9287200',0,'0000-00-00 00:00:00','','','','','',''),(1228,'com_breezingforms',1385,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-11-09 08:47:14',0,0,0,'','6d8dfe2622a02634b56c288df9287200',0,'0000-00-00 00:00:00','','','','','',''),(1229,'com_breezingforms',1386,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-11-09 08:57:55',0,0,0,'','06c5b03eadc3367ad97afaececbae68a',0,'0000-00-00 00:00:00','','','','','',''),(1230,'com_breezingforms',1387,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-11-11 16:22:46',0,0,0,'','0042feee76371dc9a402c55620845895',0,'0000-00-00 00:00:00','','','','','',''),(1231,'com_breezingforms',1388,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-11-19 19:04:43',0,0,0,'','j6geqkmf5nm9sop0d05gq1sav7',0,'0000-00-00 00:00:00','','','','','',''),(1232,'com_breezingforms',1389,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-04 06:18:56',0,0,0,'','e8j396vlidrp8oc0jr82ks9gp6',0,'0000-00-00 00:00:00','','','','','',''),(1233,'com_breezingforms',1390,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-04 06:23:56',0,0,0,'','e8j396vlidrp8oc0jr82ks9gp6',0,'0000-00-00 00:00:00','','','','','',''),(1234,'com_breezingforms',1391,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-04 06:31:59',0,0,0,'','e8j396vlidrp8oc0jr82ks9gp6',0,'0000-00-00 00:00:00','','','','','',''),(1235,'com_breezingforms',1392,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-05 07:29:21',0,0,0,'','cdqng7hlrr876u1m1j9tot4122',0,'0000-00-00 00:00:00','','','','','',''),(1236,'com_breezingforms',1393,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-05 08:12:37',0,0,0,'','ev5fvaenpc09asha7nf5vscln7',0,'0000-00-00 00:00:00','','','','','',''),(1237,'com_breezingforms',1394,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-10 12:44:05',0,0,0,'','c3ss9bajhc6jocubajtq6r5th5',0,'0000-00-00 00:00:00','','','','','',''),(1238,'com_breezingforms',1395,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-10 12:44:44',0,0,0,'','c3ss9bajhc6jocubajtq6r5th5',0,'0000-00-00 00:00:00','','','','','',''),(1239,'com_breezingforms',1396,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-10 12:46:51',0,0,0,'','c3ss9bajhc6jocubajtq6r5th5',0,'0000-00-00 00:00:00','','','','','',''),(1240,'com_breezingforms',1397,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-10 12:47:55',0,0,0,'','c3ss9bajhc6jocubajtq6r5th5',0,'0000-00-00 00:00:00','','','','','',''),(1241,'com_breezingforms',1398,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-10 16:14:26',0,0,0,'','2doj4622thdgb6gqm0i1o62aq4',0,'0000-00-00 00:00:00','','','','','',''),(1242,'com_breezingforms',1399,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-10 16:15:29',0,0,0,'','2doj4622thdgb6gqm0i1o62aq4',0,'0000-00-00 00:00:00','','','','','',''),(1243,'com_breezingforms',1400,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-10 17:24:56',0,0,0,'','pq02ed5no6von4qa5b4sf6iff6',0,'0000-00-00 00:00:00','','','','','',''),(1244,'com_breezingforms',1401,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-15 11:25:10',0,0,0,'','32mmkq8rg3r1lvp90nq9updu03',0,'0000-00-00 00:00:00','','','','','',''),(1245,'com_breezingforms',1402,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-15 11:39:17',0,0,0,'','32mmkq8rg3r1lvp90nq9updu03',0,'0000-00-00 00:00:00','','','','','',''),(1246,'com_breezingforms',1403,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-15 11:43:11',0,0,0,'','32mmkq8rg3r1lvp90nq9updu03',0,'0000-00-00 00:00:00','','','','','',''),(1247,'com_breezingforms',1404,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-15 11:47:44',0,0,0,'','32mmkq8rg3r1lvp90nq9updu03',0,'0000-00-00 00:00:00','','','','','',''),(1248,'com_breezingforms',1405,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-16 20:27:21',0,0,0,'','9nqad496t218lb9ap3qkuue4b3',0,'0000-00-00 00:00:00','','','','','',''),(1249,'com_breezingforms',1406,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-19 05:04:41',0,0,0,'','nk5jiphe86khh0r30hsoaavtu7',0,'0000-00-00 00:00:00','','','','','',''),(1250,'com_breezingforms',1407,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-19 05:05:08',0,0,0,'','nk5jiphe86khh0r30hsoaavtu7',0,'0000-00-00 00:00:00','','','','','',''),(1251,'com_breezingforms',1408,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-23 07:56:26',0,0,0,'','0gf1iv5ha15u5p4piu27mumrn6',0,'0000-00-00 00:00:00','','','','','',''),(1252,'com_breezingforms',1409,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-23 08:01:09',0,0,0,'','0gf1iv5ha15u5p4piu27mumrn6',0,'0000-00-00 00:00:00','','','','','',''),(1253,'com_breezingforms',1410,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-23 08:06:36',0,0,0,'','0gf1iv5ha15u5p4piu27mumrn6',0,'0000-00-00 00:00:00','','','','','',''),(1254,'com_breezingforms',1411,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-30 10:26:33',0,0,0,'','9c5huvpudol9v8pvgh7ggi4fi0',0,'0000-00-00 00:00:00','','','','','',''),(1255,'com_breezingforms',1412,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-30 10:26:36',0,0,0,'','9c5huvpudol9v8pvgh7ggi4fi0',0,'0000-00-00 00:00:00','','','','','',''),(1256,'com_breezingforms',1413,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-30 10:26:48',0,0,0,'','9c5huvpudol9v8pvgh7ggi4fi0',0,'0000-00-00 00:00:00','','','','','',''),(1257,'com_breezingforms',1414,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-30 10:26:51',0,0,0,'','9c5huvpudol9v8pvgh7ggi4fi0',0,'0000-00-00 00:00:00','','','','','',''),(1258,'com_breezingforms',1415,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-01-03 13:26:04',0,0,0,'','7u77opiv469iclgssed8cjq652',0,'0000-00-00 00:00:00','','','','','',''),(1259,'com_breezingforms',1416,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-01-07 12:06:27',0,0,0,'','0gf1iv5ha15u5p4piu27mumrn6',0,'0000-00-00 00:00:00','','','','','',''),(1260,'com_breezingforms',1417,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-01-07 12:52:10',0,0,0,'','0gf1iv5ha15u5p4piu27mumrn6',0,'0000-00-00 00:00:00','','','','','',''),(1261,'com_breezingforms',1418,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-01-07 13:14:22',0,0,0,'','0gf1iv5ha15u5p4piu27mumrn6',0,'0000-00-00 00:00:00','','','','','',''),(1262,'com_breezingforms',1419,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-01-07 13:17:41',0,0,0,'','0gf1iv5ha15u5p4piu27mumrn6',0,'0000-00-00 00:00:00','','','','','',''),(1263,'com_breezingforms',1420,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-01-07 13:19:08',0,0,0,'','0gf1iv5ha15u5p4piu27mumrn6',0,'0000-00-00 00:00:00','','','','','',''),(1264,'com_breezingforms',1421,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-01-07 14:56:31',0,0,0,'','dpk8rfbpmc92g4cllmrpt4oe35',0,'0000-00-00 00:00:00','','','','','',''),(1265,'com_breezingforms',1422,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-01-13 09:49:09',0,0,0,'','6if37evdqqgqi5v524lnch7le3',0,'0000-00-00 00:00:00','','','','','',''),(1266,'com_breezingforms',1423,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-01-20 11:14:12',0,0,0,'','502c325gu2fij1jh7bo17t4ru7',0,'0000-00-00 00:00:00','','','','','',''),(1267,'com_breezingforms',1424,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-01-22 10:58:09',0,0,0,'','k9jm63emmapubjphqldj765nt5',0,'0000-00-00 00:00:00','','','','','',''),(1268,'com_breezingforms',1425,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-01-24 13:42:08',0,0,0,'','jb7rmuaf0idi76kd0jhjohpfn6',0,'0000-00-00 00:00:00','','','','','',''),(1269,'com_breezingforms',1426,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-01-27 08:45:49',0,0,0,'','97i8da8dblos2nk665ja3hfuk0',0,'0000-00-00 00:00:00','','','','','',''),(1270,'com_breezingforms',1427,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-01-29 05:21:44',0,0,0,'','daa1ukqassij3e3oaimv5bjt00',0,'0000-00-00 00:00:00','','','','','',''),(1271,'com_breezingforms',1428,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-02-04 13:43:45',0,0,0,'','0ckmbfcjjl9gfprvnk96mk0v36',0,'0000-00-00 00:00:00','','','','','',''),(1272,'com_breezingforms',1429,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-02-12 14:59:27',0,0,0,'','sp0c1vgk7t5sul14aktaj0fum3',0,'0000-00-00 00:00:00','','','','','',''),(1273,'com_breezingforms',1430,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-02-15 10:25:42',0,0,0,'','iaqql56o28qcto64ung95gg1f0',0,'0000-00-00 00:00:00','','','','','',''),(1274,'com_breezingforms',1431,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-03-05 08:46:58',0,0,0,'','bee3pktm42nv5tlohuluieti73',0,'0000-00-00 00:00:00','','','','','',''),(1275,'com_breezingforms',1432,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-03-09 18:06:33',0,0,0,'','ora1cc8jrkflcgo00vn85a97f5',0,'0000-00-00 00:00:00','','','','','',''),(1276,'com_breezingforms',1433,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-03-11 21:12:07',0,0,0,'','l4rk4040pvir0tuibue33h24t2',0,'0000-00-00 00:00:00','','','','','',''),(1277,'com_breezingforms',1434,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-03-20 09:32:41',0,0,0,'','91i21ar2hi6nrpdmbhu6aq0r67',0,'0000-00-00 00:00:00','','','','','',''),(1278,'com_breezingforms',1435,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-04-03 22:56:12',0,0,0,'','7h8um2fi4cl4pf92bijqg2dnp7',0,'0000-00-00 00:00:00','','','','','',''),(1279,'com_breezingforms',1436,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-04-23 12:57:54',0,0,0,'','61qgp26qt8tomj7qg0edsdhvr2',0,'0000-00-00 00:00:00','','','','','',''),(1280,'com_breezingforms',1437,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-06-15 11:39:34',0,0,0,'','0jgdgk4mao61k63aa927evo2f7',0,'0000-00-00 00:00:00','','','','','',''),(1281,'com_breezingforms',1438,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-09-09 09:04:55',0,0,0,'','nsaph003a38lrf58d6hshqn89s',0,'0000-00-00 00:00:00','','','','','',''),(1282,'com_breezingforms',1439,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-09-30 11:20:53',0,0,0,'','1l2pq2soiqrfb9j45ksdh5hhu0',0,'0000-00-00 00:00:00','','','','','',''),(1283,'com_breezingforms',1440,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-10-23 14:07:24',0,0,0,'','bbu05393u6heobdbgeabpa55p0',0,'0000-00-00 00:00:00','','','','','',''),(1284,'com_breezingforms',1441,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-11-08 07:08:36',0,0,0,'','vuios89slnc630khbshni5le9g',0,'0000-00-00 00:00:00','','','','','',''),(1285,'com_breezingforms',1442,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-11-20 09:35:55',0,0,0,'','150lgrtf4f1lkkp2agrlmeapjv',0,'0000-00-00 00:00:00','','','','','',''),(1286,'com_breezingforms',1443,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-11-23 14:23:41',0,0,0,'','hkkk18lt8v9d2kdjfudv8gco71',0,'0000-00-00 00:00:00','','','','','',''),(1287,'com_breezingforms',1444,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-11-25 06:18:40',0,0,0,'','cq77566q44gikjqhjt35hjva2l',0,'0000-00-00 00:00:00','','','','','',''),(1288,'com_breezingforms',1445,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-12-01 07:50:03',0,0,0,'','6upf00gu41m1g2cgt3usg0778v',0,'0000-00-00 00:00:00','','','','','',''),(1289,'com_breezingforms',1446,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-12-03 06:51:45',0,0,0,'','suevc1cl9to88urgcsac1o5mtu',0,'0000-00-00 00:00:00','','','','','',''),(1290,'com_breezingforms',1447,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-12-05 06:45:54',0,0,0,'','0gt0ggfgrrqgjuvtekj2mbrt0f',0,'0000-00-00 00:00:00','','','','','',''),(1291,'com_breezingforms',1448,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-12-08 11:18:23',0,0,0,'','3mcgk0gjtmgmtekndsuhgqvr0f',0,'0000-00-00 00:00:00','','','','','',''),(1292,'com_breezingforms',1449,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-12-14 14:06:17',0,0,0,'','b0mnpoefu425gv465sgqekcnds',0,'0000-00-00 00:00:00','','','','','',''),(1293,'com_breezingforms',1450,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2021-01-12 10:08:21',0,0,0,'','7tie5uueoiokbvc6fa8crqsk3r',0,'0000-00-00 00:00:00','','','','','',''),(1294,'com_breezingforms',1451,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2021-01-12 13:24:15',0,0,0,'','ntdkgoujc53q4j54lup7c39083',0,'0000-00-00 00:00:00','','','','','',''),(1295,'com_breezingforms',1452,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2021-01-19 13:35:02',0,0,0,'','dofpi2r0discppq53h12p5ubae',0,'0000-00-00 00:00:00','','','','','',''),(1296,'com_breezingforms',1453,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2021-01-21 12:44:26',0,0,0,'','0a4bin3iogss5vvl61scsoft5b',0,'0000-00-00 00:00:00','','','','','',''),(1297,'com_breezingforms',1454,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2021-02-22 14:26:59',0,0,0,'','sepeu1v3hn98gtbsssulsjehhj',0,'0000-00-00 00:00:00','','','','','',''),(1298,'com_breezingforms',1455,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2021-03-01 16:05:16',0,0,0,'','e1or7rvviv0kumcm7d9o41l8e6',0,'0000-00-00 00:00:00','','','','','',''),(1299,'com_breezingforms',1456,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2021-03-31 18:41:15',0,0,0,'','otk3ni5bi7kldm3eklel6f6mr8',0,'0000-00-00 00:00:00','','','','','',''),(1300,'com_breezingforms',1457,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2021-04-01 07:30:56',0,0,0,'','orpu18beuvuh77n94g82u9q7ci',0,'0000-00-00 00:00:00','','','','','',''),(1301,'com_breezingforms',1458,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2021-04-22 03:34:51',0,0,0,'','f9oaogtgia176s1h4rrb9ue7gi',0,'0000-00-00 00:00:00','','','','','',''),(1302,'com_breezingforms',1459,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2021-04-28 05:00:23',0,0,0,'','f6v9b6b0cekfd35o5v5ai5qen8',0,'0000-00-00 00:00:00','','','','','',''),(1303,'com_breezingforms',1460,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2021-06-18 09:07:06',0,0,0,'','4n18vvkdeemo3ij22165mla38a',0,'0000-00-00 00:00:00','','','','','',''),(1304,'com_breezingforms',1461,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2021-06-24 05:38:33',0,0,0,'','hc4cacd6r2lbilf2fpngjfhidc',0,'0000-00-00 00:00:00','','','','','',''),(1305,'com_breezingforms',1462,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2021-07-15 10:25:13',0,0,0,'','ascss4l1q36mof49tg2q0o2vln',0,'0000-00-00 00:00:00','','','','','',''),(1306,'com_breezingforms',1463,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2021-07-15 19:16:22',0,0,0,'','l9v909u7eu442fv1f80o2islsn',0,'0000-00-00 00:00:00','','','','','',''),(1307,'com_breezingforms',1464,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2021-07-19 19:18:56',0,0,0,'','1ql3rsp38ckj8af1bv6eqcq9a7',0,'0000-00-00 00:00:00','','','','','',''),(1308,'com_breezingforms',1465,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2021-07-19 21:17:47',0,0,0,'','oghlbchfvtc67tsdktbkq16h68',0,'0000-00-00 00:00:00','','','','','',''),(1309,'com_breezingforms',1466,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2021-07-23 07:05:17',0,0,0,'','jlusjh5gbnsovquf24asqje5ri',0,'0000-00-00 00:00:00','','','','','',''),(1310,'com_breezingforms',1467,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2021-07-30 15:35:11',0,0,0,'','jlusjh5gbnsovquf24asqje5ri',0,'0000-00-00 00:00:00','','','','','',''),(1311,'com_breezingforms',1468,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2021-10-14 09:53:34',0,0,0,'','skqhlh7lfhcr8iehh5hm35m7do',0,'0000-00-00 00:00:00','','','','','',''),(1312,'com_breezingforms',1469,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2021-10-14 10:02:51',0,0,0,'','e0c38iahoofbciq1e5sga82o61',0,'0000-00-00 00:00:00','','','','','',''),(1313,'com_breezingforms',1470,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2022-01-02 21:57:21',0,0,0,'','n2qihga7ld1fhovljjg5sscgos',0,'0000-00-00 00:00:00','','','','','',''),(1314,'com_breezingforms',1471,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2022-01-05 15:50:07',0,0,0,'','2kbq3oo2rlaqgck8i4gsfe6hkb',0,'0000-00-00 00:00:00','','','','','',''),(1315,'com_breezingforms',1472,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2022-01-09 22:05:57',0,0,0,'','h17e94pes5uddejl4iq23v7uaa',0,'0000-00-00 00:00:00','','','','','',''),(1316,'com_breezingforms',1473,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2022-01-15 09:10:31',0,0,0,'','tf4dso18grh90dgcbfor8egcva',0,'0000-00-00 00:00:00','','','','','',''),(1317,'com_breezingforms',1474,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2022-02-01 04:34:34',0,0,0,'','cka0s5mcdtkc58sr8mulqj18uh',0,'0000-00-00 00:00:00','','','','','',''),(1318,'com_breezingforms',1475,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2022-02-09 13:00:39',0,0,0,'','1djto6u0m24ka2rm15fl9k936p',0,'0000-00-00 00:00:00','','','','','',''),(1319,'com_breezingforms',1476,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2022-02-17 13:28:17',0,0,0,'','lg267mj34ifcvan0qfnie7i7i1',0,'0000-00-00 00:00:00','','','','','',''),(1320,'com_breezingforms',1477,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2022-03-29 20:26:09',0,0,0,'','fcgqkl27bg5281lsfjtomkd4qq',0,'0000-00-00 00:00:00','','','','','',''),(1321,'com_breezingforms',1478,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2022-04-11 11:05:59',0,0,0,'','mrc4ahigq4usiethl1gos3gi2c',0,'0000-00-00 00:00:00','','','','','',''),(1322,'com_breezingforms',1479,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2022-04-23 11:06:59',0,0,0,'','glu3bcurgf4gmptr2a8pi2v2m9',0,'0000-00-00 00:00:00','','','','','',''),(1323,'com_breezingforms',1480,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2022-05-14 00:33:29',0,0,0,'','ap4begqaa0an7vgpjmkccmbsv6',0,'0000-00-00 00:00:00','','','','','',''),(1324,'com_breezingforms',1481,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2022-05-28 14:12:15',0,0,0,'','cns5ujpaasldskuoqm2pl8elti',0,'0000-00-00 00:00:00','','','','','',''),(1325,'com_breezingforms',1482,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2022-05-28 14:24:32',0,0,0,'','n5dot88vqgkvjcaj2k2gjha3vg',0,'0000-00-00 00:00:00','','','','','',''),(1326,'com_breezingforms',1483,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2022-06-03 14:46:15',0,0,0,'','0k9ihoc4ol4n1qigtachd4k8ir',0,'0000-00-00 00:00:00','','','','','',''),(1327,'com_breezingforms',1484,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2022-06-11 00:45:55',0,0,0,'','1p7tidunb6ik6achbgoh59gdj8',0,'0000-00-00 00:00:00','','','','','',''),(1328,'com_breezingforms',1485,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2022-06-14 14:44:53',0,0,0,'','63bqic80f5hb8larclm13u4pjm',0,'0000-00-00 00:00:00','','','','','',''),(1329,'com_breezingforms',1486,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2022-07-06 14:50:19',0,0,0,'','0aml6ch10d9t13jgj7fca45obl',0,'0000-00-00 00:00:00','','','','','',''),(1330,'com_breezingforms',1487,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2022-07-12 11:47:21',0,0,0,'','ck5b7vpjrsp6a3sdgg7afme9pe',0,'0000-00-00 00:00:00','','','','','',''),(1331,'com_breezingforms',1488,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2022-08-12 10:21:31',0,0,0,'','pk2ktv6cpf5ee7uk4t31r9ogj7',0,'0000-00-00 00:00:00','','','','','',''),(1332,'com_breezingforms',1489,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2022-08-13 13:20:23',0,0,0,'','4rgkkb53g4018kruoi727elje5',0,'0000-00-00 00:00:00','','','','','',''),(1333,'com_breezingforms',1490,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2022-10-07 07:50:11',0,0,0,'','vj3cjje4r827o2kh83tvnu8rf8',0,'0000-00-00 00:00:00','','','','','',''),(1334,'com_breezingforms',1491,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2022-10-25 23:12:37',0,0,0,'','8br34okp67sodp7d3qsli47c4p',0,'0000-00-00 00:00:00','','','','','',''),(1335,'com_breezingforms',1492,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2022-10-26 05:29:54',0,0,0,'','fcd8rsogoshc5bolvsirrle6tp',0,'0000-00-00 00:00:00','','','','','',''),(1336,'com_breezingforms',1493,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2022-10-31 01:07:58',0,0,0,'','7k75natrees0mq1rooebvni7be',0,'0000-00-00 00:00:00','','','','','',''),(1337,'com_breezingforms',1494,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2022-11-13 08:02:59',0,0,0,'','e0n3m6o9ij0f575r86plr8niuq',0,'0000-00-00 00:00:00','','','','','',''),(1338,'com_breezingforms',1495,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2022-11-14 10:25:17',0,0,0,'','fb1ii3qdgkdq74c8b19num7gpv',0,'0000-00-00 00:00:00','','','','','',''),(1339,'com_breezingforms',1496,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2022-12-07 13:42:57',0,0,0,'','oodfjvao1tpobk2v9kdl6g5p7k',0,'0000-00-00 00:00:00','','','','','',''),(1340,'com_breezingforms',1497,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2023-01-16 13:34:43',0,0,0,'','7qs5nr31sq3u0r2ek69r4p55te',0,'0000-00-00 00:00:00','','','','','',''),(1341,'com_breezingforms',1498,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2023-01-27 05:58:39',0,0,0,'','2mqduvjjnc3gu4bqrk1954bjq9',0,'0000-00-00 00:00:00','','','','','',''),(1342,'com_breezingforms',1499,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2023-02-01 12:54:31',0,0,0,'','r3m8qhi8mm23ms6pdt02filg6s',0,'0000-00-00 00:00:00','','','','','',''),(1343,'com_breezingforms',1500,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2023-02-14 19:04:36',0,0,0,'','1s6378o3poq1ak8f77dbjmct5i',0,'0000-00-00 00:00:00','','','','','',''),(1344,'com_breezingforms',1501,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2023-03-16 10:55:25',0,0,0,'','05r3po5cmt4erae0vcbsin5o8r',0,'0000-00-00 00:00:00','','','','','',''),(1345,'com_breezingforms',1502,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2023-03-31 09:51:22',0,0,0,'','rtj15qhqcdbt97b9olv4da6mej',0,'0000-00-00 00:00:00','','','','','',''),(1346,'com_breezingforms',1503,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2023-04-10 06:19:37',0,0,0,'','h4iuq6cg2r5oqgidhvvfaqhiib',0,'0000-00-00 00:00:00','','','','','',''),(1347,'com_breezingforms',1504,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2023-05-12 07:08:03',0,0,0,'','u3dm309q3p2ja2pjjg46depg2q',0,'0000-00-00 00:00:00','','','','','',''),(1348,'com_breezingforms',1505,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2023-06-05 10:49:32',0,0,0,'','cfaujii186okotj02qardp8bl2',0,'0000-00-00 00:00:00','','','','','',''),(1349,'com_breezingforms',1506,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2023-06-06 05:43:12',0,0,0,'','grdb3jkis1sqgtlba1p6samabu',0,'0000-00-00 00:00:00','','','','','',''),(1350,'com_breezingforms',1507,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2023-06-14 05:57:29',0,0,0,'','7k7jk8ns5u7che09l710d0mkal',0,'0000-00-00 00:00:00','','','','','',''),(1351,'com_breezingforms',1508,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2023-06-19 10:12:44',0,0,0,'','obkom2160i00u4gbos34q0j4sa',0,'0000-00-00 00:00:00','','','','','',''),(1352,'com_breezingforms',1509,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2023-06-19 13:58:14',0,0,0,'','ebe7lb8g6j1294984e3mlm1fuk',0,'0000-00-00 00:00:00','','','','','',''),(1353,'com_breezingforms',1510,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2023-07-02 13:57:47',0,0,0,'','ebe7lb8g6j1294984e3mlm1fuk',0,'0000-00-00 00:00:00','','','','','',''),(1354,'com_breezingforms',1511,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2023-07-11 04:40:53',0,0,0,'','2kubmcu303vudjccq7m0rbq0d1',0,'0000-00-00 00:00:00','','','','','',''),(1355,'com_breezingforms',1512,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2023-07-11 04:50:29',0,0,0,'','2kubmcu303vudjccq7m0rbq0d1',0,'0000-00-00 00:00:00','','','','','',''),(1356,'com_breezingforms',1513,2,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2023-07-18 13:57:53',0,0,0,'','pdus4gdqne3uemdvtghhpbf1r1',0,'0000-00-00 00:00:00','','','','','',''),(1357,'com_breezingforms',1514,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2023-07-19 18:08:35',0,0,0,'','42t43o1scg6u46ajgks8r3ng5j',0,'0000-00-00 00:00:00','','','','','',''),(1358,'com_breezingforms',1515,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2023-07-19 18:08:56',0,0,0,'','42t43o1scg6u46ajgks8r3ng5j',0,'0000-00-00 00:00:00','','','','','',''),(1359,'com_breezingforms',1516,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2023-07-26 14:58:46',0,0,0,'','enpjc3g2ldabkcb02ut4fsopji',0,'0000-00-00 00:00:00','','','','','',''),(1360,'com_breezingforms',1517,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2023-08-23 09:25:11',0,0,0,'','21ch7gesau54j4n63butr8np0n',0,'0000-00-00 00:00:00','','','','','',''),(1361,'com_breezingforms',1518,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2023-09-28 17:50:33',0,0,0,'','8t8u8s7ons122a14m3av4t4d40',0,'0000-00-00 00:00:00','','','','','',''),(1362,'com_breezingforms',1519,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2023-10-11 13:26:01',0,0,0,'','3mlf2qtcht4bte0jqqgc50upvo',0,'0000-00-00 00:00:00','','','','','',''),(1363,'com_breezingforms',1520,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2023-10-23 08:57:48',0,0,0,'','jvdafkl04tk2t6teedousfq7s6',0,'0000-00-00 00:00:00','','','','','',''),(1364,'com_breezingforms',1521,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2023-11-19 23:05:53',0,0,0,'','73mfil18slog0m17tmivvvcnnf',0,'0000-00-00 00:00:00','','','','','',''),(1365,'com_breezingforms',1522,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2024-08-03 07:52:25',0,0,0,'','lrov8kv89viojeaurr7ltqcghe',0,'0000-00-00 00:00:00','','','','','',''),(1366,'com_breezingforms',1523,4,0,'','*','0000-00-00 00:00:00','0000-00-00 00:00:00','2025-03-30 06:39:08',0,0,0,'','ev38p4qf89dotdbin0camm4b6g',0,'0000-00-00 00:00:00','','','','','','');
/*!40000 ALTER TABLE `jos7e_contentbuilder_records` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_contentbuilder_registered_users`
--
DROP TABLE IF EXISTS `jos7e_contentbuilder_registered_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_contentbuilder_registered_users` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL DEFAULT 0,
`record_id` bigint(20) NOT NULL DEFAULT 0,
`form_id` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`,`record_id`,`form_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_contentbuilder_registered_users`
--
LOCK TABLES `jos7e_contentbuilder_registered_users` WRITE;
/*!40000 ALTER TABLE `jos7e_contentbuilder_registered_users` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_contentbuilder_registered_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_contentbuilder_resource_access`
--
DROP TABLE IF EXISTS `jos7e_contentbuilder_resource_access`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_contentbuilder_resource_access` (
`type` varchar(100) NOT NULL DEFAULT '',
`form_id` int(11) NOT NULL DEFAULT 0,
`element_id` int(11) NOT NULL DEFAULT 0,
`resource_id` varchar(100) NOT NULL,
`hits` int(11) NOT NULL DEFAULT 0,
UNIQUE KEY `type` (`type`,`element_id`,`resource_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_contentbuilder_resource_access`
--
LOCK TABLES `jos7e_contentbuilder_resource_access` WRITE;
/*!40000 ALTER TABLE `jos7e_contentbuilder_resource_access` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_contentbuilder_resource_access` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_contentbuilder_storage_fields`
--
DROP TABLE IF EXISTS `jos7e_contentbuilder_storage_fields`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_contentbuilder_storage_fields` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`storage_id` int(11) NOT NULL DEFAULT 0,
`name` varchar(255) NOT NULL DEFAULT '',
`title` varchar(255) NOT NULL DEFAULT '',
`is_group` tinyint(1) NOT NULL DEFAULT 0,
`group_definition` text NOT NULL,
`ordering` int(11) NOT NULL DEFAULT 0,
`published` tinyint(1) NOT NULL DEFAULT 1,
PRIMARY KEY (`id`),
UNIQUE KEY `storage_id` (`storage_id`,`name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_contentbuilder_storage_fields`
--
LOCK TABLES `jos7e_contentbuilder_storage_fields` WRITE;
/*!40000 ALTER TABLE `jos7e_contentbuilder_storage_fields` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_contentbuilder_storage_fields` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_contentbuilder_storages`
--
DROP TABLE IF EXISTS `jos7e_contentbuilder_storages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_contentbuilder_storages` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL DEFAULT '',
`title` varchar(255) NOT NULL DEFAULT '',
`bytable` tinyint(1) NOT NULL DEFAULT 0,
`ordering` int(11) NOT NULL DEFAULT 0,
`published` tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`),
UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_contentbuilder_storages`
--
LOCK TABLES `jos7e_contentbuilder_storages` WRITE;
/*!40000 ALTER TABLE `jos7e_contentbuilder_storages` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_contentbuilder_storages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_contentbuilder_users`
--
DROP TABLE IF EXISTS `jos7e_contentbuilder_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_contentbuilder_users` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`userid` int(11) NOT NULL DEFAULT 0,
`form_id` int(11) NOT NULL DEFAULT 0,
`records` int(11) NOT NULL DEFAULT 0,
`verified_view` tinyint(1) NOT NULL DEFAULT 0,
`verification_date_view` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`verified_new` tinyint(1) NOT NULL DEFAULT 0,
`verification_date_new` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`verified_edit` tinyint(1) NOT NULL DEFAULT 0,
`verification_date_edit` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`limit_add` int(11) NOT NULL DEFAULT 0,
`limit_edit` int(11) NOT NULL DEFAULT 0,
`published` tinyint(1) NOT NULL DEFAULT 1,
PRIMARY KEY (`id`),
UNIQUE KEY `userid` (`userid`,`form_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_contentbuilder_users`
--
LOCK TABLES `jos7e_contentbuilder_users` WRITE;
/*!40000 ALTER TABLE `jos7e_contentbuilder_users` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_contentbuilder_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_contentbuilder_verifications`
--
DROP TABLE IF EXISTS `jos7e_contentbuilder_verifications`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_contentbuilder_verifications` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`verification_hash` varchar(255) NOT NULL DEFAULT '',
`start_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`verification_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`verification_data` text NOT NULL,
`create_invoice` tinyint(1) NOT NULL DEFAULT 0,
`user_id` int(11) NOT NULL DEFAULT 0,
`plugin` varchar(255) NOT NULL DEFAULT '',
`ip` varchar(255) NOT NULL DEFAULT '',
`is_test` tinyint(1) NOT NULL DEFAULT 0,
`setup` text NOT NULL,
`client` tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`),
KEY `verification_hash` (`verification_hash`),
KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_contentbuilder_verifications`
--
LOCK TABLES `jos7e_contentbuilder_verifications` WRITE;
/*!40000 ALTER TABLE `jos7e_contentbuilder_verifications` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_contentbuilder_verifications` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_contentitem_tag_map`
--
DROP TABLE IF EXISTS `jos7e_contentitem_tag_map`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_contentitem_tag_map` (
`type_alias` varchar(255) NOT NULL DEFAULT '',
`core_content_id` int(10) unsigned NOT NULL COMMENT 'PK from the core content table',
`content_item_id` int(11) NOT NULL COMMENT 'PK from the content type table',
`tag_id` int(10) unsigned NOT NULL COMMENT 'PK from the tag table',
`tag_date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() COMMENT 'Date of most recent save for this tag-item',
`type_id` mediumint(8) NOT NULL COMMENT 'PK from the content_type table',
UNIQUE KEY `uc_ItemnameTagid` (`type_id`,`content_item_id`,`tag_id`),
KEY `idx_tag_type` (`tag_id`,`type_id`),
KEY `idx_date_id` (`tag_date`,`tag_id`),
KEY `idx_core_content_id` (`core_content_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Maps items from content tables to tags';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_contentitem_tag_map`
--
LOCK TABLES `jos7e_contentitem_tag_map` WRITE;
/*!40000 ALTER TABLE `jos7e_contentitem_tag_map` DISABLE KEYS */;
INSERT INTO `jos7e_contentitem_tag_map` VALUES ('com_content.article',1,5,2,'2016-03-03 12:28:15',1),('com_content.article',2,6,2,'2024-10-06 09:44:50',1),('com_content.article',4,8,2,'2016-03-02 07:42:18',1),('com_content.article',5,9,6,'2016-03-02 07:45:40',1),('com_content.article',6,10,9,'2016-03-02 08:41:01',1),('com_content.article',7,11,2,'2019-09-14 09:07:10',1),('com_content.article',8,12,2,'2024-10-06 09:40:21',1),('com_content.article',9,13,2,'2025-06-18 07:52:28',1),('com_content.article',10,19,2,'2016-03-22 09:00:21',1),('com_content.article',11,20,2,'2016-03-22 09:00:50',1),('com_content.article',12,21,2,'2016-03-22 09:04:31',1),('com_content.article',13,22,2,'2016-03-22 09:07:58',1),('com_content.article',14,23,6,'2016-03-22 09:12:49',1),('com_content.article',15,24,6,'2016-03-22 09:16:42',1),('com_content.article',16,25,6,'2016-03-22 09:18:53',1),('com_content.article',17,26,6,'2016-03-22 09:21:33',1),('com_content.article',18,27,6,'2016-03-22 09:23:58',1),('com_content.article',19,28,6,'2016-03-22 09:29:45',1),('com_content.article',20,29,9,'2016-03-23 13:50:57',1),('com_content.article',21,30,6,'2016-03-23 12:30:18',1),('com_content.article',22,31,10,'2024-10-06 09:51:42',1),('com_content.article',23,32,6,'2025-06-18 07:54:34',1),('com_content.article',24,33,2,'2016-08-30 06:33:08',1),('com_content.article',25,34,6,'2016-08-30 06:37:17',1),('com_content.article',26,39,2,'2024-10-06 10:17:45',1),('com_content.article',27,40,6,'2017-03-29 10:32:55',1),('com_content.article',28,41,2,'2024-10-06 09:49:14',1),('com_content.article',29,42,6,'2017-06-28 15:04:13',1),('com_content.article',30,43,2,'2017-06-28 15:26:31',1),('com_content.article',31,44,2,'2025-06-18 07:57:56',1),('com_content.article',32,45,6,'2017-11-16 10:10:45',1),('com_content.article',33,46,2,'2017-11-16 14:40:30',1),('com_content.article',34,47,9,'2018-07-04 10:11:05',1),('com_content.article',35,48,8,'2024-10-06 10:19:04',1),('com_content.article',36,49,6,'2025-06-18 07:08:56',1),('com_content.article',37,50,6,'2025-06-18 08:15:43',1),('com_content.article',39,52,9,'2025-06-18 06:51:34',1),('com_content.article',40,53,2,'2025-06-18 08:14:52',1),('com_content.article',41,54,6,'2025-06-18 06:28:11',1),('com_content.article',42,55,6,'2025-06-18 06:27:55',1),('com_content.article',43,56,9,'2024-10-08 12:40:13',1),('com_content.article',44,57,6,'2025-06-18 06:26:56',1),('com_content.article',45,58,6,'2024-10-06 08:52:08',1),('com_content.article',46,59,6,'2025-06-18 07:50:07',1),('com_content.article',47,60,6,'2025-06-18 07:48:27',1),('com_content.article',48,61,6,'2025-06-18 06:25:32',1),('com_content.article',49,62,6,'2025-06-18 06:24:29',1),('com_content.article',50,63,6,'2025-06-18 07:49:15',1),('com_content.article',51,64,6,'2025-06-18 08:08:39',1),('com_content.article',52,65,6,'2024-10-06 08:44:22',1),('com_content.article',53,66,6,'2025-06-18 06:23:25',1),('com_content.article',54,67,6,'2024-10-08 12:42:46',1),('com_content.article',55,68,6,'2025-06-18 07:39:15',1),('com_content.article',55,68,9,'2025-06-18 07:39:15',1),('com_content.article',56,69,6,'2025-06-18 08:16:59',1),('com_content.article',57,70,6,'2024-10-06 08:19:56',1),('com_content.article',58,71,6,'2025-06-18 07:09:33',1),('com_content.article',59,72,6,'2025-06-18 06:54:47',1),('com_content.article',60,73,6,'2025-06-18 07:09:15',1),('com_content.article',61,74,2,'2025-06-18 07:27:13',1);
/*!40000 ALTER TABLE `jos7e_contentitem_tag_map` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_core_log_searches`
--
DROP TABLE IF EXISTS `jos7e_core_log_searches`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_core_log_searches` (
`search_term` varchar(128) NOT NULL DEFAULT '',
`hits` int(10) unsigned NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_core_log_searches`
--
LOCK TABLES `jos7e_core_log_searches` WRITE;
/*!40000 ALTER TABLE `jos7e_core_log_searches` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_core_log_searches` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_extensions`
--
DROP TABLE IF EXISTS `jos7e_extensions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_extensions` (
`extension_id` int(11) NOT NULL AUTO_INCREMENT,
`package_id` int(11) NOT NULL DEFAULT 0 COMMENT 'Parent package ID for extensions installed as a package.',
`name` varchar(100) NOT NULL,
`type` varchar(20) NOT NULL,
`element` varchar(100) NOT NULL,
`folder` varchar(100) NOT NULL,
`client_id` tinyint(3) NOT NULL,
`enabled` tinyint(3) NOT NULL DEFAULT 0,
`access` int(10) unsigned NOT NULL DEFAULT 1,
`protected` tinyint(3) NOT NULL DEFAULT 0,
`manifest_cache` mediumtext NOT NULL,
`params` mediumtext NOT NULL,
`custom_data` mediumtext NOT NULL,
`system_data` mediumtext NOT NULL,
`checked_out` int(10) unsigned NOT NULL DEFAULT 0,
`checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`ordering` int(11) DEFAULT 0,
`state` int(11) DEFAULT 0,
PRIMARY KEY (`extension_id`),
KEY `element_clientid` (`element`,`client_id`),
KEY `element_folder_clientid` (`element`,`folder`,`client_id`),
KEY `extension` (`type`,`element`,`folder`,`client_id`)
) ENGINE=InnoDB AUTO_INCREMENT=10168 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_extensions`
--
LOCK TABLES `jos7e_extensions` WRITE;
/*!40000 ALTER TABLE `jos7e_extensions` DISABLE KEYS */;
INSERT INTO `jos7e_extensions` VALUES (1,0,'com_mailto','component','com_mailto','',0,1,1,1,'{\"name\":\"com_mailto\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MAILTO_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mailto\"}','','','',0,'0000-00-00 00:00:00',0,0),(2,0,'com_wrapper','component','com_wrapper','',0,1,1,1,'{\"name\":\"com_wrapper\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_WRAPPER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"wrapper\"}','','','',0,'0000-00-00 00:00:00',0,0),(3,0,'com_admin','component','com_admin','',1,1,1,1,'{\"name\":\"com_admin\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_ADMIN_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(4,0,'com_banners','component','com_banners','',1,1,1,0,'{\"name\":\"com_banners\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_BANNERS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"banners\"}','{\"purchase_type\":\"3\",\"track_impressions\":\"0\",\"track_clicks\":\"0\",\"metakey_prefix\":\"\",\"save_history\":\"1\",\"history_limit\":10}','','',0,'0000-00-00 00:00:00',0,0),(5,0,'com_cache','component','com_cache','',1,1,1,1,'{\"name\":\"com_cache\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CACHE_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(6,0,'com_categories','component','com_categories','',1,1,1,1,'{\"name\":\"com_categories\",\"type\":\"component\",\"creationDate\":\"December 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(7,0,'com_checkin','component','com_checkin','',1,1,1,1,'{\"name\":\"com_checkin\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CHECKIN_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(8,0,'com_contact','component','com_contact','',1,1,1,0,'{\"name\":\"com_contact\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}','{\"contact_layout\":\"_:default\",\"show_contact_category\":\"hide\",\"save_history\":\"0\",\"history_limit\":10,\"show_contact_list\":\"0\",\"presentation_style\":\"sliders\",\"show_name\":\"1\",\"show_position\":\"1\",\"show_email\":\"1\",\"show_street_address\":\"0\",\"show_suburb\":\"1\",\"show_state\":\"1\",\"show_postcode\":\"0\",\"show_country\":\"1\",\"show_telephone\":\"1\",\"show_mobile\":\"0\",\"show_fax\":\"0\",\"show_webpage\":\"0\",\"show_misc\":\"0\",\"show_image\":\"0\",\"image\":\"\",\"allow_vcard\":\"0\",\"show_articles\":\"0\",\"articles_display_num\":\"10\",\"show_profile\":\"0\",\"show_links\":\"0\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_tags\":\"0\",\"contact_icons\":\"0\",\"icon_address\":\"\",\"icon_email\":\"\",\"icon_telephone\":\"\",\"icon_mobile\":\"\",\"icon_fax\":\"\",\"icon_misc\":\"\",\"category_layout\":\"_:default\",\"show_category_title\":\"1\",\"show_description\":\"1\",\"show_description_image\":\"0\",\"maxLevel\":\"-1\",\"show_empty_categories\":\"0\",\"show_subcat_desc\":\"1\",\"show_cat_items\":\"1\",\"show_cat_tags\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"1\",\"show_cat_items_cat\":\"1\",\"filter_field\":\"1\",\"show_pagination_limit\":\"1\",\"show_headings\":\"1\",\"show_position_headings\":\"1\",\"show_email_headings\":\"0\",\"show_telephone_headings\":\"1\",\"show_mobile_headings\":\"0\",\"show_fax_headings\":\"0\",\"show_suburb_headings\":\"1\",\"show_state_headings\":\"1\",\"show_country_headings\":\"1\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"initial_sort\":\"ordering\",\"captcha\":\"recaptcha\",\"show_email_form\":\"1\",\"show_email_copy\":\"1\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"0\",\"custom_reply\":\"0\",\"redirect\":\"\",\"show_feed_link\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(9,0,'com_cpanel','component','com_cpanel','',1,1,1,1,'{\"name\":\"com_cpanel\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CPANEL_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(10,0,'com_installer','component','com_installer','',1,1,1,1,'{\"name\":\"com_installer\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_INSTALLER_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(11,0,'com_languages','component','com_languages','',1,1,1,1,'{\"name\":\"com_languages\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\"}','{\"administrator\":\"en-GB\",\"site\":\"en-GB\"}','','',0,'0000-00-00 00:00:00',0,0),(12,0,'com_login','component','com_login','',1,1,1,1,'{\"name\":\"com_login\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_LOGIN_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(13,0,'com_media','component','com_media','',1,1,0,1,'{\"name\":\"com_media\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MEDIA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"media\"}','{\"upload_extensions\":\"bmp,csv,doc,gif,ico,jpg,jpeg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,BMP,CSV,DOC,GIF,ICO,JPG,JPEG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS\",\"upload_maxsize\":\"10\",\"file_path\":\"images\",\"image_path\":\"images\",\"restrict_uploads\":\"1\",\"allowed_media_usergroup\":\"3\",\"check_mime\":\"1\",\"image_extensions\":\"bmp,gif,jpg,png\",\"ignore_extensions\":\"\",\"upload_mime\":\"image\\/jpeg,image\\/gif,image\\/png,image\\/bmp,application\\/x-shockwave-flash,application\\/msword,application\\/excel,application\\/pdf,application\\/powerpoint,text\\/plain,application\\/x-zip\",\"upload_mime_illegal\":\"text\\/html\"}','','',0,'0000-00-00 00:00:00',0,0),(14,0,'com_menus','component','com_menus','',1,1,1,1,'{\"name\":\"com_menus\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MENUS_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(15,0,'com_messages','component','com_messages','',1,1,1,1,'{\"name\":\"com_messages\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MESSAGES_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(16,0,'com_modules','component','com_modules','',1,1,1,1,'{\"name\":\"com_modules\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MODULES_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(17,0,'com_newsfeeds','component','com_newsfeeds','',1,1,1,0,'{\"name\":\"com_newsfeeds\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"newsfeeds\"}','{\"newsfeed_layout\":\"_:default\",\"save_history\":\"1\",\"history_limit\":5,\"show_feed_image\":\"1\",\"show_feed_description\":\"1\",\"show_item_description\":\"1\",\"feed_character_count\":\"0\",\"feed_display_order\":\"des\",\"float_first\":\"right\",\"float_second\":\"right\",\"show_tags\":\"1\",\"category_layout\":\"_:default\",\"show_category_title\":\"1\",\"show_description\":\"1\",\"show_description_image\":\"1\",\"maxLevel\":\"-1\",\"show_empty_categories\":\"0\",\"show_subcat_desc\":\"1\",\"show_cat_items\":\"1\",\"show_cat_tags\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"1\",\"show_cat_items_cat\":\"1\",\"filter_field\":\"1\",\"show_pagination_limit\":\"1\",\"show_headings\":\"1\",\"show_articles\":\"0\",\"show_link\":\"1\",\"show_pagination\":\"1\",\"show_pagination_results\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(18,0,'com_plugins','component','com_plugins','',1,1,1,1,'{\"name\":\"com_plugins\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_PLUGINS_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(19,0,'com_search','component','com_search','',1,1,1,0,'{\"name\":\"com_search\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_SEARCH_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"search\"}','{\"enabled\":\"0\",\"show_date\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(20,0,'com_templates','component','com_templates','',1,1,1,1,'{\"name\":\"com_templates\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_TEMPLATES_XML_DESCRIPTION\",\"group\":\"\"}','{\"template_positions_display\":\"0\",\"upload_limit\":\"2\",\"image_formats\":\"gif,bmp,jpg,jpeg,png\",\"source_formats\":\"txt,less,ini,xml,js,php,css\",\"font_formats\":\"woff,ttf,otf\",\"compressed_formats\":\"zip\"}','','',0,'0000-00-00 00:00:00',0,0),(22,0,'com_content','component','com_content','',1,1,0,1,'{\"name\":\"com_content\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}','{\"article_layout\":\"_:default\",\"show_title\":\"1\",\"link_titles\":\"1\",\"show_intro\":\"1\",\"info_block_position\":\"0\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"1\",\"show_item_navigation\":\"1\",\"show_vote\":\"0\",\"show_readmore\":\"0\",\"show_readmore_title\":\"0\",\"readmore_limit\":\"100\",\"show_tags\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"1\",\"show_email_icon\":\"1\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"0\",\"show_publishing_options\":\"0\",\"show_article_options\":\"0\",\"save_history\":\"0\",\"history_limit\":10,\"show_urls_images_frontend\":\"1\",\"show_urls_images_backend\":\"1\",\"targeta\":0,\"targetb\":0,\"targetc\":0,\"float_intro\":\"left\",\"float_fulltext\":\"left\",\"category_layout\":\"_:blog\",\"show_category_heading_title_text\":\"1\",\"show_category_title\":\"0\",\"show_description\":\"0\",\"show_description_image\":\"0\",\"maxLevel\":\"1\",\"show_empty_categories\":\"0\",\"show_no_articles\":\"1\",\"show_subcat_desc\":\"1\",\"show_cat_num_articles\":\"0\",\"show_cat_tags\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"1\",\"show_cat_num_articles_cat\":\"1\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"4\",\"num_columns\":\"2\",\"num_links\":\"4\",\"multi_column_order\":\"0\",\"show_subcategory_content\":\"0\",\"show_pagination_limit\":\"1\",\"filter_field\":\"hide\",\"show_headings\":\"1\",\"list_show_date\":\"0\",\"date_format\":\"\",\"list_show_hits\":\"1\",\"list_show_author\":\"1\",\"orderby_pri\":\"order\",\"orderby_sec\":\"rdate\",\"order_date\":\"published\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"show_featured\":\"show\",\"show_feed_link\":\"1\",\"feed_summary\":\"0\",\"feed_show_readmore\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(23,0,'com_config','component','com_config','',1,1,0,1,'{\"name\":\"com_config\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONFIG_XML_DESCRIPTION\",\"group\":\"\"}','{\"filters\":{\"1\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"9\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"6\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"7\":{\"filter_type\":\"NONE\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"2\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"3\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"4\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"5\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"10\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"8\":{\"filter_type\":\"NONE\",\"filter_tags\":\"\",\"filter_attributes\":\"\"}}}','','',0,'0000-00-00 00:00:00',0,0),(24,0,'com_redirect','component','com_redirect','',1,1,0,1,'{\"name\":\"com_redirect\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_REDIRECT_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(25,0,'com_users','component','com_users','',1,1,0,1,'{\"name\":\"com_users\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_USERS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"users\"}','{\"allowUserRegistration\":\"1\",\"new_usertype\":\"1\",\"guest_usergroup\":\"1\",\"sendpassword\":\"0\",\"useractivation\":\"0\",\"mail_to_admin\":\"0\",\"captcha\":\"recaptcha\",\"frontend_userparams\":\"0\",\"site_language\":\"0\",\"change_login_name\":\"0\",\"domains\":[],\"reset_count\":\"10\",\"reset_time\":\"1\",\"minimum_length\":\"4\",\"minimum_integers\":\"0\",\"minimum_symbols\":\"0\",\"minimum_uppercase\":\"0\",\"minimum_lowercase\":\"0\",\"save_history\":\"1\",\"history_limit\":5,\"mailSubjectPrefix\":\"\",\"mailBodySuffix\":\"\",\"debugUsers\":\"0\",\"debugGroups\":\"1\",\"sef_advanced\":0,\"custom_fields_enable\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(27,0,'com_finder','component','com_finder','',1,1,0,0,'{\"name\":\"com_finder\",\"type\":\"component\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"finder\"}','{\"show_description\":\"1\",\"description_length\":255,\"allow_empty_query\":\"0\",\"show_url\":\"1\",\"show_advanced\":\"1\",\"expand_advanced\":\"0\",\"show_date_filters\":\"0\",\"highlight_terms\":\"1\",\"opensearch_name\":\"\",\"opensearch_description\":\"\",\"batch_size\":\"50\",\"memory_table_limit\":30000,\"title_multiplier\":\"1.7\",\"text_multiplier\":\"0.7\",\"meta_multiplier\":\"1.2\",\"path_multiplier\":\"2.0\",\"misc_multiplier\":\"0.3\",\"stemmer\":\"snowball\"}','','',0,'0000-00-00 00:00:00',0,0),(28,0,'com_joomlaupdate','component','com_joomlaupdate','',1,1,0,1,'{\"name\":\"com_joomlaupdate\",\"type\":\"component\",\"creationDate\":\"February 2012\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.2\",\"description\":\"COM_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(29,0,'com_tags','component','com_tags','',1,1,1,1,'{\"name\":\"com_tags\",\"type\":\"component\",\"creationDate\":\"December 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"COM_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tags\"}','{\"tag_layout\":\"_:default\",\"save_history\":\"1\",\"history_limit\":5,\"show_tag_title\":\"0\",\"tag_list_show_tag_image\":\"0\",\"tag_list_show_tag_description\":\"0\",\"tag_list_image\":\"\",\"show_tag_num_items\":\"0\",\"tag_list_orderby\":\"title\",\"tag_list_orderby_direction\":\"ASC\",\"show_headings\":\"0\",\"tag_list_show_date\":\"0\",\"tag_list_show_item_image\":\"0\",\"tag_list_show_item_description\":\"0\",\"tag_list_item_maximum_characters\":0,\"return_any_or_all\":\"1\",\"include_children\":\"0\",\"maximum\":200,\"tag_list_language_filter\":\"all\",\"tags_layout\":\"_:default\",\"all_tags_orderby\":\"title\",\"all_tags_orderby_direction\":\"ASC\",\"all_tags_show_tag_image\":\"0\",\"all_tags_show_tag_descripion\":\"0\",\"all_tags_tag_maximum_characters\":20,\"all_tags_show_tag_hits\":\"0\",\"filter_field\":\"1\",\"show_pagination_limit\":\"1\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"tag_field_ajax_mode\":\"1\",\"show_feed_link\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(30,0,'com_contenthistory','component','com_contenthistory','',1,1,1,0,'{\"name\":\"com_contenthistory\",\"type\":\"component\",\"creationDate\":\"May 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_CONTENTHISTORY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contenthistory\"}','','','',0,'0000-00-00 00:00:00',0,0),(31,0,'com_ajax','component','com_ajax','',1,1,1,1,'{\"name\":\"com_ajax\",\"type\":\"component\",\"creationDate\":\"August 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_AJAX_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"ajax\"}','','','',0,'0000-00-00 00:00:00',0,0),(32,0,'com_postinstall','component','com_postinstall','',1,1,1,1,'{\"name\":\"com_postinstall\",\"type\":\"component\",\"creationDate\":\"September 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_POSTINSTALL_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(33,0,'com_fields','component','com_fields','',1,1,1,0,'{\"name\":\"com_fields\",\"type\":\"component\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"COM_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}','','','',0,'0000-00-00 00:00:00',0,0),(34,0,'com_associations','component','com_associations','',1,1,1,0,'{\"name\":\"com_associations\",\"type\":\"component\",\"creationDate\":\"January 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"COM_ASSOCIATIONS_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(35,0,'com_privacy','component','com_privacy','',1,1,1,1,'{\"name\":\"com_privacy\",\"type\":\"component\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"COM_PRIVACY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"privacy\"}','','','',0,'0000-00-00 00:00:00',0,0),(36,0,'com_actionlogs','component','com_actionlogs','',1,1,1,1,'{\"name\":\"com_actionlogs\",\"type\":\"component\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"COM_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\"}','{\"ip_logging\":0,\"csv_delimiter\":\",\",\"loggable_extensions\":[\"com_content\",\"com_banners\",\"com_cache\",\"com_categories\",\"com_checkin\",\"com_config\",\"com_contact\",\"com_installer\",\"com_media\",\"com_menus\",\"com_messages\",\"com_modules\",\"com_newsfeeds\",\"com_plugins\",\"com_redirect\",\"com_tags\",\"com_templates\",\"com_users\"]}','','',0,'0000-00-00 00:00:00',0,0),(102,0,'LIB_PHPUTF8','library','phputf8','',0,1,1,1,'{\"name\":\"LIB_PHPUTF8\",\"type\":\"library\",\"creationDate\":\"2006\",\"author\":\"Harry Fuecks\",\"copyright\":\"Copyright various authors\",\"authorEmail\":\"hfuecks@gmail.com\",\"authorUrl\":\"http:\\/\\/sourceforge.net\\/projects\\/phputf8\",\"version\":\"0.5\",\"description\":\"LIB_PHPUTF8_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phputf8\"}','','','',0,'0000-00-00 00:00:00',0,0),(103,0,'LIB_JOOMLA','library','joomla','',0,1,1,1,'{\"name\":\"LIB_JOOMLA\",\"type\":\"library\",\"creationDate\":\"2008\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"https:\\/\\/www.joomla.org\",\"version\":\"13.1\",\"description\":\"LIB_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','{\"mediaversion\":\"a594fc2bd5a77fe8f5896bcbfc92d43b\"}','','',0,'0000-00-00 00:00:00',0,0),(104,0,'LIB_IDNA','library','idna_convert','',0,1,1,1,'{\"name\":\"LIB_IDNA\",\"type\":\"library\",\"creationDate\":\"2004\",\"author\":\"phlyLabs\",\"copyright\":\"2004-2011 phlyLabs Berlin, http:\\/\\/phlylabs.de\",\"authorEmail\":\"phlymail@phlylabs.de\",\"authorUrl\":\"http:\\/\\/phlylabs.de\",\"version\":\"0.8.0\",\"description\":\"LIB_IDNA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"idna_convert\"}','','','',0,'0000-00-00 00:00:00',0,0),(105,0,'FOF','library','fof','',0,1,1,1,'{\"name\":\"FOF\",\"type\":\"library\",\"creationDate\":\"2015-04-22 13:15:32\",\"author\":\"Nicholas K. Dionysopoulos \\/ Akeeba Ltd\",\"copyright\":\"(C)2011-2015 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@akeebabackup.com\",\"authorUrl\":\"https:\\/\\/www.akeebabackup.com\",\"version\":\"2.4.3\",\"description\":\"LIB_FOF_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fof\"}','','','',0,'0000-00-00 00:00:00',0,0),(106,0,'LIB_PHPASS','library','phpass','',0,1,1,1,'{\"name\":\"LIB_PHPASS\",\"type\":\"library\",\"creationDate\":\"2004-2006\",\"author\":\"Solar Designer\",\"copyright\":\"\",\"authorEmail\":\"solar@openwall.com\",\"authorUrl\":\"http:\\/\\/www.openwall.com\\/phpass\\/\",\"version\":\"0.3\",\"description\":\"LIB_PHPASS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phpass\"}','','','',0,'0000-00-00 00:00:00',0,0),(200,0,'mod_articles_archive','module','mod_articles_archive','',0,1,1,0,'{\"name\":\"mod_articles_archive\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_ARCHIVE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_archive\"}','','','',0,'0000-00-00 00:00:00',0,0),(201,0,'mod_articles_latest','module','mod_articles_latest','',0,1,1,0,'{\"name\":\"mod_articles_latest\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LATEST_NEWS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_latest\"}','','','',0,'0000-00-00 00:00:00',0,0),(202,0,'mod_articles_popular','module','mod_articles_popular','',0,1,1,0,'{\"name\":\"mod_articles_popular\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_popular\"}','','','',0,'0000-00-00 00:00:00',0,0),(203,0,'mod_banners','module','mod_banners','',0,1,1,0,'{\"name\":\"mod_banners\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_BANNERS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_banners\"}','','','',0,'0000-00-00 00:00:00',0,0),(204,0,'mod_breadcrumbs','module','mod_breadcrumbs','',0,1,1,1,'{\"name\":\"mod_breadcrumbs\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_BREADCRUMBS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_breadcrumbs\"}','','','',0,'0000-00-00 00:00:00',0,0),(205,0,'mod_custom','module','mod_custom','',0,1,1,1,'{\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_custom\"}','','','',0,'0000-00-00 00:00:00',0,0),(206,0,'mod_feed','module','mod_feed','',0,1,1,0,'{\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"July 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_feed\"}','','','',0,'0000-00-00 00:00:00',0,0),(207,0,'mod_footer','module','mod_footer','',0,1,1,0,'{\"name\":\"mod_footer\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FOOTER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_footer\"}','','','',0,'0000-00-00 00:00:00',0,0),(208,0,'mod_login','module','mod_login','',0,1,1,1,'{\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_login\"}','','','',0,'0000-00-00 00:00:00',0,0),(209,0,'mod_menu','module','mod_menu','',0,1,1,1,'{\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_menu\"}','','','',0,'0000-00-00 00:00:00',0,0),(210,0,'mod_articles_news','module','mod_articles_news','',0,1,1,0,'{\"name\":\"mod_articles_news\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_NEWS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_news\"}','','','',0,'0000-00-00 00:00:00',0,0),(211,0,'mod_random_image','module','mod_random_image','',0,1,1,0,'{\"name\":\"mod_random_image\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_RANDOM_IMAGE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_random_image\"}','','','',0,'0000-00-00 00:00:00',0,0),(212,0,'mod_related_items','module','mod_related_items','',0,1,1,0,'{\"name\":\"mod_related_items\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_RELATED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_related_items\"}','','','',0,'0000-00-00 00:00:00',0,0),(213,0,'mod_search','module','mod_search','',0,1,1,0,'{\"name\":\"mod_search\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SEARCH_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_search\"}','','','',0,'0000-00-00 00:00:00',0,0),(214,0,'mod_stats','module','mod_stats','',0,1,1,0,'{\"name\":\"mod_stats\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_stats\"}','','','',0,'0000-00-00 00:00:00',0,0),(215,0,'mod_syndicate','module','mod_syndicate','',0,1,1,1,'{\"name\":\"mod_syndicate\",\"type\":\"module\",\"creationDate\":\"May 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SYNDICATE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_syndicate\"}','','','',0,'0000-00-00 00:00:00',0,0),(216,0,'mod_users_latest','module','mod_users_latest','',0,1,1,0,'{\"name\":\"mod_users_latest\",\"type\":\"module\",\"creationDate\":\"December 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_USERS_LATEST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_users_latest\"}','','','',0,'0000-00-00 00:00:00',0,0),(218,0,'mod_whosonline','module','mod_whosonline','',0,1,1,0,'{\"name\":\"mod_whosonline\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_WHOSONLINE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_whosonline\"}','','','',0,'0000-00-00 00:00:00',0,0),(219,0,'mod_wrapper','module','mod_wrapper','',0,1,1,0,'{\"name\":\"mod_wrapper\",\"type\":\"module\",\"creationDate\":\"October 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_WRAPPER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_wrapper\"}','','','',0,'0000-00-00 00:00:00',0,0),(220,0,'mod_articles_category','module','mod_articles_category','',0,1,1,0,'{\"name\":\"mod_articles_category\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_CATEGORY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_category\"}','','','',0,'0000-00-00 00:00:00',0,0),(221,0,'mod_articles_categories','module','mod_articles_categories','',0,1,1,0,'{\"name\":\"mod_articles_categories\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_categories\"}','','','',0,'0000-00-00 00:00:00',0,0),(222,0,'mod_languages','module','mod_languages','',0,1,1,1,'{\"name\":\"mod_languages\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"MOD_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_languages\"}','','','',0,'0000-00-00 00:00:00',0,0),(223,0,'mod_finder','module','mod_finder','',0,1,0,0,'{\"name\":\"mod_finder\",\"type\":\"module\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_finder\"}','','','',0,'0000-00-00 00:00:00',0,0),(300,0,'mod_custom','module','mod_custom','',1,1,1,1,'{\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_custom\"}','','','',0,'0000-00-00 00:00:00',0,0),(301,0,'mod_feed','module','mod_feed','',1,1,1,0,'{\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"July 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_feed\"}','','','',0,'0000-00-00 00:00:00',0,0),(302,0,'mod_latest','module','mod_latest','',1,1,1,0,'{\"name\":\"mod_latest\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LATEST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_latest\"}','','','',0,'0000-00-00 00:00:00',0,0),(303,0,'mod_logged','module','mod_logged','',1,1,1,0,'{\"name\":\"mod_logged\",\"type\":\"module\",\"creationDate\":\"January 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGGED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_logged\"}','','','',0,'0000-00-00 00:00:00',0,0),(304,0,'mod_login','module','mod_login','',1,1,1,1,'{\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"March 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_login\"}','','','',0,'0000-00-00 00:00:00',0,0),(305,0,'mod_menu','module','mod_menu','',1,1,1,0,'{\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"March 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_menu\"}','','','',0,'0000-00-00 00:00:00',0,0),(307,0,'mod_popular','module','mod_popular','',1,1,1,0,'{\"name\":\"mod_popular\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_popular\"}','','','',0,'0000-00-00 00:00:00',0,0),(308,0,'mod_quickicon','module','mod_quickicon','',1,1,1,1,'{\"name\":\"mod_quickicon\",\"type\":\"module\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_QUICKICON_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_quickicon\"}','','','',0,'0000-00-00 00:00:00',0,0),(309,0,'mod_status','module','mod_status','',1,1,1,0,'{\"name\":\"mod_status\",\"type\":\"module\",\"creationDate\":\"February 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATUS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_status\"}','','','',0,'0000-00-00 00:00:00',0,0),(310,0,'mod_submenu','module','mod_submenu','',1,1,1,0,'{\"name\":\"mod_submenu\",\"type\":\"module\",\"creationDate\":\"February 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SUBMENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_submenu\"}','','','',0,'0000-00-00 00:00:00',0,0),(311,0,'mod_title','module','mod_title','',1,1,1,0,'{\"name\":\"mod_title\",\"type\":\"module\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_TITLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_title\"}','','','',0,'0000-00-00 00:00:00',0,0),(312,0,'mod_toolbar','module','mod_toolbar','',1,1,1,1,'{\"name\":\"mod_toolbar\",\"type\":\"module\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_TOOLBAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_toolbar\"}','','','',0,'0000-00-00 00:00:00',0,0),(313,0,'mod_multilangstatus','module','mod_multilangstatus','',1,1,1,0,'{\"name\":\"mod_multilangstatus\",\"type\":\"module\",\"creationDate\":\"September 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MULTILANGSTATUS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_multilangstatus\"}','{\"cache\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(314,0,'mod_version','module','mod_version','',1,1,1,0,'{\"name\":\"mod_version\",\"type\":\"module\",\"creationDate\":\"January 2012\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_VERSION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_version\"}','{\"format\":\"short\",\"product\":\"1\",\"cache\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(315,0,'mod_stats_admin','module','mod_stats_admin','',1,1,1,0,'{\"name\":\"mod_stats_admin\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_stats_admin\"}','{\"serverinfo\":\"0\",\"siteinfo\":\"0\",\"counter\":\"0\",\"increase\":\"0\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}','','',0,'0000-00-00 00:00:00',0,0),(316,0,'mod_tags_popular','module','mod_tags_popular','',0,1,1,0,'{\"name\":\"mod_tags_popular\",\"type\":\"module\",\"creationDate\":\"January 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"MOD_TAGS_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_tags_popular\"}','{\"maximum\":\"5\",\"timeframe\":\"alltime\",\"owncache\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(317,0,'mod_tags_similar','module','mod_tags_similar','',0,1,1,0,'{\"name\":\"mod_tags_similar\",\"type\":\"module\",\"creationDate\":\"January 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"MOD_TAGS_SIMILAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_tags_similar\"}','{\"maximum\":\"5\",\"matchtype\":\"any\",\"owncache\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(318,0,'mod_sampledata','module','mod_sampledata','',1,1,1,0,'{\"name\":\"mod_sampledata\",\"type\":\"module\",\"creationDate\":\"July 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.0\",\"description\":\"MOD_SAMPLEDATA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_sampledata\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(319,0,'mod_latestactions','module','mod_latestactions','',1,1,1,0,'{\"name\":\"mod_latestactions\",\"type\":\"module\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"MOD_LATESTACTIONS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_latestactions\"}','{}','','',0,'1970-01-01 00:00:00',0,0),(320,0,'mod_privacy_dashboard','module','mod_privacy_dashboard','',1,1,1,0,'{\"name\":\"mod_privacy_dashboard\",\"type\":\"module\",\"creationDate\":\"June 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"MOD_PRIVACY_DASHBOARD_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_privacy_dashboard\"}','{}','','',0,'1970-01-01 00:00:00',0,0),(400,0,'plg_authentication_gmail','plugin','gmail','authentication',0,0,1,0,'{\"name\":\"plg_authentication_gmail\",\"type\":\"plugin\",\"creationDate\":\"February 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_GMAIL_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"gmail\"}','{\"applysuffix\":\"0\",\"suffix\":\"\",\"verifypeer\":\"1\",\"user_blacklist\":\"\"}','','',0,'0000-00-00 00:00:00',1,0),(401,0,'plg_authentication_joomla','plugin','joomla','authentication',0,1,1,1,'{\"name\":\"plg_authentication_joomla\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_AUTH_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','','','',0,'0000-00-00 00:00:00',0,0),(402,0,'plg_authentication_ldap','plugin','ldap','authentication',0,0,1,0,'{\"name\":\"plg_authentication_ldap\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LDAP_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"ldap\"}','{\"host\":\"\",\"port\":\"389\",\"use_ldapV3\":\"0\",\"negotiate_tls\":\"0\",\"no_referrals\":\"0\",\"auth_method\":\"bind\",\"base_dn\":\"\",\"search_string\":\"\",\"users_dn\":\"\",\"username\":\"admin\",\"password\":\"bobby7\",\"ldap_fullname\":\"fullName\",\"ldap_email\":\"mail\",\"ldap_uid\":\"uid\"}','','',0,'0000-00-00 00:00:00',3,0),(403,0,'plg_content_contact','plugin','contact','content',0,1,1,0,'{\"name\":\"plg_content_contact\",\"type\":\"plugin\",\"creationDate\":\"January 2014\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.2\",\"description\":\"PLG_CONTENT_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}','','','',0,'0000-00-00 00:00:00',1,0),(404,0,'plg_content_emailcloak','plugin','emailcloak','content',0,1,1,0,'{\"name\":\"plg_content_emailcloak\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_EMAILCLOAK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"emailcloak\"}','{\"mode\":\"1\"}','','',0,'0000-00-00 00:00:00',1,0),(406,0,'plg_content_loadmodule','plugin','loadmodule','content',0,1,1,0,'{\"name\":\"plg_content_loadmodule\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LOADMODULE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"loadmodule\"}','{\"style\":\"xhtml\"}','','',0,'2011-09-18 15:22:50',0,0),(407,0,'plg_content_pagebreak','plugin','pagebreak','content',0,1,1,0,'{\"name\":\"plg_content_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pagebreak\"}','{\"title\":\"1\",\"multipage_toc\":\"1\",\"showall\":\"1\"}','','',0,'0000-00-00 00:00:00',4,0),(408,0,'plg_content_pagenavigation','plugin','pagenavigation','content',0,1,1,0,'{\"name\":\"plg_content_pagenavigation\",\"type\":\"plugin\",\"creationDate\":\"January 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_PAGENAVIGATION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pagenavigation\"}','{\"position\":\"1\"}','','',0,'0000-00-00 00:00:00',5,0),(409,0,'plg_content_vote','plugin','vote','content',0,1,1,0,'{\"name\":\"plg_content_vote\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_VOTE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"vote\"}','','','',0,'0000-00-00 00:00:00',6,0),(410,0,'plg_editors_codemirror','plugin','codemirror','editors',0,1,1,1,'{\"name\":\"plg_editors_codemirror\",\"type\":\"plugin\",\"creationDate\":\"28 March 2011\",\"author\":\"Marijn Haverbeke\",\"copyright\":\"Copyright (C) 2014 - 2017 by Marijn Haverbeke <marijnh@gmail.com> and others\",\"authorEmail\":\"marijnh@gmail.com\",\"authorUrl\":\"http:\\/\\/codemirror.net\\/\",\"version\":\"5.40.0\",\"description\":\"PLG_CODEMIRROR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"codemirror\"}','{\"lineNumbers\":\"1\",\"lineWrapping\":\"1\",\"matchTags\":\"1\",\"matchBrackets\":\"1\",\"marker-gutter\":\"1\",\"autoCloseTags\":\"1\",\"autoCloseBrackets\":\"1\",\"autoFocus\":\"1\",\"theme\":\"default\",\"tabmode\":\"indent\"}','','',0,'0000-00-00 00:00:00',1,0),(411,0,'plg_editors_none','plugin','none','editors',0,1,1,1,'{\"name\":\"plg_editors_none\",\"type\":\"plugin\",\"creationDate\":\"September 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_NONE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"none\"}','','','',0,'0000-00-00 00:00:00',2,0),(412,0,'plg_editors_tinymce','plugin','tinymce','editors',0,1,1,0,'{\"name\":\"plg_editors_tinymce\",\"type\":\"plugin\",\"creationDate\":\"2005-2019\",\"author\":\"Tiny Technologies, Inc\",\"copyright\":\"Tiny Technologies, Inc\",\"authorEmail\":\"N\\/A\",\"authorUrl\":\"https:\\/\\/www.tiny.cloud\",\"version\":\"4.5.11\",\"description\":\"PLG_TINY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tinymce\"}','{\"mode\":\"1\",\"skin\":\"0\",\"mobile\":\"0\",\"entity_encoding\":\"raw\",\"lang_mode\":\"1\",\"text_direction\":\"ltr\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"relative_urls\":\"1\",\"newlines\":\"0\",\"invalid_elements\":\"script,applet,iframe\",\"extended_elements\":\"\",\"html_height\":\"550\",\"html_width\":\"750\",\"resizing\":\"1\",\"element_path\":\"1\",\"fonts\":\"1\",\"paste\":\"1\",\"searchreplace\":\"1\",\"insertdate\":\"1\",\"colors\":\"1\",\"table\":\"1\",\"smilies\":\"1\",\"hr\":\"1\",\"link\":\"1\",\"media\":\"1\",\"print\":\"1\",\"directionality\":\"1\",\"fullscreen\":\"1\",\"alignment\":\"1\",\"visualchars\":\"1\",\"visualblocks\":\"1\",\"nonbreaking\":\"1\",\"template\":\"1\",\"blockquote\":\"1\",\"wordcount\":\"1\",\"advlist\":\"1\",\"autosave\":\"1\",\"contextmenu\":\"1\",\"inlinepopups\":\"1\",\"custom_plugin\":\"\",\"custom_button\":\"\"}','','',0,'0000-00-00 00:00:00',3,0),(413,0,'plg_editors-xtd_article','plugin','article','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_article\",\"type\":\"plugin\",\"creationDate\":\"October 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_ARTICLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"article\"}','','','',0,'0000-00-00 00:00:00',1,0),(414,0,'plg_editors-xtd_image','plugin','image','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_image\",\"type\":\"plugin\",\"creationDate\":\"August 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_IMAGE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"image\"}','','','',0,'0000-00-00 00:00:00',2,0),(415,0,'plg_editors-xtd_pagebreak','plugin','pagebreak','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"August 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_EDITORSXTD_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pagebreak\"}','','','',0,'0000-00-00 00:00:00',3,0),(416,0,'plg_editors-xtd_readmore','plugin','readmore','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_readmore\",\"type\":\"plugin\",\"creationDate\":\"March 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_READMORE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"readmore\"}','','','',0,'0000-00-00 00:00:00',4,0),(417,0,'plg_search_categories','plugin','categories','search',0,1,1,0,'{\"name\":\"plg_search_categories\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"categories\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(418,0,'plg_search_contacts','plugin','contacts','search',0,1,1,0,'{\"name\":\"plg_search_contacts\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CONTACTS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contacts\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(419,0,'plg_search_content','plugin','content','search',0,1,1,0,'{\"name\":\"plg_search_content\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(420,0,'plg_search_newsfeeds','plugin','newsfeeds','search',0,1,1,0,'{\"name\":\"plg_search_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"newsfeeds\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(422,0,'plg_system_languagefilter','plugin','languagefilter','system',0,0,1,1,'{\"name\":\"plg_system_languagefilter\",\"type\":\"plugin\",\"creationDate\":\"July 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LANGUAGEFILTER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"languagefilter\"}','','','',0,'0000-00-00 00:00:00',1,0),(423,0,'plg_system_p3p','plugin','p3p','system',0,0,1,0,'{\"name\":\"plg_system_p3p\",\"type\":\"plugin\",\"creationDate\":\"September 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_P3P_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"p3p\"}','{\"headers\":\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"}','','',0,'0000-00-00 00:00:00',2,0),(424,0,'plg_system_cache','plugin','cache','system',0,0,1,1,'{\"name\":\"plg_system_cache\",\"type\":\"plugin\",\"creationDate\":\"February 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CACHE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"cache\"}','{\"browsercache\":\"0\",\"cachetime\":\"15\"}','','',0,'0000-00-00 00:00:00',9,0),(425,0,'plg_system_debug','plugin','debug','system',0,1,1,0,'{\"name\":\"plg_system_debug\",\"type\":\"plugin\",\"creationDate\":\"December 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_DEBUG_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"debug\"}','{\"profile\":\"1\",\"queries\":\"1\",\"memory\":\"1\",\"language_files\":\"1\",\"language_strings\":\"1\",\"strip-first\":\"1\",\"strip-prefix\":\"\",\"strip-suffix\":\"\"}','','',0,'0000-00-00 00:00:00',4,0),(426,0,'plg_system_log','plugin','log','system',0,1,1,1,'{\"name\":\"plg_system_log\",\"type\":\"plugin\",\"creationDate\":\"April 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LOG_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"log\"}','','','',0,'0000-00-00 00:00:00',5,0),(427,0,'plg_system_redirect','plugin','redirect','system',0,0,1,1,'{\"name\":\"plg_system_redirect\",\"type\":\"plugin\",\"creationDate\":\"April 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_REDIRECT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"redirect\"}','','','',0,'0000-00-00 00:00:00',6,0),(428,0,'plg_system_remember','plugin','remember','system',0,1,1,1,'{\"name\":\"plg_system_remember\",\"type\":\"plugin\",\"creationDate\":\"April 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_REMEMBER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"remember\"}','','','',0,'0000-00-00 00:00:00',7,0),(429,0,'plg_system_sef','plugin','sef','system',0,1,1,0,'{\"name\":\"plg_system_sef\",\"type\":\"plugin\",\"creationDate\":\"December 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEF_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"sef\"}','','','',0,'0000-00-00 00:00:00',8,0),(430,0,'plg_system_logout','plugin','logout','system',0,1,1,1,'{\"name\":\"plg_system_logout\",\"type\":\"plugin\",\"creationDate\":\"April 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LOGOUT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"logout\"}','','','',0,'0000-00-00 00:00:00',3,0),(431,0,'plg_user_contactcreator','plugin','contactcreator','user',0,0,1,0,'{\"name\":\"plg_user_contactcreator\",\"type\":\"plugin\",\"creationDate\":\"August 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTACTCREATOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contactcreator\"}','{\"autowebpage\":\"\",\"category\":\"34\",\"autopublish\":\"0\"}','','',0,'0000-00-00 00:00:00',1,0),(432,0,'plg_user_joomla','plugin','joomla','user',0,1,1,0,'{\"name\":\"plg_user_joomla\",\"type\":\"plugin\",\"creationDate\":\"December 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_USER_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','{\"autoregister\":\"1\",\"mail_to_user\":\"1\",\"forceLogout\":\"1\"}','','',0,'0000-00-00 00:00:00',2,0),(433,0,'plg_user_profile','plugin','profile','user',0,0,1,0,'{\"name\":\"plg_user_profile\",\"type\":\"plugin\",\"creationDate\":\"January 2008\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_USER_PROFILE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"profile\"}','{\"register-require_address1\":\"1\",\"register-require_address2\":\"1\",\"register-require_city\":\"1\",\"register-require_region\":\"1\",\"register-require_country\":\"1\",\"register-require_postal_code\":\"1\",\"register-require_phone\":\"1\",\"register-require_website\":\"1\",\"register-require_favoritebook\":\"1\",\"register-require_aboutme\":\"1\",\"register-require_tos\":\"1\",\"register-require_dob\":\"1\",\"profile-require_address1\":\"1\",\"profile-require_address2\":\"1\",\"profile-require_city\":\"1\",\"profile-require_region\":\"1\",\"profile-require_country\":\"1\",\"profile-require_postal_code\":\"1\",\"profile-require_phone\":\"1\",\"profile-require_website\":\"1\",\"profile-require_favoritebook\":\"1\",\"profile-require_aboutme\":\"1\",\"profile-require_tos\":\"1\",\"profile-require_dob\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(434,0,'plg_extension_joomla','plugin','joomla','extension',0,1,1,1,'{\"name\":\"plg_extension_joomla\",\"type\":\"plugin\",\"creationDate\":\"May 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_EXTENSION_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','','','',0,'0000-00-00 00:00:00',1,0),(435,0,'plg_content_joomla','plugin','joomla','content',0,1,1,0,'{\"name\":\"plg_content_joomla\",\"type\":\"plugin\",\"creationDate\":\"November 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','','','',0,'0000-00-00 00:00:00',0,0),(436,0,'plg_system_languagecode','plugin','languagecode','system',0,0,1,0,'{\"name\":\"plg_system_languagecode\",\"type\":\"plugin\",\"creationDate\":\"November 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LANGUAGECODE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"languagecode\"}','','','',0,'0000-00-00 00:00:00',10,0),(437,0,'plg_quickicon_joomlaupdate','plugin','joomlaupdate','quickicon',0,1,1,1,'{\"name\":\"plg_quickicon_joomlaupdate\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_QUICKICON_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomlaupdate\"}','','','',0,'0000-00-00 00:00:00',0,0),(438,0,'plg_quickicon_extensionupdate','plugin','extensionupdate','quickicon',0,1,1,1,'{\"name\":\"plg_quickicon_extensionupdate\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_QUICKICON_EXTENSIONUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"extensionupdate\"}','','','',0,'0000-00-00 00:00:00',0,0),(439,0,'plg_captcha_recaptcha','plugin','recaptcha','captcha',0,1,1,0,'{\"name\":\"plg_captcha_recaptcha\",\"type\":\"plugin\",\"creationDate\":\"December 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.4.0\",\"description\":\"PLG_CAPTCHA_RECAPTCHA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"recaptcha\"}','{\"version\":\"2.0\",\"public_key\":\"6LfAwRkTAAAAAMd6PrL8B9uXbS8oBckHMbeZqgX1\",\"private_key\":\"6LfAwRkTAAAAACc7X5vWrox-RXZtfGSVhNV7PTPw\",\"theme\":\"clean\",\"theme2\":\"dark\",\"size\":\"normal\",\"tabindex\":\"0\",\"callback\":\"\",\"expired_callback\":\"\",\"error_callback\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(440,0,'plg_system_highlight','plugin','highlight','system',0,1,1,0,'{\"name\":\"plg_system_highlight\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_HIGHLIGHT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"highlight\"}','','','',0,'0000-00-00 00:00:00',7,0),(441,0,'plg_content_finder','plugin','finder','content',0,0,1,0,'{\"name\":\"plg_content_finder\",\"type\":\"plugin\",\"creationDate\":\"December 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"finder\"}','','','',0,'0000-00-00 00:00:00',0,0),(442,0,'plg_finder_categories','plugin','categories','finder',0,1,1,0,'{\"name\":\"plg_finder_categories\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"categories\"}','','','',0,'0000-00-00 00:00:00',1,0),(443,0,'plg_finder_contacts','plugin','contacts','finder',0,1,1,0,'{\"name\":\"plg_finder_contacts\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CONTACTS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contacts\"}','','','',0,'0000-00-00 00:00:00',2,0),(444,0,'plg_finder_content','plugin','content','finder',0,1,1,0,'{\"name\":\"plg_finder_content\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}','','','',0,'0000-00-00 00:00:00',3,0),(445,0,'plg_finder_newsfeeds','plugin','newsfeeds','finder',0,1,1,0,'{\"name\":\"plg_finder_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"newsfeeds\"}','','','',0,'0000-00-00 00:00:00',4,0),(447,0,'plg_finder_tags','plugin','tags','finder',0,1,1,0,'{\"name\":\"plg_finder_tags\",\"type\":\"plugin\",\"creationDate\":\"February 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tags\"}','','','',0,'0000-00-00 00:00:00',0,0),(448,0,'plg_twofactorauth_totp','plugin','totp','twofactorauth',0,0,1,0,'{\"name\":\"plg_twofactorauth_totp\",\"type\":\"plugin\",\"creationDate\":\"August 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"PLG_TWOFACTORAUTH_TOTP_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"totp\"}','','','',0,'0000-00-00 00:00:00',0,0),(449,0,'plg_authentication_cookie','plugin','cookie','authentication',0,1,1,0,'{\"name\":\"plg_authentication_cookie\",\"type\":\"plugin\",\"creationDate\":\"July 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_AUTH_COOKIE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"cookie\"}','','','',0,'0000-00-00 00:00:00',0,0),(450,0,'plg_twofactorauth_yubikey','plugin','yubikey','twofactorauth',0,0,1,0,'{\"name\":\"plg_twofactorauth_yubikey\",\"type\":\"plugin\",\"creationDate\":\"September 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"PLG_TWOFACTORAUTH_YUBIKEY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"yubikey\"}','','','',0,'0000-00-00 00:00:00',0,0),(451,0,'plg_search_tags','plugin','tags','search',0,1,1,0,'{\"name\":\"plg_search_tags\",\"type\":\"plugin\",\"creationDate\":\"March 2014\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tags\"}','{\"search_limit\":\"50\",\"show_tagged_items\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(452,0,'plg_system_updatenotification','plugin','updatenotification','system',0,1,1,0,'{\"name\":\"plg_system_updatenotification\",\"type\":\"plugin\",\"creationDate\":\"May 2015\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_SYSTEM_UPDATENOTIFICATION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"updatenotification\"}','{\"lastrun\":1760902560}','','',0,'0000-00-00 00:00:00',0,0),(453,0,'plg_editors-xtd_module','plugin','module','editors-xtd',0,0,1,0,'{\"name\":\"plg_editors-xtd_module\",\"type\":\"plugin\",\"creationDate\":\"October 2015\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_MODULE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"module\"}','','','',0,'0000-00-00 00:00:00',0,0),(454,0,'plg_system_stats','plugin','stats','system',0,1,1,0,'{\"name\":\"plg_system_stats\",\"type\":\"plugin\",\"creationDate\":\"November 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_SYSTEM_STATS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"stats\"}','{\"mode\":1,\"lastrun\":1750224542,\"unique_id\":\"ca2ce97a83b0b867560d03afe0f7e6d592b79e18\",\"interval\":12}','','',0,'0000-00-00 00:00:00',0,0),(455,0,'plg_installer_packageinstaller','plugin','packageinstaller','installer',0,1,1,1,'{\"name\":\"plg_installer_packageinstaller\",\"type\":\"plugin\",\"creationDate\":\"May 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_PACKAGEINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"packageinstaller\"}','','','',0,'0000-00-00 00:00:00',1,0),(456,0,'PLG_INSTALLER_FOLDERINSTALLER','plugin','folderinstaller','installer',0,1,1,1,'{\"name\":\"PLG_INSTALLER_FOLDERINSTALLER\",\"type\":\"plugin\",\"creationDate\":\"May 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_FOLDERINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"folderinstaller\"}','','','',0,'0000-00-00 00:00:00',2,0),(457,0,'PLG_INSTALLER_URLINSTALLER','plugin','urlinstaller','installer',0,1,1,1,'{\"name\":\"PLG_INSTALLER_URLINSTALLER\",\"type\":\"plugin\",\"creationDate\":\"May 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_URLINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"urlinstaller\"}','','','',0,'0000-00-00 00:00:00',3,0),(458,0,'plg_quickicon_phpversioncheck','plugin','phpversioncheck','quickicon',0,1,1,1,'{\"name\":\"plg_quickicon_phpversioncheck\",\"type\":\"plugin\",\"creationDate\":\"August 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_QUICKICON_PHPVERSIONCHECK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phpversioncheck\"}','','','',0,'0000-00-00 00:00:00',0,0),(459,0,'plg_editors-xtd_menu','plugin','menu','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_menu\",\"type\":\"plugin\",\"creationDate\":\"August 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"menu\"}','','','',0,'0000-00-00 00:00:00',0,0),(460,0,'plg_editors-xtd_contact','plugin','contact','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_contact\",\"type\":\"plugin\",\"creationDate\":\"October 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}','','','',0,'0000-00-00 00:00:00',0,0),(461,0,'plg_system_fields','plugin','fields','system',0,1,1,0,'{\"name\":\"plg_system_fields\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_SYSTEM_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}','','','',0,'0000-00-00 00:00:00',0,0),(462,0,'plg_fields_calendar','plugin','calendar','fields',0,1,1,0,'{\"name\":\"plg_fields_calendar\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_CALENDAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"calendar\"}','','','',0,'0000-00-00 00:00:00',0,0),(463,0,'plg_fields_checkboxes','plugin','checkboxes','fields',0,1,1,0,'{\"name\":\"plg_fields_checkboxes\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_CHECKBOXES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"checkboxes\"}','','','',0,'0000-00-00 00:00:00',0,0),(464,0,'plg_fields_color','plugin','color','fields',0,1,1,0,'{\"name\":\"plg_fields_color\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_COLOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"color\"}','','','',0,'0000-00-00 00:00:00',0,0),(465,0,'plg_fields_editor','plugin','editor','fields',0,1,1,0,'{\"name\":\"plg_fields_editor\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_EDITOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"editor\"}','','','',0,'0000-00-00 00:00:00',0,0),(466,0,'plg_fields_imagelist','plugin','imagelist','fields',0,1,1,0,'{\"name\":\"plg_fields_imagelist\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_IMAGELIST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"imagelist\"}','','','',0,'0000-00-00 00:00:00',0,0),(467,0,'plg_fields_integer','plugin','integer','fields',0,1,1,0,'{\"name\":\"plg_fields_integer\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_INTEGER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"integer\"}','{\"multiple\":\"0\",\"first\":\"1\",\"last\":\"100\",\"step\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(468,0,'plg_fields_list','plugin','list','fields',0,1,1,0,'{\"name\":\"plg_fields_list\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_LIST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"list\"}','','','',0,'0000-00-00 00:00:00',0,0),(469,0,'plg_fields_media','plugin','media','fields',0,1,1,0,'{\"name\":\"plg_fields_media\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_MEDIA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"media\"}','','','',0,'0000-00-00 00:00:00',0,0),(470,0,'plg_fields_radio','plugin','radio','fields',0,1,1,0,'{\"name\":\"plg_fields_radio\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_RADIO_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"radio\"}','','','',0,'0000-00-00 00:00:00',0,0),(471,0,'plg_fields_sql','plugin','sql','fields',0,1,1,0,'{\"name\":\"plg_fields_sql\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_SQL_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"sql\"}','','','',0,'0000-00-00 00:00:00',0,0),(472,0,'plg_fields_text','plugin','text','fields',0,1,1,0,'{\"name\":\"plg_fields_text\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_TEXT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"text\"}','','','',0,'0000-00-00 00:00:00',0,0),(473,0,'plg_fields_textarea','plugin','textarea','fields',0,1,1,0,'{\"name\":\"plg_fields_textarea\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_TEXTAREA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"textarea\"}','','','',0,'0000-00-00 00:00:00',0,0),(474,0,'plg_fields_url','plugin','url','fields',0,1,1,0,'{\"name\":\"plg_fields_url\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_URL_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"url\"}','','','',0,'0000-00-00 00:00:00',0,0),(475,0,'plg_fields_user','plugin','user','fields',0,1,1,0,'{\"name\":\"plg_fields_user\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_USER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"user\"}','','','',0,'0000-00-00 00:00:00',0,0),(476,0,'plg_fields_usergrouplist','plugin','usergrouplist','fields',0,1,1,0,'{\"name\":\"plg_fields_usergrouplist\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_USERGROUPLIST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"usergrouplist\"}','','','',0,'0000-00-00 00:00:00',0,0),(477,0,'plg_content_fields','plugin','fields','content',0,1,1,0,'{\"name\":\"plg_content_fields\",\"type\":\"plugin\",\"creationDate\":\"February 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_CONTENT_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}','','','',0,'0000-00-00 00:00:00',0,0),(478,0,'plg_editors-xtd_fields','plugin','fields','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_fields\",\"type\":\"plugin\",\"creationDate\":\"February 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}','','','',0,'0000-00-00 00:00:00',0,0),(479,0,'plg_sampledata_blog','plugin','blog','sampledata',0,0,1,0,'{\"name\":\"plg_sampledata_blog\",\"type\":\"plugin\",\"creationDate\":\"July 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.0\",\"description\":\"PLG_SAMPLEDATA_BLOG_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"blog\"}','','','',0,'0000-00-00 00:00:00',0,0),(480,0,'plg_system_sessiongc','plugin','sessiongc','system',0,1,1,0,'{\"name\":\"plg_system_sessiongc\",\"type\":\"plugin\",\"creationDate\":\"February 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.6\",\"description\":\"PLG_SYSTEM_SESSIONGC_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"sessiongc\"}','','','',0,'0000-00-00 00:00:00',0,0),(481,0,'plg_fields_repeatable','plugin','repeatable','fields',0,1,1,0,'{\"name\":\"plg_fields_repeatable\",\"type\":\"plugin\",\"creationDate\":\"April 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_FIELDS_REPEATABLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"repeatable\"}','','','',0,'0000-00-00 00:00:00',0,0),(482,0,'plg_content_confirmconsent','plugin','confirmconsent','content',0,0,1,0,'{\"name\":\"plg_content_confirmconsent\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_CONTENT_CONFIRMCONSENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"confirmconsent\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(483,0,'PLG_SYSTEM_ACTIONLOGS','plugin','actionlogs','system',0,0,1,0,'{\"name\":\"PLG_SYSTEM_ACTIONLOGS\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"actionlogs\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(484,0,'PLG_ACTIONLOG_JOOMLA','plugin','joomla','actionlog',0,1,1,0,'{\"name\":\"PLG_ACTIONLOG_JOOMLA\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_ACTIONLOG_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(485,0,'plg_system_privacyconsent','plugin','privacyconsent','system',0,0,1,0,'{\"name\":\"plg_system_privacyconsent\",\"type\":\"plugin\",\"creationDate\":\"April 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_PRIVACYCONSENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"privacyconsent\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(486,0,'plg_system_logrotation','plugin','logrotation','system',0,1,1,0,'{\"name\":\"plg_system_logrotation\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_LOGROTATION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"logrotation\"}','{\"lastrun\":1758651484}','','',0,'0000-00-00 00:00:00',0,0),(487,0,'plg_privacy_user','plugin','user','privacy',0,1,1,0,'{\"name\":\"plg_privacy_user\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_USER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"user\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(488,0,'plg_quickicon_privacycheck','plugin','privacycheck','quickicon',0,1,1,0,'{\"name\":\"plg_quickicon_privacycheck\",\"type\":\"plugin\",\"creationDate\":\"June 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_QUICKICON_PRIVACYCHECK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"privacycheck\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(489,0,'plg_user_terms','plugin','terms','user',0,0,1,0,'{\"name\":\"plg_user_terms\",\"type\":\"plugin\",\"creationDate\":\"June 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_USER_TERMS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"terms\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(490,0,'plg_privacy_contact','plugin','contact','privacy',0,1,1,0,'{\"name\":\"plg_privacy_contact\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(491,0,'plg_privacy_content','plugin','content','privacy',0,1,1,0,'{\"name\":\"plg_privacy_content\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(492,0,'plg_privacy_message','plugin','message','privacy',0,1,1,0,'{\"name\":\"plg_privacy_message\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_MESSAGE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"message\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(493,0,'plg_privacy_actionlogs','plugin','actionlogs','privacy',0,1,1,0,'{\"name\":\"plg_privacy_actionlogs\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"actionlogs\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(494,0,'plg_captcha_recaptcha_invisible','plugin','recaptcha_invisible','captcha',0,0,1,0,'{\"name\":\"plg_captcha_recaptcha_invisible\",\"type\":\"plugin\",\"creationDate\":\"November 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8\",\"description\":\"PLG_CAPTCHA_RECAPTCHA_INVISIBLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"recaptcha_invisible\"}','{\"public_key\":\"\",\"private_key\":\"\",\"theme\":\"clean\"}','','',0,'0000-00-00 00:00:00',0,0),(495,0,'plg_privacy_consents','plugin','consents','privacy',0,1,1,0,'{\"name\":\"plg_privacy_consents\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONSENTS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"consents\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(503,0,'beez3','template','beez3','',0,1,1,0,'{\"name\":\"beez3\",\"type\":\"template\",\"creationDate\":\"25 November 2009\",\"author\":\"Angie Radtke\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"a.radtke@derauftritt.de\",\"authorUrl\":\"http:\\/\\/www.der-auftritt.de\",\"version\":\"3.1.0\",\"description\":\"TPL_BEEZ3_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"sitetitle\":\"\",\"sitedescription\":\"\",\"navposition\":\"center\",\"templatecolor\":\"nature\"}','','',0,'0000-00-00 00:00:00',0,0),(504,0,'hathor','template','hathor','',1,1,1,0,'{\"name\":\"hathor\",\"type\":\"template\",\"creationDate\":\"May 2010\",\"author\":\"Andrea Tarr\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"3.0.0\",\"description\":\"TPL_HATHOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{\"showSiteName\":\"0\",\"colourChoice\":\"0\",\"boldText\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(506,0,'protostar','template','protostar','',0,1,1,0,'{\"name\":\"protostar\",\"type\":\"template\",\"creationDate\":\"4\\/30\\/2012\",\"author\":\"Kyle Ledbetter\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"TPL_PROTOSTAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{\"templateColor\":\"\",\"logoFile\":\"\",\"googleFont\":\"1\",\"googleFontName\":\"Open+Sans\",\"fluidContainer\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(507,0,'isis','template','isis','',1,1,1,0,'{\"name\":\"isis\",\"type\":\"template\",\"creationDate\":\"3\\/30\\/2012\",\"author\":\"Kyle Ledbetter\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"TPL_ISIS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{\"templateColor\":\"\",\"logoFile\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(600,802,'English (en-GB)','language','en-GB','',0,1,1,1,'{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"June 2019\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.8\",\"description\":\"en-GB site language\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(601,802,'English (en-GB)','language','en-GB','',1,1,1,1,'{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"June 2019\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.8\",\"description\":\"en-GB administrator language\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(700,0,'files_joomla','file','joomla','',0,1,1,1,'{\"name\":\"files_joomla\",\"type\":\"file\",\"creationDate\":\"June 2019\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.8\",\"description\":\"FILES_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(802,0,'English (en-GB) Language Pack','package','pkg_en-GB','',0,1,1,1,'{\"name\":\"English (en-GB) Language Pack\",\"type\":\"package\",\"creationDate\":\"June 2019\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.8.1\",\"description\":\"en-GB language pack\",\"group\":\"\",\"filename\":\"pkg_en-GB\"}','','','',0,'0000-00-00 00:00:00',0,0),(10000,0,'BreezingForms','component','com_breezingforms','',1,1,0,0,'{\"name\":\"BreezingForms\",\"type\":\"component\",\"creationDate\":\"2015-06-04\",\"author\":\"Markus Bopp | Until FacileForms Version 1.4.7: Peter Koch\",\"copyright\":\"This Joomla! component is released under the GNU\\/GPL license\",\"authorEmail\":\"markus.bopp@crosstec.org\",\"authorUrl\":\"crosstec.org\",\"version\":\"1.8.5 Stable (870)\",\"description\":\"Installation successful. Next find BreezingForms in the Components menu, and continue with step 2 of the installation process.\",\"group\":\"\",\"filename\":\"breezingforms\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10001,0,'T3 Framework','plugin','t3','system',0,1,1,0,'{\"name\":\"T3 Framework\",\"type\":\"plugin\",\"creationDate\":\"Oct 21, 2019\",\"author\":\"JoomlArt.com\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"info@joomlart.com\",\"authorUrl\":\"http:\\/\\/www.t3-framework.org\",\"version\":\"2.7.5\",\"description\":\"\\n\\t\\n\\t<div align=\\\"center\\\">\\n\\t\\t<div class=\\\"alert alert-success\\\" style=\\\"background-color:#DFF0D8;border-color:#D6E9C6;color: #468847;padding: 1px 0;\\\">\\n\\t\\t\\t\\t<a href=\\\"http:\\/\\/t3-framework.org\\/\\\"><img src=\\\"http:\\/\\/static.joomlart.com\\/images\\/jat3v3-documents\\/message-installation\\/logo.png\\\" alt=\\\"some_text\\\" width=\\\"300\\\" height=\\\"99\\\"><\\/a>\\n\\t\\t\\t\\t<h4><a href=\\\"http:\\/\\/t3-framework.org\\/\\\" title=\\\"\\\">Home<\\/a> | <a href=\\\"http:\\/\\/demo.t3-framework.org\\/\\\" title=\\\"\\\">Demo<\\/a> | <a href=\\\"http:\\/\\/t3-framework.org\\/documentation\\\" title=\\\"\\\">Document<\\/a> | <a href=\\\"https:\\/\\/github.com\\/t3framework\\/t3\\/blob\\/master\\/CHANGELOG.md\\\" title=\\\"\\\">Changelog<\\/a><\\/h4>\\n\\t\\t<p> <\\/p>\\n\\t\\t<p>Copyright 2004 - 2019 <a href=\'http:\\/\\/www.joomlart.com\\/\' title=\'Visit Joomlart.com!\'>JoomlArt.com<\\/a>.<\\/p>\\n\\t\\t<\\/div>\\n <style>table.adminform{width: 100%;}<\\/style>\\n\\t <\\/div>\\n\\t\\t\\n\\t\",\"group\":\"\",\"filename\":\"t3\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10002,0,'t3_blank','template','t3_blank','',0,1,1,0,'{\"name\":\"t3_blank\",\"type\":\"template\",\"creationDate\":\"30 July 2015\",\"author\":\"JoomlArt.com\",\"copyright\":\"Copyright (C), J.O.O.M Solutions Co., Ltd. All Rights Reserved.\",\"authorEmail\":\"webmaster@joomlart.com\",\"authorUrl\":\"http:\\/\\/www.t3-framework.org\",\"version\":\"2.2.1\",\"description\":\"\\n\\t\\t\\n\\t\\t<div align=\\\"center\\\">\\n\\t\\t\\t<div class=\\\"alert alert-success\\\" style=\\\"background-color:#DFF0D8;border-color:#D6E9C6;color: #468847;padding: 1px 0;\\\">\\n\\t\\t\\t\\t<a href=\\\"http:\\/\\/t3-framework.org\\/\\\"><img src=\\\"http:\\/\\/joomlart.s3.amazonaws.com\\/images\\/jat3v3-documents\\/message-installation\\/logo.png\\\" alt=\\\"some_text\\\" width=\\\"300\\\" height=\\\"99\\\"><\\/a>\\n\\t\\t\\t\\t<h4><a href=\\\"http:\\/\\/t3-framework.org\\/\\\" title=\\\"\\\">Home<\\/a> | <a href=\\\"http:\\/\\/demo.t3-framework.org\\/\\\" title=\\\"\\\">Demo<\\/a> | <a href=\\\"http:\\/\\/t3-framework.org\\/documentation\\\" title=\\\"\\\">Document<\\/a> | <a href=\\\"https:\\/\\/github.com\\/t3framework\\/t3\\/blob\\/master\\/CHANGELOG.md\\\" title=\\\"\\\">Changelog<\\/a><\\/h4>\\n\\t\\t\\t\\t<p> <\\/p>\\n\\t\\t\\t\\t<span style=\\\"color:#FF0000\\\">Note: T3 blank requires T3 plugin to be installed and enabled.<\\/span><p><\\/p>\\n\\t\\t\\t\\t<p>Copyright 2004 - 2015 <a href=\'http:\\/\\/www.joomlart.com\\/\' title=\'Visit Joomlart.com!\'>JoomlArt.com<\\/a>.<\\/p>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t<style>table.adminform{width: 100%;}<\\/style>\\n\\t\\t<\\/div>\\n\\t\\t\\n\\t\",\"group\":\"\",\"filename\":\"templateDetails\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10003,0,'t3_bs3_blank','template','t3_bs3_blank','',0,1,1,0,'{\"name\":\"t3_bs3_blank\",\"type\":\"template\",\"creationDate\":\"30 July 2015\",\"author\":\"JoomlArt.com\",\"copyright\":\"Copyright (C), J.O.O.M Solutions Co., Ltd. All Rights Reserved.\",\"authorEmail\":\"webmaster@joomlart.com\",\"authorUrl\":\"http:\\/\\/www.t3-framework.org\",\"version\":\"2.2.1\",\"description\":\"\\n\\t\\t\\n\\t\\t<div align=\\\"center\\\">\\n\\t\\t\\t<div class=\\\"alert alert-success\\\" style=\\\"background-color:#DFF0D8;border-color:#D6E9C6;color: #468847;padding: 1px 0;\\\">\\n\\t\\t\\t\\t<a href=\\\"http:\\/\\/t3-framework.org\\/\\\"><img src=\\\"http:\\/\\/joomlart.s3.amazonaws.com\\/images\\/jat3v3-documents\\/message-installation\\/logo.png\\\" alt=\\\"some_text\\\" width=\\\"300\\\" height=\\\"99\\\"><\\/a>\\n\\t\\t\\t\\t<h4><a href=\\\"http:\\/\\/t3-framework.org\\/\\\" title=\\\"\\\">Home<\\/a> | <a href=\\\"http:\\/\\/demo.t3-framework.org\\/\\\" title=\\\"\\\">Demo<\\/a> | <a href=\\\"http:\\/\\/t3-framework.org\\/documentation\\\" title=\\\"\\\">Document<\\/a> | <a href=\\\"https:\\/\\/github.com\\/t3framework\\/t3\\/blob\\/master\\/CHANGELOG.md\\\" title=\\\"\\\">Changelog<\\/a><\\/h4>\\n\\t\\t\\t\\t<p> <\\/p>\\n\\t\\t\\t\\t<span style=\\\"color:#FF0000\\\">Note: T3 blank requires T3 plugin to be installed and enabled.<\\/span><p><\\/p>\\n\\t\\t\\t\\t<p>Copyright 2004 - 2015 <a href=\'http:\\/\\/www.joomlart.com\\/\' title=\'Visit Joomlart.com!\'>JoomlArt.com<\\/a>.<\\/p>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t<style>table.adminform{width: 100%;}<\\/style>\\n\\t\\t<\\/div>\\n\\t\\t\\n\\t\",\"group\":\"\",\"filename\":\"templateDetails\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10004,0,'T3 Framework Package','package','pkg_t3','',0,1,1,0,'{\"name\":\"T3 Framework Package\",\"type\":\"package\",\"creationDate\":\"December 09, 2015\",\"author\":\"t3-framework.org\",\"copyright\":\"(C) 2012 - 2015. All rights reserved.\",\"authorEmail\":\"support@t3-framework.org\",\"authorUrl\":\"www.t3-framework.org\",\"version\":\"2.5.2\",\"description\":\"\\t\\n\\t\\n\\t<div align=\\\"center\\\">\\n\\t\\t<div class=\\\"alert alert-success\\\" style=\\\"background-color:#DFF0D8;border-color:#D6E9C6;color: #468847;padding: 1px 0;\\\">\\n\\t\\t\\t\\t<a href=\\\"http:\\/\\/t3-framework.org\\/\\\"><img src=\\\"http:\\/\\/joomlart.s3.amazonaws.com\\/images\\/jat3v3-documents\\/message-installation\\/logo.png\\\" alt=\\\"some_text\\\" width=\\\"300\\\" height=\\\"99\\\"><\\/a>\\n\\t\\t\\t\\t<h4><a href=\\\"http:\\/\\/t3-framework.org\\/\\\" title=\\\"\\\">Home<\\/a> | <a href=\\\"http:\\/\\/demo.t3-framework.org\\/\\\" title=\\\"\\\">Demo<\\/a> | <a href=\\\"http:\\/\\/t3-framework.org\\/documentation\\\" title=\\\"\\\">Document<\\/a> | <a href=\\\"https:\\/\\/github.com\\/t3framework\\/t3\\/blob\\/master\\/CHANGELOG.md\\\" title=\\\"\\\">Changelog<\\/a><\\/h4>\\n\\t\\t<p> <\\/p>\\n\\t\\t<p>Copyright 2004 - 2015 <a href=\'http:\\/\\/www.joomlart.com\\/\' title=\'Visit Joomlart.com!\'>JoomlArt.com<\\/a>.<\\/p>\\n\\t\\t<\\/div>\\n <style>table.adminform{width: 100%;}<\\/style>\\n\\t <\\/div>\\n\\t\\t\\n\\t\",\"group\":\"\",\"filename\":\"pkg_t3\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10005,0,'ja_biz','template','ja_biz','',0,1,1,0,'{\"name\":\"ja_biz\",\"type\":\"template\",\"creationDate\":\"07 july 2015\",\"author\":\"JoomlArt.com\",\"copyright\":\"Copyright (C), J.O.O.M Solutions Co., Ltd. All Rights Reserved.\",\"authorEmail\":\"webmaster@joomlart.com\",\"authorUrl\":\"http:\\/\\/www.t3-framework.org\",\"version\":\"1.1.4\",\"description\":\"\\n\\t\\t\\n\\t\\t\\t<div class=\\\"overview-header\\\">\\n\\t\\t\\t<h2>\\n\\t\\t\\t <small style=\\\"display: block;\\\">Responsive Joomla template for business for both Joomla 2.5 and Joomla 3 - <strong>JA Biz<\\/strong>.<\\/small>\\n\\t\\t\\t<\\/h2>\\n\\t\\t\\t<p>A preeminent responsive Joomla template for your business and portfolio site. Comes with multiple layouts, typography and color schemes, \\n\\t\\t\\t<strong>JA Biz<\\/strong> will perk up your Business\\/Corporate\\/Portfolio Joomla site for a prosperous business.<\\/p>\\n\\t\\t\\t<p>Built on the robust T3 Framework with Bootstrap 3 at core, this template is fullly responsive and RTL language layout compatible. <strong>JA Biz<\\/strong> \\n\\t\\t\\t features EasyBlog, Acymailing, Megamenu and Off-Canvas navigation along with a number of colors and bonus pages.<\\/p>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\n\\t\",\"group\":\"\",\"filename\":\"templateDetails\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10006,0,'JA Bulletin','module','mod_jabulletin','',0,1,0,0,'{\"name\":\"JA Bulletin\",\"type\":\"module\",\"creationDate\":\"03 April 2015\",\"author\":\"JoomlArt.com\",\"copyright\":\"Copyright (C), J.O.O.M Solutions Co., Ltd. All Rights\\n\\t\\tReserved.\",\"authorEmail\":\"webmaster@joomlart.com\",\"authorUrl\":\"www.joomlart.com\",\"version\":\"2.6.0\",\"description\":\"\\n\\t\\n\\t\\t<div style=\'text-align: left;\'>\\n\\t <span style=\\\"color: #008000;\\\">\\n\\t \\t<strong>JA Bulletin Module<\\/strong>\\n\\t <\\/span>\\n\\t <br \\/>\\n\\t <div style=\'font-weight: normal\'>\\n\\t <p><img alt=\\\"JA Bulletin Module\\\" src=\\\"http:\\/\\/static.joomlart.com\\/images\\/stories\\/extensions\\/joomla\\/ja_bulletin.png\\\" \\/><\\/p>\\n\\t This module mimicks default Joomla most read and latest modules, with added support to show date and thumbnail images.\\n\\t \\n\\t <p style=\\\"clear:both\\\"><span style=\\\"color: #ff6600;\\\"><strong>Features:<\\/strong><\\/span><\\/p>\\n\\t <ol><li>Show \\/ hide Images in the list<\\/li><li>Show or hide Date of the article.<\\/li><li>Easy thumbnail generation. For more details on Thumbnail mode read this <a href=\\\"http:\\/\\/www.joomlart.com\\/forums\\/showthread.php?50325\\\" title=\\\"JA thumbanil modes\\\" target=\\\"_blank\\\"><strong>tutorial<\\/strong><\\/a>.<\\/li><\\/ol>\\n\\t \\n\\t <p><strong><span style=\\\"color: #ff0000;\\\">Important Instruction:<\\/span><\\/strong><\\/p>\\n\\t <ol><li><strong>The module display can be enhanced by CSS overrides in the demo templates (used in over 20+ JA templates). Thus, when you used Bulletin in different templates, the results may vary and you may have to customize CSS to get desired effects.<\\/strong><\\/li><\\/ol>\\n\\t <p><strong><span style=\\\"color: #ff0000;\\\">Upgrade Method:<\\/span><br \\/><\\/strong><\\/p>\\n\\t <ol>\\n\\t <li>You can install new version directly over this version. Uninstallation is not required. Backup any customized files before upgrading. OR<\\/li>\\n\\t \\t<li>Use <strong><a href=\\\"http:\\/\\/extensions.joomla.org\\/extensions\\/core-enhancements\\/installers\\/12077\\\" target=\\\"_blank\\\">JA Extensions Manager<\\/a><\\/strong> Component for easy upgrades and rollbacks. <strong><a href=\\\"http:\\/\\/www.youtube.com\\/user\\/JoomlArt#p\\/c\\/BC9B0C0BFE98657E\\/2\\/mNAuJRmifG8\\\" target=\\\"_blank\\\">Watch Video.<\\/a><\\/strong><\\/li>\\n\\t <\\/ol>\\n\\t <p><span style=\\\"color: #008000;\\\"><strong>Links:<\\/strong><\\/span><\\/p>\\n\\t <ul><li><a target=\\\"_blank\\\" href=\\\"http:\\/\\/www.joomlart.com\\/forums\\/showthread.php?49878\\\">JA Bulletin - General User guide<\\/a><\\/li><li><a target=\\\"_blank\\\" href=\\\"http:\\/\\/pm.joomlart.com\\/browse\\/JAECMODBULLETINJIVI\\\">Report Bug<\\/a><\\/li><li><a target=\\\"_blank\\\" href=\\\"http:\\/\\/update.joomlart.com\\/#products.list\\/\\/JA%20Bulletin%20Module%20for%20Joomla%202.5\\/\\\">Updates & Versions<\\/a><\\/li><\\/ul>\\n\\t <p>Copyright 2004 - 2014 <a href=\\\"http:\\/\\/www.joomlart.com\\/\\\" title=\\\"Visit Joomlart.com!\\\">JoomlArt.com<\\/a>.<\\/p>\\n\\t <\\/div>\\n\\t <\\/div>\\n\\t\\n\\t\",\"group\":\"\",\"filename\":\"mod_jabulletin\"}','{\"type\":\"latest\",\"ordering\":\"published\",\"using_mode\":\"catids\",\"category\":\"\",\"k2catsid\":\"\",\"count\":\"5\",\"timerange\":\"\",\"show_featured\":\"1\",\"show_date\":\"1\",\"show_author\":\"0\",\"show_readmore\":\"0\",\"show_hits\":\"0\",\"use_custom_text\":\"1\",\"custom_text\":\"Hits:\",\"show_image\":\"1\",\"thumbnail_mode\":\"crop\",\"use_ratio\":\"1\",\"width\":\"40\",\"height\":\"40\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"30\"}','','',0,'0000-00-00 00:00:00',0,0),(10007,0,'JA Login','module','mod_jalogin','',0,1,0,0,'{\"name\":\"JA Login\",\"type\":\"module\",\"creationDate\":\"21 May 2015\",\"author\":\"JoomlArt.com\",\"copyright\":\"J.O.O.M Solutions Co., Ltd.\",\"authorEmail\":\"webmaster@joomlart.com\",\"authorUrl\":\"www.joomlart.com\",\"version\":\"2.6.5\",\"description\":\"\\n\\t \\n\\t \\t<style type=\\\"text\\/css\\\">\\n\\t \\t\\t.mod-desc li{\\t\\t\\t\\t\\n\\t\\t\\t\\tmargin-left:10px;\\n\\t\\t\\t\\tpadding-left:12px;\\n\\t\\t\\t}\\n\\t\\t\\t.mod-desc p{\\n\\t\\t\\t\\tmargin:15px 0;\\n\\t\\t\\t}\\n\\t \\t<\\/style>\\n\\t \\t<span style=\\\"color: #008000;\\\"><strong>JA Login Module for Joomla! 2.5 & 3.3<\\/strong><\\/span><br \\/>\\n\\t \\t<p><img alt=\\\"JA Login Module\\\" src=\\\"http:\\/\\/static.joomlart.com\\/images\\/stories\\/extensions\\/joomla\\/jaec_ja_login_mod.png\\\" \\/><\\/p>\\n\\t\\t<div style=\'font-weight:normal\'>\\n\\t \\tJA login module is alternate login module for Joomla!, so that CSS overrides can be made for the same, without affecting the default Joomla login module.\\n\\t \\t\\n\\t\\t<p><strong><span style=\\\"color: #ff0000;\\\">Upgrade Methods:<\\/span><br \\/><\\/strong><\\/p>\\n\\t\\t<ul>\\n\\t\\t\\t<li>You can install new version directly over this version. Uninstallation is not required. Backup any customized files before upgrading. OR<\\/li>\\n\\t\\t\\t<li>Use <strong><a href=\\\"http:\\/\\/extensions.joomla.org\\/extensions\\/core-enhancements\\/installers\\/12077\\\" target=\\\"_blank\\\">JA Extensions Manager<\\/a><\\/strong> Component for easy upgrades and rollbacks. <strong><a href=\\\"http:\\/\\/www.youtube.com\\/user\\/JoomlArt#p\\/c\\/BC9B0C0BFE98657E\\/2\\/mNAuJRmifG8\\\" target=\\\"_blank\\\">Watch Video..<\\/a><\\/strong><\\/li>\\n\\t\\t<\\/ul>\\n\\t\\t\\n\\t\\t<p><span style=\\\"color: #008000;\\\"><strong>Links:<\\/strong><\\/span><\\/p>\\n\\t\\t<ul><li><a target=\'_blank\' href=\'http:\\/\\/update.joomlart.com\\/\'>Updates & Versions<\\/a><\\/li><li><a target=\'_blank\' href=\'http:\\/\\/www.joomlart.com\\/forums\\/showthread.php?52050\'>General Userguide<\\/a><\\/li><\\/ul>\\n\\t\\t<p><\\/p>\\n\\t\\t<p>Copyright 2004 - 2015 <a href=\\\"http:\\/\\/www.joomlart.com\\/\\\" title=\\\"Visit Joomlart.com!\\\">JoomlArt.com<\\/a>.<\\/p>\\n\\t\\t<\\/div>\\n\\t \\n\\t\",\"group\":\"\",\"filename\":\"mod_jalogin\"}','{\"pretext\":\"\",\"greeting\":\"1\",\"name\":\"0\",\"show_register_form\":\"1\",\"usesecure\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(10008,0,'JA Masshead','module','mod_jamasshead','',0,1,0,0,'{\"name\":\"JA Masshead\",\"type\":\"module\",\"creationDate\":\"27 March 2015\",\"author\":\"JoomlArt.com\",\"copyright\":\"J.O.O.M Solutions Co., Ltd.\",\"authorEmail\":\"webmaster@joomlart.com\",\"authorUrl\":\"www.joomlart.com\",\"version\":\"2.6.1\",\"description\":\"\\n\\t\\t\\n\\t\\t<div align=\\\"left\\\">\\t\\t\\n\\t\\t\\t<h1>JA Masshead Module for Joomla 2.5 & 3.3<\\/h1>\\n\\t\\t\\t<div style=\'font-weight: normal\'>\\n\\t\\t\\t<p>Please refer to the backend settings of the demo template quickstart for usage examples and also refer to <a target=\'_blank\' href=\'http:\\/\\/www.joomlart.com\\/forums\\/showthread.php?64198\'>General Userguide<\\/a> for details.<\\/strong><\\/p>\\n\\t\\t\\t<p><span style=\'color: #ff6600;\'><strong>Features:<\\/strong><\\/span><\\/p>\\n\\t\\t\\tJA Masshead Module displays masshead title like the JoomlArt masshead. Title and description can be specifically configured for any pages.\\n\\t\\t\\t<p><strong><span style=\'color: #ff0000;\'>Usage Instruction:<\\/span><br \\/><\\/strong><\\/p>\\n\\t\\t\\t<strong>The configuration field use 2 formats:<\\/strong> <br \\/>\\n\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t<li>Format 1: <code>[Masshead option=\\\"com_name\\\" view=\\\"view_name\\\" layout=\\\"layout_name\\\" task=\\\"task_name\\\" id=\\\"id\\\" title=\\\"Title\\\" ]Description here[\\/Masshead]<\\/code><\\/li>\\n \\t\\t\\t\\t<li>Format 2: <code>[Masshead Itemid=\\\"page_id_1,page_id_2,...\\\" title=\\\"Title\\\" ]Description here[\\/Masshead]<\\/code><\\/li>\\n\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t<br \\/>\\n\\t\\t\\t<strong>If configuration field is empty:<\\/strong>\\t\\n\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t<li>If this is an article view: use the Article title as Masshead title, Article metadesc as masshead description<\\/li>\\n \\t\\t\\t\\t<li>If not: use the Page title as Mass title.<\\/li>\\n \\t\\t\\t\\t<li>If no value for Title & Description, use default value.<\\/li>\\n\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t<br \\/>\\t\\n\\t\\t\\t<strong>If configuration field is updated:<\\/strong><br \\/> \\n\\t\\t\\t\\t<ol>\\n\\t\\t\\t\\t\\t<li>Use that value<\\/li>\\n\\t\\t\\t\\t\\t<li>Support multiple configs, each config on a line; eg: <br \\/>\\n\\t\\t\\t\\t\\t\\t<code>\\n\\t\\t\\t\\t\\t\\t[Masshead option=\\\"com_name1\\\" view=\\\"view_name1\\\" layout=\\\"layout_name1\\\" task=\\\"task_name1\\\" id=\\\"id1\\\" title=\\\"Title1\\\" ]Description 1 here[\\/Masshead]<br \\/>\\n\\t\\t\\t\\t\\t\\t[Masshead option=\\\"com_name2\\\" view=\\\"view_name1\\\" layout=\\\"layout_name2\\\" task=\\\"task_name2\\\" id=\\\"id2\\\" title=\\\"Title2\\\" ]Description 2 here[\\/Masshead]<br \\/>\\n\\t\\t\\t\\t\\t\\t[Masshead Itemid=\\\"page_id1_1,page_id1_2,...\\\" title=\\\"Title page 1\\\" ]Description page 1 here[\\/Masshead]<br \\/>\\n\\t\\t\\t\\t\\t\\t[Masshead Itemid=\\\"page_id2_1,page_id2_2,...\\\" title=\\\"Title page 2\\\" ]Description page 2 here[\\/Masshead]\\n\\t\\t\\t\\t\\t\\t<\\/code>\\n\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t<li>If config sets multiple conditions, then the module will prefer to the first condition only and ignore the rest.<\\/li>\\n\\t\\t\\t\\t<\\/ol>\\n\\t\\t\\t<br \\/>\\n\\t\\t\\t<strong>Use extra paramaters:<\\/strong><br \\/> \\t\\t\\t\\t\\n\\t\\t\\t<ol>\\n\\t\\t\\t\\t<li>Extra parameters can put in config as <b>name=\\\"value\\\"<\\/b> and access through variables <b>$masshead[\'params\'][\'name\']<\\/b> by overwritting module layout in the template<\\/li>\\n\\t\\t\\t\\t<li>Eg: <br ?>\\n\\t\\t\\t\\t\\t<code>[Masshead Itemid=\\\"page_id\\\" title=\\\"Title\\\" <span style=\\\"color:red\\\">background=\\\"image url\\\"<\\/span>]Description[\\/Masshead]<\\/code>\\n\\t\\t\\t\\t<br \\/>\\n\\t\\t\\t\\tAccess the param background: <br \\/>\\n\\t\\t\\t\\t<code>\\n\\t\\t\\t\\t\\t<div class="jamasshead" <span style=\\\"color:red\\\"><?php if(isset($masshead[\'params\'][\'background\'])): ?><\\/span> style="background-image: url(<span style=\\\"color:red\\\"><?php echo $masshead[\'params\'][\'background\'] ?><\\/span>)" <span style=\\\"color:red\\\"><?php endif; ?><\\/span>>\\n\\t\\t\\t\\t<\\/code>\\n\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t<\\/ol>\\n\\t\\t\\t\\n\\t\\t\\t<p><strong><span style=\'color: #ff0000;\'>Upgrade Method:<\\/span><br \\/><\\/strong><\\/p>\\n\\t\\t\\t\\t<ol><li>You can install new version directly over this version. Uninstallation is not required. <\\/li>\\n\\t\\t\\t\\t<li>Backup any customized files before upgrading.<\\/li><\\/ol>\\n\\t\\t\\t<p><span style=\'color: #008000;\'><strong>Links:<\\/strong><\\/span><\\/p>\\n\\t\\t\\t <ul><li><a target=\'_blank\' href=\'http:\\/\\/update.joomlart.com\\/\'>Updates & Versions<\\/a><\\/li><li><a target=\'_blank\' href=\'http:\\/\\/www.joomlart.com\\/forums\\/showthread.php?64198\'>General Userguide<\\/a><\\/li><\\/ul>\\t\\t\\t\\n\\t\\t\\t<p>Copyright 2004 - 2014 <a href=\'http:\\/\\/www.joomlart.com\\/\' title=\'Visit Joomlart.com!\'>JoomlArt.com<\\/a>.<\\/p>\\n\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\n\\t\",\"group\":\"\",\"filename\":\"mod_jamasshead\"}','{\"default-title\":\"\",\"default-description\":\"\",\"config\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(10009,0,'JA Slideshow','module','mod_jaslideshow','',0,1,0,0,'{\"name\":\"JA Slideshow\",\"type\":\"module\",\"creationDate\":\"14 April 2015\",\"author\":\"JoomlArt.com\",\"copyright\":\"Copyright (C), J.O.O.M Solutions Co., Ltd. All Rights Reserved.\",\"authorEmail\":\"webmaster@joomlart.com\",\"authorUrl\":\"www.joomlart.com\",\"version\":\"2.7.5\",\"description\":\"\\n\\t\\t\\n\\t\\t<div align=\\\"left\\\">\\n\\t\\t<h1><img border=\'0\' alt=\'JA Slidehow for Joomla! 2.5 & Joomla! 3.3\' src=\'http:\\/\\/asset.joomlart.com\\/images\\/stories\\/extensions\\/drupal\\/jdec_slideshow.png?javer=1109270933\' style=\'float: left\'>JA Slideshow module for Joomla! 2.5 & Joomla! 3.3<\\/h1>\\n\\t\\t<div style=\'font-weight: normal\'>\\n\\t\\t<p><span style=\'color: #ff6600;\'><strong>Features:<\\/strong><\\/span>\\n\\t\\tDisplay images from a folder or from articles. Includes auto-resized images, beautiful animation effects, and inline text-embeded descriptions.<\\/p>\\n\\t\\t\\n\\t\\t<strong>JA Slideshow for Joomla! 2.5 & 3.3<\\/strong> includes advanced functionality which allows to build slideshows from image folders - OR - directly from images included in articles. <br\\/>\\nIt is one of our most requested and most versatile modules which can be found in over 30 JA templates.\\n\\t\\t<br\\/><br\\/>\\n\\t\\t<strong><span style=\'color: #ff0000;\'>Usage Instructions:<\\/span><\\/strong><br \\/>\\n\\t\\t<ul>\\n\\t\\t<li><strong>The module display can be enhanced by CSS overrides in the demo templates (used in over 30+ JA templates). Thus when using JA Slideshow module in different templates, the results may vary and you may have to customize CSS to get your desired effects.<\\/strong><\\/li>\\n\\t\\t<li>Configuration is easy and supports setup profiles in over 25 layouts.<\\/li><\\/ul>\\n\\t\\t<strong><span style=\'color: #ff0000;\'>Upgrade Methods:<\\/span><br \\/><\\/strong>\\n\\t\\t<ul>\\n\\t\\t <li>You can install new version directly over this version. Uninstallation of old version is not required.<\\/li>\\n\\t\\t <li>Backup any customized files before upgrading.<\\/li>\\n\\t\\t<\\/ul>\\n\\t\\t<span style=\'color: #008000;\'><strong>Links:<\\/strong><\\/span><br \\/>\\n\\t\\t<ul>\\n\\t\\t<li><a target=\\\"_blank\\\" href=\\\"http:\\/\\/www.joomlart.com\\/forums\\/showthread.php?49766\\\">General Userguide<\\/a><\\/li>\\n\\t\\t <li><a target=\'_blank\' href=\'http:\\/\\/update.joomlart.com\\/#products.list\\/\\/JA%20Slideshow%20Module%20for%20Joomla%202.5\\/\'>Updates & Versions<\\/a><\\/li>\\n\\t\\t <li><a target=\'_blank\' href=\'http:\\/\\/www.joomlart.com\\/forums\\/forumdisplay.php?154-JA-SlideShow\'>Forum<\\/a><\\/li>\\n\\t\\t<\\/ul>\\n\\t\\t<p>Copyright 2004 - 2014 <a href=\'http:\\/\\/www.joomlart.com\\/\' title=\'Visit Joomlart.com!\'>JoomlArt.com<\\/a>.<\\/p>\\n\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\n\\t\",\"group\":\"\",\"filename\":\"mod_jaslideshow\"}','{\"source\":\"images\",\"source-articles-display_model\":\"0\",\"source-articles-display_model-modcats-category\":\"\",\"showvideos\":\"0\",\"k2catsid\":\"\",\"source-articles-sort_order_field\":\"created\",\"source-articles-sort_order\":\"DESC\",\"open_target\":\"parent\",\"source-articles-max_items\":\"5\",\"source-images-orderby\":\"0\",\"source-images-sort\":\"0\",\"folder\":\"images\\/\",\"profile\":\"default\",\"source-articles-images-thumbnail_mode\":\"crop\",\"source-articles-images-thumbnail_mode-resize-use_ratio\":\"0\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\"}','','',0,'0000-00-00 00:00:00',0,0),(10010,0,'Compago Blank Module','module','mod_cmp_blank','',0,1,0,0,'{\"name\":\"Compago Blank Module\",\"type\":\"module\",\"creationDate\":\"Dec 2013\",\"author\":\"Compago\",\"copyright\":\"Copyright Compago. All rights reserved.\",\"authorEmail\":\"compagotlc@gmail.com\",\"authorUrl\":\"www.compago.it\",\"version\":\"2.0\",\"description\":\"This module displays output generated from your code (html\\/php\\/css\\/javascript).\",\"group\":\"\",\"filename\":\"_manifest\"}','{\"htmlenable\":\"1\",\"htmlcode\":\"\",\"phpenable\":\"0\",\"phpcode\":\"\",\"tagenable\":\"0\",\"tag\":\"\",\"scriptenable\":\"0\",\"script\":\"\",\"scriptfileenable\":\"0\",\"scriptfile\":\"\",\"cssenable\":\"0\",\"css\":\"\",\"csssheetenable\":\"0\",\"csssheet\":\"\",\"idmodule\":\"\",\"classmodule\":\"\",\"stylecss\":\"\",\"codeorder\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(10011,0,'Blank Component','component','com_blankcomponent','',1,1,0,0,'{\"name\":\"Blank Component\",\"type\":\"component\",\"creationDate\":\"03\\/11\\/2012\",\"author\":\"Omar Muhammad\",\"copyright\":\"Copyright \\u00a9 2012, Omar\'s Site, All Rights Reserved.\",\"authorEmail\":\"admin@omar84.com\",\"authorUrl\":\"http:\\/\\/omar84.com\",\"version\":\"3.0.0\",\"description\":\"Blank Component was made to make it possible to create a menu item page that contains only modules and no component.\",\"group\":\"\",\"filename\":\"blankcomponent\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10012,0,'AcyMailing','component','com_acymailing','',1,1,0,0,'{\"name\":\"AcyMailing\",\"type\":\"component\",\"creationDate\":\"avril 2017\",\"author\":\"Acyba\",\"copyright\":\"Copyright (C) 2009-2017 ACYBA SAS - All rights reserved.\",\"authorEmail\":\"dev@acyba.com\",\"authorUrl\":\"http:\\/\\/www.acyba.com\",\"version\":\"5.7.0\",\"description\":\"Manage your Mailing lists, Newsletters, e-mail marketing campaigns\",\"group\":\"\",\"filename\":\"acymailing_j3\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10013,0,'AcyMailing : trigger Joomla Content plugins','plugin','contentplugin','acymailing',0,0,1,0,'{\"version\":\"3.7.0\",\"author\":\"Acyba\",\"creationDate\":\"November 2009\"}','','','',0,'0000-00-00 00:00:00',15,0),(10014,0,'AcyMailing Geolocation : Tag and filter','plugin','geolocation','acymailing',0,1,1,0,'{\"version\":\"4.9.2\",\"author\":\"Acyba\",\"creationDate\":\"mars 2015\"}','','','',0,'0000-00-00 00:00:00',10,0),(10015,0,'AcyMailing Manage text','plugin','managetext','acymailing',0,1,1,0,'{\"version\":\"1.0.0\",\"author\":\"Acyba\",\"creationDate\":\"October 2010\"}','','','',0,'0000-00-00 00:00:00',10,0),(10016,0,'AcyMailing Tag : Website links','plugin','online','acymailing',0,1,1,0,'{\"version\":\"3.7.0\",\"author\":\"Acyba\",\"creationDate\":\"September 2009\"}','','','',0,'0000-00-00 00:00:00',6,0),(10017,0,'AcyMailing : Inbox actions','plugin','plginboxactions','acymailing',0,1,1,0,'{\"version\":\"4.9.2\",\"author\":\"Acyba\",\"creationDate\":\"mars 2015\"}','','','',0,'0000-00-00 00:00:00',35,0),(10018,0,'AcyMailing : share on social networks','plugin','share','acymailing',0,1,1,0,'{\"version\":\"1.0.0\",\"author\":\"Acyba\",\"creationDate\":\"August 2010\"}','','','',0,'0000-00-00 00:00:00',20,0),(10019,0,'AcyMailing : Statistics Plugin','plugin','stats','acymailing',0,1,1,0,'{\"version\":\"3.7.0\",\"author\":\"Acyba\",\"creationDate\":\"September 2009\"}','','','',0,'0000-00-00 00:00:00',50,0),(10020,0,'AcyMailing table of contents generator','plugin','tablecontents','acymailing',0,1,1,0,'{\"version\":\"1.0.0\",\"author\":\"Acyba\",\"creationDate\":\"January 2011\"}','','','',0,'0000-00-00 00:00:00',5,0),(10021,0,'AcyMailing Tag : CB User information','plugin','tagcbuser','acymailing',0,0,1,0,'{\"version\":\"3.7.1\",\"author\":\"Acyba\",\"creationDate\":\"September 2009\"}','','','',0,'0000-00-00 00:00:00',4,0),(10022,0,'AcyMailing Tag : content insertion','plugin','tagcontent','acymailing',0,1,1,0,'{\"version\":\"3.7.0\",\"author\":\"Acyba\",\"creationDate\":\"September 2009\"}','','','',0,'0000-00-00 00:00:00',11,0),(10023,0,'AcyMailing Tag : Insert a Module','plugin','tagmodule','acymailing',0,1,1,0,'{\"version\":\"4.9.2\",\"author\":\"Acyba\",\"creationDate\":\"mars 2015\"}','','','',0,'0000-00-00 00:00:00',12,0),(10024,0,'AcyMailing Tag : Subscriber information','plugin','tagsubscriber','acymailing',0,1,1,0,'{\"version\":\"4.9.2\",\"author\":\"Acyba\",\"creationDate\":\"mars 2015\"}','','','',0,'0000-00-00 00:00:00',2,0),(10025,0,'AcyMailing Tag : Manage the Subscription','plugin','tagsubscription','acymailing',0,1,1,0,'{\"version\":\"4.9.2\",\"author\":\"Acyba\",\"creationDate\":\"mars 2015\"}','','','',0,'0000-00-00 00:00:00',1,0),(10026,0,'AcyMailing Tag : Date / Time','plugin','tagtime','acymailing',0,1,1,0,'{\"version\":\"4.9.2\",\"author\":\"Acyba\",\"creationDate\":\"mars 2015\"}','','','',0,'0000-00-00 00:00:00',5,0),(10027,0,'AcyMailing Tag : Joomla User Information','plugin','taguser','acymailing',0,1,1,0,'{\"version\":\"4.9.2\",\"author\":\"Acyba\",\"creationDate\":\"mars 2015\"}','','','',0,'0000-00-00 00:00:00',3,0),(10028,0,'AcyMailing Template Class Replacer','plugin','template','acymailing',0,1,1,0,'{\"version\":\"4.9.2\",\"author\":\"Acyba\",\"creationDate\":\"mars 2015\"}','','','',0,'0000-00-00 00:00:00',25,0),(10029,0,'AcyMailing : Handle Click tracking part1','plugin','urltracker','acymailing',0,1,1,0,'{\"version\":\"4.9.2\",\"author\":\"Acyba\",\"creationDate\":\"mars 2015\"}','','','',0,'0000-00-00 00:00:00',30,0),(10030,0,'AcyMailing Tag : VirtueMart integration','plugin','virtuemart','acymailing',0,0,1,0,'{\"version\":\"4.9.2\",\"author\":\"Acyba\",\"creationDate\":\"mars 2015\"}','','','',0,'0000-00-00 00:00:00',7,0),(10031,0,'AcyMailing Editor','plugin','acyeditor','editors',0,1,1,0,'{\"version\":\"4.9.2\",\"author\":\"Acyba\",\"creationDate\":\"mars 2015\"}','','','',0,'0000-00-00 00:00:00',5,0),(10032,0,'Override Joomla mailing system','plugin','acymailingclassmail','system',0,0,1,0,'{\"version\":\"4.9.2\",\"author\":\"Acyba\",\"creationDate\":\"mars 2015\"}','','','',0,'0000-00-00 00:00:00',1,0),(10033,0,'AcyMailing : Handle Click tracking part2','plugin','acymailingurltracker','system',0,1,1,0,'{\"version\":\"4.9.2\",\"author\":\"Acyba\",\"creationDate\":\"mars 2015\"}','','','',0,'0000-00-00 00:00:00',1,0),(10034,0,'AcyMailing : (auto)Subscribe during Joomla registration','plugin','regacymailing','system',0,1,1,0,'{\"version\":\"4.9.2\",\"author\":\"Acyba\",\"creationDate\":\"mars 2015\"}','','','',0,'0000-00-00 00:00:00',0,0),(10035,0,'AcyMailing Module','module','mod_acymailing','',0,1,1,0,'{\"version\":\"3.7.0\",\"author\":\"Acyba\",\"creationDate\":\"September 2009\"}','','','',0,'0000-00-00 00:00:00',0,0),(10036,0,'PLG_AOEDITOR_TITLE','plugin','artofeditor','editors',0,1,1,0,'{\"name\":\"PLG_AOEDITOR_TITLE\",\"type\":\"plugin\",\"creationDate\":\"2013-01-19 12:50\",\"author\":\"Andrew Eddie\",\"copyright\":\"Copyright 2005 - 2011 New Life in IT Pty Ltd. All rights reserved\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"1.0.6\",\"description\":\"PLG_AOEDITOR_DESC\",\"group\":\"\",\"filename\":\"artofeditor\"}','{\"language\":\"en\",\"toolbar\":\"Full\",\"toolbar_ft\":\"Full\",\"skin\":\"v2\",\"bgcolor\":\"#6B6868\"}','','',0,'0000-00-00 00:00:00',0,0),(10037,0,'BreezingForms','module','mod_breezingforms','',0,1,0,0,'{\"name\":\"BreezingForms\",\"type\":\"module\",\"creationDate\":\"November 2013\",\"author\":\"Markus Bopp - Crosstec Solutions | Until Version 1.4.7: Peter Koch\",\"copyright\":\"This Joomla! component is released under the GNU\\/GPL license\",\"authorEmail\":\"markus.bopp@crosstec.de\",\"authorUrl\":\"www.crosstec.de\",\"version\":\"1.8.4\",\"description\":\"\\n\\t\\tEnter the form name for displaying in the desired module position.\\n \",\"group\":\"\",\"filename\":\"mod_breezingforms\"}','{\"ff_mod_name\":\"\",\"ff_mod_page\":\"1\",\"ff_mod_editable\":\"0\",\"ff_mod_editable_override\":\"0\",\"ff_mod_frame\":\"0\",\"ff_mod_border\":\"0\",\"ff_mod_align\":\"1\",\"ff_mod_left\":\"0\",\"ff_mod_top\":\"0\",\"ff_mod_parprv\":\"\",\"ff_mod_parpub\":\"\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(10038,0,'BreezingForms','plugin','breezingforms','content',0,0,1,0,'{\"name\":\"BreezingForms\",\"type\":\"plugin\",\"creationDate\":\"August 2012\",\"author\":\"Markus Bopp - Crosstec Solutions | Until Version 1.4.7: Peter Koch\",\"copyright\":\"This Joomla! component is released under the GNU\\/GPL license\",\"authorEmail\":\"markus.bopp@crosstec.de\",\"authorUrl\":\"www.crosstec.de\",\"version\":\"1.8\",\"description\":\"\\n\\t\\n<h3>BreezingForms<\\/h3>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h2>BreezingForms Plugin: Displays forms inline in articles<\\/h2>\\n<h3>Requirements:<\\/h3><ul>\\n\\n<li>The BreezingForms component must also be installed (same version)<\\/li>\\n<li>The bot must be published<\\/li>\\n<\\/ul>\\n<h3>Pattern syntax:<\\/h3><code><pre>\\n\\t{ BreezingForms : <em>formname<\\/em> [, <em>page<\\/em>, <em>border<\\/em>, <em>urlparams<\\/em>, <em>suffix<\\/em> ] }\\n\\n<\\/pre><\\/code><h3>Parameter description:<\\/h3><code><pre>\\n\\tBreezingForms : This tag must be present literally and in exact upper\\/lowercase.\\n\\t<em>formname<\\/em> : The name of the form to include, also in exact upper\\/lowercase.\\n\\t<em>page<\\/em> : The starting page number. Defaults to 1 when omitted.\\n\\t<em>border<\\/em> : 0=no border, 1=with border. Defaults to 1 when omitted.\\n\\t<em>urlparams<\\/em> : Parameters to pass in URL style (no commas or closing brackets allowed).\\n\\t<em>suffix<\\/em> : Suffix appended to all CSS class names in the form.\\n\\n<\\/pre><\\/code><h3>Examples:<\\/h3><code><pre>\\n\\t{ BreezingForms : SampleContactForm }\\n\\t{ BreezingForms : MyVeryForm, 2 }\\n\\t{ BreezingForms : AnotherForm, 1, 0, &amp;ff_param_xy=123&amp;ff_param_foo=bar }\\n\\t{BreezingForms:testform,,,&amp;ff_param_foo=bar,mysuffix}\\n<\\/pre><\\/code>But attention with the following one. Basicly it would work, but when\\nusing a WYSIWYG editor, it will insert linebreaks as <code><br\\/><\\/code>\\nand the bot will no longer recognize the pattern:<code><pre>\\n\\t{\\n\\t\\tBreezingForms:\\n\\n\\t\\t\\tAnotherForm,\\n\\t\\t\\t1,\\n\\t\\t\\t0,\\n\\t\\t\\t&amp;ff_param_xy=123&amp;ff_param_foo=bar\\n\\t}\\n<\\/pre><\\/code>\\n\\n\\n \",\"group\":\"\",\"filename\":\"breezingforms\"}','{\"load_in_iframe\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(10039,0,'BreezingForms - Content - Download','plugin','breezingforms_download','content',0,0,1,0,'{\"name\":\"BreezingForms - Content - Download\",\"type\":\"plugin\",\"creationDate\":\"May 2013\",\"author\":\"Markus Bopp - Crosstec Solutions\",\"copyright\":\"This Joomla! component is released under the GNU\\/GPL license\",\"authorEmail\":\"markus.bopp@crosstec.de\",\"authorUrl\":\"www.crosstec.de\",\"version\":\"1.1\",\"description\":\"\\n\\t\\n Transforms uploaded file paths into download links\\n \\n \",\"group\":\"\",\"filename\":\"breezingforms_download\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10040,0,'BreezingForms - Content - Image Scale','plugin','breezingforms_image_scale','content',0,0,1,0,'{\"name\":\"BreezingForms - Content - Image Scale\",\"type\":\"plugin\",\"creationDate\":\"May 2013\",\"author\":\"Markus Bopp - Crosstec Solutions\",\"copyright\":\"This Joomla! component is released under the GNU\\/GPL license\",\"authorEmail\":\"markus.bopp@crosstec.de\",\"authorUrl\":\"www.crosstec.de\",\"version\":\"1.1\",\"description\":\"\\n\\t\\n Displays images out of uploads\\n \\n \",\"group\":\"\",\"filename\":\"breezingforms_image_scale\"}','{\"max_filesize\":\"4\"}','','',0,'0000-00-00 00:00:00',0,0),(10041,0,'BreezingForms - AddOns - GData','plugin','gdata','breezingforms_addons',0,0,1,0,'{\"name\":\"BreezingForms - AddOns - GData\",\"type\":\"plugin\",\"creationDate\":\"June 2015\",\"author\":\"Markus Bopp\",\"copyright\":\"This Joomla! component is released under the GNU\\/GPL license\",\"authorEmail\":\"markus.bopp@crosstec.org\",\"authorUrl\":\"crosstec.org\",\"version\":\"1.3\",\"description\":\"\\n\\t\\n Adds Google Drive capabilities to your breezingforms based forms (spreadsheets).\\n \\n \",\"group\":\"\",\"filename\":\"gdata\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10044,0,'System - RokCommon','plugin','rokcommon','system',0,1,1,0,'{\"name\":\"System - RokCommon\",\"type\":\"plugin\",\"creationDate\":\"August 4, 2016\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2016 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"3.2.5\",\"description\":\"RokCommon System Plugin\",\"group\":\"\",\"filename\":\"rokcommon\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10045,0,'RokSprocket','component','com_roksprocket','',1,1,0,0,'{\"name\":\"RokSprocket\",\"type\":\"component\",\"creationDate\":\"April 13, 2018\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2018 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"2.1.23\",\"description\":\"Parent for all PHP based projects\",\"group\":\"\",\"filename\":\"roksprocket\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10046,0,'RokSprocket Module','module','mod_roksprocket','',0,1,1,0,'{\"name\":\"RokSprocket Module\",\"type\":\"module\",\"creationDate\":\"April 13, 2018\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2018 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"2.1.23\",\"description\":\"RokSprocket makes it easy to display content in a dynamic, visual layout.\",\"group\":\"\",\"filename\":\"mod_roksprocket\"}','{\"run_content_plugins\":\"onmodule\"}','','',0,'0000-00-00 00:00:00',0,0),(10047,0,'System - RokSprocket','plugin','roksprocket','system',0,1,1,0,'{\"name\":\"System - RokSprocket\",\"type\":\"plugin\",\"creationDate\":\"April 13, 2018\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2018 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"2.1.23\",\"description\":\"RokSprocket System Plugin\",\"group\":\"\",\"filename\":\"roksprocket\"}','{}','','',0,'0000-00-00 00:00:00',1,0),(10048,0,'Content - RokInjectModule','plugin','rokinjectmodule','content',0,1,1,0,'{\"name\":\"Content - RokInjectModule\",\"type\":\"plugin\",\"creationDate\":\"August 20, 2015\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2015 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"1.7\",\"description\":\"RokInjectModule Content Plugin. Use format [module-{moduleid}] in your article to inject a module. You can also specify a style, eg: [module-28 style=xhtml]\",\"group\":\"\",\"filename\":\"rokinjectmodule\"}','{}','','',0,'0000-00-00 00:00:00',5,0),(10049,0,'COM_K2','component','com_k2','',1,1,0,0,'{\"name\":\"COM_K2\",\"type\":\"component\",\"creationDate\":\"September 21st, 2018\",\"author\":\"JoomlaWorks\",\"copyright\":\"Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved.\",\"authorEmail\":\"please-use-the-contact-form@joomlaworks.net\",\"authorUrl\":\"www.joomlaworks.net\",\"version\":\"2.9.0\",\"description\":\"Thank you for installing K2 by JoomlaWorks, the powerful content extension for Joomla\",\"group\":\"\",\"filename\":\"k2\"}','{\"enable_css\":\"1\",\"jQueryHandling\":\"1.8remote\",\"backendJQueryHandling\":\"remote\",\"userName\":\"1\",\"userImage\":\"1\",\"userDescription\":\"1\",\"userURL\":\"1\",\"userEmail\":\"0\",\"userFeedLink\":\"1\",\"userFeedIcon\":\"1\",\"userItemCount\":\"10\",\"userItemTitle\":\"1\",\"userItemTitleLinked\":\"1\",\"userItemDateCreated\":\"1\",\"userItemImage\":\"1\",\"userItemIntroText\":\"1\",\"userItemCategory\":\"1\",\"userItemTags\":\"1\",\"userItemCommentsAnchor\":\"1\",\"userItemReadMore\":\"1\",\"userItemK2Plugins\":\"1\",\"tagItemCount\":\"10\",\"tagItemTitle\":\"1\",\"tagItemTitleLinked\":\"1\",\"tagItemDateCreated\":\"1\",\"tagItemImage\":\"1\",\"tagItemIntroText\":\"1\",\"tagItemCategory\":\"1\",\"tagItemReadMore\":\"1\",\"tagItemExtraFields\":\"0\",\"tagOrdering\":\"\",\"tagFeedLink\":\"1\",\"tagFeedIcon\":\"1\",\"genericItemCount\":\"10\",\"genericItemTitle\":\"1\",\"genericItemTitleLinked\":\"1\",\"genericItemDateCreated\":\"1\",\"genericItemImage\":\"1\",\"genericItemIntroText\":\"1\",\"genericItemCategory\":\"1\",\"genericItemReadMore\":\"1\",\"genericItemExtraFields\":\"0\",\"genericFeedLink\":\"1\",\"genericFeedIcon\":\"1\",\"feedLimit\":\"10\",\"feedItemImage\":\"1\",\"feedImgSize\":\"S\",\"feedItemIntroText\":\"1\",\"feedTextWordLimit\":\"\",\"feedItemFullText\":\"1\",\"feedItemTags\":\"0\",\"feedItemVideo\":\"0\",\"feedItemGallery\":\"0\",\"feedItemAttachments\":\"0\",\"feedBogusEmail\":\"\",\"introTextCleanup\":\"0\",\"introTextCleanupExcludeTags\":\"\",\"introTextCleanupTagAttr\":\"\",\"fullTextCleanup\":\"0\",\"fullTextCleanupExcludeTags\":\"\",\"fullTextCleanupTagAttr\":\"\",\"xssFiltering\":\"0\",\"linkPopupWidth\":\"900\",\"linkPopupHeight\":\"600\",\"imagesQuality\":\"100\",\"itemImageXS\":\"100\",\"itemImageS\":\"200\",\"itemImageM\":\"400\",\"itemImageL\":\"600\",\"itemImageXL\":\"900\",\"itemImageGeneric\":\"300\",\"catImageWidth\":\"100\",\"catImageDefault\":\"1\",\"userImageWidth\":\"100\",\"userImageDefault\":\"1\",\"commenterImgWidth\":\"48\",\"onlineImageEditor\":\"splashup\",\"imageTimestamp\":\"0\",\"imageMemoryLimit\":\"\",\"socialButtonCode\":\"\",\"twitterUsername\":\"\",\"facebookImage\":\"Medium\",\"comments\":\"1\",\"commentsOrdering\":\"DESC\",\"commentsLimit\":\"10\",\"commentsFormPosition\":\"below\",\"commentsPublishing\":\"1\",\"commentsReporting\":\"2\",\"commentsReportRecipient\":\"\",\"inlineCommentsModeration\":\"0\",\"gravatar\":\"1\",\"recaptcha\":\"0\",\"recaptchaForRegistered\":\"1\",\"commentsFormNotes\":\"1\",\"commentsFormNotesText\":\"\",\"frontendEditing\":\"1\",\"showImageTab\":\"1\",\"showImageGalleryTab\":\"1\",\"showVideoTab\":\"1\",\"showExtraFieldsTab\":\"1\",\"showAttachmentsTab\":\"1\",\"showK2Plugins\":\"1\",\"sideBarDisplayFrontend\":\"0\",\"mergeEditors\":\"1\",\"sideBarDisplay\":\"1\",\"attachmentsFolder\":\"\",\"hideImportButton\":\"0\",\"googleSearch\":\"0\",\"googleSearchContainer\":\"k2GoogleSearchContainer\",\"K2UserProfile\":\"1\",\"K2UserGroup\":\"\",\"redirect\":\"\",\"adminSearch\":\"simple\",\"cookieDomain\":\"\",\"taggingSystem\":\"1\",\"lockTags\":\"0\",\"showTagFilter\":\"0\",\"k2TagNorm\":\"0\",\"k2TagNormCase\":\"lower\",\"k2TagNormAdditionalReplacements\":\"\",\"recaptcha_public_key\":\"\",\"recaptcha_private_key\":\"\",\"recaptcha_theme\":\"clean\",\"recaptchaOnRegistration\":\"0\",\"stopForumSpam\":\"0\",\"stopForumSpamApiKey\":\"\",\"showItemsCounterAdmin\":\"1\",\"showChildCatItems\":\"1\",\"disableCompactOrdering\":\"0\",\"metaDescLimit\":\"150\",\"enforceSEFReplacements\":\"0\",\"SEFReplacements\":\"\",\"k2Sef\":\"0\",\"k2SefLabelCat\":\"content\",\"k2SefLabelTag\":\"tag\",\"k2SefLabelUser\":\"author\",\"k2SefLabelSearch\":\"search\",\"k2SefLabelDate\":\"date\",\"k2SefLabelItem\":\"0\",\"k2SefLabelItemCustomPrefix\":\"\",\"k2SefInsertItemId\":\"1\",\"k2SefItemIdTitleAliasSep\":\"dash\",\"k2SefUseItemTitleAlias\":\"1\",\"k2SefInsertCatId\":\"1\",\"k2SefCatIdTitleAliasSep\":\"dash\",\"k2SefUseCatTitleAlias\":\"1\",\"sh404SefLabelCat\":\"\",\"sh404SefLabelUser\":\"blog\",\"sh404SefLabelItem\":\"2\",\"sh404SefTitleAlias\":\"alias\",\"sh404SefModK2ContentFeedAlias\":\"feed\",\"sh404SefInsertItemId\":\"0\",\"sh404SefInsertUniqueItemId\":\"0\",\"cbIntegration\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(10050,0,'plg_finder_k2','plugin','k2','finder',0,0,1,0,'{\"name\":\"plg_finder_k2\",\"type\":\"plugin\",\"creationDate\":\"September 21st, 2018\",\"author\":\"JoomlaWorks\",\"copyright\":\"Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved.\",\"authorEmail\":\"please-use-the-contact-form@joomlaworks.net\",\"authorUrl\":\"www.joomlaworks.net\",\"version\":\"2.9.0\",\"description\":\"PLG_FINDER_K2_DESCRIPTION\",\"group\":\"\",\"filename\":\"k2\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10051,0,'Search - K2','plugin','k2','search',0,1,1,0,'{\"name\":\"Search - K2\",\"type\":\"plugin\",\"creationDate\":\"September 21st, 2018\",\"author\":\"JoomlaWorks\",\"copyright\":\"Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved.\",\"authorEmail\":\"please-use-the-contact-form@joomlaworks.net\",\"authorUrl\":\"www.joomlaworks.net\",\"version\":\"2.9.0\",\"description\":\"K2_THIS_PLUGIN_EXTENDS_THE_DEFAULT_JOOMLA_SEARCH_FUNCTIONALITY_TO_K2_CONTENT\",\"group\":\"\",\"filename\":\"k2\"}','{\"search_limit\":\"50\",\"search_tags\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(10052,0,'System - K2','plugin','k2','system',0,1,1,0,'{\"name\":\"System - K2\",\"type\":\"plugin\",\"creationDate\":\"September 21st, 2018\",\"author\":\"JoomlaWorks\",\"copyright\":\"Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved.\",\"authorEmail\":\"please-use-the-contact-form@joomlaworks.net\",\"authorUrl\":\"www.joomlaworks.net\",\"version\":\"2.9.0\",\"description\":\"K2_THE_K2_SYSTEM_PLUGIN_IS_USED_TO_ASSIST_THE_PROPER_FUNCTIONALITY_OF_THE_K2_COMPONENT_SITE_WIDE_MAKE_SURE_ITS_ALWAYS_PUBLISHED_WHEN_THE_K2_COMPONENT_IS_INSTALLED\",\"group\":\"\",\"filename\":\"k2\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10053,0,'User - K2','plugin','k2','user',0,1,1,0,'{\"name\":\"User - K2\",\"type\":\"plugin\",\"creationDate\":\"September 21st, 2018\",\"author\":\"JoomlaWorks\",\"copyright\":\"Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved.\",\"authorEmail\":\"please-use-the-contact-form@joomlaworks.net\",\"authorUrl\":\"www.joomlaworks.net\",\"version\":\"2.9.0\",\"description\":\"K2_A_USER_SYNCHRONIZATION_PLUGIN_FOR_K2\",\"group\":\"\",\"filename\":\"k2\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10054,0,'Josetta - K2 Categories','plugin','k2category','josetta_ext',0,1,1,0,'{\"name\":\"Josetta - K2 Categories\",\"type\":\"plugin\",\"creationDate\":\"December 8th, 2014\",\"author\":\"JoomlaWorks\",\"copyright\":\"Copyright (c) 2006 - 2014 JoomlaWorks Ltd. All rights reserved.\",\"authorEmail\":\"please-use-the-contact-form@joomlaworks.net\",\"authorUrl\":\"www.joomlaworks.net\",\"version\":\"2.6.9\",\"description\":\"\",\"group\":\"\",\"filename\":\"k2category\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10055,0,'Josetta - K2 Items','plugin','k2item','josetta_ext',0,1,1,0,'{\"name\":\"Josetta - K2 Items\",\"type\":\"plugin\",\"creationDate\":\"June 7th, 2012\",\"author\":\"JoomlaWorks\",\"copyright\":\"Copyright (c) 2006 - 2014 JoomlaWorks Ltd. All rights reserved.\",\"authorEmail\":\"please-use-the-contact-form@joomlaworks.net\",\"authorUrl\":\"www.joomlaworks.net\",\"version\":\"2.6.9\",\"description\":\"\",\"group\":\"\",\"filename\":\"k2item\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10056,0,'K2 Comments','module','mod_k2_comments','',0,1,0,0,'{\"name\":\"K2 Comments\",\"type\":\"module\",\"creationDate\":\"September 21st, 2018\",\"author\":\"JoomlaWorks\",\"copyright\":\"Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved.\",\"authorEmail\":\"please-use-the-contact-form@joomlaworks.net\",\"authorUrl\":\"www.joomlaworks.net\",\"version\":\"2.9.0\",\"description\":\"MOD_K2_COMMENTS_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_k2_comments.j25\"}','{\"moduleclass_sfx\":\"\",\"module_usage\":\"\",\"\":\"K2_TOP_COMMENTERS\",\"catfilter\":\"0\",\"category_id\":\"\",\"comments_limit\":\"5\",\"comments_word_limit\":\"10\",\"commenterName\":\"1\",\"commentAvatar\":\"1\",\"commentAvatarWidthSelect\":\"custom\",\"commentAvatarWidth\":\"50\",\"commentDate\":\"1\",\"commentDateFormat\":\"absolute\",\"commentLink\":\"1\",\"itemTitle\":\"1\",\"itemCategory\":\"1\",\"feed\":\"1\",\"commenters_limit\":\"5\",\"commenterNameOrUsername\":\"1\",\"commenterAvatar\":\"1\",\"commenterAvatarWidthSelect\":\"custom\",\"commenterAvatarWidth\":\"50\",\"commenterLink\":\"1\",\"commenterCommentsCounter\":\"1\",\"commenterLatestComment\":\"1\",\"cache\":\"1\",\"cache_time\":\"900\"}','','',0,'0000-00-00 00:00:00',0,0),(10057,0,'K2 Content','module','mod_k2_content','',0,1,0,0,'{\"name\":\"K2 Content\",\"type\":\"module\",\"creationDate\":\"September 21st, 2018\",\"author\":\"JoomlaWorks\",\"copyright\":\"Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved.\",\"authorEmail\":\"please-use-the-contact-form@joomlaworks.net\",\"authorUrl\":\"www.joomlaworks.net\",\"version\":\"2.9.0\",\"description\":\"K2_MOD_K2_CONTENT_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_k2_content.j25\"}','{\"moduleclass_sfx\":\"\",\"getTemplate\":\"Default\",\"source\":\"filter\",\"\":\"K2_OTHER_OPTIONS\",\"catfilter\":\"0\",\"category_id\":\"\",\"getChildren\":\"0\",\"itemCount\":\"5\",\"itemsOrdering\":\"\",\"FeaturedItems\":\"1\",\"popularityRange\":\"\",\"videosOnly\":\"0\",\"item\":\"\",\"items\":\"\",\"itemTitle\":\"1\",\"itemAuthor\":\"1\",\"itemAuthorAvatar\":\"1\",\"itemAuthorAvatarWidthSelect\":\"custom\",\"itemAuthorAvatarWidth\":\"50\",\"userDescription\":\"1\",\"itemIntroText\":\"1\",\"itemIntroTextWordLimit\":\"\",\"itemImage\":\"1\",\"itemImgSize\":\"Small\",\"itemVideo\":\"1\",\"itemVideoCaption\":\"1\",\"itemVideoCredits\":\"1\",\"itemAttachments\":\"1\",\"itemTags\":\"1\",\"itemCategory\":\"1\",\"itemDateCreated\":\"1\",\"itemHits\":\"1\",\"itemReadMore\":\"1\",\"itemExtraFields\":\"0\",\"itemCommentsCounter\":\"1\",\"feed\":\"1\",\"itemPreText\":\"\",\"itemCustomLink\":\"0\",\"itemCustomLinkTitle\":\"\",\"itemCustomLinkURL\":\"http:\\/\\/\",\"itemCustomLinkMenuItem\":\"\",\"K2Plugins\":\"1\",\"JPlugins\":\"1\",\"cache\":\"1\",\"cache_time\":\"900\"}','','',0,'0000-00-00 00:00:00',0,0),(10058,0,'K2 Tools','module','mod_k2_tools','',0,1,0,0,'{\"name\":\"K2 Tools\",\"type\":\"module\",\"creationDate\":\"September 21st, 2018\",\"author\":\"JoomlaWorks\",\"copyright\":\"Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved.\",\"authorEmail\":\"please-use-the-contact-form@joomlaworks.net\",\"authorUrl\":\"www.joomlaworks.net\",\"version\":\"2.9.0\",\"description\":\"K2_TOOLS\",\"group\":\"\",\"filename\":\"mod_k2_tools.j25\"}','{\"moduleclass_sfx\":\"\",\"module_usage\":\"0\",\"\":\"K2_CUSTOM_CODE_SETTINGS\",\"archiveItemsCounter\":\"1\",\"archiveCategory\":\"\",\"authors_module_category\":\"\",\"authorItemsCounter\":\"1\",\"authorAvatar\":\"1\",\"authorAvatarWidthSelect\":\"custom\",\"authorAvatarWidth\":\"50\",\"authorLatestItem\":\"1\",\"calendarCategory\":\"\",\"home\":\"\",\"seperator\":\"\",\"root_id\":\"\",\"end_level\":\"\",\"categoriesListOrdering\":\"\",\"categoriesListItemsCounter\":\"1\",\"root_id2\":\"\",\"catfilter\":\"0\",\"category_id\":\"\",\"getChildren\":\"0\",\"liveSearch\":\"\",\"width\":\"20\",\"text\":\"\",\"button\":\"\",\"imagebutton\":\"\",\"button_text\":\"\",\"min_size\":\"75\",\"max_size\":\"300\",\"cloud_limit\":\"30\",\"cloud_category\":\"0\",\"cloud_category_recursive\":\"0\",\"customCode\":\"\",\"parsePhp\":\"0\",\"K2Plugins\":\"0\",\"JPlugins\":\"0\",\"cache\":\"1\",\"cache_time\":\"900\"}','','',0,'0000-00-00 00:00:00',0,0),(10059,0,'K2 Users','module','mod_k2_users','',0,1,0,0,'{\"name\":\"K2 Users\",\"type\":\"module\",\"creationDate\":\"September 21st, 2018\",\"author\":\"JoomlaWorks\",\"copyright\":\"Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved.\",\"authorEmail\":\"please-use-the-contact-form@joomlaworks.net\",\"authorUrl\":\"www.joomlaworks.net\",\"version\":\"2.9.0\",\"description\":\"K2_MOD_K2_USERS_DESCRTIPTION\",\"group\":\"\",\"filename\":\"mod_k2_users.j25\"}','{\"moduleclass_sfx\":\"\",\"getTemplate\":\"Default\",\"source\":\"0\",\"\":\"K2_DISPLAY_OPTIONS\",\"filter\":\"1\",\"K2UserGroup\":\"\",\"ordering\":\"1\",\"limit\":\"4\",\"userIDs\":\"\",\"userName\":\"1\",\"userAvatar\":\"1\",\"userAvatarWidthSelect\":\"custom\",\"userAvatarWidth\":\"50\",\"userDescription\":\"1\",\"userDescriptionWordLimit\":\"\",\"userURL\":\"1\",\"userEmail\":\"0\",\"userFeed\":\"1\",\"userItemCount\":\"1\",\"cache\":\"1\",\"cache_time\":\"900\"}','','',0,'0000-00-00 00:00:00',0,0),(10060,0,'K2 User','module','mod_k2_user','',0,1,0,0,'{\"name\":\"K2 User\",\"type\":\"module\",\"creationDate\":\"September 21st, 2018\",\"author\":\"JoomlaWorks\",\"copyright\":\"Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved.\",\"authorEmail\":\"please-use-the-contact-form@joomlaworks.net\",\"authorUrl\":\"www.joomlaworks.net\",\"version\":\"2.9.0\",\"description\":\"K2_MOD_K2_USER_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_k2_user.j25\"}','{\"moduleclass_sfx\":\"\",\"pretext\":\"\",\"\":\"K2_LOGIN_LOGOUT_REDIRECTION\",\"name\":\"1\",\"userAvatar\":\"1\",\"userAvatarWidthSelect\":\"custom\",\"userAvatarWidth\":\"50\",\"menu\":\"\",\"login\":\"\",\"logout\":\"\",\"usesecure\":\"0\",\"cache\":\"0\",\"cache_time\":\"900\"}','','',0,'0000-00-00 00:00:00',0,0),(10061,0,'K2 Quick Icons (admin)','module','mod_k2_quickicons','',1,1,2,0,'{\"name\":\"K2 Quick Icons (admin)\",\"type\":\"module\",\"creationDate\":\"September 21st, 2018\",\"author\":\"JoomlaWorks\",\"copyright\":\"Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved.\",\"authorEmail\":\"please-use-the-contact-form@joomlaworks.net\",\"authorUrl\":\"www.joomlaworks.net\",\"version\":\"2.9.0\",\"description\":\"K2_QUICKICONS_FOR_USE_IN_THE_JOOMLA_CONTROL_PANEL_DASHBOARD_PAGE\",\"group\":\"\",\"filename\":\"mod_k2_quickicons.j25\"}','{\"modCSSStyling\":\"1\",\"modLogo\":\"1\",\"cache\":\"0\",\"cache_time\":\"900\"}','','',0,'0000-00-00 00:00:00',0,0),(10062,0,'K2 Stats (admin)','module','mod_k2_stats','',1,1,2,0,'{\"name\":\"K2 Stats (admin)\",\"type\":\"module\",\"creationDate\":\"September 21st, 2018\",\"author\":\"JoomlaWorks\",\"copyright\":\"Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved.\",\"authorEmail\":\"please-use-the-contact-form@joomlaworks.net\",\"authorUrl\":\"www.joomlaworks.net\",\"version\":\"2.9.0\",\"description\":\"K2_STATS_FOR_USE_IN_THE_K2_DASHBOARD_PAGE\",\"group\":\"\",\"filename\":\"mod_k2_stats.j25\"}','{\"latestItems\":\"1\",\"popularItems\":\"1\",\"mostCommentedItems\":\"1\",\"latestComments\":\"1\",\"statistics\":\"1\",\"cache\":\"0\",\"cache_time\":\"900\"}','','',0,'0000-00-00 00:00:00',0,0),(10063,0,'SP Simple Map','module','mod_sp_simple_map','',0,1,0,0,'{\"name\":\"SP Simple Map\",\"type\":\"module\",\"creationDate\":\"Sep 2011\",\"author\":\"JoomShaper.com\",\"copyright\":\"Copyright (C) 2010 - 2012 JoomShaper.com. All rights reserved.\",\"authorEmail\":\"support@joomshaper.com\",\"authorUrl\":\"www.joomshaper.com\",\"version\":\"1.2.0\",\"description\":\"Google Map module for Joomla 2.5 JoomShaper.com\",\"group\":\"\",\"filename\":\"mod_sp_simple_map\"}','{\"lat\":\"-34.397\",\"lng\":\"150.644\",\"height\":\"300\",\"map_type\":\"ROADMAP\",\"zoom\":\"18\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}','','',0,'0000-00-00 00:00:00',0,0),(10066,0,'COM_MIJOSHOP','component','com_mijoshop','',1,1,0,0,'{\"name\":\"COM_MIJOSHOP\",\"type\":\"component\",\"creationDate\":\"December 2014\",\"author\":\"Miwisoft LLC\",\"copyright\":\"2009-2014 Miwisoft LLC\",\"authorEmail\":\"info@miwisoft.com\",\"authorUrl\":\"http:\\/\\/miwisoft.com\",\"version\":\"3.0.8\",\"description\":\"MijoShop is a powerful and turn-key ready shopping cart component that is designed feature rich and user friendly for Joomla.\",\"group\":\"\",\"filename\":\"mijoshop\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10067,0,'MijoShop - All-in-One','module','mod_mijoshop','',0,1,0,0,'{\"name\":\"MijoShop - All-in-One\",\"type\":\"module\",\"creationDate\":\"October 2012\",\"author\":\"Miwisoft LLC\",\"copyright\":\"Copyright (C) Miwisoft LLC, miwisoft.com\",\"authorEmail\":\"info@miwisoft.com\",\"authorUrl\":\"http:\\/\\/miwisoft.com\",\"version\":\"1.0.0\",\"description\":\"MijoShop All-in-One Module\",\"group\":\"\",\"filename\":\"mod_mijoshop\"}','{\"moduleclass_sfx\":\"\",\"module\":\"mijoshopcart\",\"layout_id\":\"12\"}','','',0,'0000-00-00 00:00:00',0,0),(10068,0,'MijoShop Orders','module','mod_mijoshop_orders','',1,1,2,0,'{\"name\":\"MijoShop Orders\",\"type\":\"module\",\"creationDate\":\"October 2012\",\"author\":\"Miwisoft LLC\",\"copyright\":\"Copyright (C) Miwisoft LLC, miwisoft.com\",\"authorEmail\":\"info@miwisoft.com\",\"authorUrl\":\"http:\\/\\/miwisoft.com\",\"version\":\"1.0.0\",\"description\":\"This module will display a list MijoShop orders in back-end. Set the module poisiton to \\\"cpanel\\\" .\",\"group\":\"\",\"filename\":\"mod_mijoshop_orders\"}','{\"limit\":\"10\",\"display_pending\":\"0\",\"display_confirmed\":\"1\",\"display_cancelled\":\"0\",\"display_refunded\":\"0\",\"display_shipped\":\"0\",\"ordering\":\"id\",\"date_format\":\"EU\"}','','',0,'0000-00-00 00:00:00',0,0),(10069,0,'MijoShop - Quick Icons','module','mod_mijoshop_quickicons','',1,1,2,0,'{\"name\":\"MijoShop - Quick Icons\",\"type\":\"module\",\"creationDate\":\"October 2012\",\"author\":\"Miwisoft LLC\",\"copyright\":\"Copyright (C) Miwisoft LLC, miwisoft.com\",\"authorEmail\":\"info@miwisoft.com\",\"authorUrl\":\"http:\\/\\/miwisoft.com\",\"version\":\"1.0.0\",\"description\":\"This module shows MijoShop Quick Icons on the Admin area Home Page. Publish in \\\"icon\\\" position.\",\"group\":\"\",\"filename\":\"mod_mijoshop_quickicons\"}','{\"mijoshop_dashboard\":\"1\",\"mijoshop_categories\":\"1\",\"mijoshop_products\":\"1\",\"mijoshop_coupons\":\"0\",\"mijoshop_customers\":\"1\",\"mijoshop_orders\":\"1\",\"mijoshop_affiliates\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(10070,0,'Content - MijoShop','plugin','mijoshop','content',0,0,1,0,'{\"name\":\"Content - MijoShop\",\"type\":\"plugin\",\"creationDate\":\"October 2012\",\"author\":\"Miwisoft LLC\",\"copyright\":\"Copyright (C) Miwisoft LLC, miwisoft.com\",\"authorEmail\":\"info@miwisoft.com\",\"authorUrl\":\"http:\\/\\/miwisoft.com\",\"version\":\"1.0.0\",\"description\":\"Display any product anywhere by using this syntax (only id=5 is compulsory): {mijoshop id=5,image=1:80:80,name=1,price=1,rating=1,button=1,options=option_oc[226]:15}\",\"group\":\"\",\"filename\":\"mijoshop\"}','{\"show_image\":\"1\",\"image_width\":\"80\",\"image_height\":\"80\",\"show_name\":\"1\",\"show_price\":\"1\",\"show_rating\":\"1\",\"show_button\":\"1\",\"show_box\":\"0\",\"show_heading\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(10071,0,'Button - Mijoshop','plugin','mijoshop','editors-xtd',0,1,1,0,'{\"name\":\"Button - Mijoshop\",\"type\":\"plugin\",\"creationDate\":\"January 2013\",\"author\":\"Miwisoft LLC\",\"copyright\":\"Copyright (C) Miwisoft LLC, miwisoft.com\",\"authorEmail\":\"info@miwisoft.com\",\"authorUrl\":\"http:\\/\\/miwisoft.com\",\"version\":\"1.0.0\",\"description\":\"Editor buttons plugin for Mijoshop\",\"group\":\"\",\"filename\":\"mijoshop\"}','{\"enable_frontend\":\"0\"}','','',0,'0000-00-00 00:00:00',10,0),(10072,0,'MijoShop - ACL','plugin','acl','mijoshop',0,1,1,0,'{\"name\":\"MijoShop - ACL\",\"type\":\"plugin\",\"creationDate\":\"March 2013\",\"author\":\"Miwisoft LLC\",\"copyright\":\"Copyright (C) Miwisoft LLC, miwisoft.com\",\"authorEmail\":\"info@miwisoft.com\",\"authorUrl\":\"http:\\/\\/miwisoft.com\",\"version\":\"1.0.0\",\"description\":\"Joomla ACL integration for MijoShop.\",\"group\":\"\",\"filename\":\"acl\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10073,0,'MijoShop - Email Article','plugin','emailarticle','mijoshop',0,1,1,0,'{\"name\":\"MijoShop - Email Article\",\"type\":\"plugin\",\"creationDate\":\"March 2013\",\"author\":\"Miwisoft LLC\",\"copyright\":\"Copyright (C) Miwisoft LLC, miwisoft.com\",\"authorEmail\":\"info@miwisoft.com\",\"authorUrl\":\"http:\\/\\/miwisoft.com\",\"version\":\"1.0.0\",\"description\":\"Email Article integration for MijoShop.\",\"group\":\"\",\"filename\":\"emailarticle\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10074,0,'MijoShop - MijoShop Customer Group','plugin','mijoshop','mijoshop',0,1,1,0,'{\"name\":\"MijoShop - MijoShop Customer Group\",\"type\":\"plugin\",\"creationDate\":\"March 2013\",\"author\":\"Miwisoft LLC\",\"copyright\":\"Copyright (C) Miwisoft LLC, miwisoft.com\",\"authorEmail\":\"info@miwisoft.com\",\"authorUrl\":\"http:\\/\\/miwisoft.com\",\"version\":\"1.0.0\",\"description\":\"MijoShop Customer Group integration for MijoShop.\",\"group\":\"\",\"filename\":\"mijoshop\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10075,0,'MijoShop - SQL','plugin','sql','mijoshop',0,1,1,0,'{\"name\":\"MijoShop - SQL\",\"type\":\"plugin\",\"creationDate\":\"March 2013\",\"author\":\"Miwisoft LLC\",\"copyright\":\"Copyright (C) Miwisoft LLC, miwisoft.com\",\"authorEmail\":\"info@miwisoft.com\",\"authorUrl\":\"http:\\/\\/miwisoft.com\",\"version\":\"1.0.0\",\"description\":\"Run \\\"custom SQL query\\\" integration for MijoShop.\",\"group\":\"\",\"filename\":\"sql\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10076,0,'Mijoshop - Triggers','plugin','trigger','mijoshop',0,1,1,0,'{\"name\":\"Mijoshop - Triggers\",\"type\":\"plugin\",\"creationDate\":\"October 2012\",\"author\":\"Miwisoft LLC\",\"copyright\":\"Copyright (C) Miwisoft LLC, miwisoft.com\",\"authorEmail\":\"info@miwisoft.com\",\"authorUrl\":\"http:\\/\\/miwisoft.com\",\"version\":\"1.0.0\",\"description\":\"Triggers for MijoShop.\",\"group\":\"\",\"filename\":\"trigger\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10077,0,'Search - MijoShop','plugin','mijoshop','search',0,0,1,0,'{\"name\":\"Search - MijoShop\",\"type\":\"plugin\",\"creationDate\":\"October 2012\",\"author\":\"Miwisoft LLC\",\"copyright\":\"Copyright (C) Miwisoft LLC, miwisoft.com\",\"authorEmail\":\"info@miwisoft.com\",\"authorUrl\":\"http:\\/\\/miwisoft.com\",\"version\":\"1.0.0\",\"description\":\"Displays MijoShop products within the search results\",\"group\":\"\",\"filename\":\"mijoshop\"}','{\"search_limit\":\"50\",\"search_model\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(10078,0,'plg_finder_mijoshop','plugin','mijoshop','finder',0,0,1,0,'{\"name\":\"plg_finder_mijoshop\",\"type\":\"plugin\",\"creationDate\":\"January 2012\",\"author\":\"Miwisoft LLC\",\"copyright\":\"Copyright (C) Miwisoft LLC, miwisoft.com\",\"authorEmail\":\"info@miwisoft.com\",\"authorUrl\":\"http:\\/\\/miwisoft.com\",\"version\":\"1.0.0\",\"description\":\"Smart Search - Mijoshop\",\"group\":\"\",\"filename\":\"mijoshop\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10079,0,'System - MijoShop Redirect','plugin','mijoshopredirect','system',0,1,1,0,'{\"name\":\"System - MijoShop Redirect\",\"type\":\"plugin\",\"creationDate\":\"October 2012\",\"author\":\"Miwisoft LLC\",\"copyright\":\"Copyright (C) Miwisoft LLC, miwisoft.com\",\"authorEmail\":\"info@miwisoft.com\",\"authorUrl\":\"http:\\/\\/miwisoft.com\",\"version\":\"1.0.0\",\"description\":\"This plugin makes some required redirects for MijoShop and allows you to redirect imported data from AceShop, Virtuemart, HikaShop, redSHOP, Tienda and JoomShopping to MijoShop.\",\"group\":\"\",\"filename\":\"mijoshopredirect\"}','{\"aceshop\":\"0\",\"virtuemart\":\"0\",\"hikashop\":\"0\",\"redshop\":\"0\",\"tienda\":\"0\",\"joomshopping\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(10080,0,'User - MijoShop','plugin','mijoshop','user',0,1,1,0,'{\"name\":\"User - MijoShop\",\"type\":\"plugin\",\"creationDate\":\"October 2012\",\"author\":\"Miwisoft LLC\",\"copyright\":\"Copyright (C) Miwisoft LLC, miwisoft.com\",\"authorEmail\":\"info@miwisoft.com\",\"authorUrl\":\"http:\\/\\/miwisoft.com\",\"version\":\"1.0.0\",\"description\":\"User plugin to integrate Joomla users with OpenCart.\",\"group\":\"\",\"filename\":\"mijoshop\"}','{}','','',0,'0000-00-00 00:00:00',100,0),(10081,0,'MijoShop Library','file','MijoShopLibrary','',0,1,0,0,'{\"name\":\"MijoShop Library\",\"type\":\"file\",\"creationDate\":\"December 2014\",\"author\":\"Miwisoft LLC\",\"copyright\":\"Copyright (C) Miwisoft LLC, miwisoft.com\",\"authorEmail\":\"info@miwisoft.com\",\"authorUrl\":\"http:\\/\\/miwisoft.com\",\"version\":\"3.0.0\",\"description\":\"The core library used by MijoShop component.\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(10082,0,'System - MijoShop jQuery','plugin','mijoshopjquery','system',0,1,1,0,'{\"name\":\"System - MijoShop jQuery\",\"type\":\"plugin\",\"creationDate\":\"December 2014\",\"author\":\"Miwisoft LLC\",\"copyright\":\"Copyright (C) Miwisoft LLC, miwisoft.com\",\"authorEmail\":\"info@miwisoft.com\",\"authorUrl\":\"http:\\/\\/miwisoft.com\",\"version\":\"3.0.0\",\"description\":\"jQuery libraries required for MijoShop. Don\'t unpublish this plugin unless you know what you\'re doing.\",\"group\":\"\",\"filename\":\"mijoshopjquery\"}','{\"only_mijoshop\":\"1\",\"remove_other_jq\":\"1\",\"fix_modal_css\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(10085,0,'plg_editors-xtd_modulesanywhere','plugin','modulesanywhere','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_modulesanywhere\",\"type\":\"plugin\",\"creationDate\":\"October 2019\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2018 Regular Labs - All Rights Reserved\",\"authorEmail\":\"info@regularlabs.com\",\"authorUrl\":\"https:\\/\\/www.regularlabs.com\",\"version\":\"7.8.2\",\"description\":\"PLG_EDITORS-XTD_MODULESANYWHERE_DESC\",\"group\":\"\",\"filename\":\"modulesanywhere\"}','[]','','',0,'0000-00-00 00:00:00',0,0),(10086,0,'plg_system_modulesanywhere','plugin','modulesanywhere','system',0,1,1,0,'{\"name\":\"plg_system_modulesanywhere\",\"type\":\"plugin\",\"creationDate\":\"October 2019\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2018 Regular Labs - All Rights Reserved\",\"authorEmail\":\"info@regularlabs.com\",\"authorUrl\":\"https:\\/\\/www.regularlabs.com\",\"version\":\"7.8.2\",\"description\":\"PLG_SYSTEM_MODULESANYWHERE_DESC\",\"group\":\"\",\"filename\":\"modulesanywhere\"}','{\"style\":\"none\",\"styles\":\"none,division,tabs,well\",\"override_style\":\"1\",\"@notice_override_settings\":\"NN_ONLY_AVAILABLE_IN_PRO\",\"ignore_access\":\"0\",\"ignore_state\":\"0\",\"ignore_assignments\":\"1\",\"ignore_caching\":\"0\",\"@notice_show_edit\":\"NN_ONLY_AVAILABLE_IN_PRO\",\"place_comments\":\"1\",\"@notice_articles\":\"NN_ONLY_AVAILABLE_IN_PRO\",\"@notice_components\":\"NN_ONLY_AVAILABLE_IN_PRO\",\"@notice_otherareas\":\"NN_ONLY_AVAILABLE_IN_PRO\",\"button_text\":\"Module\",\"enable_frontend\":\"1\",\"@notice_div_enable\":\"NN_ONLY_AVAILABLE_IN_PRO\",\"@notice_div_width\":\"NN_ONLY_AVAILABLE_IN_PRO\",\"@notice_div_height\":\"NN_ONLY_AVAILABLE_IN_PRO\",\"@notice_div_float\":\"NN_ONLY_AVAILABLE_IN_PRO\",\"@notice_div_class\":\"NN_ONLY_AVAILABLE_IN_PRO\",\"module_tag\":\"module\",\"modulepos_tag\":\"modulepos\",\"tag_characters\":\"{.}\",\"activate_jumper\":\"0\",\"handle_core_tags\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(10087,0,'EASYGOOGLEANALYTICS','plugin','easygoogleanalytics','system',0,1,1,0,'{\"name\":\"EASYGOOGLEANALYTICS\",\"type\":\"plugin\",\"creationDate\":\"February 2012\",\"author\":\"Michael Gilkes (Valor Apps)\",\"copyright\":\"Copyright (C) 2011-2014 Michael Albert Gilkes. All rights reserved.\",\"authorEmail\":\"michael@valorapps.com\",\"authorUrl\":\"https:\\/\\/www.valorapps.com\",\"version\":\"3.1\",\"description\":\"PLG_EGA_DESCRIPTION\",\"group\":\"\",\"filename\":\"easygoogleanalytics\"}','{\"ega_profileid\":\"UA-75512815-1\",\"ega_tracking\":\"single\",\"ega_hostname\":\"oscasa.com\",\"ega_admin\":\"1\",\"ega_track\":\"0\",\"ega_jscript\":\"mootools\",\"ega_category\":\"Outbound Links\",\"ega_skiplinks\":\"youtube|youtu.be\"}','','',0,'0000-00-00 00:00:00',0,0),(10088,0,'plg_captcha_jrcaptcha','plugin','jrcaptcha','captcha',0,0,1,0,'{\"name\":\"plg_captcha_jrcaptcha\",\"type\":\"plugin\",\"creationDate\":\"Aug 2015\",\"author\":\"JoomlaRoad\",\"copyright\":\"Copyright (C) 2015 JoomlaRoad.com. All rights reserved.\",\"authorEmail\":\"info@joomlaroad.com\",\"authorUrl\":\"www.joomlaroad.com\",\"version\":\"3.1.0\",\"description\":\"PLG_CAPTCHA_JRCAPTCHA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jrcaptcha\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10089,0,'Social GK5','module','mod_social_gk5','',0,1,0,0,'{\"name\":\"Social GK5\",\"type\":\"module\",\"creationDate\":\"08\\/03\\/2015\",\"author\":\"GavickPro\",\"copyright\":\"Copyright (C) 2011-2015 GavickPro. All rights reserved.\",\"authorEmail\":\"info@gavick.com\",\"authorUrl\":\"www.gavickpro.com\",\"version\":\"1.2.5\",\"description\":\"\\n\\t\\t<style type=\\\"text\\/css\\\">\\n\\t\\t\\tspan.readonly { padding: 10px; font-family: Arial; font-size:13px !important; font-weight: normal !important; text-align: justify; color: #4d4d4d; line-height: 24px; }\\n\\t\\t\\tspan.readonly h1 { clear:both; font-family: Georgia, sans-serif; font-size:38px; margin:30px 20px 23px; padding:0px 0px 24px 10px; color:#333; border-bottom: 1px solid #eee; font-weight: normal; }\\n\\t\\t\\tspan.readonly p { margin: 0 26px 10px }\\n\\t\\t\\tspan.readonly p a { color: #2F4C6D }\\n\\t\\t\\tspan.readonly p.homepage { margin-top: 30px }\\n\\t\\t\\tspan.readonly p.license { border-top: 1px solid #eee; font-size: 11px; margin: 30px 26px 0; padding: 6px 0; }\\n\\t\\t<\\/style>\\n\\t\\t\\n\\t\\t<span class=\\\"readonly\\\"><h1>Social GK5<small>ver. 1.2.5<\\/small><\\/h1><p>GK5 is one product of the next generation of GavickPro extensions designed exclusively for Joomla 3+.<\\/p><p>Social GK5 combines functionalities from FB GK4, Gplus GK4 and completely new support for data source from a Twitter portal. Social GK5 supports the most popular services like: Facebook, Google+ and Twitter. This module allows visitors to connect directly and to promote your brand on the most popular social portals.<\\/p> <p class=\\\"homepage\\\"><a target=\\\"_blank\\\" href=\\\"https:\\/\\/www.gavick.com\\/social-gk5.html\\\">Learn more at the Social GK5 project website.<\\/a><\\/p><p class=\\\"license\\\">Social GK5 is released under the <a href=\\\"http:\\/\\/www.gnu.org\\/licenses\\/gpl-2.0.html\\\" target=\\\"_blank\\\">GNU\\/GPL v2 license.<\\/a><\\/p><\\/span><\\/span>\\n\\t\",\"group\":\"\",\"filename\":\"mod_social_gk5\"}','{\"automatic_module_id\":\"1\",\"module_id\":\"gk-social-1\",\"moduleclass_sfx\":\"\",\"cookie_conset\":\"0\",\"module_data_source\":\"fb\",\"twitter_consumer_key\":\"Please visit twitter.com to generate keys\",\"twitter_consumer_secret\":\"Please visit twitter.com to generate keys\",\"twitter_user_token\":\"Please visit twitter.com to generate keys\",\"twitter_user_secret\":\"Please visit twitter.com to generate keys\",\"twitter_search_query\":\"gavickpro\",\"twitter_tweet_amount\":\"10\",\"twitter_tweet_style\":\"search\",\"twitter_rows\":\"5\",\"twitter_columns\":\"1\",\"twitter_use_css\":\"1\",\"twitter_show_uname\":\"1\",\"twitter_show_fname\":\"1\",\"twitter_show_actions\":\"1\",\"twitter_show_avatar\":\"1\",\"twitter_time_mode\":\"cdate\",\"twitter_cache\":\"1\",\"twitter_cache_time\":\"10\",\"gplus_user\":\"https:\\/\\/plus.google.com\\/+gavickpro\",\"gplus_badge_style\":\"standard_badge\",\"gplus_badge_layout\":\"portrait\",\"gplus_cover_photo\":\"true\",\"gplus_tagline\":\"true\",\"gplus_badge_width\":\"300\",\"gplus_badge_color\":\"light\",\"gplus_lang_code\":\"en\",\"gplus_custom_name\":\"\",\"gplus_icon_size\":\"32\",\"fb_auto_url\":\"false\",\"fb_site\":\"www.yourdomain.com\",\"fb_data_source\":\"activity_feed\",\"fb_code_type\":\"HTML5\",\"fb_language\":\"en_US\",\"fb_width\":\"300\",\"fb_height\":\"300\",\"fb_header\":\"true\",\"fb_colorscheme\":\"light\",\"fb_recommendations\":\"false\",\"fb_link_target\":\"_blank\",\"fb_max_age\":\"0\",\"fb_number_comments\":\"10\",\"fb_width_comments\":\"500\",\"fb_only_number\":\"false\",\"fb_comments_colorscheme\":\"light\",\"fb_only_number_add\":\"awesome comments\",\"fb_only_number_url\":\"false\",\"fb_facepile_width\":\"200\",\"fb_facepile_num_rows\":\"2\",\"fb_facepile_colorscheme\":\"light\",\"fb_facepile_size\":\"medium\",\"fb_likebox_width\":\"300\",\"fb_likebox_height\":\"600\",\"fb_likebox_colorscheme\":\"light\",\"fb_likebox_header\":\"true\",\"fb_likebox_show_border\":\"true\",\"fb_likebox_faces\":\"true\",\"fb_likebox_stream\":\"true\",\"fb_rec_width\":\"300\",\"fb_rec_height\":\"500\",\"fb_rec_header\":\"true\",\"fb_rec_colorscheme\":\"light\",\"fb_rec_max_age\":\"0\",\"fb_rec_link_target\":\"_blank\"}','','',0,'0000-00-00 00:00:00',0,0),(10090,0,'VikSocialIcons','module','mod_viksocialicons','',0,1,0,0,'{\"name\":\"VikSocialIcons\",\"type\":\"module\",\"creationDate\":\"Sept 2013\",\"author\":\"e4j - Extensionsforjoomla.com\",\"copyright\":\"\",\"authorEmail\":\"valentina@extensionsforjoomla.com\",\"authorUrl\":\"www.extensionsforjoomla.com\",\"version\":\"2.0\",\"description\":\"\\n <style type=\'text\\/css\'>\\n.pane-sliders .panel {border:0;} \\n div.panel h3.pane-toggler-down, div.panel h3.pane-toggler {padding:10px; color:#99CC00; border-top-left-radius:4px; border-top-right-radius:4px; -moz-border-top-left-radius:4px; -moz-border-top-right-radius:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; background:#f6f6f6; border:1px solid #ccc; border-top:2px solid #99CC00;} \\n div.pane-slider.pane-down {border:1px solid #ccc; border-top:0;}\\n div.pane-slider ul.adminformlist li {border-bottom: 1px solid #EEEEEE; margin: 0; overflow: hidden; padding: 5px 5px;}\\n div.pane-slider ul.adminformlist li > label { height:20px; line-height:24px; margin: 0 10px 0 0; text-align:right;padding:10px 0px;}\\n div.pane-slider ul.adminformlist input, div.pane-slider ul.adminformlist select {padding:3px 5px; height:24px; line-height:24px; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px;}\\n <\\/style>\\n \\n Show the link of your social network pages.\\n \",\"group\":\"\",\"filename\":\"mod_viksocialicons\"}','{\"@spacer\":\"\",\"img_size\":\"medium\",\"img_style\":\"default\",\"img_colors\":\"0\",\"fb_link\":\"\",\"tw_link\":\"\",\"goo_link\":\"\",\"youtube_link\":\"\",\"pint_link\":\"\",\"tumb_link\":\"\",\"square_link\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(10092,0,'COM_JCE','component','com_jce','',1,1,0,0,'{\"name\":\"COM_JCE\",\"type\":\"component\",\"creationDate\":\"09-03-2017\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2017 Ryan Demmer. All rights reserved\",\"authorEmail\":\"@@e-mail@@\",\"authorUrl\":\"www.joomlacontenteditor.net\",\"version\":\"2.6.9\",\"description\":\"COM_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10093,0,'plg_editors_jce','plugin','jce','editors',0,1,1,0,'{\"name\":\"plg_editors_jce\",\"type\":\"plugin\",\"creationDate\":\"09-03-2017\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2017 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.6.9\",\"description\":\"WF_EDITOR_PLUGIN_DESC\",\"group\":\"\",\"filename\":\"jce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10094,0,'plg_system_jce','plugin','jce','system',0,1,1,0,'{\"name\":\"plg_system_jce\",\"type\":\"plugin\",\"creationDate\":\"09-03-2017\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2017 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.6.9\",\"description\":\"PLG_SYSTEM_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10096,0,'System - ARI Docs Viewer','plugin','aridocsviewer','system',0,0,1,0,'{\"name\":\"System - ARI Docs Viewer\",\"type\":\"plugin\",\"creationDate\":\"August 2015\",\"author\":\"ARI Soft\",\"copyright\":\"ARI Soft\",\"authorEmail\":\"info@ari-soft.com\",\"authorUrl\":\"www.ari-soft.com\",\"version\":\"1.3.9\",\"description\":\"ARI_DOCS_VIEWER_PLUGIN\",\"group\":\"\",\"filename\":\"aridocsviewer\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10101,0,'plg_system_regularlabs','plugin','regularlabs','system',0,1,1,0,'{\"name\":\"plg_system_regularlabs\",\"type\":\"plugin\",\"creationDate\":\"October 2019\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2018 Regular Labs - All Rights Reserved\",\"authorEmail\":\"info@regularlabs.com\",\"authorUrl\":\"https:\\/\\/www.regularlabs.com\",\"version\":\"19.10.11711\",\"description\":\"PLG_SYSTEM_REGULARLABS_DESC\",\"group\":\"\",\"filename\":\"regularlabs\"}','{\"combine_admin_menu\":\"0\",\"max_list_count\":\"2500\"}','','',0,'0000-00-00 00:00:00',0,0),(10102,0,'plg_content_jce','plugin','jce','content',0,1,1,0,'{\"name\":\"plg_content_jce\",\"type\":\"plugin\",\"creationDate\":\"09-03-2017\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2017 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.6.9\",\"description\":\"PLG_CONTENT_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10111,0,'plg_extension_jce','plugin','jce','extension',0,1,1,0,'{\"name\":\"plg_extension_jce\",\"type\":\"plugin\",\"creationDate\":\"09-03-2017\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2017 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.6.9\",\"description\":\"PLG_EXTENSION_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10112,0,'plg_installer_jce','plugin','jce','installer',0,1,1,0,'{\"name\":\"plg_installer_jce\",\"type\":\"plugin\",\"creationDate\":\"09-03-2017\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2017 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.6.9\",\"description\":\"PLG_INSTALLER_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10113,0,'plg_quickicon_jce','plugin','jce','quickicon',0,1,1,0,'{\"name\":\"plg_quickicon_jce\",\"type\":\"plugin\",\"creationDate\":\"31-08-2016\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2016 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"www.joomalcontenteditor.net\",\"version\":\"2.6.0-pro-beta3\",\"description\":\"PLG_QUICKICON_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10119,0,'SCLogin','module','mod_sclogin','',0,1,0,0,'{\"name\":\"SCLogin\",\"type\":\"module\",\"creationDate\":\"2019\\/01\\/14\",\"author\":\"SourceCoast | www.sourcecoast.com\",\"copyright\":\"Copyright (C) 2009-2019 SourceCoast. All rights reserved.\",\"authorEmail\":\"support@sourcecoast.com\",\"authorUrl\":\"http:\\/\\/www.sourcecoast.com\",\"version\":\"8.0.5\",\"description\":\"\\n Enhanced login module with flexible styles and customizations for Facebook, Google+, Twitter, LinkedIn, Amazon, Github, Instagram, Meetup, VK.com and Windows Live Authentication when combined with <a href=\'http:\\/\\/www.sourcecoast.com\\/joomla-facebook\\/\' target=\'_blank\'>JFBConnect<\\/a>.<br\\/><br\\/>Please visit <a href=\'http:\\/\\/www.sourcecoast.com\\/sclogin\\/features\\/\' target=\'_blank\'>SourceCoast<\\/a> for more information or <a href=\'http:\\/\\/www.sourcecoast.com\\/forums\' target=\'_blank\'>our forums<\\/a> for support.<br\\/><br\\/>If you use SCLogin, please post a rating and a review at the Joomla! Extensions Directory: <a href=\'http:\\/\\/extensions.joomla.org\\/extensions\\/access-a-security\\/site-access\\/authentication\\/24054\' target=\'_blank\'>SCLogin Enhanced Login<\\/a>\",\"group\":\"\",\"filename\":\"mod_sclogin\"}','{\"displayType\":\"inline\",\"modalButtonStyle\":\"button\",\"modalCloseButton\":\"1\",\"socialButtonsLayout\":\"vertical\",\"showLoginForm\":\"1\",\"showForgotUsername\":\"none\",\"showForgotPassword\":\"none\",\"showRegisterLink\":\"1\",\"showRememberMe\":\"0\",\"register_type\":\"joomla\",\"jlogin\":\"\",\"usesecure\":\"0\",\"enableProfilePic\":\"0\",\"profileWidth\":\"50\",\"profileHeight\":\"50\",\"linkProfile\":\"0\",\"greetingName\":\"1\",\"showUserMenu\":\"\",\"userMenuStyle\":\"0\",\"userMenuTitle\":\"1\",\"showLogoutButton\":\"1\",\"showConnectButton\":\"1\",\"jlogout\":\"\",\"showSociaLoginButton\":\"1\",\"user_intro\":\"\",\"loadJQuery\":\"0\",\"showPoweredByLink\":\"2\",\"moduleclass_sfx\":\"\",\"cache\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(10122,0,'BT Login','module','mod_bt_login','',0,1,0,0,'{\"name\":\"BT Login\",\"type\":\"module\",\"creationDate\":\"April 2012\",\"author\":\"BowThemes\",\"copyright\":\"Copyright (C) 2012 Bowthemes. All rights reserved.\",\"authorEmail\":\"support@bowthemes.com\",\"authorUrl\":\"http:\\/\\/www.bowthemes.com\",\"version\":\"2.6.4\",\"description\":\"MOD_BT_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_bt_login\"}','{\"align_option\":\"right\",\"display_type\":\"0\",\"mouse_event\":\"click\",\"login\":\"\",\"logout\":\"\",\"name\":\"0\",\"logout_button\":\"1\",\"enabled_registration\":\"1\",\"enabled_registration_tab\":\"1\",\"enabled_login_tab\":\"1\",\"tag_login_modal\":\"\",\"tag_register_modal\":\"\",\"module_id\":\"19\",\"module_position\":\"0\",\"use_captcha\":\"1\",\"integrated_component\":\"\",\"module_option\":\"0\",\"link_option\":\"\",\"loadJquery\":\"auto\",\"cache\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(10134,0,'Contentbuilder','component','com_contentbuilder','',1,1,0,0,'{\"name\":\"Contentbuilder\",\"type\":\"component\",\"creationDate\":\"2017-11-21\",\"author\":\"Markus Bopp\",\"copyright\":\"Copyright 2011 - 2015 by Markus Bopp\",\"authorEmail\":\"markus.bopp@crosstec.org\",\"authorUrl\":\"https:\\/\\/crosstec.org\",\"version\":\"0.9.91 (build 252)\",\"description\":\"A content construction kit and application framework extension for Joomla!\",\"group\":\"\",\"filename\":\"contentbuilder\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10135,0,'ContentBuilder - Content - Download','plugin','contentbuilder_download','content',0,1,1,0,'{\"name\":\"ContentBuilder - Content - Download\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Markus Bopp - Crosstec Solutions\",\"copyright\":\"This Joomla! component is released under the GNU\\/GPL license\",\"authorEmail\":\"markus.bopp@crosstec.de\",\"authorUrl\":\"www.crosstec.de\",\"version\":\"1.0\",\"description\":\"\\n\\t\\n Transforms uploaded files into download link, preserving permissions\\n \\n \",\"group\":\"\",\"filename\":\"contentbuilder_download\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10136,0,'ContentBuilder - Content - Image Scale','plugin','contentbuilder_image_scale','content',0,1,1,0,'{\"name\":\"ContentBuilder - Content - Image Scale\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Markus Bopp - Crosstec Solutions\",\"copyright\":\"This Joomla! component is released under the GNU\\/GPL license\",\"authorEmail\":\"markus.bopp@crosstec.de\",\"authorUrl\":\"www.crosstec.de\",\"version\":\"1.0\",\"description\":\"\\n\\t\\n Displays images out of uploads\\n \\n \",\"group\":\"\",\"filename\":\"contentbuilder_image_scale\"}','{\"max_filesize\":\"4\"}','','',0,'0000-00-00 00:00:00',0,0),(10137,0,'ContentBuilder Permission Observer','plugin','contentbuilder_permission_observer','content',0,1,1,0,'{\"name\":\"ContentBuilder Permission Observer\",\"type\":\"plugin\",\"creationDate\":\"July 2011\",\"author\":\"Markus Bopp - Crosstec Solutions\",\"copyright\":\"This Joomla! component is released under the GNU\\/GPL license\",\"authorEmail\":\"markus.bopp@crosstec.de\",\"authorUrl\":\"www.crosstec.de\",\"version\":\"1.0\",\"description\":\"\\n\\t\\n Observes content items\' permissions\\n \\n \",\"group\":\"\",\"filename\":\"contentbuilder_permission_observer\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10138,0,'ContentBuilder - Content - Rating','plugin','contentbuilder_rating','content',0,1,1,0,'{\"name\":\"ContentBuilder - Content - Rating\",\"type\":\"plugin\",\"creationDate\":\"September 2011\",\"author\":\"Markus Bopp - Crosstec Solutions\",\"copyright\":\"This Joomla! component is released under the GNU\\/GPL license\",\"authorEmail\":\"markus.bopp@crosstec.de\",\"authorUrl\":\"www.crosstec.de\",\"version\":\"1.0\",\"description\":\"\\n\\t\\n Shows a rating bar in records\\/articles\\n \\n \",\"group\":\"\",\"filename\":\"contentbuilder_rating\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10139,0,'ContentBuilder - Verify','plugin','contentbuilder_verify','content',0,1,1,0,'{\"name\":\"ContentBuilder - Verify\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Markus Bopp - Crosstec GmbH & CO. KG\",\"copyright\":\"This Joomla! component is released under the GNU\\/GPL license\",\"authorEmail\":\"markus.bopp@crosstec.de\",\"authorUrl\":\"www.crosstec.de\",\"version\":\"1.0\",\"description\":\"\\n\\t\\n Content Plugin to passthru verification plugins\\n \\n \",\"group\":\"\",\"filename\":\"contentbuilder_verify\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10140,0,'ContentBuilder - List Action - Trash','plugin','trash','contentbuilder_listaction',0,1,1,0,'{\"name\":\"ContentBuilder - List Action - Trash\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Markus Bopp - Crosstec GmbH & CO. KG\",\"copyright\":\"This Joomla! component is released under the GNU\\/GPL license\",\"authorEmail\":\"markus.bopp@crosstec.de\",\"authorUrl\":\"www.crosstec.de\",\"version\":\"1.0\",\"description\":\"\\n\\t\\n Trashes articles bound to selected records\\n \\n \",\"group\":\"\",\"filename\":\"trash\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10141,0,'ContentBuilder - List Action - Untrash','plugin','untrash','contentbuilder_listaction',0,1,1,0,'{\"name\":\"ContentBuilder - List Action - Untrash\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Markus Bopp - Crosstec GmbH & CO. KG\",\"copyright\":\"This Joomla! component is released under the GNU\\/GPL license\",\"authorEmail\":\"markus.bopp@crosstec.de\",\"authorUrl\":\"www.crosstec.de\",\"version\":\"1.0\",\"description\":\"\\n\\t\\n Un-Trashes articles bound to selected records\\n \\n \",\"group\":\"\",\"filename\":\"untrash\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10142,0,'ContentBuilder - Submit - Sample','plugin','submit_sample','contentbuilder_submit',0,1,1,0,'{\"name\":\"ContentBuilder - Submit - Sample\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Markus Bopp - Crosstec GmbH & CO. KG\",\"copyright\":\"This Joomla! component is released under the GNU\\/GPL license\",\"authorEmail\":\"markus.bopp@crosstec.de\",\"authorUrl\":\"www.crosstec.de\",\"version\":\"1.0\",\"description\":\"\\n\\t\\n Sample on how to use submit plugins\\n \\n \",\"group\":\"\",\"filename\":\"submit_sample\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10143,0,'ContentBuilder System','plugin','contentbuilder_system','system',0,1,1,0,'{\"name\":\"ContentBuilder System\",\"type\":\"plugin\",\"creationDate\":\"March 2012\",\"author\":\"Markus Bopp - Crosstec Solutions\",\"copyright\":\"This Joomla! component is released under the GNU\\/GPL license\",\"authorEmail\":\"markus.bopp@crosstec.de\",\"authorUrl\":\"www.crosstec.de\",\"version\":\"1.1\",\"description\":\"\\n\\t\\n Manages important system related aspects\\n \\n \",\"group\":\"\",\"filename\":\"contentbuilder_system\"}','{\"limit_per_turn\":\"50\",\"disable_new_articles\":\"1\",\"nocache\":\"1\",\"is_auto_groups\":\"0\",\"auto_groups\":\"\",\"auto_groups_limit_views\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(10144,0,'ContentBuilder - Themes - Blank','plugin','blank','contentbuilder_themes',0,1,1,0,'{\"name\":\"ContentBuilder - Themes - Blank\",\"type\":\"plugin\",\"creationDate\":\"September 2011\",\"author\":\"Markus Bopp - Crosstec GmbH & CO. KG\",\"copyright\":\"This Joomla! component is released under the GNU\\/GPL license\",\"authorEmail\":\"markus.bopp@crosstec.de\",\"authorUrl\":\"www.crosstec.de\",\"version\":\"1.0\",\"description\":\"\\n\\t\\n A blank theme without any styles\\n \\n \",\"group\":\"\",\"filename\":\"blank\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10145,0,'ContentBuilder - Themes - Joomla 3','plugin','joomla3','contentbuilder_themes',0,1,1,0,'{\"name\":\"ContentBuilder - Themes - Joomla 3\",\"type\":\"plugin\",\"creationDate\":\"January 2013\",\"author\":\"Markus Bopp - Crosstec GmbH & CO. KG\",\"copyright\":\"This Joomla! component is released under the GNU\\/GPL license\",\"authorEmail\":\"markus.bopp@crosstec.de\",\"authorUrl\":\"www.crosstec.de\",\"version\":\"1.0\",\"description\":\"\\n\\t\\n A Joomla 3 compatible theme \\n \\n \",\"group\":\"\",\"filename\":\"joomla3\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10146,0,'ContentBuilder - Themes - Khepri','plugin','khepri','contentbuilder_themes',0,1,1,0,'{\"name\":\"ContentBuilder - Themes - Khepri\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Markus Bopp - Crosstec GmbH & CO. KG\",\"copyright\":\"This Joomla! component is released under the GNU\\/GPL license\",\"authorEmail\":\"markus.bopp@crosstec.de\",\"authorUrl\":\"www.crosstec.de\",\"version\":\"1.0\",\"description\":\"\\n\\t\\n A khepri based theme for ContentBuilder Content-Templates\\n \\n \",\"group\":\"\",\"filename\":\"khepri\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10147,0,'ContentBuilder - Validation - Date is Valid','plugin','date_is_valid','contentbuilder_validation',0,1,1,0,'{\"name\":\"ContentBuilder - Validation - Date is Valid\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Markus Bopp - Crosstec GmbH & CO. KG\",\"copyright\":\"This Joomla! component is released under the GNU\\/GPL license\",\"authorEmail\":\"markus.bopp@crosstec.de\",\"authorUrl\":\"www.crosstec.de\",\"version\":\"1.0\",\"description\":\"\\n\\t\\n Checks if the given date is a valid date. Note that it depends on your \\\"transfer date\\\" definition in the calendar\'s setup, if this check is successfull.\\n \\n \",\"group\":\"\",\"filename\":\"date_is_valid\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10148,0,'ContentBuilder - Validation - Date Not Before','plugin','date_not_before','contentbuilder_validation',0,1,1,0,'{\"name\":\"ContentBuilder - Validation - Date Not Before\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Markus Bopp - Crosstec GmbH & CO. KG\",\"copyright\":\"This Joomla! component is released under the GNU\\/GPL license\",\"authorEmail\":\"markus.bopp@crosstec.de\",\"authorUrl\":\"www.crosstec.de\",\"version\":\"1.0\",\"description\":\"\\n\\t\\n Checks if the given date is not before the other date.\\n You have to add the suffix \\\"_later\\\" to the comparable date field.\\n Means, if your date before field name is \\\"date\\\", the later date\'s name would be \\\"date_later\\\".\\n \\n \",\"group\":\"\",\"filename\":\"date_not_before\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10149,0,'ContentBuilder - Validation - Email','plugin','email','contentbuilder_validation',0,1,1,0,'{\"name\":\"ContentBuilder - Validation - Email\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Markus Bopp - Crosstec GmbH & CO. KG\",\"copyright\":\"This Joomla! component is released under the GNU\\/GPL license\",\"authorEmail\":\"markus.bopp@crosstec.de\",\"authorUrl\":\"www.crosstec.de\",\"version\":\"1.0\",\"description\":\"\\n\\t\\n Checks if the given value is a valid email address\\n \\n \",\"group\":\"\",\"filename\":\"email\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10150,0,'ContentBuilder - Validation - Equal','plugin','equal','contentbuilder_validation',0,1,1,0,'{\"name\":\"ContentBuilder - Validation - Equal\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Markus Bopp - Crosstec GmbH & CO. KG\",\"copyright\":\"This Joomla! component is released under the GNU\\/GPL license\",\"authorEmail\":\"markus.bopp@crosstec.de\",\"authorUrl\":\"www.crosstec.de\",\"version\":\"1.0\",\"description\":\"\\n\\t\\n Checks if the given value equals with another field.\\n The field to be check against needs to have the same name, with suffix \\\"_repeat\\\".\\n So if the name would be \\\"firstname\\\", the 2nd field\'s name has to be \\\"firstname_repeat\\\".\\n \\n \",\"group\":\"\",\"filename\":\"equal\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10151,0,'ContentBuilder - Validation - Not Empty','plugin','notempty','contentbuilder_validation',0,1,1,0,'{\"name\":\"ContentBuilder - Validation - Not Empty\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Markus Bopp - Crosstec GmbH & CO. KG\",\"copyright\":\"This Joomla! component is released under the GNU\\/GPL license\",\"authorEmail\":\"markus.bopp@crosstec.de\",\"authorUrl\":\"www.crosstec.de\",\"version\":\"1.0\",\"description\":\"\\n\\t\\n Checks if the given value is empty\\n \\n \",\"group\":\"\",\"filename\":\"notempty\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10152,0,'ContentBuilder - Verify - Pass-Through','plugin','passthrough','contentbuilder_verify',0,1,1,0,'{\"name\":\"ContentBuilder - Verify - Pass-Through\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Markus Bopp - Crosstec GmbH & CO. KG\",\"copyright\":\"This Joomla! component is released under the GNU\\/GPL license\",\"authorEmail\":\"markus.bopp@crosstec.de\",\"authorUrl\":\"www.crosstec.de\",\"version\":\"1.0\",\"description\":\"\\n\\t\\n Empty verification plugin that helps if you need to force a required view or disabled the Joomla! registration and using the ContenBuilder registration\\n \\n \",\"group\":\"\",\"filename\":\"passthrough\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10153,0,'ContentBuilder - Verify - PayPal','plugin','paypal','contentbuilder_verify',0,1,1,0,'{\"name\":\"ContentBuilder - Verify - PayPal\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Markus Bopp - Crosstec GmbH & CO. KG\",\"copyright\":\"This Joomla! component is released under the GNU\\/GPL license\",\"authorEmail\":\"markus.bopp@crosstec.de\",\"authorUrl\":\"www.crosstec.de\",\"version\":\"1.0\",\"description\":\"\\n\\t\\n Simple PayPal payment that verifies the desired view\\n \\n \",\"group\":\"\",\"filename\":\"paypal\"}','{\"business\":\"\",\"token\":\"\",\"test\":\"0\",\"test_business\":\"\",\"test_token\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(10163,0,'RokCommon','library','lib_rokcommon','',0,1,1,0,'{\"name\":\"RokCommon\",\"type\":\"library\",\"creationDate\":\"August 4, 2016\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2016 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"3.2.5\",\"description\":\"RokCommon Shared Library\",\"group\":\"\",\"filename\":\"lib_rokcommon\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10167,0,'Regular Labs Library','library','regularlabs','',0,1,1,0,'{\"name\":\"Regular Labs Library\",\"type\":\"library\",\"creationDate\":\"October 2019\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2018 Regular Labs - All Rights Reserved\",\"authorEmail\":\"info@regularlabs.com\",\"authorUrl\":\"https:\\/\\/www.regularlabs.com\",\"version\":\"19.10.11711\",\"description\":\"\",\"group\":\"\",\"filename\":\"regularlabs\"}','{}','','',0,'0000-00-00 00:00:00',0,0);
/*!40000 ALTER TABLE `jos7e_extensions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_facileforms_compmenus`
--
DROP TABLE IF EXISTS `jos7e_facileforms_compmenus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_facileforms_compmenus` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`package` varchar(30) NOT NULL DEFAULT '',
`parent` int(11) NOT NULL DEFAULT 0,
`ordering` int(11) NOT NULL DEFAULT 0,
`published` tinyint(1) NOT NULL DEFAULT 0,
`img` varchar(255) NOT NULL DEFAULT '',
`title` varchar(255) NOT NULL DEFAULT '',
`name` varchar(255) NOT NULL DEFAULT '',
`page` int(11) NOT NULL DEFAULT 1,
`frame` tinyint(1) NOT NULL DEFAULT 0,
`border` tinyint(1) NOT NULL DEFAULT 0,
`params` text DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_facileforms_compmenus`
--
LOCK TABLES `jos7e_facileforms_compmenus` WRITE;
/*!40000 ALTER TABLE `jos7e_facileforms_compmenus` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_facileforms_compmenus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_facileforms_config`
--
DROP TABLE IF EXISTS `jos7e_facileforms_config`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_facileforms_config` (
`id` varchar(30) NOT NULL DEFAULT '',
`value` text DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_facileforms_config`
--
LOCK TABLES `jos7e_facileforms_config` WRITE;
/*!40000 ALTER TABLE `jos7e_facileforms_config` DISABLE KEYS */;
INSERT INTO `jos7e_facileforms_config` VALUES ('stylesheet','1'),('wysiwyg','0'),('areasmall','4'),('areamedium','12'),('arealarge','20'),('limitdesc','100'),('emailadr','info@oscasa.com;nyakap@gmail.com'),('images','{mossite}/components/com_breezingforms/images'),('uploads','{mospath}/media/breezingforms/uploads'),('movepixels','10'),('compress','1'),('livesite','0'),('getprovider','0'),('gridshow','1'),('gridsize','10'),('gridcolor1','#e0e0ff'),('gridcolor2','#ffe0e0'),('viewed','0'),('exported','0'),('archived','0'),('formname',''),('menupkg',''),('formpkg','QuickModeForms'),('scriptpkg','FF'),('piecepkg',''),('csvdelimiter',';'),('csvquote','\"'),('cellnewline','1'),('enable_classic','0');
/*!40000 ALTER TABLE `jos7e_facileforms_config` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_facileforms_elements`
--
DROP TABLE IF EXISTS `jos7e_facileforms_elements`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_facileforms_elements` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`form` int(11) NOT NULL DEFAULT 0,
`page` int(11) NOT NULL DEFAULT 1,
`ordering` int(11) NOT NULL DEFAULT 0,
`published` tinyint(1) NOT NULL DEFAULT 0,
`name` varchar(255) NOT NULL DEFAULT '',
`title` varchar(255) NOT NULL DEFAULT '',
`type` varchar(50) NOT NULL DEFAULT '',
`class1` varchar(30) DEFAULT NULL,
`class2` varchar(30) DEFAULT NULL,
`logging` tinyint(1) NOT NULL DEFAULT 1,
`posx` int(11) DEFAULT NULL,
`posxmode` tinyint(1) NOT NULL DEFAULT 0,
`posy` int(11) DEFAULT NULL,
`posymode` tinyint(1) NOT NULL DEFAULT 0,
`width` int(11) DEFAULT NULL,
`widthmode` tinyint(1) NOT NULL DEFAULT 0,
`height` int(11) DEFAULT NULL,
`heightmode` tinyint(1) NOT NULL DEFAULT 0,
`flag1` tinyint(1) NOT NULL DEFAULT 0,
`flag2` tinyint(1) NOT NULL DEFAULT 0,
`data1` text DEFAULT NULL,
`data2` text DEFAULT NULL,
`data3` text DEFAULT NULL,
`script1cond` tinyint(1) NOT NULL DEFAULT 0,
`script1id` int(11) DEFAULT NULL,
`script1code` text DEFAULT NULL,
`script1flag1` tinyint(1) NOT NULL DEFAULT 0,
`script1flag2` tinyint(1) NOT NULL DEFAULT 0,
`script2cond` tinyint(1) NOT NULL DEFAULT 0,
`script2id` int(11) DEFAULT NULL,
`script2code` text DEFAULT NULL,
`script2flag1` tinyint(1) NOT NULL DEFAULT 0,
`script2flag2` tinyint(1) NOT NULL DEFAULT 0,
`script2flag3` tinyint(1) NOT NULL DEFAULT 0,
`script2flag4` tinyint(1) NOT NULL DEFAULT 0,
`script2flag5` tinyint(1) NOT NULL DEFAULT 0,
`script3cond` tinyint(1) NOT NULL DEFAULT 0,
`script3id` int(11) DEFAULT NULL,
`script3code` text DEFAULT NULL,
`script3msg` text DEFAULT NULL,
`mailback` tinyint(1) NOT NULL DEFAULT 0,
`mailbackfile` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=960 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_facileforms_elements`
--
LOCK TABLES `jos7e_facileforms_elements` WRITE;
/*!40000 ALTER TABLE `jos7e_facileforms_elements` DISABLE KEYS */;
INSERT INTO `jos7e_facileforms_elements` VALUES (220,2,4,36,1,'signedconstitution','Signed Constitution, Terms & Conditions, Codes of Conduct','File Upload','','',1,0,0,1400,0,20,0,20,0,0,0,'{ff_uploads}','zip,rar,pdf,doc,xls,ppt,jpg,jpeg,gif,png','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,44,'','',0,''),(154,2,2,22,1,'membershippublished','Would you like your Membership published on this site?','Radio Group','','',1,0,0,840,0,20,0,20,0,0,0,'','1;Yes;yes\n0;No;no','',0,8,'',0,0,0,16,'',0,0,0,0,0,1,1,'','',0,''),(214,2,3,34,1,'mobile3','Mobile Phone Number','Text','','',1,0,0,1320,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(127,2,1,12,1,'companyregistration','Company Registration','Text','','',1,0,0,440,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(126,2,1,11,1,'companytype','Company Type','Radio Group','','',1,0,0,400,0,20,0,20,0,0,0,'','1;CC;CC\n0;Pty Ltd;Pty Ltd\n2;Sole Owner;SoleOwner\n3;Partnership','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(132,2,1,7,1,'telephone','Telephone Number','Text','','',1,0,0,240,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(177,2,2,25,1,'owner1position','Position','Text','','',1,0,0,960,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(95,2,1,17,1,'postcode','Postcode','Text','','',1,0,0,640,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(52,2,1,3,1,'surname','Surname','Text','','',1,0,0,80,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,1,44,'','Please provide Surname',0,''),(51,2,1,2,1,'firstname','First Name','Text','','',1,0,0,40,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,1,44,'','Please provide First Name',0,''),(72,2,1,9,1,'companyname','Company Name','Text','','',1,0,0,320,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(67,2,1,8,1,'mobile','Mobile Phone Number','Text','','',1,0,0,280,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,1,44,'','Please provide Mobile contact number',0,''),(66,2,1,6,1,'email','Email Address','Text','','',1,0,0,200,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,1,44,'','Please provide Email Address',0,''),(65,2,1,5,1,'website','Website','Text','','',1,0,0,160,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(145,2,2,21,1,'castingtype','Casting Type','Select List','','',1,0,0,800,0,20,0,20,0,1,0,'1','0;Characters;Characters\n0;Kids;Kids\n0;Walk Ons;Walk Ons\n0;Featured Extras;Featured Extras\n0;Background Extras;Background Extras\n','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(125,2,1,10,1,'tradingname','Trading Name','Text','','',1,0,0,360,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(176,2,2,24,1,'owner1id',' ID Number','Text','','',1,0,0,920,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(79,2,1,13,1,'address1','Physical Address','Text','','',1,0,0,480,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(80,2,1,14,1,'suburb','Suburb','Text','','',1,0,0,520,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(81,2,1,15,1,'towncity','Town or City','Text','','',1,0,0,560,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(102,2,2,20,1,'postcodepostal','Postcode','Text','','',1,0,0,760,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(101,2,2,19,1,'postaladdress2','Postal Address 2','Text','','',1,0,0,720,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(90,2,1,1,1,'title','Title','Text','','',1,0,0,0,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(100,2,2,18,1,'postaladdress1','Postal Address 1','Text','','',1,0,0,680,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(197,2,3,29,1,'position2','Position','Text','','',1,0,0,1120,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(191,2,3,27,1,'firstsurname2','First & Surname','Text','','',1,0,0,1040,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(175,2,2,23,1,'owner1name','First & Surname','Text','','',1,0,0,880,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(124,2,1,4,1,'contactdesignation','Designation','Text','','',1,0,0,120,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,1,44,'','Please provide Contact Designation',0,''),(186,2,2,26,1,'owner1mobile','Mobile Phone Number','Text','','',1,0,0,1000,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(196,2,3,28,1,'idnumberowner2','ID Number','Text','','',1,0,0,1080,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(202,2,3,30,1,'mobilenumber2','Mobile Phone Number','Text','','',1,0,0,1160,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(208,2,3,32,1,'idnumber3','ID Number','Text','','',1,0,0,1240,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(207,2,3,31,1,'firstnamesurname3','First & Surname','Text','','',1,0,0,1200,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(213,2,3,33,1,'position3','Position','Text','','',1,0,0,1280,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(219,2,4,35,1,'bfQuickMode551748','I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','Radio Group','','',1,0,0,1360,0,20,0,20,0,0,0,'','1;Yes;yes\n0;No;no','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(225,2,4,37,1,'proofofpayment','Proof of Subscription Payment','File Upload','','',1,0,0,1440,0,20,0,20,0,0,0,'{ff_uploads}','zip,rar,pdf,doc,xls,ppt,jpg,jpeg,gif,png','',0,8,'',0,0,0,16,'',0,0,0,0,0,1,44,'','',0,''),(250,2,4,42,1,'taxclearance','Tax Clearance Certificate','File Upload','','',1,0,0,1640,0,20,0,20,0,0,0,'{ff_uploads}','zip,rar,pdf,doc,xls,ppt,jpg,jpeg,gif,png','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(230,2,4,38,1,'idcopyowner1','ID copy Owner/Member 1','File Upload','','',1,0,0,1480,0,20,0,20,0,0,0,'{ff_uploads}','zip,rar,pdf,doc,xls,ppt,jpg,jpeg,gif,png','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(244,2,4,40,1,'idcopyowner3','ID copy Owner/Member 3','File Upload','','',1,0,0,1560,0,20,0,20,0,0,0,'{ff_uploads}','zip,rar,pdf,doc,xls,ppt,jpg,jpeg,gif,png','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(239,2,4,39,1,'idcopyowner2','ID copy Owner/Member 2','File Upload','','',1,0,0,1520,0,20,0,20,0,0,0,'{ff_uploads}','zip,rar,pdf,doc,xls,ppt,jpg,jpeg,gif,png','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(249,2,4,41,1,'bankletter','Letter from Bank (Confirming account)','File Upload','','',1,0,0,1600,0,20,0,20,0,0,0,'{ff_uploads}','zip,rar,pdf,doc,xls,ppt,jpg,jpeg,gif,png','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(955,2,1,0,1,'bfFakeName4','bfFakeTitle4','','','',0,0,0,1880,0,20,0,20,0,0,0,'','','',0,0,'',0,0,1,38,'',0,0,0,0,0,0,0,'','',0,''),(954,2,1,0,1,'bfFakeName3','bfFakeTitle3','','','',0,0,0,1840,0,20,0,20,0,0,0,'','','',0,0,'',0,0,1,40,'',0,0,0,0,0,0,0,'','',0,''),(259,2,4,43,1,'proofaddress','Proof of Physical Address','File Upload','','',1,0,0,1680,0,20,0,20,0,0,0,'{ff_uploads}','zip,rar,pdf,doc,xls,ppt,jpg,jpeg,gif,png','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(953,2,1,0,1,'bfFakeName2','bfFakeTitle2','','','',0,0,0,1800,0,20,0,20,0,0,0,'','','',0,0,'',0,0,1,23,'',0,0,0,0,0,0,0,'','',0,''),(297,2,1,16,1,'province','Province','Select List','','',1,0,0,600,0,20,0,20,0,0,0,'1','0;Gauteng;Gauteng\n0;Limpopo;Limpopo\n0;Mpumulanga;Mpumulanga\n0;Western Cape;Western Cape\n0;Eastern Cape; Eastern Cape\n0;Northern Cape;Northern Cape\n0;North West; North West\n0;Kwazulu-Natal;Kwazulu-Natal\n0;Free State; Free State\n','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(542,5,1,2,1,'password','Password','Text','','',1,0,0,40,0,20,0,20,0,1,0,'','','',0,0,'',0,0,0,0,'',0,0,0,0,0,2,0,'function ff_password_validation(element, message)\n{\n if(JQuery.trim(element.value) == \'\') return \'Please enter your password\'+\"\\n\";\n if(JQuery.trim(ff_getElementByName(\'username\').value) == \'\') { return \'\'; }\n var myreturn = \'\';\n JQuery.ajaxSetup({async:false});\n JQuery.post(\'index.php\', { option: \'com_breezingforms\', ff_form: ff_processor.form, Itemid: 0, format: \'html\', username: ff_getElementByName(\'username\').value, password: element.value, remember: ff_getElementByName(\'remember\').checked ? \'1\' : \'0\' }, function(data){ if( data != \'\' ){ message == \'\' ? myreturn = data+\"\\n\" : myreturn = message; element.value = \'\';} } );\n return myreturn;\n}\n','',0,''),(541,5,1,1,1,'username','Username','Text','','',1,0,0,0,0,20,0,20,0,0,0,'','','',0,0,'',0,0,0,0,'',0,0,0,0,0,1,44,'','Please enter your username',0,''),(320,3,1,5,1,'telephone','Telephone Number','Text','','',1,0,0,160,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(323,3,1,2,1,'surname','Surname','Text','','',1,0,0,40,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,1,44,'','Please provide your Surname',0,''),(324,3,1,1,1,'firstname','First Name','Text','','',1,0,0,0,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,1,44,'','Please provide your First Name',0,''),(326,3,1,6,1,'mobile','Mobile Phone Number','Text','','',1,0,0,200,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,44,'','',0,''),(327,3,1,4,1,'email','Email Address','Text','','',1,0,0,120,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,1,42,'','Please provide a valid email address',0,''),(328,3,1,3,1,'id','ID Number','Text','','',1,0,0,80,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,1,44,'','Please provide your ID Number',0,''),(693,3,1,0,1,'bfFakeName4','bfFakeTitle4','','','',0,0,0,360,0,20,0,20,0,0,0,'','','',0,0,'',0,0,1,38,'',0,0,0,0,0,0,0,'','',0,''),(692,3,1,0,1,'bfFakeName3','bfFakeTitle3','','','',0,0,0,320,0,20,0,20,0,0,0,'','','',0,0,'',0,0,1,40,'',0,0,0,0,0,0,0,'','',0,''),(691,3,1,0,1,'bfFakeName2','bfFakeTitle2','','','',0,0,0,280,0,20,0,20,0,0,0,'','','',0,0,'',0,0,1,23,'',0,0,0,0,0,0,0,'','',0,''),(466,4,1,6,1,'mobile','Mobile Phone Number','Text','','',1,0,0,200,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,1,44,'','Please provide your mobile phone number',0,''),(467,4,1,4,1,'email','Email Address','Text','','',1,0,0,120,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,1,42,'','Please provide a valid email address',0,''),(468,4,1,3,1,'id','ID Number','Text','','',1,0,0,80,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,1,44,'','Please provide your ID Number',0,''),(504,4,1,9,1,'agentname','Name of Your Agency','Text','','',1,0,0,320,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,1,11,'','Please supply your Agencies Name',0,''),(503,4,1,8,1,'productiondate','Date of Production','Text','','',1,0,0,280,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,1,11,'','Please supply the Production Date/s',0,''),(498,4,1,7,1,'production','The Job or Production','Text','','',1,0,0,240,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,1,44,'','Please supply the title of Job or Production',0,''),(527,4,1,10,1,'description','N.B. Message or Complaint Detail','Textarea','','',1,0,0,360,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(465,4,1,1,1,'firstname','First Name','Text','','',1,0,0,0,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,1,44,'','Please provide your First Name',0,''),(464,4,1,2,1,'surname','Surname','Text','','',1,0,0,40,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,1,44,'','Please provide your Surname',0,''),(463,4,1,5,1,'telephone','Telephone Number','Text','','',1,0,0,160,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(690,3,1,0,1,'bfFakeName','bfFakeTitle','','','',0,0,0,240,0,20,0,20,0,0,0,'','','',0,0,'',0,0,1,41,'',0,0,0,0,0,0,0,'','',0,''),(543,5,1,3,1,'remember','Keep me logged in','Checkbox','','',1,0,0,80,0,20,0,20,0,0,0,'1','','',0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,'','',0,''),(544,5,1,4,1,'afterlogin','What will you do after login?','Checkbox Group','','',1,0,0,120,0,20,0,20,0,0,0,'','0;Update my profile;profile update\n0;See what\'s new;what is new\n0;Post a question;question','',0,0,'',0,0,0,0,'',0,0,0,0,0,1,1,'','Please answer \"What will you do after login?\"',0,''),(545,5,1,5,1,'messagetous','Want to leave a message to us?','Textarea','','',1,0,0,160,0,20,0,20,0,0,0,'','','',0,0,'',0,0,0,0,'',0,0,0,0,0,1,44,'','Please answer \"What happened last time after you logged in?\"',0,''),(546,5,1,0,1,'bfFakeName','bfFakeTitle','','','',0,0,0,200,0,20,0,20,0,0,0,'','','',0,0,'',0,0,1,41,'',0,0,0,0,0,0,0,'','',0,''),(547,5,1,0,1,'bfFakeName2','bfFakeTitle2','','','',0,0,0,240,0,20,0,20,0,0,0,'','','',0,0,'',0,0,1,23,'',0,0,0,0,0,0,0,'','',0,''),(548,5,1,0,1,'bfFakeName3','bfFakeTitle3','','','',0,0,0,280,0,20,0,20,0,0,0,'','','',0,0,'',0,0,1,40,'',0,0,0,0,0,0,0,'','',0,''),(549,5,1,0,1,'bfFakeName4','bfFakeTitle4','','','',0,0,0,320,0,20,0,20,0,0,0,'','','',0,0,'',0,0,1,38,'',0,0,0,0,0,0,0,'','',0,''),(569,6,1,1,1,'name','Name','Text','','',1,0,0,0,0,20,0,20,0,0,0,'','','',0,0,'',0,0,0,0,'',0,0,0,0,0,1,44,'','Please enter your first name.',0,''),(570,6,1,2,1,'lastname','Last Name','Text','','',1,0,0,40,0,20,0,20,0,0,0,'','','',0,0,'',0,0,0,0,'',0,0,0,0,0,1,44,'','Please enter your last name.',0,''),(571,6,1,3,1,'username','Username','Text','','',1,0,0,80,0,20,0,20,0,0,0,'','','',0,0,'',0,0,0,0,'',0,0,0,0,0,1,44,'','Please Enter your username!',0,''),(572,6,1,4,1,'email_repeat','Email','Text','','',1,0,0,120,0,20,0,20,0,0,0,'','','',0,0,'',0,0,0,0,'',0,0,0,0,0,1,42,'','Please enter a valid e-mail address.',0,''),(573,6,1,5,1,'email','Email repeat','Text','','',1,0,0,160,0,20,0,20,0,0,0,'','','',0,0,'',0,0,0,0,'',0,0,0,0,0,1,43,'','Email address does not match!',0,''),(574,6,1,6,1,'password_pwrepeat','Password','Text','','',1,0,0,200,0,20,0,20,0,1,0,'','','',0,0,'',0,0,0,0,'',0,0,0,0,0,1,44,'','Please enter a password.',0,''),(575,6,1,7,1,'password','Password repeat','Text','','',1,0,0,240,0,20,0,20,0,1,0,'','','',0,0,'',0,0,0,0,'',0,0,0,0,0,1,45,'','Passwords do not match!',0,''),(681,6,1,0,1,'bfFakeName4','bfFakeTitle4','','','',0,0,0,600,0,20,0,20,0,0,0,'','','',0,0,'',0,0,1,38,'',0,0,0,0,0,0,0,'','',0,''),(680,6,1,0,1,'bfFakeName3','bfFakeTitle3','','','',0,0,0,560,0,20,0,20,0,0,0,'','','',0,0,'',0,0,1,40,'',0,0,0,0,0,0,0,'','',0,''),(678,6,1,0,1,'bfFakeName','bfFakeTitle','','','',0,0,0,480,0,20,0,20,0,0,0,'','','',0,0,'',0,0,1,41,'',0,0,0,0,0,0,0,'','',0,''),(583,6,1,12,1,'captcha','Security Code','Captcha','','',0,0,0,440,0,20,0,20,0,0,0,'','','',0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,'','',0,''),(639,6,1,9,1,'city','City of Residence','Text','','',1,0,0,320,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(630,6,1,8,1,'id_number','Applicant ID Number','Text','','',1,0,0,280,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,1,44,'','',0,''),(657,6,1,11,1,'agency','Your Agency (if applicable)','Text','','',1,0,0,400,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(679,6,1,0,1,'bfFakeName2','bfFakeTitle2','','','',0,0,0,520,0,20,0,20,0,0,0,'','','',0,0,'',0,0,1,23,'',0,0,0,0,0,0,0,'','',0,''),(644,6,1,10,1,'mobile','Mobile Number (optional)','Text','','',1,0,0,360,0,20,0,20,0,0,0,'','','',0,8,'',0,0,0,16,'',0,0,0,0,0,0,1,'','',0,''),(607,7,1,1,1,'name','Name','Text','','',1,0,0,0,0,20,0,20,0,0,0,'','','',0,0,'',0,0,0,0,'',0,0,0,0,0,1,44,'','Please enter your first name.',0,''),(608,7,1,2,1,'lastname','Last Name','Text','','',1,0,0,40,0,20,0,20,0,0,0,'','','',0,0,'',0,0,0,0,'',0,0,0,0,0,1,44,'','Please enter your last name.',0,''),(609,7,1,3,1,'username','Username','Text','','',1,0,0,80,0,20,0,20,0,0,0,'','','',0,0,'',0,0,0,0,'',0,0,0,0,0,1,44,'','Please Enter your username!',0,''),(610,7,1,4,1,'email_repeat','Email','Text','','',1,0,0,120,0,20,0,20,0,0,0,'','','',0,0,'',0,0,0,0,'',0,0,0,0,0,1,42,'','Please enter a valid e-mail address.',0,''),(611,7,1,5,1,'email','Email repeat','Text','','',1,0,0,160,0,20,0,20,0,0,0,'','','',0,0,'',0,0,0,0,'',0,0,0,0,0,1,43,'','Email address does not match!',0,''),(612,7,1,6,1,'password_pwrepeat','Password','Text','','',1,0,0,200,0,20,0,20,0,1,0,'','','',0,0,'',0,0,0,0,'',0,0,0,0,0,1,44,'','Please enter a password.',0,''),(613,7,1,7,1,'password','Password repeat','Text','','',1,0,0,240,0,20,0,20,0,1,0,'','','',0,0,'',0,0,0,0,'',0,0,0,0,0,1,45,'','Passwords do not match!',0,''),(614,7,1,8,1,'add_info','Do you want to provide additional Information?','Radio Group','','',1,0,0,280,0,20,0,20,0,0,0,'','0;Yes;yes\n1;No;no','',0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,'','',0,''),(615,7,1,9,1,'phone','Phone','Text','','',1,0,0,320,0,20,0,20,0,0,0,'','','',0,0,'',0,0,0,0,'',0,0,0,0,0,1,15,'','Please provide numeric characters or leave the field blank',0,''),(616,7,1,10,1,'icq','ICQ','Text','','',1,0,0,360,0,20,0,20,0,0,0,'','','',0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,'','',0,''),(617,7,1,11,1,'Skype','Skype','Text','','',1,0,0,400,0,20,0,20,0,0,0,'','','',0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,'','',0,''),(618,7,1,12,1,'hompage','Homepage','Text','','',1,0,0,440,0,20,0,20,0,0,0,'','','',0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,'','',0,''),(619,7,1,13,1,'terms_conditions_area','Terms & Conditions <a href=\"urltot&C\" target=\"parent\">click here</a>','Textarea','','',1,0,0,480,0,20,0,20,0,0,0,'Terms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & Conditions','','',2,0,'function ff_terms_conditions_area_init(element, condition)\n{\n switch (condition) {\n case \'formentry\':\n JQuery(\'#\'+ff_getElementByName(\'terms_conditions_area\').id+\'\').attr(\"disabled\", true); \n break;\n default:;\n } // switch\n} // ff_dis_init',1,0,0,0,'',0,0,0,0,0,0,0,'','',0,''),(620,7,1,14,1,'terms_conditions','I accept the Terms and Conditions','Checkbox','','',1,0,0,520,0,20,0,20,0,0,0,'checked','','',0,0,'',0,0,0,0,'',0,0,0,0,0,1,2,'','Please accept the terms and conditions for a membership!',0,''),(621,7,1,15,1,'captcha','Security Code','Captcha','','',0,0,0,560,0,20,0,20,0,0,0,'','','',0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,'','',0,''),(622,7,1,0,1,'bfFakeName','bfFakeTitle','','','',0,0,0,600,0,20,0,20,0,0,0,'','','',0,0,'',0,0,1,41,'',0,0,0,0,0,0,0,'','',0,''),(623,7,1,0,1,'bfFakeName2','bfFakeTitle2','','','',0,0,0,640,0,20,0,20,0,0,0,'','','',0,0,'',0,0,1,23,'',0,0,0,0,0,0,0,'','',0,''),(624,7,1,0,1,'bfFakeName3','bfFakeTitle3','','','',0,0,0,680,0,20,0,20,0,0,0,'','','',0,0,'',0,0,1,40,'',0,0,0,0,0,0,0,'','',0,''),(625,7,1,0,1,'bfFakeName4','bfFakeTitle4','','','',0,0,0,720,0,20,0,20,0,0,0,'','','',0,0,'',0,0,1,38,'',0,0,0,0,0,0,0,'','',0,''),(959,4,1,0,1,'bfFakeName4','bfFakeTitle4','','','',0,0,0,560,0,20,0,20,0,0,0,'','','',0,0,'',0,0,1,38,'',0,0,0,0,0,0,0,'','',0,''),(762,4,1,11,1,'captcha','Are you a robot ?','ReCaptcha','','',0,0,0,400,0,20,0,20,0,0,0,'','','',0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,'','',0,''),(958,4,1,0,1,'bfFakeName3','bfFakeTitle3','','','',0,0,0,520,0,20,0,20,0,0,0,'','','',0,0,'',0,0,1,40,'',0,0,0,0,0,0,0,'','',0,''),(957,4,1,0,1,'bfFakeName2','bfFakeTitle2','','','',0,0,0,480,0,20,0,20,0,0,0,'','','',0,0,'',0,0,1,23,'',0,0,0,0,0,0,0,'','',0,''),(855,2,4,44,1,'captcha','Are you a robot?','ReCaptcha','','',0,0,0,1720,0,20,0,20,0,0,0,'','','',0,0,'',0,0,0,16,'',0,0,0,0,0,0,0,'','',0,''),(956,4,1,0,1,'bfFakeName','bfFakeTitle','','','',0,0,0,440,0,20,0,20,0,0,0,'','','',0,0,'',0,0,1,41,'',0,0,0,0,0,0,0,'','',0,''),(952,2,1,0,1,'bfFakeName','bfFakeTitle','','','',0,0,0,1760,0,20,0,20,0,0,0,'','','',0,0,'',0,0,1,41,'',0,0,0,0,0,0,0,'','',0,'');
/*!40000 ALTER TABLE `jos7e_facileforms_elements` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_facileforms_forms`
--
DROP TABLE IF EXISTS `jos7e_facileforms_forms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_facileforms_forms` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`alt_mailfrom` text DEFAULT NULL,
`alt_fromname` text DEFAULT NULL,
`mb_alt_mailfrom` text DEFAULT NULL,
`mb_alt_fromname` text DEFAULT NULL,
`mailchimp_email_field` varchar(255) NOT NULL DEFAULT '',
`mailchimp_checkbox_field` varchar(255) NOT NULL DEFAULT '',
`mailchimp_api_key` varchar(255) NOT NULL DEFAULT '',
`mailchimp_list_id` varchar(255) NOT NULL DEFAULT '',
`mailchimp_double_optin` tinyint(1) NOT NULL DEFAULT 1,
`mailchimp_mergevars` text DEFAULT NULL,
`mailchimp_text_html_mobile_field` varchar(255) NOT NULL DEFAULT '',
`mailchimp_send_errors` tinyint(1) NOT NULL DEFAULT 0,
`mailchimp_update_existing` tinyint(1) NOT NULL DEFAULT 0,
`mailchimp_replace_interests` tinyint(1) NOT NULL DEFAULT 0,
`mailchimp_send_welcome` tinyint(1) NOT NULL DEFAULT 0,
`mailchimp_default_type` varchar(255) NOT NULL DEFAULT 'text',
`mailchimp_delete_member` tinyint(1) NOT NULL DEFAULT 0,
`mailchimp_send_goodbye` tinyint(1) NOT NULL DEFAULT 1,
`mailchimp_send_notify` tinyint(1) NOT NULL DEFAULT 1,
`mailchimp_unsubscribe_field` varchar(255) NOT NULL DEFAULT '',
`salesforce_token` varchar(255) NOT NULL DEFAULT '',
`salesforce_username` varchar(255) NOT NULL DEFAULT '',
`salesforce_password` varchar(255) NOT NULL DEFAULT '',
`salesforce_type` varchar(255) NOT NULL DEFAULT '',
`salesforce_fields` text DEFAULT NULL,
`salesforce_enabled` tinyint(1) NOT NULL DEFAULT 0,
`dropbox_email` varchar(255) NOT NULL DEFAULT '',
`dropbox_password` varchar(255) NOT NULL DEFAULT '',
`dropbox_folder` text DEFAULT NULL,
`dropbox_submission_enabled` tinyint(1) NOT NULL DEFAULT 0,
`dropbox_submission_types` varchar(255) NOT NULL DEFAULT 'pdf',
`tags_content` text NOT NULL,
`tags_content_template` mediumtext NOT NULL,
`tags_content_template_default_element` int(11) NOT NULL DEFAULT 0,
`tags_form` text NOT NULL,
`tags_content_default_category` int(11) NOT NULL DEFAULT 0,
`tags_content_default_state` int(11) NOT NULL DEFAULT 1,
`tags_content_default_access` int(11) NOT NULL DEFAULT 1,
`tags_content_default_language` varchar(7) NOT NULL DEFAULT '*',
`tags_content_default_featured` int(11) NOT NULL DEFAULT 0,
`tags_content_default_publishup` varchar(255) NOT NULL DEFAULT '0000-00-00 00:00:00',
`tags_content_default_publishdown` varchar(255) NOT NULL DEFAULT '0000-00-00 00:00:00',
`autoheight` tinyint(1) NOT NULL DEFAULT 0,
`package` varchar(30) NOT NULL DEFAULT '',
`template_code` longtext NOT NULL,
`template_code_processed` longtext NOT NULL,
`template_areas` longtext NOT NULL,
`ordering` int(11) NOT NULL DEFAULT 0,
`published` tinyint(1) NOT NULL DEFAULT 0,
`runmode` tinyint(1) NOT NULL DEFAULT 0,
`name` varchar(255) NOT NULL DEFAULT '',
`custom_mail_subject` varchar(255) NOT NULL DEFAULT '',
`mb_custom_mail_subject` varchar(255) NOT NULL DEFAULT '',
`title` varchar(255) NOT NULL DEFAULT '',
`description` text DEFAULT NULL,
`class1` varchar(30) DEFAULT NULL,
`class2` varchar(30) DEFAULT NULL,
`width` int(11) NOT NULL DEFAULT 0,
`widthmode` tinyint(1) NOT NULL DEFAULT 0,
`height` int(11) NOT NULL DEFAULT 0,
`heightmode` tinyint(1) NOT NULL DEFAULT 0,
`pages` int(11) NOT NULL DEFAULT 1,
`emailntf` tinyint(1) NOT NULL DEFAULT 1,
`mb_emailntf` tinyint(1) NOT NULL DEFAULT 1,
`emaillog` tinyint(1) NOT NULL DEFAULT 1,
`mb_emaillog` tinyint(1) NOT NULL DEFAULT 1,
`emailxml` tinyint(1) NOT NULL DEFAULT 0,
`mb_emailxml` tinyint(1) NOT NULL DEFAULT 0,
`email_type` tinyint(1) NOT NULL DEFAULT 0,
`mb_email_type` tinyint(1) NOT NULL DEFAULT 0,
`email_custom_template` text DEFAULT NULL,
`mb_email_custom_template` text DEFAULT NULL,
`email_custom_html` tinyint(1) NOT NULL DEFAULT 0,
`mb_email_custom_html` tinyint(1) NOT NULL DEFAULT 0,
`emailadr` text DEFAULT NULL,
`dblog` tinyint(1) NOT NULL DEFAULT 1,
`script1cond` tinyint(1) NOT NULL DEFAULT 0,
`script1id` int(11) DEFAULT NULL,
`script1code` text DEFAULT NULL,
`script2cond` tinyint(1) NOT NULL DEFAULT 0,
`script2id` int(11) DEFAULT NULL,
`script2code` text DEFAULT NULL,
`piece1cond` tinyint(1) NOT NULL DEFAULT 0,
`piece1id` int(11) DEFAULT NULL,
`piece1code` text DEFAULT NULL,
`piece2cond` tinyint(1) NOT NULL DEFAULT 0,
`piece2id` int(11) DEFAULT NULL,
`piece2code` text DEFAULT NULL,
`piece3cond` tinyint(1) NOT NULL DEFAULT 0,
`piece3id` int(11) DEFAULT NULL,
`piece3code` text DEFAULT NULL,
`piece4cond` tinyint(1) NOT NULL DEFAULT 0,
`piece4id` int(11) DEFAULT NULL,
`piece4code` text DEFAULT NULL,
`prevmode` tinyint(1) NOT NULL DEFAULT 2,
`prevwidth` int(11) DEFAULT NULL,
`filter_state` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_facileforms_forms`
--
LOCK TABLES `jos7e_facileforms_forms` WRITE;
/*!40000 ALTER TABLE `jos7e_facileforms_forms` DISABLE KEYS */;
INSERT INTO `jos7e_facileforms_forms` VALUES (2,'','','','','','','','',1,'','',0,0,0,0,'text',0,1,1,'','','adminusr','ZBb6zyUjARCm8MLs','',NULL,0,'','','',0,'pdf','','',0,'',1,1,1,'*',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'QuickModeForms','eyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVSb290Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlUm9vdCIsIm1kYXRhIjoie1widHlwZVwiOiBcInJvb3RcIn0ifSwicHJvcGVydGllcyI6eyJ0eXBlIjoicm9vdCIsInRpdGxlIjoiT3NjYXNhIEFnZW5jeSBBcHBsaWNhdGlvbiBGb3JtIiwibmFtZSI6Im9zY2FzYWFnZW5jeWFwcGxpY2F0aW9uIiwicm9sbG92ZXIiOnRydWUsInJvbGxvdmVyQ29sb3IiOiIjMjRhMmQyIiwidG9nZ2xlRmllbGRzIjoiIiwiZGVzY3JpcHRpb24iOiIiLCJtYWlsTm90aWZpY2F0aW9uIjp0cnVlLCJtYWlsUmVjaXBpZW50Ijoibnlha2FwQGdtYWlsLmNvbTtpbmZvQG9zY2FzYS5jb207dHJhY3lAY29sdHRhbGVudC5jb207bWlhQG1jeC5jby56YSIsInN1Ym1pdEluY2x1ZGUiOnRydWUsInN1Ym1pdExhYmVsIjoic3VibWl0IiwiY2FuY2VsSW5jbHVkZSI6dHJ1ZSwiY2FuY2VsTGFiZWwiOiJyZXNldCIsInBhZ2luZ0luY2x1ZGUiOnRydWUsInBhZ2luZ05leHRMYWJlbCI6Im5leHQiLCJwYWdpbmdQcmV2TGFiZWwiOiJiYWNrIiwidGhlbWUiOiJnbG9zc3lfZ3JheSIsInRoZW1lYm9vdHN0cmFwIjoiIiwidGhlbWVib290c3RyYXBiZWZvcmUiOiIiLCJ0aGVtZWJvb3RzdHJhcExhYmVsVG9wIjpmYWxzZSwidGhlbWVib290c3RyYXBUaGVtZUVuZ2luZSI6ImJyZWV6aW5nZm9ybXMiLCJ0aGVtZWJvb3RzdHJhcFVzZUhlcm9Vbml0IjpmYWxzZSwidGhlbWVib290c3RyYXBVc2VXZWxsIjpmYWxzZSwidGhlbWVib290c3RyYXBVc2VQcm9ncmVzcyI6ZmFsc2UsInRoZW1ldXNlYm9vdHN0cmFwbGVnYWN5IjpmYWxzZSwiZmFkZUluIjpmYWxzZSwibGFzdFBhZ2VUaGFua1lvdSI6dHJ1ZSwic3VibWl0dGVkU2NyaXB0Q29uZGlkdGlvbiI6Miwic3VibWl0dGVkU2NyaXB0Q29kZSI6ImZ1bmN0aW9uIGZmX29zY2FzYWFnZW5jeWFwcGxpY2F0aW9uX3N1Ym1pdHRlZChzdGF0dXMsIG1lc3NhZ2Upe2lmKHN0YXR1cz09MCl7ZmZfc3dpdGNocGFnZSg1KTt9ZWxzZXthbGVydChtZXNzYWdlKTt9fSIsInVzZUVycm9yQWxlcnRzIjpmYWxzZSwidXNlRGVmYXVsdEVycm9ycyI6dHJ1ZSwidXNlQmFsbG9vbkVycm9ycyI6ZmFsc2UsImRpc2FibGVKUXVlcnkiOmZhbHNlLCJqb29tbGFIaW50IjpmYWxzZSwibW9iaWxlRW5hYmxlZCI6ZmFsc2UsImZvcmNlTW9iaWxlIjpmYWxzZSwiZm9yY2VNb2JpbGVVcmwiOiJpbmRleC5waHAiLCJ0aXRsZV90cmFuc2xhdGlvbiI6IiIsInN1Ym1pdExhYmVsX3RyYW5zbGF0aW9uIjoiIiwiY2FuY2VsTGFiZWxfdHJhbnNsYXRpb24iOiIiLCJwYWdpbmdOZXh0TGFiZWxfdHJhbnNsYXRpb24iOiIiLCJwYWdpbmdQcmV2TGFiZWxfdHJhbnNsYXRpb24iOiIiLCJ0aGVtZWJvb3RzdHJhcHZhcnMiOiIifSwic3RhdGUiOiJvcGVuIiwiZGF0YSI6eyJ0aXRsZSI6Ik9zY2FzYSBBZ2VuY3kgQXBwbGljYXRpb24gRm9ybSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9mb3JtLnBuZyJ9LCJjaGlsZHJlbiI6W3siYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlUGFnZUNsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZVBhZ2UxIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwicGFnZVwifSJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJwYWdlIiwicGFnZU51bWJlciI6MSwicGFnZUludHJvIjoiPHA+Jm5ic3A7PFwvcD5cbjxoMj5PU0NBU0EgQWdlbmN5IEFwcGxpY2F0aW9uIEZvcm08XC9oMj5cbjxwPjxzcGFuIHN0eWxlPVwiZm9udC1mYW1pbHk6IGFyaWFsLCBoZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XCI+UGxlYXNlIG5vdGUgdGhhdCB0aGlzIEFwcGxpY2F0aW9uIHJlcXVpcmVzIHNldmVyYWwgZG9jdW1lbnRzIHRvIGJlIHVwbG9hZGVkIHdpdGggdGhlIEFwcGxpY2F0aW9uLiBXZSBzdWdnZXN0IHlvdSBoYXZlIHRoZXNlIHJlYWR5IEJFRk9SRSBzdGFydGluZyB0aGUgQXBwbGljYXRpb24uPFwvc3Bhbj48XC9wPlxuPG9sIHN0YXJ0PVwiMVwiIHN0eWxlPVwibWFyZ2luLXRvcDogMGNtO1wiPlxuPGxpIHN0eWxlPVwiY29sb3I6ICM3Nzc3Nzc7IG1hcmdpbi1ib3R0b206IDcuNXB0OyBiYWNrZ3JvdW5kOiB3aGl0ZTtcIj48c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMTBwdDsgZm9udC1mYW1pbHk6IGFyaWFsLCBoZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XCI+UHJvb2Ygb2YgUGF5bWVudCBvZiBBbm51YWwgTWVtYmVyc2hpcCBGZWU8XC9zcGFuPjxcL2xpPlxuPGxpIHN0eWxlPVwiY29sb3I6ICM3Nzc3Nzc7IG1hcmdpbi1ib3R0b206IDcuNXB0OyBiYWNrZ3JvdW5kOiB3aGl0ZTtcIj48c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMTBwdDsgZm9udC1mYW1pbHk6IGFyaWFsLCBoZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XCI+U2lnbmVkIENvcHkgb2YgdGhlIE9TQ0FTQSBDb25zdGl0dXRpb24sIFQmYW1wO0NzIGFuZCBDb2RlIG9mIENvbmR1Y3Q8XC9zcGFuPjxcL2xpPlxuPGxpIHN0eWxlPVwiY29sb3I6ICM3Nzc3Nzc7IG1hcmdpbi1ib3R0b206IDcuNXB0OyBiYWNrZ3JvdW5kOiB3aGl0ZTtcIj48c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMTBwdDsgZm9udC1mYW1pbHk6IGFyaWFsLCBoZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XCI+Q29weSBvZiBJRFwvIElEcyBvZiBhbGwgb3duZXJzPFwvc3Bhbj48XC9saT5cbjxsaSBzdHlsZT1cImNvbG9yOiAjNzc3Nzc3OyBtYXJnaW4tYm90dG9tOiA3LjVwdDsgYmFja2dyb3VuZDogd2hpdGU7XCI+PHNwYW4gc3R5bGU9XCJmb250LXNpemU6IDEwcHQ7IGZvbnQtZmFtaWx5OiBhcmlhbCwgaGVsdmV0aWNhLCBzYW5zLXNlcmlmO1wiPkNvbXBhbnkgVGF4IENsZWFyYW5jZSwgaWYgYSBTb2xlIFByb3ByaWV0b3IgdGhlbiBQZXJzb25hbCBUYXggQ2xlYXJhbmNlPFwvc3Bhbj48XC9saT5cbjxsaSBzdHlsZT1cImNvbG9yOiAjNzc3Nzc3OyBtYXJnaW4tYm90dG9tOiA3LjVwdDsgYmFja2dyb3VuZDogd2hpdGU7XCI+PHNwYW4gc3R5bGU9XCJmb250LXNpemU6IDEwcHQ7IGZvbnQtZmFtaWx5OiBhcmlhbCwgaGVsdmV0aWNhLCBzYW5zLXNlcmlmO1wiPlByb29mIG9mIEFkZHJlc3M8XC9zcGFuPjxcL2xpPlxuPGxpIHN0eWxlPVwiY29sb3I6ICM3Nzc3Nzc7IG1hcmdpbi1ib3R0b206IDcuNXB0OyBiYWNrZ3JvdW5kOiB3aGl0ZTtcIj48c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMTBwdDsgZm9udC1mYW1pbHk6IGFyaWFsLCBoZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XCI+Q29uZmlybWF0aW9uIG9mIEJhbmsgRGV0YWlscyAobm8gb2xkZXIgdGhhbiAzIG1vbnRocyk8XC9zcGFuPjxcL2xpPlxuPFwvb2w+In0sInN0YXRlIjoib3BlbiIsImRhdGEiOnsidGl0bGUiOiJQYWdlIDEiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fcGFnZS5wbmcifSwiY2hpbGRyZW4iOlt7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZVNlY3Rpb25DbGFzcyIsImlkIjoiYmZRdWlja01vZGVTZWN0aW9uMzEzODYiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJzZWN0aW9uXCJ9In0sInByb3BlcnRpZXMiOnsiYmZUeXBlIjoibm9ybWFsIiwidHlwZSI6InNlY3Rpb24iLCJkaXNwbGF5VHlwZSI6ImlubGluZSIsInRpdGxlIjoiU2VjdGlvbiAxIiwibmFtZSI6InNlY3Rpb24xIiwiZGVzY3JpcHRpb24iOiIiLCJvZmYiOmZhbHNlLCJ0aXRsZV90cmFuc2xhdGlvbiI6IiJ9LCJzdGF0ZSI6Im9wZW4iLCJkYXRhIjp7InRpdGxlIjoiU2VjdGlvbiAxIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3NlY3Rpb24ucG5nIn0sImNoaWxkcmVuIjpbeyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVTZWN0aW9uQ2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlU2VjdGlvbjQwNDY1IiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwic2VjdGlvblwifSJ9LCJwcm9wZXJ0aWVzIjp7ImJmVHlwZSI6InNlY3Rpb24iLCJ0eXBlIjoic2VjdGlvbiIsImRpc3BsYXlUeXBlIjoiYnJlYWtzIiwidGl0bGUiOiJDb250YWN0IERldGFpbHMiLCJuYW1lIjoiY29udGFjdCIsImRlc2NyaXB0aW9uIjoiIiwib2ZmIjpmYWxzZSwidGl0bGVfdHJhbnNsYXRpb24iOiIifSwic3RhdGUiOiJvcGVuIiwiZGF0YSI6eyJ0aXRsZSI6IkNvbnRhY3QgRGV0YWlscyIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9zZWN0aW9uLnBuZyJ9LCJjaGlsZHJlbiI6W3siYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJ0aXRsZSIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IlRpdGxlIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3RleHQtZmllbGQucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZlRleHRmaWVsZCIsImxhYmVsIjoiVGl0bGUiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6InRpdGxlIiwiZGJJZCI6OTAsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOmZhbHNlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwicGxhY2Vob2xkZXIiOiIiLCJ2YWx1ZSI6IiIsIm1heExlbmd0aCI6IiIsInJlYWRvbmx5IjpmYWxzZSwicGFzc3dvcmQiOmZhbHNlLCJtYWlsYmFjayI6ZmFsc2UsIm1haWxiYWNrQXNTZW5kZXIiOmZhbHNlLCJtYWlsYmFja2ZpbGUiOiIiLCJzaXplIjoiIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MCwidmFsaWRhdGlvbklkIjoiMSIsInZhbGlkYXRpb25Db2RlIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2UiOiIiLCJ2YWxpZGF0aW9uRnVuY3Rpb25OYW1lIjoiIiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjoiOCIsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOiIxNiIsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsInZhbHVlX3RyYW5zbGF0aW9uIjoiIiwicGxhY2Vob2xkZXJfdHJhbnNsYXRpb24iOiIiLCJsYWJlbF90cmFuc2xhdGlvbiI6IiIsImhpbnRfdHJhbnNsYXRpb24iOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZV90cmFuc2xhdGlvbiI6IiJ9fSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoiZmlyc3RuYW1lIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiRmlyc3QgTmFtZSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6IkZpcnN0IE5hbWUiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6ImZpcnN0bmFtZSIsImRiSWQiOjUxLCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjp0cnVlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwicGxhY2Vob2xkZXIiOiIiLCJ2YWx1ZSI6IiIsIm1heExlbmd0aCI6IiIsInJlYWRvbmx5IjpmYWxzZSwicGFzc3dvcmQiOmZhbHNlLCJtYWlsYmFjayI6ZmFsc2UsIm1haWxiYWNrQXNTZW5kZXIiOmZhbHNlLCJtYWlsYmFja2ZpbGUiOiIiLCJzaXplIjoiIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MSwidmFsaWRhdGlvbklkIjoiNDQiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiUGxlYXNlIHByb3ZpZGUgRmlyc3QgTmFtZSIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiJmZl92YWx1ZW5vdGVtcHR5IiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjoiOCIsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOiIxNiIsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsInZhbHVlX3RyYW5zbGF0aW9uIjoiIiwicGxhY2Vob2xkZXJfdHJhbnNsYXRpb24iOiIiLCJsYWJlbF90cmFuc2xhdGlvbiI6IiIsImhpbnRfdHJhbnNsYXRpb24iOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZV90cmFuc2xhdGlvbiI6IiJ9fSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoic3VybmFtZSIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IlN1cm5hbWUiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fdGV4dC1maWVsZC5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmVGV4dGZpZWxkIiwibGFiZWwiOiJTdXJuYW1lIiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJzdXJuYW1lIiwiZGJJZCI6NTIsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOnRydWUsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJwbGFjZWhvbGRlciI6IiIsInZhbHVlIjoiIiwibWF4TGVuZ3RoIjoiIiwicmVhZG9ubHkiOmZhbHNlLCJwYXNzd29yZCI6ZmFsc2UsIm1haWxiYWNrIjpmYWxzZSwibWFpbGJhY2tBc1NlbmRlciI6ZmFsc2UsIm1haWxiYWNrZmlsZSI6IiIsInNpemUiOiIiLCJ2YWxpZGF0aW9uQ29uZGl0aW9uIjoxLCJ2YWxpZGF0aW9uSWQiOiI0NCIsInZhbGlkYXRpb25Db2RlIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2UiOiJQbGVhc2UgcHJvdmlkZSBTdXJuYW1lIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6ImZmX3ZhbHVlbm90ZW1wdHkiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOiI4IiwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6IjE2IiwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsImhpZGVJbk1haWxiYWNrIjpmYWxzZSwidmFsdWVfdHJhbnNsYXRpb24iOiIiLCJwbGFjZWhvbGRlcl90cmFuc2xhdGlvbiI6IiIsImxhYmVsX3RyYW5zbGF0aW9uIjoiIiwiaGludF90cmFuc2xhdGlvbiI6IiIsInZhbGlkYXRpb25NZXNzYWdlX3RyYW5zbGF0aW9uIjoiIn19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJjb250YWN0ZGVzaWduYXRpb24iLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJEZXNpZ25hdGlvbiIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6IkRlc2lnbmF0aW9uIiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJjb250YWN0ZGVzaWduYXRpb24iLCJkYklkIjoxMjQsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOnRydWUsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJwbGFjZWhvbGRlciI6IiIsInZhbHVlIjoiIiwibWF4TGVuZ3RoIjoiIiwicmVhZG9ubHkiOmZhbHNlLCJwYXNzd29yZCI6ZmFsc2UsIm1haWxiYWNrIjpmYWxzZSwibWFpbGJhY2tBc1NlbmRlciI6ZmFsc2UsIm1haWxiYWNrZmlsZSI6IiIsInNpemUiOiIiLCJ2YWxpZGF0aW9uQ29uZGl0aW9uIjoxLCJ2YWxpZGF0aW9uSWQiOiI0NCIsInZhbGlkYXRpb25Db2RlIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2UiOiJQbGVhc2UgcHJvdmlkZSBDb250YWN0IERlc2lnbmF0aW9uIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6ImZmX3ZhbHVlbm90ZW1wdHkiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOiI4IiwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6IjE2IiwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsImhpZGVJbk1haWxiYWNrIjpmYWxzZSwidmFsdWVfdHJhbnNsYXRpb24iOiIiLCJwbGFjZWhvbGRlcl90cmFuc2xhdGlvbiI6IiIsImxhYmVsX3RyYW5zbGF0aW9uIjoiIiwiaGludF90cmFuc2xhdGlvbiI6IiIsInZhbGlkYXRpb25NZXNzYWdlX3RyYW5zbGF0aW9uIjoiIn19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJ3ZWJzaXRlIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiV2Vic2l0ZSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6IldlYnNpdGUiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6IndlYnNpdGUiLCJkYklkIjo2NSwib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6ZmFsc2UsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJwbGFjZWhvbGRlciI6IiIsInZhbHVlIjoiIiwibWF4TGVuZ3RoIjoiIiwicmVhZG9ubHkiOmZhbHNlLCJwYXNzd29yZCI6ZmFsc2UsIm1haWxiYWNrIjpmYWxzZSwibWFpbGJhY2tBc1NlbmRlciI6ZmFsc2UsIm1haWxiYWNrZmlsZSI6IiIsInNpemUiOiIiLCJ2YWxpZGF0aW9uQ29uZGl0aW9uIjowLCJ2YWxpZGF0aW9uSWQiOiIxIiwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IiIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiIiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOiI4IiwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6IjE2IiwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsImhpZGVJbk1haWxiYWNrIjpmYWxzZSwidmFsdWVfdHJhbnNsYXRpb24iOiIiLCJwbGFjZWhvbGRlcl90cmFuc2xhdGlvbiI6IiIsImxhYmVsX3RyYW5zbGF0aW9uIjoiIiwiaGludF90cmFuc2xhdGlvbiI6IiIsInZhbGlkYXRpb25NZXNzYWdlX3RyYW5zbGF0aW9uIjoiIn19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJlbWFpbCIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IkVtYWlsIEFkZHJlc3MiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fdGV4dC1maWVsZC5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmVGV4dGZpZWxkIiwibGFiZWwiOiJFbWFpbCBBZGRyZXNzIiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJlbWFpbCIsImRiSWQiOjY2LCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjp0cnVlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwicGxhY2Vob2xkZXIiOiIiLCJ2YWx1ZSI6IiIsIm1heExlbmd0aCI6IiIsInJlYWRvbmx5IjpmYWxzZSwicGFzc3dvcmQiOmZhbHNlLCJtYWlsYmFjayI6ZmFsc2UsIm1haWxiYWNrQXNTZW5kZXIiOmZhbHNlLCJtYWlsYmFja2ZpbGUiOiIiLCJzaXplIjoiIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MSwidmFsaWRhdGlvbklkIjoiNDQiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiUGxlYXNlIHByb3ZpZGUgRW1haWwgQWRkcmVzcyIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiJmZl92YWx1ZW5vdGVtcHR5IiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjoiOCIsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOiIxNiIsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsInZhbHVlX3RyYW5zbGF0aW9uIjoiIiwicGxhY2Vob2xkZXJfdHJhbnNsYXRpb24iOiIiLCJsYWJlbF90cmFuc2xhdGlvbiI6IiIsImhpbnRfdHJhbnNsYXRpb24iOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZV90cmFuc2xhdGlvbiI6IiJ9fSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoidGVsZXBob25lIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiVGVsZXBob25lIE51bWJlciIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6IlRlbGVwaG9uZSBOdW1iZXIiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6InRlbGVwaG9uZSIsImRiSWQiOjEzMiwib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6ZmFsc2UsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJwbGFjZWhvbGRlciI6IiIsInZhbHVlIjoiIiwibWF4TGVuZ3RoIjoiIiwicmVhZG9ubHkiOmZhbHNlLCJwYXNzd29yZCI6ZmFsc2UsIm1haWxiYWNrIjpmYWxzZSwibWFpbGJhY2tBc1NlbmRlciI6ZmFsc2UsIm1haWxiYWNrZmlsZSI6IiIsInNpemUiOiIiLCJ2YWxpZGF0aW9uQ29uZGl0aW9uIjowLCJ2YWxpZGF0aW9uSWQiOiIxIiwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IiIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiIiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOiI4IiwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6IjE2IiwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsImhpZGVJbk1haWxiYWNrIjpmYWxzZSwidmFsdWVfdHJhbnNsYXRpb24iOiIiLCJwbGFjZWhvbGRlcl90cmFuc2xhdGlvbiI6IiIsImxhYmVsX3RyYW5zbGF0aW9uIjoiIiwiaGludF90cmFuc2xhdGlvbiI6IiIsInZhbGlkYXRpb25NZXNzYWdlX3RyYW5zbGF0aW9uIjoiIn19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJtb2JpbGUiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJNb2JpbGUgUGhvbmUgTnVtYmVyIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3RleHQtZmllbGQucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZlRleHRmaWVsZCIsImxhYmVsIjoiTW9iaWxlIFBob25lIE51bWJlciIsImxhYmVsUG9zaXRpb24iOiJsZWZ0IiwiYmZOYW1lIjoibW9iaWxlIiwiZGJJZCI6NjcsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOnRydWUsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJwbGFjZWhvbGRlciI6IiIsInZhbHVlIjoiIiwibWF4TGVuZ3RoIjoiIiwicmVhZG9ubHkiOmZhbHNlLCJwYXNzd29yZCI6ZmFsc2UsIm1haWxiYWNrIjpmYWxzZSwibWFpbGJhY2tBc1NlbmRlciI6ZmFsc2UsIm1haWxiYWNrZmlsZSI6IiIsInNpemUiOiIiLCJ2YWxpZGF0aW9uQ29uZGl0aW9uIjoxLCJ2YWxpZGF0aW9uSWQiOiI0NCIsInZhbGlkYXRpb25Db2RlIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2UiOiJQbGVhc2UgcHJvdmlkZSBNb2JpbGUgY29udGFjdCBudW1iZXIiLCJ2YWxpZGF0aW9uRnVuY3Rpb25OYW1lIjoiZmZfdmFsdWVub3RlbXB0eSIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6IjgiLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjoiMTYiLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJ2YWx1ZV90cmFuc2xhdGlvbiI6IiIsInBsYWNlaG9sZGVyX3RyYW5zbGF0aW9uIjoiIiwibGFiZWxfdHJhbnNsYXRpb24iOiIiLCJoaW50X3RyYW5zbGF0aW9uIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2VfdHJhbnNsYXRpb24iOiIifX1dfSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZVNlY3Rpb25DbGFzcyIsImlkIjoiYmZRdWlja01vZGVTZWN0aW9uMTE4NjYiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJzZWN0aW9uXCJ9In0sInByb3BlcnRpZXMiOnsiYmZUeXBlIjoic2VjdGlvbiIsInR5cGUiOiJzZWN0aW9uIiwiZGlzcGxheVR5cGUiOiJicmVha3MiLCJ0aXRsZSI6IkNvbXBhbnkgRGV0YWlscyIsIm5hbWUiOiJjb21wYW55IiwiZGVzY3JpcHRpb24iOiIiLCJvZmYiOmZhbHNlLCJ0aXRsZV90cmFuc2xhdGlvbiI6IiJ9LCJzdGF0ZSI6Im9wZW4iLCJkYXRhIjp7InRpdGxlIjoiQ29tcGFueSBEZXRhaWxzIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3NlY3Rpb24ucG5nIn0sImNoaWxkcmVuIjpbeyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImNvbXBhbnluYW1lIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiQ29tcGFueSBOYW1lIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3RleHQtZmllbGQucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZlRleHRmaWVsZCIsImxhYmVsIjoiQ29tcGFueSBOYW1lIiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJjb21wYW55bmFtZSIsImRiSWQiOjcyLCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjp0cnVlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwicGxhY2Vob2xkZXIiOiIiLCJ2YWx1ZSI6IiIsIm1heExlbmd0aCI6IiIsInJlYWRvbmx5IjpmYWxzZSwicGFzc3dvcmQiOmZhbHNlLCJtYWlsYmFjayI6ZmFsc2UsIm1haWxiYWNrQXNTZW5kZXIiOmZhbHNlLCJtYWlsYmFja2ZpbGUiOiIiLCJzaXplIjoiIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MCwidmFsaWRhdGlvbklkIjoiMSIsInZhbGlkYXRpb25Db2RlIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2UiOiIiLCJ2YWxpZGF0aW9uRnVuY3Rpb25OYW1lIjoiIiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjoiOCIsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOiIxNiIsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsInZhbHVlX3RyYW5zbGF0aW9uIjoiIiwicGxhY2Vob2xkZXJfdHJhbnNsYXRpb24iOiIiLCJsYWJlbF90cmFuc2xhdGlvbiI6IiIsImhpbnRfdHJhbnNsYXRpb24iOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZV90cmFuc2xhdGlvbiI6IiJ9fSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoidHJhZGluZ25hbWUiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJUcmFkaW5nIE5hbWUiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fdGV4dC1maWVsZC5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmVGV4dGZpZWxkIiwibGFiZWwiOiJUcmFkaW5nIE5hbWUiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6InRyYWRpbmduYW1lIiwiZGJJZCI6MTI1LCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjpmYWxzZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInBsYWNlaG9sZGVyIjoiIiwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjAsInZhbGlkYXRpb25JZCI6IjEiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6IjgiLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjoiMTYiLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJ2YWx1ZV90cmFuc2xhdGlvbiI6IiIsInBsYWNlaG9sZGVyX3RyYW5zbGF0aW9uIjoiIiwibGFiZWxfdHJhbnNsYXRpb24iOiIiLCJoaW50X3RyYW5zbGF0aW9uIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2VfdHJhbnNsYXRpb24iOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImNvbXBhbnl0eXBlIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiQ29tcGFueSBUeXBlIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3JhZGlvLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZSYWRpb0dyb3VwIiwibGFiZWwiOiJDb21wYW55IFR5cGUiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6ImNvbXBhbnl0eXBlIiwiZGJJZCI6MTI2LCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjpmYWxzZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsImdyb3VwIjoiMTtDQztDQ1xuMDtQdHkgTHRkO1B0eSBMdGRcbjI7U29sZSBPd25lcjtTb2xlT3duZXJcbjM7UGFydG5lcnNoaXAiLCJyZWFkb25seSI6ZmFsc2UsIndyYXAiOmZhbHNlLCJ2YWxpZGF0aW9uQ29uZGl0aW9uIjowLCJ2YWxpZGF0aW9uSWQiOiIxIiwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IiIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiIiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOiI4IiwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6IjE2IiwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsImhpZGVJbk1haWxiYWNrIjpmYWxzZSwiZ3JvdXBfdHJhbnNsYXRpb24iOiIiLCJoaW50X3RyYW5zbGF0aW9uIjoiIiwibGFiZWxfdHJhbnNsYXRpb24iOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZV90cmFuc2xhdGlvbiI6IiJ9fSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoiY29tcGFueXJlZ2lzdHJhdGlvbiIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IkNvbXBhbnkgUmVnaXN0cmF0aW9uIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3RleHQtZmllbGQucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZlRleHRmaWVsZCIsImxhYmVsIjoiQ29tcGFueSBSZWdpc3RyYXRpb24iLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6ImNvbXBhbnlyZWdpc3RyYXRpb24iLCJkYklkIjoxMjcsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOmZhbHNlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwicGxhY2Vob2xkZXIiOiIiLCJ2YWx1ZSI6IiIsIm1heExlbmd0aCI6IiIsInJlYWRvbmx5IjpmYWxzZSwicGFzc3dvcmQiOmZhbHNlLCJtYWlsYmFjayI6ZmFsc2UsIm1haWxiYWNrQXNTZW5kZXIiOmZhbHNlLCJtYWlsYmFja2ZpbGUiOiIiLCJzaXplIjoiIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MCwidmFsaWRhdGlvbklkIjoiMSIsInZhbGlkYXRpb25Db2RlIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2UiOiIiLCJ2YWxpZGF0aW9uRnVuY3Rpb25OYW1lIjoiIiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjoiOCIsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOiIxNiIsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsInZhbHVlX3RyYW5zbGF0aW9uIjoiIiwicGxhY2Vob2xkZXJfdHJhbnNsYXRpb24iOiIiLCJsYWJlbF90cmFuc2xhdGlvbiI6IiIsImhpbnRfdHJhbnNsYXRpb24iOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZV90cmFuc2xhdGlvbiI6IiJ9fSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoiYWRkcmVzczEiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJQaHlzaWNhbCBBZGRyZXNzIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3RleHQtZmllbGQucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZlRleHRmaWVsZCIsImxhYmVsIjoiUGh5c2ljYWwgQWRkcmVzcyIsImxhYmVsUG9zaXRpb24iOiJsZWZ0IiwiYmZOYW1lIjoiYWRkcmVzczEiLCJkYklkIjo3OSwib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6dHJ1ZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInBsYWNlaG9sZGVyIjoiIiwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjAsInZhbGlkYXRpb25JZCI6IjEiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6IjgiLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjoiMTYiLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJ2YWx1ZV90cmFuc2xhdGlvbiI6IiIsInBsYWNlaG9sZGVyX3RyYW5zbGF0aW9uIjoiIiwibGFiZWxfdHJhbnNsYXRpb24iOiIiLCJoaW50X3RyYW5zbGF0aW9uIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2VfdHJhbnNsYXRpb24iOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6InN1YnVyYiIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IlN1YnVyYiIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6IlN1YnVyYiIsImxhYmVsUG9zaXRpb24iOiJsZWZ0IiwiYmZOYW1lIjoic3VidXJiIiwiZGJJZCI6ODAsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOnRydWUsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJwbGFjZWhvbGRlciI6IiIsInZhbHVlIjoiIiwibWF4TGVuZ3RoIjoiIiwicmVhZG9ubHkiOmZhbHNlLCJwYXNzd29yZCI6ZmFsc2UsIm1haWxiYWNrIjpmYWxzZSwibWFpbGJhY2tBc1NlbmRlciI6ZmFsc2UsIm1haWxiYWNrZmlsZSI6IiIsInNpemUiOiIiLCJ2YWxpZGF0aW9uQ29uZGl0aW9uIjowLCJ2YWxpZGF0aW9uSWQiOiIxIiwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IiIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiIiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOiI4IiwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6IjE2IiwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsImhpZGVJbk1haWxiYWNrIjpmYWxzZSwidmFsdWVfdHJhbnNsYXRpb24iOiIiLCJwbGFjZWhvbGRlcl90cmFuc2xhdGlvbiI6IiIsImxhYmVsX3RyYW5zbGF0aW9uIjoiIiwiaGludF90cmFuc2xhdGlvbiI6IiIsInZhbGlkYXRpb25NZXNzYWdlX3RyYW5zbGF0aW9uIjoiIn19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJ0b3duY2l0eSIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IlRvd24gb3IgQ2l0eSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6IlRvd24gb3IgQ2l0eSIsImxhYmVsUG9zaXRpb24iOiJsZWZ0IiwiYmZOYW1lIjoidG93bmNpdHkiLCJkYklkIjo4MSwib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6dHJ1ZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInBsYWNlaG9sZGVyIjoiIiwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjAsInZhbGlkYXRpb25JZCI6IjEiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6IjgiLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjoiMTYiLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJ2YWx1ZV90cmFuc2xhdGlvbiI6IiIsInBsYWNlaG9sZGVyX3RyYW5zbGF0aW9uIjoiIiwibGFiZWxfdHJhbnNsYXRpb24iOiIiLCJoaW50X3RyYW5zbGF0aW9uIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2VfdHJhbnNsYXRpb24iOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6InByb3ZpbmNlIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiUHJvdmluY2UiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fc2VsZWN0LnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZTZWxlY3QiLCJsYWJlbCI6IlByb3ZpbmNlIiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJwcm92aW5jZSIsImRiSWQiOjI5Nywib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6dHJ1ZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsImxpc3QiOiIwO0dhdXRlbmc7R2F1dGVuZ1xuMDtMaW1wb3BvO0xpbXBvcG9cbjA7TXB1bXVsYW5nYTtNcHVtdWxhbmdhXG4wO1dlc3Rlcm4gQ2FwZTtXZXN0ZXJuIENhcGVcbjA7RWFzdGVybiBDYXBlOyBFYXN0ZXJuIENhcGVcbjA7Tm9ydGhlcm4gQ2FwZTtOb3J0aGVybiBDYXBlXG4wO05vcnRoIFdlc3Q7IE5vcnRoIFdlc3RcbjA7S3dhenVsdS1OYXRhbDtLd2F6dWx1LU5hdGFsXG4wO0ZyZWUgU3RhdGU7IEZyZWUgU3RhdGVcbiIsInJlYWRvbmx5IjpmYWxzZSwibXVsdGlwbGUiOmZhbHNlLCJtYWlsYmFjayI6ZmFsc2UsIndpZHRoIjoiIiwiaGVpZ2h0IjoiIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MCwidmFsaWRhdGlvbklkIjoiMSIsInZhbGlkYXRpb25Db2RlIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2UiOiIiLCJ2YWxpZGF0aW9uRnVuY3Rpb25OYW1lIjoiIiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjoiOCIsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOiIxNiIsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsImxpc3RfdHJhbnNsYXRpb24iOiIiLCJoaW50X3RyYW5zbGF0aW9uIjoiIiwibGFiZWxfdHJhbnNsYXRpb24iOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZV90cmFuc2xhdGlvbiI6IiJ9fSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoicG9zdGNvZGUiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJQb3N0Y29kZSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6IlBvc3Rjb2RlIiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJwb3N0Y29kZSIsImRiSWQiOjk1LCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjp0cnVlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwicGxhY2Vob2xkZXIiOiIiLCJ2YWx1ZSI6IiIsIm1heExlbmd0aCI6IjQiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IjQiLCJ2YWxpZGF0aW9uQ29uZGl0aW9uIjowLCJ2YWxpZGF0aW9uSWQiOiIxIiwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IiIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiIiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOiI4IiwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6IjE2IiwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsImhpZGVJbk1haWxiYWNrIjpmYWxzZSwidmFsdWVfdHJhbnNsYXRpb24iOiIiLCJwbGFjZWhvbGRlcl90cmFuc2xhdGlvbiI6IiIsImxhYmVsX3RyYW5zbGF0aW9uIjoiIiwiaGludF90cmFuc2xhdGlvbiI6IiIsInZhbGlkYXRpb25NZXNzYWdlX3RyYW5zbGF0aW9uIjoiIn19XX1dfV19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlUGFnZUNsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZVBhZ2UyIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwicGFnZVwifSJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJwYWdlIiwicGFnZU51bWJlciI6MiwicGFnZUludHJvIjoiPGgyPk9TQ0FTQSBBZ2VuY3kgQXBwbGljYXRpb24gRm9ybTxcL2gyPiJ9LCJzdGF0ZSI6Im9wZW4iLCJkYXRhIjp7InRpdGxlIjoiUGFnZSAyIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3BhZ2UucG5nIn0sImNoaWxkcmVuIjpbeyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVTZWN0aW9uQ2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlU2VjdGlvbjIyODc4IiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwic2VjdGlvblwifSJ9LCJwcm9wZXJ0aWVzIjp7ImJmVHlwZSI6InNlY3Rpb24iLCJ0eXBlIjoic2VjdGlvbiIsImRpc3BsYXlUeXBlIjoiaW5saW5lIiwidGl0bGUiOiJTZWN0aW9uIDIiLCJuYW1lIjoic2VjdGlvbjIiLCJkZXNjcmlwdGlvbiI6IiIsIm9mZiI6ZmFsc2UsInRpdGxlX3RyYW5zbGF0aW9uIjoiIn0sInN0YXRlIjoib3BlbiIsImRhdGEiOnsidGl0bGUiOiJTZWN0aW9uIDIiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fc2VjdGlvbi5wbmcifSwiY2hpbGRyZW4iOlt7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZVNlY3Rpb25DbGFzcyIsImlkIjoiYmZRdWlja01vZGVTZWN0aW9uODA3NTUiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJzZWN0aW9uXCJ9In0sInByb3BlcnRpZXMiOnsiYmZUeXBlIjoic2VjdGlvbiIsInR5cGUiOiJzZWN0aW9uIiwiZGlzcGxheVR5cGUiOiJicmVha3MiLCJ0aXRsZSI6IlBvc3RhbCBBZGRyZXNzIiwibmFtZSI6InBvc3RhbGFkZHJlc3MiLCJkZXNjcmlwdGlvbiI6IiIsIm9mZiI6ZmFsc2UsInRpdGxlX3RyYW5zbGF0aW9uIjoiIn0sInN0YXRlIjoib3BlbiIsImRhdGEiOnsidGl0bGUiOiJQb3N0YWwgQWRkcmVzcyIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9zZWN0aW9uLnBuZyJ9LCJjaGlsZHJlbiI6W3siYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJwb3N0YWxhZGRyZXNzMSIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IlBvc3RhbCBBZGRyZXNzIDEiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fdGV4dC1maWVsZC5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmVGV4dGZpZWxkIiwibGFiZWwiOiJQb3N0YWwgQWRkcmVzcyAxIiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJwb3N0YWxhZGRyZXNzMSIsImRiSWQiOjEwMCwib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6ZmFsc2UsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJwbGFjZWhvbGRlciI6IiIsInZhbHVlIjoiIiwibWF4TGVuZ3RoIjoiIiwicmVhZG9ubHkiOmZhbHNlLCJwYXNzd29yZCI6ZmFsc2UsIm1haWxiYWNrIjpmYWxzZSwibWFpbGJhY2tBc1NlbmRlciI6ZmFsc2UsIm1haWxiYWNrZmlsZSI6IiIsInNpemUiOiIiLCJ2YWxpZGF0aW9uQ29uZGl0aW9uIjowLCJ2YWxpZGF0aW9uSWQiOiIxIiwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IiIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiIiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOiI4IiwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6IjE2IiwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsImhpZGVJbk1haWxiYWNrIjpmYWxzZSwidmFsdWVfdHJhbnNsYXRpb24iOiIiLCJwbGFjZWhvbGRlcl90cmFuc2xhdGlvbiI6IiIsImxhYmVsX3RyYW5zbGF0aW9uIjoiIiwiaGludF90cmFuc2xhdGlvbiI6IiIsInZhbGlkYXRpb25NZXNzYWdlX3RyYW5zbGF0aW9uIjoiIn19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJwb3N0YWxhZGRyZXNzMiIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IlBvc3RhbCBBZGRyZXNzIDIiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fdGV4dC1maWVsZC5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmVGV4dGZpZWxkIiwibGFiZWwiOiJQb3N0YWwgQWRkcmVzcyAyIiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJwb3N0YWxhZGRyZXNzMiIsImRiSWQiOjEwMSwib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6ZmFsc2UsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJwbGFjZWhvbGRlciI6IiIsInZhbHVlIjoiIiwibWF4TGVuZ3RoIjoiIiwicmVhZG9ubHkiOmZhbHNlLCJwYXNzd29yZCI6ZmFsc2UsIm1haWxiYWNrIjpmYWxzZSwibWFpbGJhY2tBc1NlbmRlciI6ZmFsc2UsIm1haWxiYWNrZmlsZSI6IiIsInNpemUiOiIiLCJ2YWxpZGF0aW9uQ29uZGl0aW9uIjowLCJ2YWxpZGF0aW9uSWQiOiIxIiwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IiIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiIiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOiI4IiwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6IjE2IiwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsImhpZGVJbk1haWxiYWNrIjpmYWxzZSwidmFsdWVfdHJhbnNsYXRpb24iOiIiLCJwbGFjZWhvbGRlcl90cmFuc2xhdGlvbiI6IiIsImxhYmVsX3RyYW5zbGF0aW9uIjoiIiwiaGludF90cmFuc2xhdGlvbiI6IiIsInZhbGlkYXRpb25NZXNzYWdlX3RyYW5zbGF0aW9uIjoiIn19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJwb3N0Y29kZXBvc3RhbCIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IlBvc3Rjb2RlIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3RleHQtZmllbGQucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZlRleHRmaWVsZCIsImxhYmVsIjoiUG9zdGNvZGUiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6InBvc3Rjb2RlcG9zdGFsIiwiZGJJZCI6MTAyLCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjpmYWxzZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInBsYWNlaG9sZGVyIjoiIiwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiI0IiwicmVhZG9ubHkiOmZhbHNlLCJwYXNzd29yZCI6ZmFsc2UsIm1haWxiYWNrIjpmYWxzZSwibWFpbGJhY2tBc1NlbmRlciI6ZmFsc2UsIm1haWxiYWNrZmlsZSI6IiIsInNpemUiOiI0IiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MCwidmFsaWRhdGlvbklkIjoiMSIsInZhbGlkYXRpb25Db2RlIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2UiOiIiLCJ2YWxpZGF0aW9uRnVuY3Rpb25OYW1lIjoiIiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjoiOCIsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOiIxNiIsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsInZhbHVlX3RyYW5zbGF0aW9uIjoiIiwicGxhY2Vob2xkZXJfdHJhbnNsYXRpb24iOiIiLCJsYWJlbF90cmFuc2xhdGlvbiI6IiIsImhpbnRfdHJhbnNsYXRpb24iOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZV90cmFuc2xhdGlvbiI6IiJ9fSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoiY2FzdGluZ3R5cGUiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJDYXN0aW5nIFR5cGUiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fc2VsZWN0LnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZTZWxlY3QiLCJsYWJlbCI6IkNhc3RpbmcgVHlwZSIsImxhYmVsUG9zaXRpb24iOiJsZWZ0IiwiYmZOYW1lIjoiY2FzdGluZ3R5cGUiLCJkYklkIjoxNDUsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOmZhbHNlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwibGlzdCI6IjA7Q2hhcmFjdGVycztDaGFyYWN0ZXJzXG4wO0tpZHM7S2lkc1xuMDtXYWxrIE9ucztXYWxrIE9uc1xuMDtGZWF0dXJlZCBFeHRyYXM7RmVhdHVyZWQgRXh0cmFzXG4wO0JhY2tncm91bmQgRXh0cmFzO0JhY2tncm91bmQgRXh0cmFzXG4iLCJyZWFkb25seSI6ZmFsc2UsIm11bHRpcGxlIjp0cnVlLCJtYWlsYmFjayI6ZmFsc2UsIndpZHRoIjoiIiwiaGVpZ2h0IjoiIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MCwidmFsaWRhdGlvbklkIjoiMSIsInZhbGlkYXRpb25Db2RlIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2UiOiIiLCJ2YWxpZGF0aW9uRnVuY3Rpb25OYW1lIjoiIiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjoiOCIsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOiIxNiIsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsImxpc3RfdHJhbnNsYXRpb24iOiIiLCJoaW50X3RyYW5zbGF0aW9uIjoiIiwibGFiZWxfdHJhbnNsYXRpb24iOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZV90cmFuc2xhdGlvbiI6IiJ9fSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoibWVtYmVyc2hpcHB1Ymxpc2hlZCIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IldvdWxkIHlvdSBsaWtlIHlvdXIgTWVtYmVyc2hpcCBwdWJsaXNoZWQgb24gdGhpcyBzaXRlPyIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9yYWRpby5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmUmFkaW9Hcm91cCIsImxhYmVsIjoiV291bGQgeW91IGxpa2UgeW91ciBNZW1iZXJzaGlwIHB1Ymxpc2hlZCBvbiB0aGlzIHNpdGU/IiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJtZW1iZXJzaGlwcHVibGlzaGVkIiwiZGJJZCI6MTU0LCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjp0cnVlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwiZ3JvdXAiOiIxO1llczt5ZXNcbjA7Tm87bm8iLCJyZWFkb25seSI6ZmFsc2UsIndyYXAiOmZhbHNlLCJ2YWxpZGF0aW9uQ29uZGl0aW9uIjoxLCJ2YWxpZGF0aW9uSWQiOiIxIiwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IiIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiJmZl9hbnljaGVja2VkIiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjoiOCIsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOiIxNiIsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsImdyb3VwX3RyYW5zbGF0aW9uIjoiIiwiaGludF90cmFuc2xhdGlvbiI6IiIsImxhYmVsX3RyYW5zbGF0aW9uIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2VfdHJhbnNsYXRpb24iOiIifX1dfSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZVNlY3Rpb25DbGFzcyIsImlkIjoiYmZRdWlja01vZGVTZWN0aW9uMzQyNTkiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJzZWN0aW9uXCJ9In0sInByb3BlcnRpZXMiOnsiYmZUeXBlIjoic2VjdGlvbiIsInR5cGUiOiJzZWN0aW9uIiwiZGlzcGxheVR5cGUiOiJicmVha3MiLCJ0aXRsZSI6IkRldGFpbHMgT3duZXJcL1BhcnRuZXJcL01lbWJlciAxIiwibmFtZSI6Im93bmVycGFydG5lcm1lbWJlcnMxIiwiZGVzY3JpcHRpb24iOiIiLCJvZmYiOmZhbHNlLCJ0aXRsZV90cmFuc2xhdGlvbiI6IiJ9LCJzdGF0ZSI6Im9wZW4iLCJkYXRhIjp7InRpdGxlIjoiRGV0YWlscyBPd25lclwvUGFydG5lclwvTWVtYmVyIDEiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fc2VjdGlvbi5wbmcifSwiY2hpbGRyZW4iOlt7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoib3duZXIxbmFtZSIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IkZpcnN0ICYgU3VybmFtZSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6IkZpcnN0ICYgU3VybmFtZSIsImxhYmVsUG9zaXRpb24iOiJsZWZ0IiwiYmZOYW1lIjoib3duZXIxbmFtZSIsImRiSWQiOjE3NSwib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6dHJ1ZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInBsYWNlaG9sZGVyIjoiIiwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjAsInZhbGlkYXRpb25JZCI6IjEiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6IjgiLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjoiMTYiLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJ2YWx1ZV90cmFuc2xhdGlvbiI6IiIsInBsYWNlaG9sZGVyX3RyYW5zbGF0aW9uIjoiIiwibGFiZWxfdHJhbnNsYXRpb24iOiIiLCJoaW50X3RyYW5zbGF0aW9uIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2VfdHJhbnNsYXRpb24iOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6Im93bmVyMWlkIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiIElEIE51bWJlciIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6IiBJRCBOdW1iZXIiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6Im93bmVyMWlkIiwiZGJJZCI6MTc2LCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjp0cnVlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwicGxhY2Vob2xkZXIiOiIiLCJ2YWx1ZSI6IiIsIm1heExlbmd0aCI6IiIsInJlYWRvbmx5IjpmYWxzZSwicGFzc3dvcmQiOmZhbHNlLCJtYWlsYmFjayI6ZmFsc2UsIm1haWxiYWNrQXNTZW5kZXIiOmZhbHNlLCJtYWlsYmFja2ZpbGUiOiIiLCJzaXplIjoiIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MCwidmFsaWRhdGlvbklkIjoiMSIsInZhbGlkYXRpb25Db2RlIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2UiOiIiLCJ2YWxpZGF0aW9uRnVuY3Rpb25OYW1lIjoiIiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjoiOCIsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOiIxNiIsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsInZhbHVlX3RyYW5zbGF0aW9uIjoiIiwicGxhY2Vob2xkZXJfdHJhbnNsYXRpb24iOiIiLCJsYWJlbF90cmFuc2xhdGlvbiI6IiIsImhpbnRfdHJhbnNsYXRpb24iOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZV90cmFuc2xhdGlvbiI6IiJ9fSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoib3duZXIxcG9zaXRpb24iLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJQb3NpdGlvbiIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6IlBvc2l0aW9uIiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJvd25lcjFwb3NpdGlvbiIsImRiSWQiOjE3Nywib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6dHJ1ZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInBsYWNlaG9sZGVyIjoiIiwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjAsInZhbGlkYXRpb25JZCI6IjEiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6IjgiLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjoiMTYiLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJ2YWx1ZV90cmFuc2xhdGlvbiI6IiIsInBsYWNlaG9sZGVyX3RyYW5zbGF0aW9uIjoiIiwibGFiZWxfdHJhbnNsYXRpb24iOiIiLCJoaW50X3RyYW5zbGF0aW9uIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2VfdHJhbnNsYXRpb24iOiIiLCJuYW1lIjoiYmZRdWlja01vZGUzNjYxMyJ9fSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoib3duZXIxbW9iaWxlIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiTW9iaWxlIFBob25lIE51bWJlciIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6Ik1vYmlsZSBQaG9uZSBOdW1iZXIiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6Im93bmVyMW1vYmlsZSIsImRiSWQiOjE4Niwib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6dHJ1ZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInBsYWNlaG9sZGVyIjoiIiwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjAsInZhbGlkYXRpb25JZCI6IjEiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6IjgiLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjoiMTYiLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJ2YWx1ZV90cmFuc2xhdGlvbiI6IiIsInBsYWNlaG9sZGVyX3RyYW5zbGF0aW9uIjoiIiwibGFiZWxfdHJhbnNsYXRpb24iOiIiLCJoaW50X3RyYW5zbGF0aW9uIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2VfdHJhbnNsYXRpb24iOiIifX1dfV19XX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVQYWdlQ2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlUGFnZTMiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJwYWdlXCJ9In0sInByb3BlcnRpZXMiOnsidHlwZSI6InBhZ2UiLCJwYWdlTnVtYmVyIjozLCJwYWdlSW50cm8iOiI8aDI+T1NDQVNBIEFnZW5jeSBBcHBsaWNhdGlvbiBGb3JtPFwvaDI+In0sInN0YXRlIjoib3BlbiIsImRhdGEiOnsidGl0bGUiOiJQYWdlIDMiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fcGFnZS5wbmcifSwiY2hpbGRyZW4iOlt7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZVNlY3Rpb25DbGFzcyIsImlkIjoiYmZRdWlja01vZGVTZWN0aW9uNjUwODYiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJzZWN0aW9uXCJ9In0sInByb3BlcnRpZXMiOnsiYmZUeXBlIjoic2VjdGlvbiIsInR5cGUiOiJzZWN0aW9uIiwiZGlzcGxheVR5cGUiOiJpbmxpbmUiLCJ0aXRsZSI6IlNlY3Rpb24gMyIsIm5hbWUiOiJzZWN0aW9uMyIsImRlc2NyaXB0aW9uIjoiIiwib2ZmIjpmYWxzZSwidGl0bGVfdHJhbnNsYXRpb24iOiIifSwic3RhdGUiOiJvcGVuIiwiZGF0YSI6eyJ0aXRsZSI6IlNlY3Rpb24gMyIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9zZWN0aW9uLnBuZyJ9LCJjaGlsZHJlbiI6W3siYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlU2VjdGlvbkNsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZVNlY3Rpb240OTA2NSIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcInNlY3Rpb25cIn0ifSwicHJvcGVydGllcyI6eyJiZlR5cGUiOiJzZWN0aW9uIiwidHlwZSI6InNlY3Rpb24iLCJkaXNwbGF5VHlwZSI6ImJyZWFrcyIsInRpdGxlIjoiRGV0YWlscyBPd25lclwvUGFydG5lclwvTWVtYmVyIDIiLCJuYW1lIjoib3duZXJwYXJ0bmVyMiIsImRlc2NyaXB0aW9uIjoiIiwib2ZmIjpmYWxzZSwidGl0bGVfdHJhbnNsYXRpb24iOiIifSwic3RhdGUiOiJvcGVuIiwiZGF0YSI6eyJ0aXRsZSI6IkRldGFpbHMgT3duZXJcL1BhcnRuZXJcL01lbWJlciAyIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3NlY3Rpb24ucG5nIn0sImNoaWxkcmVuIjpbeyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImZpcnN0c3VybmFtZTIiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJGaXJzdCAmIFN1cm5hbWUiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fdGV4dC1maWVsZC5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmVGV4dGZpZWxkIiwibGFiZWwiOiJGaXJzdCAmIFN1cm5hbWUiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6ImZpcnN0c3VybmFtZTIiLCJkYklkIjoxOTEsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOmZhbHNlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwicGxhY2Vob2xkZXIiOiIiLCJ2YWx1ZSI6IiIsIm1heExlbmd0aCI6IiIsInJlYWRvbmx5IjpmYWxzZSwicGFzc3dvcmQiOmZhbHNlLCJtYWlsYmFjayI6ZmFsc2UsIm1haWxiYWNrQXNTZW5kZXIiOmZhbHNlLCJtYWlsYmFja2ZpbGUiOiIiLCJzaXplIjoiIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MCwidmFsaWRhdGlvbklkIjoiMSIsInZhbGlkYXRpb25Db2RlIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2UiOiIiLCJ2YWxpZGF0aW9uRnVuY3Rpb25OYW1lIjoiIiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjoiOCIsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOiIxNiIsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsInZhbHVlX3RyYW5zbGF0aW9uIjoiIiwicGxhY2Vob2xkZXJfdHJhbnNsYXRpb24iOiIiLCJsYWJlbF90cmFuc2xhdGlvbiI6IiIsImhpbnRfdHJhbnNsYXRpb24iOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZV90cmFuc2xhdGlvbiI6IiJ9fSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoiaWRudW1iZXJvd25lcjIiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJJRCBOdW1iZXIiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fdGV4dC1maWVsZC5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmVGV4dGZpZWxkIiwibGFiZWwiOiJJRCBOdW1iZXIiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6ImlkbnVtYmVyb3duZXIyIiwiZGJJZCI6MTk2LCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjpmYWxzZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInBsYWNlaG9sZGVyIjoiIiwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjAsInZhbGlkYXRpb25JZCI6IjEiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6IjgiLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjoiMTYiLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJ2YWx1ZV90cmFuc2xhdGlvbiI6IiIsInBsYWNlaG9sZGVyX3RyYW5zbGF0aW9uIjoiIiwibGFiZWxfdHJhbnNsYXRpb24iOiIiLCJoaW50X3RyYW5zbGF0aW9uIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2VfdHJhbnNsYXRpb24iOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6InBvc2l0aW9uMiIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IlBvc2l0aW9uIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3RleHQtZmllbGQucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZlRleHRmaWVsZCIsImxhYmVsIjoiUG9zaXRpb24iLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6InBvc2l0aW9uMiIsImRiSWQiOjE5Nywib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6ZmFsc2UsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJwbGFjZWhvbGRlciI6IiIsInZhbHVlIjoiIiwibWF4TGVuZ3RoIjoiIiwicmVhZG9ubHkiOmZhbHNlLCJwYXNzd29yZCI6ZmFsc2UsIm1haWxiYWNrIjpmYWxzZSwibWFpbGJhY2tBc1NlbmRlciI6ZmFsc2UsIm1haWxiYWNrZmlsZSI6IiIsInNpemUiOiIiLCJ2YWxpZGF0aW9uQ29uZGl0aW9uIjowLCJ2YWxpZGF0aW9uSWQiOiIxIiwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IiIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiIiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOiI4IiwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6IjE2IiwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsImhpZGVJbk1haWxiYWNrIjpmYWxzZSwidmFsdWVfdHJhbnNsYXRpb24iOiIiLCJwbGFjZWhvbGRlcl90cmFuc2xhdGlvbiI6IiIsImxhYmVsX3RyYW5zbGF0aW9uIjoiIiwiaGludF90cmFuc2xhdGlvbiI6IiIsInZhbGlkYXRpb25NZXNzYWdlX3RyYW5zbGF0aW9uIjoiIn19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJtb2JpbGVudW1iZXIyIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiTW9iaWxlIFBob25lIE51bWJlciIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6Ik1vYmlsZSBQaG9uZSBOdW1iZXIiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6Im1vYmlsZW51bWJlcjIiLCJkYklkIjoyMDIsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOmZhbHNlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwicGxhY2Vob2xkZXIiOiIiLCJ2YWx1ZSI6IiIsIm1heExlbmd0aCI6IiIsInJlYWRvbmx5IjpmYWxzZSwicGFzc3dvcmQiOmZhbHNlLCJtYWlsYmFjayI6ZmFsc2UsIm1haWxiYWNrQXNTZW5kZXIiOmZhbHNlLCJtYWlsYmFja2ZpbGUiOiIiLCJzaXplIjoiIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MCwidmFsaWRhdGlvbklkIjoiMSIsInZhbGlkYXRpb25Db2RlIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2UiOiIiLCJ2YWxpZGF0aW9uRnVuY3Rpb25OYW1lIjoiIiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjoiOCIsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOiIxNiIsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsInZhbHVlX3RyYW5zbGF0aW9uIjoiIiwicGxhY2Vob2xkZXJfdHJhbnNsYXRpb24iOiIiLCJsYWJlbF90cmFuc2xhdGlvbiI6IiIsImhpbnRfdHJhbnNsYXRpb24iOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZV90cmFuc2xhdGlvbiI6IiJ9fV19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlU2VjdGlvbkNsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZVNlY3Rpb241NDMwMCIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcInNlY3Rpb25cIn0ifSwicHJvcGVydGllcyI6eyJiZlR5cGUiOiJzZWN0aW9uIiwidHlwZSI6InNlY3Rpb24iLCJkaXNwbGF5VHlwZSI6ImJyZWFrcyIsInRpdGxlIjoiRGV0YWlscyBPd25lclwvUGFydG5lclwvTWVtYmVyIDMiLCJuYW1lIjoib3duZXJtZW1iZXIzIiwiZGVzY3JpcHRpb24iOiIiLCJvZmYiOmZhbHNlLCJ0aXRsZV90cmFuc2xhdGlvbiI6IiJ9LCJzdGF0ZSI6Im9wZW4iLCJkYXRhIjp7InRpdGxlIjoiRGV0YWlscyBPd25lclwvUGFydG5lclwvTWVtYmVyIDMiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fc2VjdGlvbi5wbmcifSwiY2hpbGRyZW4iOlt7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoiZmlyc3RuYW1lc3VybmFtZTMiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJGaXJzdCAmIFN1cm5hbWUiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fdGV4dC1maWVsZC5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmVGV4dGZpZWxkIiwibGFiZWwiOiJGaXJzdCAmIFN1cm5hbWUiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6ImZpcnN0bmFtZXN1cm5hbWUzIiwiZGJJZCI6MjA3LCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjpmYWxzZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInBsYWNlaG9sZGVyIjoiIiwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjAsInZhbGlkYXRpb25JZCI6IjEiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6IjgiLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjoiMTYiLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJ2YWx1ZV90cmFuc2xhdGlvbiI6IiIsInBsYWNlaG9sZGVyX3RyYW5zbGF0aW9uIjoiIiwibGFiZWxfdHJhbnNsYXRpb24iOiIiLCJoaW50X3RyYW5zbGF0aW9uIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2VfdHJhbnNsYXRpb24iOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImlkbnVtYmVyMyIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IklEIE51bWJlciIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6IklEIE51bWJlciIsImxhYmVsUG9zaXRpb24iOiJsZWZ0IiwiYmZOYW1lIjoiaWRudW1iZXIzIiwiZGJJZCI6MjA4LCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjpmYWxzZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInBsYWNlaG9sZGVyIjoiIiwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjAsInZhbGlkYXRpb25JZCI6IjEiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6IjgiLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjoiMTYiLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJ2YWx1ZV90cmFuc2xhdGlvbiI6IiIsInBsYWNlaG9sZGVyX3RyYW5zbGF0aW9uIjoiIiwibGFiZWxfdHJhbnNsYXRpb24iOiIiLCJoaW50X3RyYW5zbGF0aW9uIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2VfdHJhbnNsYXRpb24iOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6InBvc2l0aW9uMyIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IlBvc2l0aW9uIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3RleHQtZmllbGQucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZlRleHRmaWVsZCIsImxhYmVsIjoiUG9zaXRpb24iLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6InBvc2l0aW9uMyIsImRiSWQiOjIxMywib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6ZmFsc2UsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJwbGFjZWhvbGRlciI6IiIsInZhbHVlIjoiIiwibWF4TGVuZ3RoIjoiIiwicmVhZG9ubHkiOmZhbHNlLCJwYXNzd29yZCI6ZmFsc2UsIm1haWxiYWNrIjpmYWxzZSwibWFpbGJhY2tBc1NlbmRlciI6ZmFsc2UsIm1haWxiYWNrZmlsZSI6IiIsInNpemUiOiIiLCJ2YWxpZGF0aW9uQ29uZGl0aW9uIjowLCJ2YWxpZGF0aW9uSWQiOiIxIiwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IiIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiIiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOiI4IiwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6IjE2IiwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsImhpZGVJbk1haWxiYWNrIjpmYWxzZSwidmFsdWVfdHJhbnNsYXRpb24iOiIiLCJwbGFjZWhvbGRlcl90cmFuc2xhdGlvbiI6IiIsImxhYmVsX3RyYW5zbGF0aW9uIjoiIiwiaGludF90cmFuc2xhdGlvbiI6IiIsInZhbGlkYXRpb25NZXNzYWdlX3RyYW5zbGF0aW9uIjoiIn19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJtb2JpbGUzIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiTW9iaWxlIFBob25lIE51bWJlciIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6Ik1vYmlsZSBQaG9uZSBOdW1iZXIiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6Im1vYmlsZTMiLCJkYklkIjoyMTQsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOmZhbHNlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwicGxhY2Vob2xkZXIiOiIiLCJ2YWx1ZSI6IiIsIm1heExlbmd0aCI6IiIsInJlYWRvbmx5IjpmYWxzZSwicGFzc3dvcmQiOmZhbHNlLCJtYWlsYmFjayI6ZmFsc2UsIm1haWxiYWNrQXNTZW5kZXIiOmZhbHNlLCJtYWlsYmFja2ZpbGUiOiIiLCJzaXplIjoiIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MCwidmFsaWRhdGlvbklkIjoiMSIsInZhbGlkYXRpb25Db2RlIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2UiOiIiLCJ2YWxpZGF0aW9uRnVuY3Rpb25OYW1lIjoiIiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjoiOCIsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOiIxNiIsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsInZhbHVlX3RyYW5zbGF0aW9uIjoiIiwicGxhY2Vob2xkZXJfdHJhbnNsYXRpb24iOiIiLCJsYWJlbF90cmFuc2xhdGlvbiI6IiIsImhpbnRfdHJhbnNsYXRpb24iOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZV90cmFuc2xhdGlvbiI6IiJ9fV19XX1dfSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZVBhZ2VDbGFzcyIsImlkIjoiYmZRdWlja01vZGVQYWdlNCIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcInBhZ2VcIn0ifSwicHJvcGVydGllcyI6eyJ0eXBlIjoicGFnZSIsInBhZ2VOdW1iZXIiOjQsInBhZ2VJbnRybyI6IjxoMj5PU0NBU0EgQWdlbmN5IEFwcGxpY2F0aW9uIEZvcm08XC9oMj4ifSwic3RhdGUiOiJvcGVuIiwiZGF0YSI6eyJ0aXRsZSI6IlBhZ2UgNCIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9wYWdlLnBuZyJ9LCJjaGlsZHJlbiI6W3siYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlU2VjdGlvbkNsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZVNlY3Rpb24xNjM3MCIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcInNlY3Rpb25cIn0ifSwicHJvcGVydGllcyI6eyJiZlR5cGUiOiJzZWN0aW9uIiwidHlwZSI6InNlY3Rpb24iLCJkaXNwbGF5VHlwZSI6ImlubGluZSIsInRpdGxlIjoiUmVxdWlyZWQgRG9jdW1lbnRzIiwibmFtZSI6InJlcXVpcmVkZG9jdW1lbnRzIiwiZGVzY3JpcHRpb24iOiIiLCJvZmYiOmZhbHNlLCJ0aXRsZV90cmFuc2xhdGlvbiI6IiJ9LCJzdGF0ZSI6Im9wZW4iLCJkYXRhIjp7InRpdGxlIjoiUmVxdWlyZWQgRG9jdW1lbnRzIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3NlY3Rpb24ucG5nIn0sImNoaWxkcmVuIjpbeyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVTZWN0aW9uQ2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlU2VjdGlvbjY3NzkxIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwic2VjdGlvblwifSJ9LCJwcm9wZXJ0aWVzIjp7ImJmVHlwZSI6InNlY3Rpb24iLCJ0eXBlIjoic2VjdGlvbiIsImRpc3BsYXlUeXBlIjoiYnJlYWtzIiwidGl0bGUiOiJEb2N1bWVudCBVcGxvYWRzIiwibmFtZSI6InNlY3Rpb240IiwiZGVzY3JpcHRpb24iOiIiLCJvZmYiOmZhbHNlLCJ0aXRsZV90cmFuc2xhdGlvbiI6IiJ9LCJzdGF0ZSI6Im9wZW4iLCJkYXRhIjp7InRpdGxlIjoiRG9jdW1lbnQgVXBsb2FkcyIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9zZWN0aW9uLnBuZyJ9LCJjaGlsZHJlbiI6W3siYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZTU1MTc0OCIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IkkgaGF2ZSByZWFkIGFuZCBhY2NlcHQgVGhlIENvbnN0aXR1dGlvbiwgVGVybXMgJiBDb25kaXRpb25zLCBDb2RlcyBvZiBDb25kdWN0IiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3JhZGlvLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZSYWRpb0dyb3VwIiwibGFiZWwiOiJJIGhhdmUgcmVhZCBhbmQgYWNjZXB0IFRoZSBDb25zdGl0dXRpb24sIFRlcm1zICYgQ29uZGl0aW9ucywgQ29kZXMgb2YgQ29uZHVjdCIsImxhYmVsUG9zaXRpb24iOiJsZWZ0IiwiYmZOYW1lIjoiYmZRdWlja01vZGU1NTE3NDgiLCJkYklkIjoyMTksIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOnRydWUsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJncm91cCI6IjE7WWVzO3llc1xuMDtObztubyIsInJlYWRvbmx5IjpmYWxzZSwid3JhcCI6ZmFsc2UsInZhbGlkYXRpb25Db25kaXRpb24iOjAsInZhbGlkYXRpb25JZCI6IjEiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6IjgiLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjoiMTYiLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJncm91cF90cmFuc2xhdGlvbiI6IiIsImhpbnRfdHJhbnNsYXRpb24iOiIiLCJsYWJlbF90cmFuc2xhdGlvbiI6IiIsInZhbGlkYXRpb25NZXNzYWdlX3RyYW5zbGF0aW9uIjoiIn19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJzaWduZWRjb25zdGl0dXRpb24iLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJTaWduZWQgQ29uc3RpdHV0aW9uLCBUZXJtcyAmIENvbmRpdGlvbnMsIENvZGVzIG9mIENvbmR1Y3QiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fZmlsZS5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmRmlsZSIsImxhYmVsIjoiU2lnbmVkIENvbnN0aXR1dGlvbiwgVGVybXMgJiBDb25kaXRpb25zLCBDb2RlcyBvZiBDb25kdWN0IiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJzaWduZWRjb25zdGl0dXRpb24iLCJkYklkIjoyMjAsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOnRydWUsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJyZWFkb25seSI6ZmFsc2UsInVwbG9hZERpcmVjdG9yeSI6IntmZl91cGxvYWRzfSIsInRpbWVzdGFtcCI6ZmFsc2UsImFsbG93ZWRGaWxlRXh0ZW5zaW9ucyI6InppcCxyYXIscGRmLGRvYyx4bHMscHB0LGpwZyxqcGVnLGdpZixwbmciLCJhdHRhY2hUb1VzZXJNYWlsIjpmYWxzZSwiYXR0YWNoVG9BZG1pbk1haWwiOnRydWUsImh0bWw1IjpmYWxzZSwiZmxhc2hVcGxvYWRlciI6ZmFsc2UsImZsYXNoVXBsb2FkZXJNdWx0aSI6ZmFsc2UsImZsYXNoVXBsb2FkZXJCeXRlcyI6IjAiLCJmbGFzaFVwbG9hZGVyVHJhbnNwYXJlbnQiOnRydWUsImZsYXNoVXBsb2FkZXJXaWR0aCI6IjY0IiwiZmxhc2hVcGxvYWRlckhlaWdodCI6IjY0IiwidXNlVXJsIjpmYWxzZSwidXNlVXJsRG93bmxvYWREaXJlY3RvcnkiOiIiLCJyZXNpemVfdGFyZ2V0X3dpZHRoIjoiMCIsInJlc2l6ZV90YXJnZXRfaGVpZ2h0IjoiMCIsInJlc2l6ZV90eXBlIjoiIiwicmVzaXplX2JnY29sb3IiOiIjZmZmZmZmIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MCwidmFsaWRhdGlvbklkIjoiNDQiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6ImZmX3ZhbHVlbm90ZW1wdHkiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOiI4IiwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6IjE2IiwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsImhpZGVJbk1haWxiYWNrIjpmYWxzZSwiaGludF90cmFuc2xhdGlvbiI6IiIsImxhYmVsX3RyYW5zbGF0aW9uIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2VfdHJhbnNsYXRpb24iOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6InByb29mb2ZwYXltZW50IiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiUHJvb2Ygb2YgU3Vic2NyaXB0aW9uIFBheW1lbnQiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fZmlsZS5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmRmlsZSIsImxhYmVsIjoiUHJvb2Ygb2YgU3Vic2NyaXB0aW9uIFBheW1lbnQiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6InByb29mb2ZwYXltZW50IiwiZGJJZCI6MjI1LCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjp0cnVlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwicmVhZG9ubHkiOmZhbHNlLCJ1cGxvYWREaXJlY3RvcnkiOiJ7ZmZfdXBsb2Fkc30iLCJ0aW1lc3RhbXAiOmZhbHNlLCJhbGxvd2VkRmlsZUV4dGVuc2lvbnMiOiJ6aXAscmFyLHBkZixkb2MseGxzLHBwdCxqcGcsanBlZyxnaWYscG5nIiwiYXR0YWNoVG9Vc2VyTWFpbCI6ZmFsc2UsImF0dGFjaFRvQWRtaW5NYWlsIjpmYWxzZSwiaHRtbDUiOmZhbHNlLCJmbGFzaFVwbG9hZGVyIjpmYWxzZSwiZmxhc2hVcGxvYWRlck11bHRpIjpmYWxzZSwiZmxhc2hVcGxvYWRlckJ5dGVzIjoiMCIsImZsYXNoVXBsb2FkZXJUcmFuc3BhcmVudCI6dHJ1ZSwiZmxhc2hVcGxvYWRlcldpZHRoIjoiNjQiLCJmbGFzaFVwbG9hZGVySGVpZ2h0IjoiNjQiLCJ1c2VVcmwiOmZhbHNlLCJ1c2VVcmxEb3dubG9hZERpcmVjdG9yeSI6IiIsInJlc2l6ZV90YXJnZXRfd2lkdGgiOiIwIiwicmVzaXplX3RhcmdldF9oZWlnaHQiOiIwIiwicmVzaXplX3R5cGUiOiIiLCJyZXNpemVfYmdjb2xvciI6IiNmZmZmZmYiLCJ2YWxpZGF0aW9uQ29uZGl0aW9uIjoxLCJ2YWxpZGF0aW9uSWQiOiI0NCIsInZhbGlkYXRpb25Db2RlIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2UiOiIiLCJ2YWxpZGF0aW9uRnVuY3Rpb25OYW1lIjoiZmZfdmFsdWVub3RlbXB0eSIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6IjgiLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjoiMTYiLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJoaW50X3RyYW5zbGF0aW9uIjoiIiwibGFiZWxfdHJhbnNsYXRpb24iOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZV90cmFuc2xhdGlvbiI6IiJ9fSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoiaWRjb3B5b3duZXIxIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiSUQgY29weSBPd25lclwvTWVtYmVyIDEiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fZmlsZS5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmRmlsZSIsImxhYmVsIjoiSUQgY29weSBPd25lclwvTWVtYmVyIDEiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6ImlkY29weW93bmVyMSIsImRiSWQiOjIzMCwib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6dHJ1ZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInJlYWRvbmx5IjpmYWxzZSwidXBsb2FkRGlyZWN0b3J5Ijoie2ZmX3VwbG9hZHN9IiwidGltZXN0YW1wIjpmYWxzZSwiYWxsb3dlZEZpbGVFeHRlbnNpb25zIjoiemlwLHJhcixwZGYsZG9jLHhscyxwcHQsanBnLGpwZWcsZ2lmLHBuZyIsImF0dGFjaFRvVXNlck1haWwiOmZhbHNlLCJhdHRhY2hUb0FkbWluTWFpbCI6ZmFsc2UsImh0bWw1IjpmYWxzZSwiZmxhc2hVcGxvYWRlciI6ZmFsc2UsImZsYXNoVXBsb2FkZXJNdWx0aSI6ZmFsc2UsImZsYXNoVXBsb2FkZXJCeXRlcyI6IjAiLCJmbGFzaFVwbG9hZGVyVHJhbnNwYXJlbnQiOnRydWUsImZsYXNoVXBsb2FkZXJXaWR0aCI6IjY0IiwiZmxhc2hVcGxvYWRlckhlaWdodCI6IjY0IiwidXNlVXJsIjpmYWxzZSwidXNlVXJsRG93bmxvYWREaXJlY3RvcnkiOiIiLCJyZXNpemVfdGFyZ2V0X3dpZHRoIjoiMCIsInJlc2l6ZV90YXJnZXRfaGVpZ2h0IjoiMCIsInJlc2l6ZV90eXBlIjoiIiwicmVzaXplX2JnY29sb3IiOiIjZmZmZmZmIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MCwidmFsaWRhdGlvbklkIjoiMSIsInZhbGlkYXRpb25Db2RlIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2UiOiIiLCJ2YWxpZGF0aW9uRnVuY3Rpb25OYW1lIjoiIiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjoiOCIsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOiIxNiIsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsImhpbnRfdHJhbnNsYXRpb24iOiIiLCJsYWJlbF90cmFuc2xhdGlvbiI6IiIsInZhbGlkYXRpb25NZXNzYWdlX3RyYW5zbGF0aW9uIjoiIn19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJpZGNvcHlvd25lcjIiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJJRCBjb3B5IE93bmVyXC9NZW1iZXIgMiIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9maWxlLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZGaWxlIiwibGFiZWwiOiJJRCBjb3B5IE93bmVyXC9NZW1iZXIgMiIsImxhYmVsUG9zaXRpb24iOiJsZWZ0IiwiYmZOYW1lIjoiaWRjb3B5b3duZXIyIiwiZGJJZCI6MjM5LCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjpmYWxzZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInJlYWRvbmx5IjpmYWxzZSwidXBsb2FkRGlyZWN0b3J5Ijoie2ZmX3VwbG9hZHN9IiwidGltZXN0YW1wIjpmYWxzZSwiYWxsb3dlZEZpbGVFeHRlbnNpb25zIjoiemlwLHJhcixwZGYsZG9jLHhscyxwcHQsanBnLGpwZWcsZ2lmLHBuZyIsImF0dGFjaFRvVXNlck1haWwiOmZhbHNlLCJhdHRhY2hUb0FkbWluTWFpbCI6ZmFsc2UsImh0bWw1IjpmYWxzZSwiZmxhc2hVcGxvYWRlciI6ZmFsc2UsImZsYXNoVXBsb2FkZXJNdWx0aSI6ZmFsc2UsImZsYXNoVXBsb2FkZXJCeXRlcyI6IjAiLCJmbGFzaFVwbG9hZGVyVHJhbnNwYXJlbnQiOnRydWUsImZsYXNoVXBsb2FkZXJXaWR0aCI6IjY0IiwiZmxhc2hVcGxvYWRlckhlaWdodCI6IjY0IiwidXNlVXJsIjpmYWxzZSwidXNlVXJsRG93bmxvYWREaXJlY3RvcnkiOiIiLCJyZXNpemVfdGFyZ2V0X3dpZHRoIjoiMCIsInJlc2l6ZV90YXJnZXRfaGVpZ2h0IjoiMCIsInJlc2l6ZV90eXBlIjoiIiwicmVzaXplX2JnY29sb3IiOiIjZmZmZmZmIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MCwidmFsaWRhdGlvbklkIjoiMSIsInZhbGlkYXRpb25Db2RlIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2UiOiIiLCJ2YWxpZGF0aW9uRnVuY3Rpb25OYW1lIjoiIiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjoiOCIsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOiIxNiIsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsImhpbnRfdHJhbnNsYXRpb24iOiIiLCJsYWJlbF90cmFuc2xhdGlvbiI6IiIsInZhbGlkYXRpb25NZXNzYWdlX3RyYW5zbGF0aW9uIjoiIn19XX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVTZWN0aW9uQ2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlU2VjdGlvbjcyMTQxIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwic2VjdGlvblwifSJ9LCJwcm9wZXJ0aWVzIjp7ImJmVHlwZSI6InNlY3Rpb24iLCJ0eXBlIjoic2VjdGlvbiIsImRpc3BsYXlUeXBlIjoiYnJlYWtzIiwidGl0bGUiOiJEb2N1bWVudHMgY29udC4uLi4uLi4uLi4uIiwibmFtZSI6ImRvY3VtZW50c2NvbnQiLCJkZXNjcmlwdGlvbiI6IiIsIm9mZiI6ZmFsc2UsInRpdGxlX3RyYW5zbGF0aW9uIjoiIn0sInN0YXRlIjoib3BlbiIsImRhdGEiOnsidGl0bGUiOiJEb2N1bWVudHMgY29udC4uLi4uLi4uLi4uIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3NlY3Rpb24ucG5nIn0sImNoaWxkcmVuIjpbeyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImlkY29weW93bmVyMyIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IklEIGNvcHkgT3duZXJcL01lbWJlciAzIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX2ZpbGUucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZkZpbGUiLCJsYWJlbCI6IklEIGNvcHkgT3duZXJcL01lbWJlciAzIiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJpZGNvcHlvd25lcjMiLCJkYklkIjoyNDQsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOmZhbHNlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwicmVhZG9ubHkiOmZhbHNlLCJ1cGxvYWREaXJlY3RvcnkiOiJ7ZmZfdXBsb2Fkc30iLCJ0aW1lc3RhbXAiOmZhbHNlLCJhbGxvd2VkRmlsZUV4dGVuc2lvbnMiOiJ6aXAscmFyLHBkZixkb2MseGxzLHBwdCxqcGcsanBlZyxnaWYscG5nIiwiYXR0YWNoVG9Vc2VyTWFpbCI6ZmFsc2UsImF0dGFjaFRvQWRtaW5NYWlsIjpmYWxzZSwiaHRtbDUiOmZhbHNlLCJmbGFzaFVwbG9hZGVyIjpmYWxzZSwiZmxhc2hVcGxvYWRlck11bHRpIjpmYWxzZSwiZmxhc2hVcGxvYWRlckJ5dGVzIjoiMCIsImZsYXNoVXBsb2FkZXJUcmFuc3BhcmVudCI6dHJ1ZSwiZmxhc2hVcGxvYWRlcldpZHRoIjoiNjQiLCJmbGFzaFVwbG9hZGVySGVpZ2h0IjoiNjQiLCJ1c2VVcmwiOmZhbHNlLCJ1c2VVcmxEb3dubG9hZERpcmVjdG9yeSI6IiIsInJlc2l6ZV90YXJnZXRfd2lkdGgiOiIwIiwicmVzaXplX3RhcmdldF9oZWlnaHQiOiIwIiwicmVzaXplX3R5cGUiOiIiLCJyZXNpemVfYmdjb2xvciI6IiNmZmZmZmYiLCJ2YWxpZGF0aW9uQ29uZGl0aW9uIjowLCJ2YWxpZGF0aW9uSWQiOiIxIiwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IiIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiIiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOiI4IiwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6IjE2IiwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsImhpZGVJbk1haWxiYWNrIjpmYWxzZSwiaGludF90cmFuc2xhdGlvbiI6IiIsImxhYmVsX3RyYW5zbGF0aW9uIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2VfdHJhbnNsYXRpb24iOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImJhbmtsZXR0ZXIiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJMZXR0ZXIgZnJvbSBCYW5rIChDb25maXJtaW5nIGFjY291bnQpIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX2ZpbGUucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZkZpbGUiLCJsYWJlbCI6IkxldHRlciBmcm9tIEJhbmsgKENvbmZpcm1pbmcgYWNjb3VudCkiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6ImJhbmtsZXR0ZXIiLCJkYklkIjoyNDksIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOnRydWUsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJyZWFkb25seSI6ZmFsc2UsInVwbG9hZERpcmVjdG9yeSI6IntmZl91cGxvYWRzfSIsInRpbWVzdGFtcCI6ZmFsc2UsImFsbG93ZWRGaWxlRXh0ZW5zaW9ucyI6InppcCxyYXIscGRmLGRvYyx4bHMscHB0LGpwZyxqcGVnLGdpZixwbmciLCJhdHRhY2hUb1VzZXJNYWlsIjpmYWxzZSwiYXR0YWNoVG9BZG1pbk1haWwiOmZhbHNlLCJodG1sNSI6ZmFsc2UsImZsYXNoVXBsb2FkZXIiOmZhbHNlLCJmbGFzaFVwbG9hZGVyTXVsdGkiOmZhbHNlLCJmbGFzaFVwbG9hZGVyQnl0ZXMiOiIwIiwiZmxhc2hVcGxvYWRlclRyYW5zcGFyZW50Ijp0cnVlLCJmbGFzaFVwbG9hZGVyV2lkdGgiOiI2NCIsImZsYXNoVXBsb2FkZXJIZWlnaHQiOiI2NCIsInVzZVVybCI6ZmFsc2UsInVzZVVybERvd25sb2FkRGlyZWN0b3J5IjoiIiwicmVzaXplX3RhcmdldF93aWR0aCI6IjAiLCJyZXNpemVfdGFyZ2V0X2hlaWdodCI6IjAiLCJyZXNpemVfdHlwZSI6IiIsInJlc2l6ZV9iZ2NvbG9yIjoiI2ZmZmZmZiIsInZhbGlkYXRpb25Db25kaXRpb24iOjAsInZhbGlkYXRpb25JZCI6IjEiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6IjgiLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjoiMTYiLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJoaW50X3RyYW5zbGF0aW9uIjoiIiwibGFiZWxfdHJhbnNsYXRpb24iOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZV90cmFuc2xhdGlvbiI6IiJ9fSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoidGF4Y2xlYXJhbmNlIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiVGF4IENsZWFyYW5jZSBDZXJ0aWZpY2F0ZSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9maWxlLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZGaWxlIiwibGFiZWwiOiJUYXggQ2xlYXJhbmNlIENlcnRpZmljYXRlIiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJ0YXhjbGVhcmFuY2UiLCJkYklkIjoyNTAsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOnRydWUsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJyZWFkb25seSI6ZmFsc2UsInVwbG9hZERpcmVjdG9yeSI6IntmZl91cGxvYWRzfSIsInRpbWVzdGFtcCI6ZmFsc2UsImFsbG93ZWRGaWxlRXh0ZW5zaW9ucyI6InppcCxyYXIscGRmLGRvYyx4bHMscHB0LGpwZyxqcGVnLGdpZixwbmciLCJhdHRhY2hUb1VzZXJNYWlsIjpmYWxzZSwiYXR0YWNoVG9BZG1pbk1haWwiOmZhbHNlLCJodG1sNSI6ZmFsc2UsImZsYXNoVXBsb2FkZXIiOmZhbHNlLCJmbGFzaFVwbG9hZGVyTXVsdGkiOmZhbHNlLCJmbGFzaFVwbG9hZGVyQnl0ZXMiOiIwIiwiZmxhc2hVcGxvYWRlclRyYW5zcGFyZW50Ijp0cnVlLCJmbGFzaFVwbG9hZGVyV2lkdGgiOiI2NCIsImZsYXNoVXBsb2FkZXJIZWlnaHQiOiI2NCIsInVzZVVybCI6ZmFsc2UsInVzZVVybERvd25sb2FkRGlyZWN0b3J5IjoiIiwicmVzaXplX3RhcmdldF93aWR0aCI6IjAiLCJyZXNpemVfdGFyZ2V0X2hlaWdodCI6IjAiLCJyZXNpemVfdHlwZSI6IiIsInJlc2l6ZV9iZ2NvbG9yIjoiI2ZmZmZmZiIsInZhbGlkYXRpb25Db25kaXRpb24iOjAsInZhbGlkYXRpb25JZCI6IjEiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6IjgiLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjoiMTYiLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJoaW50X3RyYW5zbGF0aW9uIjoiIiwibGFiZWxfdHJhbnNsYXRpb24iOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZV90cmFuc2xhdGlvbiI6IiJ9fSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoicHJvb2ZhZGRyZXNzIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiUHJvb2Ygb2YgUGh5c2ljYWwgQWRkcmVzcyIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9maWxlLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZGaWxlIiwibGFiZWwiOiJQcm9vZiBvZiBQaHlzaWNhbCBBZGRyZXNzIiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJwcm9vZmFkZHJlc3MiLCJkYklkIjoyNTksIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOnRydWUsImhpbnQiOiJNYXkgbm90IGJlIG9sZGVyIHRoYW4gMyBtb250aHMiLCJvZmYiOmZhbHNlLCJyZWFkb25seSI6ZmFsc2UsInVwbG9hZERpcmVjdG9yeSI6IntmZl91cGxvYWRzfSIsInRpbWVzdGFtcCI6ZmFsc2UsImFsbG93ZWRGaWxlRXh0ZW5zaW9ucyI6InppcCxyYXIscGRmLGRvYyx4bHMscHB0LGpwZyxqcGVnLGdpZixwbmciLCJhdHRhY2hUb1VzZXJNYWlsIjpmYWxzZSwiYXR0YWNoVG9BZG1pbk1haWwiOmZhbHNlLCJodG1sNSI6ZmFsc2UsImZsYXNoVXBsb2FkZXIiOmZhbHNlLCJmbGFzaFVwbG9hZGVyTXVsdGkiOmZhbHNlLCJmbGFzaFVwbG9hZGVyQnl0ZXMiOiIwIiwiZmxhc2hVcGxvYWRlclRyYW5zcGFyZW50Ijp0cnVlLCJmbGFzaFVwbG9hZGVyV2lkdGgiOiI2NCIsImZsYXNoVXBsb2FkZXJIZWlnaHQiOiI2NCIsInVzZVVybCI6ZmFsc2UsInVzZVVybERvd25sb2FkRGlyZWN0b3J5IjoiIiwicmVzaXplX3RhcmdldF93aWR0aCI6IjAiLCJyZXNpemVfdGFyZ2V0X2hlaWdodCI6IjAiLCJyZXNpemVfdHlwZSI6IiIsInJlc2l6ZV9iZ2NvbG9yIjoiI2ZmZmZmZiIsInZhbGlkYXRpb25Db25kaXRpb24iOjAsInZhbGlkYXRpb25JZCI6IjEiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6IjgiLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjoiMTYiLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJoaW50X3RyYW5zbGF0aW9uIjoiIiwibGFiZWxfdHJhbnNsYXRpb24iOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZV90cmFuc2xhdGlvbiI6IiJ9fSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoiY2FwdGNoYSIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IkFyZSB5b3UgYSByb2JvdD8iLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fY2FwdGNoYS5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmUmVDYXB0Y2hhIiwibGFiZWwiOiJBcmUgeW91IGEgcm9ib3Q/IiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJjYXB0Y2hhIiwiZGJJZCI6ODU1LCJvcmRlck51bWJlciI6LTEsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjpmYWxzZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOmZhbHNlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwicmVhZG9ubHkiOmZhbHNlLCJwdWJrZXkiOiI2TGZBd1JrVEFBQUFBTWQ2UHJMOEI5dVhiUzhvQmNrSE1iZVpxZ1gxIiwicHJpdmtleSI6IjZMZkF3UmtUQUFBQUFDYzdYNXZXcm94LVJYWnRmR1NWaE5WN1BUUHciLCJ0aGVtZSI6InJlZCIsInZhbGlkYXRpb25Db25kaXRpb24iOjAsInZhbGlkYXRpb25JZCI6MCwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IiIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiIiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOjAsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOiIxNiIsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsImhpbnRfdHJhbnNsYXRpb24iOiIiLCJuZXdDYXB0Y2hhIjp0cnVlLCJsYWJlbF90cmFuc2xhdGlvbiI6IiJ9fV19XX1dfSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZVBhZ2VDbGFzcyIsImlkIjoiYmZRdWlja01vZGVQYWdlNSIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcInBhZ2VcIn0ifSwicHJvcGVydGllcyI6eyJ0eXBlIjoicGFnZSIsInBhZ2VOdW1iZXIiOjUsInBhZ2VJbnRybyI6IjxwIHN0eWxlPVwibWFyZ2luLXRvcDogMGNtOyBtYXJnaW4tcmlnaHQ6IDBjbTsgbWFyZ2luLWJvdHRvbTogNy41cHQ7IGJhY2tncm91bmQ6IHdoaXRlO1wiPjxzcGFuIHN0eWxlPVwiZm9udC1zaXplOiAxMHB0OyBmb250LWZhbWlseTogdmVyZGFuYSwgZ2VuZXZhOyBjb2xvcjogIzFmNDk3ZDtcIj5UaGFuayB5b3UgZm9yIGFwcGx5aW5nIHRvIE9TQ0FTQS4mbmJzcDsgWW91ciBhcHBsaWNhdGlvbiB3aWxsIGJlIHNlbnQgdG8gb3VyIEVYQ08gZm9yIGFwcHJvdmFsIHdpdGhpbiAxNCBkYXlzLiZuYnNwOyBJZiB5b3VyIG1lbWJlcnNoaXAgaXMgYXBwcm92ZWQgeW91IHdpbGwgYmUgaXNzdWVkIGFsbCB0aGUgcmVsZXZhbnQgT1NDQVNBIGd1aWRlbGluZXMgYW5kIGRvY3VtZW50YXRpb24gdmlhIGEgRHJvcGJveCBsaW5rLiBJZiB5b3VyIG1lbWJlcnNoaXAgaXMgbm90IGFwcHJvdmVkIHlvdXIgYW5udWFsIG1lbWJlcnNoaXAgZmVlIHdpbGwgYmUgcmV0dXJuZWQgdG8geW91LjxcL3NwYW4+PFwvcD5cbjxwPjxzcGFuIHN0eWxlPVwiZm9udC1mYW1pbHk6IHZlcmRhbmEsIGdlbmV2YTtcIj5DaGFpcnBlcnNvbjxcL3NwYW4+PFwvcD5cbjxwPjxzcGFuIHN0eWxlPVwiZm9udC1mYW1pbHk6IHZlcmRhbmEsIGdlbmV2YTtcIj5PU0NBU0E8XC9zcGFuPjxcL3A+In0sInN0YXRlIjoib3BlbiIsImRhdGEiOnsidGl0bGUiOiJQYWdlIDUiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fcGFnZS5wbmcifSwiY2hpbGRyZW4iOltdfV19','QuickMode','[{\"elements\":[{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Title\",\"name\":\"title\",\"page\":\"1\",\"orderNumber\":1,\"dbId\":90,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"title\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"Please provide First Name\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"First Name\",\"name\":\"firstname\",\"page\":\"1\",\"orderNumber\":2,\"dbId\":51,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"firstname\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"Please provide Surname\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Surname\",\"name\":\"surname\",\"page\":\"1\",\"orderNumber\":3,\"dbId\":52,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"surname\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"Please provide Contact Designation\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Designation\",\"name\":\"contactdesignation\",\"page\":\"1\",\"orderNumber\":4,\"dbId\":124,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"contactdesignation\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Website\",\"name\":\"website\",\"page\":\"1\",\"orderNumber\":5,\"dbId\":65,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"website\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"Please provide Email Address\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Email Address\",\"name\":\"email\",\"page\":\"1\",\"orderNumber\":6,\"dbId\":66,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"email\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Telephone Number\",\"name\":\"telephone\",\"page\":\"1\",\"orderNumber\":7,\"dbId\":132,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"telephone\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"Please provide Mobile contact number\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Mobile Phone Number\",\"name\":\"mobile\",\"page\":\"1\",\"orderNumber\":8,\"dbId\":67,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"mobile\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Company Name\",\"name\":\"companyname\",\"page\":\"1\",\"orderNumber\":9,\"dbId\":72,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"companyname\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Trading Name\",\"name\":\"tradingname\",\"page\":\"1\",\"orderNumber\":10,\"dbId\":125,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"tradingname\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Radio Group\",\"elementType\":\"\",\"options\":{\"readonly\":false},\"data1\":\"\",\"data2\":\"1;CC;CC\\n0;Pty Ltd;Pty Ltd\\n2;Sole Owner;SoleOwner\\n3;Partnership\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Company Type\",\"name\":\"companytype\",\"page\":\"1\",\"orderNumber\":11,\"dbId\":126,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"companytype\",\"internalType\":\"bfRadioGroup\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Company Registration\",\"name\":\"companyregistration\",\"page\":\"1\",\"orderNumber\":12,\"dbId\":127,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"companyregistration\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Physical Address\",\"name\":\"address1\",\"page\":\"1\",\"orderNumber\":13,\"dbId\":79,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"address1\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Suburb\",\"name\":\"suburb\",\"page\":\"1\",\"orderNumber\":14,\"dbId\":80,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"suburb\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Town or City\",\"name\":\"towncity\",\"page\":\"1\",\"orderNumber\":15,\"dbId\":81,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"towncity\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Select List\",\"elementType\":\"\",\"options\":{\"multiple\":false,\"options\":\"0;Gauteng;Gauteng\\n0;Limpopo;Limpopo\\n0;Mpumulanga;Mpumulanga\\n0;Western Cape;Western Cape\\n0;Eastern Cape; Eastern Cape\\n0;Northern Cape;Northern Cape\\n0;North West; North West\\n0;Kwazulu-Natal;Kwazulu-Natal\\n0;Free State; Free State\\n\",\"mailback\":false,\"readonly\":false},\"data1\":1,\"data2\":\"0;Gauteng;Gauteng\\n0;Limpopo;Limpopo\\n0;Mpumulanga;Mpumulanga\\n0;Western Cape;Western Cape\\n0;Eastern Cape; Eastern Cape\\n0;Northern Cape;Northern Cape\\n0;North West; North West\\n0;Kwazulu-Natal;Kwazulu-Natal\\n0;Free State; Free State\\n\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Province\",\"name\":\"province\",\"page\":\"1\",\"orderNumber\":16,\"dbId\":297,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"province\",\"internalType\":\"bfSelect\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Postcode\",\"name\":\"postcode\",\"page\":\"1\",\"orderNumber\":17,\"dbId\":95,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"postcode\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Postal Address 1\",\"name\":\"postaladdress1\",\"page\":\"2\",\"orderNumber\":18,\"dbId\":100,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"postaladdress1\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Postal Address 2\",\"name\":\"postaladdress2\",\"page\":\"2\",\"orderNumber\":19,\"dbId\":101,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"postaladdress2\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Postcode\",\"name\":\"postcodepostal\",\"page\":\"2\",\"orderNumber\":20,\"dbId\":102,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"postcodepostal\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Select List\",\"elementType\":\"\",\"options\":{\"multiple\":true,\"options\":\"0;Characters;Characters\\n0;Kids;Kids\\n0;Walk Ons;Walk Ons\\n0;Featured Extras;Featured Extras\\n0;Background Extras;Background Extras\\n\",\"mailback\":false,\"readonly\":false},\"data1\":1,\"data2\":\"0;Characters;Characters\\n0;Kids;Kids\\n0;Walk Ons;Walk Ons\\n0;Featured Extras;Featured Extras\\n0;Background Extras;Background Extras\\n\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":1,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Casting Type\",\"name\":\"castingtype\",\"page\":\"2\",\"orderNumber\":21,\"dbId\":145,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"castingtype\",\"internalType\":\"bfSelect\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Radio Group\",\"elementType\":\"\",\"options\":{\"readonly\":false},\"data1\":\"\",\"data2\":\"1;Yes;yes\\n0;No;no\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_anychecked\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Would you like your Membership published on this site?\",\"name\":\"membershippublished\",\"page\":\"2\",\"orderNumber\":22,\"dbId\":154,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"membershippublished\",\"internalType\":\"bfRadioGroup\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"First & Surname\",\"name\":\"owner1name\",\"page\":\"2\",\"orderNumber\":23,\"dbId\":175,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"owner1name\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\" ID Number\",\"name\":\"owner1id\",\"page\":\"2\",\"orderNumber\":24,\"dbId\":176,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"owner1id\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Position\",\"name\":\"owner1position\",\"page\":\"2\",\"orderNumber\":25,\"dbId\":177,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"owner1position\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Mobile Phone Number\",\"name\":\"owner1mobile\",\"page\":\"2\",\"orderNumber\":26,\"dbId\":186,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"owner1mobile\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"First & Surname\",\"name\":\"firstsurname2\",\"page\":\"3\",\"orderNumber\":27,\"dbId\":191,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"firstsurname2\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"ID Number\",\"name\":\"idnumberowner2\",\"page\":\"3\",\"orderNumber\":28,\"dbId\":196,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"idnumberowner2\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Position\",\"name\":\"position2\",\"page\":\"3\",\"orderNumber\":29,\"dbId\":197,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"position2\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Mobile Phone Number\",\"name\":\"mobilenumber2\",\"page\":\"3\",\"orderNumber\":30,\"dbId\":202,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"mobilenumber2\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"First & Surname\",\"name\":\"firstnamesurname3\",\"page\":\"3\",\"orderNumber\":31,\"dbId\":207,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"firstnamesurname3\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"ID Number\",\"name\":\"idnumber3\",\"page\":\"3\",\"orderNumber\":32,\"dbId\":208,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"idnumber3\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Position\",\"name\":\"position3\",\"page\":\"3\",\"orderNumber\":33,\"dbId\":213,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"position3\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Mobile Phone Number\",\"name\":\"mobile3\",\"page\":\"3\",\"orderNumber\":34,\"dbId\":214,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"mobile3\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Radio Group\",\"elementType\":\"\",\"options\":{\"readonly\":false},\"data1\":\"\",\"data2\":\"1;Yes;yes\\n0;No;no\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"I have read and accept The Constitution, Terms & Conditions, Codes of Conduct\",\"name\":\"bfQuickMode551748\",\"page\":\"4\",\"orderNumber\":35,\"dbId\":219,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode551748\",\"internalType\":\"bfRadioGroup\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"File Upload\",\"elementType\":\"\",\"options\":{\"allowedFileExtensions\":\"zip,rar,pdf,doc,xls,ppt,jpg,jpeg,gif,png\",\"timestamp\":false,\"useUrl\":false,\"html5\":false,\"useUrlDownloadDirectory\":\"\",\"resize_target_width\":\"0\",\"resize_target_height\":\"0\",\"resize_type\":\"\",\"resize_bgcolor\":\"#ffffff\",\"uploadDirectory\":\"{ff_uploads}\",\"attachToAdminMail\":true,\"attachToUserMail\":false,\"readonly\":false},\"data1\":\"{ff_uploads}\",\"data2\":\"zip,rar,pdf,doc,xls,ppt,jpg,jpeg,gif,png\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Signed Constitution, Terms & Conditions, Codes of Conduct\",\"name\":\"signedconstitution\",\"page\":\"4\",\"orderNumber\":36,\"dbId\":220,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"signedconstitution\",\"internalType\":\"bfFile\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"File Upload\",\"elementType\":\"\",\"options\":{\"allowedFileExtensions\":\"zip,rar,pdf,doc,xls,ppt,jpg,jpeg,gif,png\",\"timestamp\":false,\"useUrl\":false,\"html5\":false,\"useUrlDownloadDirectory\":\"\",\"resize_target_width\":\"0\",\"resize_target_height\":\"0\",\"resize_type\":\"\",\"resize_bgcolor\":\"#ffffff\",\"uploadDirectory\":\"{ff_uploads}\",\"attachToAdminMail\":false,\"attachToUserMail\":false,\"readonly\":false},\"data1\":\"{ff_uploads}\",\"data2\":\"zip,rar,pdf,doc,xls,ppt,jpg,jpeg,gif,png\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Proof of Subscription Payment\",\"name\":\"proofofpayment\",\"page\":\"4\",\"orderNumber\":37,\"dbId\":225,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"proofofpayment\",\"internalType\":\"bfFile\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"File Upload\",\"elementType\":\"\",\"options\":{\"allowedFileExtensions\":\"zip,rar,pdf,doc,xls,ppt,jpg,jpeg,gif,png\",\"timestamp\":false,\"useUrl\":false,\"html5\":false,\"useUrlDownloadDirectory\":\"\",\"resize_target_width\":\"0\",\"resize_target_height\":\"0\",\"resize_type\":\"\",\"resize_bgcolor\":\"#ffffff\",\"uploadDirectory\":\"{ff_uploads}\",\"attachToAdminMail\":false,\"attachToUserMail\":false,\"readonly\":false},\"data1\":\"{ff_uploads}\",\"data2\":\"zip,rar,pdf,doc,xls,ppt,jpg,jpeg,gif,png\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"ID copy Owner\\/Member 1\",\"name\":\"idcopyowner1\",\"page\":\"4\",\"orderNumber\":38,\"dbId\":230,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"idcopyowner1\",\"internalType\":\"bfFile\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"File Upload\",\"elementType\":\"\",\"options\":{\"allowedFileExtensions\":\"zip,rar,pdf,doc,xls,ppt,jpg,jpeg,gif,png\",\"timestamp\":false,\"useUrl\":false,\"html5\":false,\"useUrlDownloadDirectory\":\"\",\"resize_target_width\":\"0\",\"resize_target_height\":\"0\",\"resize_type\":\"\",\"resize_bgcolor\":\"#ffffff\",\"uploadDirectory\":\"{ff_uploads}\",\"attachToAdminMail\":false,\"attachToUserMail\":false,\"readonly\":false},\"data1\":\"{ff_uploads}\",\"data2\":\"zip,rar,pdf,doc,xls,ppt,jpg,jpeg,gif,png\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"ID copy Owner\\/Member 2\",\"name\":\"idcopyowner2\",\"page\":\"4\",\"orderNumber\":39,\"dbId\":239,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"idcopyowner2\",\"internalType\":\"bfFile\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"File Upload\",\"elementType\":\"\",\"options\":{\"allowedFileExtensions\":\"zip,rar,pdf,doc,xls,ppt,jpg,jpeg,gif,png\",\"timestamp\":false,\"useUrl\":false,\"html5\":false,\"useUrlDownloadDirectory\":\"\",\"resize_target_width\":\"0\",\"resize_target_height\":\"0\",\"resize_type\":\"\",\"resize_bgcolor\":\"#ffffff\",\"uploadDirectory\":\"{ff_uploads}\",\"attachToAdminMail\":false,\"attachToUserMail\":false,\"readonly\":false},\"data1\":\"{ff_uploads}\",\"data2\":\"zip,rar,pdf,doc,xls,ppt,jpg,jpeg,gif,png\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"ID copy Owner\\/Member 3\",\"name\":\"idcopyowner3\",\"page\":\"4\",\"orderNumber\":40,\"dbId\":244,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"idcopyowner3\",\"internalType\":\"bfFile\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"File Upload\",\"elementType\":\"\",\"options\":{\"allowedFileExtensions\":\"zip,rar,pdf,doc,xls,ppt,jpg,jpeg,gif,png\",\"timestamp\":false,\"useUrl\":false,\"html5\":false,\"useUrlDownloadDirectory\":\"\",\"resize_target_width\":\"0\",\"resize_target_height\":\"0\",\"resize_type\":\"\",\"resize_bgcolor\":\"#ffffff\",\"uploadDirectory\":\"{ff_uploads}\",\"attachToAdminMail\":false,\"attachToUserMail\":false,\"readonly\":false},\"data1\":\"{ff_uploads}\",\"data2\":\"zip,rar,pdf,doc,xls,ppt,jpg,jpeg,gif,png\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Letter from Bank (Confirming account)\",\"name\":\"bankletter\",\"page\":\"4\",\"orderNumber\":41,\"dbId\":249,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bankletter\",\"internalType\":\"bfFile\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"File Upload\",\"elementType\":\"\",\"options\":{\"allowedFileExtensions\":\"zip,rar,pdf,doc,xls,ppt,jpg,jpeg,gif,png\",\"timestamp\":false,\"useUrl\":false,\"html5\":false,\"useUrlDownloadDirectory\":\"\",\"resize_target_width\":\"0\",\"resize_target_height\":\"0\",\"resize_type\":\"\",\"resize_bgcolor\":\"#ffffff\",\"uploadDirectory\":\"{ff_uploads}\",\"attachToAdminMail\":false,\"attachToUserMail\":false,\"readonly\":false},\"data1\":\"{ff_uploads}\",\"data2\":\"zip,rar,pdf,doc,xls,ppt,jpg,jpeg,gif,png\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Tax Clearance Certificate\",\"name\":\"taxclearance\",\"page\":\"4\",\"orderNumber\":42,\"dbId\":250,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"taxclearance\",\"internalType\":\"bfFile\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"File Upload\",\"elementType\":\"\",\"options\":{\"allowedFileExtensions\":\"zip,rar,pdf,doc,xls,ppt,jpg,jpeg,gif,png\",\"timestamp\":false,\"useUrl\":false,\"html5\":false,\"useUrlDownloadDirectory\":\"\",\"resize_target_width\":\"0\",\"resize_target_height\":\"0\",\"resize_type\":\"\",\"resize_bgcolor\":\"#ffffff\",\"uploadDirectory\":\"{ff_uploads}\",\"attachToAdminMail\":false,\"attachToUserMail\":false,\"readonly\":false},\"data1\":\"{ff_uploads}\",\"data2\":\"zip,rar,pdf,doc,xls,ppt,jpg,jpeg,gif,png\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Proof of Physical Address\",\"name\":\"proofaddress\",\"page\":\"4\",\"orderNumber\":43,\"dbId\":259,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"proofaddress\",\"internalType\":\"bfFile\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"ReCaptcha\",\"elementType\":\"\",\"options\":{\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Are you a robot?\",\"name\":\"captcha\",\"page\":\"4\",\"orderNumber\":44,\"dbId\":855,\"appElementOrderId\":0,\"id\":0,\"logging\":false,\"qId\":\"captcha\",\"internalType\":\"bfReCaptcha\",\"pubkey\":\"6LfAwRkTAAAAAMd6PrL8B9uXbS8oBckHMbeZqgX1\",\"privkey\":\"6LfAwRkTAAAAACc7X5vWrox-RXZtfGSVhNV7PTPw\",\"theme\":\"red\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"41\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle\",\"name\":\"bfFakeName\",\"page\":1,\"orderNumber\":0,\"dbId\":952,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"23\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle2\",\"name\":\"bfFakeName2\",\"page\":1,\"orderNumber\":0,\"dbId\":953,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"40\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle3\",\"name\":\"bfFakeName3\",\"page\":1,\"orderNumber\":0,\"dbId\":954,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"38\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle4\",\"name\":\"bfFakeName4\",\"page\":1,\"orderNumber\":0,\"dbId\":955,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"}],\"elementCount\":44}]',1,1,0,'oscasaagencyapplication','OSCASA Agency Application','','Oscasa Agency Application Form','','','',400,0,500,0,5,2,1,2,1,0,0,1,0,'OSCASA Agency Application\r\n\r\n{title:label}:{title:value} {firstname:value} {surname:value}\r\n{contactdesignation:label}: {contactdesignation:value}\r\n\r\n{website:label}: {website:value}\r\n{email:label}: {email:value}\r\n{telephone:label}: {telephone:value}\r\n{mobile:label}: {mobile:value}\r\n\r\nCompany\r\n{tradingname:label}: {tradingname:value}\r\n{companytype:label}: {companytype:value}\r\n{companyregistration:label}: {companyregistration:value}\r\n{address1:label}: {address1:value}\r\n{suburb:label}: {suburb:value}\r\n{towncity:label}: {towncity:value}\r\n{postcode:label}: {postcode:value}\r\n\r\nPostal Address\r\n{postaladdress1:label}: {postaladdress1:value}\r\n {postaladdress2:value}\r\n{postcodepostal:label}: {postcodepostal:value}\r\n\r\n{castingtype:label}: {castingtype:value}\r\n{membershippublished:label}: {membershippublished:value}\r\n\r\nOwners\r\n{owner1name:label}: {owner1name:value}\r\n{owner1id:label}: {owner1id:value}\r\n{owner1position:label}: {owner1position:value}\r\n{owner1mobile:label}: {owner1mobile:value}\r\n\r\n{firstsurname2:label}: {firstsurname2:value}\r\n{idnumberowner2:label}: {idnumberowner2:value}\r\n{position2:label}: {position2:value}\r\n{mobilenumber2:label}: {mobilenumber2:value}\r\n\r\n{firstnamesurname3:label}: {firstnamesurname3:value}\r\n{idnumber3:label}: {idnumber3:value}\r\n{position3:label}: {position3:value}\r\n{bfQuickMode551748:label}: {bfQuickMode551748:value}\r\n\r\n\r\n','',1,0,'nyakap@gmail.com;info@oscasa.com;tracy@colttalent.com;mia@mcx.co.za',2,0,31,'',2,32,'function ff_oscasaagencyapplication_submitted(status, message){if(status==0){ff_switchpage(5);}else{alert(message);}}',0,1,'',0,NULL,'',0,5,'',2,NULL,'$this->execPieceByName(\'ff_InitLib\');\r\n$from = ff_getSubmit(\'email\');\r\n$fromname = ff_getSubmit(\'Name\');\r\n$subject = \'OSCASA Agency Application\'; // Oscasa Agency Application Form\r\n$recipient = \'info@oscasa.com\'; // peter@insidesa.co.za\r\n$body = \'\';\r\n \r\n if (count($this->maildata)){\r\n foreach ($this->maildata as $data){\r\n \r\n $testEx = explode(\"\\n\", trim($data[_FF_DATA_VALUE]));\r\n $cntTestEx = count($testEx);\r\n if($cntTestEx > 1){\r\n for($ex = 0; $ex < $cntTestEx; $ex++){\r\n if(!is_array($attachment) && $attachment != \'\'){\r\n $attachment = array_merge(array(trim($testEx[$ex])), array($attachment));\r\n } \r\n else if(is_array($attachment)){\r\n $attachment = array_merge(array(trim($testEx[$ex])), $attachment);\r\n } \r\n else{\r\n $attachment = trim($testEx[$ex]);\r\n }\r\n }\r\n } \r\n else{\r\n if(!is_array($attachment) && $attachment != \'\'){\r\n $attachment = array_merge(array(trim($data[_FF_DATA_VALUE])), array($attachment));\r\n } \r\n else if(is_array($attachment)){\r\n $attachment = array_merge(array(trim($data[_FF_DATA_VALUE])), $attachment);\r\n }\r\n else {\r\n $attachment = trim($data[_FF_DATA_VALUE]);\r\n }\r\n }\r\n \r\n }\r\n } \r\n \r\n \r\nforeach ($this->maildata as $data) {\r\n \r\n if( $data[_FF_DATA_NAME] == \'upload\' )\r\n{\r\n $body .= $data[_FF_DATA_TITLE].\': http://www.oscasa.co.za/new/public_html/media/breezingforms/uploads/\' . basename($data[_FF_DATA_VALUE]);\r\n} else {\r\n $body .= $data[_FF_DATA_TITLE].\": \".$data[_FF_DATA_VALUE].nl() . \"\\r\\n\";\r\n \r\n }\r\n}\r\n \r\n$this->sendMail($from, $fromname, \"info@oscasa.com\", $subject, $body, $attachment); // This line actually emails the form.\r\n$this->sendMail($from, $fromname, \"pene@ozoneartists.co.za\", $subject, $body, $attachment); // This line actually emails the form.\r\n$this->sendMail($from, $fromname, \"nyakap@gmail.com\", $subject, $body, $attachment); // This line actually emails the form.\r\n',2,NULL,'a:28:{s:6:\"option\";s:17:\"com_breezingforms\";s:3:\"act\";s:16:\"recordmanagement\";s:4:\"task\";s:15:\"saveFilterState\";s:7:\"form_id\";s:1:\"2\";s:10:\"searchterm\";s:6:\"unique\";s:12:\"searchintext\";s:5:\"false\";s:14:\"searchinuserid\";s:5:\"false\";s:16:\"searchinusername\";s:5:\"false\";s:20:\"searchinuserfullname\";s:5:\"false\";s:10:\"searchinid\";s:5:\"false\";s:10:\"searchinip\";s:5:\"false\";s:14:\"searchinviewed\";s:5:\"false\";s:16:\"searchinexported\";s:5:\"false\";s:16:\"searchinarchived\";s:5:\"false\";s:15:\"searchinpayment\";s:5:\"false\";s:14:\"searchdatefrom\";s:0:\"\";s:14:\"searchtimefrom\";s:0:\"\";s:12:\"searchdateto\";s:0:\"\";s:12:\"searchtimeto\";s:0:\"\";s:27:\"bfDisplayFieldIDbfrecord_id\";s:5:\"false\";s:34:\"bfDisplayFieldIDbfrecord_submitted\";s:4:\"true\";s:32:\"bfDisplayFieldIDbfrecord_user_id\";s:5:\"false\";s:33:\"bfDisplayFieldIDbfrecord_username\";s:5:\"false\";s:39:\"bfDisplayFieldIDbfrecord_user_full_name\";s:5:\"false\";s:27:\"bfDisplayFieldIDbfrecord_ip\";s:5:\"false\";s:30:\"bfDisplayFieldIDbfrecord_title\";s:5:\"false\";s:29:\"bfDisplayFieldIDbfrecord_name\";s:5:\"false\";s:23:\"bfDisplayFieldsSelected\";a:4:{i:0;s:34:\"bfDisplayFieldIDbfrecord_submitted\";i:1;s:2:\"51\";i:2;s:2:\"52\";i:3;s:2:\"72\";}}'),(3,'','','','','','','','',1,'','',0,0,0,0,'text',0,1,1,'','','adminusr','ZBb6zyUjARCm8MLs','',NULL,0,'','','',0,'pdf','','',0,'',13,1,1,'*',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'QuickModeForms','eyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVSb290Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlUm9vdCIsIm1kYXRhIjoie1widHlwZVwiOiBcInJvb3RcIn0ifSwicHJvcGVydGllcyI6eyJ0eXBlIjoicm9vdCIsInRpdGxlIjoiT3NjYXNhIEluZGl2aWR1YWwgUmVnaXN0cmF0aW9uIiwibmFtZSI6ImluZGl2aWR1YWxyZWdpc3RyYXRpb24iLCJyb2xsb3ZlciI6dHJ1ZSwicm9sbG92ZXJDb2xvciI6IiMyNGEyZDIiLCJ0b2dnbGVGaWVsZHMiOiIiLCJkZXNjcmlwdGlvbiI6IiIsIm1haWxOb3RpZmljYXRpb24iOmZhbHNlLCJtYWlsUmVjaXBpZW50IjoiIiwic3VibWl0SW5jbHVkZSI6dHJ1ZSwic3VibWl0TGFiZWwiOiJzdWJtaXQiLCJjYW5jZWxJbmNsdWRlIjp0cnVlLCJjYW5jZWxMYWJlbCI6InJlc2V0IiwicGFnaW5nSW5jbHVkZSI6dHJ1ZSwicGFnaW5nTmV4dExhYmVsIjoibmV4dCIsInBhZ2luZ1ByZXZMYWJlbCI6ImJhY2siLCJ0aGVtZSI6Imdsb3NzeV9ncmF5IiwidGhlbWVib290c3RyYXAiOiIiLCJ0aGVtZWJvb3RzdHJhcGJlZm9yZSI6IiIsInRoZW1lYm9vdHN0cmFwTGFiZWxUb3AiOmZhbHNlLCJ0aGVtZWJvb3RzdHJhcFRoZW1lRW5naW5lIjoiYnJlZXppbmdmb3JtcyIsInRoZW1lYm9vdHN0cmFwVXNlSGVyb1VuaXQiOmZhbHNlLCJ0aGVtZWJvb3RzdHJhcFVzZVdlbGwiOmZhbHNlLCJ0aGVtZWJvb3RzdHJhcFVzZVByb2dyZXNzIjpmYWxzZSwidGhlbWV1c2Vib290c3RyYXBsZWdhY3kiOmZhbHNlLCJmYWRlSW4iOmZhbHNlLCJsYXN0UGFnZVRoYW5rWW91Ijp0cnVlLCJzdWJtaXR0ZWRTY3JpcHRDb25kaWR0aW9uIjoyLCJzdWJtaXR0ZWRTY3JpcHRDb2RlIjoiZnVuY3Rpb24gZmZfaW5kaXZpZHVhbHJlZ2lzdHJhdGlvbl9zdWJtaXR0ZWQoc3RhdHVzLCBtZXNzYWdlKXtpZihzdGF0dXM9PTApe2ZmX3N3aXRjaHBhZ2UoMik7fWVsc2V7YWxlcnQobWVzc2FnZSk7fX0iLCJ1c2VFcnJvckFsZXJ0cyI6ZmFsc2UsInVzZURlZmF1bHRFcnJvcnMiOnRydWUsInVzZUJhbGxvb25FcnJvcnMiOmZhbHNlLCJkaXNhYmxlSlF1ZXJ5IjpmYWxzZSwiam9vbWxhSGludCI6ZmFsc2UsIm1vYmlsZUVuYWJsZWQiOmZhbHNlLCJmb3JjZU1vYmlsZSI6ZmFsc2UsImZvcmNlTW9iaWxlVXJsIjoiaW5kZXgucGhwIiwidGl0bGVfdHJhbnNsYXRpb24iOiIiLCJzdWJtaXRMYWJlbF90cmFuc2xhdGlvbiI6IiIsImNhbmNlbExhYmVsX3RyYW5zbGF0aW9uIjoiIiwicGFnaW5nTmV4dExhYmVsX3RyYW5zbGF0aW9uIjoiIiwicGFnaW5nUHJldkxhYmVsX3RyYW5zbGF0aW9uIjoiIiwidGhlbWVib290c3RyYXB2YXJzIjoiIn0sInN0YXRlIjoib3BlbiIsImRhdGEiOnsidGl0bGUiOiJPc2Nhc2EgSW5kaXZpZHVhbCBSZWdpc3RyYXRpb24iLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fZm9ybS5wbmcifSwiY2hpbGRyZW4iOlt7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZVBhZ2VDbGFzcyIsImlkIjoiYmZRdWlja01vZGVQYWdlMSIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcInBhZ2VcIn0ifSwicHJvcGVydGllcyI6eyJ0eXBlIjoicGFnZSIsInBhZ2VOdW1iZXIiOjEsInBhZ2VJbnRybyI6IjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiZm9udC1zaXplOiAzNnB0O1wiPkZSRUU8XC9zcGFuPjxcL3A+XG48cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMjRwdDtcIj5JbmRpdmlkdWFsIFJlZ2lzdHJhdGlvbjxcL3NwYW4+PFwvcD5cbjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiZm9udC1zaXplOiAyNHB0O1wiPktOT1cgWU9VUiBSSUdIVFMhPFwvc3Bhbj48XC9wPlxuPHA+V2hldGhlciBmZWF0dXJlZCBvciBhIGJhY2tncm91bmQgYXJ0aXN0ZSAoZXh0cmEpIGluIGZpbG0sIHRlbGV2aXNpb24gb3IgcHJpbnQgY29tbWVyY2lhbHMgT1NDQVNBIGFwcGxpZXMgZ2xvYmFsIGluZHVzdHJ5IHN0YW5kYXJkcyBpbiBwcm90ZWN0aW5nIHlvdXIgcmlnaHRzLiBGb3IgcXVlcmllcyBhbmRcL29yIGNvbXBsYWludHMgcmVjZWl2ZWQgd2Ugd2lsbCBhZHZpc2UgeW91IG9mIHlvdXIgcmlnaHRzIGFuZCBwcm92aWRlIHlvdSB3aXRoIGEgcHJvcG9zZWQgY291cnNlIG9mIGFjdGlvbi48XC9wPlxuPHA+SW4gb3JkZXIgdG8gcGxhY2UgYSBxdWVyeSBvciBjb21wbGFpbnQgT1NDQVNBIHJlcXVpcmVzIHlvdSB0byBSZWdpc3RlciBiZWxvdyBhbmQgdGhlbiAncmVnaXN0ZXIgJmFtcDsgbG9naW4nIHRvIHRoZSBzaXRlIHdoaWNoIHdpbGwgZ2l2ZSB5b3UgYWNjY2VzcyB0byB0aGUgUXVlcnlcL0NvbXBsYWludCBGb3JtLiBPU0NBU0Egd2lsbCBvbmx5IGRlYWwgd2l0aCBSZWdpc3RlcmVkIFVzZXJzLjxcL3A+XG48cD5CeSBSZWdpc3RlcmluZyB5b3UgYXJlIHN1YnNjcmliZWQgdG8gb3VyIG1haWwgbGlzdCBmcm9tIHdoaWNoIHlvdSBtYXkgdW5zdWJzY3JpYmUgZnJvbSBhbnkgbmV3c2xldHRlciBhdCBhbnkgdGltZS48XC9wPiJ9LCJzdGF0ZSI6Im9wZW4iLCJkYXRhIjp7InRpdGxlIjoiUGFnZSAxIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3BhZ2UucG5nIn0sImNoaWxkcmVuIjpbeyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVTZWN0aW9uQ2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlU2VjdGlvbjMxMzg2IiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwic2VjdGlvblwifSJ9LCJwcm9wZXJ0aWVzIjp7ImJmVHlwZSI6Im5vcm1hbCIsInR5cGUiOiJzZWN0aW9uIiwiZGlzcGxheVR5cGUiOiJpbmxpbmUiLCJ0aXRsZSI6IlNlY3Rpb24gMSIsIm5hbWUiOiJzZWN0aW9uMSIsImRlc2NyaXB0aW9uIjoiIiwib2ZmIjpmYWxzZSwidGl0bGVfdHJhbnNsYXRpb24iOiIifSwic3RhdGUiOiJvcGVuIiwiZGF0YSI6eyJ0aXRsZSI6IlNlY3Rpb24gMSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9zZWN0aW9uLnBuZyJ9LCJjaGlsZHJlbiI6W3siYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlU2VjdGlvbkNsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZVNlY3Rpb240MDQ2NSIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcInNlY3Rpb25cIn0ifSwicHJvcGVydGllcyI6eyJiZlR5cGUiOiJzZWN0aW9uIiwidHlwZSI6InNlY3Rpb24iLCJkaXNwbGF5VHlwZSI6ImJyZWFrcyIsInRpdGxlIjoiTmFtZSAmIElEIiwibmFtZSI6Im5hbWUiLCJkZXNjcmlwdGlvbiI6IiIsIm9mZiI6ZmFsc2UsInRpdGxlX3RyYW5zbGF0aW9uIjoiIn0sInN0YXRlIjoib3BlbiIsImRhdGEiOnsidGl0bGUiOiJOYW1lICYgSUQiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fc2VjdGlvbi5wbmcifSwiY2hpbGRyZW4iOlt7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoiZmlyc3RuYW1lIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiRmlyc3QgTmFtZSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6IkZpcnN0IE5hbWUiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6ImZpcnN0bmFtZSIsImRiSWQiOiIzMjQiLCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjp0cnVlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwicGxhY2Vob2xkZXIiOiIiLCJ2YWx1ZSI6IiIsIm1heExlbmd0aCI6IiIsInJlYWRvbmx5IjpmYWxzZSwicGFzc3dvcmQiOmZhbHNlLCJtYWlsYmFjayI6ZmFsc2UsIm1haWxiYWNrQXNTZW5kZXIiOmZhbHNlLCJtYWlsYmFja2ZpbGUiOiIiLCJzaXplIjoiIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MSwidmFsaWRhdGlvbklkIjoiNDQiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiUGxlYXNlIHByb3ZpZGUgeW91ciBGaXJzdCBOYW1lIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6ImZmX3ZhbHVlbm90ZW1wdHkiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOiI4IiwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6IjE2IiwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsImhpZGVJbk1haWxiYWNrIjpmYWxzZSwidmFsdWVfdHJhbnNsYXRpb24iOiIiLCJwbGFjZWhvbGRlcl90cmFuc2xhdGlvbiI6IiIsImxhYmVsX3RyYW5zbGF0aW9uIjoiIiwiaGludF90cmFuc2xhdGlvbiI6IiIsInZhbGlkYXRpb25NZXNzYWdlX3RyYW5zbGF0aW9uIjoiIn19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJzdXJuYW1lIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiU3VybmFtZSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6IlN1cm5hbWUiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6InN1cm5hbWUiLCJkYklkIjoiMzIzIiwib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6dHJ1ZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInBsYWNlaG9sZGVyIjoiIiwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjEsInZhbGlkYXRpb25JZCI6IjQ0IiwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IlBsZWFzZSBwcm92aWRlIHlvdXIgU3VybmFtZSIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiJmZl92YWx1ZW5vdGVtcHR5IiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjoiOCIsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOiIxNiIsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsInZhbHVlX3RyYW5zbGF0aW9uIjoiIiwicGxhY2Vob2xkZXJfdHJhbnNsYXRpb24iOiIiLCJsYWJlbF90cmFuc2xhdGlvbiI6IiIsImhpbnRfdHJhbnNsYXRpb24iOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZV90cmFuc2xhdGlvbiI6IiJ9fSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoiaWQiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJJRCBOdW1iZXIiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fdGV4dC1maWVsZC5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmVGV4dGZpZWxkIiwibGFiZWwiOiJJRCBOdW1iZXIiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6ImlkIiwiZGJJZCI6IjMyOCIsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOnRydWUsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJwbGFjZWhvbGRlciI6IiIsInZhbHVlIjoiIiwibWF4TGVuZ3RoIjoiIiwicmVhZG9ubHkiOmZhbHNlLCJwYXNzd29yZCI6ZmFsc2UsIm1haWxiYWNrIjpmYWxzZSwibWFpbGJhY2tBc1NlbmRlciI6ZmFsc2UsIm1haWxiYWNrZmlsZSI6IiIsInNpemUiOiIiLCJ2YWxpZGF0aW9uQ29uZGl0aW9uIjoxLCJ2YWxpZGF0aW9uSWQiOiI0NCIsInZhbGlkYXRpb25Db2RlIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2UiOiJQbGVhc2UgcHJvdmlkZSB5b3VyIElEIE51bWJlciIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiJmZl92YWx1ZW5vdGVtcHR5IiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjoiOCIsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOiIxNiIsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsInZhbHVlX3RyYW5zbGF0aW9uIjoiIiwicGxhY2Vob2xkZXJfdHJhbnNsYXRpb24iOiIiLCJsYWJlbF90cmFuc2xhdGlvbiI6IiIsImhpbnRfdHJhbnNsYXRpb24iOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZV90cmFuc2xhdGlvbiI6IiJ9fV19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlU2VjdGlvbkNsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZVNlY3Rpb244OTY4MyIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcInNlY3Rpb25cIn0ifSwicHJvcGVydGllcyI6eyJiZlR5cGUiOiJzZWN0aW9uIiwidHlwZSI6InNlY3Rpb24iLCJkaXNwbGF5VHlwZSI6ImJyZWFrcyIsInRpdGxlIjoiQ29udGFjdCBEZXRhaWxzIiwibmFtZSI6ImNvbnRhY3QiLCJkZXNjcmlwdGlvbiI6IiIsIm9mZiI6ZmFsc2UsInRpdGxlX3RyYW5zbGF0aW9uIjoiIn0sInN0YXRlIjoib3BlbiIsImRhdGEiOnsidGl0bGUiOiJDb250YWN0IERldGFpbHMiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fc2VjdGlvbi5wbmcifSwiY2hpbGRyZW4iOlt7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoiZW1haWwiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJFbWFpbCBBZGRyZXNzIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3RleHQtZmllbGQucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZlRleHRmaWVsZCIsImxhYmVsIjoiRW1haWwgQWRkcmVzcyIsImxhYmVsUG9zaXRpb24iOiJsZWZ0IiwiYmZOYW1lIjoiZW1haWwiLCJkYklkIjoiMzI3Iiwib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6dHJ1ZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInBsYWNlaG9sZGVyIjoiIiwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjEsInZhbGlkYXRpb25JZCI6IjQyIiwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IlBsZWFzZSBwcm92aWRlIGEgdmFsaWQgZW1haWwgYWRkcmVzcyIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiJmZl92YWxpZGVtYWlsIiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjoiOCIsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOiIxNiIsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsInZhbHVlX3RyYW5zbGF0aW9uIjoiIiwicGxhY2Vob2xkZXJfdHJhbnNsYXRpb24iOiIiLCJsYWJlbF90cmFuc2xhdGlvbiI6IiIsImhpbnRfdHJhbnNsYXRpb24iOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZV90cmFuc2xhdGlvbiI6IiJ9fSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoidGVsZXBob25lIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiVGVsZXBob25lIE51bWJlciIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6IlRlbGVwaG9uZSBOdW1iZXIiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6InRlbGVwaG9uZSIsImRiSWQiOiIzMjAiLCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjpmYWxzZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInBsYWNlaG9sZGVyIjoiIiwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjAsInZhbGlkYXRpb25JZCI6IjEiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6IjgiLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjoiMTYiLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJ2YWx1ZV90cmFuc2xhdGlvbiI6IiIsInBsYWNlaG9sZGVyX3RyYW5zbGF0aW9uIjoiIiwibGFiZWxfdHJhbnNsYXRpb24iOiIiLCJoaW50X3RyYW5zbGF0aW9uIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2VfdHJhbnNsYXRpb24iOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6Im1vYmlsZSIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6Ik1vYmlsZSBQaG9uZSBOdW1iZXIiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fdGV4dC1maWVsZC5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmVGV4dGZpZWxkIiwibGFiZWwiOiJNb2JpbGUgUGhvbmUgTnVtYmVyIiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJtb2JpbGUiLCJkYklkIjoiMzI2Iiwib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6ZmFsc2UsImhpbnQiOiJZb3VyIG1vYmlsZSBudW1iZXIgaXMgb3B0aW9uYWwgYnV0IHVzZWZ1bCBzaG91bGQgd2UgbmVlZCB0byBjb250YWN0IHlvdSB0byB2ZXJpZnkgYW55IGRldGFpbHMuIiwib2ZmIjpmYWxzZSwicGxhY2Vob2xkZXIiOiIiLCJ2YWx1ZSI6IiIsIm1heExlbmd0aCI6IiIsInJlYWRvbmx5IjpmYWxzZSwicGFzc3dvcmQiOmZhbHNlLCJtYWlsYmFjayI6ZmFsc2UsIm1haWxiYWNrQXNTZW5kZXIiOmZhbHNlLCJtYWlsYmFja2ZpbGUiOiIiLCJzaXplIjoiIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MCwidmFsaWRhdGlvbklkIjoiNDQiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6ImZmX3ZhbHVlbm90ZW1wdHkiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOiI4IiwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6IjE2IiwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsImhpZGVJbk1haWxiYWNrIjpmYWxzZSwidmFsdWVfdHJhbnNsYXRpb24iOiIiLCJwbGFjZWhvbGRlcl90cmFuc2xhdGlvbiI6IiIsImxhYmVsX3RyYW5zbGF0aW9uIjoiIiwiaGludF90cmFuc2xhdGlvbiI6IiIsInZhbGlkYXRpb25NZXNzYWdlX3RyYW5zbGF0aW9uIjoiIn19XX1dfV19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlUGFnZUNsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZVBhZ2UyIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwicGFnZVwifSJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJwYWdlIiwicGFnZU51bWJlciI6MiwicGFnZUludHJvIjoiPHA+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzFmNDk3ZDtcIj5UaGFuayB5b3UgZm9yIHJlZ2lzdGVyaW5nIHdpdGggT1NDQVNBLiZuYnNwOyBQbGVhc2UgcHJvY2VlZCB0byBhZGRpbmcgeW91ciBsb2dpbiB1c2VybmFtZSBhbmQgcGFzc3dvcmQuPFwvc3Bhbj48XC9wPlxuPHA+V2Ugd2lsbCBiZSBpbiB0b3VjaCB3aXRoIHlvdSBzb29uLjxcL3A+XG48cD5DaGFpcnBlcnNvbjxcL3A+XG48cD5PU0NBU0E8XC9wPlxuPHA+PGEgaHJlZj1cImluZGV4LnBocD9vcHRpb249Y29tX2NvbnRlbnQmYW1wO3ZpZXc9YXJ0aWNsZSZhbXA7aWQ9MzYmYW1wO0l0ZW1pZD0yNDFcIj48aW1nIHNyYz1cImltYWdlc1wvbG9naW5fYnV0dG9uLnBuZ1wiIGFsdD1cImxvZ2luIGJ1dHRvblwiIHN0eWxlPVwiZGlzcGxheTogYmxvY2s7IG1hcmdpbi1sZWZ0OiBhdXRvOyBtYXJnaW4tcmlnaHQ6IGF1dG87XCIgXC8+PFwvYT48XC9wPiJ9LCJzdGF0ZSI6Im9wZW4iLCJkYXRhIjp7InRpdGxlIjoiUGFnZSAyIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3BhZ2UucG5nIn0sImNoaWxkcmVuIjpbXX1dfQ==','QuickMode','[{\"elements\":[{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"Please provide your First Name\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"First Name\",\"name\":\"firstname\",\"page\":\"1\",\"orderNumber\":1,\"dbId\":\"324\",\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"firstname\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"Please provide your Surname\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Surname\",\"name\":\"surname\",\"page\":\"1\",\"orderNumber\":2,\"dbId\":\"323\",\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"surname\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"Please provide your ID Number\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"ID Number\",\"name\":\"id\",\"page\":\"1\",\"orderNumber\":3,\"dbId\":\"328\",\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"id\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"42\",\"script3code\":\"\",\"script3msg\":\"Please provide a valid email address\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_validemail\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Email Address\",\"name\":\"email\",\"page\":\"1\",\"orderNumber\":4,\"dbId\":\"327\",\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"email\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Telephone Number\",\"name\":\"telephone\",\"page\":\"1\",\"orderNumber\":5,\"dbId\":\"320\",\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"telephone\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Mobile Phone Number\",\"name\":\"mobile\",\"page\":\"1\",\"orderNumber\":6,\"dbId\":\"326\",\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"mobile\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"41\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle\",\"name\":\"bfFakeName\",\"page\":1,\"orderNumber\":0,\"dbId\":690,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"23\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle2\",\"name\":\"bfFakeName2\",\"page\":1,\"orderNumber\":0,\"dbId\":691,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"40\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle3\",\"name\":\"bfFakeName3\",\"page\":1,\"orderNumber\":0,\"dbId\":692,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"38\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle4\",\"name\":\"bfFakeName4\",\"page\":1,\"orderNumber\":0,\"dbId\":693,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"}],\"elementCount\":6}]',2,0,0,'individualregistration','OSCASA Agency Application','','Oscasa Individual Registration','','','',600,0,400,0,2,0,1,2,1,4,0,1,0,'OSCASA Agency Application\r\n\r\n{title:label}:{title:value} {firstname:value} {surname:value}\r\n{contactdesignation:label}: {contactdesignation:value}\r\n\r\n{website:label}: {website:value}\r\n{email:label}: {email:value}\r\n{telephone:label}: {telephone:value}\r\n{mobile:label}: {mobile:value}\r\n\r\nCompany\r\n{tradingname:label}: {tradingname:value}\r\n{companytype:label}: {companytype:value}\r\n{companyregistration:label}: {companyregistration:value}\r\n{address1:label}: {address1:value}\r\n{suburb:label}: {suburb:value}\r\n{towncity:label}: {towncity:value}\r\n{postcode:label}: {postcode:value}\r\n\r\nPostal Address\r\n{postaladdress1:label}: {postaladdress1:value}\r\n {postaladdress2:value}\r\n{postcodepostal:label}: {postcodepostal:value}\r\n\r\n{castingtype:label}: {castingtype:value}\r\n{membershippublished:label}: {membershippublished:value}\r\n\r\nOwners\r\n{owner1name:label}: {owner1name:value}\r\n{owner1id:label}: {owner1id:value}\r\n{owner1position:label}: {owner1position:value}\r\n{owner1mobile:label}: {owner1mobile:value}\r\n\r\n{firstsurname2:label}: {firstsurname2:value}\r\n{idnumberowner2:label}: {idnumberowner2:value}\r\n{position2:label}: {position2:value}\r\n{mobilenumber2:label}: {mobilenumber2:value}\r\n\r\n{firstnamesurname3:label}: {firstnamesurname3:value}\r\n{idnumber3:label}: {idnumber3:value}\r\n{position3:label}: {position3:value}\r\n{bfQuickMode551748:label}: {bfQuickMode551748:value}\r\n\r\n\r\n','',1,0,'',2,0,31,'',2,32,'function ff_individualregistration_submitted(status, message){if(status==0){ff_switchpage(2);}else{alert(message);}}',0,1,'',0,NULL,'',0,5,'',2,NULL,'$this->execPieceByName(\'ff_InitLib\');\r\n \r\n \r\n \r\n include_once(rtrim(JPATH_ADMINISTRATOR,DIRECTORY_SEPARATOR).DIRECTORY_SEPARATOR.\'components\'.DIRECTORY_SEPARATOR.\'com_acymailing\'.DIRECTORY_SEPARATOR.\'helpers\'.DIRECTORY_SEPARATOR.\'helper.php\');\r\n \r\n \r\n \r\n $myUser = new stdClass();\r\n $myUser->email = strip_tags(ff_getSubmit(\'email\')); //Please replace email_field by your own field name (the name of the field \"email\").\r\n $myUser->name = strip_tags(ff_getSubmit(\'firstname\')); //Please replace name_field by your own field name (the name of the field \"name\").\r\n \r\n \r\n \r\n $subscriberClass = acymailing_get(\'class.subscriber\');\r\n $subid = $subscriberClass->save($myUser);\r\n \r\n \r\n$subscriberClass->sendConf($subid); //we send the confirmation email... only if needed based on the current user status and the option from the Acy configuration page.\r\n \r\n \r\n \r\n $subscribe = array(4,); //Specify here the ID of your lists separated by a comma, in this example the user will be subscribed to lists IDs 3,4 and 5.\r\n $newSubscription = array();\r\n if(!empty($subscribe)){\r\n foreach($subscribe as $listId){\r\n $newList = array();\r\n $newList[\'status\'] = 1;\r\n $newSubscription[$listId] = $newList;\r\n }\r\n }\r\n $subscriberClass->saveSubscription($subid,$newSubscription);\r\n--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\r\n',2,NULL,'a:27:{s:6:\"option\";s:17:\"com_breezingforms\";s:3:\"act\";s:16:\"recordmanagement\";s:4:\"task\";s:15:\"saveFilterState\";s:7:\"form_id\";s:1:\"3\";s:10:\"searchterm\";s:0:\"\";s:12:\"searchintext\";s:5:\"false\";s:14:\"searchinuserid\";s:5:\"false\";s:16:\"searchinusername\";s:5:\"false\";s:20:\"searchinuserfullname\";s:5:\"false\";s:10:\"searchinid\";s:5:\"false\";s:10:\"searchinip\";s:5:\"false\";s:14:\"searchinviewed\";s:5:\"false\";s:16:\"searchinexported\";s:5:\"false\";s:16:\"searchinarchived\";s:5:\"false\";s:15:\"searchinpayment\";s:5:\"false\";s:14:\"searchdatefrom\";s:0:\"\";s:14:\"searchtimefrom\";s:0:\"\";s:12:\"searchdateto\";s:0:\"\";s:12:\"searchtimeto\";s:0:\"\";s:27:\"bfDisplayFieldIDbfrecord_id\";s:5:\"false\";s:34:\"bfDisplayFieldIDbfrecord_submitted\";s:5:\"false\";s:32:\"bfDisplayFieldIDbfrecord_user_id\";s:5:\"false\";s:33:\"bfDisplayFieldIDbfrecord_username\";s:5:\"false\";s:39:\"bfDisplayFieldIDbfrecord_user_full_name\";s:5:\"false\";s:27:\"bfDisplayFieldIDbfrecord_ip\";s:5:\"false\";s:30:\"bfDisplayFieldIDbfrecord_title\";s:5:\"false\";s:29:\"bfDisplayFieldIDbfrecord_name\";s:5:\"false\";}'),(4,'','','','','','','','',1,'','',0,0,0,0,'text',0,1,1,'','','adminusr','ZBb6zyUjARCm8MLs','',NULL,0,'','','',0,'pdf','','<p> </p>\r\n<div id=\"fskey-tooltip\" class=\"fskey-tooltip\"> </div>\r\n<div id=\"fskey-tooltip\" class=\"fskey-tooltip\"> </div>',0,'',13,1,1,'*',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'QuickModeForms','eyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVSb290Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlUm9vdCIsIm1kYXRhIjoie1widHlwZVwiOiBcInJvb3RcIn0ifSwicHJvcGVydGllcyI6eyJ0eXBlIjoicm9vdCIsInRpdGxlIjoiT3NjYXNhIFF1ZXJ5XC9Db21wbGFpbnQiLCJuYW1lIjoicXVlcnljb21wbGFpbnQiLCJyb2xsb3ZlciI6dHJ1ZSwicm9sbG92ZXJDb2xvciI6IiMyNGEyZDIiLCJ0b2dnbGVGaWVsZHMiOiIiLCJkZXNjcmlwdGlvbiI6IiIsIm1haWxOb3RpZmljYXRpb24iOnRydWUsIm1haWxSZWNpcGllbnQiOiJueWFrYXBAZ21haWwuY29tO2luZm9Ab3NjYXNhLmNvbTt0cmFjeUBjb2x0dGFsZW50LmNvbTttaWFAbWN4LmNvLnphIiwic3VibWl0SW5jbHVkZSI6dHJ1ZSwic3VibWl0TGFiZWwiOiJzdWJtaXQiLCJjYW5jZWxJbmNsdWRlIjp0cnVlLCJjYW5jZWxMYWJlbCI6InJlc2V0IiwicGFnaW5nSW5jbHVkZSI6ZmFsc2UsInBhZ2luZ05leHRMYWJlbCI6Im5leHQiLCJwYWdpbmdQcmV2TGFiZWwiOiJiYWNrIiwidGhlbWUiOiJnbG9zc3lfZ3JheSIsInRoZW1lYm9vdHN0cmFwIjoiIiwidGhlbWVib290c3RyYXBiZWZvcmUiOiIiLCJ0aGVtZWJvb3RzdHJhcExhYmVsVG9wIjpmYWxzZSwidGhlbWVib290c3RyYXBUaGVtZUVuZ2luZSI6ImJyZWV6aW5nZm9ybXMiLCJ0aGVtZWJvb3RzdHJhcFVzZUhlcm9Vbml0IjpmYWxzZSwidGhlbWVib290c3RyYXBVc2VXZWxsIjpmYWxzZSwidGhlbWVib290c3RyYXBVc2VQcm9ncmVzcyI6ZmFsc2UsInRoZW1ldXNlYm9vdHN0cmFwbGVnYWN5IjpmYWxzZSwiZmFkZUluIjpmYWxzZSwibGFzdFBhZ2VUaGFua1lvdSI6dHJ1ZSwic3VibWl0dGVkU2NyaXB0Q29uZGlkdGlvbiI6Miwic3VibWl0dGVkU2NyaXB0Q29kZSI6ImZ1bmN0aW9uIGZmX3F1ZXJ5Y29tcGxhaW50X3N1Ym1pdHRlZChzdGF0dXMsIG1lc3NhZ2Upe2lmKHN0YXR1cz09MCl7ZmZfc3dpdGNocGFnZSgyKTt9ZWxzZXthbGVydChtZXNzYWdlKTt9fSIsInVzZUVycm9yQWxlcnRzIjpmYWxzZSwidXNlRGVmYXVsdEVycm9ycyI6dHJ1ZSwidXNlQmFsbG9vbkVycm9ycyI6ZmFsc2UsImRpc2FibGVKUXVlcnkiOmZhbHNlLCJqb29tbGFIaW50IjpmYWxzZSwibW9iaWxlRW5hYmxlZCI6ZmFsc2UsImZvcmNlTW9iaWxlIjpmYWxzZSwiZm9yY2VNb2JpbGVVcmwiOiJpbmRleC5waHAiLCJ0aXRsZV90cmFuc2xhdGlvbiI6IiIsInN1Ym1pdExhYmVsX3RyYW5zbGF0aW9uIjoiIiwiY2FuY2VsTGFiZWxfdHJhbnNsYXRpb24iOiIiLCJwYWdpbmdOZXh0TGFiZWxfdHJhbnNsYXRpb24iOiIiLCJwYWdpbmdQcmV2TGFiZWxfdHJhbnNsYXRpb24iOiIiLCJ0aGVtZWJvb3RzdHJhcHZhcnMiOiIifSwic3RhdGUiOiJvcGVuIiwiZGF0YSI6eyJ0aXRsZSI6Ik9zY2FzYSBRdWVyeVwvQ29tcGxhaW50IiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX2Zvcm0ucG5nIn0sImNoaWxkcmVuIjpbeyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVQYWdlQ2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlUGFnZTEiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJwYWdlXCJ9In0sInByb3BlcnRpZXMiOnsidHlwZSI6InBhZ2UiLCJwYWdlTnVtYmVyIjoxLCJwYWdlSW50cm8iOiI8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMjRwdDtcIj5RdWVyeSBhbmQgQ29tcGxhaW50PFwvc3Bhbj48XC9wPlxuPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJmb250LXNpemU6IDE4cHQ7XCI+S05PVyBZT1VSIFJJR0hUUyE8XC9zcGFuPjxcL3A+XG48cCBzdHlsZT1cIm1hcmdpbi10b3A6IDBjbTsgbWFyZ2luLXJpZ2h0OiAwY207IG1hcmdpbi1ib3R0b206IDcuNXB0OyBiYWNrZ3JvdW5kOiB3aGl0ZTtcIj48c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMTBwdDsgZm9udC1mYW1pbHk6IEhlbHZldGljYSwgc2Fucy1zZXJpZjsgY29sb3I6ICM3Nzc3Nzc7XCI+V2hldGhlciBmZWF0dXJlZCBvciBhIGJhY2tncm91bmQgYXJ0aXN0ZSAoZXh0cmEpIGluIGZpbG0sIHRlbGV2aXNpb24gb3IgcHJpbnQgY29tbWVyY2lhbHMgT1NDQVNBIGFwcGxpZXMgaW5kdXN0cnkgc3RhbmRhcmRzIGluIHByb3RlY3RpbmcgeW91ciByaWdodHMuIE9TQ0FTQSB3aWxsIHJlc29sdmUgaXNzdWVzIHdpdGggT1NDQVNBIHJlZ2lzdGVyZWQgYWdlbmNpZXMgb25seSwgYnV0IHdlIGFyZSBhYmxlIHRvIHByb3ZpZGUgZ3VpZGFuY2Ugb24geW91ciByaWdodHMgYW5kIHN1Z2dlc3RlZCBjb3Vyc2VzIG9mIGFjdGlvbiBmb3IgVGFsZW50IHJlcHJlc2VudGVkIGJ5IG5vbi1PU0NBU0EgYWdlbnRzLjxcL3NwYW4+PFwvcD5cbjxwIHN0eWxlPVwibWFyZ2luLXRvcDogMGNtOyBtYXJnaW4tcmlnaHQ6IDBjbTsgbWFyZ2luLWJvdHRvbTogNy41cHQ7IGJhY2tncm91bmQ6IHdoaXRlO1wiPjxzcGFuIHN0eWxlPVwiZm9udC1zaXplOiAxMHB0OyBmb250LWZhbWlseTogSGVsdmV0aWNhLCBzYW5zLXNlcmlmOyBjb2xvcjogIzc3Nzc3NztcIj5PU0NBU0EgcHJvdmlkZXMgZ3VpZGFuY2UgdG8gQWdlbmNpZXMgYW5kIHRoZWlyIFRhbGVudCB3aXRoIHJlZ2FyZCB0byB0aGVpciByaWdodHMgaW4gdGhlIFNvdXRoIEFmcmljYW4gRmlsbSBJbmR1c3RyeS4gJm5ic3A7V2hldGhlciBmZWF0dXJlZCBvciBhIGJhY2tncm91bmQgYXJ0aXN0ZSAoZXh0cmEpIGluIGZpbG0sIHRlbGV2aXNpb24gb3IgcHJpbnQgY29tbWVyY2lhbHMgT1NDQVNBIGFwcGxpZXMgaW5kdXN0cnkgc3RhbmRhcmRzIGluIHByb3RlY3RpbmcgeW91ciByaWdodHMuIElmIHlvdSBhcmUgc2lnbmVkIHdpdGggYW4gPGI+T1NDQVNBIGFnZW50PFwvYj4sIHdlIGFyZSBhYmxlIHRvIGFzc2lzdCB3aXRoIHJlc29sdmluZyBpc3N1ZXMgd2l0aCB5b3VyIGFnZW5jeS4mbmJzcDsgSWYgeW91IG5vdCBzaWduZWQgd2l0aCBhbiBPU0NBU0EgYWdlbnQgd2UgYXJlIG9ubHkgYWJsZSB0byBwcm92aWRlIHN1Z2dlc3RlZCBjb3Vyc2VzIG9mIGFjdGlvbiBmb3IgYW55IHF1ZXJpZXMgb3IgY29tcGxhaW50cyB5b3UgbWF5IGhhdmUuIDxcL3NwYW4+PFwvcD5cbjxwIHN0eWxlPVwibWFyZ2luLXRvcDogMGNtOyBtYXJnaW4tcmlnaHQ6IDBjbTsgbWFyZ2luLWJvdHRvbTogNy41cHQ7IGJhY2tncm91bmQ6IHdoaXRlOyBvcnBoYW5zOiAyOyB0ZXh0LWFsaWduOiBzdGFydDsgd2lkb3dzOiAyOyB3b3JkLXNwYWNpbmc6IDBweDtcIj48c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMTBwdDsgZm9udC1mYW1pbHk6IEhlbHZldGljYSwgc2Fucy1zZXJpZjsgY29sb3I6ICM3Nzc3Nzc7XCI+SW4gb3JkZXIgZm9yIHVzIHRvIGFzc2lzdCB5b3UsIHBsZWFzZSBjb21wbGV0ZSB0aGUgZm9sbG93aW5nIGZvcm0gd2l0aCBhcyBtdWNoIGRldGFpbCBhcyBwb3NzaWJsZS4mbmJzcDsgT25jZSB5b3UgaGF2ZSBzdWJtaXR0ZWQgdGhlIGRldGFpbHMsIHBsZWFzZSBjaGVjayB5b3VyIGVtYWlsIGluYm94IGZvciBtb3JlIGluZm9ybWF0aW9uLiBJdCBjYW4gdGFrZSB1cCB0byA3IGRheXMgZm9yIEVYQ08gbWVtYmVycyB0byByZXNwb25kIHRvIHlvdXIgcXVlcnkuIDxcL3NwYW4+PFwvcD5cbjxwPlBMRUFTRSBOT1RFIFRIQVQgT1VSIE9GRklDRSBJUyBDTE9TRUQgRlJPTSAxM1RIIERFQ0VNQkVSIDIwMTkgLSAxNFRIIEpBTlVBUlkgMjAyMC48XC9wPiJ9LCJzdGF0ZSI6Im9wZW4iLCJkYXRhIjp7InRpdGxlIjoiUGFnZSAxIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3BhZ2UucG5nIn0sImNoaWxkcmVuIjpbeyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVTZWN0aW9uQ2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlU2VjdGlvbjMxMzg2IiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwic2VjdGlvblwifSJ9LCJwcm9wZXJ0aWVzIjp7ImJmVHlwZSI6Im5vcm1hbCIsInR5cGUiOiJzZWN0aW9uIiwiZGlzcGxheVR5cGUiOiJpbmxpbmUiLCJ0aXRsZSI6IlNlY3Rpb24gMSIsIm5hbWUiOiJzZWN0aW9uMSIsImRlc2NyaXB0aW9uIjoiIiwib2ZmIjpmYWxzZSwidGl0bGVfdHJhbnNsYXRpb24iOiIifSwic3RhdGUiOiJvcGVuIiwiZGF0YSI6eyJ0aXRsZSI6IlNlY3Rpb24gMSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9zZWN0aW9uLnBuZyJ9LCJjaGlsZHJlbiI6W3siYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlU2VjdGlvbkNsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZVNlY3Rpb240MDQ2NSIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcInNlY3Rpb25cIn0ifSwicHJvcGVydGllcyI6eyJiZlR5cGUiOiJzZWN0aW9uIiwidHlwZSI6InNlY3Rpb24iLCJkaXNwbGF5VHlwZSI6ImJyZWFrcyIsInRpdGxlIjoiTmFtZSAmIElEIiwibmFtZSI6Im5hbWUiLCJkZXNjcmlwdGlvbiI6IiIsIm9mZiI6ZmFsc2UsInRpdGxlX3RyYW5zbGF0aW9uIjoiIn0sInN0YXRlIjoib3BlbiIsImRhdGEiOnsidGl0bGUiOiJOYW1lICYgSUQiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fc2VjdGlvbi5wbmcifSwiY2hpbGRyZW4iOlt7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoiZmlyc3RuYW1lIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiRmlyc3QgTmFtZSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6IkZpcnN0IE5hbWUiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6ImZpcnN0bmFtZSIsImRiSWQiOiI0NjUiLCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjp0cnVlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwicGxhY2Vob2xkZXIiOiIiLCJ2YWx1ZSI6IiIsIm1heExlbmd0aCI6IiIsInJlYWRvbmx5IjpmYWxzZSwicGFzc3dvcmQiOmZhbHNlLCJtYWlsYmFjayI6ZmFsc2UsIm1haWxiYWNrQXNTZW5kZXIiOmZhbHNlLCJtYWlsYmFja2ZpbGUiOiIiLCJzaXplIjoiIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MSwidmFsaWRhdGlvbklkIjoiNDQiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiUGxlYXNlIHByb3ZpZGUgeW91ciBGaXJzdCBOYW1lIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6ImZmX3ZhbHVlbm90ZW1wdHkiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOiI4IiwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6IjE2IiwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsImhpZGVJbk1haWxiYWNrIjpmYWxzZSwidmFsdWVfdHJhbnNsYXRpb24iOiIiLCJwbGFjZWhvbGRlcl90cmFuc2xhdGlvbiI6IiIsImxhYmVsX3RyYW5zbGF0aW9uIjoiIiwiaGludF90cmFuc2xhdGlvbiI6IiIsInZhbGlkYXRpb25NZXNzYWdlX3RyYW5zbGF0aW9uIjoiIn19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJzdXJuYW1lIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiU3VybmFtZSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6IlN1cm5hbWUiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6InN1cm5hbWUiLCJkYklkIjoiNDY0Iiwib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6dHJ1ZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInBsYWNlaG9sZGVyIjoiIiwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjEsInZhbGlkYXRpb25JZCI6IjQ0IiwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IlBsZWFzZSBwcm92aWRlIHlvdXIgU3VybmFtZSIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiJmZl92YWx1ZW5vdGVtcHR5IiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjoiOCIsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOiIxNiIsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsInZhbHVlX3RyYW5zbGF0aW9uIjoiIiwicGxhY2Vob2xkZXJfdHJhbnNsYXRpb24iOiIiLCJsYWJlbF90cmFuc2xhdGlvbiI6IiIsImhpbnRfdHJhbnNsYXRpb24iOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZV90cmFuc2xhdGlvbiI6IiJ9fSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoiaWQiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJJRCBOdW1iZXIiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fdGV4dC1maWVsZC5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmVGV4dGZpZWxkIiwibGFiZWwiOiJJRCBOdW1iZXIiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6ImlkIiwiZGJJZCI6IjQ2OCIsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOnRydWUsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJwbGFjZWhvbGRlciI6IiIsInZhbHVlIjoiIiwibWF4TGVuZ3RoIjoiIiwicmVhZG9ubHkiOmZhbHNlLCJwYXNzd29yZCI6ZmFsc2UsIm1haWxiYWNrIjpmYWxzZSwibWFpbGJhY2tBc1NlbmRlciI6ZmFsc2UsIm1haWxiYWNrZmlsZSI6IiIsInNpemUiOiIiLCJ2YWxpZGF0aW9uQ29uZGl0aW9uIjoxLCJ2YWxpZGF0aW9uSWQiOiI0NCIsInZhbGlkYXRpb25Db2RlIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2UiOiJQbGVhc2UgcHJvdmlkZSB5b3VyIElEIE51bWJlciIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiJmZl92YWx1ZW5vdGVtcHR5IiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjoiOCIsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOiIxNiIsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsInZhbHVlX3RyYW5zbGF0aW9uIjoiIiwicGxhY2Vob2xkZXJfdHJhbnNsYXRpb24iOiIiLCJsYWJlbF90cmFuc2xhdGlvbiI6IiIsImhpbnRfdHJhbnNsYXRpb24iOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZV90cmFuc2xhdGlvbiI6IiJ9fV19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlU2VjdGlvbkNsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZVNlY3Rpb244OTY4MyIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcInNlY3Rpb25cIn0ifSwicHJvcGVydGllcyI6eyJiZlR5cGUiOiJzZWN0aW9uIiwidHlwZSI6InNlY3Rpb24iLCJkaXNwbGF5VHlwZSI6ImJyZWFrcyIsInRpdGxlIjoiQ29udGFjdCBEZXRhaWxzIiwibmFtZSI6ImNvbnRhY3QiLCJkZXNjcmlwdGlvbiI6IiIsIm9mZiI6ZmFsc2UsInRpdGxlX3RyYW5zbGF0aW9uIjoiIn0sInN0YXRlIjoib3BlbiIsImRhdGEiOnsidGl0bGUiOiJDb250YWN0IERldGFpbHMiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fc2VjdGlvbi5wbmcifSwiY2hpbGRyZW4iOlt7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoiZW1haWwiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJFbWFpbCBBZGRyZXNzIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3RleHQtZmllbGQucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZlRleHRmaWVsZCIsImxhYmVsIjoiRW1haWwgQWRkcmVzcyIsImxhYmVsUG9zaXRpb24iOiJsZWZ0IiwiYmZOYW1lIjoiZW1haWwiLCJkYklkIjoiNDY3Iiwib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6dHJ1ZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInBsYWNlaG9sZGVyIjoiIiwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjEsInZhbGlkYXRpb25JZCI6IjQyIiwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IlBsZWFzZSBwcm92aWRlIGEgdmFsaWQgZW1haWwgYWRkcmVzcyIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiJmZl92YWxpZGVtYWlsIiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjoiOCIsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOiIxNiIsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsInZhbHVlX3RyYW5zbGF0aW9uIjoiIiwicGxhY2Vob2xkZXJfdHJhbnNsYXRpb24iOiIiLCJsYWJlbF90cmFuc2xhdGlvbiI6IiIsImhpbnRfdHJhbnNsYXRpb24iOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZV90cmFuc2xhdGlvbiI6IiJ9fSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoidGVsZXBob25lIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiVGVsZXBob25lIE51bWJlciIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6IlRlbGVwaG9uZSBOdW1iZXIiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6InRlbGVwaG9uZSIsImRiSWQiOiI0NjMiLCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjpmYWxzZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInBsYWNlaG9sZGVyIjoiIiwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjAsInZhbGlkYXRpb25JZCI6IjEiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6IjgiLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjoiMTYiLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJ2YWx1ZV90cmFuc2xhdGlvbiI6IiIsInBsYWNlaG9sZGVyX3RyYW5zbGF0aW9uIjoiIiwibGFiZWxfdHJhbnNsYXRpb24iOiIiLCJoaW50X3RyYW5zbGF0aW9uIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2VfdHJhbnNsYXRpb24iOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6Im1vYmlsZSIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6Ik1vYmlsZSBQaG9uZSBOdW1iZXIiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fdGV4dC1maWVsZC5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmVGV4dGZpZWxkIiwibGFiZWwiOiJNb2JpbGUgUGhvbmUgTnVtYmVyIiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJtb2JpbGUiLCJkYklkIjoiNDY2Iiwib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6dHJ1ZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInBsYWNlaG9sZGVyIjoiIiwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjEsInZhbGlkYXRpb25JZCI6IjQ0IiwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IlBsZWFzZSBwcm92aWRlIHlvdXIgbW9iaWxlIHBob25lIG51bWJlciIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiJmZl92YWx1ZW5vdGVtcHR5IiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjoiOCIsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOiIxNiIsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsInZhbHVlX3RyYW5zbGF0aW9uIjoiIiwicGxhY2Vob2xkZXJfdHJhbnNsYXRpb24iOiIiLCJsYWJlbF90cmFuc2xhdGlvbiI6IiIsImhpbnRfdHJhbnNsYXRpb24iOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZV90cmFuc2xhdGlvbiI6IiJ9fV19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlU2VjdGlvbkNsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZVNlY3Rpb24yMjY4MSIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcInNlY3Rpb25cIn0ifSwicHJvcGVydGllcyI6eyJiZlR5cGUiOiJzZWN0aW9uIiwidHlwZSI6InNlY3Rpb24iLCJkaXNwbGF5VHlwZSI6ImJyZWFrcyIsInRpdGxlIjoiUXVlcnkgUGFydGljdWxhcnMiLCJuYW1lIjoicXVlcnlwYXJ0aWN1bGFycyIsImRlc2NyaXB0aW9uIjoiIiwib2ZmIjpmYWxzZSwidGl0bGVfdHJhbnNsYXRpb24iOiIifSwic3RhdGUiOiJvcGVuIiwiZGF0YSI6eyJ0aXRsZSI6IlF1ZXJ5IFBhcnRpY3VsYXJzIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3NlY3Rpb24ucG5nIn0sImNoaWxkcmVuIjpbeyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6InByb2R1Y3Rpb24iLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJUaGUgSm9iIG9yIFByb2R1Y3Rpb24iLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fdGV4dC1maWVsZC5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmVGV4dGZpZWxkIiwibGFiZWwiOiJUaGUgSm9iIG9yIFByb2R1Y3Rpb24iLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6InByb2R1Y3Rpb24iLCJkYklkIjo0OTgsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOnRydWUsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJwbGFjZWhvbGRlciI6IiIsInZhbHVlIjoiIiwibWF4TGVuZ3RoIjoiIiwicmVhZG9ubHkiOmZhbHNlLCJwYXNzd29yZCI6ZmFsc2UsIm1haWxiYWNrIjpmYWxzZSwibWFpbGJhY2tBc1NlbmRlciI6ZmFsc2UsIm1haWxiYWNrZmlsZSI6IiIsInNpemUiOiIiLCJ2YWxpZGF0aW9uQ29uZGl0aW9uIjoxLCJ2YWxpZGF0aW9uSWQiOiI0NCIsInZhbGlkYXRpb25Db2RlIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2UiOiJQbGVhc2Ugc3VwcGx5IHRoZSB0aXRsZSBvZiBKb2Igb3IgUHJvZHVjdGlvbiIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiJmZl92YWx1ZW5vdGVtcHR5IiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjoiOCIsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOiIxNiIsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsInZhbHVlX3RyYW5zbGF0aW9uIjoiIiwicGxhY2Vob2xkZXJfdHJhbnNsYXRpb24iOiIiLCJsYWJlbF90cmFuc2xhdGlvbiI6IiIsImhpbnRfdHJhbnNsYXRpb24iOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZV90cmFuc2xhdGlvbiI6IiJ9fSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoicHJvZHVjdGlvbmRhdGUiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJEYXRlIG9mIFByb2R1Y3Rpb24iLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fdGV4dC1maWVsZC5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmVGV4dGZpZWxkIiwibGFiZWwiOiJEYXRlIG9mIFByb2R1Y3Rpb24iLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6InByb2R1Y3Rpb25kYXRlIiwiZGJJZCI6NTAzLCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjp0cnVlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwicGxhY2Vob2xkZXIiOiIiLCJ2YWx1ZSI6IiIsIm1heExlbmd0aCI6IiIsInJlYWRvbmx5IjpmYWxzZSwicGFzc3dvcmQiOmZhbHNlLCJtYWlsYmFjayI6ZmFsc2UsIm1haWxiYWNrQXNTZW5kZXIiOmZhbHNlLCJtYWlsYmFja2ZpbGUiOiIiLCJzaXplIjoiIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MSwidmFsaWRhdGlvbklkIjoiMTEiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiUGxlYXNlIHN1cHBseSB0aGUgUHJvZHVjdGlvbiBEYXRlXC9zIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6ImZmX2h0bWx2YWx1ZW5vdGVtcHR5IiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjoiOCIsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOiIxNiIsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsInZhbHVlX3RyYW5zbGF0aW9uIjoiIiwicGxhY2Vob2xkZXJfdHJhbnNsYXRpb24iOiIiLCJsYWJlbF90cmFuc2xhdGlvbiI6IiIsImhpbnRfdHJhbnNsYXRpb24iOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZV90cmFuc2xhdGlvbiI6IiJ9fSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoiYWdlbnRuYW1lIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiTmFtZSBvZiBZb3VyIEFnZW5jeSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6Ik5hbWUgb2YgWW91ciBBZ2VuY3kiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6ImFnZW50bmFtZSIsImRiSWQiOjUwNCwib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6dHJ1ZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInBsYWNlaG9sZGVyIjoiIiwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjEsInZhbGlkYXRpb25JZCI6IjExIiwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IlBsZWFzZSBzdXBwbHkgeW91ciBBZ2VuY2llcyBOYW1lIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6ImZmX2h0bWx2YWx1ZW5vdGVtcHR5IiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjoiOCIsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOiIxNiIsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsInZhbHVlX3RyYW5zbGF0aW9uIjoiIiwicGxhY2Vob2xkZXJfdHJhbnNsYXRpb24iOiIiLCJsYWJlbF90cmFuc2xhdGlvbiI6IiIsImhpbnRfdHJhbnNsYXRpb24iOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZV90cmFuc2xhdGlvbiI6IiJ9fV19XX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVTZWN0aW9uQ2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlU2VjdGlvbjg0NTIwIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwic2VjdGlvblwifSJ9LCJwcm9wZXJ0aWVzIjp7ImJmVHlwZSI6InNlY3Rpb24iLCJ0eXBlIjoic2VjdGlvbiIsImRpc3BsYXlUeXBlIjoiYnJlYWtzIiwidGl0bGUiOiJRdWVyeSBvciBDb21wbGFpbnQgRGV0YWlscyIsIm5hbWUiOiJjb21wbGFpbnRkZXRhaWxzIiwiZGVzY3JpcHRpb24iOiIiLCJvZmYiOmZhbHNlLCJ0aXRsZV90cmFuc2xhdGlvbiI6IiJ9LCJzdGF0ZSI6Im9wZW4iLCJkYXRhIjp7InRpdGxlIjoiUXVlcnkgb3IgQ29tcGxhaW50IERldGFpbHMiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fc2VjdGlvbi5wbmcifSwiY2hpbGRyZW4iOlt7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoiZGVzY3JpcHRpb24iLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJOLkIuIE1lc3NhZ2Ugb3IgQ29tcGxhaW50IERldGFpbCIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWFyZWEucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZlRleHRhcmVhIiwibGFiZWwiOiJOLkIuIE1lc3NhZ2Ugb3IgQ29tcGxhaW50IERldGFpbCIsImxhYmVsUG9zaXRpb24iOiJsZWZ0IiwiYmZOYW1lIjoiZGVzY3JpcHRpb24iLCJkYklkIjo1MjcsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOmZhbHNlLCJoaW50IjoiSXQgaXMgSU1QT1JUQU5UIHRvIHN1cHBseSB0aGVzZSBkZXRhaWxzIG9mIHlvdXIgcXVlcnlcL2NvbXBsYWludC4gVGhlcmUgaXMgcGxlbnR5IG9mIHNwYWNlIGF2YWlsYWJsZSBpZiBvbmUgc2Nyb2xscyBkb3duLiBUaGUgYmV0dGVyIHRoaXMgZGV0YWlsIHRoZSBlYXNpZXIgaXQgaXMgZm9yIG90aGVycyB0byBoZWxwIGFuZFwvb3IgYWR2aXNlLiIsIm9mZiI6ZmFsc2UsInBsYWNlaG9sZGVyIjoiIiwiaXNfaHRtbCI6ZmFsc2UsInZhbHVlIjoiIiwid2lkdGgiOiIiLCJoZWlnaHQiOiIyMDBweCIsIm1heGxlbmd0aCI6IiIsInNob3dNYXhsZW5ndGhDb3VudGVyIjp0cnVlLCJyZWFkb25seSI6ZmFsc2UsInZhbGlkYXRpb25Db25kaXRpb24iOjAsInZhbGlkYXRpb25JZCI6IjEiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6IjgiLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjoiMTYiLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJ2YWx1ZV90cmFuc2xhdGlvbiI6IiIsInBsYWNlaG9sZGVyX3RyYW5zbGF0aW9uIjoiIiwibGFiZWxfdHJhbnNsYXRpb24iOiIiLCJoaW50X3RyYW5zbGF0aW9uIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2VfdHJhbnNsYXRpb24iOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImNhcHRjaGEiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJBcmUgeW91IGEgcm9ib3QgPyIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9jYXB0Y2hhLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZSZUNhcHRjaGEiLCJsYWJlbCI6IkFyZSB5b3UgYSByb2JvdCA/IiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJjYXB0Y2hhIiwiZGJJZCI6NzYyLCJvcmRlck51bWJlciI6LTEsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjpmYWxzZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOmZhbHNlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwicmVhZG9ubHkiOmZhbHNlLCJwdWJrZXkiOiI2TGZBd1JrVEFBQUFBTWQ2UHJMOEI5dVhiUzhvQmNrSE1iZVpxZ1gxIiwicHJpdmtleSI6IjZMZkF3UmtUQUFBQUFDYzdYNXZXcm94LVJYWnRmR1NWaE5WN1BUUHciLCJ0aGVtZSI6ImJsdWUiLCJ2YWxpZGF0aW9uQ29uZGl0aW9uIjowLCJ2YWxpZGF0aW9uSWQiOjAsInZhbGlkYXRpb25Db2RlIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2UiOiIiLCJ2YWxpZGF0aW9uRnVuY3Rpb25OYW1lIjoiIiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjowLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjpudWxsLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJoaW50X3RyYW5zbGF0aW9uIjoiIiwibmV3Q2FwdGNoYSI6dHJ1ZSwibGFiZWxfdHJhbnNsYXRpb24iOiIifX1dfV19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlUGFnZUNsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZVBhZ2UyIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwicGFnZVwifSJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJwYWdlIiwicGFnZU51bWJlciI6MiwicGFnZUludHJvIjoiPHAgc3R5bGU9XCJtYXJnaW4tdG9wOiAwY207IG1hcmdpbi1yaWdodDogMGNtOyBtYXJnaW4tYm90dG9tOiA3LjVwdDtcIj48c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMTBwdDsgZm9udC1mYW1pbHk6IEhlbHZldGljYSwgc2Fucy1zZXJpZjsgY29sb3I6IGJsYWNrO1wiPlRoYW5rIHlvdSBmb3IgeW91ciBxdWVyeVwvY29tcGxhaW50IHdpdGggT1NDQVNBLiBZb3VyIHF1ZXJ5XC9jb21wbGFpbnQgaGFzIGJlZW4gY29waWVkIHRvIGFsbCBtZW1iZXJzIG9mIHRoZSBPU0NBU0EgRVhDTy4mbmJzcDsgV2UgaG9wZSB0byBiZSBhYmxlIHRvIGFzc2lzdCB5b3UgYXMgc29vbiBhcyBwb3NzaWJsZS48XC9zcGFuPjxcL3A+XG48cCBzdHlsZT1cIm1hcmdpbi10b3A6IDBjbTsgbWFyZ2luLXJpZ2h0OiAwY207IG1hcmdpbi1ib3R0b206IDcuNXB0OyBvcnBoYW5zOiAyOyB0ZXh0LWFsaWduOiBzdGFydDsgd2lkb3dzOiAyOyB3b3JkLXNwYWNpbmc6IDBweDtcIj48c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMTBwdDsgZm9udC1mYW1pbHk6IEhlbHZldGljYSwgc2Fucy1zZXJpZjsgY29sb3I6IGJsYWNrO1wiPk9TQ0FTQSBzdHJpdmVzIHRvIGVkdWNhdGUsIHByb3RlY3QgYW5kIGFkdmlzZSB5b3Ugb2YgeW91ciByaWdodHMgd2l0aGluIHRoZSBmaWxtLCB0ZWxldmlzaW9uIGFuZCBwcmludCBpbmR1c3RyeS4gSWYgeW91ciBBZ2VuY3kgaXMgYW4gT1NDQVNBIGFnZW50LCB0aGUgT1NDQVNBIEVYQ08gd2lsbCByZXZpZXcgeW91ciBxdWVyeVwvY29tcGxhaW50IHdpdGhpbiA3IHdvcmtpbmcgZGF5cy4mbmJzcDsgQXMgT1NDQVNBIGlzIGEgbm9uLXByb2ZpdCBvcmdhbmlzYXRpb24gcnVuIGJ5IHZvbHVudGVlcnMsIHBsZWFzZSB1bmRlcnN0YW5kIHRoYXQgYW55IG90aGVyIHF1ZXJpZXMgd2lsbCBiZSBkZWFsdCB3aXRoIGFzIHNvb24gYXMgcG9zc2libGUgdGhlcmVhZnRlci4gUGxlYXNlIGRvIG5vdCBjb250YWN0IEVYQ08gbWVtYmVycyBvbiB0aGVpciBjZWxsIHBob25lcyBhcyBhbGwgY29ycmVzcG9uZGVuY2UgaXMgZG9uZSB2aWEgZW1haWwgb25seS4gJm5ic3A7Jm5ic3A7SWYgeW91IHdpc2ggdG8gZm9sbG93IHVwIHBsZWFzZSBlbWFpbCB1cyBvbiA8YSBocmVmPVwibWFpbHRvOmluZm9Ab3NjYXNhLmNvbT9zdWJqZWN0PU9TQ0FTQSUyMFF1ZXJ5XC9Db21wbGFpbnRcIj5pbmZvQG9zY2FzYS5jb208XC9hPi48XC9zcGFuPjxcL3A+XG48cCBzdHlsZT1cIm1hcmdpbi10b3A6IDBjbTsgbWFyZ2luLXJpZ2h0OiAwY207IG1hcmdpbi1ib3R0b206IDcuNXB0OyBvcnBoYW5zOiAyOyB0ZXh0LWFsaWduOiBzdGFydDsgd2lkb3dzOiAyOyB3b3JkLXNwYWNpbmc6IDBweDtcIj48c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMTBwdDsgZm9udC1mYW1pbHk6IEhlbHZldGljYSwgc2Fucy1zZXJpZjsgY29sb3I6IGJsYWNrO1wiPjxcL3NwYW4+PFwvcD5cbjxwIHN0eWxlPVwibWFyZ2luLXRvcDogMGNtOyBtYXJnaW4tcmlnaHQ6IDBjbTsgbWFyZ2luLWJvdHRvbTogNy41cHQ7XCI+PHNwYW4gc3R5bGU9XCJmb250LXNpemU6IDEwcHQ7IGZvbnQtZmFtaWx5OiBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7IGNvbG9yOiBibGFjaztcIj5CZXN0IFdpc2hlczxcL3NwYW4+PFwvcD5cbjxwPkNoYWlycGVyc29uPFwvcD5cbjxwPk9TQ0FTQTxcL3A+XG48cD4mbmJzcDs8aW1nIHNyYz1cImltYWdlc1wvb2ZmaWNpYWxTQWNhc3RpbmdfbG9nby5qcGdcIiBhbHQ9XCJvZmZpY2lhbFNBY2FzdGluZyBsb2dvXCIgXC8+PFwvcD4ifSwic3RhdGUiOiJvcGVuIiwiZGF0YSI6eyJ0aXRsZSI6IlBhZ2UgMiIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9wYWdlLnBuZyJ9LCJjaGlsZHJlbiI6W119XX0=','QuickMode','[{\"elements\":[{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"Please provide your First Name\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"First Name\",\"name\":\"firstname\",\"page\":\"1\",\"orderNumber\":1,\"dbId\":\"465\",\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"firstname\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"Please provide your Surname\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Surname\",\"name\":\"surname\",\"page\":\"1\",\"orderNumber\":2,\"dbId\":\"464\",\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"surname\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"Please provide your ID Number\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"ID Number\",\"name\":\"id\",\"page\":\"1\",\"orderNumber\":3,\"dbId\":\"468\",\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"id\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"42\",\"script3code\":\"\",\"script3msg\":\"Please provide a valid email address\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_validemail\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Email Address\",\"name\":\"email\",\"page\":\"1\",\"orderNumber\":4,\"dbId\":\"467\",\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"email\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Telephone Number\",\"name\":\"telephone\",\"page\":\"1\",\"orderNumber\":5,\"dbId\":\"463\",\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"telephone\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"Please provide your mobile phone number\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Mobile Phone Number\",\"name\":\"mobile\",\"page\":\"1\",\"orderNumber\":6,\"dbId\":\"466\",\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"mobile\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"Please supply the title of Job or Production\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"The Job or Production\",\"name\":\"production\",\"page\":\"1\",\"orderNumber\":7,\"dbId\":498,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"production\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"11\",\"script3code\":\"\",\"script3msg\":\"Please supply the Production Date\\/s\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_htmlvaluenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Date of Production\",\"name\":\"productiondate\",\"page\":\"1\",\"orderNumber\":8,\"dbId\":503,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"productiondate\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"11\",\"script3code\":\"\",\"script3msg\":\"Please supply your Agencies Name\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_htmlvaluenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Name of Your Agency\",\"name\":\"agentname\",\"page\":\"1\",\"orderNumber\":9,\"dbId\":504,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"agentname\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Textarea\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"N.B. Message or Complaint Detail\",\"name\":\"description\",\"page\":\"1\",\"orderNumber\":10,\"dbId\":527,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"description\",\"internalType\":\"bfTextarea\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"ReCaptcha\",\"elementType\":\"\",\"options\":{\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":null,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Are you a robot ?\",\"name\":\"captcha\",\"page\":\"1\",\"orderNumber\":11,\"dbId\":762,\"appElementOrderId\":0,\"id\":0,\"logging\":false,\"qId\":\"captcha\",\"internalType\":\"bfReCaptcha\",\"pubkey\":\"6LfAwRkTAAAAAMd6PrL8B9uXbS8oBckHMbeZqgX1\",\"privkey\":\"6LfAwRkTAAAAACc7X5vWrox-RXZtfGSVhNV7PTPw\",\"theme\":\"blue\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"41\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle\",\"name\":\"bfFakeName\",\"page\":1,\"orderNumber\":0,\"dbId\":956,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"23\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle2\",\"name\":\"bfFakeName2\",\"page\":1,\"orderNumber\":0,\"dbId\":957,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"40\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle3\",\"name\":\"bfFakeName3\",\"page\":1,\"orderNumber\":0,\"dbId\":958,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"38\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle4\",\"name\":\"bfFakeName4\",\"page\":1,\"orderNumber\":0,\"dbId\":959,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"}],\"elementCount\":11}]',3,1,0,'querycomplaint','OSCASA Query/Complaint','OSCASA Query/Complaint','Oscasa Query/Complaint','','','',600,0,400,0,2,2,1,2,2,0,0,1,0,'OSCASA Query/Complaint\r\n\r\n{title:label}:{title:value} {firstname:value} {surname:value}\r\n\r\n{id:label} : {id:value}\r\n{email:label} : {email:value}\r\n{telephone:label} : {telephone:value}\r\n{mobile:label} : {mobile:value}\r\n{productiondate:label} : {productiondate:value}\r\n{agentname:label} : {agentname:value}\r\n\r\n{description:label} :\r\n{description:value}\r\n','',0,0,'nyakap@gmail.com;info@oscasa.com;tracy@colttalent.com;mia@mcx.co.za',2,0,31,'',2,32,'function ff_querycomplaint_submitted(status, message){if(status==0){ff_switchpage(2);}else{alert(message);}}',0,1,'',0,NULL,'',0,5,'',2,NULL,'$this->execPieceByName(\'ff_InitLib\');\r\n$from = ff_getSubmit(\'email\');\r\n$fromname = ff_getSubmit(\'Name\');\r\n$subject = \'OSCASA Query/Complaint\'; // Oscasa Query/Complaint\r\n$recipient = \'info@oscasa.com\'; // peter@insidesa.co.za\r\n$body = \'\';\r\n \r\n if (count($this->maildata)){\r\n foreach ($this->maildata as $data){\r\n \r\n $testEx = explode(\"\\n\", trim($data[_FF_DATA_VALUE]));\r\n $cntTestEx = count($testEx);\r\n if($cntTestEx > 1){\r\n for($ex = 0; $ex < $cntTestEx; $ex++){\r\n if(!is_array($attachment) && $attachment != \'\'){\r\n $attachment = array_merge(array(trim($testEx[$ex])), array($attachment));\r\n } \r\n else if(is_array($attachment)){\r\n $attachment = array_merge(array(trim($testEx[$ex])), $attachment);\r\n } \r\n else{\r\n $attachment = trim($testEx[$ex]);\r\n }\r\n }\r\n } \r\n else{\r\n if(!is_array($attachment) && $attachment != \'\'){\r\n $attachment = array_merge(array(trim($data[_FF_DATA_VALUE])), array($attachment));\r\n } \r\n else if(is_array($attachment)){\r\n $attachment = array_merge(array(trim($data[_FF_DATA_VALUE])), $attachment);\r\n }\r\n else {\r\n $attachment = trim($data[_FF_DATA_VALUE]);\r\n }\r\n }\r\n \r\n }\r\n } \r\n \r\n \r\nforeach ($this->maildata as $data) {\r\n \r\n if( $data[_FF_DATA_NAME] == \'upload\' )\r\n{\r\n $body .= $data[_FF_DATA_TITLE].\': http://www.oscasa.co.za/new/public_html/media/breezingforms/uploads/\' . basename($data[_FF_DATA_VALUE]);\r\n} else {\r\n $body .= $data[_FF_DATA_TITLE].\": \".$data[_FF_DATA_VALUE].nl() . \"\\r\\n\";\r\n \r\n }\r\n}\r\n \r\n$this->sendMail($from, $fromname, \"info@oscasa.com\", $subject, $body, $attachment); // This line actually emails the form.\r\n$this->sendMail($from, $fromname, \"nyakap@gmail.com\", $subject, $body, $attachment); // This line actually emails the form.\r\n',2,NULL,'a:27:{s:6:\"option\";s:17:\"com_breezingforms\";s:3:\"act\";s:16:\"recordmanagement\";s:4:\"task\";s:15:\"saveFilterState\";s:7:\"form_id\";s:1:\"4\";s:10:\"searchterm\";s:0:\"\";s:12:\"searchintext\";s:5:\"false\";s:14:\"searchinuserid\";s:5:\"false\";s:16:\"searchinusername\";s:5:\"false\";s:20:\"searchinuserfullname\";s:5:\"false\";s:10:\"searchinid\";s:5:\"false\";s:10:\"searchinip\";s:5:\"false\";s:14:\"searchinviewed\";s:5:\"false\";s:16:\"searchinexported\";s:5:\"false\";s:16:\"searchinarchived\";s:5:\"false\";s:15:\"searchinpayment\";s:5:\"false\";s:14:\"searchdatefrom\";s:0:\"\";s:14:\"searchtimefrom\";s:0:\"\";s:12:\"searchdateto\";s:0:\"\";s:12:\"searchtimeto\";s:0:\"\";s:27:\"bfDisplayFieldIDbfrecord_id\";s:5:\"false\";s:34:\"bfDisplayFieldIDbfrecord_submitted\";s:5:\"false\";s:32:\"bfDisplayFieldIDbfrecord_user_id\";s:5:\"false\";s:33:\"bfDisplayFieldIDbfrecord_username\";s:5:\"false\";s:39:\"bfDisplayFieldIDbfrecord_user_full_name\";s:5:\"false\";s:27:\"bfDisplayFieldIDbfrecord_ip\";s:5:\"false\";s:30:\"bfDisplayFieldIDbfrecord_title\";s:5:\"false\";s:29:\"bfDisplayFieldIDbfrecord_name\";s:5:\"false\";}'),(5,NULL,NULL,NULL,NULL,'','','','',1,NULL,'',0,0,0,0,'text',0,1,1,'','','','','',NULL,0,'','','',0,'pdf','','',0,'',0,1,1,'*',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'QuickModeForms','eyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVSb290Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlUm9vdCIsIm1kYXRhIjoie1widHlwZVwiOiBcInJvb3RcIn0ifSwicHJvcGVydGllcyI6eyJ0eXBlIjoicm9vdCIsInRpdGxlIjoiTG9naW4gRm9ybSIsIm5hbWUiOiJsb2dpbmZvcm0iLCJyb2xsb3ZlciI6dHJ1ZSwicm9sbG92ZXJDb2xvciI6IiNmZmMiLCJ0b2dnbGVGaWVsZHMiOiIiLCJkZXNjcmlwdGlvbiI6IiIsIm1haWxOb3RpZmljYXRpb24iOiIiLCJtYWlsUmVjaXBpZW50IjoiIiwic3VibWl0SW5jbHVkZSI6dHJ1ZSwic3VibWl0TGFiZWwiOiJMb2dpbiIsImNhbmNlbEluY2x1ZGUiOmZhbHNlLCJjYW5jZWxMYWJlbCI6InJlc2V0IiwicGFnaW5nSW5jbHVkZSI6dHJ1ZSwicGFnaW5nTmV4dExhYmVsIjoibmV4dCIsInBhZ2luZ1ByZXZMYWJlbCI6ImJhY2siLCJ0aGVtZSI6ImJyZWV6ZSIsImZhZGVJbiI6ZmFsc2UsImxhc3RQYWdlVGhhbmtZb3UiOnRydWUsInN1Ym1pdHRlZFNjcmlwdENvbmRpZHRpb24iOjIsInN1Ym1pdHRlZFNjcmlwdENvZGUiOiJmdW5jdGlvbiBmZl9sb2dpbmZvcm1fc3VibWl0dGVkKHN0YXR1cywgbWVzc2FnZSl7aWYoc3RhdHVzPT0wKXtmZl9zd2l0Y2hwYWdlKDIpO31lbHNle2FsZXJ0KG1lc3NhZ2UpO319IiwidXNlRXJyb3JBbGVydHMiOmZhbHNlLCJ1c2VEZWZhdWx0RXJyb3JzIjp0cnVlLCJ1c2VCYWxsb29uRXJyb3JzIjpmYWxzZSwiZGlzYWJsZUpRdWVyeSI6ZmFsc2UsImpvb21sYUhpbnQiOmZhbHNlfSwic3RhdGUiOiJvcGVuIiwiZGF0YSI6eyJ0aXRsZSI6IkxvZ2luIEZvcm0iLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fZm9ybS5wbmcifSwiY2hpbGRyZW4iOlt7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZVBhZ2VDbGFzcyIsImlkIjoiYmZRdWlja01vZGVQYWdlMSIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcInBhZ2VcIn0ifSwicHJvcGVydGllcyI6eyJ0eXBlIjoicGFnZSIsInBhZ2VOdW1iZXIiOjEsInBhZ2VJbnRybyI6IiJ9LCJzdGF0ZSI6Im9wZW4iLCJkYXRhIjp7InRpdGxlIjoiUGFnZSAxIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3BhZ2UucG5nIn0sImNoaWxkcmVuIjpbeyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVTZWN0aW9uQ2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlU2VjdGlvbjcyNzY3IiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwic2VjdGlvblwifSJ9LCJwcm9wZXJ0aWVzIjp7ImJmVHlwZSI6InNlY3Rpb24iLCJ0eXBlIjoic2VjdGlvbiIsImRpc3BsYXlUeXBlIjoiYnJlYWtzIiwidGl0bGUiOiJMb2dpbiIsIm5hbWUiOiJsb2dpbiIsImRlc2NyaXB0aW9uIjoiIiwib2ZmIjpmYWxzZX0sInN0YXRlIjoib3BlbiIsImRhdGEiOnsidGl0bGUiOiJMb2dpbiIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9zZWN0aW9uLnBuZyJ9LCJjaGlsZHJlbiI6W3siYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZTE4MDgzNjUiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJVc2VybmFtZSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6IlVzZXJuYW1lIiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJ1c2VybmFtZSIsImRiSWQiOjU0MSwib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6dHJ1ZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInZhbHVlIjoiIiwibWF4TGVuZ3RoIjoiIiwicmVhZG9ubHkiOmZhbHNlLCJwYXNzd29yZCI6ZmFsc2UsIm1haWxiYWNrIjpmYWxzZSwibWFpbGJhY2tBc1NlbmRlciI6ZmFsc2UsIm1haWxiYWNrZmlsZSI6IiIsInNpemUiOiIxNTBweCIsInZhbGlkYXRpb25Db25kaXRpb24iOjEsInZhbGlkYXRpb25JZCI6IjQ0IiwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IlBsZWFzZSBlbnRlciB5b3VyIHVzZXJuYW1lIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6ImZmX3ZhbHVlbm90ZW1wdHkiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOjAsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOjAsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsImluaXRTY3JpcHQiOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlNTM0NTQyMSIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IlBhc3N3b3JkIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3RleHQtZmllbGQucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZlRleHRmaWVsZCIsImxhYmVsIjoiUGFzc3dvcmQiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6InBhc3N3b3JkIiwiZGJJZCI6NTQyLCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjp0cnVlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjp0cnVlLCJtYWlsYmFjayI6ZmFsc2UsIm1haWxiYWNrQXNTZW5kZXIiOmZhbHNlLCJtYWlsYmFja2ZpbGUiOiIiLCJzaXplIjoiMTUwcHgiLCJ2YWxpZGF0aW9uQ29uZGl0aW9uIjoyLCJ2YWxpZGF0aW9uSWQiOjAsInZhbGlkYXRpb25Db2RlIjoiZnVuY3Rpb24gZmZfcGFzc3dvcmRfdmFsaWRhdGlvbihlbGVtZW50LCBtZXNzYWdlKVxue1xuICAgIGlmKEpRdWVyeS50cmltKGVsZW1lbnQudmFsdWUpID09ICcnKSByZXR1cm4gJ1BsZWFzZSBlbnRlciB5b3VyIHBhc3N3b3JkJytcIlxcblwiO1xuICAgIGlmKEpRdWVyeS50cmltKGZmX2dldEVsZW1lbnRCeU5hbWUoJ3VzZXJuYW1lJykudmFsdWUpID09ICcnKSB7IHJldHVybiAnJzsgfVxuICAgIHZhciBteXJldHVybiA9ICcnO1xuICAgIEpRdWVyeS5hamF4U2V0dXAoe2FzeW5jOmZhbHNlfSk7XG4gICAgSlF1ZXJ5LnBvc3QoJ2luZGV4LnBocCcsIHsgb3B0aW9uOiAnY29tX2JyZWV6aW5nZm9ybXMnLCBmZl9mb3JtOiBmZl9wcm9jZXNzb3IuZm9ybSwgSXRlbWlkOiAwLCBmb3JtYXQ6ICdodG1sJywgdXNlcm5hbWU6IGZmX2dldEVsZW1lbnRCeU5hbWUoJ3VzZXJuYW1lJykudmFsdWUsIHBhc3N3b3JkOiBlbGVtZW50LnZhbHVlLCByZW1lbWJlcjogZmZfZ2V0RWxlbWVudEJ5TmFtZSgncmVtZW1iZXInKS5jaGVja2VkID8gJzEnIDogJzAnIH0sIGZ1bmN0aW9uKGRhdGEpeyBpZiggZGF0YSAhPSAnJyApeyBtZXNzYWdlID09ICcnID8gbXlyZXR1cm4gPSBkYXRhK1wiXFxuXCIgOiBteXJldHVybiA9IG1lc3NhZ2U7IGVsZW1lbnQudmFsdWUgPSAnJzt9IH0gKTtcbiAgICByZXR1cm4gbXlyZXR1cm47XG59XG4iLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IiIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiJmZl9wYXNzd29yZF92YWxpZGF0aW9uIiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjowLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjowLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJpbml0U2NyaXB0IjoiIn19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZTQxNDQ1OTkiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJLZWVwIG1lIGxvZ2dlZCBpbiIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9jaGVjay1ib3gucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZkNoZWNrYm94IiwibGFiZWwiOiJLZWVwIG1lIGxvZ2dlZCBpbiIsImxhYmVsUG9zaXRpb24iOiJsZWZ0IiwiYmZOYW1lIjoicmVtZW1iZXIiLCJkYklkIjo1NDMsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOmZhbHNlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwidmFsdWUiOiIxIiwiY2hlY2tlZCI6ZmFsc2UsInJlYWRvbmx5IjpmYWxzZSwibWFpbGJhY2tBY2NlcHQiOmZhbHNlLCJtYWlsYmFja0Nvbm5lY3RXaXRoIjoiIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MCwidmFsaWRhdGlvbklkIjowLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6MCwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6MCwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsImhpZGVJbk1haWxiYWNrIjpmYWxzZSwiaW5pdFNjcmlwdCI6IiJ9fSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZVNlY3Rpb25DbGFzcyIsImlkIjoiYmZRdWlja01vZGVTZWN0aW9uNDYyMDQiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJzZWN0aW9uXCJ9In0sInByb3BlcnRpZXMiOnsiYmZUeXBlIjoibm9ybWFsIiwidHlwZSI6InNlY3Rpb24iLCJkaXNwbGF5VHlwZSI6ImJyZWFrcyIsInRpdGxlIjoiUmVnaW5mbyIsIm5hbWUiOiJyZWdpbmZvIiwiZGVzY3JpcHRpb24iOiI8YSBocmVmPVwiaW5kZXgucGhwP29wdGlvbj1jb21fdXNlcnMmdmlldz1yZXNldFwiPkZvcmdvdCB5b3VyIHBhc3N3b3JkPzxcL2E+XG48YnJcLz5cbjxhIGhyZWY9XCJpbmRleC5waHA/b3B0aW9uPWNvbV91c2VycyZ2aWV3PXJlbWluZFwiPkZvcmdvdCB5b3VyIHVzZXJuYW1lPzxcL2E+XG48YnJcLz5cbjxhIGhyZWY9XCJpbmRleC5waHA/b3B0aW9uPWNvbV91c2VycyZ2aWV3PXJlZ2lzdHJhdGlvblwiPkNyZWF0ZSBhbiBhY2NvdW50PFwvYT4iLCJvZmYiOmZhbHNlfSwic3RhdGUiOiJvcGVuIiwiZGF0YSI6eyJ0aXRsZSI6IlJlZ2luZm8iLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fc2VjdGlvbi5wbmcifSwiY2hpbGRyZW4iOltdfV19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlU2VjdGlvbkNsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZVNlY3Rpb24yMDQyOCIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcInNlY3Rpb25cIn0ifSwicHJvcGVydGllcyI6eyJiZlR5cGUiOiJzZWN0aW9uIiwidHlwZSI6InNlY3Rpb24iLCJkaXNwbGF5VHlwZSI6ImJyZWFrcyIsInRpdGxlIjoiQWRkaXRpb25hbCBRdWVzdGlvbnMiLCJuYW1lIjoiYWRkcXVlc3Rpb25zIiwiZGVzY3JpcHRpb24iOiJCZWZvcmUgeW91IGxvZ2luLCB3ZSB3b3VsZCBsaWtlIHRvIGFzayB3aGF0IHlvdSBpbnRlbmQgZG8geW91IG9uIG91ciBzaXRlIiwib2ZmIjpmYWxzZX0sInN0YXRlIjoib3BlbiIsImRhdGEiOnsidGl0bGUiOiJBZGRpdGlvbmFsIFF1ZXN0aW9ucyIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9zZWN0aW9uLnBuZyJ9LCJjaGlsZHJlbiI6W3siYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZTQ3MTA1ODAiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJXaGF0IHdpbGwgeW91IGRvIGFmdGVyIGxvZ2luPyIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9jaGVjay1ib3gucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZkNoZWNrYm94R3JvdXAiLCJsYWJlbCI6IldoYXQgd2lsbCB5b3UgZG8gYWZ0ZXIgbG9naW4/IiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJhZnRlcmxvZ2luIiwiZGJJZCI6NTQ0LCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjp0cnVlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwiZ3JvdXAiOiIwO1VwZGF0ZSBteSBwcm9maWxlO3Byb2ZpbGUgdXBkYXRlXG4wO1NlZSB3aGF0J3MgbmV3O3doYXQgaXMgbmV3XG4wO1Bvc3QgYSBxdWVzdGlvbjtxdWVzdGlvbiIsInJlYWRvbmx5IjpmYWxzZSwid3JhcCI6dHJ1ZSwibWFpbGJhY2siOjEsInZhbGlkYXRpb25Db25kaXRpb24iOjEsInZhbGlkYXRpb25JZCI6IjEiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiUGxlYXNlIGFuc3dlciBcIldoYXQgd2lsbCB5b3UgZG8gYWZ0ZXIgbG9naW4/XCIiLCJ2YWxpZGF0aW9uRnVuY3Rpb25OYW1lIjoiZmZfYW55Y2hlY2tlZCIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6MCwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6MCwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsImhpZGVJbk1haWxiYWNrIjpmYWxzZSwiaW5pdFNjcmlwdCI6IiJ9fSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoiYmZRdWlja01vZGU3NzM4MjU2IiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiV2FudCB0byBsZWF2ZSBhIG1lc3NhZ2UgdG8gdXM/IiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3RleHQtYXJlYS5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmVGV4dGFyZWEiLCJsYWJlbCI6IldhbnQgdG8gbGVhdmUgYSBtZXNzYWdlIHRvIHVzPyIsImxhYmVsUG9zaXRpb24iOiJsZWZ0IiwiYmZOYW1lIjoibWVzc2FnZXRvdXMiLCJkYklkIjo1NDUsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOnRydWUsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJ2YWx1ZSI6IiIsIndpZHRoIjoiIiwiaGVpZ2h0IjoiIiwibWF4bGVuZ3RoIjoiMCIsInNob3dNYXhsZW5ndGhDb3VudGVyIjp0cnVlLCJyZWFkb25seSI6ZmFsc2UsInZhbGlkYXRpb25Db25kaXRpb24iOjEsInZhbGlkYXRpb25JZCI6IjQ0IiwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IlBsZWFzZSBhbnN3ZXIgXCJXaGF0IGhhcHBlbmVkIGxhc3QgdGltZSBhZnRlciB5b3UgbG9nZ2VkIGluP1wiIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6ImZmX3ZhbHVlbm90ZW1wdHkiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOjAsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOjAsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsImluaXRTY3JpcHQiOiIifX1dfV19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlUGFnZUNsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZVBhZ2UyIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwicGFnZVwifSJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJwYWdlIiwicGFnZU51bWJlciI6MiwicGFnZUludHJvIjoiVGhhbmsgeW91IGZvciBsb2dnaW5nIGluLiBZb3UgbWF5IG5vdyBicm93c2Ugb3VyIHNpdGUhIn0sInN0YXRlIjoib3BlbiIsImRhdGEiOnsidGl0bGUiOiJQYWdlIDIiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fcGFnZS5wbmcifSwiY2hpbGRyZW4iOltdfV19','QuickMode','[{\"elements\":[{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"Please enter your username\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Username\",\"name\":\"username\",\"page\":\"1\",\"orderNumber\":1,\"dbId\":541,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode1808365\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":true,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":2,\"script3id\":0,\"script3code\":\"function ff_password_validation(element, message)\\n{\\n if(JQuery.trim(element.value) == \'\') return \'Please enter your password\'+\\\"\\\\n\\\";\\n if(JQuery.trim(ff_getElementByName(\'username\').value) == \'\') { return \'\'; }\\n var myreturn = \'\';\\n JQuery.ajaxSetup({async:false});\\n JQuery.post(\'index.php\', { option: \'com_breezingforms\', ff_form: ff_processor.form, Itemid: 0, format: \'html\', username: ff_getElementByName(\'username\').value, password: element.value, remember: ff_getElementByName(\'remember\').checked ? \'1\' : \'0\' }, function(data){ if( data != \'\' ){ message == \'\' ? myreturn = data+\\\"\\\\n\\\" : myreturn = message; element.value = \'\';} } );\\n return myreturn;\\n}\\n\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_password_validation\",\"flag1\":1,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Password\",\"name\":\"password\",\"page\":\"1\",\"orderNumber\":2,\"dbId\":542,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode5345421\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Checkbox\",\"elementType\":\"\",\"options\":{\"checked\":false,\"value\":\"1\",\"readonly\":false},\"data1\":\"1\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Keep me logged in\",\"name\":\"remember\",\"page\":\"1\",\"orderNumber\":3,\"dbId\":543,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode4144599\",\"internalType\":\"bfCheckbox\",\"mailbackAccept\":false,\"mailbackAcceptConnectWith\":\"\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Checkbox Group\",\"elementType\":\"\",\"options\":{\"readonly\":false},\"data1\":\"\",\"data2\":\"0;Update my profile;profile update\\n0;See what\'s new;what is new\\n0;Post a question;question\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"Please answer \\\"What will you do after login?\\\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_anychecked\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"What will you do after login?\",\"name\":\"afterlogin\",\"page\":\"1\",\"orderNumber\":4,\"dbId\":544,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode4710580\",\"internalType\":\"bfCheckboxGroup\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Textarea\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"Please answer \\\"What happened last time after you logged in?\\\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Want to leave a message to us?\",\"name\":\"messagetous\",\"page\":\"1\",\"orderNumber\":5,\"dbId\":545,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode7738256\",\"internalType\":\"bfTextarea\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"41\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle\",\"name\":\"bfFakeName\",\"page\":1,\"orderNumber\":0,\"dbId\":546,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"23\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle2\",\"name\":\"bfFakeName2\",\"page\":1,\"orderNumber\":0,\"dbId\":547,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"40\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle3\",\"name\":\"bfFakeName3\",\"page\":1,\"orderNumber\":0,\"dbId\":548,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"38\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle4\",\"name\":\"bfFakeName4\",\"page\":1,\"orderNumber\":0,\"dbId\":549,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"}],\"elementCount\":5}]',4,1,0,'loginform','','','Login Form','','','',400,0,500,0,2,0,1,1,1,0,0,0,0,NULL,NULL,0,0,'',1,0,NULL,NULL,2,NULL,'function ff_loginform_submitted(status, message){if(status==0){ff_switchpage(2);}else{alert(message);}}',2,NULL,'if( JRequest::getVar(\'username\', \'\', \'method\', \'username\') !== \'\' ){\r\n while (@ob_get_level() > 0) {\r\n @ob_end_clean();\r\n }\r\n \r\n $username = JRequest::getVar(\'username\', \'\', \'method\', \'username\');\r\n $password = JRequest::getString(\'password\', \'\', \'post\', JREQUEST_ALLOWRAW);\r\n \r\n $options = array();\r\n $options[\'remember\'] = JRequest::getBool(\'remember\', false);\r\n $options[\'return\'] = \'\';\r\n\r\n $credentials = array();\r\n $credentials[\'username\'] = $username;\r\n $credentials[\'password\'] = $password;\r\n\r\n $app = JFactory::getApplication();\r\n\r\n try{\r\n\r\n if (true !== $app->login($credentials, $options)) {\r\n echo \'Username/Password wrong or not yet registered\';\r\n } else {\r\n echo \'\';\r\n }\r\n\r\n } catch(Exception $e){\r\n\r\n echo \'Username/Password wrong or not yet registered\';\r\n }\r\n\r\n $app->logout();\r\n\r\n exit;\r\n}',0,NULL,NULL,0,NULL,NULL,2,NULL,'$this->execPieceByName(\'ff_InitLib\');\r\n\r\n$username = ff_getSubmit(\'username\');\r\n$password = ff_getSubmit(\'password\');\r\n\r\n$options = array();\r\n$options[\'remember\'] = ff_getSubmit(\'remember\') == 1 ? true : false;\r\n$options[\'return\'] = \'\';\r\n\r\n$credentials = array();\r\n$credentials[\'username\'] = $username;\r\n$credentials[\'password\'] = $password;\r\n\r\n$app = JFactory::getApplication();\r\n\r\n$app->login($credentials, $options);',2,0,''),(6,'','','','','','','','',1,'','',0,0,0,0,'text',0,1,1,'','','admin','nyaka3735','',NULL,0,'','','',0,'pdf','','',0,'',1,1,1,'*',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'Registration','eyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVSb290Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlUm9vdCIsIm1kYXRhIjoie1widHlwZVwiOiBcInJvb3RcIn0ifSwicHJvcGVydGllcyI6eyJ0eXBlIjoicm9vdCIsInRpdGxlIjoiUmVnaXN0cmF0aW9uIiwibmFtZSI6Im9zY2FzYXJlZ2lzdHJhdGlvbiIsInJvbGxvdmVyIjp0cnVlLCJyb2xsb3ZlckNvbG9yIjoiI2ZmYyIsInRvZ2dsZUZpZWxkcyI6InR1cm4gb24gc2VjdGlvbiBwZXJzb25hbF9pbmZvIGlmIGFkZF9pbmZvIGlzIHllc1xudHVybiBvZmYgc2VjdGlvbiBwZXJzb25hbF9pbmZvIGlmIGFkZF9pbmZvIGlzIG5vIiwiZGVzY3JpcHRpb24iOiJDdXN0b20gcmVnaXN0cmF0aW9uIGZvcm0uIiwibWFpbE5vdGlmaWNhdGlvbiI6dHJ1ZSwibWFpbFJlY2lwaWVudCI6ImluZm9Ab3NjYXNhLmNvbSIsInN1Ym1pdEluY2x1ZGUiOnRydWUsInN1Ym1pdExhYmVsIjoic3VibWl0IiwiY2FuY2VsSW5jbHVkZSI6dHJ1ZSwiY2FuY2VsTGFiZWwiOiJyZXNldCIsInBhZ2luZ0luY2x1ZGUiOmZhbHNlLCJwYWdpbmdOZXh0TGFiZWwiOiJuZXh0IiwicGFnaW5nUHJldkxhYmVsIjoiYmFjayIsInRoZW1lIjoiZGVmYXVsdCIsImZhZGVJbiI6ZmFsc2UsImxhc3RQYWdlVGhhbmtZb3UiOnRydWUsInN1Ym1pdHRlZFNjcmlwdENvbmRpZHRpb24iOjIsInN1Ym1pdHRlZFNjcmlwdENvZGUiOiJmdW5jdGlvbiBmZl9vc2Nhc2FyZWdpc3RyYXRpb25fc3VibWl0dGVkKHN0YXR1cywgbWVzc2FnZSl7aWYoc3RhdHVzPT0wKXtmZl9zd2l0Y2hwYWdlKDIpO31lbHNle2FsZXJ0KG1lc3NhZ2UpO319IiwidXNlRXJyb3JBbGVydHMiOmZhbHNlLCJ1c2VEZWZhdWx0RXJyb3JzIjp0cnVlLCJ1c2VCYWxsb29uRXJyb3JzIjpmYWxzZSwiZGlzYWJsZUpRdWVyeSI6ZmFsc2UsImpvb21sYUhpbnQiOmZhbHNlLCJtb2JpbGVFbmFibGVkIjp0cnVlLCJmb3JjZU1vYmlsZSI6dHJ1ZSwiZm9yY2VNb2JpbGVVcmwiOiIiLCJ0aXRsZV90cmFuc2xhdGlvbiI6IiIsInRoZW1lYm9vdHN0cmFwTGFiZWxUb3AiOmZhbHNlLCJ0aGVtZXVzZWJvb3RzdHJhcGxlZ2FjeSI6ZmFsc2UsInRoZW1lYm9vdHN0cmFwVXNlSGVyb1VuaXQiOmZhbHNlLCJ0aGVtZWJvb3RzdHJhcFVzZVdlbGwiOmZhbHNlLCJ0aGVtZWJvb3RzdHJhcFVzZVByb2dyZXNzIjpmYWxzZSwidGhlbWVib290c3RyYXBUaGVtZUVuZ2luZSI6ImJyZWV6aW5nZm9ybXMiLCJzdWJtaXRMYWJlbF90cmFuc2xhdGlvbiI6IiIsImNhbmNlbExhYmVsX3RyYW5zbGF0aW9uIjoiIiwicGFnaW5nTmV4dExhYmVsX3RyYW5zbGF0aW9uIjoiIiwicGFnaW5nUHJldkxhYmVsX3RyYW5zbGF0aW9uIjoiIiwidGhlbWVib290c3RyYXAiOiIiLCJ0aGVtZWJvb3RzdHJhcHZhcnMiOiIiLCJ0aGVtZWJvb3RzdHJhcGJlZm9yZSI6IiJ9LCJzdGF0ZSI6Im9wZW4iLCJkYXRhIjp7InRpdGxlIjoiUmVnaXN0cmF0aW9uIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX2Zvcm0ucG5nIn0sImNoaWxkcmVuIjpbeyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVQYWdlQ2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlUGFnZTEiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJwYWdlXCJ9In0sInByb3BlcnRpZXMiOnsidHlwZSI6InBhZ2UiLCJwYWdlTnVtYmVyIjoxLCJwYWdlSW50cm8iOiI8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMzZwdDtcIj5GUkVFPFwvc3Bhbj48XC9wPlxuPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJmb250LXNpemU6IDI0cHQ7XCI+SW5kaXZpZHVhbCBSZWdpc3RyYXRpb248XC9zcGFuPjxcL3A+XG48cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMjRwdDtcIj5LTk9XIFlPVVIgUklHSFRTITxcL3NwYW4+PFwvcD5cbjxwPldoZXRoZXIgZmVhdHVyZWQgb3IgYSBiYWNrZ3JvdW5kIGFydGlzdGUgKGV4dHJhKSBpbiBmaWxtLCB0ZWxldmlzaW9uIG9yIHByaW50IGNvbW1lcmNpYWxzIE9TQ0FTQSBhcHBsaWVzIGdsb2JhbCBpbmR1c3RyeSBzdGFuZGFyZHMgaW4gcHJvdGVjdGluZyB5b3VyIHJpZ2h0cy4gRm9yIHF1ZXJpZXMgYW5kXC9vciBjb21wbGFpbnRzIHJlY2VpdmVkIHdlIHdpbGwgYWR2aXNlIHlvdSBvZiB5b3VyIHJpZ2h0cyBhbmQgcHJvdmlkZSB5b3Ugd2l0aCBhIHByb3Bvc2VkIGNvdXJzZSBvZiBhY3Rpb24sIG9yIHNpbXBseSByZWdpc3RlciBhbmQgd2Ugd2lsbCBzZW5kIHlvdSBuZXdzIGFuZCBpbmR1c3RyeSB1cGRhdGVzLjxcL3A+XG48cD5JbiBvcmRlciB0byBwbGFjZSBhIHF1ZXJ5IG9yIGNvbXBsYWludCBPU0NBU0EgcmVxdWlyZXMgeW91IHRvIFJlZ2lzdGVyIGJlbG93IGFuZCB0aGVuIGxvZ2luIHRvIHRoZSBzaXRlIHdoaWNoIHdpbGwgZ2l2ZSB5b3UgYWNjY2VzcyB0byB0aGUgUXVlcnlcL0NvbXBsYWludCBGb3JtLiBPU0NBU0Egd2lsbCBvbmx5IGRlYWwgd2l0aCBSZWdpc3RlcmVkIFVzZXJzLjxcL3A+XG48cD5CeSBSZWdpc3RlcmluZyB5b3UgYXJlIHN1YnNjcmliZWQgdG8gb3VyIG1haWwgbGlzdCBmcm9tIHdoaWNoIHlvdSBtYXkgdW5zdWJzY3JpYmUgZnJvbSBhbnkgbmV3c2xldHRlciBhdCBhbnkgdGltZS48XC9wPiJ9LCJzdGF0ZSI6Im9wZW4iLCJkYXRhIjp7InRpdGxlIjoiUGFnZSAxIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3BhZ2UucG5nIn0sImNoaWxkcmVuIjpbeyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVTZWN0aW9uQ2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlU2VjdGlvbjY0NTUiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJzZWN0aW9uXCJ9In0sInByb3BlcnRpZXMiOnsiYmZUeXBlIjoibm9ybWFsIiwidHlwZSI6InNlY3Rpb24iLCJkaXNwbGF5VHlwZSI6ImlubGluZSIsInRpdGxlIjoidW50aXRsZWQgc2VjdGlvbiIsIm5hbWUiOiJiZlF1aWNrTW9kZVNlY3Rpb242NDU1IiwiZGVzY3JpcHRpb24iOiIiLCJvZmYiOmZhbHNlLCJ0aXRsZV90cmFuc2xhdGlvbiI6IiJ9LCJzdGF0ZSI6Im9wZW4iLCJkYXRhIjp7InRpdGxlIjoidW50aXRsZWQgc2VjdGlvbiIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9zZWN0aW9uLnBuZyJ9LCJjaGlsZHJlbiI6W3siYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlU2VjdGlvbkNsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZVNlY3Rpb24zMTk5NCIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcInNlY3Rpb25cIn0ifSwicHJvcGVydGllcyI6eyJiZlR5cGUiOiJzZWN0aW9uIiwidHlwZSI6InNlY3Rpb24iLCJkaXNwbGF5VHlwZSI6ImJyZWFrcyIsInRpdGxlIjoiUmVnaXN0ZXIgTG9naW4gRGV0YWlscyIsIm5hbWUiOiJyZWdfZGV0YWlscyIsImRlc2NyaXB0aW9uIjoiIiwib2ZmIjpmYWxzZSwidGl0bGVfdHJhbnNsYXRpb24iOiIifSwic3RhdGUiOiJvcGVuIiwiZGF0YSI6eyJ0aXRsZSI6IlJlZ2lzdGVyIExvZ2luIERldGFpbHMiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fc2VjdGlvbi5wbmcifSwiY2hpbGRyZW4iOlt7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoiYmZRdWlja01vZGU5ODU1MzI3IiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiTmFtZSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6Ik5hbWUiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6Im5hbWUiLCJkYklkIjo1NjksIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOnRydWUsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJ2YWx1ZSI6IiIsIm1heExlbmd0aCI6IiIsInJlYWRvbmx5IjpmYWxzZSwicGFzc3dvcmQiOmZhbHNlLCJtYWlsYmFjayI6ZmFsc2UsIm1haWxiYWNrQXNTZW5kZXIiOmZhbHNlLCJtYWlsYmFja2ZpbGUiOiIiLCJzaXplIjoiIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MSwidmFsaWRhdGlvbklkIjoiNDQiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiUGxlYXNlIGVudGVyIHlvdXIgZmlyc3QgbmFtZS4iLCJ2YWxpZGF0aW9uRnVuY3Rpb25OYW1lIjoiZmZfdmFsdWVub3RlbXB0eSIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6MCwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6MCwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsImhpZGVJbk1haWxiYWNrIjpmYWxzZSwiaW5pdFNjcmlwdCI6IiJ9fSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoiYmZRdWlja01vZGUzMTc0ODY0IiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiTGFzdCBOYW1lIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3RleHQtZmllbGQucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZlRleHRmaWVsZCIsImxhYmVsIjoiTGFzdCBOYW1lIiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJsYXN0bmFtZSIsImRiSWQiOjU3MCwib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6dHJ1ZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInZhbHVlIjoiIiwibWF4TGVuZ3RoIjoiIiwicmVhZG9ubHkiOmZhbHNlLCJwYXNzd29yZCI6ZmFsc2UsIm1haWxiYWNrIjpmYWxzZSwibWFpbGJhY2tBc1NlbmRlciI6ZmFsc2UsIm1haWxiYWNrZmlsZSI6IiIsInNpemUiOiIiLCJ2YWxpZGF0aW9uQ29uZGl0aW9uIjoxLCJ2YWxpZGF0aW9uSWQiOiI0NCIsInZhbGlkYXRpb25Db2RlIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2UiOiJQbGVhc2UgZW50ZXIgeW91ciBsYXN0IG5hbWUuIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6ImZmX3ZhbHVlbm90ZW1wdHkiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOjAsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOjAsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsImluaXRTY3JpcHQiOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlNjQ5NTI1NSIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IlVzZXJuYW1lIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3RleHQtZmllbGQucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZlRleHRmaWVsZCIsImxhYmVsIjoiVXNlcm5hbWUiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6InVzZXJuYW1lIiwiZGJJZCI6NTcxLCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjp0cnVlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjEsInZhbGlkYXRpb25JZCI6IjQ0IiwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IlBsZWFzZSBFbnRlciB5b3VyIHVzZXJuYW1lISIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiJmZl92YWx1ZW5vdGVtcHR5IiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjowLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjowLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJpbml0U2NyaXB0IjoiIn19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZTYzNTgwMjciLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJFbWFpbCIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6IkVtYWlsIiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJlbWFpbF9yZXBlYXQiLCJkYklkIjo1NzIsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOnRydWUsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJ2YWx1ZSI6IiIsIm1heExlbmd0aCI6IiIsInJlYWRvbmx5IjpmYWxzZSwicGFzc3dvcmQiOmZhbHNlLCJtYWlsYmFjayI6ZmFsc2UsIm1haWxiYWNrQXNTZW5kZXIiOmZhbHNlLCJtYWlsYmFja2ZpbGUiOiIiLCJzaXplIjoiIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MSwidmFsaWRhdGlvbklkIjoiNDIiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiUGxlYXNlIGVudGVyIGEgdmFsaWQgZS1tYWlsIGFkZHJlc3MuIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6ImZmX3ZhbGlkZW1haWwiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOjAsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOjAsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsImluaXRTY3JpcHQiOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlNTk1NzQxMiIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IkVtYWlsIHJlcGVhdCIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6IkVtYWlsIHJlcGVhdCIsImxhYmVsUG9zaXRpb24iOiJsZWZ0IiwiYmZOYW1lIjoiZW1haWwiLCJkYklkIjo1NzMsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOnRydWUsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJ2YWx1ZSI6IiIsIm1heExlbmd0aCI6IiIsInJlYWRvbmx5IjpmYWxzZSwicGFzc3dvcmQiOmZhbHNlLCJtYWlsYmFjayI6ZmFsc2UsIm1haWxiYWNrQXNTZW5kZXIiOmZhbHNlLCJtYWlsYmFja2ZpbGUiOiIiLCJzaXplIjoiIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MSwidmFsaWRhdGlvbklkIjoiNDMiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiRW1haWwgYWRkcmVzcyBkb2VzIG5vdCBtYXRjaCEiLCJ2YWxpZGF0aW9uRnVuY3Rpb25OYW1lIjoiZmZfdmFsaWRlbWFpbF9yZXBlYXQiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOjAsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOjAsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsImluaXRTY3JpcHQiOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlNDU4NDg0IiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiUGFzc3dvcmQiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fdGV4dC1maWVsZC5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmVGV4dGZpZWxkIiwibGFiZWwiOiJQYXNzd29yZCIsImxhYmVsUG9zaXRpb24iOiJsZWZ0IiwiYmZOYW1lIjoicGFzc3dvcmRfcHdyZXBlYXQiLCJkYklkIjo1NzQsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOnRydWUsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJ2YWx1ZSI6IiIsIm1heExlbmd0aCI6IiIsInJlYWRvbmx5IjpmYWxzZSwicGFzc3dvcmQiOnRydWUsIm1haWxiYWNrIjpmYWxzZSwibWFpbGJhY2tBc1NlbmRlciI6ZmFsc2UsIm1haWxiYWNrZmlsZSI6IiIsInNpemUiOiIiLCJ2YWxpZGF0aW9uQ29uZGl0aW9uIjoxLCJ2YWxpZGF0aW9uSWQiOiI0NCIsInZhbGlkYXRpb25Db2RlIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2UiOiJQbGVhc2UgZW50ZXIgYSBwYXNzd29yZC4iLCJ2YWxpZGF0aW9uRnVuY3Rpb25OYW1lIjoiZmZfdmFsdWVub3RlbXB0eSIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6MCwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6MCwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsImhpZGVJbk1haWxiYWNrIjpmYWxzZSwiaW5pdFNjcmlwdCI6IiJ9fSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoiYmZRdWlja01vZGUzOTQxNjYiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJQYXNzd29yZCByZXBlYXQiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fdGV4dC1maWVsZC5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmVGV4dGZpZWxkIiwibGFiZWwiOiJQYXNzd29yZCByZXBlYXQiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6InBhc3N3b3JkIiwiZGJJZCI6NTc1LCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjp0cnVlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjp0cnVlLCJtYWlsYmFjayI6ZmFsc2UsIm1haWxiYWNrQXNTZW5kZXIiOmZhbHNlLCJtYWlsYmFja2ZpbGUiOiIiLCJzaXplIjoiIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MSwidmFsaWRhdGlvbklkIjoiNDUiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiUGFzc3dvcmRzIGRvIG5vdCBtYXRjaCEiLCJ2YWxpZGF0aW9uRnVuY3Rpb25OYW1lIjoiZmZfcGFzc3dvcmRfcmVwZWF0IiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjowLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjowLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJpbml0U2NyaXB0IjoiIn19XX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVTZWN0aW9uQ2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlU2VjdGlvbjgwOTY4IiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwic2VjdGlvblwifSJ9LCJwcm9wZXJ0aWVzIjp7ImJmVHlwZSI6InNlY3Rpb24iLCJ0eXBlIjoic2VjdGlvbiIsImRpc3BsYXlUeXBlIjoiYnJlYWtzIiwidGl0bGUiOiJQZXJzb25hbCBEZXRhaWxzIiwibmFtZSI6InBlcnNvbmFsX2RldGFpbHMiLCJkZXNjcmlwdGlvbiI6IiIsIm9mZiI6ZmFsc2UsInRpdGxlX3RyYW5zbGF0aW9uIjoiIn0sInN0YXRlIjoib3BlbiIsImRhdGEiOnsidGl0bGUiOiJQZXJzb25hbCBEZXRhaWxzIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3NlY3Rpb24ucG5nIn0sImNoaWxkcmVuIjpbeyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImlkX251bWJlciIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IkFwcGxpY2FudCBJRCBOdW1iZXIiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fdGV4dC1maWVsZC5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmVGV4dGZpZWxkIiwibGFiZWwiOiJBcHBsaWNhbnQgSUQgTnVtYmVyIiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJpZF9udW1iZXIiLCJkYklkIjo2MzAsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOnRydWUsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJwbGFjZWhvbGRlciI6IiIsInZhbHVlIjoiIiwibWF4TGVuZ3RoIjoiIiwicmVhZG9ubHkiOmZhbHNlLCJwYXNzd29yZCI6ZmFsc2UsIm1haWxiYWNrIjpmYWxzZSwibWFpbGJhY2tBc1NlbmRlciI6ZmFsc2UsIm1haWxiYWNrZmlsZSI6IiIsInNpemUiOiIiLCJ2YWxpZGF0aW9uQ29uZGl0aW9uIjoxLCJ2YWxpZGF0aW9uSWQiOiI0NCIsInZhbGlkYXRpb25Db2RlIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2UiOiIiLCJ2YWxpZGF0aW9uRnVuY3Rpb25OYW1lIjoiZmZfdmFsdWVub3RlbXB0eSIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6IjgiLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjoiMTYiLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJ2YWx1ZV90cmFuc2xhdGlvbiI6IiIsInBsYWNlaG9sZGVyX3RyYW5zbGF0aW9uIjoiIiwibGFiZWxfdHJhbnNsYXRpb24iOiIiLCJoaW50X3RyYW5zbGF0aW9uIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2VfdHJhbnNsYXRpb24iOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImNpdHkiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJDaXR5IG9mIFJlc2lkZW5jZSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6IkNpdHkgb2YgUmVzaWRlbmNlIiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJjaXR5IiwiZGJJZCI6NjM5LCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjpmYWxzZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInBsYWNlaG9sZGVyIjoiIiwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjAsInZhbGlkYXRpb25JZCI6IjEiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6IjgiLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjoiMTYiLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJ2YWx1ZV90cmFuc2xhdGlvbiI6IiIsInBsYWNlaG9sZGVyX3RyYW5zbGF0aW9uIjoiIiwibGFiZWxfdHJhbnNsYXRpb24iOiIiLCJoaW50X3RyYW5zbGF0aW9uIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2VfdHJhbnNsYXRpb24iOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6Im1vYmlsZSIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6Ik1vYmlsZSBOdW1iZXIgKG9wdGlvbmFsKSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6Ik1vYmlsZSBOdW1iZXIgKG9wdGlvbmFsKSIsImxhYmVsUG9zaXRpb24iOiJsZWZ0IiwiYmZOYW1lIjoibW9iaWxlIiwiZGJJZCI6NjQ0LCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjpmYWxzZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInBsYWNlaG9sZGVyIjoiIiwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjAsInZhbGlkYXRpb25JZCI6IjEiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6IjgiLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjoiMTYiLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJ2YWx1ZV90cmFuc2xhdGlvbiI6IiIsInBsYWNlaG9sZGVyX3RyYW5zbGF0aW9uIjoiIiwibGFiZWxfdHJhbnNsYXRpb24iOiIiLCJoaW50X3RyYW5zbGF0aW9uIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2VfdHJhbnNsYXRpb24iOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImFnZW5jeSIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IllvdXIgQWdlbmN5IChpZiBhcHBsaWNhYmxlKSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6IllvdXIgQWdlbmN5IChpZiBhcHBsaWNhYmxlKSIsImxhYmVsUG9zaXRpb24iOiJsZWZ0IiwiYmZOYW1lIjoiYWdlbmN5IiwiZGJJZCI6NjU3LCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjpmYWxzZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInBsYWNlaG9sZGVyIjoiIiwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjAsInZhbGlkYXRpb25JZCI6IjEiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6IjgiLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjoiMTYiLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJ2YWx1ZV90cmFuc2xhdGlvbiI6IiIsInBsYWNlaG9sZGVyX3RyYW5zbGF0aW9uIjoiIiwibGFiZWxfdHJhbnNsYXRpb24iOiIiLCJoaW50X3RyYW5zbGF0aW9uIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2VfdHJhbnNsYXRpb24iOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlNDQ3ODU4MyIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IlNlY3VyaXR5IENvZGUiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fY2FwdGNoYS5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmQ2FwdGNoYSIsImxhYmVsIjoiU2VjdXJpdHkgQ29kZSIsImxhYmVsUG9zaXRpb24iOiJsZWZ0IiwiYmZOYW1lIjoiY2FwdGNoYSIsImRiSWQiOjU4Mywib3JkZXJOdW1iZXIiOi0xLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6ZmFsc2UsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjpmYWxzZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInJlYWRvbmx5IjpmYWxzZSwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MCwidmFsaWRhdGlvbklkIjowLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6MCwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6MCwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsImhpZGVJbk1haWxiYWNrIjpmYWxzZSwiaW5pdFNjcmlwdCI6IiJ9fV19XX1dfSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZVBhZ2VDbGFzcyIsImlkIjoiYmZRdWlja01vZGVQYWdlMiIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcInBhZ2VcIn0ifSwicHJvcGVydGllcyI6eyJ0eXBlIjoicGFnZSIsInBhZ2VOdW1iZXIiOjIsInBhZ2VJbnRybyI6IjxwPlRoYW5rIHlvdSBmb3IgcmVnaXN0ZXJpbmcgd2l0aCBPU0NBU0EuPFwvcD5cbjxwPlBsZWFzZSBjaGVjayB5b3VyIGVtYWlscyBmb3IgZnVydGhlciBpbmZvcm1hdGlvbi48XC9wPlxuPHA+Jm5ic3A7PFwvcD4ifSwic3RhdGUiOiJvcGVuIiwiZGF0YSI6eyJ0aXRsZSI6IlBhZ2UgMiIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9wYWdlLnBuZyJ9LCJjaGlsZHJlbiI6W119XX0=','QuickMode','[{\"elements\":[{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"Please enter your first name.\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Name\",\"name\":\"name\",\"page\":\"1\",\"orderNumber\":1,\"dbId\":569,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode9855327\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"Please enter your last name.\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Last Name\",\"name\":\"lastname\",\"page\":\"1\",\"orderNumber\":2,\"dbId\":570,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode3174864\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"Please Enter your username!\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Username\",\"name\":\"username\",\"page\":\"1\",\"orderNumber\":3,\"dbId\":571,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode6495255\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"42\",\"script3code\":\"\",\"script3msg\":\"Please enter a valid e-mail address.\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_validemail\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Email\",\"name\":\"email_repeat\",\"page\":\"1\",\"orderNumber\":4,\"dbId\":572,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode6358027\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"43\",\"script3code\":\"\",\"script3msg\":\"Email address does not match!\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_validemail_repeat\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Email repeat\",\"name\":\"email\",\"page\":\"1\",\"orderNumber\":5,\"dbId\":573,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode5957412\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":true,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"Please enter a password.\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":1,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Password\",\"name\":\"password_pwrepeat\",\"page\":\"1\",\"orderNumber\":6,\"dbId\":574,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode458484\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":true,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"45\",\"script3code\":\"\",\"script3msg\":\"Passwords do not match!\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_password_repeat\",\"flag1\":1,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Password repeat\",\"name\":\"password\",\"page\":\"1\",\"orderNumber\":7,\"dbId\":575,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode394166\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Applicant ID Number\",\"name\":\"id_number\",\"page\":\"1\",\"orderNumber\":8,\"dbId\":630,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"id_number\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"City of Residence\",\"name\":\"city\",\"page\":\"1\",\"orderNumber\":9,\"dbId\":639,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"city\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Mobile Number (optional)\",\"name\":\"mobile\",\"page\":\"1\",\"orderNumber\":10,\"dbId\":644,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"mobile\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Your Agency (if applicable)\",\"name\":\"agency\",\"page\":\"1\",\"orderNumber\":11,\"dbId\":657,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"agency\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Captcha\",\"elementType\":\"\",\"options\":{\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Security Code\",\"name\":\"captcha\",\"page\":\"1\",\"orderNumber\":12,\"dbId\":583,\"appElementOrderId\":0,\"id\":0,\"logging\":false,\"qId\":\"bfQuickMode4478583\",\"internalType\":\"bfCaptcha\",\"width\":230,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"41\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle\",\"name\":\"bfFakeName\",\"page\":1,\"orderNumber\":0,\"dbId\":678,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"23\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle2\",\"name\":\"bfFakeName2\",\"page\":1,\"orderNumber\":0,\"dbId\":679,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"40\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle3\",\"name\":\"bfFakeName3\",\"page\":1,\"orderNumber\":0,\"dbId\":680,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"38\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle4\",\"name\":\"bfFakeName4\",\"page\":1,\"orderNumber\":0,\"dbId\":681,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"}],\"elementCount\":12}]',5,1,0,'oscasaregistration','OSCASA Individual Registration','','Registration','Custom registration form.','','',400,0,500,0,2,2,1,1,1,0,0,1,0,'OSCASA Individual Registration\r\nThe following person has just registered with OSCASA;\r\n\r\n{name:label} {name:value}\r\n{lastname:label} {lastname:value}\r\n{email:label} {email:value}\r\n\r\n{id_number:label} {id_number:value}\r\n{city:label} {city:value}\r\n\r\n{mobile:label} {mobile:value}\r\n{agency:label} {agency:value}\r\n\r\n','',1,0,'info@oscasa.com',1,0,31,'',2,32,'function ff_oscasaregistration_submitted(status, message){if(status==0){ff_switchpage(2);}else{alert(message);}}',2,1,'$this->execPieceByName(\'ff_InitLib\');\r\n\r\n\r\n$isedit=JFactory::getUser()->get(\'id\');\r\n\r\nif($isedit!=0){ff_redirect(\'./index.php\');}',0,NULL,'',2,5,'jimport(\'joomla.version\');\r\njimport(\'joomla.application.component.helper\'); // include libraries/application/component/helper.php\r\n$version = new JVersion();\r\n\r\n// Begin create user\r\n$mainframe = JFactory::getApplication();\r\n\r\nJFactory::getLanguage()->load(\'com_user\');\r\n$this->execPieceByName(\'ff_InitLib\');\r\n\r\nif (version_compare($version->getShortVersion(), \'1.6\', \'<\')) {\r\n $user = clone(JFactory::getUser());\r\n $pathway = & $mainframe->getPathway();\r\n $config = & JFactory::getConfig();\r\n $authorize = & JFactory::getACL();\r\n $document = & JFactory::getDocument();\r\n $usersParams = &JComponentHelper::getParams(\'com_users\'); // load the Params\r\n// Initialize new usertype setting\r\n $newUsertype = $usersParams->get(\'new_usertype\');\r\n if (!$newUsertype) {\r\n $newUsertype = \'Registered\';\r\n }\r\n\r\n// Bind the post array to the user object\r\n $post = array(\r\n \'name\' => ff_getSubmit(\'name\') . \" \" . ff_getSubmit(\'lastname\'),\r\n \'username\' => ff_getSubmit(\'username\'),\r\n \'email\' => ff_getSubmit(\'email\'),\r\n \'password\' => ff_getSubmit(\'password\'),\r\n \'password2\' => ff_getSubmit(\'password_pwrepeat\'),\r\n \'task\' => \'register_save\',\r\n \'id\' => \'0\',\r\n \'gid\' => \'0\',\r\n );\r\n\r\n if (!$user->bind($post, \'usertype\')) {\r\n echo \'<script>alert(\"\' . addslashes($user->getError()) . \'\");history.go(-1);</script>\';\r\n exit;\r\n } else {\r\n\r\n// Set some initial user values\r\n $user->set(\'id\', 0);\r\n $user->set(\'usertype\', \'\');\r\n $user->set(\'gid\', $authorize->get_group_id(\'\', $newUsertype, \'ARO\'));\r\n\r\n $date = & JFactory::getDate();\r\n $user->set(\'registerDate\', $date->toMySQL());\r\n\r\n// If user activation is turned on, we need to set the activation information\r\n $useractivation = $usersParams->get(\'useractivation\');\r\n if ($useractivation == \'1\') {\r\n jimport(\'joomla.user.helper\');\r\n $user->set(\'activation\', JUtility::getHash(JUserHelper::genRandomPassword()));\r\n $user->set(\'block\', \'1\');\r\n }\r\n\r\n// If there was an error with registration, set the message and display form\r\n if (!$user->save()) {\r\n echo \'<script>alert(\"\' . addslashes(JText::_($user->getError())) . \'\");history.go(-1);</script>\';\r\n exit;\r\n } else {\r\n\r\n $db = & JFactory::getDBO();\r\n\r\n $name = $user->get(\'name\');\r\n $email = $user->get(\'email\');\r\n $username = $user->get(\'username\');\r\n\r\n JFactory::getDBO()->setQuery(\"Update #__facileforms_records Set user_id = \'\" . $user->get(\'id\') . \"\', \r\n\r\nusername = \" . JFactory::getDBO()->Quote($username) . \", user_full_name = \" . JFactory::getDBO()->Quote($name) . \" Where id = \'\" . $this->record_id . \"\'\");\r\n JFactory::getDBO()->query();\r\n }\r\n }\r\n\r\n\r\n// End create user now send mail \r\n\r\n $name = $user->get(\'name\');\r\n $email = $user->get(\'email\');\r\n $username = $user->get(\'username\');\r\n $password = ff_getSubmit(\'password\');\r\n\r\n\r\n $sitename = $mainframe->getCfg(\'sitename\');\r\n\r\n $mailfrom = $mainframe->getCfg(\'mailfrom\');\r\n $fromname = $mainframe->getCfg(\'fromname\');\r\n $siteURL = JURI::base();\r\n\r\n $subject = sprintf(JText::_(\'Account details for\'), $name, $sitename);\r\n $subject = html_entity_decode($subject, ENT_QUOTES);\r\n\r\n if ($useractivation == 1) {\r\n $message = sprintf(JText::_(\'SEND_MSG_ACTIVATE\'), $name, $sitename, $siteURL . \"index.php?option=com_user&task=activate&activation=\" . $user->get(\'activation\'), $siteURL, $username, $password);\r\n } else {\r\n $message = sprintf(JText::_(\'SEND_MSG\'), $name, $sitename, $siteURL);\r\n }\r\n\r\n $message = html_entity_decode($message, ENT_QUOTES);\r\n\r\n //get all super administrator\r\n $query = \"SELECT name, email, sendEmail\" .\r\n \" FROM #__users\" .\r\n \" WHERE LOWER( usertype ) = \'super administrator\'\";\r\n $db->setQuery($query);\r\n $rows = $db->loadObjectList();\r\n\r\n // Send email to user\r\n if (!$mailfrom || !$fromname) {\r\n $fromname = $rows[0]->name;\r\n $mailfrom = $rows[0]->email;\r\n }\r\n\r\n JUtility::sendMail($mailfrom, $fromname, $email, $subject, $message);\r\n\r\n // Send notification to all administrators\r\n $subject2 = sprintf(JText::_(\'Account details for\'), $name, $sitename);\r\n $subject2 = html_entity_decode($subject2, ENT_QUOTES);\r\n\r\n // get superadministrators id\r\n foreach ($rows as $row) {\r\n if ($row->sendEmail) {\r\n $message2 = sprintf(JText::_(\'SEND_MSG_ADMIN\'), $row->name, $sitename, $name, $email, $username);\r\n $message2 = html_entity_decode($message2, ENT_QUOTES);\r\n JUtility::sendMail($mailfrom, $fromname, $row->email, $subject2, $message2);\r\n }\r\n }\r\n} else {\r\n//------------------1.6\r\n\r\n $the_name_field = ff_getSubmit(\'name\');\r\n $the_email_field = ff_getSubmit(\'email\');\r\n $the_password_field = ff_getSubmit(\'password\');\r\n $the_username_field = ff_getSubmit(\'username\');\r\n JFactory::getLanguage()->load(\'com_users\', JPATH_SITE);\r\n\r\n $config = JFactory::getConfig();\r\n $params = JComponentHelper::getParams(\'com_users\');\r\n\r\n // Initialise the table with JUser.\r\n $user = new JUser;\r\n $data = array();\r\n $data[\'activation\'] = \'\';\r\n $data[\'block\'] = 0;\r\n\r\n // Prepare the data for the user object.\r\n $data[\'email\'] = $the_email_field;\r\n $data[\'password\'] = $the_password_field;\r\n $data[\'password_clear\'] = $the_password_field;\r\n $data[\'name\'] = $the_name_field;\r\n $data[\'username\'] = $the_username_field;\r\n $data[\'groups\'] = array($params->get(\'new_usertype\'));\r\n $useractivation = $params->get(\'useractivation\');\r\n\r\n // Check if the user needs to activate their account.\r\n if (($useractivation == 1) || ($useractivation == 2)) {\r\n jimport(\'joomla.user.helper\');\r\n $data[\'activation\'] =JApplication::getHash(JUserHelper::genRandomPassword());\r\n $data[\'block\'] = 1;\r\n }\r\n\r\n // Bind the data.\r\n if (!$user->bind($data)) {\r\n // $this->setError(JText::sprintf(\'COM_USERS_REGISTRATION_BIND_FAILED\', $user->getError()));\r\n echo \'<script>alert(\"\' . addslashes(JText::_($user->getError())) . \'\");history.go(-1);</script>\';\r\n exit;\r\n }\r\n\r\n // Load the users plugin group.\r\n JPluginHelper::importPlugin(\'user\');\r\n\r\n // Store the data.\r\n if (!$user->save()) {\r\n // $this->setError(JText::sprintf(\'COM_USERS_REGISTRATION_SAVE_FAILED\', $user->getError()));\r\n echo \'<script>alert(\"\' . addslashes(JText::_($user->getError())) . \'\");history.go(-1);</script>\';\r\n exit;\r\n }\r\n \r\n // Compile the notification mail values.\r\n $data = $user->getProperties();\r\n\r\n $data[\'fromname\'] = $config->get(\'fromname\');\r\n $data[\'mailfrom\'] = $config->get(\'mailfrom\');\r\n $data[\'sitename\'] = $config->get(\'sitename\');\r\n $data[\'siteurl\'] = JUri::base();\r\n\r\n // Handle account activation/confirmation emails.\r\n if ($useractivation == 2) {\r\n // Set the link to confirm the user email.\r\n $uri = JURI::getInstance();\r\n $base = $uri->toString(array(\'scheme\', \'user\', \'pass\', \'host\', \'port\'));\r\n $data[\'activate\'] = $base . JRoute::_(\'index.php?option=com_users&task=registration.activate&token=\' . $data[\'activation\'], false);\r\n\r\n $emailSubject = JText::sprintf(\r\n \'COM_USERS_EMAIL_ACCOUNT_DETAILS\', $data[\'name\'], $data[\'sitename\']\r\n );\r\n\r\n $emailBody = JText::sprintf(\r\n \'COM_USERS_EMAIL_REGISTERED_WITH_ADMIN_ACTIVATION_BODY\', $data[\'name\'], $data[\'sitename\'], $data[\'siteurl\'] . \'index.php?option=com_users&task=registration.activate&token=\' . $data[\'activation\'], $data[\'siteurl\'], $data[\'username\'], $data[\'password_clear\']\r\n );\r\n } else if ($useractivation == 1) {\r\n // Set the link to activate the user account.\r\n $uri = JURI::getInstance();\r\n $base = $uri->toString(array(\'scheme\', \'user\', \'pass\', \'host\', \'port\'));\r\n $data[\'activate\'] = $base . JRoute::_(\'index.php?option=com_users&task=registration.activate&token=\' . $data[\'activation\'], false);\r\n\r\n $emailSubject = JText::sprintf(\r\n \'COM_USERS_EMAIL_ACCOUNT_DETAILS\', $data[\'name\'], $data[\'sitename\']\r\n );\r\n\r\n $emailBody = JText::sprintf(\r\n \'COM_USERS_EMAIL_REGISTERED_WITH_ACTIVATION_BODY\', $data[\'name\'], $data[\'sitename\'], $data[\'siteurl\'] . \'index.php?option=com_users&task=registration.activate&token=\' . $data[\'activation\'], $data[\'siteurl\'], $data[\'username\'], $data[\'password_clear\']\r\n );\r\n } else {\r\n\r\n $emailSubject = JText::sprintf(\r\n \'COM_USERS_EMAIL_ACCOUNT_DETAILS\', $data[\'name\'], $data[\'sitename\']\r\n );\r\n\r\n $emailBody = JText::sprintf(\r\n \'COM_USERS_EMAIL_REGISTERED_BODY\', $data[\'name\'], $data[\'sitename\'], $data[\'siteurl\']\r\n );\r\n }\r\n\r\n // Send the registration email.\r\n $this->sendMail($data[\'mailfrom\'], $data[\'fromname\'], $data[\'email\'], $emailSubject, $emailBody);\r\n\r\n}\r\n\r\n// empty passwords so they won\'t be stored in clear text\r\n\r\n$pw_ = ff_getSubmit(\'password\');\r\n$pw_r_ = ff_getSubmit(\'password_pwrepeat\');\r\n\r\n$i = 0;\r\nforeach($this->submitdata As $data){\r\n \r\n if( $data[_FF_DATA_NAME] == \'password\' ){\r\n $this->submitdata[$i][_FF_DATA_VALUE] = \'\';\r\n $this->maildata[$i][_FF_DATA_VALUE] = \'\';\r\n $this->savedata[$i][_FF_DATA_VALUE] = \'\';\r\n }\r\n if( $data[_FF_DATA_NAME] == \'password_pwrepeat\' ){\r\n $this->submitdata[$i][_FF_DATA_VALUE] = \'\';\r\n $this->maildata[$i][_FF_DATA_VALUE] = \'\';\r\n $this->savedata[$i][_FF_DATA_VALUE] = \'\';\r\n }\r\n $i++;\r\n\r\n}',2,NULL,'$this->execPieceByName(\'ff_InitLib\'); \r\n $db = JFactory::getDBO();\r\n $sql = \"SELECT id FROM #__users WHERE username =\'\".ff_getSubmit(\'username\').\"\'\";\r\n $db->setQuery($sql); \r\n $db->query(); \r\n $newid= $db->loadResult();\r\n\r\n $sql2=\"Update #__facileforms_records Set user_id ={$newid}, username = \'\".ff_getSubmit(\'username\').\"\' Where id = {$this->record_id}\";\r\n $db->setQuery($sql2);\r\n $db->query();',2,0,'a:27:{s:6:\"option\";s:17:\"com_breezingforms\";s:3:\"act\";s:16:\"recordmanagement\";s:4:\"task\";s:15:\"saveFilterState\";s:7:\"form_id\";s:1:\"6\";s:10:\"searchterm\";s:0:\"\";s:12:\"searchintext\";s:5:\"false\";s:14:\"searchinuserid\";s:5:\"false\";s:16:\"searchinusername\";s:5:\"false\";s:20:\"searchinuserfullname\";s:5:\"false\";s:10:\"searchinid\";s:5:\"false\";s:10:\"searchinip\";s:5:\"false\";s:14:\"searchinviewed\";s:5:\"false\";s:16:\"searchinexported\";s:5:\"false\";s:16:\"searchinarchived\";s:5:\"false\";s:15:\"searchinpayment\";s:5:\"false\";s:14:\"searchdatefrom\";s:0:\"\";s:14:\"searchtimefrom\";s:0:\"\";s:12:\"searchdateto\";s:0:\"\";s:12:\"searchtimeto\";s:0:\"\";s:27:\"bfDisplayFieldIDbfrecord_id\";s:5:\"false\";s:34:\"bfDisplayFieldIDbfrecord_submitted\";s:5:\"false\";s:32:\"bfDisplayFieldIDbfrecord_user_id\";s:5:\"false\";s:33:\"bfDisplayFieldIDbfrecord_username\";s:5:\"false\";s:39:\"bfDisplayFieldIDbfrecord_user_full_name\";s:5:\"false\";s:27:\"bfDisplayFieldIDbfrecord_ip\";s:5:\"false\";s:30:\"bfDisplayFieldIDbfrecord_title\";s:5:\"false\";s:29:\"bfDisplayFieldIDbfrecord_name\";s:5:\"false\";}'),(7,NULL,NULL,NULL,NULL,'','','','',1,NULL,'',0,0,0,0,'text',0,1,1,'','','','','',NULL,0,'','','',0,'pdf','','',0,'',0,1,1,'*',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'Registration','eyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVSb290Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlUm9vdCIsIm1kYXRhIjoie1widHlwZVwiOiBcInJvb3RcIn0ifSwicHJvcGVydGllcyI6eyJ0eXBlIjoicm9vdCIsInRpdGxlIjoiUmVnaXN0cmF0aW9uIiwibmFtZSI6IkJGUmVnaXN0cmF0aW9uIiwicm9sbG92ZXIiOnRydWUsInJvbGxvdmVyQ29sb3IiOiIjZmZjIiwidG9nZ2xlRmllbGRzIjoidHVybiBvbiBzZWN0aW9uIHBlcnNvbmFsX2luZm8gaWYgYWRkX2luZm8gaXMgeWVzXG50dXJuIG9mZiBzZWN0aW9uIHBlcnNvbmFsX2luZm8gaWYgYWRkX2luZm8gaXMgbm8iLCJkZXNjcmlwdGlvbiI6IkN1c3RvbSByZWdpc3RyYXRpb24gZm9ybS4iLCJtYWlsTm90aWZpY2F0aW9uIjoiIiwibWFpbFJlY2lwaWVudCI6IiIsInN1Ym1pdEluY2x1ZGUiOnRydWUsInN1Ym1pdExhYmVsIjoic3VibWl0IiwiY2FuY2VsSW5jbHVkZSI6dHJ1ZSwiY2FuY2VsTGFiZWwiOiJyZXNldCIsInBhZ2luZ0luY2x1ZGUiOmZhbHNlLCJwYWdpbmdOZXh0TGFiZWwiOiJuZXh0IiwicGFnaW5nUHJldkxhYmVsIjoiYmFjayIsInRoZW1lIjoiZGVmYXVsdCIsImZhZGVJbiI6ZmFsc2UsImxhc3RQYWdlVGhhbmtZb3UiOnRydWUsInN1Ym1pdHRlZFNjcmlwdENvbmRpZHRpb24iOjIsInN1Ym1pdHRlZFNjcmlwdENvZGUiOiJmdW5jdGlvbiBmZl9CRlJlZ2lzdHJhdGlvbl9zdWJtaXR0ZWQoc3RhdHVzLCBtZXNzYWdlKXtpZihzdGF0dXM9PTApe2ZmX3N3aXRjaHBhZ2UoMik7fWVsc2V7YWxlcnQobWVzc2FnZSk7fX0iLCJ1c2VFcnJvckFsZXJ0cyI6ZmFsc2UsInVzZURlZmF1bHRFcnJvcnMiOnRydWUsInVzZUJhbGxvb25FcnJvcnMiOmZhbHNlLCJkaXNhYmxlSlF1ZXJ5IjpmYWxzZSwiam9vbWxhSGludCI6ZmFsc2UsIm1vYmlsZUVuYWJsZWQiOnRydWUsImZvcmNlTW9iaWxlIjp0cnVlLCJmb3JjZU1vYmlsZVVybCI6IiJ9LCJzdGF0ZSI6Im9wZW4iLCJkYXRhIjp7InRpdGxlIjoiUmVnaXN0cmF0aW9uIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX2Zvcm0ucG5nIn0sImNoaWxkcmVuIjpbeyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVQYWdlQ2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlUGFnZTEiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJwYWdlXCJ9In0sInByb3BlcnRpZXMiOnsidHlwZSI6InBhZ2UiLCJwYWdlTnVtYmVyIjoxLCJwYWdlSW50cm8iOiIifSwic3RhdGUiOiJvcGVuIiwiZGF0YSI6eyJ0aXRsZSI6IlBhZ2UgMSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9wYWdlLnBuZyJ9LCJjaGlsZHJlbiI6W3siYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlU2VjdGlvbkNsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZVNlY3Rpb24zMTk5NCIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcInNlY3Rpb25cIn0ifSwicHJvcGVydGllcyI6eyJiZlR5cGUiOiJzZWN0aW9uIiwidHlwZSI6InNlY3Rpb24iLCJkaXNwbGF5VHlwZSI6ImJyZWFrcyIsInRpdGxlIjoiUmVnaXN0ZXIgRGV0YWlscyIsIm5hbWUiOiJyZWdfZGV0YWlscyIsImRlc2NyaXB0aW9uIjoiIiwib2ZmIjpmYWxzZX0sInN0YXRlIjoib3BlbiIsImRhdGEiOnsidGl0bGUiOiJSZWdpc3RlciBEZXRhaWxzIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3NlY3Rpb24ucG5nIn0sImNoaWxkcmVuIjpbeyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlOTg1NTMyNyIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6Ik5hbWUiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fdGV4dC1maWVsZC5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmVGV4dGZpZWxkIiwibGFiZWwiOiJOYW1lIiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJuYW1lIiwiZGJJZCI6NjA3LCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjp0cnVlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjEsInZhbGlkYXRpb25JZCI6IjQ0IiwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IlBsZWFzZSBlbnRlciB5b3VyIGZpcnN0IG5hbWUuIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6ImZmX3ZhbHVlbm90ZW1wdHkiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOjAsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOjAsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsImluaXRTY3JpcHQiOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlMzE3NDg2NCIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6Ikxhc3QgTmFtZSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6Ikxhc3QgTmFtZSIsImxhYmVsUG9zaXRpb24iOiJsZWZ0IiwiYmZOYW1lIjoibGFzdG5hbWUiLCJkYklkIjo2MDgsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOnRydWUsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJ2YWx1ZSI6IiIsIm1heExlbmd0aCI6IiIsInJlYWRvbmx5IjpmYWxzZSwicGFzc3dvcmQiOmZhbHNlLCJtYWlsYmFjayI6ZmFsc2UsIm1haWxiYWNrQXNTZW5kZXIiOmZhbHNlLCJtYWlsYmFja2ZpbGUiOiIiLCJzaXplIjoiIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MSwidmFsaWRhdGlvbklkIjoiNDQiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiUGxlYXNlIGVudGVyIHlvdXIgbGFzdCBuYW1lLiIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiJmZl92YWx1ZW5vdGVtcHR5IiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjowLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjowLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJpbml0U2NyaXB0IjoiIn19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZTY0OTUyNTUiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJVc2VybmFtZSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6IlVzZXJuYW1lIiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJ1c2VybmFtZSIsImRiSWQiOjYwOSwib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6dHJ1ZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInZhbHVlIjoiIiwibWF4TGVuZ3RoIjoiIiwicmVhZG9ubHkiOmZhbHNlLCJwYXNzd29yZCI6ZmFsc2UsIm1haWxiYWNrIjpmYWxzZSwibWFpbGJhY2tBc1NlbmRlciI6ZmFsc2UsIm1haWxiYWNrZmlsZSI6IiIsInNpemUiOiIiLCJ2YWxpZGF0aW9uQ29uZGl0aW9uIjoxLCJ2YWxpZGF0aW9uSWQiOiI0NCIsInZhbGlkYXRpb25Db2RlIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2UiOiJQbGVhc2UgRW50ZXIgeW91ciB1c2VybmFtZSEiLCJ2YWxpZGF0aW9uRnVuY3Rpb25OYW1lIjoiZmZfdmFsdWVub3RlbXB0eSIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6MCwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6MCwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsImhpZGVJbk1haWxiYWNrIjpmYWxzZSwiaW5pdFNjcmlwdCI6IiJ9fSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoiYmZRdWlja01vZGU2MzU4MDI3IiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiRW1haWwiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fdGV4dC1maWVsZC5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmVGV4dGZpZWxkIiwibGFiZWwiOiJFbWFpbCIsImxhYmVsUG9zaXRpb24iOiJsZWZ0IiwiYmZOYW1lIjoiZW1haWxfcmVwZWF0IiwiZGJJZCI6NjEwLCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjp0cnVlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjEsInZhbGlkYXRpb25JZCI6IjQyIiwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IlBsZWFzZSBlbnRlciBhIHZhbGlkIGUtbWFpbCBhZGRyZXNzLiIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiJmZl92YWxpZGVtYWlsIiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjowLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjowLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJpbml0U2NyaXB0IjoiIn19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZTU5NTc0MTIiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJFbWFpbCByZXBlYXQiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fdGV4dC1maWVsZC5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmVGV4dGZpZWxkIiwibGFiZWwiOiJFbWFpbCByZXBlYXQiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6ImVtYWlsIiwiZGJJZCI6NjExLCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjp0cnVlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjEsInZhbGlkYXRpb25JZCI6IjQzIiwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IkVtYWlsIGFkZHJlc3MgZG9lcyBub3QgbWF0Y2ghIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6ImZmX3ZhbGlkZW1haWxfcmVwZWF0IiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjowLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjowLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJpbml0U2NyaXB0IjoiIn19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZTQ1ODQ4NCIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IlBhc3N3b3JkIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3RleHQtZmllbGQucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZlRleHRmaWVsZCIsImxhYmVsIjoiUGFzc3dvcmQiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6InBhc3N3b3JkX3B3cmVwZWF0IiwiZGJJZCI6NjEyLCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjp0cnVlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjp0cnVlLCJtYWlsYmFjayI6ZmFsc2UsIm1haWxiYWNrQXNTZW5kZXIiOmZhbHNlLCJtYWlsYmFja2ZpbGUiOiIiLCJzaXplIjoiIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MSwidmFsaWRhdGlvbklkIjoiNDQiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiUGxlYXNlIGVudGVyIGEgcGFzc3dvcmQuIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6ImZmX3ZhbHVlbm90ZW1wdHkiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOjAsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOjAsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsImluaXRTY3JpcHQiOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlMzk0MTY2IiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiUGFzc3dvcmQgcmVwZWF0IiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3RleHQtZmllbGQucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZlRleHRmaWVsZCIsImxhYmVsIjoiUGFzc3dvcmQgcmVwZWF0IiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJwYXNzd29yZCIsImRiSWQiOjYxMywib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6dHJ1ZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInZhbHVlIjoiIiwibWF4TGVuZ3RoIjoiIiwicmVhZG9ubHkiOmZhbHNlLCJwYXNzd29yZCI6dHJ1ZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjEsInZhbGlkYXRpb25JZCI6IjQ1IiwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IlBhc3N3b3JkcyBkbyBub3QgbWF0Y2ghIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6ImZmX3Bhc3N3b3JkX3JlcGVhdCIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6MCwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6MCwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsImhpZGVJbk1haWxiYWNrIjpmYWxzZSwiaW5pdFNjcmlwdCI6IiJ9fV19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZTIxNzI2MzkiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJEbyB5b3Ugd2FudCB0byBwcm92aWRlIGFkZGl0aW9uYWwgSW5mb3JtYXRpb24/IiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3JhZGlvLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZSYWRpb0dyb3VwIiwibGFiZWwiOiJEbyB5b3Ugd2FudCB0byBwcm92aWRlIGFkZGl0aW9uYWwgSW5mb3JtYXRpb24/IiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJhZGRfaW5mbyIsImRiSWQiOjYxNCwib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6ZmFsc2UsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJncm91cCI6IjA7WWVzO3llc1xuMTtObztubyIsInJlYWRvbmx5IjpmYWxzZSwid3JhcCI6ZmFsc2UsInZhbGlkYXRpb25Db25kaXRpb24iOjAsInZhbGlkYXRpb25JZCI6MCwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IiIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiIiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOjAsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOjAsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsImluaXRTY3JpcHQiOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVTZWN0aW9uQ2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlU2VjdGlvbjEyNjk0IiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwic2VjdGlvblwifSJ9LCJwcm9wZXJ0aWVzIjp7ImJmVHlwZSI6Im5vcm1hbCIsInR5cGUiOiJzZWN0aW9uIiwiZGlzcGxheVR5cGUiOiJicmVha3MiLCJ0aXRsZSI6InBlcnNvbmFsX3NlY3Rpb24iLCJuYW1lIjoicGVyc29uYWxfaW5mbyIsImRlc2NyaXB0aW9uIjoiIiwib2ZmIjp0cnVlfSwic3RhdGUiOiJvcGVuIiwiZGF0YSI6eyJ0aXRsZSI6InBlcnNvbmFsX3NlY3Rpb24iLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fc2VjdGlvbi5wbmcifSwiY2hpbGRyZW4iOlt7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZVNlY3Rpb25DbGFzcyIsImlkIjoiYmZRdWlja01vZGVTZWN0aW9uMTMzNCIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcInNlY3Rpb25cIn0ifSwicHJvcGVydGllcyI6eyJiZlR5cGUiOiJzZWN0aW9uIiwidHlwZSI6InNlY3Rpb24iLCJkaXNwbGF5VHlwZSI6ImJyZWFrcyIsInRpdGxlIjoiUGVyc29uYWwgSW5mb3JtYXRpb24iLCJuYW1lIjoicGVyc29uYWxfc2VjIiwiZGVzY3JpcHRpb24iOiIiLCJvZmYiOmZhbHNlfSwic3RhdGUiOiJvcGVuIiwiZGF0YSI6eyJ0aXRsZSI6IlBlcnNvbmFsIEluZm9ybWF0aW9uIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3NlY3Rpb24ucG5nIn0sImNoaWxkcmVuIjpbeyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlNjk1MjU4NSIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IlBob25lIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3RleHQtZmllbGQucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZlRleHRmaWVsZCIsImxhYmVsIjoiUGhvbmUiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6InBob25lIiwiZGJJZCI6NjE1LCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjpmYWxzZSwiaGludCI6IlBsZWFzZSBwcm92aWRlIHlvdXIgcGhvbmUgbnVtYmVyISBvbmx5IG51bWVyaWMgY2hhcmFjdGVycyBhcmUgYWNjZXB0ZWQhIiwib2ZmIjpmYWxzZSwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjEsInZhbGlkYXRpb25JZCI6IjE1IiwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IlBsZWFzZSBwcm92aWRlIG51bWVyaWMgY2hhcmFjdGVycyBvciBsZWF2ZSB0aGUgZmllbGQgYmxhbmsiLCJ2YWxpZGF0aW9uRnVuY3Rpb25OYW1lIjoiZmZfaW50ZWdlcl9vcl9lbXB0eSIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6MCwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6MCwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsImhpZGVJbk1haWxiYWNrIjpmYWxzZSwiaW5pdFNjcmlwdCI6IiJ9fSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoiYmZRdWlja01vZGU1MTIwNTIwIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiSUNRIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3RleHQtZmllbGQucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZlRleHRmaWVsZCIsImxhYmVsIjoiSUNRIiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJpY3EiLCJkYklkIjo2MTYsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOmZhbHNlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjAsInZhbGlkYXRpb25JZCI6MCwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IiIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiIiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOjAsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOjAsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsImluaXRTY3JpcHQiOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlMTAxNTgwIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiU2t5cGUiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fdGV4dC1maWVsZC5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmVGV4dGZpZWxkIiwibGFiZWwiOiJTa3lwZSIsImxhYmVsUG9zaXRpb24iOiJsZWZ0IiwiYmZOYW1lIjoiU2t5cGUiLCJkYklkIjo2MTcsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOmZhbHNlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjAsInZhbGlkYXRpb25JZCI6MCwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IiIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiIiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOjAsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOjAsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsImluaXRTY3JpcHQiOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlMjEyMjQ3OSIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IkhvbWVwYWdlIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3RleHQtZmllbGQucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZlRleHRmaWVsZCIsImxhYmVsIjoiSG9tZXBhZ2UiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6ImhvbXBhZ2UiLCJkYklkIjo2MTgsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOmZhbHNlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjAsInZhbGlkYXRpb25JZCI6MCwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IiIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiIiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOjAsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOjAsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsImluaXRTY3JpcHQiOiIifX1dfV19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlU2VjdGlvbkNsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZVNlY3Rpb244MDk2OCIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcInNlY3Rpb25cIn0ifSwicHJvcGVydGllcyI6eyJiZlR5cGUiOiJzZWN0aW9uIiwidHlwZSI6InNlY3Rpb24iLCJkaXNwbGF5VHlwZSI6ImJyZWFrcyIsInRpdGxlIjoiUnVsZXMgYW5kIFNlY3VyaXR5IiwibmFtZSI6InJfc19zZWN0aW9uIiwiZGVzY3JpcHRpb24iOiIiLCJvZmYiOmZhbHNlfSwic3RhdGUiOiJvcGVuIiwiZGF0YSI6eyJ0aXRsZSI6IlJ1bGVzIGFuZCBTZWN1cml0eSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9zZWN0aW9uLnBuZyJ9LCJjaGlsZHJlbiI6W3siYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZTU3NDA4NzQiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJUZXJtcyAmIENvbmRpdGlvbnMgPGEgaHJlZj1cInVybHRvdCZDXCIgdGFyZ2V0PVwicGFyZW50XCI+Y2xpY2sgaGVyZTxcL2E+IiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3RleHQtYXJlYS5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmVGV4dGFyZWEiLCJsYWJlbCI6IlRlcm1zICYgQ29uZGl0aW9ucyA8YSBocmVmPVwidXJsdG90JkNcIiB0YXJnZXQ9XCJwYXJlbnRcIj5jbGljayBoZXJlPFwvYT4iLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6InRlcm1zX2NvbmRpdGlvbnNfYXJlYSIsImRiSWQiOjYxOSwib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6ZmFsc2UsImhpbnQiOiJUaGUgbGFiZWwgb2YgdGhpcyB0ZXh0YXJlYSBjb3VsZCBpbmNsdWRlIGEgbGluayBmb3IgYSBkb3dubG9hZGFibGUgZmlsZSBsaWtlIGEgcGRmLlxuXG5UbyBkbyBzbyBjaGFuZ2UgIFwidXJsdG90JkNcIiB0byB0aGUgcmVhbCBwYXRoIG9mIHRoZSBmaWxlLiIsIm9mZiI6ZmFsc2UsInZhbHVlIjoiVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zVGVybXMgJiBDb25kaXRpb25zIiwid2lkdGgiOiIiLCJoZWlnaHQiOiIiLCJtYXhsZW5ndGgiOiIwIiwic2hvd01heGxlbmd0aENvdW50ZXIiOnRydWUsInJlYWRvbmx5IjpmYWxzZSwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MCwidmFsaWRhdGlvbklkIjowLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImluaXRDb25kaXRpb24iOjIsImluaXRJZCI6MCwiaW5pdENvZGUiOiJmdW5jdGlvbiBmZl90ZXJtc19jb25kaXRpb25zX2FyZWFfaW5pdChlbGVtZW50LCBjb25kaXRpb24pXG57XG4gICAgc3dpdGNoIChjb25kaXRpb24pIHtcbiAgICAgICAgY2FzZSAnZm9ybWVudHJ5JzpcbiAgICAgICAgICAgIEpRdWVyeSgnIycrZmZfZ2V0RWxlbWVudEJ5TmFtZSgndGVybXNfY29uZGl0aW9uc19hcmVhJykuaWQrJycpLmF0dHIoXCJkaXNhYmxlZFwiLCB0cnVlKTsgXG4gICAgICAgICAgICBicmVhaztcbiAgICAgICAgZGVmYXVsdDo7XG4gICAgfSBcL1wvIHN3aXRjaFxufSBcL1wvIGZmX2Rpc19pbml0IiwiaW5pdEZ1bmN0aW9uTmFtZSI6ImZmX3Rlcm1zX2NvbmRpdGlvbnNfYXJlYV9pbml0IiwiaW5pdEZvcm1FbnRyeSI6MSwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6MCwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsImhpZGVJbk1haWxiYWNrIjpmYWxzZSwiaW5pdFNjcmlwdCI6IiIsImlzX2h0bWwiOmZhbHNlfX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlNjczNTE2NSIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IkkgYWNjZXB0IHRoZSBUZXJtcyBhbmQgQ29uZGl0aW9ucyIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9jaGVjay1ib3gucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZkNoZWNrYm94IiwibGFiZWwiOiJJIGFjY2VwdCB0aGUgVGVybXMgYW5kIENvbmRpdGlvbnMiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6InRlcm1zX2NvbmRpdGlvbnMiLCJkYklkIjo2MjAsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOnRydWUsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJ2YWx1ZSI6ImNoZWNrZWQiLCJjaGVja2VkIjpmYWxzZSwicmVhZG9ubHkiOmZhbHNlLCJtYWlsYmFja0FjY2VwdCI6ZmFsc2UsIm1haWxiYWNrQ29ubmVjdFdpdGgiOiIiLCJ2YWxpZGF0aW9uQ29uZGl0aW9uIjoxLCJ2YWxpZGF0aW9uSWQiOiIyIiwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IlBsZWFzZSBhY2NlcHQgdGhlIHRlcm1zIGFuZCBjb25kaXRpb25zIGZvciBhIG1lbWJlcnNoaXAhIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6ImZmX2NoZWNrZWQiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOjAsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOjAsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsImluaXRTY3JpcHQiOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlNDQ3ODU4MyIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IlNlY3VyaXR5IENvZGUiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fY2FwdGNoYS5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmQ2FwdGNoYSIsImxhYmVsIjoiU2VjdXJpdHkgQ29kZSIsImxhYmVsUG9zaXRpb24iOiJsZWZ0IiwiYmZOYW1lIjoiY2FwdGNoYSIsImRiSWQiOjYyMSwib3JkZXJOdW1iZXIiOi0xLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6ZmFsc2UsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjpmYWxzZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInJlYWRvbmx5IjpmYWxzZSwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MCwidmFsaWRhdGlvbklkIjowLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6MCwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6MCwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsImhpZGVJbk1haWxiYWNrIjpmYWxzZSwiaW5pdFNjcmlwdCI6IiJ9fV19XX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVQYWdlQ2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlUGFnZTIiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJwYWdlXCJ9In0sInByb3BlcnRpZXMiOnsidHlwZSI6InBhZ2UiLCJwYWdlTnVtYmVyIjoyLCJwYWdlSW50cm8iOiI8cD5UaGFuayB5b3UgZm9yIHJlZ2lzdGVyaW5nIHRvIG91ciBzaXRlLjxcL3A+XG48cD5QbGVhc2UgY2hlY2sgeW91ciBlbWFpbHMgZm9yIGZ1cnRoZXIgaW5mb3JtYXRpb24uPFwvcD4ifSwic3RhdGUiOiJvcGVuIiwiZGF0YSI6eyJ0aXRsZSI6IlBhZ2UgMiIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9wYWdlLnBuZyJ9LCJjaGlsZHJlbiI6W119XX0=','QuickMode','[{\"elements\":[{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"Please enter your first name.\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Name\",\"name\":\"name\",\"page\":\"1\",\"orderNumber\":1,\"dbId\":607,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode9855327\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"Please enter your last name.\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Last Name\",\"name\":\"lastname\",\"page\":\"1\",\"orderNumber\":2,\"dbId\":608,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode3174864\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"Please Enter your username!\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Username\",\"name\":\"username\",\"page\":\"1\",\"orderNumber\":3,\"dbId\":609,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode6495255\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"42\",\"script3code\":\"\",\"script3msg\":\"Please enter a valid e-mail address.\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_validemail\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Email\",\"name\":\"email_repeat\",\"page\":\"1\",\"orderNumber\":4,\"dbId\":610,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode6358027\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"43\",\"script3code\":\"\",\"script3msg\":\"Email address does not match!\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_validemail_repeat\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Email repeat\",\"name\":\"email\",\"page\":\"1\",\"orderNumber\":5,\"dbId\":611,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode5957412\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":true,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"Please enter a password.\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":1,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Password\",\"name\":\"password_pwrepeat\",\"page\":\"1\",\"orderNumber\":6,\"dbId\":612,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode458484\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":true,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"45\",\"script3code\":\"\",\"script3msg\":\"Passwords do not match!\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_password_repeat\",\"flag1\":1,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Password repeat\",\"name\":\"password\",\"page\":\"1\",\"orderNumber\":7,\"dbId\":613,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode394166\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Radio Group\",\"elementType\":\"\",\"options\":{\"readonly\":false},\"data1\":\"\",\"data2\":\"0;Yes;yes\\n1;No;no\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Do you want to provide additional Information?\",\"name\":\"add_info\",\"page\":\"1\",\"orderNumber\":8,\"dbId\":614,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode2172639\",\"internalType\":\"bfRadioGroup\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"15\",\"script3code\":\"\",\"script3msg\":\"Please provide numeric characters or leave the field blank\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_integer_or_empty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Phone\",\"name\":\"phone\",\"page\":\"1\",\"orderNumber\":9,\"dbId\":615,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode6952585\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"ICQ\",\"name\":\"icq\",\"page\":\"1\",\"orderNumber\":10,\"dbId\":616,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode5120520\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Skype\",\"name\":\"Skype\",\"page\":\"1\",\"orderNumber\":11,\"dbId\":617,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode101580\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Homepage\",\"name\":\"hompage\",\"page\":\"1\",\"orderNumber\":12,\"dbId\":618,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode2122479\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Textarea\",\"elementType\":\"\",\"options\":{\"value\":\"Terms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & Conditions\",\"placeholder\":\"\",\"readonly\":false},\"data1\":\"Terms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & ConditionsTerms & Conditions\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":2,\"script1id\":0,\"script1code\":\"function ff_terms_conditions_area_init(element, condition)\\n{\\n switch (condition) {\\n case \'formentry\':\\n JQuery(\'#\'+ff_getElementByName(\'terms_conditions_area\').id+\'\').attr(\\\"disabled\\\", true); \\n break;\\n default:;\\n } \\/\\/ switch\\n} \\/\\/ ff_dis_init\",\"script1flag1\":1,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"ff_terms_conditions_area_init\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Terms & Conditions <a href=\\\"urltot&C\\\" target=\\\"parent\\\">click here<\\/a>\",\"name\":\"terms_conditions_area\",\"page\":\"1\",\"orderNumber\":13,\"dbId\":619,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode5740874\",\"internalType\":\"bfTextarea\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Checkbox\",\"elementType\":\"\",\"options\":{\"checked\":false,\"value\":\"checked\",\"readonly\":false},\"data1\":\"checked\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"2\",\"script3code\":\"\",\"script3msg\":\"Please accept the terms and conditions for a membership!\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_checked\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"I accept the Terms and Conditions\",\"name\":\"terms_conditions\",\"page\":\"1\",\"orderNumber\":14,\"dbId\":620,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode6735165\",\"internalType\":\"bfCheckbox\",\"mailbackAccept\":false,\"mailbackAcceptConnectWith\":\"\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Captcha\",\"elementType\":\"\",\"options\":{\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Security Code\",\"name\":\"captcha\",\"page\":\"1\",\"orderNumber\":15,\"dbId\":621,\"appElementOrderId\":0,\"id\":0,\"logging\":false,\"qId\":\"bfQuickMode4478583\",\"internalType\":\"bfCaptcha\",\"width\":230,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"41\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle\",\"name\":\"bfFakeName\",\"page\":1,\"orderNumber\":0,\"dbId\":622,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"23\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle2\",\"name\":\"bfFakeName2\",\"page\":1,\"orderNumber\":0,\"dbId\":623,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"40\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle3\",\"name\":\"bfFakeName3\",\"page\":1,\"orderNumber\":0,\"dbId\":624,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"38\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle4\",\"name\":\"bfFakeName4\",\"page\":1,\"orderNumber\":0,\"dbId\":625,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"}],\"elementCount\":15}]',6,1,0,'BFRegistration','','','Registration','Custom registration form.','','',400,0,500,0,2,0,1,1,1,0,0,0,0,NULL,NULL,0,0,'',1,0,NULL,NULL,2,NULL,'function ff_BFRegistration_submitted(status, message){if(status==0){ff_switchpage(2);}else{alert(message);}}',2,NULL,'$this->execPieceByName(\'ff_InitLib\');\r\n\r\n\r\n$isedit=JFactory::getUser()->get(\'id\');\r\n\r\nif($isedit!=0){ff_redirect(\'./index.php\');}',0,NULL,NULL,2,NULL,'jimport(\'joomla.version\');\r\njimport(\'joomla.application.component.helper\'); // include libraries/application/component/helper.php\r\n$version = new JVersion();\r\n\r\n// Begin create user\r\n$mainframe = JFactory::getApplication();\r\n\r\nJFactory::getLanguage()->load(\'com_user\');\r\n$this->execPieceByName(\'ff_InitLib\');\r\n\r\nif (version_compare($version->getShortVersion(), \'1.6\', \'<\')) {\r\n $user = clone(JFactory::getUser());\r\n $pathway = & $mainframe->getPathway();\r\n $config = & JFactory::getConfig();\r\n $authorize = & JFactory::getACL();\r\n $document = & JFactory::getDocument();\r\n $usersParams = &JComponentHelper::getParams(\'com_users\'); // load the Params\r\n// Initialize new usertype setting\r\n $newUsertype = $usersParams->get(\'new_usertype\');\r\n if (!$newUsertype) {\r\n $newUsertype = \'Registered\';\r\n }\r\n\r\n// Bind the post array to the user object\r\n $post = array(\r\n \'name\' => ff_getSubmit(\'name\') . \" \" . ff_getSubmit(\'lastname\'),\r\n \'username\' => ff_getSubmit(\'username\'),\r\n \'email\' => ff_getSubmit(\'email\'),\r\n \'password\' => ff_getSubmit(\'password\'),\r\n \'password2\' => ff_getSubmit(\'password_pwrepeat\'),\r\n \'task\' => \'register_save\',\r\n \'id\' => \'0\',\r\n \'gid\' => \'0\',\r\n );\r\n\r\n if (!$user->bind($post, \'usertype\')) {\r\n echo \'<script>alert(\"\' . addslashes($user->getError()) . \'\");history.go(-1);</script>\';\r\n exit;\r\n } else {\r\n\r\n// Set some initial user values\r\n $user->set(\'id\', 0);\r\n $user->set(\'usertype\', \'\');\r\n $user->set(\'gid\', $authorize->get_group_id(\'\', $newUsertype, \'ARO\'));\r\n\r\n $date = & JFactory::getDate();\r\n $user->set(\'registerDate\', $date->toMySQL());\r\n\r\n// If user activation is turned on, we need to set the activation information\r\n $useractivation = $usersParams->get(\'useractivation\');\r\n if ($useractivation == \'1\') {\r\n jimport(\'joomla.user.helper\');\r\n $user->set(\'activation\', JUtility::getHash(JUserHelper::genRandomPassword()));\r\n $user->set(\'block\', \'1\');\r\n }\r\n\r\n// If there was an error with registration, set the message and display form\r\n if (!$user->save()) {\r\n echo \'<script>alert(\"\' . addslashes(JText::_($user->getError())) . \'\");history.go(-1);</script>\';\r\n exit;\r\n } else {\r\n\r\n $db = & JFactory::getDBO();\r\n\r\n $name = $user->get(\'name\');\r\n $email = $user->get(\'email\');\r\n $username = $user->get(\'username\');\r\n\r\n JFactory::getDBO()->setQuery(\"Update #__facileforms_records Set user_id = \'\" . $user->get(\'id\') . \"\', \r\n\r\nusername = \" . JFactory::getDBO()->Quote($username) . \", user_full_name = \" . JFactory::getDBO()->Quote($name) . \" Where id = \'\" . $this->record_id . \"\'\");\r\n JFactory::getDBO()->query();\r\n }\r\n }\r\n\r\n\r\n// End create user now send mail \r\n\r\n $name = $user->get(\'name\');\r\n $email = $user->get(\'email\');\r\n $username = $user->get(\'username\');\r\n $password = ff_getSubmit(\'password\');\r\n\r\n\r\n $sitename = $mainframe->getCfg(\'sitename\');\r\n\r\n $mailfrom = $mainframe->getCfg(\'mailfrom\');\r\n $fromname = $mainframe->getCfg(\'fromname\');\r\n $siteURL = JURI::base();\r\n\r\n $subject = sprintf(JText::_(\'Account details for\'), $name, $sitename);\r\n $subject = html_entity_decode($subject, ENT_QUOTES);\r\n\r\n if ($useractivation == 1) {\r\n $message = sprintf(JText::_(\'SEND_MSG_ACTIVATE\'), $name, $sitename, $siteURL . \"index.php?option=com_user&task=activate&activation=\" . $user->get(\'activation\'), $siteURL, $username, $password);\r\n } else {\r\n $message = sprintf(JText::_(\'SEND_MSG\'), $name, $sitename, $siteURL);\r\n }\r\n\r\n $message = html_entity_decode($message, ENT_QUOTES);\r\n\r\n //get all super administrator\r\n $query = \"SELECT name, email, sendEmail\" .\r\n \" FROM #__users\" .\r\n \" WHERE LOWER( usertype ) = \'super administrator\'\";\r\n $db->setQuery($query);\r\n $rows = $db->loadObjectList();\r\n\r\n // Send email to user\r\n if (!$mailfrom || !$fromname) {\r\n $fromname = $rows[0]->name;\r\n $mailfrom = $rows[0]->email;\r\n }\r\n\r\n JUtility::sendMail($mailfrom, $fromname, $email, $subject, $message);\r\n\r\n // Send notification to all administrators\r\n $subject2 = sprintf(JText::_(\'Account details for\'), $name, $sitename);\r\n $subject2 = html_entity_decode($subject2, ENT_QUOTES);\r\n\r\n // get superadministrators id\r\n foreach ($rows as $row) {\r\n if ($row->sendEmail) {\r\n $message2 = sprintf(JText::_(\'SEND_MSG_ADMIN\'), $row->name, $sitename, $name, $email, $username);\r\n $message2 = html_entity_decode($message2, ENT_QUOTES);\r\n JUtility::sendMail($mailfrom, $fromname, $row->email, $subject2, $message2);\r\n }\r\n }\r\n} else {\r\n//------------------1.6\r\n\r\n $the_name_field = ff_getSubmit(\'name\');\r\n $the_email_field = ff_getSubmit(\'email\');\r\n $the_password_field = ff_getSubmit(\'password\');\r\n $the_username_field = ff_getSubmit(\'username\');\r\n JFactory::getLanguage()->load(\'com_users\', JPATH_SITE);\r\n\r\n $config = JFactory::getConfig();\r\n $params = JComponentHelper::getParams(\'com_users\');\r\n\r\n // Initialise the table with JUser.\r\n $user = new JUser;\r\n $data = array();\r\n $data[\'activation\'] = \'\';\r\n $data[\'block\'] = 0;\r\n\r\n // Prepare the data for the user object.\r\n $data[\'email\'] = $the_email_field;\r\n $data[\'password\'] = $the_password_field;\r\n $data[\'password_clear\'] = $the_password_field;\r\n $data[\'name\'] = $the_name_field;\r\n $data[\'username\'] = $the_username_field;\r\n $data[\'groups\'] = array($params->get(\'new_usertype\'));\r\n $useractivation = $params->get(\'useractivation\');\r\n\r\n // Check if the user needs to activate their account.\r\n if (($useractivation == 1) || ($useractivation == 2)) {\r\n jimport(\'joomla.user.helper\');\r\n $data[\'activation\'] =JApplication::getHash(JUserHelper::genRandomPassword());\r\n $data[\'block\'] = 1;\r\n }\r\n\r\n // Bind the data.\r\n if (!$user->bind($data)) {\r\n // $this->setError(JText::sprintf(\'COM_USERS_REGISTRATION_BIND_FAILED\', $user->getError()));\r\n echo \'<script>alert(\"\' . addslashes(JText::_($user->getError())) . \'\");history.go(-1);</script>\';\r\n exit;\r\n }\r\n\r\n // Load the users plugin group.\r\n JPluginHelper::importPlugin(\'user\');\r\n\r\n // Store the data.\r\n if (!$user->save()) {\r\n // $this->setError(JText::sprintf(\'COM_USERS_REGISTRATION_SAVE_FAILED\', $user->getError()));\r\n echo \'<script>alert(\"\' . addslashes(JText::_($user->getError())) . \'\");history.go(-1);</script>\';\r\n exit;\r\n }\r\n \r\n // Compile the notification mail values.\r\n $data = $user->getProperties();\r\n\r\n $data[\'fromname\'] = $config->get(\'fromname\');\r\n $data[\'mailfrom\'] = $config->get(\'mailfrom\');\r\n $data[\'sitename\'] = $config->get(\'sitename\');\r\n $data[\'siteurl\'] = JUri::base();\r\n\r\n // Handle account activation/confirmation emails.\r\n if ($useractivation == 2) {\r\n // Set the link to confirm the user email.\r\n $uri = JURI::getInstance();\r\n $base = $uri->toString(array(\'scheme\', \'user\', \'pass\', \'host\', \'port\'));\r\n $data[\'activate\'] = $base . JRoute::_(\'index.php?option=com_users&task=registration.activate&token=\' . $data[\'activation\'], false);\r\n\r\n $emailSubject = JText::sprintf(\r\n \'COM_USERS_EMAIL_ACCOUNT_DETAILS\', $data[\'name\'], $data[\'sitename\']\r\n );\r\n\r\n $emailBody = JText::sprintf(\r\n \'COM_USERS_EMAIL_REGISTERED_WITH_ADMIN_ACTIVATION_BODY\', $data[\'name\'], $data[\'sitename\'], $data[\'siteurl\'] . \'index.php?option=com_users&task=registration.activate&token=\' . $data[\'activation\'], $data[\'siteurl\'], $data[\'username\'], $data[\'password_clear\']\r\n );\r\n } else if ($useractivation == 1) {\r\n // Set the link to activate the user account.\r\n $uri = JURI::getInstance();\r\n $base = $uri->toString(array(\'scheme\', \'user\', \'pass\', \'host\', \'port\'));\r\n $data[\'activate\'] = $base . JRoute::_(\'index.php?option=com_users&task=registration.activate&token=\' . $data[\'activation\'], false);\r\n\r\n $emailSubject = JText::sprintf(\r\n \'COM_USERS_EMAIL_ACCOUNT_DETAILS\', $data[\'name\'], $data[\'sitename\']\r\n );\r\n\r\n $emailBody = JText::sprintf(\r\n \'COM_USERS_EMAIL_REGISTERED_WITH_ACTIVATION_BODY\', $data[\'name\'], $data[\'sitename\'], $data[\'siteurl\'] . \'index.php?option=com_users&task=registration.activate&token=\' . $data[\'activation\'], $data[\'siteurl\'], $data[\'username\'], $data[\'password_clear\']\r\n );\r\n } else {\r\n\r\n $emailSubject = JText::sprintf(\r\n \'COM_USERS_EMAIL_ACCOUNT_DETAILS\', $data[\'name\'], $data[\'sitename\']\r\n );\r\n\r\n $emailBody = JText::sprintf(\r\n \'COM_USERS_EMAIL_REGISTERED_BODY\', $data[\'name\'], $data[\'sitename\'], $data[\'siteurl\']\r\n );\r\n }\r\n\r\n // Send the registration email.\r\n $this->sendMail($data[\'mailfrom\'], $data[\'fromname\'], $data[\'email\'], $emailSubject, $emailBody);\r\n\r\n}\r\n\r\n// empty passwords so they won\'t be stored in clear text\r\n\r\n$pw_ = ff_getSubmit(\'password\');\r\n$pw_r_ = ff_getSubmit(\'password_pwrepeat\');\r\n\r\n$i = 0;\r\nforeach($this->submitdata As $data){\r\n \r\n if( $data[_FF_DATA_NAME] == \'password\' ){\r\n $this->submitdata[$i][_FF_DATA_VALUE] = \'\';\r\n $this->maildata[$i][_FF_DATA_VALUE] = \'\';\r\n $this->savedata[$i][_FF_DATA_VALUE] = \'\';\r\n }\r\n if( $data[_FF_DATA_NAME] == \'password_pwrepeat\' ){\r\n $this->submitdata[$i][_FF_DATA_VALUE] = \'\';\r\n $this->maildata[$i][_FF_DATA_VALUE] = \'\';\r\n $this->savedata[$i][_FF_DATA_VALUE] = \'\';\r\n }\r\n $i++;\r\n\r\n}',2,NULL,'$this->execPieceByName(\'ff_InitLib\'); \r\n $db = JFactory::getDBO();\r\n $sql = \"SELECT id FROM #__users WHERE username =\'\".ff_getSubmit(\'username\').\"\'\";\r\n $db->setQuery($sql); \r\n $db->query(); \r\n $newid= $db->loadResult();\r\n\r\n $sql2=\"Update #__facileforms_records Set user_id ={$newid}, username = \'\".ff_getSubmit(\'username\').\"\' Where id = {$this->record_id}\";\r\n $db->setQuery($sql2);\r\n $db->query();',2,0,'a:27:{s:6:\"option\";s:17:\"com_breezingforms\";s:3:\"act\";s:16:\"recordmanagement\";s:4:\"task\";s:15:\"saveFilterState\";s:7:\"form_id\";s:1:\"7\";s:10:\"searchterm\";s:0:\"\";s:12:\"searchintext\";s:5:\"false\";s:14:\"searchinuserid\";s:5:\"false\";s:16:\"searchinusername\";s:5:\"false\";s:20:\"searchinuserfullname\";s:5:\"false\";s:10:\"searchinid\";s:5:\"false\";s:10:\"searchinip\";s:5:\"false\";s:14:\"searchinviewed\";s:5:\"false\";s:16:\"searchinexported\";s:5:\"false\";s:16:\"searchinarchived\";s:5:\"false\";s:15:\"searchinpayment\";s:5:\"false\";s:14:\"searchdatefrom\";s:0:\"\";s:14:\"searchtimefrom\";s:0:\"\";s:12:\"searchdateto\";s:0:\"\";s:12:\"searchtimeto\";s:0:\"\";s:27:\"bfDisplayFieldIDbfrecord_id\";s:5:\"false\";s:34:\"bfDisplayFieldIDbfrecord_submitted\";s:5:\"false\";s:32:\"bfDisplayFieldIDbfrecord_user_id\";s:5:\"false\";s:33:\"bfDisplayFieldIDbfrecord_username\";s:5:\"false\";s:39:\"bfDisplayFieldIDbfrecord_user_full_name\";s:5:\"false\";s:27:\"bfDisplayFieldIDbfrecord_ip\";s:5:\"false\";s:30:\"bfDisplayFieldIDbfrecord_title\";s:5:\"false\";s:29:\"bfDisplayFieldIDbfrecord_name\";s:5:\"false\";}');
/*!40000 ALTER TABLE `jos7e_facileforms_forms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_facileforms_integrator_criteria_fixed`
--
DROP TABLE IF EXISTS `jos7e_facileforms_integrator_criteria_fixed`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_facileforms_integrator_criteria_fixed` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`rule_id` int(11) NOT NULL,
`reference_column` varchar(255) NOT NULL,
`operator` varchar(255) NOT NULL,
`fixed_value` text NOT NULL,
`andor` varchar(3) NOT NULL DEFAULT 'AND',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_facileforms_integrator_criteria_fixed`
--
LOCK TABLES `jos7e_facileforms_integrator_criteria_fixed` WRITE;
/*!40000 ALTER TABLE `jos7e_facileforms_integrator_criteria_fixed` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_facileforms_integrator_criteria_fixed` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_facileforms_integrator_criteria_form`
--
DROP TABLE IF EXISTS `jos7e_facileforms_integrator_criteria_form`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_facileforms_integrator_criteria_form` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`rule_id` int(11) NOT NULL,
`reference_column` varchar(255) NOT NULL,
`operator` varchar(255) NOT NULL,
`element_id` varchar(255) NOT NULL,
`andor` varchar(3) NOT NULL DEFAULT 'AND',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_facileforms_integrator_criteria_form`
--
LOCK TABLES `jos7e_facileforms_integrator_criteria_form` WRITE;
/*!40000 ALTER TABLE `jos7e_facileforms_integrator_criteria_form` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_facileforms_integrator_criteria_form` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_facileforms_integrator_criteria_joomla`
--
DROP TABLE IF EXISTS `jos7e_facileforms_integrator_criteria_joomla`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_facileforms_integrator_criteria_joomla` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`rule_id` int(11) NOT NULL,
`reference_column` varchar(255) NOT NULL,
`operator` varchar(255) NOT NULL,
`joomla_object` varchar(255) NOT NULL,
`andor` varchar(3) NOT NULL DEFAULT 'AND',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_facileforms_integrator_criteria_joomla`
--
LOCK TABLES `jos7e_facileforms_integrator_criteria_joomla` WRITE;
/*!40000 ALTER TABLE `jos7e_facileforms_integrator_criteria_joomla` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_facileforms_integrator_criteria_joomla` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_facileforms_integrator_items`
--
DROP TABLE IF EXISTS `jos7e_facileforms_integrator_items`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_facileforms_integrator_items` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`rule_id` int(11) NOT NULL,
`element_id` int(11) NOT NULL,
`reference_column` varchar(255) NOT NULL,
`code` text NOT NULL,
`published` tinyint(4) NOT NULL DEFAULT 1,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_facileforms_integrator_items`
--
LOCK TABLES `jos7e_facileforms_integrator_items` WRITE;
/*!40000 ALTER TABLE `jos7e_facileforms_integrator_items` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_facileforms_integrator_items` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_facileforms_integrator_rules`
--
DROP TABLE IF EXISTS `jos7e_facileforms_integrator_rules`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_facileforms_integrator_rules` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`form_id` int(11) NOT NULL,
`reference_table` varchar(255) NOT NULL,
`type` varchar(255) NOT NULL DEFAULT 'insert',
`published` tinyint(1) NOT NULL DEFAULT 1,
`finalize_code` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_facileforms_integrator_rules`
--
LOCK TABLES `jos7e_facileforms_integrator_rules` WRITE;
/*!40000 ALTER TABLE `jos7e_facileforms_integrator_rules` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_facileforms_integrator_rules` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_facileforms_packages`
--
DROP TABLE IF EXISTS `jos7e_facileforms_packages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_facileforms_packages` (
`id` varchar(30) NOT NULL DEFAULT '',
`name` varchar(255) NOT NULL DEFAULT '',
`version` varchar(30) NOT NULL DEFAULT '',
`created` varchar(20) NOT NULL DEFAULT '',
`title` varchar(50) NOT NULL DEFAULT '',
`author` varchar(50) NOT NULL DEFAULT '',
`email` varchar(50) NOT NULL DEFAULT '',
`url` varchar(50) NOT NULL DEFAULT '',
`description` varchar(100) NOT NULL DEFAULT '',
`copyright` varchar(100) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_facileforms_packages`
--
LOCK TABLES `jos7e_facileforms_packages` WRITE;
/*!40000 ALTER TABLE `jos7e_facileforms_packages` DISABLE KEYS */;
INSERT INTO `jos7e_facileforms_packages` VALUES ('','mypck_001','0.0.1','2005-07-31 22:21:23','My First Package','My Name','my.name@my.domain','http://www.my.domain','This is the first package that I created','This FacileForms package is released under the GNU/GPL license'),('FF','stdlib.english','1.8','2012-09-21 11:50:15','BreezingForms-Standard Piece and Script Libraries','Markus Bopp','markus.bopp@crosstec.org','https://crosstec.org','These are the standard BreezingForms script and piece libraries.','This BreezingForms package is released under the GNU/GPL license'),('Login_Form','Login_Form','1.0','2012-02-22 14:49:41','Login_Form','Markus Bopp','markus.bopp@crosstec.de','http://www.crosstec.de','A form to provide logins - not J! 1.5 compatible! -','This BreezingForms package is released under the GNU/GPL license'),('BFRegistration','BFRegistration','1.0.1','2013-08-15 16:19:24','BFRefistration','Stefan Lennert','lennert@crosstec.de','http://www.crosstec.de','Custom Registration Form','This FacileForms package is released under the GNU/GPL license');
/*!40000 ALTER TABLE `jos7e_facileforms_packages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_facileforms_pieces`
--
DROP TABLE IF EXISTS `jos7e_facileforms_pieces`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_facileforms_pieces` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`published` tinyint(1) NOT NULL DEFAULT 0,
`package` varchar(30) NOT NULL DEFAULT '',
`name` varchar(255) NOT NULL DEFAULT '',
`title` varchar(255) NOT NULL DEFAULT '',
`description` text DEFAULT NULL,
`type` varchar(30) NOT NULL DEFAULT '',
`code` text DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=29 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_facileforms_pieces`
--
LOCK TABLES `jos7e_facileforms_pieces` WRITE;
/*!40000 ALTER TABLE `jos7e_facileforms_pieces` DISABLE KEYS */;
INSERT INTO `jos7e_facileforms_pieces` VALUES (1,1,'FF','ff_addCustomCSSFile','Add custom CSS File','Adds a custom css file to the form. To choose a css file, execute this piece and call the function ff_addCustomCSSFile(\'path/to/css/file\') with the RELATIVE (not full!) path to your joomla installation.\r\nDo not forget to call $this->execPieceByName(\'ff_InitLib\') before!\r\n\r\nExample:\r\n\r\nglobal $mainframe;\r\n\r\n$this->execPieceByName(\'ff_InitLib\');\r\n$this->execPieceByName(\'ff_addCustomCSSFile\');\r\n\r\nff_addCustomCSSFile(\'templates/\' . $mainframe->getTemplate() . \'/css/template.css\');','Before Form','function ff_addCustomCSSFile($path){\r\n if(file_exists(JPATH_SITE . \'/\' . $path)){\r\n JFactory::getDocument()->addStyleSheet(JURI::root() . $path);\r\n }\r\n}'),(2,1,'FF','ff_Constants','Constansts definitions','Library constants definitions','Before Form','define(\'FF_DIE\', \'_ff_die_on_errors_\');\r\ndefine(\'FF_DONTDIE\', \'_ff_stay_alive_\');\r\ndefine(\'FF_IGNOREDIE\', \'_ff_ignore_if_dying_\');\r\n\r\ndefine(\'FF_ARRAY\', \'_ff_return_as_array_\');\r\ndefine(\'FF_LIST\', \'_ff_return_as_list_\');\r\ndefine(\'FF_SLIST\', \'_ff_return_as_slist_\');\r\ndefine(\'FF_DLIST\', \'_ff_return_as_dlist_\');\r\n\r\ndefine(\'FF_NOTRIM\', 1);\r\ndefine(\'FF_ALLOWHTML\', 2);\r\ndefine(\'FF_ALLOWRAW\', 4);'),(3,1,'FF','ff_die','Terminate form gracefully','Gracefully terminates the form and shows a message plus opionally a \r\nCONTINUE button for further redirection.\r\n\r\nCall:\r\n\r\n ff_die($message=null, $action=\'stop\', $target=\'\', $params=\'\', $label=\'Continue\');\r\n return;\r\n\r\n $message = A message to display. If no message is provided, it will\r\n display:\r\n\r\n Fatal error in $formname, processing stopped.\r\n\r\n $action = \'stop\' : Dont show a CONTINUE button (default)\r\n \'self\' : Redirect to the same form\r\n \'form\' : Redirect to another form \r\n \'page\' : Redirect to another page of this site\r\n \'home\' : Redirect to homepage of the site\r\n \'url\' : Redirect to a url\r\n\r\n $target = Target name/url for \'form\', \'page\' and \'url\'\r\n\r\n $params = Additional parameters for \'self\' and \'form\'\r\n\r\n $label = Text for the continue button\r\n\r\nExamples:\r\n\r\n // Display standard message without continue button\r\n ff_die(); \r\n\r\n // Display message without continue button\r\n ff_die(\'Sorry, cannot continue for some reason.\');\r\n\r\n // Display standard message and return to same form with a parameter\r\n ff_die(null, \'self\', \'&ff_param_foo=bar\');\r\n\r\n // Redirect to another form\r\n ff_die(\'Guess you are hungry now...\', \'form\', \'SamplePizzaShop\', null, \'Order\');\r\n\r\n // Redirect to another site page\r\n ff_die(\r\n \'Something strange has happened!\', \r\n \'page\', \r\n \'index.php?option=com_content&task=section&id=1&Itemid=2\'\r\n );','Untyped','function ff_die($message=\'\', $action=\'stop\', $target=\'\', $params=\'\', $label=\'Continue\')\r\n{\r\n global $ff_processor;\r\n if ($ff_processor->dying) return;\r\n\r\n ob_end_clean();\r\n $form =& $ff_processor->formrow;\r\n if (!$message) \r\n $message = \r\n \"<strong>Fatal error in $form->name, form processing halted.</strong>\";\r\n switch ($action) {\r\n case \'self\': $url = ff_makeSelfUrl($params); break;\r\n case \'form\': $url = ff_makeFormUrl($target, $params); break;\r\n case \'page\': $url = ff_makePageUrl($target); break;\r\n case \'home\': $url = \"{mossite}\"; break;\r\n case \'url\' : $url = $target; break;\r\n default : $url = \'\';\r\n } // switch\r\n if ($form->class1 != \'\') echo \'<div class=\"\'.$form->class1.\'\">\'.nl();\r\n echo($message.\'<br/><br/><br/>\'.nl());\r\n if ($url) {\r\n if (!$ff_processor->inline) echo \'<form action=\"#redirect\">\'.nl();\r\n if ($ff_processor->inframe) $t = \'parent\'; else $t = \'document\';\r\n echo \'<input type=\"button\" class=\"button\" value=\"\'.$label.\'\"\'.\r\n \' onClick=\"\'.$t.\'.location.href=\\\'\'.htmlentities($url,ENT_QUOTES).\'\\\';\"\'.\r\n \'/>\'.nl();\r\n if (!$ff_processor->inline) echo \'</form>\'.nl();\r\n } // if\r\n if ($form->class1 != \'\') echo \'</div>\'.nl();\r\n unset($form);\r\n ob_start();\r\n $ff_processor->suicide();\r\n} // ff_die'),(4,1,'FF','ff_DisableFormTrace','Disable tracing at view time','Disables tracing for use as before form piece','Before Form','//+trace dis'),(5,1,'FF','ff_DisableSubmitTrace','Disable tracing at submit time','Disables tracing for use as begin submit piece','Begin Submit','//+trace dis'),(6,1,'FF','ff_dying','Query live status','Query if form is dying','Untyped','//+trace max none\r\nfunction ff_dying()\r\n{\r\n global $ff_processor; \r\n return $ff_processor->dying;\r\n} // ff_dying'),(7,1,'FF','ff_expString','String export','Export string function: escapes special characters in c-codes','Untyped','function ff_expString($text)\r\n{\r\n return expstring($text);\r\n} // ff_expString'),(8,1,'FF','ff_getPageByNameX','Get page # by element name','Gets the page number by the name of an element. \r\nTypically used to redirect to a certain page in a before form piece \r\nas \r\n\r\n $this->page = ff_getPageByName(\'elementname\');','Untyped','function ff_getPageByName($name)\r\n{\r\n global $ff_processor;\r\n foreach($ff_processor->rows as $row)\r\n if ($row->name==$name)\r\n return $row->page;\r\n return null;\r\n} // ff_getPageByName'),(9,1,'FF','ff_getParam','Get GET/POST parameter','Direct replacement for mosGetParam. ff_getParam will attempt to filter \r\nout parameters that are targeted to another form on the same page.','Untyped','function ff_getParam($name, $default=null, $mask=0)\r\n{\r\n global $ff_request;\r\n if (substr($name,0,9)==\'ff_param_\') {\r\n if (!isset($ff_request[$name])) return $default;\r\n $val = $ff_request[$name];\r\n } else {\r\n if (!isset($_REQUEST[$name])) return $default;\r\n $val = $_REQUEST[$name];\r\n } // if\r\n $dotrim = ($mask & FF_NOTRIM)==0;\r\n $dostrp = ($mask & FF_ALLOWHTML)==0;\r\n $addsla = ($mask & FF_ALLOWRAW)==0 && !get_magic_quotes_gpc();\r\n $remsla = ($mask & FF_ALLOWRAW)!=0 && get_magic_quotes_gpc();\r\n if (is_array($val)) {\r\n $cnt = count($val);\r\n for ($v = 0; $v < $cnt; $v++)\r\n if (is_string($val[$v])) {\r\n if ($dotrim) $val[$v] = trim($val[$v]);\r\n if ($dostrp) $val[$v] = strip_tags($val[$v]);\r\n if ($addsla) $val[$v] = addslashes($val[$v]);\r\n if ($remsla) $val[$v] = stripslashes($val[$v]);\r\n } // if\r\n } else {\r\n if (is_string($val)) {\r\n if ($dotrim) $val = trim($val);\r\n if ($dostrp) $val = strip_tags($val);\r\n if ($addsla) $val = addslashes($val);\r\n if ($remsla) $val = stripslashes($val);\r\n } // if\r\n } // if\r\n return $val;\r\n} // ff_getParam'),(10,1,'FF','ff_getSubmit','Get submited data','Returns submitdata either as scalar, array or list. In case of list the values\r\nare returned as a string with the values concatenated by comma.\r\n\r\nExamples:\r\n\r\n// Get as scalar: Optionally pass a default value as second parameter.\r\n// If no default is provided, it will return NULL if no value was submitted\r\n\r\n $myval = ff_getSubmit(\'myvar\'); // return NULL if not submitted\r\n\r\n $myval = ff_getSubmit(\'myvar\',1); // return 1 if not submitted\r\n\r\n $myval = ff_getSubmit(\'myvar\',\'foo\'); // return \'foo\' if not submitted\r\n\r\n ff_query(\r\n \"insert into #__mytable(id, name) \".\r\n \"values (\'\".\r\n ff_getSubmit(\'id\').\", \".\r\n ff_getSubmit(\'name\',\'unknown\').\r\n \"\')\"\r\n );\r\n\r\n// Get as array: Pass FF_ARRAY as second Parameter\r\n\r\n $myarr = $ff_getSubmit(\'myarr\', FF_ARRAY);\r\n\r\n foreach ($myarr as $myval) ...\r\n\r\n// Get as list: Pass either FF_LIST, FF_SLIST or FF_DLIST as 2nd parameter.\r\n\r\n // FF_LIST will return numeric data unquoted and strings in single quotes:\r\n // 1,2,\'a\',4\r\n\r\n // FF_SLIST will return all data single quoted:\r\n // \'1\',\'2\',\'a\',\'4\'\r\n\r\n // FF_DLIST will return all data double quoted:\r\n // \"1\",\"2\",\"a\",\"4\"\r\n\r\n ff_query(\r\n \"delete from #__mytable \".\r\n \"where id in (\".ff_getSubmit(\'itemlist\',FF_LIST).\")\"\r\n );','Untyped','function ff_getSubmit($name, $default=null)\r\n{\r\n global $ff_processor;\r\n\r\n switch ((string)$default) {\r\n case FF_ARRAY: $value = array(); break;\r\n case FF_LIST : \r\n case FF_SLIST:\r\n case FF_DLIST: $value = \'\'; break;\r\n default : $value = $default;\r\n } // switch\r\n foreach ($ff_processor->submitdata as $data)\r\n if ($data[_FF_DATA_NAME]==$name) {\r\n $q = \'\';\r\n switch ((string)$default) {\r\n case FF_ARRAY:\r\n $value[] = $data[_FF_DATA_VALUE];\r\n break;\r\n case FF_SLIST:\r\n $q = \"\'\";\r\n case FF_DLIST:\r\n if ($q==\'\') $q = \'\"\';\r\n case FF_LIST:\r\n if ($q==\'\' && !is_numeric($data[_FF_DATA_VALUE])) $q = \"\'\";\r\n if ($value!=\'\') $value.=\',\';\r\n $value .= $q.$data[_FF_DATA_VALUE].$q;\r\n break;\r\n default:\r\n return $data[_FF_DATA_VALUE];\r\n } // switch\r\n } // if\r\n return $value;\r\n} // ff_getSubmit'),(11,1,'FF','ff_impString','String import','Import string function: unescapes c-coded characters of a string','Untyped','function ff_impString($text)\r\n{\r\n return impstring($text);\r\n} // ff_impString'),(12,1,'FF','ff_InitLib','Init Library','A collection of useful functions for use in form pieces. \r\n\r\nInclude by: \r\n\r\n $this->execPieceByName(\'ff_InitLib\');','Before Form','//+trace high none\r\nif (!defined(\'FF_DIE\')) $this->execPieceByName(\'ff_Constants\');\r\nif (!function_exists(\'ff_expstring\')) $this->execPieceByName(\'ff_expstring\');\r\nif (!function_exists(\'ff_makePageUrl\')) $this->execPieceByName(\'ff_makePageUrl\');\r\nif (!function_exists(\'ff_makeFormUrl\')) $this->execPieceByName(\'ff_makeFormUrl\');\r\nif (!function_exists(\'ff_makeSelfUrl\')) $this->execPieceByName(\'ff_makeSelfUrl\');\r\nif (!function_exists(\'ff_die\')) $this->execPieceByName(\'ff_die\');\r\nif (!function_exists(\'ff_dying\')) $this->execPieceByName(\'ff_dying\');\r\nif (!function_exists(\'ff_redirect\')) $this->execPieceByName(\'ff_redirect\');\r\nif (!function_exists(\'ff_redirectParent\')) $this->execPieceByName(\'ff_redirectParentX\');\r\nif (!function_exists(\'ff_redirectPage\')) $this->execPieceByName(\'ff_redirectPage\');\r\nif (!function_exists(\'ff_redirectForm\')) $this->execPieceByName(\'ff_redirectForm\');\r\nif (!function_exists(\'ff_redirectSelf\')) $this->execPieceByName(\'ff_redirectSelf\');\r\nif (!function_exists(\'ff_setChecked\')) $this->execPieceByName(\'ff_setCheckedX\');\r\nif (!function_exists(\'ff_setSelected\')) $this->execPieceByName(\'ff_setSelectedX\');\r\nif (!function_exists(\'ff_setValue\')) $this->execPieceByName(\'ff_setValueX\');\r\nif (!function_exists(\'ff_getPageByName\')) $this->execPieceByName(\'ff_getPageByNameX\');\r\nif (!function_exists(\'ff_getParam\')) $this->execPieceByName(\'ff_getParam\');\r\nif (!function_exists(\'ff_getSubmit\')) $this->execPieceByName(\'ff_getSubmit\');\r\nif (!function_exists(\'ff_impString\')) $this->execPieceByName(\'ff_impString\');\r\nif (!function_exists(\'ff_expString\')) $this->execPieceByName(\'ff_expString\');\r\nif (!function_exists(\'ff_securityImage\')) $this->execPieceByName(\'ff_securityImage\');\r\nif (!function_exists(\'ff_select\')) $this->execPieceByName(\'ff_select\');\r\nif (!function_exists(\'ff_selectValue\')) $this->execPieceByName(\'ff_selectValue\');\r\nif (!function_exists(\'ff_query\')) $this->execPieceByName(\'ff_query\');\r\nif (!function_exists(\'ff_markdown\')) $this->execPieceByName(\'ff_markdown\');'),(13,1,'FF','ff_makeFormUrl','Make URL to other form','Redirects to another facile form. \r\n\r\nCall: \r\n\r\n $url = ff_makeFormUrl($name, $params = \'\');\r\n\r\nExample:\r\n\r\n $url = ff_makeFormUrl(\r\n \'OtherForm\', \r\n \'&ff_param_email=\'.urlencode($email)\r\n );','Untyped','function ff_makeFormUrl($name, $params=\'\')\r\n{\r\n global $ff_processor, $ff_otherparams;\r\n $url = \'\';\r\n switch ($ff_processor->runmode) {\r\n case 2: // preview\r\n case 1: // backend\r\n $url .= \'administrator/index2.php?option=com_breezingforms&act=run\'.\r\n \'&ff_name=\'.urlencode($name);\r\n if ($ff_processor->inframe) $url .= \'&ff_frame=1\';\r\n if ($ff_processor->border) $url .= \'&ff_border=1\';\r\n break;\r\n default: // frontend\r\n $url .= \'index.php?ff_name=\'.urlencode($name);\r\n if ($ff_otherparams[\'option\'] == \'com_breezingforms\') {\r\n reset($ff_otherparams);\r\n while (list($prop, $val) = each($ff_otherparams))\r\n $url .= \'&\'.urlencode($prop).\'=\'.urlencode($val);\r\n } else\r\n $url .= \'&option=com_breezingforms\';\r\n if ($ff_processor->target > 1) $url .= \'&ff_target=\'.$ff_processor->target;\r\n if ($ff_processor->inframe) $url .= \'&ff_frame=1\';\r\n if ($ff_processor->border) $url .= \'&ff_border=1\';\r\n if ($ff_processor->align !=1) $url .= \'&ff_align=\'.$ff_processor->align;\r\n if ($ff_processor->top>0) $url .= \'&ff_top=\'.$ff_processor->top;\r\n } // switch\r\n return ff_makePageUrl($url. $params);\r\n} // ff_makeFormUrl'),(14,1,'FF','ff_makePageUrl','Make URL to other page','Builds an URL to another mambo page\r\n\r\nCall: \r\n\r\n $url = ff_makePageUrl($params = \'\');\r\n\r\nExample:\r\n\r\n $url = ff_makePageUrl(\r\n \'index.php?option=com_content&task=blogsection&id=0&Itemid=39\'\r\n );','Untyped','function ff_makePageUrl($params=\'\')\r\n{\r\n $url = \'{mossite}\';\r\n if ($params != \'\') {\r\n $len = strlen($url);\r\n if ($len > 0 && $url{$len-1} != \'/\') $url .= \'/\';\r\n $url .= $params;\r\n } // if\r\n return $url;\r\n} // ff_makePageUrl'),(15,1,'FF','ff_makeSelfUrl','Make URL to same form','Make an URL to the same form. \r\n\r\nCall: \r\n\r\n $url = ff_makeSelfUrl($params = \'\');\r\n\r\nExample:\r\n\r\n $url = ff_makeSelfUrl(\'&ff_param_email=\'.urlencode($email));','Untyped','function ff_makeSelfUrl($params=\'\')\r\n{\r\n global $ff_processor;\r\n return ff_makeFormUrl($ff_processor->formrow->name, $params);\r\n} // ff_makeSelfUrl'),(16,1,'FF','ff_query','Non-select queries against db','Execute a simple db query.\r\n\r\nInclude by one of:\r\n\r\n $this->execPieceByName(\'ff_InitUtilities\');\r\n $this->execPieceByName(\'ff_SubmitUtilities\');\r\n if (!function_exists(\'ff_query\')) $this->execPieceByName(\'ff_query\');\r\n\r\nCall syntax:\r\n\r\n [$newid = ] ff_query($sql [, $insert = 0]);\r\n\r\n $sql: Sql statement to call\r\n $insert: 1 = return key of auto column when inserting rows\r\n $newid: The key of the new row.','Untyped','function ff_query($sql, $insert=false, $error=FF_DIE)\r\n{\r\n global $ff_processor;\r\n $database = JFactory::getDBO();\r\n if ($ff_processor->dying && $error!=FF_IGNOREDIE) return -1;\r\n $database->setQuery($sql);\r\n $database->query();\r\n if ($database->getErrorNum()) {\r\n $dienow = $error==FF_DIE;\r\n $error = $database->stderr();\r\n if ($dienow) ff_die($error);\r\n } else {\r\n $error = null;\r\n if ($insert) return $database->insertid();\r\n } // if\r\n return 0;\r\n} // ff_query'),(17,1,'FF','ff_redirect','Basic redirection','Basic redirection routine supporting multiple targets and methods.\r\n\r\nCall:\r\n \r\nff_redirect($url [, $target=\'self\' , $method=\'post\'])\r\n\r\n $url = The url to redirect to including the parameters appended.\r\n\r\n $target = \'top\', \'parent\', \'self\' or \'blank\'\r\n\r\n \'top\' = redirect to the top browser window\r\n \'parent\' = redirect to the parent frame\r\n \'self\' = redirect in the same frame (the default)\r\n \'blank\' = redirect to a new browser window \r\n (blank works with post method only)\r\n\r\n $method = \'post\' or \'get\'. The default is \'post\'.\r\n\r\n Example:\r\n\r\n ff_redirect(\r\n \'http://mysite.net/index.php?option=xxx&Itemid=33\',\r\n \'top\'\r\n );','Untyped','function ff_redirect($url, $target=\'self\', $method=\'post\')\r\n{\r\n global $ff_processor, $ff_request;\r\n if ($ff_processor->dying) return;\r\n\r\n ob_end_clean();\r\n switch (strtolower($method)) {\r\n case \'get\': {\r\n switch (strtolower($target)) {\r\n case \'top\' :\r\n case \'parent\': break;\r\n default : $target = \'document\';\r\n } // switch\r\n echo \'<script type=\"text/javascript\">\'.nl().\r\n \'<!--\'.nl().\r\n \"onload=function() { \".$target.\".location.href=\'\".$url.\"\'; }\".nl().\r\n \'-->\'.nl().\r\n \'</script>\'.nl().\r\n \'</body>\'.nl();\r\n break;\r\n } // url\r\n default: { // post\r\n $pos = strpos($url,\'?\');\r\n $ff_request = array();\r\n if ($pos === false)\r\n $action = $url;\r\n else {\r\n $action = substr($url,0,$pos);\r\n addRequestParams(substr($url, $pos+1));\r\n } // if\r\n switch (strtolower($target)) {\r\n case \'blank\' : $target = \' target=\"_blank\"\'; break;\r\n case \'top\' : $target = \' target=\"_top\"\'; break;\r\n case \'parent\': $target = \' target=\"_parent\"\'; break;\r\n default : $target = \' target=\"_self\"\';\r\n } // switch\r\n echo \'<script language=\"javascript\" type=\"text/javascript\">\'.nl().\r\n \'<!--\'.nl().\r\n \'onload = function() { document.ff_redirect.submit(); }\'.nl().\r\n \'-->\'.nl().\r\n \'</script>\'.nl().\r\n \'<form action=\"\'.$action.\'\" \'.\r\n \'method=\"post\" \'.\r\n \'name=\"ff_redirect\" id=\"ff_redirect\" \'.\r\n \'enctype=\"multipart/form-data\"\'.\r\n $target.\r\n \'>\'.nl();\r\n while (list($prop, $val) = each($ff_request))\r\n echo \'<input type=\"hidden\" name=\"\'.$prop.\'\" \'.\r\n \'value=\"\'.htmlentities(urldecode($val)).\'\"/>\'.nl();\r\n echo \'</form>\'.nl().\r\n \'</body>\'.nl();\r\n } // post\r\n } // switch\r\n exit;\r\n} // ff_redirect'),(18,1,'FF','ff_redirectForm','Redirect to other form','Redirects to another facile form. \r\n\r\nCall: \r\n\r\n ff_redirectForm($name, $params = \'\');\r\n\r\nExample:\r\n\r\n ff_redirectForm(\r\n $this, \r\n \'SecondForm\', \r\n \'&ff_param_email=\'.urlencode($email)\r\n );','Untyped','function ff_redirectForm($name, $params=\'\', $method=\'post\')\r\n{\r\n ff_redirectParent(ff_makeFormUrl($name, $params), $method);\r\n} // ff_redirectForm'),(19,1,'FF','ff_redirectPage','Redirect to other page','Redirects to another mambo page. \r\n\r\nCall: \r\n\r\n ff_redirectPage($params = \'\');\r\n\r\nExample:\r\n\r\n ff_redirectPage(\r\n \'index.php?option=com_content&task=blogsection&id=0&Itemid=39\'\r\n );','Untyped','function ff_redirectPage($params=\'\', $method=\'post\')\r\n{\r\n ff_redirectParent(ff_makePageUrl($params), $method);\r\n} // ff_redirectPage'),(20,1,'FF','ff_redirectParentX','Redirect to parent window','Redirects to the parent window when runing in iframe, otherwise to self. \r\n\r\nff_redirectParent($url [, $method=\'post\'])\r\n\r\n $url = The url to redirect to including the parameters appended.\r\n\r\n $method = \'post\' or \'url\'. The default is \'post\'.\r\n\r\n Example:\r\n\r\n ff_redirectParent(\r\n \'http://mysite.net/index.php?option=xxx&Itemid=33\',\r\n \'url\'\r\n );','Untyped','function ff_redirectParent($url, $method = \'post\')\r\n{\r\n global $ff_processor;\r\n if ($ff_processor->inframe) $target = \'parent\'; else $target = \'self\'; \r\n ff_redirect($url, $target, $method);\r\n} // ff_redirectParent'),(21,1,'FF','ff_redirectSelf','Redirect to same form','Redirects to the same form. \r\n\r\nCall: \r\n\r\n ff_redirectSelf($params = \'\');\r\n\r\nExample:\r\n\r\n ff_redirectSelf(\'&ff_param_email=\'.urlencode($email));','Untyped','function ff_redirectSelf($params=\'\', $method=\'post\')\r\n{\r\n ff_redirectParent(ff_makeSelfUrl($params), $method);\r\n} // ff_redirectSelf'),(22,1,'FF','ff_securityImage','Security Image','Create code to display the security image','Untyped','global $ff_seccode;\r\n\r\nif (!isset($this->record_id)) { $ff_seccode = null; }\r\n\r\nfunction ff_securityImage()\r\n{\r\n global $ff_comsite, $ff_seccode;\r\n if (!isset($ff_seccode)) { \r\n mt_srand((double)microtime()*1000000);\r\n $ff_seccode = mt_rand(10000, 99999);\r\n JFactory::getSession()->set(\'ff_seccode\', $ff_seccode);\r\n } // if\r\n\r\n return \'<img src=\"\'.JURI::root().\'ff_secimage.php?option=com_breezingforms&showSecImage=true\" title=\"\" alt=\"\" />\';\r\n} // ff_securityImage'),(23,1,'FF','ff_select','Select rows from db','Execute a select query\r\n\r\nInclude by one of:\r\n\r\n $this->execPieceByName(\'ff_InitUtilities\');\r\n $this->execPieceByName(\'ff_SubmitUtilities\');\r\n if (!function_exists(\'ff_select\')) $this->execPieceByName(\'ff_select\');\r\n\r\nCall syntax:\r\n\r\n $rows = ff_select($sql);\r\n\r\n $sql: Sql SELECT-statement to call\r\n $rows: List of row objects','Untyped','function ff_select($sql, $error=FF_DIE)\r\n{\r\n $database = JFactory::getDBO();\r\n $database->setQuery($sql);\r\n $rows = $database->loadObjectList();\r\n if ($database->getErrorNum()) {\r\n $dienow = $error==FF_DIE;\r\n $error = $database->stderr();\r\n $rows = array();\r\n if ($dienow) ff_die($error);\r\n } else\r\n $error = null;\r\n return $rows;\r\n} // ff_select'),(24,1,'FF','ff_selectValue','Select single value from db','Execute query to read a single value\r\n\r\nInclude by one of:\r\n\r\n $this->execPieceByName(\'ff_InitUtilities\');\r\n $this->execPieceByName(\'ff_SubmitUtilities\');\r\n if (!function_exists(\'ff_selectValue\')) $this->execPieceByName(\'ff_selectValue\');\r\n\r\nCall syntax:\r\n\r\n $value = ff_selectValue($sql);\r\n\r\n $sql: Sql SELECT-statement to call\r\n $value: The value returned by the database','Untyped','function ff_selectValue($sql, $def=null, $error=FF_DIE)\r\n{\r\n $database = JFactory::getDBO();\r\n $database->setQuery($sql);\r\n $value = $database->loadResult();\r\n if ($database->getErrorNum()) {\r\n $dienow = $error==FF_DIE;\r\n $error = $database->stderr();\r\n if ($dienow) ff_die($error);\r\n } else {\r\n $error = null;\r\n if ($value) return $value;\r\n } // if\r\n return $def;\r\n} // ff_selectValue'),(25,1,'FF','ff_setCheckedX','Set checkbox/radiobutton checked','Set a radio button or checkbox checked. \r\n\r\nCall: \r\n\r\n ff_setChecked(\'name\', \'value\');','Untyped','function ff_setChecked($name, $value)\r\n{\r\n global $ff_processor;\r\n for ($r = 0; $r < $ff_processor->rowcount; $r++) {\r\n $row =& $ff_processor->rows[$r];\r\n if ($row->name==$name && $row->data1==$value)\r\n $row->flag1 = 1;\r\n unset($row);\r\n } // for\r\n} // ff_setChecked'),(26,1,'FF','ff_setSelectedX','Set a select list option to *selected*','Sets a select list option to selected. \r\n\r\nCall: \r\n\r\n ff_setSelected(\'name\', \'value\');','Untyped','function ff_setSelected($name, $value)\r\n{\r\n global $ff_processor;\r\n for ($r = 0; $r < $ff_processor->rowcount; $r++) {\r\n $row =& $ff_processor->rows[$r];\r\n if ($row->name==$name)\r\n $row->data2 =\r\n preg_replace(\r\n \'/(^|\\r\\n|\\n)(0|1);([^;]*);(\'.$value.\')($|\\r\\n|\\n)/\',\r\n \'${1}1;${3};${4}${5}\',\r\n $row->data2\r\n );\r\n unset($row);\r\n } // for\r\n} // ff_setSelected'),(27,1,'FF','ff_setValueX','Set text, textarea, hidden value','Set value of a Static Text, Text, Textarea or Hidden Input. \r\n\r\nCall: \r\n\r\n ff_setValue(\'name\', \'value\');','Untyped','function ff_setValue($name, $value)\r\n{\r\n global $ff_processor;\r\n for ($r = 0; $r < $ff_processor->rowcount; $r++) {\r\n $row =& $ff_processor->rows[$r];\r\n if ($row->name==$name)\r\n $row->data1 = $value;\r\n unset($row);\r\n } // for\r\n} // ff_setValue'),(28,1,'FF','Markdown','Original Markdown Processor','Converts text marked up by \'Markdown\' into HTML.\r\n\r\nPlease use ff_markdown() in forms instead of Markdown()','Untyped','#\r\n# Markdown - A text-to-HTML conversion tool for web writers\r\n#\r\n# Copyright (c) 2004-2005 John Gruber\r\n# <http://daringfireball.net/projects/markdown/>\r\n#\r\n# Copyright (c) 2004-2005 Michel Fortin - PHP Port\r\n# <http://www.michelf.com/projects/php-markdown/>\r\n#\r\n\r\nglobal $MarkdownPHPVersion, $MarkdownSyntaxVersion,\r\n $md_empty_element_suffix, $md_tab_width,\r\n $md_nested_brackets_depth, $md_nested_brackets,\r\n $md_escape_table, $md_backslash_escape_table,\r\n $md_list_level;\r\n\r\n$MarkdownPHPVersion = \'1.0.1b\'; # Mon 6 Jun 2005\r\n$MarkdownSyntaxVersion = \'1.0.1\'; # Sun 12 Dec 2004\r\n\r\n\r\n#\r\n# Global default settings:\r\n#\r\n$md_empty_element_suffix = \" />\"; # Change to \">\" for HTML output\r\n$md_tab_width = 4;\r\n\r\n#\r\n# WordPress settings:\r\n#\r\n$md_wp_posts = true; # Set to false to remove Markdown from posts.\r\n$md_wp_comments = true; # Set to false to remove Markdown from comments.\r\n\r\n\r\n# -- WordPress Plugin Interface -----------------------------------------------\r\n/*\r\nPlugin Name: Markdown\r\nPlugin URI: http://www.michelf.com/projects/php-markdown/\r\nDescription: <a href=\"http://daringfireball.net/projects/markdown/syntax\">Markdown syntax</a> allows you to write using an easy-to-read, easy-to-write plain text format. Based on the original Perl version by <a href=\"http://daringfireball.net/\">John Gruber</a>. <a href=\"http://www.michelf.com/projects/php-markdown/\">More...</a>\r\nVersion: 1.0.1b\r\nAuthor: Michel Fortin\r\nAuthor URI: http://www.michelf.com/\r\n*/\r\nif (isset($wp_version)) {\r\n # More details about how it works here:\r\n # <http://www.michelf.com/weblog/2005/wordpress-text-flow-vs-markdown/>\r\n\r\n # Post content and excerpts\r\n if ($md_wp_posts) {\r\n remove_filter(\'the_content\', \'wpautop\');\r\n remove_filter(\'the_excerpt\', \'wpautop\');\r\n add_filter(\'the_content\', \'Markdown\', 6);\r\n add_filter(\'get_the_excerpt\', \'Markdown\', 6);\r\n add_filter(\'get_the_excerpt\', \'trim\', 7);\r\n add_filter(\'the_excerpt\', \'md_add_p\');\r\n add_filter(\'the_excerpt_rss\', \'md_strip_p\');\r\n\r\n remove_filter(\'content_save_pre\', \'balanceTags\', 50);\r\n remove_filter(\'excerpt_save_pre\', \'balanceTags\', 50);\r\n add_filter(\'the_content\', \'balanceTags\', 50);\r\n add_filter(\'get_the_excerpt\', \'balanceTags\', 9);\r\n\r\n function md_add_p($text) {\r\n if (strlen($text) == 0) return;\r\n if (strcasecmp(substr($text, -3), \'<p>\') == 0) return $text;\r\n return \'<p>\'.$text.\'</p>\';\r\n }\r\n function md_strip_p($t) { return preg_replace(\'{</?[pP]>}\', \'\', $t); }\r\n }\r\n\r\n # Comments\r\n if ($md_wp_comments) {\r\n remove_filter(\'comment_text\', \'wpautop\');\r\n remove_filter(\'comment_text\', \'make_clickable\');\r\n add_filter(\'pre_comment_content\', \'Markdown\', 6);\r\n add_filter(\'pre_comment_content\', \'md_hide_tags\', 8);\r\n add_filter(\'pre_comment_content\', \'md_show_tags\', 12);\r\n add_filter(\'get_comment_text\', \'Markdown\', 6);\r\n add_filter(\'get_comment_excerpt\', \'Markdown\', 6);\r\n add_filter(\'get_comment_excerpt\', \'md_strip_p\', 7);\r\n\r\n global $md_hidden_tags;\r\n $md_hidden_tags = array(\r\n \'<p>\' => md5(\'<p>\'), \'</p>\' => md5(\'</p>\'),\r\n \'<pre>\' => md5(\'<pre>\'), \'</pre>\'=> md5(\'</pre>\'),\r\n \'<ol>\' => md5(\'<ol>\'), \'</ol>\' => md5(\'</ol>\'),\r\n \'<ul>\' => md5(\'<ul>\'), \'</ul>\' => md5(\'</ul>\'),\r\n \'<li>\' => md5(\'<li>\'), \'</li>\' => md5(\'</li>\'),\r\n );\r\n\r\n function md_hide_tags($text) {\r\n global $md_hidden_tags;\r\n return str_replace(array_keys($md_hidden_tags),\r\n array_values($md_hidden_tags), $text);\r\n }\r\n function md_show_tags($text) {\r\n global $md_hidden_tags;\r\n return str_replace(array_values($md_hidden_tags),\r\n array_keys($md_hidden_tags), $text);\r\n }\r\n }\r\n}\r\n\r\n\r\n# -- bBlog Plugin Info --------------------------------------------------------\r\nfunction identify_modifier_markdown() {\r\n global $MarkdownPHPVersion;\r\n return array(\r\n \'name\' => \'markdown\',\r\n \'type\' => \'modifier\',\r\n \'nicename\' => \'Markdown\',\r\n \'description\' => \'A text-to-HTML conversion tool for web writers\',\r\n \'authors\' => \'Michel Fortin and John Gruber\',\r\n \'licence\' => \'GPL\',\r\n \'version\' => $MarkdownPHPVersion,\r\n \'help\' => \'<a href=\"http://daringfireball.net/projects/markdown/syntax\">Markdown syntax</a> allows you to write using an easy-to-read, easy-to-write plain text format. Based on the original Perl version by <a href=\"http://daringfireball.net/\">John Gruber</a>. <a href=\"http://www.michelf.com/projects/php-markdown/\">More...</a>\'\r\n );\r\n}\r\n\r\n# -- Smarty Modifier Interface ------------------------------------------------\r\nfunction smarty_modifier_markdown($text) {\r\n return Markdown($text);\r\n}\r\n\r\n# -- Textile Compatibility Mode -----------------------------------------------\r\n# Rename this file to \"classTextile.php\" and it can replace Textile anywhere.\r\nif (strcasecmp(substr(__FILE__, -16), \"classTextile.php\") == 0) {\r\n # Try to include PHP SmartyPants. Should be in the same directory.\r\n @include_once \'smartypants.php\';\r\n # Fake Textile class. It calls Markdown instead.\r\n class Textile {\r\n function TextileThis($text, $lite=\'\', $encode=\'\', $noimage=\'\', $strict=\'\') {\r\n if ($lite == \'\' && $encode == \'\') $text = Markdown($text);\r\n if (function_exists(\'SmartyPants\')) $text = SmartyPants($text);\r\n return $text;\r\n }\r\n }\r\n}\r\n\r\n\r\n\r\n#\r\n# Globals:\r\n#\r\n\r\n# Regex to match balanced [brackets].\r\n# Needed to insert a maximum bracked depth while converting to PHP.\r\n$md_nested_brackets_depth = 6;\r\n$md_nested_brackets =\r\n str_repeat(\'(?>[^\\[\\]]+|\\[\', $md_nested_brackets_depth).\r\n str_repeat(\'\\])*\', $md_nested_brackets_depth);\r\n\r\n# Table of hash values for escaped characters:\r\n$md_escape_table = array(\r\n \"\\\\\" => md5(\"\\\\\"),\r\n \"`\" => md5(\"`\"),\r\n \"*\" => md5(\"*\"),\r\n \"_\" => md5(\"_\"),\r\n \"{\" => md5(\"{\"),\r\n \"}\" => md5(\"}\"),\r\n \"[\" => md5(\"[\"),\r\n \"]\" => md5(\"]\"),\r\n \"(\" => md5(\"(\"),\r\n \")\" => md5(\")\"),\r\n \">\" => md5(\">\"),\r\n \"#\" => md5(\"#\"),\r\n \"+\" => md5(\"+\"),\r\n \"-\" => md5(\"-\"),\r\n \".\" => md5(\".\"),\r\n \"!\" => md5(\"!\")\r\n);\r\n# Create an identical table but for escaped characters.\r\n$md_backslash_escape_table;\r\nforeach ($md_escape_table as $key => $char)\r\n $md_backslash_escape_table[\"\\\\$key\"] = $char;\r\n\r\n\r\nfunction Markdown($text) {\r\n#\r\n# Main function. The order in which other subs are called here is\r\n# essential. Link and image substitutions need to happen before\r\n# _EscapeSpecialCharsWithinTagAttributes(), so that any *\'s or _\'s in the <a>\r\n# and <img> tags get encoded.\r\n#\r\n # Clear the global hashes. If we don\'t clear these, you get conflicts\r\n # from other articles when generating a page which contains more than\r\n # one article (e.g. an index page that shows the N most recent\r\n # articles):\r\n global $md_urls, $md_titles, $md_html_blocks;\r\n $md_urls = array();\r\n $md_titles = array();\r\n $md_html_blocks = array();\r\n\r\n # Standardize line endings:\r\n # DOS to Unix and Mac to Unix\r\n $text = str_replace(array(\"\\r\\n\", \"\\r\"), \"\\n\", $text);\r\n\r\n # Make sure $text ends with a couple of newlines:\r\n $text .= \"\\n\\n\";\r\n\r\n # Convert all tabs to spaces.\r\n $text = _Detab($text);\r\n\r\n # Strip any lines consisting only of spaces and tabs.\r\n # This makes subsequent regexen easier to write, because we can\r\n # match consecutive blank lines with /\\n+/ instead of something\r\n # contorted like /[ \\t]*\\n+/ .\r\n $text = preg_replace(\'/^[ \\t]+$/m\', \'\', $text);\r\n\r\n # Turn block-level HTML blocks into hash entries\r\n $text = _HashHTMLBlocks($text);\r\n\r\n # Strip link definitions, store in hashes.\r\n $text = _StripLinkDefinitions($text);\r\n\r\n $text = _RunBlockGamut($text);\r\n\r\n $text = _UnescapeSpecialChars($text);\r\n\r\n return $text . \"\\n\";\r\n}\r\n\r\n\r\nfunction _StripLinkDefinitions($text) {\r\n#\r\n# Strips link definitions from text, stores the URLs and titles in\r\n# hash references.\r\n#\r\n global $md_tab_width;\r\n $less_than_tab = $md_tab_width - 1;\r\n\r\n # Link defs are in the form: ^[id]: url \"optional title\"\r\n $text = preg_replace_callback(\'{\r\n ^[ ]{0,\'.$less_than_tab.\'}\\[(.+)\\]: # id = $1\r\n [ \\t]*\r\n \\n? # maybe *one* newline\r\n [ \\t]*\r\n <?(\\S+?)>? # url = $2\r\n [ \\t]*\r\n \\n? # maybe one newline\r\n [ \\t]*\r\n (?:\r\n (?<=\\s) # lookbehind for whitespace\r\n [\"(]\r\n (.+?) # title = $3\r\n [\")]\r\n [ \\t]*\r\n )? # title is optional\r\n (?:\\n+|\\Z)\r\n }xm\',\r\n \'_StripLinkDefinitions_callback\',\r\n $text);\r\n return $text;\r\n}\r\nfunction _StripLinkDefinitions_callback($matches) {\r\n global $md_urls, $md_titles;\r\n $link_id = strtolower($matches[1]);\r\n $md_urls[$link_id] = _EncodeAmpsAndAngles($matches[2]);\r\n if (isset($matches[3]))\r\n $md_titles[$link_id] = str_replace(\'\"\', \'"\', $matches[3]);\r\n return \'\'; # String that will replace the block\r\n}\r\n\r\n\r\nfunction _HashHTMLBlocks($text) {\r\n global $md_tab_width;\r\n $less_than_tab = $md_tab_width - 1;\r\n\r\n # Hashify HTML blocks:\r\n # We only want to do this for block-level HTML tags, such as headers,\r\n # lists, and tables. That\'s because we still want to wrap <p>s around\r\n # \"paragraphs\" that are wrapped in non-block-level tags, such as anchors,\r\n # phrase emphasis, and spans. The list of tags we\'re looking for is\r\n # hard-coded:\r\n $block_tags_a = \'p|div|h[1-6]|blockquote|pre|table|dl|ol|ul|\'.\r\n \'script|noscript|form|fieldset|iframe|math|ins|del\';\r\n $block_tags_b = \'p|div|h[1-6]|blockquote|pre|table|dl|ol|ul|\'.\r\n \'script|noscript|form|fieldset|iframe|math\';\r\n\r\n # First, look for nested blocks, e.g.:\r\n # <div>\r\n # <div>\r\n # tags for inner block must be indented.\r\n # </div>\r\n # </div>\r\n #\r\n # The outermost tags must start at the left margin for this to match, and\r\n # the inner nested divs must be indented.\r\n # We need to do this before the next, more liberal match, because the next\r\n # match will start at the first `<div>` and stop at the first `</div>`.\r\n $text = preg_replace_callback(\"{\r\n ( # save in $1\r\n ^ # start of line (with /m)\r\n <($block_tags_a) # start tag = $2\r\n \\\\b # word break\r\n (.*\\\\n)*? # any number of lines, minimally matching\r\n </\\\\2> # the matching end tag\r\n [ \\\\t]* # trailing spaces/tabs\r\n (?=\\\\n+|\\\\Z) # followed by a newline or end of document\r\n )\r\n }xm\",\r\n \'_HashHTMLBlocks_callback\',\r\n $text);\r\n\r\n #\r\n # Now match more liberally, simply from `\\n<tag>` to `</tag>\\n`\r\n #\r\n $text = preg_replace_callback(\"{\r\n ( # save in $1\r\n ^ # start of line (with /m)\r\n <($block_tags_b) # start tag = $2\r\n \\\\b # word break\r\n (.*\\\\n)*? # any number of lines, minimally matching\r\n .*</\\\\2> # the matching end tag\r\n [ \\\\t]* # trailing spaces/tabs\r\n (?=\\\\n+|\\\\Z) # followed by a newline or end of document\r\n )\r\n }xm\",\r\n \'_HashHTMLBlocks_callback\',\r\n $text);\r\n\r\n # Special case just for <hr />. It was easier to make a special case than\r\n # to make the other regex more complicated.\r\n $text = preg_replace_callback(\'{\r\n (?:\r\n (?<=\\n\\n) # Starting after a blank line\r\n | # or\r\n \\A\\n? # the beginning of the doc\r\n )\r\n ( # save in $1\r\n [ ]{0,\'.$less_than_tab.\'}\r\n <(hr) # start tag = $2\r\n \\b # word break\r\n ([^<>])*? #\r\n /?> # the matching end tag\r\n [ \\t]*\r\n (?=\\n{2,}|\\Z) # followed by a blank line or end of document\r\n )\r\n }x\',\r\n \'_HashHTMLBlocks_callback\',\r\n $text);\r\n\r\n # Special case for standalone HTML comments:\r\n $text = preg_replace_callback(\'{\r\n (?:\r\n (?<=\\n\\n) # Starting after a blank line\r\n | # or\r\n \\A\\n? # the beginning of the doc\r\n )\r\n ( # save in $1\r\n [ ]{0,\'.$less_than_tab.\'}\r\n (?s:\r\n <!\r\n (--.*?--\\s*)+\r\n >\r\n )\r\n [ \\t]*\r\n (?=\\n{2,}|\\Z) # followed by a blank line or end of document\r\n )\r\n }x\',\r\n \'_HashHTMLBlocks_callback\',\r\n $text);\r\n\r\n return $text;\r\n}\r\nfunction _HashHTMLBlocks_callback($matches) {\r\n global $md_html_blocks;\r\n $text = $matches[1];\r\n $key = md5($text);\r\n $md_html_blocks[$key] = $text;\r\n return \"\\n\\n$key\\n\\n\"; # String that will replace the block\r\n}\r\n\r\n\r\nfunction _RunBlockGamut($text) {\r\n#\r\n# These are all the transformations that form block-level\r\n# tags like paragraphs, headers, and list items.\r\n#\r\n global $md_empty_element_suffix;\r\n\r\n $text = _DoHeaders($text);\r\n\r\n # Do Horizontal Rules:\r\n $text = preg_replace(\r\n array(\'{^[ ]{0,2}([ ]?\\*[ ]?){3,}[ \\t]*$}mx\',\r\n \'{^[ ]{0,2}([ ]? -[ ]?){3,}[ \\t]*$}mx\',\r\n \'{^[ ]{0,2}([ ]? _[ ]?){3,}[ \\t]*$}mx\'),\r\n \"\\n<hr$md_empty_element_suffix\\n\",\r\n $text);\r\n\r\n $text = _DoLists($text);\r\n $text = _DoCodeBlocks($text);\r\n $text = _DoBlockQuotes($text);\r\n\r\n # We already ran _HashHTMLBlocks() before, in Markdown(), but that\r\n # was to escape raw HTML in the original Markdown source. This time,\r\n # we\'re escaping the markup we\'ve just created, so that we don\'t wrap\r\n # <p> tags around block-level tags.\r\n $text = _HashHTMLBlocks($text);\r\n $text = _FormParagraphs($text);\r\n\r\n return $text;\r\n}\r\n\r\n\r\nfunction _RunSpanGamut($text) {\r\n#\r\n# These are all the transformations that occur *within* block-level\r\n# tags like paragraphs, headers, and list items.\r\n#\r\n global $md_empty_element_suffix;\r\n\r\n $text = _DoCodeSpans($text);\r\n\r\n $text = _EscapeSpecialChars($text);\r\n\r\n # Process anchor and image tags. Images must come first,\r\n # because ![foo][f] looks like an anchor.\r\n $text = _DoImages($text);\r\n $text = _DoAnchors($text);\r\n\r\n # Make links out of things like `<http://example.com/>`\r\n # Must come after _DoAnchors(), because you can use < and >\r\n # delimiters in inline links like [this](<url>).\r\n $text = _DoAutoLinks($text);\r\n $text = _EncodeAmpsAndAngles($text);\r\n $text = _DoItalicsAndBold($text);\r\n\r\n # Do hard breaks:\r\n $text = preg_replace(\'/ {2,}\\n/\', \"<br$md_empty_element_suffix\\n\", $text);\r\n\r\n return $text;\r\n}\r\n\r\n\r\nfunction _EscapeSpecialChars($text) {\r\n global $md_escape_table;\r\n $tokens = _TokenizeHTML($text);\r\n\r\n $text = \'\'; # rebuild $text from the tokens\r\n# $in_pre = 0; # Keep track of when we\'re inside <pre> or <code> tags.\r\n# $tags_to_skip = \"!<(/?)(?:pre|code|kbd|script|math)[\\s>]!\";\r\n\r\n foreach ($tokens as $cur_token) {\r\n if ($cur_token[0] == \'tag\') {\r\n # Within tags, encode * and _ so they don\'t conflict\r\n # with their use in Markdown for italics and strong.\r\n # We\'re replacing each such character with its\r\n # corresponding MD5 checksum value; this is likely\r\n # overkill, but it should prevent us from colliding\r\n # with the escape values by accident.\r\n $cur_token[1] = str_replace(array(\'*\', \'_\'),\r\n array($md_escape_table[\'*\'], $md_escape_table[\'_\']),\r\n $cur_token[1]);\r\n $text .= $cur_token[1];\r\n } else {\r\n $t = $cur_token[1];\r\n $t = _EncodeBackslashEscapes($t);\r\n $text .= $t;\r\n }\r\n }\r\n return $text;\r\n}\r\n\r\n\r\nfunction _DoAnchors($text) {\r\n#\r\n# Turn Markdown link shortcuts into XHTML <a> tags.\r\n#\r\n global $md_nested_brackets;\r\n #\r\n # First, handle reference-style links: [link text] [id]\r\n #\r\n $text = preg_replace_callback(\"{\r\n ( # wrap whole match in $1\r\n \\\\[\r\n ($md_nested_brackets) # link text = $2\r\n \\\\]\r\n\r\n [ ]? # one optional space\r\n (?:\\\\n[ ]*)? # one optional newline followed by spaces\r\n\r\n \\\\[\r\n (.*?) # id = $3\r\n \\\\]\r\n )\r\n }xs\",\r\n \'_DoAnchors_reference_callback\', $text);\r\n\r\n #\r\n # Next, inline-style links: [link text](url \"optional title\")\r\n #\r\n $text = preg_replace_callback(\"{\r\n ( # wrap whole match in $1\r\n \\\\[\r\n ($md_nested_brackets) # link text = $2\r\n \\\\]\r\n \\\\( # literal paren\r\n [ \\\\t]*\r\n <?(.*?)>? # href = $3\r\n [ \\\\t]*\r\n ( # $4\r\n ([\'\\\"]) # quote char = $5\r\n (.*?) # Title = $6\r\n \\\\5 # matching quote\r\n )? # title is optional\r\n \\\\)\r\n )\r\n }xs\",\r\n \'_DoAnchors_inline_callback\', $text);\r\n\r\n return $text;\r\n}\r\nfunction _DoAnchors_reference_callback($matches) {\r\n global $md_urls, $md_titles, $md_escape_table;\r\n $whole_match = $matches[1];\r\n $link_text = $matches[2];\r\n $link_id = strtolower($matches[3]);\r\n\r\n if ($link_id == \"\") {\r\n $link_id = strtolower($link_text); # for shortcut links like [this][].\r\n }\r\n\r\n if (isset($md_urls[$link_id])) {\r\n $url = $md_urls[$link_id];\r\n # We\'ve got to encode these to avoid conflicting with italics/bold.\r\n $url = str_replace(array(\'*\', \'_\'),\r\n array($md_escape_table[\'*\'], $md_escape_table[\'_\']),\r\n $url);\r\n $result = \"<a href=\\\"$url\\\"\";\r\n if ( isset( $md_titles[$link_id] ) ) {\r\n $title = $md_titles[$link_id];\r\n $title = str_replace(array(\'*\', \'_\'),\r\n array($md_escape_table[\'*\'],\r\n $md_escape_table[\'_\']), $title);\r\n $result .= \" title=\\\"$title\\\"\";\r\n }\r\n $result .= \">$link_text</a>\";\r\n }\r\n else {\r\n $result = $whole_match;\r\n }\r\n return $result;\r\n}\r\nfunction _DoAnchors_inline_callback($matches) {\r\n global $md_escape_table;\r\n $whole_match = $matches[1];\r\n $link_text = $matches[2];\r\n $url = $matches[3];\r\n $title =& $matches[6];\r\n\r\n # We\'ve got to encode these to avoid conflicting with italics/bold.\r\n $url = str_replace(array(\'*\', \'_\'),\r\n array($md_escape_table[\'*\'], $md_escape_table[\'_\']),\r\n $url);\r\n $result = \"<a href=\\\"$url\\\"\";\r\n if (isset($title)) {\r\n $title = str_replace(\'\"\', \'"\', $title);\r\n $title = str_replace(array(\'*\', \'_\'),\r\n array($md_escape_table[\'*\'], $md_escape_table[\'_\']),\r\n $title);\r\n $result .= \" title=\\\"$title\\\"\";\r\n }\r\n\r\n $result .= \">$link_text</a>\";\r\n\r\n return $result;\r\n}\r\n\r\n\r\nfunction _DoImages($text) {\r\n#\r\n# Turn Markdown image shortcuts into <img> tags.\r\n#\r\n global $md_nested_brackets;\r\n\r\n #\r\n # First, handle reference-style labeled images: ![alt text][id]\r\n #\r\n $text = preg_replace_callback(\'{\r\n ( # wrap whole match in $1\r\n !\\[\r\n (\'.$md_nested_brackets.\') # alt text = $2\r\n \\]\r\n\r\n [ ]? # one optional space\r\n (?:\\n[ ]*)? # one optional newline followed by spaces\r\n\r\n \\[\r\n (.*?) # id = $3\r\n \\]\r\n\r\n )\r\n }xs\',\r\n \'_DoImages_reference_callback\', $text);\r\n\r\n #\r\n # Next, handle inline images: \r\n # Don\'t forget: encode * and _\r\n\r\n $text = preg_replace_callback(\'{\r\n ( # wrap whole match in $1\r\n !\\[\r\n (\'.$md_nested_brackets.\') # alt text = $2\r\n \\]\r\n \\( # literal paren\r\n [ \\t]*\r\n <?(\\S+?)>? # src url = $3\r\n [ \\t]*\r\n ( # $4\r\n ([\\\'\"]) # quote char = $5\r\n (.*?) # title = $6\r\n \\5 # matching quote\r\n [ \\t]*\r\n )? # title is optional\r\n \\)\r\n )\r\n }xs\',\r\n \'_DoImages_inline_callback\', $text);\r\n\r\n return $text;\r\n}\r\nfunction _DoImages_reference_callback($matches) {\r\n global $md_urls, $md_titles, $md_empty_element_suffix, $md_escape_table;\r\n $whole_match = $matches[1];\r\n $alt_text = $matches[2];\r\n $link_id = strtolower($matches[3]);\r\n\r\n if ($link_id == \"\") {\r\n $link_id = strtolower($alt_text); # for shortcut links like ![this][].\r\n }\r\n\r\n $alt_text = str_replace(\'\"\', \'"\', $alt_text);\r\n if (isset($md_urls[$link_id])) {\r\n $url = $md_urls[$link_id];\r\n # We\'ve got to encode these to avoid conflicting with italics/bold.\r\n $url = str_replace(array(\'*\', \'_\'),\r\n array($md_escape_table[\'*\'], $md_escape_table[\'_\']),\r\n $url);\r\n $result = \"<img src=\\\"$url\\\" alt=\\\"$alt_text\\\"\";\r\n if (isset($md_titles[$link_id])) {\r\n $title = $md_titles[$link_id];\r\n $title = str_replace(array(\'*\', \'_\'),\r\n array($md_escape_table[\'*\'],\r\n $md_escape_table[\'_\']), $title);\r\n $result .= \" title=\\\"$title\\\"\";\r\n }\r\n $result .= $md_empty_element_suffix;\r\n }\r\n else {\r\n # If there\'s no such link ID, leave intact:\r\n $result = $whole_match;\r\n }\r\n\r\n return $result;\r\n}\r\nfunction _DoImages_inline_callback($matches) {\r\n global $md_empty_element_suffix, $md_escape_table;\r\n $whole_match = $matches[1];\r\n $alt_text = $matches[2];\r\n $url = $matches[3];\r\n $title = \'\';\r\n if (isset($matches[6])) {\r\n $title = $matches[6];\r\n }\r\n\r\n $alt_text = str_replace(\'\"\', \'"\', $alt_text);\r\n $title = str_replace(\'\"\', \'"\', $title);\r\n # We\'ve got to encode these to avoid conflicting with italics/bold.\r\n $url = str_replace(array(\'*\', \'_\'),\r\n array($md_escape_table[\'*\'], $md_escape_table[\'_\']),\r\n $url);\r\n $result = \"<img src=\\\"$url\\\" alt=\\\"$alt_text\\\"\";\r\n if (isset($title)) {\r\n $title = str_replace(array(\'*\', \'_\'),\r\n array($md_escape_table[\'*\'], $md_escape_table[\'_\']),\r\n $title);\r\n $result .= \" title=\\\"$title\\\"\"; # $title already quoted\r\n }\r\n $result .= $md_empty_element_suffix;\r\n\r\n return $result;\r\n}\r\n\r\n\r\nfunction _DoHeaders($text) {\r\n # Setext-style headers:\r\n # Header 1\r\n # ========\r\n #\r\n # Header 2\r\n # --------\r\n #\r\n $text = preg_replace(\r\n array(\'{ ^(.+)[ \\t]*\\n=+[ \\t]*\\n+ }emx\',\r\n \'{ ^(.+)[ \\t]*\\n-+[ \\t]*\\n+ }emx\'),\r\n array(\"\'<h1>\'._RunSpanGamut(_UnslashQuotes(\'\\\\1\')).\'</h1>\\n\\n\'\",\r\n \"\'<h2>\'._RunSpanGamut(_UnslashQuotes(\'\\\\1\')).\'</h2>\\n\\n\'\"),\r\n $text);\r\n\r\n # atx-style headers:\r\n # # Header 1\r\n # ## Header 2\r\n # ## Header 2 with closing hashes ##\r\n # ...\r\n # ###### Header 6\r\n #\r\n $text = preg_replace(\"{\r\n ^(\\\\#{1,6}) # $1 = string of #\'s\r\n [ \\\\t]*\r\n (.+?) # $2 = Header text\r\n [ \\\\t]*\r\n \\\\#* # optional closing #\'s (not counted)\r\n \\\\n+\r\n }xme\",\r\n \"\'<h\'.strlen(\'\\\\1\').\'>\'._RunSpanGamut(_UnslashQuotes(\'\\\\2\')).\'</h\'.strlen(\'\\\\1\').\'>\\n\\n\'\",\r\n $text);\r\n\r\n return $text;\r\n}\r\n\r\n\r\nfunction _DoLists($text) {\r\n#\r\n# Form HTML ordered (numbered) and unordered (bulleted) lists.\r\n#\r\n global $md_tab_width, $md_list_level;\r\n $less_than_tab = $md_tab_width - 1;\r\n\r\n # Re-usable patterns to match list item bullets and number markers:\r\n $marker_ul = \'[*+-]\';\r\n $marker_ol = \'\\d+[.]\';\r\n $marker_any = \"(?:$marker_ul|$marker_ol)\";\r\n\r\n $markers = array($marker_ul, $marker_ol);\r\n\r\n foreach ($markers as $marker) {\r\n # Re-usable pattern to match any entirel ul or ol list:\r\n $whole_list = \'\r\n ( # $1 = whole list\r\n ( # $2\r\n [ ]{0,\'.$less_than_tab.\'}\r\n (\'.$marker.\') # $3 = first list item marker\r\n [ \\t]+\r\n )\r\n (?s:.+?)\r\n ( # $4\r\n \\z\r\n |\r\n \\n{2,}\r\n (?=\\S)\r\n (?! # Negative lookahead for another list item marker\r\n [ \\t]*\r\n \'.$marker.\'[ \\t]+\r\n )\r\n )\r\n )\r\n \'; // mx\r\n\r\n # We use a different prefix before nested lists than top-level lists.\r\n # See extended comment in _ProcessListItems().\r\n\r\n if ($md_list_level) {\r\n $text = preg_replace_callback(\'{\r\n ^\r\n \'.$whole_list.\'\r\n }mx\',\r\n \'_DoLists_callback_top\', $text);\r\n }\r\n else {\r\n $text = preg_replace_callback(\'{\r\n (?:(?<=\\n\\n)|\\A\\n?)\r\n \'.$whole_list.\'\r\n }mx\',\r\n \'_DoLists_callback_nested\', $text);\r\n }\r\n }\r\n\r\n return $text;\r\n}\r\nfunction _DoLists_callback_top($matches) {\r\n # Re-usable patterns to match list item bullets and number markers:\r\n $marker_ul = \'[*+-]\';\r\n $marker_ol = \'\\d+[.]\';\r\n $marker_any = \"(?:$marker_ul|$marker_ol)\";\r\n\r\n $list = $matches[1];\r\n $list_type = preg_match(\"/$marker_ul/\", $matches[3]) ? \"ul\" : \"ol\";\r\n\r\n $marker_any = ( $list_type == \"ul\" ? $marker_ul : $marker_ol );\r\n\r\n # Turn double returns into triple returns, so that we can make a\r\n # paragraph for the last item in a list, if necessary:\r\n $list = preg_replace(\"/\\n{2,}/\", \"\\n\\n\\n\", $list);\r\n $result = _ProcessListItems($list, $marker_any);\r\n\r\n # Trim any trailing whitespace, to put the closing `</$list_type>`\r\n # up on the preceding line, to get it past the current stupid\r\n # HTML block parser. This is a hack to work around the terrible\r\n # hack that is the HTML block parser.\r\n $result = rtrim($result);\r\n $result = \"<$list_type>\" . $result . \"</$list_type>\\n\";\r\n return $result;\r\n}\r\nfunction _DoLists_callback_nested($matches) {\r\n # Re-usable patterns to match list item bullets and number markers:\r\n $marker_ul = \'[*+-]\';\r\n $marker_ol = \'\\d+[.]\';\r\n $marker_any = \"(?:$marker_ul|$marker_ol)\";\r\n\r\n $list = $matches[1];\r\n $list_type = preg_match(\"/$marker_ul/\", $matches[3]) ? \"ul\" : \"ol\";\r\n\r\n $marker_any = ( $list_type == \"ul\" ? $marker_ul : $marker_ol );\r\n\r\n # Turn double returns into triple returns, so that we can make a\r\n # paragraph for the last item in a list, if necessary:\r\n $list = preg_replace(\"/\\n{2,}/\", \"\\n\\n\\n\", $list);\r\n $result = _ProcessListItems($list, $marker_any);\r\n $result = \"<$list_type>\\n\" . $result . \"</$list_type>\\n\";\r\n return $result;\r\n}\r\n\r\n\r\nfunction _ProcessListItems($list_str, $marker_any) {\r\n#\r\n# Process the contents of a single ordered or unordered list, splitting it\r\n# into individual list items.\r\n#\r\n global $md_list_level;\r\n\r\n # The $md_list_level global keeps track of when we\'re inside a list.\r\n # Each time we enter a list, we increment it; when we leave a list,\r\n # we decrement. If it\'s zero, we\'re not in a list anymore.\r\n #\r\n # We do this because when we\'re not inside a list, we want to treat\r\n # something like this:\r\n #\r\n # I recommend upgrading to version\r\n # 8. Oops, now this line is treated\r\n # as a sub-list.\r\n #\r\n # As a single paragraph, despite the fact that the second line starts\r\n # with a digit-period-space sequence.\r\n #\r\n # Whereas when we\'re inside a list (or sub-list), that line will be\r\n # treated as the start of a sub-list. What a kludge, huh? This is\r\n # an aspect of Markdown\'s syntax that\'s hard to parse perfectly\r\n # without resorting to mind-reading. Perhaps the solution is to\r\n # change the syntax rules such that sub-lists must start with a\r\n # starting cardinal number; e.g. \"1.\" or \"a.\".\r\n\r\n $md_list_level++;\r\n\r\n # trim trailing blank lines:\r\n $list_str = preg_replace(\"/\\n{2,}\\\\z/\", \"\\n\", $list_str);\r\n\r\n $list_str = preg_replace_callback(\'{\r\n (\\n)? # leading line = $1\r\n (^[ \\t]*) # leading whitespace = $2\r\n (\'.$marker_any.\') [ \\t]+ # list marker = $3\r\n ((?s:.+?) # list item text = $4\r\n (\\n{1,2}))\r\n (?= \\n* (\\z | \\2 (\'.$marker_any.\') [ \\t]+))\r\n }xm\',\r\n \'_ProcessListItems_callback\', $list_str);\r\n\r\n $md_list_level--;\r\n return $list_str;\r\n}\r\nfunction _ProcessListItems_callback($matches) {\r\n $item = $matches[4];\r\n $leading_line =& $matches[1];\r\n $leading_space =& $matches[2];\r\n\r\n if ($leading_line || preg_match(\'/\\n{2,}/\', $item)) {\r\n $item = _RunBlockGamut(_Outdent($item));\r\n }\r\n else {\r\n # Recursion for sub-lists:\r\n $item = _DoLists(_Outdent($item));\r\n $item = preg_replace(\'/\\n+$/\', \'\', $item);\r\n $item = _RunSpanGamut($item);\r\n }\r\n\r\n return \"<li>\" . $item . \"</li>\\n\";\r\n}\r\n\r\n\r\nfunction _DoCodeBlocks($text) {\r\n#\r\n# Process Markdown `<pre><code>` blocks.\r\n#\r\n global $md_tab_width;\r\n $text = preg_replace_callback(\"{\r\n (?:\\\\n\\\\n|\\\\A)\r\n ( # $1 = the code block -- one or more lines, starting with a space/tab\r\n (?:\r\n (?:[ ]\\{$md_tab_width} | \\\\t) # Lines must start with a tab or a tab-width of spaces\r\n .*\\\\n+\r\n )+\r\n )\r\n ((?=^[ ]{0,$md_tab_width}\\\\S)|\\\\Z) # Lookahead for non-space at line-start, or end of doc\r\n }xm\",\r\n \'_DoCodeBlocks_callback\', $text);\r\n\r\n return $text;\r\n}\r\nfunction _DoCodeBlocks_callback($matches) {\r\n $codeblock = $matches[1];\r\n\r\n $codeblock = _EncodeCode(_Outdent($codeblock));\r\n// $codeblock = _Detab($codeblock);\r\n # trim leading newlines and trailing whitespace\r\n $codeblock = preg_replace(array(\'/\\A\\n+/\', \'/\\s+\\z/\'), \'\', $codeblock);\r\n\r\n $result = \"\\n\\n<pre><code>\" . $codeblock . \"\\n</code></pre>\\n\\n\";\r\n\r\n return $result;\r\n}\r\n\r\n\r\nfunction _DoCodeSpans($text) {\r\n#\r\n# * Backtick quotes are used for <code></code> spans.\r\n#\r\n# * You can use multiple backticks as the delimiters if you want to\r\n# include literal backticks in the code span. So, this input:\r\n#\r\n# Just type ``foo `bar` baz`` at the prompt.\r\n#\r\n# Will translate to:\r\n#\r\n# <p>Just type <code>foo `bar` baz</code> at the prompt.</p>\r\n#\r\n# There\'s no arbitrary limit to the number of backticks you\r\n# can use as delimters. If you need three consecutive backticks\r\n# in your code, use four for delimiters, etc.\r\n#\r\n# * You can use spaces to get literal backticks at the edges:\r\n#\r\n# ... type `` `bar` `` ...\r\n#\r\n# Turns to:\r\n#\r\n# ... type <code>`bar`</code> ...\r\n#\r\n $text = preg_replace_callback(\'@\r\n (?<!\\\\\\) # Character before opening ` can\\\'t be a backslash\r\n (`+) # $1 = Opening run of `\r\n (.+?) # $2 = The code block\r\n (?<!`)\r\n \\1 # Matching closer\r\n (?!`)\r\n @xs\',\r\n \'_DoCodeSpans_callback\', $text);\r\n\r\n return $text;\r\n}\r\nfunction _DoCodeSpans_callback($matches) {\r\n $c = $matches[2];\r\n $c = preg_replace(\'/^[ \\t]*/\', \'\', $c); # leading whitespace\r\n $c = preg_replace(\'/[ \\t]*$/\', \'\', $c); # trailing whitespace\r\n $c = _EncodeCode($c);\r\n return \"<code>$c</code>\";\r\n}\r\n\r\n\r\nfunction _EncodeCode($_) {\r\n#\r\n# Encode/escape certain characters inside Markdown code runs.\r\n# The point is that in code, these characters are literals,\r\n# and lose their special Markdown meanings.\r\n#\r\n global $md_escape_table;\r\n\r\n # Encode all ampersands; HTML entities are not\r\n # entities within a Markdown code span.\r\n $_ = str_replace(\'&\', \'&\', $_);\r\n\r\n # Do the angle bracket song and dance:\r\n $_ = str_replace(array(\'<\', \'>\'),\r\n array(\'<\', \'>\'), $_);\r\n\r\n # Now, escape characters that are magic in Markdown:\r\n $_ = str_replace(array_keys($md_escape_table),\r\n array_values($md_escape_table), $_);\r\n\r\n return $_;\r\n}\r\n\r\n\r\nfunction _DoItalicsAndBold($text) {\r\n # <strong> must go first:\r\n $text = preg_replace(\'{\r\n ( # $1: Marker\r\n (?<!\\*\\*) \\*\\* | # (not preceded by two chars of\r\n (?<!__) __ # the same marker)\r\n )\r\n (?=\\S) # Not followed by whitespace\r\n (?!\\1) # or two others marker chars.\r\n ( # $2: Content\r\n (?:\r\n [^*_]+? # Anthing not em markers.\r\n |\r\n # Balence any regular emphasis inside.\r\n ([*_]) (?=\\S) .+? (?<=\\S) \\3 # $3: em char (* or _)\r\n |\r\n (?! \\1 ) . # Allow unbalenced * and _.\r\n )+?\r\n )\r\n (?<=\\S) \\1 # End mark not preceded by whitespace.\r\n }sx\',\r\n \'<strong>\\2</strong>\', $text);\r\n # Then <em>:\r\n $text = preg_replace(\r\n \'{ ( (?<!\\*)\\* | (?<!_)_ ) (?=\\S) (?! \\1) (.+?) (?<=\\S) \\1 }sx\',\r\n \'<em>\\2</em>\', $text);\r\n\r\n return $text;\r\n}\r\n\r\n\r\nfunction _DoBlockQuotes($text) {\r\n $text = preg_replace_callback(\'/\r\n ( # Wrap whole match in $1\r\n (\r\n ^[ \\t]*>[ \\t]? # \">\" at the start of a line\r\n .+\\n # rest of the first line\r\n (.+\\n)* # subsequent consecutive lines\r\n \\n* # blanks\r\n )+\r\n )\r\n /xm\',\r\n \'_DoBlockQuotes_callback\', $text);\r\n\r\n return $text;\r\n}\r\nfunction _DoBlockQuotes_callback($matches) {\r\n $bq = $matches[1];\r\n # trim one level of quoting - trim whitespace-only lines\r\n $bq = preg_replace(array(\'/^[ \\t]*>[ \\t]?/m\', \'/^[ \\t]+$/m\'), \'\', $bq);\r\n $bq = _RunBlockGamut($bq); # recurse\r\n\r\n $bq = preg_replace(\'/^/m\', \" \", $bq);\r\n # These leading spaces screw with <pre> content, so we need to fix that:\r\n $bq = preg_replace_callback(\'{(\\s*<pre>.+?</pre>)}sx\',\r\n \'_DoBlockQuotes_callback2\', $bq);\r\n\r\n return \"<blockquote>\\n$bq\\n</blockquote>\\n\\n\";\r\n}\r\nfunction _DoBlockQuotes_callback2($matches) {\r\n $pre = $matches[1];\r\n $pre = preg_replace(\'/^ /m\', \'\', $pre);\r\n return $pre;\r\n}\r\n\r\n\r\nfunction _FormParagraphs($text) {\r\n#\r\n# Params:\r\n# $text - string to process with html <p> tags\r\n#\r\n global $md_html_blocks;\r\n\r\n # Strip leading and trailing lines:\r\n $text = preg_replace(array(\'/\\A\\n+/\', \'/\\n+\\z/\'), \'\', $text);\r\n\r\n $grafs = preg_split(\'/\\n{2,}/\', $text, -1, PREG_SPLIT_NO_EMPTY);\r\n\r\n #\r\n # Wrap <p> tags.\r\n #\r\n foreach ($grafs as $key => $value) {\r\n if (!isset( $md_html_blocks[$value] )) {\r\n $value = _RunSpanGamut($value);\r\n $value = preg_replace(\'/^([ \\t]*)/\', \'<p>\', $value);\r\n $value .= \"</p>\";\r\n $grafs[$key] = $value;\r\n }\r\n }\r\n\r\n #\r\n # Unhashify HTML blocks\r\n #\r\n foreach ($grafs as $key => $value) {\r\n if (isset( $md_html_blocks[$value] )) {\r\n $grafs[$key] = $md_html_blocks[$value];\r\n }\r\n }\r\n\r\n return implode(\"\\n\\n\", $grafs);\r\n}\r\n\r\n\r\nfunction _EncodeAmpsAndAngles($text) {\r\n# Smart processing for ampersands and angle brackets that need to be encoded.\r\n\r\n # Ampersand-encoding based entirely on Nat Irons\'s Amputator MT plugin:\r\n # http://bumppo.net/projects/amputator/\r\n $text = preg_replace(\'/&(?!#?[xX]?(?:[0-9a-fA-F]+|\\w+);)/\',\r\n \'&\', $text);;\r\n\r\n # Encode naked <\'s\r\n $text = preg_replace(\'{<(?![a-z/?\\$!])}i\', \'<\', $text);\r\n\r\n return $text;\r\n}\r\n\r\n\r\nfunction _EncodeBackslashEscapes($text) {\r\n#\r\n# Parameter: String.\r\n# Returns: The string, with after processing the following backslash\r\n# escape sequences.\r\n#\r\n global $md_escape_table, $md_backslash_escape_table;\r\n # Must process escaped backslashes first.\r\n return str_replace(array_keys($md_backslash_escape_table),\r\n array_values($md_backslash_escape_table), $text);\r\n}\r\n\r\n\r\nfunction _DoAutoLinks($text) {\r\n $text = preg_replace(\"!<((https?|ftp):[^\'\\\">\\\\s]+)>!\",\r\n \'<a href=\"\\1\">\\1</a>\', $text);\r\n\r\n # Email addresses: <address@domain.foo>\r\n $text = preg_replace(\'{\r\n <\r\n (?:mailto:)?\r\n (\r\n [-.\\w]+\r\n \\@\r\n [-a-z0-9]+(\\.[-a-z0-9]+)*\\.[a-z]+\r\n )\r\n >\r\n }exi\',\r\n \"_EncodeEmailAddress(_UnescapeSpecialChars(_UnslashQuotes(\'\\\\1\')))\",\r\n $text);\r\n\r\n return $text;\r\n}\r\n\r\n\r\nfunction _EncodeEmailAddress($addr) {\r\n#\r\n# Input: an email address, e.g. \"foo@example.com\"\r\n#\r\n# Output: the email address as a mailto link, with each character\r\n# of the address encoded as either a decimal or hex entity, in\r\n# the hopes of foiling most address harvesting spam bots. E.g.:\r\n#\r\n# <a href=\"mailto:foo@e\r\n# xample.com\">foo\r\n# @example.com</a>\r\n#\r\n# Based by a filter by Matthew Wickline, posted to the BBEdit-Talk\r\n# mailing list: <http://tinyurl.com/yu7ue>\r\n#\r\n $addr = \"mailto:\" . $addr;\r\n $length = strlen($addr);\r\n\r\n # leave \':\' alone (to spot mailto: later)\r\n $addr = preg_replace_callback(\'/([^\\:])/\',\r\n \'_EncodeEmailAddress_callback\', $addr);\r\n\r\n $addr = \"<a href=\\\"$addr\\\">$addr</a>\";\r\n # strip the mailto: from the visible part\r\n $addr = preg_replace(\'/\">.+?:/\', \'\">\', $addr);\r\n\r\n return $addr;\r\n}\r\nfunction _EncodeEmailAddress_callback($matches) {\r\n $char = $matches[1];\r\n $r = rand(0, 100);\r\n # roughly 10% raw, 45% hex, 45% dec\r\n # \'@\' *must* be encoded. I insist.\r\n if ($r > 90 && $char != \'@\') return $char;\r\n if ($r < 45) return \'&#x\'.dechex(ord($char)).\';\';\r\n return \'&#\'.ord($char).\';\';\r\n}\r\n\r\n\r\nfunction _UnescapeSpecialChars($text) {\r\n#\r\n# Swap back in all the special characters we\'ve hidden.\r\n#\r\n global $md_escape_table;\r\n return str_replace(array_values($md_escape_table),\r\n array_keys($md_escape_table), $text);\r\n}\r\n\r\n\r\n# _TokenizeHTML is shared between PHP Markdown and PHP SmartyPants.\r\n# We only define it if it is not already defined.\r\nif (!function_exists(\'_TokenizeHTML\')) :\r\nfunction _TokenizeHTML($str) {\r\n#\r\n# Parameter: String containing HTML markup.\r\n# Returns: An array of the tokens comprising the input\r\n# string. Each token is either a tag (possibly with nested,\r\n# tags contained therein, such as <a href=\"<MTFoo>\">, or a\r\n# run of text between tags. Each element of the array is a\r\n# two-element array; the first is either \'tag\' or \'text\';\r\n# the second is the actual value.\r\n#\r\n#\r\n# Regular expression derived from the _tokenize() subroutine in\r\n# Brad Choate\'s MTRegex plugin.\r\n# <http://www.bradchoate.com/past/mtregex.php>\r\n#\r\n $index = 0;\r\n $tokens = array();\r\n\r\n $match = \'(?s:<!(?:--.*?--\\s*)+>)|\'. # comment\r\n \'(?s:<\\?.*?\\?>)|\'. # processing instruction\r\n # regular tags\r\n \'(?:<[/!$]?[-a-zA-Z0-9:]+\\b(?>[^\"\\\'>]+|\"[^\"]*\"|\\\'[^\\\']*\\\')*>)\';\r\n\r\n $parts = preg_split(\"{($match)}\", $str, -1, PREG_SPLIT_DELIM_CAPTURE);\r\n\r\n foreach ($parts as $part) {\r\n if (++$index % 2 && $part != \'\')\r\n $tokens[] = array(\'text\', $part);\r\n else\r\n $tokens[] = array(\'tag\', $part);\r\n }\r\n\r\n return $tokens;\r\n}\r\nendif;\r\n\r\n\r\nfunction _Outdent($text) {\r\n#\r\n# Remove one level of line-leading tabs or spaces\r\n#\r\n global $md_tab_width;\r\n return preg_replace(\"/^(\\\\t|[ ]{1,$md_tab_width})/m\", \"\", $text);\r\n}\r\n\r\n\r\nfunction _Detab($text) {\r\n#\r\n# Replace tabs with the appropriate amount of space.\r\n#\r\n global $md_tab_width;\r\n\r\n # For each line we separate the line in blocks delemited by\r\n # tab characters. Then we reconstruct every line by adding the\r\n # appropriate number of space between each blocks.\r\n\r\n $lines = explode(\"\\n\", $text);\r\n $text = \"\";\r\n\r\n foreach ($lines as $line) {\r\n # Split in blocks.\r\n $blocks = explode(\"\\t\", $line);\r\n # Add each blocks to the line.\r\n $line = $blocks[0];\r\n unset($blocks[0]); # Do not add first block twice.\r\n foreach ($blocks as $block) {\r\n # Calculate amount of space, insert spaces, insert block.\r\n $amount = $md_tab_width - strlen($line) % $md_tab_width;\r\n $line .= str_repeat(\" \", $amount) . $block;\r\n }\r\n $text .= \"$line\\n\";\r\n }\r\n return $text;\r\n}\r\n\r\n\r\nfunction _UnslashQuotes($text) {\r\n#\r\n# This function is useful to remove automaticaly slashed double quotes\r\n# when using preg_replace and evaluating an expression.\r\n# Parameter: String.\r\n# Returns: The string with any slash-double-quote (\\\") sequence replaced\r\n# by a single double quote.\r\n#\r\n return str_replace(\'\\\"\', \'\"\', $text);\r\n}\r\n\r\n\r\n/*\r\n\r\nPHP Markdown\r\n============\r\n\r\nDescription\r\n-----------\r\n\r\nThis is a PHP translation of the original Markdown formatter written in\r\nPerl by John Gruber.\r\n\r\nMarkdown is a text-to-HTML filter; it translates an easy-to-read /\r\neasy-to-write structured text format into HTML. Markdown\'s text format\r\nis most similar to that of plain text email, and supports features such\r\nas headers, *emphasis*, code blocks, blockquotes, and links.\r\n\r\nMarkdown\'s syntax is designed not as a generic markup language, but\r\nspecifically to serve as a front-end to (X)HTML. You can use span-level\r\nHTML tags anywhere in a Markdown document, and you can use block level\r\nHTML tags (like <div> and <table> as well).\r\n\r\nFor more information about Markdown\'s syntax, see:\r\n\r\n<http://daringfireball.net/projects/markdown/>\r\n\r\n\r\nBugs\r\n----\r\n\r\nTo file bug reports please send email to:\r\n\r\n<michel.fortin@michelf.com>\r\n\r\nPlease include with your report: (1) the example input; (2) the output you\r\nexpected; (3) the output Markdown actually produced.\r\n\r\n\r\nVersion History\r\n---------------\r\n\r\nSee the readme file for detailed release notes for this version.\r\n\r\n1.0.1b - 6 Jun 2005\r\n\r\n1.0.1a - 15 Apr 2005\r\n\r\n1.0.1 - 16 Dec 2004\r\n\r\n1.0 - 21 Aug 2004\r\n\r\n\r\nAuthor & Contributors\r\n---------------------\r\n\r\nOriginal Perl version by John Gruber\r\n<http://daringfireball.net/>\r\n\r\nPHP port and other contributions by Michel Fortin\r\n<http://www.michelf.com/>\r\n\r\n\r\nCopyright and License\r\n---------------------\r\n\r\nCopyright (c) 2004-2005 Michel Fortin\r\n<http://www.michelf.com/>\r\nAll rights reserved.\r\n\r\nCopyright (c) 2003-2004 John Gruber\r\n<http://daringfireball.net/>\r\nAll rights reserved.\r\n\r\nRedistribution and use in source and binary forms, with or without\r\nmodification, are permitted provided that the following conditions are\r\nmet:\r\n\r\n* Redistributions of source code must retain the above copyright notice,\r\n this list of conditions and the following disclaimer.\r\n\r\n* Redistributions in binary form must reproduce the above copyright\r\n notice, this list of conditions and the following disclaimer in the\r\n documentation and/or other materials provided with the distribution.\r\n\r\n* Neither the name \"Markdown\" nor the names of its contributors may\r\n be used to endorse or promote products derived from this software\r\n without specific prior written permission.\r\n\r\nThis software is provided by the copyright holders and contributors \"as\r\nis\" and any express or implied warranties, including, but not limited\r\nto, the implied warranties of merchantability and fitness for a\r\nparticular purpose are disclaimed. In no event shall the copyright owner\r\nor contributors be liable for any direct, indirect, incidental, special,\r\nexemplary, or consequential damages (including, but not limited to,\r\nprocurement of substitute goods or services; loss of use, data, or\r\nprofits; or business interruption) however caused and on any theory of\r\nliability, whether in contract, strict liability, or tort (including\r\nnegligence or otherwise) arising in any way out of the use of this\r\nsoftware, even if advised of the possibility of such damage.\r\n\r\n*/');
/*!40000 ALTER TABLE `jos7e_facileforms_pieces` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_facileforms_records`
--
DROP TABLE IF EXISTS `jos7e_facileforms_records`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_facileforms_records` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`submitted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`form` int(11) NOT NULL DEFAULT 0,
`title` varchar(255) NOT NULL DEFAULT '',
`name` varchar(255) NOT NULL DEFAULT '',
`ip` varchar(30) NOT NULL DEFAULT '',
`browser` varchar(255) NOT NULL DEFAULT '',
`opsys` varchar(255) NOT NULL DEFAULT '',
`provider` varchar(255) NOT NULL DEFAULT '',
`viewed` tinyint(1) NOT NULL DEFAULT 0,
`exported` tinyint(1) NOT NULL DEFAULT 0,
`archived` tinyint(1) NOT NULL DEFAULT 0,
`user_id` int(11) NOT NULL DEFAULT 0,
`username` varchar(255) NOT NULL DEFAULT '',
`user_full_name` varchar(255) NOT NULL DEFAULT '',
`paypal_tx_id` varchar(255) NOT NULL DEFAULT '',
`paypal_payment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`paypal_testaccount` tinyint(1) NOT NULL DEFAULT 0,
`paypal_download_tries` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1524 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_facileforms_records`
--
LOCK TABLES `jos7e_facileforms_records` WRITE;
/*!40000 ALTER TABLE `jos7e_facileforms_records` DISABLE KEYS */;
INSERT INTO `jos7e_facileforms_records` VALUES (1,'2016-02-26 08:11:25',2,'Oscasa Agency Application Form','oscasaagencyapplication','105.184.95.29','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(2,'2016-02-26 08:50:04',2,'Oscasa Agency Application Form','oscasaagencyapplication','105.184.95.29','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(3,'2016-02-26 14:16:37',2,'Oscasa Agency Application Form','oscasaagencyapplication','105.184.136.32','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(4,'2016-02-28 09:57:16',2,'Oscasa Agency Application Form','oscasaagencyapplication','105.184.5.105','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','win','Unknown',1,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1379,'2019-11-08 09:52:38',4,'Oscasa Query/Complaint','querycomplaint','105.0.0.194','Mozilla/5.0 (Linux; Android 6.0; ALE-L02) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(6,'2016-03-21 08:11:16',2,'Oscasa Agency Application Form','oscasaagencyapplication','41.146.15.81','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','win','Unknown',1,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(7,'2016-03-23 08:27:48',2,'Oscasa Agency Application Form','oscasaagencyapplication','41.145.197.243','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(8,'2016-04-12 11:53:29',2,'Oscasa Agency Application Form','oscasaagencyapplication','197.96.182.38','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(9,'2016-04-15 14:55:23',2,'Oscasa Agency Application Form','oscasaagencyapplication','197.88.176.34','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(10,'2016-04-28 11:23:25',2,'Oscasa Agency Application Form','oscasaagencyapplication','197.97.94.74','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','win','Unknown',1,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(11,'2016-06-10 11:06:03',2,'Oscasa Agency Application Form','oscasaagencyapplication','41.162.158.113','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36','win','Unknown',1,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(12,'2016-06-10 11:09:53',2,'Oscasa Agency Application Form','oscasaagencyapplication','41.162.158.113','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36','win','Unknown',1,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(13,'2016-07-07 13:33:35',2,'Oscasa Agency Application Form','oscasaagencyapplication','197.85.136.250','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','win','Unknown',1,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(14,'2016-07-14 10:37:19',2,'Oscasa Agency Application Form','oscasaagencyapplication','197.85.136.250','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','win','Unknown',1,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(16,'2016-07-23 12:11:49',2,'Oscasa Agency Application Form','oscasaagencyapplication','196.202.230.30','Mozilla/5.0 (Windows NT 6.1; rv:47.0) Gecko/20100101 Firefox/47.0','win','Unknown',1,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(17,'2016-07-25 20:24:29',2,'Oscasa Agency Application Form','oscasaagencyapplication','41.246.248.53','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','win','Unknown',1,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1064,'2018-09-18 14:35:36',3,'Oscasa Individual Registration','individualregistration','105.225.45.215','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(19,'2016-10-26 12:19:02',2,'Oscasa Agency Application Form','oscasaagencyapplication','105.186.85.227','Mozilla/5.0 (Windows NT 6.1; rv:44.0) Gecko/20100101 Firefox/44.0','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(20,'2016-11-21 07:27:55',2,'Oscasa Agency Application Form','oscasaagencyapplication','41.145.188.65','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(26,'2016-11-30 10:03:14',3,'Oscasa Individual Registration','individualregistration','141.0.13.201','Opera/9.80 (Android; Opera Mini/7.5.33391/37.9143; U; en) Presto/2.12.423 Version/12.16','unix','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(27,'2016-11-30 11:16:27',3,'Oscasa Individual Registration','individualregistration','105.184.243.37','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(28,'2016-12-01 09:30:06',3,'Oscasa Individual Registration','individualregistration','105.184.243.37','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(29,'2016-12-01 09:41:16',3,'Oscasa Individual Registration','individualregistration','105.184.243.37','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(25,'2016-11-29 18:28:47',3,'Oscasa Individual Registration','individualregistration','169.1.134.243','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36','win','Unknown',1,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(30,'2016-12-01 09:47:53',3,'Oscasa Individual Registration','individualregistration','105.184.243.37','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(31,'2016-12-01 09:52:48',3,'Oscasa Individual Registration','individualregistration','105.184.243.37','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(32,'2016-12-01 10:02:07',3,'Oscasa Individual Registration','individualregistration','105.184.243.37','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(33,'2016-12-01 11:39:22',3,'Oscasa Individual Registration','individualregistration','105.184.243.37','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(34,'2016-12-01 20:55:51',3,'Oscasa Individual Registration','individualregistration','169.0.250.70','Mozilla/5.0 (Linux; Android 4.4.2; Ultra Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/101.0.0.18.70;]','unix','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(35,'2016-12-02 04:56:05',3,'Oscasa Individual Registration','individualregistration','105.224.144.58','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 YaBrowser/16.10.1.1114 Yowser/2.5 Safari/537.36','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(36,'2016-12-02 11:28:56',3,'Oscasa Individual Registration','individualregistration','197.76.194.151','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(37,'2016-12-02 20:44:05',3,'Oscasa Individual Registration','individualregistration','41.13.220.154','Mozilla/5.0 (Linux; U; Android 4.0.4; en-gb; GT-P5100 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 [FB_IAB/FB4A;FBAV/104.0.0.17.71;]','unix','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(38,'2016-12-05 08:33:12',3,'Oscasa Individual Registration','individualregistration','41.193.204.10','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(39,'2016-12-05 15:00:53',3,'Oscasa Individual Registration','individualregistration','41.13.254.128','Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G925F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36','unix','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(40,'2016-12-06 00:38:39',3,'Oscasa Individual Registration','individualregistration','141.0.13.118','Opera/9.80 (Android; Opera Mini/7.6.40234/37.9154; U; en) Presto/2.12.423 Version/12.16','unix','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(41,'2016-12-06 06:16:15',3,'Oscasa Individual Registration','individualregistration','41.114.133.79','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1','mac','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(42,'2016-12-06 06:36:42',3,'Oscasa Individual Registration','individualregistration','41.13.228.90','Mozilla/5.0 (Linux; Android 7.0; LG-H990 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36','unix','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(43,'2016-12-06 06:53:23',3,'Oscasa Individual Registration','individualregistration','197.88.127.88','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(44,'2016-12-06 14:09:33',3,'Oscasa Individual Registration','individualregistration','105.184.130.241','Mozilla/5.0 (Android 6.0; Mobile; rv:50.0) Gecko/50.0 Firefox/50.0','unix','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(45,'2016-12-06 14:55:22',3,'Oscasa Individual Registration','individualregistration','141.0.12.101','Opera/9.80 (Android; Opera Mini/7.6.40234/37.9154; U; en) Presto/2.12.423 Version/12.16','unix','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(46,'2016-12-06 21:11:12',3,'Oscasa Individual Registration','individualregistration','82.145.221.126','Opera/9.80 (Android; Opera Mini/20.1.2254/37.9154; U; en) Presto/2.12.423 Version/12.16','unix','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(47,'2016-12-07 06:31:30',3,'Oscasa Individual Registration','individualregistration','197.86.202.154','Mozilla/5.0 (Windows NT 5.1; rv:50.0) Gecko/20100101 Firefox/50.0','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(48,'2016-12-07 10:08:57',3,'Oscasa Individual Registration','individualregistration','105.224.174.241','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0.1 Safari/602.2.14','mac','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(49,'2016-12-08 14:45:56',3,'Oscasa Individual Registration','individualregistration','197.89.151.10','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(50,'2016-12-08 16:21:28',3,'Oscasa Individual Registration','individualregistration','41.164.6.244','Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.89 Safari/537.36','unix','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(51,'2016-12-09 11:57:10',3,'Oscasa Individual Registration','individualregistration','196.38.8.90','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(52,'2016-12-09 12:06:01',3,'Oscasa Individual Registration','individualregistration','196.38.8.90','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(53,'2016-12-09 12:13:41',3,'Oscasa Individual Registration','individualregistration','105.184.243.165','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(54,'2016-12-09 13:01:50',3,'Oscasa Individual Registration','individualregistration','196.38.8.90','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(55,'2016-12-13 10:06:00',3,'Oscasa Individual Registration','individualregistration','196.38.8.90','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(56,'2016-12-13 12:53:12',3,'Oscasa Individual Registration','individualregistration','105.226.239.94','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(57,'2016-12-13 19:47:03',3,'Oscasa Individual Registration','individualregistration','165.255.106.162','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(58,'2016-12-15 23:40:05',3,'Oscasa Individual Registration','individualregistration','165.255.54.6','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(59,'2016-12-15 23:58:45',3,'Oscasa Individual Registration','individualregistration','165.255.54.6','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(60,'2016-12-18 12:56:11',3,'Oscasa Individual Registration','individualregistration','197.89.4.226','Mozilla/5.0 (Linux; Android 4.4.2; VF685 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.68 Mobile Safari/537.36','unix','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(61,'2016-12-22 20:59:14',3,'Oscasa Individual Registration','individualregistration','197.89.233.149','Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-J120F/J120FXXU1AOL4 Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.5 Chrome/38.0.2125.102 Mobile Safari/537.36','unix','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(62,'2016-12-23 15:21:36',3,'Oscasa Individual Registration','individualregistration','41.13.220.203','Mozilla/5.0 (Linux; Android 5.1.1; SM-J320FN Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.68 Mobile Safari/537.36','unix','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(63,'2016-12-26 14:10:17',3,'Oscasa Individual Registration','individualregistration','41.14.155.58','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(64,'2017-01-03 05:17:55',3,'Oscasa Individual Registration','individualregistration','141.0.12.28','Opera/9.80 (Android; Opera Mini/21.0.2254/37.9178; U; en) Presto/2.12.423 Version/12.16','unix','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(65,'2017-01-08 17:02:52',3,'Oscasa Individual Registration','individualregistration','105.228.181.21','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(66,'2017-01-09 10:32:51',6,'Registration','oscasaregistration','105.184.189.155','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','win','Unknown',0,1,0,873,'test','-','','0000-00-00 00:00:00',0,0),(67,'2017-01-09 12:29:17',6,'Registration','oscasaregistration','105.184.189.155','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(68,'2017-01-09 12:30:39',6,'Registration','oscasaregistration','105.184.189.155','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(69,'2017-01-09 12:34:00',6,'Registration','oscasaregistration','105.184.189.155','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(70,'2017-01-09 12:46:25',6,'Registration','oscasaregistration','105.184.189.155','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(71,'2017-01-09 12:52:10',6,'Registration','oscasaregistration','105.184.189.155','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(72,'2017-01-09 13:06:15',6,'Registration','oscasaregistration','105.184.189.155','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(73,'2017-01-10 10:47:53',6,'Registration','oscasaregistration','105.184.189.155','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','win','Unknown',0,1,0,877,'test1','-','','0000-00-00 00:00:00',0,0),(74,'2017-01-10 13:56:39',6,'Registration','oscasaregistration','196.22.208.235','Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko','win','Unknown',0,1,0,878,'Mouse','-','','0000-00-00 00:00:00',0,0),(75,'2017-01-10 15:05:02',6,'Registration','oscasaregistration','197.93.153.134','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; MASMJS; rv:11.0) like Gecko','win','Unknown',1,1,0,879,'Pene','-','','0000-00-00 00:00:00',0,0),(76,'2017-01-11 12:25:18',6,'Registration','oscasaregistration','164.151.136.50','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; MANM; rv:11.0) like Gecko','win','Unknown',1,1,0,882,'TANYA','-','','0000-00-00 00:00:00',0,0),(77,'2017-01-11 21:52:05',6,'Registration','oscasaregistration','41.113.56.212','Mozilla/5.0 (Linux; Android 4.2.2; 4016X Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36','unix','Unknown',0,1,0,883,'fana','-','','0000-00-00 00:00:00',0,0),(78,'2017-01-12 06:57:56',6,'Registration','oscasaregistration','105.184.139.113','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','win','Unknown',0,1,0,884,'test5','-','','0000-00-00 00:00:00',0,0),(79,'2017-01-12 08:24:00',6,'Registration','oscasaregistration','197.93.153.134','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','win','Unknown',0,1,0,885,'chelsea.saunders','-','','0000-00-00 00:00:00',0,0),(80,'2017-01-13 14:25:17',2,'Oscasa Agency Application Form','oscasaagencyapplication','41.146.84.95','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(81,'2017-01-15 06:58:29',6,'Registration','oscasaregistration','41.13.220.132','Mozilla/5.0 (Linux; Android 4.4.2; en-us; SAMSUNG SM-G900F/G900FXXU1ANG2 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36','unix','Unknown',0,1,0,895,'Elsabe','-','','0000-00-00 00:00:00',0,0),(82,'2017-01-23 14:09:17',6,'Registration','oscasaregistration','129.205.84.1','Mozilla/5.0 (Linux; Android 4.4.4; SAMSUNG SM-J110F/J110FXXU0AOK4 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.0 Chrome/34.0.1847.76 Mobile Safari/537.36','unix','Unknown',0,1,0,915,'Mathebula','-','','0000-00-00 00:00:00',0,0),(83,'2017-01-23 22:02:56',6,'Registration','oscasaregistration','105.227.123.252','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','win','Unknown',0,1,0,917,'SIBRENAC','-','','0000-00-00 00:00:00',0,0),(84,'2017-02-01 06:44:11',6,'Registration','oscasaregistration','165.16.135.17','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','win','Unknown',0,1,0,932,'Peet','-','','0000-00-00 00:00:00',0,0),(85,'2017-02-02 17:55:18',6,'Registration','oscasaregistration','41.0.105.26','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','win','Unknown',0,1,0,942,'michaelhlungwane','-','','0000-00-00 00:00:00',0,0),(86,'2017-02-02 18:01:51',6,'Registration','oscasaregistration','41.0.105.26','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','win','Unknown',0,1,0,943,'michaelvurhonga','-','','0000-00-00 00:00:00',0,0),(87,'2017-02-08 11:28:54',6,'Registration','oscasaregistration','155.93.140.86','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','win','Unknown',0,1,0,970,'Reneiloe89','-','','0000-00-00 00:00:00',0,0),(88,'2017-02-16 13:45:46',6,'Registration','oscasaregistration','197.245.118.142','Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.89 Safari/537.36','unix','Unknown',0,1,0,986,'ActorD','-','','0000-00-00 00:00:00',0,0),(89,'2017-02-16 17:58:45',6,'Registration','oscasaregistration','41.13.232.156','Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-J500F Build/LMY48B) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.3 Chrome/38.0.2125.102 Mobile Safari/537.36','unix','Unknown',0,1,0,989,'shamole169','-','','0000-00-00 00:00:00',0,0),(90,'2017-02-18 16:36:19',6,'Registration','oscasaregistration','41.13.176.182','Mozilla/5.0 (Linux; Android 5.0; SM-G900H Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36','unix','Unknown',0,1,0,1011,'RazorChipmunk','-','','0000-00-00 00:00:00',0,0),(91,'2017-02-19 09:35:00',6,'Registration','oscasaregistration','105.3.53.251','Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G900F/G900FXXU1CPEA Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36','unix','Unknown',0,1,0,1019,'matter','-','','0000-00-00 00:00:00',0,0),(92,'2017-02-20 12:28:25',6,'Registration','oscasaregistration','41.13.238.86','Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_2 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Mobile/14A456 Safari/602.1','mac','Unknown',0,1,0,1026,'Sveta','-','','0000-00-00 00:00:00',0,0),(93,'2017-02-20 12:58:31',6,'Registration','oscasaregistration','197.106.142.140','Mozilla/5.0 (Linux; Android 5.1; HUAWEI RIO-L01 Build/HuaweiRIO-L01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36','unix','Unknown',0,1,0,1027,'Msimeko','-','','0000-00-00 00:00:00',0,0),(94,'2017-02-22 17:00:14',6,'Registration','oscasaregistration','105.184.212.191','Mozilla/5.0 (Linux; Android 5.0.2; SM-A300FU Build/LRX22G; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/109.0.0.15.71;]','unix','Unknown',0,1,0,1037,'Leonie','-','','0000-00-00 00:00:00',0,0),(95,'2017-02-23 16:26:35',6,'Registration','oscasaregistration','105.186.194.137','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','mac','Unknown',0,1,0,1042,'noelletubbs','-','','0000-00-00 00:00:00',0,0),(96,'2017-02-23 19:33:59',6,'Registration','oscasaregistration','105.9.98.232','Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/601.1 (KHTML, like Gecko) Mobile/14D27 Safari/601.1.46','mac','Unknown',0,1,0,1043,'Bryan Matrik','-','','0000-00-00 00:00:00',0,0),(97,'2017-02-26 19:31:39',6,'Registration','oscasaregistration','82.145.222.82','Opera/9.80 (Android; Opera Mini/18.0.2254/57.135; U; en) Presto/2.12.423 Version/12.16','unix','Unknown',0,1,0,1056,'Koto Serdi','-','','0000-00-00 00:00:00',0,0),(98,'2017-02-27 18:48:51',6,'Registration','oscasaregistration','155.238.4.87','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0','win','Unknown',0,1,0,1068,'samirdo','-','','0000-00-00 00:00:00',0,0),(99,'2017-02-28 15:04:53',6,'Registration','oscasaregistration','41.13.84.40','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; CMNTDF; BRI/1; Media Center PC 6.0; InfoPath.3; BRI/2; .NET4.0C; AskTbMGX/5.15.25.44892)','win','Unknown',0,1,0,1073,'PK Muleya','-','','0000-00-00 00:00:00',0,0),(100,'2017-02-28 16:06:15',6,'Registration','oscasaregistration','105.14.227.44','Mozilla/5.0 (Linux; Android 4.4.2; 4027X Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36','unix','Unknown',0,1,0,1074,'Deidre Kennis','-','','0000-00-00 00:00:00',0,0),(101,'2017-02-28 23:45:05',6,'Registration','oscasaregistration','105.0.16.197','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','win','Unknown',0,1,0,1075,'Lasfab','-','','0000-00-00 00:00:00',0,0),(102,'2017-03-01 07:34:00',6,'Registration','oscasaregistration','41.13.216.100','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0','win','Unknown',0,1,0,1077,'Mel Udemans','-','','0000-00-00 00:00:00',0,0),(103,'2017-03-01 09:43:39',6,'Registration','oscasaregistration','105.186.97.142','Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Mobile/14D27 [FBAN/FBIOS;FBAV/81.0.0.63.70;FBBV/50791291;FBRV/0;FBDV/iPhone6,2;FBMD/iPhone;FBSN/iOS;FBSV/10.2.1;FBSS/2;FBCR/Vodacom;FBID/phone;FBLC/en_US;FBOP','mac','Unknown',0,1,0,1078,'Setwork','-','','0000-00-00 00:00:00',0,0),(104,'2017-03-01 15:00:53',2,'Oscasa Agency Application Form','oscasaagencyapplication','197.229.44.205','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0','win','Unknown',1,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(105,'2017-03-01 16:03:28',6,'Registration','oscasaregistration','41.114.151.247','Mozilla/5.0 (Linux; Android 6.0; PLUM Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/50.0.2661.86 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/106.0.0.26.68;]','unix','Unknown',0,1,0,1081,'Apelele28','-','','0000-00-00 00:00:00',0,0),(106,'2017-03-01 17:32:19',6,'Registration','oscasaregistration','41.114.145.110','Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/23.0.147401934 Mobile/14D27 Safari/600.1.4','mac','Unknown',0,1,0,1083,'RynoKruger','-','','0000-00-00 00:00:00',0,0),(107,'2017-03-02 10:46:16',6,'Registration','oscasaregistration','105.224.177.252','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','win','Unknown',0,1,0,1084,'nmtheunissen','-','','0000-00-00 00:00:00',0,0),(108,'2017-03-02 12:43:41',6,'Registration','oscasaregistration','41.114.189.233','Mozilla/5.0 (Linux; Android 4.4.2; Chacer Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36','unix','Unknown',0,1,0,1085,'Mfukeliy','-','','0000-00-00 00:00:00',0,0),(109,'2017-03-02 12:46:28',2,'Oscasa Agency Application Form','oscasaagencyapplication','105.27.203.234','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','win','Unknown',1,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(110,'2017-03-04 04:59:38',6,'Registration','oscasaregistration','41.13.200.163','Mozilla/5.0 (Linux; Android 5.1.1; SM-G361H Build/LMY48B; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/56.0.2924.87 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/113.0.0.16.70;]','unix','Unknown',0,1,0,1094,'Anentando','-','','0000-00-00 00:00:00',0,0),(111,'2017-03-05 07:20:11',6,'Registration','oscasaregistration','105.7.80.23','Mozilla/5.0 (Linux; Android 5.0.1; SAMSUNG GT-I9500 Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36','unix','Unknown',1,1,0,1096,'Michelle','-','','0000-00-00 00:00:00',0,0),(112,'2017-03-06 05:01:48',6,'Registration','oscasaregistration','41.13.32.26','Mozilla/5.0 (BB10; Touch) AppleWebKit/537.35+ (KHTML, like Gecko) Version/10.3.1.2576 Mobile Safari/537.35+','unix','Unknown',0,1,0,1103,'boka2','-','','0000-00-00 00:00:00',0,0),(113,'2017-03-07 11:24:52',6,'Registration','oscasaregistration','197.93.157.141','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','win','Unknown',1,1,0,1107,'honiballnatasha','-','','0000-00-00 00:00:00',0,0),(114,'2017-03-09 14:13:40',6,'Registration','oscasaregistration','105.225.136.155','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','win','Unknown',1,1,0,1126,'alu','-','','0000-00-00 00:00:00',0,0),(115,'2017-03-13 17:42:31',6,'Registration','oscasaregistration','105.186.127.165','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.0.11700 Safari/537.36','win','Unknown',1,1,0,1139,'Casper','-','','0000-00-00 00:00:00',0,0),(116,'2017-03-16 09:06:44',4,'Oscasa Query/Complaint','querycomplaint','105.227.151.146','Mozilla/5.0 (Linux; Android 4.4.2; CHERRY Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36','unix','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(117,'2017-03-16 09:09:15',4,'Oscasa Query/Complaint','querycomplaint','105.227.151.146','Mozilla/5.0 (Linux; Android 4.4.2; CHERRY Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36','unix','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(118,'2017-03-16 09:10:34',4,'Oscasa Query/Complaint','querycomplaint','105.227.151.146','Mozilla/5.0 (Linux; Android 4.4.2; CHERRY Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36','unix','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(119,'2017-03-17 11:50:26',4,'Oscasa Query/Complaint','querycomplaint','105.186.127.165','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.0.11700 Safari/537.36','win','Unknown',0,1,0,1139,'Casper','David wayne','','0000-00-00 00:00:00',0,0),(120,'2017-03-22 14:09:55',6,'Registration','oscasaregistration','197.87.133.249','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0','win','Unknown',0,1,0,1195,'jcdp','-','','0000-00-00 00:00:00',0,0),(121,'2017-03-23 10:57:54',6,'Registration','oscasaregistration','93.186.16.244','Mozilla/5.0 (BlackBerry; U; BlackBerry 9300; en-GB) AppleWebKit/534.8+ (KHTML, like Gecko) Version/6.0.0.546 Mobile Safari/534.8+','unix','Unknown',0,1,0,1202,'SIBU','-','','0000-00-00 00:00:00',0,0),(122,'2017-03-24 07:01:35',6,'Registration','oscasaregistration','41.78.166.132','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','mac','Unknown',0,1,0,1209,'Aninekotze7','-','','0000-00-00 00:00:00',0,0),(123,'2017-03-24 07:02:30',6,'Registration','oscasaregistration','41.78.166.132','Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1','mac','Unknown',0,1,0,1210,'calseakruger','-','','0000-00-00 00:00:00',0,0),(124,'2017-03-27 17:18:18',6,'Registration','oscasaregistration','31.48.71.107','Mozilla/5.0 (Linux; Android 5.0; SM-N9005 Build/LRX21V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/116.0.0.17.69;]','unix','Unknown',0,1,0,1248,'CherieK','-','','0000-00-00 00:00:00',0,0),(125,'2017-03-30 15:24:00',6,'Registration','oscasaregistration','105.251.110.197','Mozilla/5.0 (BB10; Touch) AppleWebKit/537.35+ (KHTML, like Gecko) Version/10.3.1.2576 Mobile Safari/537.35+','unix','Unknown',0,1,0,1287,'zenny','-','','0000-00-00 00:00:00',0,0),(126,'2017-03-30 15:36:04',6,'Registration','oscasaregistration','41.13.200.110','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1','mac','Unknown',0,1,0,1288,'Wikazi','-','','0000-00-00 00:00:00',0,0),(127,'2017-03-30 15:51:57',6,'Registration','oscasaregistration','192.143.90.56','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','win','Unknown',0,1,0,1290,'Talent Scan','-','','0000-00-00 00:00:00',0,0),(128,'2017-03-30 16:23:36',6,'Registration','oscasaregistration','41.114.131.233','Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; Lumia 630) like Gecko','win','Unknown',0,1,0,1293,'Banele','-','','0000-00-00 00:00:00',0,0),(129,'2017-03-30 21:03:20',6,'Registration','oscasaregistration','154.69.78.112','Mozilla/5.0 (Linux; Android 4.4.2; VF685 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36','unix','Unknown',0,1,0,1301,'Ondie27a','-','','0000-00-00 00:00:00',0,0),(130,'2017-04-01 08:13:48',6,'Registration','oscasaregistration','169.1.152.18','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','win','Unknown',0,1,0,1324,'chocgum','-','','0000-00-00 00:00:00',0,0),(131,'2017-04-02 11:13:52',4,'Oscasa Query/Complaint','querycomplaint','105.226.82.95','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.0.11700 Safari/537.36','win','Unknown',0,1,0,1139,'Casper','David wayne','','0000-00-00 00:00:00',0,0),(132,'2017-04-03 11:31:02',6,'Registration','oscasaregistration','154.119.51.18','Mozilla/5.0 (Linux; Android 5.0.1; GT-I9500 Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36','unix','Unknown',0,1,0,1357,'Veli','-','','0000-00-00 00:00:00',0,0),(133,'2017-04-04 03:40:56',6,'Registration','oscasaregistration','185.26.180.186','Opera/9.80 (Android; Opera Mini/7.5.35702/60.271; U; en) Presto/2.12.423 Version/12.16','unix','Unknown',0,1,0,1369,'piekenien','-','','0000-00-00 00:00:00',0,0),(134,'2017-04-04 16:07:11',6,'Registration','oscasaregistration','41.13.40.56','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; MALNJS; rv:11.0) like Gecko','win','Unknown',0,1,0,1382,'Sybrand','-','','0000-00-00 00:00:00',0,0),(135,'2017-04-05 07:47:51',6,'Registration','oscasaregistration','197.93.189.49','Mozilla/5.0 (Linux; U; Android 4.0.4; en-gb; GT-P5100 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30','unix','Unknown',0,1,0,1394,'scruise','-','','0000-00-00 00:00:00',0,0),(136,'2017-04-05 11:07:17',6,'Registration','oscasaregistration','105.186.95.50','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0','win','Unknown',0,1,0,1397,'Sandra','-','','0000-00-00 00:00:00',0,0),(137,'2017-04-10 08:06:49',6,'Registration','oscasaregistration','41.138.68.57','Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Mobile/14D27 [FBAN/FBIOS;FBAV/81.0.0.63.70;FBBV/50791291;FBRV/0;FBDV/iPhone6,2;FBMD/iPhone;FBSN/iOS;FBSV/10.2.1;FBSS/2;FBCR/Vodacom;FBID/phone;FBLC/en_US;FBOP','mac','Unknown',0,1,0,1457,'JenniferWu','-','','0000-00-00 00:00:00',0,0),(138,'2017-04-18 01:33:00',6,'Registration','oscasaregistration','82.145.221.46','Opera/9.80 (BlackBerry; Opera Mini/4.5.33868/60.313; U; en) Presto/2.12.423 Version/12.16','unix','Unknown',0,1,0,1531,'Lali24','-','','0000-00-00 00:00:00',0,0),(139,'2017-04-23 06:00:43',6,'Registration','oscasaregistration','41.13.204.200','Mozilla/5.0 (Linux; Android 6.0.1; SM-G570F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36','unix','Unknown',0,1,0,1594,'ANWHAR Adams','-','','0000-00-00 00:00:00',0,0),(140,'2017-04-24 07:32:28',6,'Registration','oscasaregistration','41.114.67.60','Mozilla/5.0 (Linux; Android 4.4.4; G7-L01 Build/HuaweiG7-L01) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/114.0.0.20.70;]','unix','Unknown',0,1,0,1609,'Chenal','-','','0000-00-00 00:00:00',0,0),(141,'2017-04-25 10:44:47',6,'Registration','oscasaregistration','105.225.231.184','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','win','Unknown',0,1,0,1629,'JeanEmiel','-','','0000-00-00 00:00:00',0,0),(142,'2017-04-25 14:42:07',2,'Oscasa Agency Application Form','oscasaagencyapplication','41.13.243.103','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(143,'2017-04-26 04:17:47',6,'Registration','oscasaregistration','41.13.56.191','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4','mac','Unknown',0,1,0,1640,'Lesedii','-','','0000-00-00 00:00:00',0,0),(144,'2017-05-01 10:01:54',6,'Registration','oscasaregistration','41.162.59.10','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36','win','Unknown',0,1,0,1713,'jillbell','-','','0000-00-00 00:00:00',0,0),(145,'2017-05-02 01:10:21',6,'Registration','oscasaregistration','41.13.86.56','Mozilla/5.0 (Linux; Android 4.4.2; Vodafone Smart Tab 3G Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36','unix','Unknown',0,1,0,1719,'nnono.1992','-','','0000-00-00 00:00:00',0,0),(146,'2017-05-02 06:47:31',6,'Registration','oscasaregistration','41.114.151.98','Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_2 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Mobile/14A456 Safari/602.1','mac','Unknown',0,1,0,1720,'JessieKath','-','','0000-00-00 00:00:00',0,0),(147,'2017-05-02 10:36:29',6,'Registration','oscasaregistration','169.1.76.98','Mozilla/5.0 (Linux; Android 6.0; E5603 Build/30.2.A.1.21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36','unix','Unknown',0,1,0,1724,'Evanza','-','','0000-00-00 00:00:00',0,0),(148,'2017-05-03 04:37:15',4,'Oscasa Query/Complaint','querycomplaint','41.151.126.163','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1','mac','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(149,'2017-05-03 04:51:47',4,'Oscasa Query/Complaint','querycomplaint','41.151.126.163','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1','mac','Unknown',0,1,0,1288,'Wikazi','Lodewikus','','0000-00-00 00:00:00',0,0),(150,'2017-05-03 12:07:01',6,'Registration','oscasaregistration','41.13.216.53','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0','win','Unknown',0,1,0,1742,'jaymills','-','','0000-00-00 00:00:00',0,0),(151,'2017-05-03 15:11:57',6,'Registration','oscasaregistration','82.145.222.183','Opera/9.80 (Android; Opera Mini/23.0.2254/61.445; U; en) Presto/2.12.423 Version/12.16','unix','Unknown',0,1,0,1748,'Tervin','-','','0000-00-00 00:00:00',0,0),(152,'2017-05-13 10:37:32',6,'Registration','oscasaregistration','141.0.13.97','Opera/9.80 (Android; Opera Mini/7.5.33391/62.178; U; en) Presto/2.12.423 Version/12.16','unix','Unknown',0,1,0,1907,'ZeeMbuqe96','-','','0000-00-00 00:00:00',0,0),(153,'2017-05-17 08:44:16',2,'Oscasa Agency Application Form','oscasaagencyapplication','197.89.129.52','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','win','Unknown',1,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(154,'2017-05-18 15:34:03',6,'Registration','oscasaregistration','105.229.165.240','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','win','Unknown',0,1,0,1976,'darus','-','','0000-00-00 00:00:00',0,0),(155,'2017-05-19 16:49:22',6,'Registration','oscasaregistration','155.238.4.86','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; EIE10;ENZAMSN; rv:11.0) like Gecko','win','Unknown',0,1,0,1989,'217057616','-','','0000-00-00 00:00:00',0,0),(156,'2017-05-23 10:25:52',6,'Registration','oscasaregistration','168.253.71.205','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0','win','Unknown',1,1,0,2036,'Janescka Blom','-','','0000-00-00 00:00:00',0,0),(157,'2017-05-28 14:52:45',4,'Oscasa Query/Complaint','querycomplaint','197.93.171.157','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(158,'2017-05-30 15:47:54',6,'Registration','oscasaregistration','196.248.252.240','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','win','Unknown',0,1,0,2116,'Onkarabetse','-','','0000-00-00 00:00:00',0,0),(159,'2017-06-01 07:41:08',6,'Registration','oscasaregistration','169.1.50.80','Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) CriOS/58.0.3029.113 Mobile/14F89 Safari/602.1','mac','Unknown',0,1,0,2134,'Shanay','-','','0000-00-00 00:00:00',0,0),(160,'2017-06-04 21:15:07',6,'Registration','oscasaregistration','82.145.219.147','Opera/9.80 (BlackBerry; Opera Mini/7.1.33553/63.235; U; en) Presto/2.12.423 Version/12.16','unix','Unknown',0,1,0,2178,'matt face','-','','0000-00-00 00:00:00',0,0),(161,'2017-06-12 08:37:21',6,'Registration','oscasaregistration','105.4.62.40','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1','mac','Unknown',0,1,0,2275,'adammartinovic','-','','0000-00-00 00:00:00',0,0),(162,'2017-06-12 11:51:20',6,'Registration','oscasaregistration','169.1.167.227','Mozilla/5.0 (Windows NT 6.1; rv:53.0) Gecko/20100101 Firefox/53.0','win','Unknown',0,1,0,2279,'Jems','-','','0000-00-00 00:00:00',0,0),(163,'2017-06-13 12:19:36',6,'Registration','oscasaregistration','41.76.222.166','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','win','Unknown',0,1,0,2294,'ActorDan','-','','0000-00-00 00:00:00',0,0),(164,'2017-06-13 20:01:26',6,'Registration','oscasaregistration','41.13.250.61','Mozilla/5.0 (Linux; Android 5.1; HS-U602 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/126.0.0.23.77;]','unix','Unknown',0,1,0,2298,'Sinalo','-','','0000-00-00 00:00:00',0,0),(165,'2017-06-13 23:57:20',6,'Registration','oscasaregistration','105.226.237.210','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','win','Unknown',0,1,0,2299,'JARE31','-','','0000-00-00 00:00:00',0,0),(166,'2017-06-14 13:37:29',6,'Registration','oscasaregistration','105.12.97.252','Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) CriOS/59.0.3071.84 Mobile/14D27 Safari/602.1','mac','Unknown',0,1,0,2306,'92Lazola','-','','0000-00-00 00:00:00',0,0),(167,'2017-06-15 13:01:01',6,'Registration','oscasaregistration','41.13.66.62','Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; Lumia 520)','win','Unknown',0,1,0,2316,'DesireeM','-','','0000-00-00 00:00:00',0,0),(168,'2017-06-17 15:18:23',6,'Registration','oscasaregistration','196.207.43.215','Mozilla/5.0 (Linux; Android 5.0; SM-N9005 Build/LRX21V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36','unix','Unknown',0,1,0,2354,'Oxigin','-','','0000-00-00 00:00:00',0,0),(169,'2017-06-19 08:21:09',6,'Registration','oscasaregistration','41.114.163.15','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','win','Unknown',0,1,0,2386,'Derek van Niekerk','-','','0000-00-00 00:00:00',0,0),(170,'2017-06-20 14:16:22',6,'Registration','oscasaregistration','154.69.165.172','Mozilla/5.0 (Linux; Android 6.0; LG-H815 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36','unix','Unknown',0,1,0,2404,'Luks300','-','','0000-00-00 00:00:00',0,0),(171,'2017-06-29 06:29:32',6,'Registration','oscasaregistration','165.255.204.252','Mozilla/5.0 (Linux; U; Android 4.1.2; en-gb; GT-N8000 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30','unix','Unknown',0,1,0,2534,'petercambouris','-','','0000-00-00 00:00:00',0,0),(172,'2017-06-29 10:19:24',6,'Registration','oscasaregistration','185.26.180.177','Opera/9.80 (Android; Opera Mini/7.5.33361/65.229; U; en) Presto/2.12.423 Version/12.16','unix','Unknown',0,1,0,2536,'Babsie','-','','0000-00-00 00:00:00',0,0),(173,'2017-07-01 08:06:20',6,'Registration','oscasaregistration','41.13.194.75','Mozilla/5.0 (Linux; Tizen 2.4; SAMSUNG SM-Z200Y) AppleWebKit/537.3 (KHTML, like Gecko) SamsungBrowser/1.1 Mobile Safari/537.3','unix','Unknown',0,1,0,2556,'Pusco','-','','0000-00-00 00:00:00',0,0),(174,'2017-07-02 17:24:15',6,'Registration','oscasaregistration','141.0.12.33','Opera/9.80 (Android; Opera Mini/7.5.33135/65.257; U; en) Presto/2.12.423 Version/12.16','unix','Unknown',0,1,0,2580,'Mirriam','-','','0000-00-00 00:00:00',0,0),(175,'2017-07-03 05:29:31',6,'Registration','oscasaregistration','105.186.220.199','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','mac','Unknown',0,1,0,2584,'nyxbast','-','','0000-00-00 00:00:00',0,0),(176,'2017-07-03 19:30:04',6,'Registration','oscasaregistration','41.13.24.3','Mozilla/5.0 (Linux; Android 5.1; HUAWEI CUN-L01 Build/HUAWEICUN-L01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36','unix','Unknown',0,1,0,2589,'Victor','-','','0000-00-00 00:00:00',0,0),(177,'2017-07-05 09:49:00',6,'Registration','oscasaregistration','82.145.220.183','Opera/9.80 (Android; Opera Mini/7.5.33942/65.268; U; en) Presto/2.12.423 Version/12.16','unix','Unknown',0,1,0,2608,'divinelira','-','','0000-00-00 00:00:00',0,0),(178,'2017-07-09 20:53:13',6,'Registration','oscasaregistration','197.88.81.9','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','win','Unknown',0,1,0,2661,'JanaG','-','','0000-00-00 00:00:00',0,0),(179,'2017-07-09 23:28:50',6,'Registration','oscasaregistration','41.150.254.86','Mozilla/5.0 (Linux; Android 6.0.1; SM-G900H Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36','unix','Unknown',0,1,0,2663,'Denzil','-','','0000-00-00 00:00:00',0,0),(180,'2017-07-11 13:53:47',6,'Registration','oscasaregistration','82.145.220.210','Opera/9.80 (Android; Opera Mini/22.0.2254/66.234; U; en) Presto/2.12.423 Version/12.16','unix','Unknown',0,1,0,2682,'Nazo','-','','0000-00-00 00:00:00',0,0),(181,'2017-07-21 11:03:57',6,'Registration','oscasaregistration','155.238.4.86','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','win','Unknown',0,1,0,3000,'Sitshoto','-','','0000-00-00 00:00:00',0,0),(182,'2017-07-23 04:07:57',2,'Oscasa Agency Application Form','oscasaagencyapplication','41.27.44.22','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(183,'2017-07-24 11:01:08',6,'Registration','oscasaregistration','197.214.116.210','Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Mobile/14F89 [FBAN/FBIOS;FBAV/91.0.0.41.73;FBBV/57050710;FBDV/iPhone9,4;FBMD/iPhone;FBSN/iOS;FBSV/10.3.2;FBSS/3;FBCR/MTN;FBID/phone;FBLC/en_US;FBOP/5;FBRV/0]','mac','Unknown',0,1,0,3158,'Lainief','-','','0000-00-00 00:00:00',0,0),(184,'2017-08-01 08:16:06',6,'Registration','oscasaregistration','197.93.171.167','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','win','Unknown',0,1,0,3613,'Noel1000','-','','0000-00-00 00:00:00',0,0),(185,'2017-08-01 13:37:42',6,'Registration','oscasaregistration','82.145.223.109','Opera/9.80 (Android; Opera Mini/7.5.33391/66.299; U; en) Presto/2.12.423 Version/12.16','unix','Unknown',0,1,0,3632,'King Mo','-','','0000-00-00 00:00:00',0,0),(186,'2017-08-02 18:42:44',6,'Registration','oscasaregistration','141.0.12.94','Opera/9.80 (Android; Opera Mini/24.0.2254/66.299; U; en) Presto/2.12.423 Version/12.16','unix','Unknown',0,1,0,3714,'Thabisa','-','','0000-00-00 00:00:00',0,0),(187,'2017-08-06 21:34:17',6,'Registration','oscasaregistration','41.13.92.4','Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1','mac','Unknown',0,1,0,3952,'Mpho','-','','0000-00-00 00:00:00',0,0),(188,'2017-08-08 19:37:38',6,'Registration','oscasaregistration','41.114.240.227','Mozilla/5.0 (Linux; Android 6.0; HUAWEI VNS-L31 Build/HUAWEIVNS-L31; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/119.0.0.23.70;]','unix','Unknown',0,1,0,4059,'bonitabnjmn@gmail.com','-','','0000-00-00 00:00:00',0,0),(189,'2017-08-17 06:48:11',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4525,'rucsnk2lggz','-','','0000-00-00 00:00:00',0,0),(190,'2017-08-17 08:30:09',6,'Registration','oscasaregistration','80.252.154.233','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4526,'CecilSkike','-','','0000-00-00 00:00:00',0,0),(191,'2017-08-17 08:31:46',6,'Registration','oscasaregistration','193.201.224.32','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:42.0) Gecko/20100101 Firefox/42.0','mac','Unknown',0,1,0,4527,'vipobo','-','','0000-00-00 00:00:00',0,0),(192,'2017-08-17 12:32:58',6,'Registration','oscasaregistration','195.22.126.33','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:42.0) Gecko/20100101 Firefox/42.0','mac','Unknown',0,1,0,4528,'MerlinInisy','-','','0000-00-00 00:00:00',0,0),(193,'2017-08-17 18:43:02',6,'Registration','oscasaregistration','91.227.180.228','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4529,'Zzspl','-','','0000-00-00 00:00:00',0,0),(194,'2017-08-18 00:35:57',6,'Registration','oscasaregistration','195.22.126.27','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,4530,'RichardEa','-','','0000-00-00 00:00:00',0,0),(195,'2017-08-18 05:02:22',6,'Registration','oscasaregistration','82.193.99.136','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0','win','Unknown',0,1,0,4531,'ведущий','-','','0000-00-00 00:00:00',0,0),(196,'2017-08-18 05:14:40',6,'Registration','oscasaregistration','77.41.15.16','Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4532,'JenaEnese','-','','0000-00-00 00:00:00',0,0),(197,'2017-08-18 05:38:54',6,'Registration','oscasaregistration','212.110.20.141','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4533,'ncjftne','-','','0000-00-00 00:00:00',0,0),(198,'2017-08-18 06:27:40',6,'Registration','oscasaregistration','46.161.9.39','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4534,'DadgilFergo','-','','0000-00-00 00:00:00',0,0),(199,'2017-08-18 11:01:02',6,'Registration','oscasaregistration','134.249.141.24','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4535,'JacobFup','-','','0000-00-00 00:00:00',0,0),(200,'2017-08-18 13:51:36',6,'Registration','oscasaregistration','46.161.9.39','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0','win','Unknown',0,1,0,4536,'RandallOvamn','-','','0000-00-00 00:00:00',0,0),(201,'2017-08-18 14:35:32',6,'Registration','oscasaregistration','46.119.63.158','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,4537,'sitharynn','-','','0000-00-00 00:00:00',0,0),(202,'2017-08-18 18:49:49',6,'Registration','oscasaregistration','91.227.180.228','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4538,'Shtpl','-','','0000-00-00 00:00:00',0,0),(203,'2017-08-18 23:21:33',6,'Registration','oscasaregistration','46.161.9.39','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4539,'Semenmfq','-','','0000-00-00 00:00:00',0,0),(204,'2017-08-18 23:35:49',6,'Registration','oscasaregistration','151.249.164.95','Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4540,'Julieintew','-','','0000-00-00 00:00:00',0,0),(205,'2017-08-19 03:11:39',6,'Registration','oscasaregistration','185.202.103.10','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4541,'Ronaldnob','-','','0000-00-00 00:00:00',0,0),(206,'2017-08-19 07:18:51',6,'Registration','oscasaregistration','95.106.194.64','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0','win','Unknown',0,1,0,4542,'tocodoodca1983','-','','0000-00-00 00:00:00',0,0),(207,'2017-08-19 07:42:21',6,'Registration','oscasaregistration','77.41.66.238','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0','win','Unknown',0,1,0,4543,'Kvas','-','','0000-00-00 00:00:00',0,0),(208,'2017-08-19 11:01:50',6,'Registration','oscasaregistration','93.120.178.16','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4544,'Totalubaw','-','','0000-00-00 00:00:00',0,0),(209,'2017-08-20 05:08:26',6,'Registration','oscasaregistration','185.58.207.61','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4545,'MariaTab','-','','0000-00-00 00:00:00',0,0),(210,'2017-08-20 08:32:11',6,'Registration','oscasaregistration','82.200.121.251','Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4546,'AnthonyUnest','-','','0000-00-00 00:00:00',0,0),(211,'2017-08-20 11:46:19',6,'Registration','oscasaregistration','79.165.150.56','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4547,'Allarsvew','-','','0000-00-00 00:00:00',0,0),(212,'2017-08-20 12:45:27',6,'Registration','oscasaregistration','188.163.74.54','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4548,'JeffreyVidge','-','','0000-00-00 00:00:00',0,0),(213,'2017-08-20 14:48:32',6,'Registration','oscasaregistration','5.39.93.96','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36','win','Unknown',0,1,0,4549,'Undermelend','-','','0000-00-00 00:00:00',0,0),(214,'2017-08-20 19:05:23',6,'Registration','oscasaregistration','5.39.93.96','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','win','Unknown',0,1,0,4550,'Souppybutt','-','','0000-00-00 00:00:00',0,0),(215,'2017-08-20 22:13:51',6,'Registration','oscasaregistration','95.106.195.137','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4551,'devacucons1976','-','','0000-00-00 00:00:00',0,0),(216,'2017-08-21 00:55:50',6,'Registration','oscasaregistration','77.41.15.16','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4552,'AllaEnese','-','','0000-00-00 00:00:00',0,0),(217,'2017-08-21 01:59:31',6,'Registration','oscasaregistration','212.74.202.103','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4553,'DavidVuT','-','','0000-00-00 00:00:00',0,0),(218,'2017-08-21 08:45:29',6,'Registration','oscasaregistration','23.250.86.11','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4554,'ThomasBrick','-','','0000-00-00 00:00:00',0,0),(219,'2017-08-21 12:10:45',6,'Registration','oscasaregistration','193.201.224.32','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4555,'ddgirl','-','','0000-00-00 00:00:00',0,0),(220,'2017-08-21 13:29:03',6,'Registration','oscasaregistration','37.57.45.247','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4556,'Urgelddetfef','-','','0000-00-00 00:00:00',0,0),(221,'2017-08-21 18:58:39',6,'Registration','oscasaregistration','37.57.45.247','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4557,'IndiniaTemi','-','','0000-00-00 00:00:00',0,0),(222,'2017-08-22 02:17:30',6,'Registration','oscasaregistration','37.57.45.247','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,4558,'tinopexonia','-','','0000-00-00 00:00:00',0,0),(223,'2017-08-22 02:30:33',6,'Registration','oscasaregistration','185.58.207.61','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4559,'WalterPrief','-','','0000-00-00 00:00:00',0,0),(224,'2017-08-22 12:06:07',6,'Registration','oscasaregistration','202.129.57.126','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4560,'Michael8944son','-','','0000-00-00 00:00:00',0,0),(225,'2017-08-22 13:58:22',6,'Registration','oscasaregistration','37.57.45.247','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4561,'Nexbreabealo','-','','0000-00-00 00:00:00',0,0),(226,'2017-08-22 14:58:03',6,'Registration','oscasaregistration','105.228.21.199','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','win','Unknown',0,1,0,4562,'sakiemos','-','','0000-00-00 00:00:00',0,0),(227,'2017-08-22 19:55:51',6,'Registration','oscasaregistration','37.57.45.247','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0','win','Unknown',0,1,0,4564,'arcazocutt','-','','0000-00-00 00:00:00',0,0),(228,'2017-08-22 23:07:20',6,'Registration','oscasaregistration','109.188.122.86','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4565,'LindaLag','-','','0000-00-00 00:00:00',0,0),(229,'2017-08-23 00:44:37',6,'Registration','oscasaregistration','88.147.173.20','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4566,'Leegiovest','-','','0000-00-00 00:00:00',0,0),(230,'2017-08-23 01:11:43',6,'Registration','oscasaregistration','93.120.178.16','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4567,'NbatotExamy','-','','0000-00-00 00:00:00',0,0),(231,'2017-08-23 01:22:06',6,'Registration','oscasaregistration','93.72.59.193','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4568,'kovaliev.E-1967','-','','0000-00-00 00:00:00',0,0),(232,'2017-08-23 01:27:03',6,'Registration','oscasaregistration','37.233.37.93','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0','win','Unknown',0,1,0,4569,'WilliamNex','-','','0000-00-00 00:00:00',0,0),(233,'2017-08-23 12:57:46',6,'Registration','oscasaregistration','37.57.45.247','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4570,'Denierse','-','','0000-00-00 00:00:00',0,0),(234,'2017-08-23 14:10:10',6,'Registration','oscasaregistration','51.254.140.15','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4571,'wglillqgz','-','','0000-00-00 00:00:00',0,0),(235,'2017-08-23 14:25:17',6,'Registration','oscasaregistration','37.233.37.93','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4572,'Rollandironi','-','','0000-00-00 00:00:00',0,0),(236,'2017-08-23 23:18:51',6,'Registration','oscasaregistration','146.185.223.42','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4573,'ArthurWerry','-','','0000-00-00 00:00:00',0,0),(237,'2017-08-24 07:29:29',6,'Registration','oscasaregistration','212.92.115.77','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4574,'Marcusbaink','-','','0000-00-00 00:00:00',0,0),(238,'2017-08-24 08:24:30',6,'Registration','oscasaregistration','93.120.178.16','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:42.0) Gecko/20100101 Firefox/42.0','mac','Unknown',0,1,0,4575,'EtotalThouh','-','','0000-00-00 00:00:00',0,0),(239,'2017-08-24 19:46:24',6,'Registration','oscasaregistration','195.22.126.23','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4576,'Leslielex','-','','0000-00-00 00:00:00',0,0),(240,'2017-08-24 21:08:20',6,'Registration','oscasaregistration','212.34.97.22','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0','unix','Unknown',0,1,0,4577,'singpoccaga1985','-','','0000-00-00 00:00:00',0,0),(241,'2017-08-25 02:21:10',6,'Registration','oscasaregistration','37.57.45.247','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4578,'golamaxy','-','','0000-00-00 00:00:00',0,0),(242,'2017-08-25 02:57:19',6,'Registration','oscasaregistration','95.106.203.128','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:42.0) Gecko/20100101 Firefox/42.0','mac','Unknown',0,1,0,4579,'saiwetligamb1977','-','','0000-00-00 00:00:00',0,0),(243,'2017-08-25 03:16:37',6,'Registration','oscasaregistration','95.29.223.181','Mozilla/5.0 (Windows NT 6.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4580,'DmitriiSn','-','','0000-00-00 00:00:00',0,0),(244,'2017-08-25 04:13:23',6,'Registration','oscasaregistration','37.57.45.247','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','win','Unknown',0,1,0,4581,'Anigedgill','-','','0000-00-00 00:00:00',0,0),(245,'2017-08-25 06:28:35',6,'Registration','oscasaregistration','61.52.78.141','Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4582,'BillyGox','-','','0000-00-00 00:00:00',0,0),(246,'2017-08-25 06:30:07',6,'Registration','oscasaregistration','95.106.203.128','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4583,'nacoutdenpdold1985','-','','0000-00-00 00:00:00',0,0),(247,'2017-08-25 13:37:24',6,'Registration','oscasaregistration','77.41.66.238','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4584,'Muz_DUOby','-','','0000-00-00 00:00:00',0,0),(248,'2017-08-25 14:44:02',6,'Registration','oscasaregistration','49.228.225.60','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4585,'Michaelbut','-','','0000-00-00 00:00:00',0,0),(249,'2017-08-25 17:36:28',6,'Registration','oscasaregistration','176.126.252.11','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4586,'alexisja1','-','','0000-00-00 00:00:00',0,0),(250,'2017-08-25 17:52:52',6,'Registration','oscasaregistration','88.147.173.20','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4587,'Timrrhyliz','-','','0000-00-00 00:00:00',0,0),(251,'2017-08-25 19:04:01',6,'Registration','oscasaregistration','179.127.32.133','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0','win','Unknown',0,1,0,4588,'Kswhons','-','','0000-00-00 00:00:00',0,0),(252,'2017-08-25 22:29:22',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4589,'essayk2rfzn','-','','0000-00-00 00:00:00',0,0),(253,'2017-08-25 22:53:58',6,'Registration','oscasaregistration','62.210.11.95','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4590,'Nicolaseo','-','','0000-00-00 00:00:00',0,0),(254,'2017-08-25 22:55:58',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4591,'essayk2wpck','-','','0000-00-00 00:00:00',0,0),(255,'2017-08-26 00:15:44',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4592,'rucsnk2znfe','-','','0000-00-00 00:00:00',0,0),(256,'2017-08-26 00:44:40',6,'Registration','oscasaregistration','105.13.8.148','Mozilla/5.0 (Linux; Android 5.1; U972 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36','unix','Unknown',0,1,0,4593,'Chriz23','-','','0000-00-00 00:00:00',0,0),(257,'2017-08-26 01:07:35',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4594,'rucsnk2npqs','-','','0000-00-00 00:00:00',0,0),(258,'2017-08-26 01:28:24',6,'Registration','oscasaregistration','46.105.15.249','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4595,'Promosip','-','','0000-00-00 00:00:00',0,0),(259,'2017-08-26 02:51:42',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4596,'rucsnk2yfcy','-','','0000-00-00 00:00:00',0,0),(260,'2017-08-26 05:16:27',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4597,'rucsnk2mopa','-','','0000-00-00 00:00:00',0,0),(261,'2017-08-26 05:34:05',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4598,'rucsnk2pavf','-','','0000-00-00 00:00:00',0,0),(262,'2017-08-26 06:06:41',6,'Registration','oscasaregistration','46.161.9.39','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4599,'Charlesbrish','-','','0000-00-00 00:00:00',0,0),(263,'2017-08-26 06:58:57',6,'Registration','oscasaregistration','37.115.215.125','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4600,'DavidPaith','-','','0000-00-00 00:00:00',0,0),(264,'2017-08-26 09:31:29',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4601,'essayk2ejrp','-','','0000-00-00 00:00:00',0,0),(265,'2017-08-26 09:48:16',6,'Registration','oscasaregistration','178.159.37.15','Mozilla/5.0 (iPhone; CPU iPhone OS 8_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12B411 Safari/600.1.4 (compatible; YandexMobileBot/3.0; +http://yandex.com/bots)','mac','Unknown',0,1,0,4602,'LubosAgemo','-','','0000-00-00 00:00:00',0,0),(266,'2017-08-26 10:24:45',6,'Registration','oscasaregistration','93.81.9.165','Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4603,'HarryJoigh','-','','0000-00-00 00:00:00',0,0),(267,'2017-08-26 10:25:42',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4604,'essayk2pzre','-','','0000-00-00 00:00:00',0,0),(268,'2017-08-26 10:43:10',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4605,'essayk2wcdn','-','','0000-00-00 00:00:00',0,0),(269,'2017-08-26 10:51:45',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4606,'essayk2jjre','-','','0000-00-00 00:00:00',0,0),(270,'2017-08-26 11:09:28',6,'Registration','oscasaregistration','89.26.248.3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4607,'JamesCorgo','-','','0000-00-00 00:00:00',0,0),(271,'2017-08-26 13:40:48',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4608,'essayk2sljz','-','','0000-00-00 00:00:00',0,0),(272,'2017-08-26 14:30:45',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1','mac','Unknown',0,1,0,4609,'essayk2ycck','-','','0000-00-00 00:00:00',0,0),(273,'2017-08-26 15:39:08',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0','unix','Unknown',0,1,0,4610,'essayk2jogu','-','','0000-00-00 00:00:00',0,0),(274,'2017-08-26 15:54:01',6,'Registration','oscasaregistration','93.72.59.193','Mozilla/5.0 (iPhone; CPU iPhone OS 8_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12B411 Safari/600.1.4 (compatible; YandexMobileBot/3.0; +http://yandex.com/bots)','mac','Unknown',0,1,0,4611,'E.maloy03081983','-','','0000-00-00 00:00:00',0,0),(275,'2017-08-26 15:54:11',6,'Registration','oscasaregistration','195.22.126.21','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,4612,'ChrisRiT','-','','0000-00-00 00:00:00',0,0),(276,'2017-08-26 17:52:29',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4613,'essayk2pako','-','','0000-00-00 00:00:00',0,0),(277,'2017-08-26 18:43:36',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4614,'essayk2jpro','-','','0000-00-00 00:00:00',0,0),(278,'2017-08-26 19:39:34',6,'Registration','oscasaregistration','95.106.221.199','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4615,'obkrisabseo1987','-','','0000-00-00 00:00:00',0,0),(279,'2017-08-26 20:51:05',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:42.0) Gecko/20100101 Firefox/42.0','mac','Unknown',0,1,0,4616,'essayk2ltiu','-','','0000-00-00 00:00:00',0,0),(280,'2017-08-26 21:24:56',6,'Registration','oscasaregistration','37.57.45.247','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0','unix','Unknown',0,1,0,4617,'UtetueptPak','-','','0000-00-00 00:00:00',0,0),(281,'2017-08-26 22:07:19',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4618,'essayk2kpem','-','','0000-00-00 00:00:00',0,0),(282,'2017-08-26 23:06:40',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4619,'essayk2ejpj','-','','0000-00-00 00:00:00',0,0),(283,'2017-08-26 23:25:12',6,'Registration','oscasaregistration','95.106.223.179','Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4620,'reehampbegfea1981','-','','0000-00-00 00:00:00',0,0),(284,'2017-08-27 00:50:30',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4621,'essayk2tcxm','-','','0000-00-00 00:00:00',0,0),(285,'2017-08-27 03:15:41',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0','unix','Unknown',0,1,0,4622,'essayk2btee','-','','0000-00-00 00:00:00',0,0),(286,'2017-08-27 03:16:53',6,'Registration','oscasaregistration','46.118.157.125','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4623,'Herbertmom','-','','0000-00-00 00:00:00',0,0),(287,'2017-08-27 03:36:43',6,'Registration','oscasaregistration','146.185.223.106','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','win','Unknown',0,1,0,4624,'Robertecogs','-','','0000-00-00 00:00:00',0,0),(288,'2017-08-27 06:41:20',6,'Registration','oscasaregistration','95.106.223.179','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4625,'theonulrepo1980','-','','0000-00-00 00:00:00',0,0),(289,'2017-08-27 07:14:56',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4626,'essayk2swja','-','','0000-00-00 00:00:00',0,0),(290,'2017-08-27 08:26:22',6,'Registration','oscasaregistration','176.110.133.2','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,4627,'SertyOt','-','','0000-00-00 00:00:00',0,0),(291,'2017-08-27 09:27:35',6,'Registration','oscasaregistration','77.243.183.75','Mozilla/5.0 (Windows NT 6.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4628,'Virgilcop','-','','0000-00-00 00:00:00',0,0),(292,'2017-08-27 09:29:48',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 BingPreview/1.0b','mac','Unknown',0,1,0,4629,'essayk2yerm','-','','0000-00-00 00:00:00',0,0),(293,'2017-08-27 10:17:05',6,'Registration','oscasaregistration','185.17.157.194','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4630,'Louzisaceft','-','','0000-00-00 00:00:00',0,0),(294,'2017-08-27 12:17:35',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4631,'essayk2mlym','-','','0000-00-00 00:00:00',0,0),(295,'2017-08-27 12:37:56',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4632,'essayk2bcid','-','','0000-00-00 00:00:00',0,0),(296,'2017-08-27 12:58:28',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4633,'essayk2mfmy','-','','0000-00-00 00:00:00',0,0),(297,'2017-08-27 13:31:57',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0','win','Unknown',0,1,0,4634,'essayk2ibae','-','','0000-00-00 00:00:00',0,0),(298,'2017-08-27 13:38:50',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4635,'essayk2iigk','-','','0000-00-00 00:00:00',0,0),(299,'2017-08-27 13:59:12',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4636,'essayk2ausr','-','','0000-00-00 00:00:00',0,0),(300,'2017-08-27 14:45:16',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4637,'essayk2vrzq','-','','0000-00-00 00:00:00',0,0),(301,'2017-08-27 15:34:30',6,'Registration','oscasaregistration','37.233.37.93','Mozilla/5.0 (Windows NT 6.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4638,'Kennethvag','-','','0000-00-00 00:00:00',0,0),(302,'2017-08-27 16:38:18',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4639,'essayk2eicp','-','','0000-00-00 00:00:00',0,0),(303,'2017-08-27 17:18:57',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4640,'essayk2rtew','-','','0000-00-00 00:00:00',0,0),(304,'2017-08-27 17:51:22',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4641,'essayk2tguw','-','','0000-00-00 00:00:00',0,0),(305,'2017-08-27 17:58:12',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4642,'essayk2ydqw','-','','0000-00-00 00:00:00',0,0),(306,'2017-08-27 18:04:54',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4643,'essayk2xwsu','-','','0000-00-00 00:00:00',0,0),(307,'2017-08-27 18:18:43',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4644,'essayk2gzpj','-','','0000-00-00 00:00:00',0,0),(308,'2017-08-27 18:44:48',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4645,'essayk2drhv','-','','0000-00-00 00:00:00',0,0),(309,'2017-08-27 18:58:08',6,'Registration','oscasaregistration','195.22.126.22','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4646,'Greggwhode','-','','0000-00-00 00:00:00',0,0),(310,'2017-08-27 20:20:39',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4647,'essayk2pbfc','-','','0000-00-00 00:00:00',0,0),(311,'2017-08-27 20:40:53',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4648,'essayk2ohal','-','','0000-00-00 00:00:00',0,0),(312,'2017-08-27 21:12:00',6,'Registration','oscasaregistration','77.41.15.16','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4649,'MariamaEnese','-','','0000-00-00 00:00:00',0,0),(313,'2017-08-27 22:34:56',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4650,'essayk2rmvs','-','','0000-00-00 00:00:00',0,0),(314,'2017-08-27 22:55:13',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4651,'essayk2jfwf','-','','0000-00-00 00:00:00',0,0),(315,'2017-08-27 23:25:35',6,'Registration','oscasaregistration','185.154.13.7','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4652,'Robertmam','-','','0000-00-00 00:00:00',0,0),(316,'2017-08-27 23:28:37',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4653,'essayk2kkva','-','','0000-00-00 00:00:00',0,0),(317,'2017-08-27 23:35:58',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4654,'essayk2hltz','-','','0000-00-00 00:00:00',0,0),(318,'2017-08-27 23:48:27',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4655,'essayk2bcwk','-','','0000-00-00 00:00:00',0,0),(319,'2017-08-28 00:09:17',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4656,'essayk2brvq','-','','0000-00-00 00:00:00',0,0),(320,'2017-08-28 00:42:12',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4657,'essayk2awme','-','','0000-00-00 00:00:00',0,0),(321,'2017-08-28 01:55:53',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4658,'essayk2xvee','-','','0000-00-00 00:00:00',0,0),(322,'2017-08-28 03:37:56',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4659,'essayk2knzo','-','','0000-00-00 00:00:00',0,0),(323,'2017-08-28 04:11:08',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4660,'essayk2tthh','-','','0000-00-00 00:00:00',0,0),(324,'2017-08-28 04:17:38',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4661,'essayk2bxfj','-','','0000-00-00 00:00:00',0,0),(325,'2017-08-28 04:50:53',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4662,'essayk2aimn','-','','0000-00-00 00:00:00',0,0),(326,'2017-08-28 04:58:00',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4663,'essayk2ykcp','-','','0000-00-00 00:00:00',0,0),(327,'2017-08-28 05:04:28',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4664,'essayk2dvei','-','','0000-00-00 00:00:00',0,0),(328,'2017-08-28 05:17:57',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4665,'essayk2xncn','-','','0000-00-00 00:00:00',0,0),(329,'2017-08-28 06:20:32',6,'Registration','oscasaregistration','178.159.37.61','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4666,'DavidRoyar','-','','0000-00-00 00:00:00',0,0),(330,'2017-08-28 06:49:41',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4667,'essayk2nqgg','-','','0000-00-00 00:00:00',0,0),(331,'2017-08-28 07:36:48',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4668,'essayk2held','-','','0000-00-00 00:00:00',0,0),(332,'2017-08-28 07:57:15',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4669,'essayk2lzph','-','','0000-00-00 00:00:00',0,0),(333,'2017-08-28 09:06:15',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4670,'essayk2wffh','-','','0000-00-00 00:00:00',0,0),(334,'2017-08-28 09:26:30',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4671,'essayk2pyvq','-','','0000-00-00 00:00:00',0,0),(335,'2017-08-28 09:46:33',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0','unix','Unknown',0,1,0,4672,'essayk2pdes','-','','0000-00-00 00:00:00',0,0),(336,'2017-08-28 10:59:12',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','win','Unknown',0,1,0,4673,'essayk2sgxw','-','','0000-00-00 00:00:00',0,0),(337,'2017-08-28 11:12:44',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4674,'essayk2fikb','-','','0000-00-00 00:00:00',0,0),(338,'2017-08-28 11:39:01',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4675,'essayk2puao','-','','0000-00-00 00:00:00',0,0),(339,'2017-08-28 12:05:59',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4676,'essayk2jqpb','-','','0000-00-00 00:00:00',0,0),(340,'2017-08-28 12:33:01',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4677,'essayk2kmpo','-','','0000-00-00 00:00:00',0,0),(341,'2017-08-28 12:46:31',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4678,'essayk2vnjk','-','','0000-00-00 00:00:00',0,0),(342,'2017-08-28 13:07:12',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1','mac','Unknown',0,1,0,4679,'essayk2kvzf','-','','0000-00-00 00:00:00',0,0),(343,'2017-08-28 14:23:14',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4680,'essayk2mieb','-','','0000-00-00 00:00:00',0,0),(344,'2017-08-28 14:36:33',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4681,'essayk2ngqx','-','','0000-00-00 00:00:00',0,0),(345,'2017-08-28 15:12:39',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1','mac','Unknown',0,1,0,4682,'essayk2ofhn','-','','0000-00-00 00:00:00',0,0),(346,'2017-08-28 16:57:20',6,'Registration','oscasaregistration','5.187.68.193','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','win','Unknown',0,1,0,4683,'SamuelCoeft','-','','0000-00-00 00:00:00',0,0),(347,'2017-08-28 17:45:50',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4684,'essayk2glab','-','','0000-00-00 00:00:00',0,0),(348,'2017-08-28 20:13:13',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4685,'essayk2sobm','-','','0000-00-00 00:00:00',0,0),(349,'2017-08-28 20:19:57',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4686,'essayk2udqa','-','','0000-00-00 00:00:00',0,0),(350,'2017-08-28 20:40:03',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4687,'essayk2txxl','-','','0000-00-00 00:00:00',0,0),(351,'2017-08-28 20:46:51',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4688,'essayk2pmha','-','','0000-00-00 00:00:00',0,0),(352,'2017-08-28 21:33:06',6,'Registration','oscasaregistration','154.16.49.29','Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4689,'JosephClero','-','','0000-00-00 00:00:00',0,0),(353,'2017-08-28 22:25:04',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4690,'essayk2ipcu','-','','0000-00-00 00:00:00',0,0),(354,'2017-08-28 23:01:22',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4691,'essayk2vvok','-','','0000-00-00 00:00:00',0,0),(355,'2017-08-29 01:06:13',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4692,'essayk2egvy','-','','0000-00-00 00:00:00',0,0),(356,'2017-08-29 02:12:36',6,'Registration','oscasaregistration','37.57.45.247','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,4693,'flomymub','-','','0000-00-00 00:00:00',0,0),(357,'2017-08-29 02:16:38',6,'Registration','oscasaregistration','188.165.4.128','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','win','Unknown',0,1,0,4694,'Dewaynekiree','-','','0000-00-00 00:00:00',0,0),(358,'2017-08-29 02:24:10',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4695,'essayk2pkoc','-','','0000-00-00 00:00:00',0,0),(359,'2017-08-29 04:35:54',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4696,'essayk2cuyi','-','','0000-00-00 00:00:00',0,0),(360,'2017-08-29 05:18:52',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4697,'essayk2bhfm','-','','0000-00-00 00:00:00',0,0),(361,'2017-08-29 06:02:57',6,'Registration','oscasaregistration','85.253.213.218','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4698,'ShaunnaHat','-','','0000-00-00 00:00:00',0,0),(362,'2017-08-29 06:26:56',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4699,'essayk2shmf','-','','0000-00-00 00:00:00',0,0),(363,'2017-08-29 07:56:53',6,'Registration','oscasaregistration','37.187.72.196','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:42.0) Gecko/20100101 Firefox/42.0','mac','Unknown',0,1,0,4700,'Stephen9657Num','-','','0000-00-00 00:00:00',0,0),(364,'2017-08-29 08:26:30',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4701,'essayk2sbcu','-','','0000-00-00 00:00:00',0,0),(365,'2017-08-29 08:47:54',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4702,'essayk2uavz','-','','0000-00-00 00:00:00',0,0),(366,'2017-08-29 09:57:20',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4703,'essayk2fblz','-','','0000-00-00 00:00:00',0,0),(367,'2017-08-29 11:00:19',6,'Registration','oscasaregistration','195.22.126.27','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0','win','Unknown',0,1,0,4704,'Patricksaf','-','','0000-00-00 00:00:00',0,0),(368,'2017-08-29 14:38:46',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4705,'essayk2yfkq','-','','0000-00-00 00:00:00',0,0),(369,'2017-08-29 15:36:23',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4706,'essayk2nssz','-','','0000-00-00 00:00:00',0,0),(370,'2017-08-29 17:25:36',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4707,'essayk2miym','-','','0000-00-00 00:00:00',0,0),(371,'2017-08-29 17:39:24',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1','mac','Unknown',0,1,0,4708,'essayk2cqnz','-','','0000-00-00 00:00:00',0,0),(372,'2017-08-29 18:15:16',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4709,'essayk2keyq','-','','0000-00-00 00:00:00',0,0),(373,'2017-08-29 18:35:09',6,'Registration','oscasaregistration','5.18.204.171','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4710,'StiveGat','-','','0000-00-00 00:00:00',0,0),(374,'2017-08-29 18:50:16',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4711,'essayk2kdep','-','','0000-00-00 00:00:00',0,0),(375,'2017-08-29 19:04:32',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4712,'essayk2nfwm','-','','0000-00-00 00:00:00',0,0),(376,'2017-08-29 19:54:25',6,'Registration','oscasaregistration','196.207.43.205','Mozilla/5.0 (Linux; Android 5.0.1; SAMSUNG GT-I9505 Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.1 Chrome/34.0.1847.76 Mobile Safari/537.36','unix','Unknown',0,1,0,4713,'Dante','-','','0000-00-00 00:00:00',0,0),(377,'2017-08-29 20:16:27',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4714,'essayk2jzht','-','','0000-00-00 00:00:00',0,0),(378,'2017-08-29 20:24:31',6,'Registration','oscasaregistration','78.158.209.243','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,4715,'AcEssaySpock','-','','0000-00-00 00:00:00',0,0),(379,'2017-08-29 20:45:15',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4716,'essayk2lbka','-','','0000-00-00 00:00:00',0,0),(380,'2017-08-29 20:52:57',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4717,'essayk2jshs','-','','0000-00-00 00:00:00',0,0),(381,'2017-08-29 21:36:35',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4718,'essayk2wgfk','-','','0000-00-00 00:00:00',0,0),(382,'2017-08-29 21:58:30',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4719,'essayk2qbso','-','','0000-00-00 00:00:00',0,0),(383,'2017-08-29 23:36:51',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4720,'essayk2ntdi','-','','0000-00-00 00:00:00',0,0),(384,'2017-08-30 02:12:58',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4721,'essayk2bmzy','-','','0000-00-00 00:00:00',0,0),(385,'2017-08-30 02:26:41',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4722,'essayk2frpy','-','','0000-00-00 00:00:00',0,0),(386,'2017-08-30 03:47:54',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4723,'essayk2fpog','-','','0000-00-00 00:00:00',0,0),(387,'2017-08-30 04:08:02',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','win','Unknown',0,1,0,4724,'essayk2ivur','-','','0000-00-00 00:00:00',0,0),(388,'2017-08-30 04:27:26',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4725,'essayk2cbpj','-','','0000-00-00 00:00:00',0,0),(389,'2017-08-30 05:15:15',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4726,'essayk2fncv','-','','0000-00-00 00:00:00',0,0),(390,'2017-08-30 09:59:37',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4727,'essayk2woef','-','','0000-00-00 00:00:00',0,0),(391,'2017-08-30 11:52:14',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4728,'essayk2uthr','-','','0000-00-00 00:00:00',0,0),(392,'2017-08-30 12:59:10',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4729,'essayk2kiaf','-','','0000-00-00 00:00:00',0,0),(393,'2017-08-30 13:19:18',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (iPhone; CPU iPhone OS 8_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12B411 Safari/600.1.4 (compatible; YandexMobileBot/3.0; +http://yandex.com/bots)','mac','Unknown',0,1,0,4730,'essayk2qdan','-','','0000-00-00 00:00:00',0,0),(394,'2017-08-30 14:56:17',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,4731,'essayk2dctw','-','','0000-00-00 00:00:00',0,0),(395,'2017-08-30 16:39:24',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4732,'essayk2yvhn','-','','0000-00-00 00:00:00',0,0),(396,'2017-08-30 16:45:55',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1','mac','Unknown',0,1,0,4733,'essayk2xcmt','-','','0000-00-00 00:00:00',0,0),(397,'2017-08-30 19:12:56',6,'Registration','oscasaregistration','37.115.187.206','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:42.0) Gecko/20100101 Firefox/42.0','mac','Unknown',0,1,0,4734,'bapbeerge','-','','0000-00-00 00:00:00',0,0),(398,'2017-08-30 19:50:45',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4735,'essayk2jncx','-','','0000-00-00 00:00:00',0,0),(399,'2017-08-30 21:17:34',6,'Registration','oscasaregistration','37.115.187.206','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0','unix','Unknown',0,1,0,4736,'Preecluri','-','','0000-00-00 00:00:00',0,0),(400,'2017-08-30 21:54:34',6,'Registration','oscasaregistration','46.119.118.224','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','win','Unknown',0,1,0,4737,'filippScase','-','','0000-00-00 00:00:00',0,0),(401,'2017-08-30 22:16:57',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4738,'essayk2vrar','-','','0000-00-00 00:00:00',0,0),(402,'2017-08-30 22:44:43',6,'Registration','oscasaregistration','37.115.187.206','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4739,'zookereimi','-','','0000-00-00 00:00:00',0,0),(403,'2017-08-30 23:09:48',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4740,'essayk2hsgk','-','','0000-00-00 00:00:00',0,0),(404,'2017-08-30 23:49:57',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4741,'essayk2ideb','-','','0000-00-00 00:00:00',0,0),(405,'2017-08-31 01:03:10',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4742,'essayk2bwqj','-','','0000-00-00 00:00:00',0,0),(406,'2017-08-31 02:45:58',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4743,'essayk2mlwb','-','','0000-00-00 00:00:00',0,0),(407,'2017-08-31 03:18:32',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (Windows NT 6.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4744,'essayk2iund','-','','0000-00-00 00:00:00',0,0),(408,'2017-08-31 03:33:00',6,'Registration','oscasaregistration','146.185.223.146','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0','unix','Unknown',0,1,0,4745,'dustblenetli','-','','0000-00-00 00:00:00',0,0),(409,'2017-08-31 04:34:23',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4746,'essayk2jptg','-','','0000-00-00 00:00:00',0,0),(410,'2017-08-31 04:41:50',6,'Registration','oscasaregistration','176.62.76.131','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0','win','Unknown',0,1,0,4747,'Joshuavah','-','','0000-00-00 00:00:00',0,0),(411,'2017-08-31 05:13:13',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4748,'essayk2mxym','-','','0000-00-00 00:00:00',0,0),(412,'2017-08-31 05:38:53',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (iPhone; CPU iPhone OS 8_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12B411 Safari/600.1.4 (compatible; YandexMobileBot/3.0; +http://yandex.com/bots)','mac','Unknown',0,1,0,4749,'essayk2cigo','-','','0000-00-00 00:00:00',0,0),(413,'2017-08-31 06:33:26',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4750,'essayk2ufip','-','','0000-00-00 00:00:00',0,0),(414,'2017-08-31 06:53:13',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4751,'essayk2vxqe','-','','0000-00-00 00:00:00',0,0),(415,'2017-08-31 07:06:26',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4752,'essayk2opvo','-','','0000-00-00 00:00:00',0,0),(416,'2017-08-31 09:07:04',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4753,'essayk2oeiq','-','','0000-00-00 00:00:00',0,0),(417,'2017-08-31 09:47:00',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4754,'essayk2kgkk','-','','0000-00-00 00:00:00',0,0),(418,'2017-08-31 10:01:46',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4755,'essayk2pfyh','-','','0000-00-00 00:00:00',0,0),(419,'2017-08-31 10:15:13',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4756,'essayk2eiqq','-','','0000-00-00 00:00:00',0,0),(420,'2017-08-31 10:28:46',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4757,'essayk2ydpo','-','','0000-00-00 00:00:00',0,0),(421,'2017-08-31 11:41:39',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4758,'essayk2zurm','-','','0000-00-00 00:00:00',0,0),(422,'2017-08-31 11:48:41',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4759,'essayk2fkla','-','','0000-00-00 00:00:00',0,0),(423,'2017-08-31 12:08:36',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4760,'essayk2xgya','-','','0000-00-00 00:00:00',0,0),(424,'2017-08-31 12:22:19',6,'Registration','oscasaregistration','46.72.59.31','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4761,'MShinom','-','','0000-00-00 00:00:00',0,0),(425,'2017-08-31 12:36:39',6,'Registration','oscasaregistration','37.115.187.206','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4762,'Hepasseta','-','','0000-00-00 00:00:00',0,0),(426,'2017-08-31 13:08:54',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4763,'essayk2oiiy','-','','0000-00-00 00:00:00',0,0),(427,'2017-08-31 14:13:11',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4764,'essayk2pfgi','-','','0000-00-00 00:00:00',0,0),(428,'2017-08-31 14:21:20',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4765,'essayk2guhe','-','','0000-00-00 00:00:00',0,0),(429,'2017-08-31 14:30:02',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4766,'essayk2qgrr','-','','0000-00-00 00:00:00',0,0),(430,'2017-08-31 14:43:09',6,'Registration','oscasaregistration','154.16.49.28','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4767,'Joshualiado','-','','0000-00-00 00:00:00',0,0),(431,'2017-08-31 15:56:04',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4768,'essayk2jqln','-','','0000-00-00 00:00:00',0,0),(432,'2017-08-31 16:33:57',6,'Registration','oscasaregistration','46.161.9.20','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4769,'BrettIdear','-','','0000-00-00 00:00:00',0,0),(433,'2017-08-31 16:55:06',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4770,'essayk2pkyo','-','','0000-00-00 00:00:00',0,0),(434,'2017-08-31 17:18:26',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4771,'essayk2tfmd','-','','0000-00-00 00:00:00',0,0),(435,'2017-08-31 17:25:25',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4772,'essayk2adlh','-','','0000-00-00 00:00:00',0,0),(436,'2017-08-31 18:14:27',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4773,'essayk2bmkf','-','','0000-00-00 00:00:00',0,0),(437,'2017-08-31 19:12:48',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4774,'essayk2oaxj','-','','0000-00-00 00:00:00',0,0),(438,'2017-08-31 19:33:45',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4775,'essayk2hifb','-','','0000-00-00 00:00:00',0,0),(439,'2017-08-31 19:47:54',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4776,'essayk2tcfx','-','','0000-00-00 00:00:00',0,0),(440,'2017-08-31 20:42:41',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4777,'essayk2pkbv','-','','0000-00-00 00:00:00',0,0),(441,'2017-08-31 21:06:21',6,'Registration','oscasaregistration','46.242.12.247','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4778,'GregoryHut','-','','0000-00-00 00:00:00',0,0),(442,'2017-08-31 23:28:05',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4779,'essayk2tsbq','-','','0000-00-00 00:00:00',0,0),(443,'2017-08-31 23:41:52',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4780,'essayk2coao','-','','0000-00-00 00:00:00',0,0),(444,'2017-09-01 00:02:50',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4781,'essayk2rbqu','-','','0000-00-00 00:00:00',0,0),(445,'2017-09-01 00:15:58',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4782,'essayk2kbak','-','','0000-00-00 00:00:00',0,0),(446,'2017-09-01 00:22:25',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4783,'essayk2uyun','-','','0000-00-00 00:00:00',0,0),(447,'2017-09-01 00:29:08',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4784,'essayk2jctc','-','','0000-00-00 00:00:00',0,0),(448,'2017-09-01 00:42:35',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4785,'essayk2jfru','-','','0000-00-00 00:00:00',0,0),(449,'2017-09-01 01:06:24',6,'Registration','oscasaregistration','2.92.105.113','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0','win','Unknown',0,1,0,4786,'EugeneExemy','-','','0000-00-00 00:00:00',0,0),(450,'2017-09-01 02:12:24',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4787,'essayk2xavv','-','','0000-00-00 00:00:00',0,0),(451,'2017-09-01 04:07:42',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4788,'essayk2iecp','-','','0000-00-00 00:00:00',0,0),(452,'2017-09-01 04:35:06',6,'Registration','oscasaregistration','109.184.206.168','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4789,'Samterlardy','-','','0000-00-00 00:00:00',0,0),(453,'2017-09-01 04:36:11',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4790,'essayk2luys','-','','0000-00-00 00:00:00',0,0),(454,'2017-09-01 04:43:27',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4791,'essayk2mwak','-','','0000-00-00 00:00:00',0,0),(455,'2017-09-01 05:39:39',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4792,'essayk2elkf','-','','0000-00-00 00:00:00',0,0),(456,'2017-09-01 05:53:51',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4793,'essayk2spdn','-','','0000-00-00 00:00:00',0,0),(457,'2017-09-01 07:02:16',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4794,'essayk2gzzp','-','','0000-00-00 00:00:00',0,0),(458,'2017-09-01 07:12:43',6,'Registration','oscasaregistration','2.93.180.135','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0','win','Unknown',0,1,0,4795,'Ashliemem','-','','0000-00-00 00:00:00',0,0),(459,'2017-09-01 07:59:03',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4796,'essayk2skjm','-','','0000-00-00 00:00:00',0,0),(460,'2017-09-01 08:06:27',6,'Registration','oscasaregistration','46.161.9.14','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4797,'essayk2gsrg','-','','0000-00-00 00:00:00',0,0),(461,'2017-09-01 08:44:13',6,'Registration','oscasaregistration','154.16.49.24','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4798,'AntoineHeazy','-','','0000-00-00 00:00:00',0,0),(462,'2017-09-01 09:53:13',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4799,'essayk2gzlg','-','','0000-00-00 00:00:00',0,0),(463,'2017-09-01 10:17:34',6,'Registration','oscasaregistration','146.185.223.147','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4800,'KentCard','-','','0000-00-00 00:00:00',0,0),(464,'2017-09-01 11:22:41',6,'Registration','oscasaregistration','146.185.223.132','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4801,'DeckardVal','-','','0000-00-00 00:00:00',0,0),(465,'2017-09-01 11:27:43',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4802,'essayk2nhjb','-','','0000-00-00 00:00:00',0,0),(466,'2017-09-01 11:31:28',6,'Registration','oscasaregistration','146.185.223.147','Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4803,'DarmokPr','-','','0000-00-00 00:00:00',0,0),(467,'2017-09-01 13:14:07',6,'Registration','oscasaregistration','27.153.183.135','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4804,'MartinSow','-','','0000-00-00 00:00:00',0,0),(468,'2017-09-01 13:39:48',6,'Registration','oscasaregistration','146.185.223.123','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0','win','Unknown',0,1,0,4805,'KurtPr','-','','0000-00-00 00:00:00',0,0),(469,'2017-09-01 14:35:40',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4806,'essayk2iirf','-','','0000-00-00 00:00:00',0,0),(470,'2017-09-01 15:22:19',6,'Registration','oscasaregistration','46.161.9.14','','','Unknown',0,1,0,4807,'essayk2pxri','-','','0000-00-00 00:00:00',0,0),(471,'2017-09-01 20:17:22',6,'Registration','oscasaregistration','27.153.183.135','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4808,'Richardsoure','-','','0000-00-00 00:00:00',0,0),(472,'2017-09-02 00:22:35',6,'Registration','oscasaregistration','109.184.103.129','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4809,'iphoneRuh','-','','0000-00-00 00:00:00',0,0),(473,'2017-09-02 03:33:16',6,'Registration','oscasaregistration','95.79.196.233','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4810,'Fluddys7','-','','0000-00-00 00:00:00',0,0),(474,'2017-09-02 05:55:22',6,'Registration','oscasaregistration','134.249.51.228','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4811,'Jessebaids','-','','0000-00-00 00:00:00',0,0),(475,'2017-09-02 13:24:57',6,'Registration','oscasaregistration','82.103.130.187','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0','unix','Unknown',0,1,0,4812,'Robertkab','-','','0000-00-00 00:00:00',0,0),(476,'2017-09-02 17:37:36',6,'Registration','oscasaregistration','95.139.23.218','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4813,'AlenaUnulp','-','','0000-00-00 00:00:00',0,0),(477,'2017-09-02 20:55:06',6,'Registration','oscasaregistration','104.249.159.27','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,4814,'KenryDip','-','','0000-00-00 00:00:00',0,0),(478,'2017-09-03 01:02:01',6,'Registration','oscasaregistration','2.92.105.113','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4815,'Dannytut','-','','0000-00-00 00:00:00',0,0),(479,'2017-09-03 01:36:40',6,'Registration','oscasaregistration','78.29.92.220','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,4816,'Nigerrdip','-','','0000-00-00 00:00:00',0,0),(480,'2017-09-03 11:18:09',6,'Registration','oscasaregistration','37.142.21.89','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4817,'Antoshkalep','-','','0000-00-00 00:00:00',0,0),(481,'2017-09-03 15:09:53',6,'Registration','oscasaregistration','37.57.45.247','Mozilla/5.0 (Windows NT 6.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4818,'KozelhKl','-','','0000-00-00 00:00:00',0,0),(482,'2017-09-03 22:40:14',6,'Registration','oscasaregistration','95.106.197.63','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4819,'agisateas1974','-','','0000-00-00 00:00:00',0,0),(483,'2017-09-04 02:31:59',6,'Registration','oscasaregistration','95.106.197.63','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:42.0) Gecko/20100101 Firefox/42.0','mac','Unknown',0,1,0,4820,'progomlabe1970','-','','0000-00-00 00:00:00',0,0),(484,'2017-09-04 02:33:03',6,'Registration','oscasaregistration','95.106.197.63','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4821,'gebufgepop1988','-','','0000-00-00 00:00:00',0,0),(485,'2017-09-04 06:33:40',6,'Registration','oscasaregistration','95.106.197.63','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4822,'robceontabgar1974','-','','0000-00-00 00:00:00',0,0),(486,'2017-09-04 09:02:20',6,'Registration','oscasaregistration','95.106.197.63','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0','unix','Unknown',0,1,0,4823,'buitiocele1987','-','','0000-00-00 00:00:00',0,0),(487,'2017-09-04 09:05:57',6,'Registration','oscasaregistration','95.106.197.63','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0','unix','Unknown',0,1,0,4824,'bronanpawinf1975','-','','0000-00-00 00:00:00',0,0),(488,'2017-09-04 14:50:11',6,'Registration','oscasaregistration','154.16.49.26','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4825,'Davidsat','-','','0000-00-00 00:00:00',0,0),(489,'2017-09-04 14:51:04',6,'Registration','oscasaregistration','84.53.249.247','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,4826,'maugobbterlect1981','-','','0000-00-00 00:00:00',0,0),(490,'2017-09-04 16:06:30',6,'Registration','oscasaregistration','84.53.249.247','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4827,'manhaalodi1975','-','','0000-00-00 00:00:00',0,0),(491,'2017-09-04 16:32:57',6,'Registration','oscasaregistration','84.53.249.247','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4828,'planovgauti1983','-','','0000-00-00 00:00:00',0,0),(492,'2017-09-04 18:14:33',6,'Registration','oscasaregistration','84.53.249.247','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4829,'rewechsmichind1980','-','','0000-00-00 00:00:00',0,0),(493,'2017-09-04 18:20:26',6,'Registration','oscasaregistration','134.249.51.228','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0','win','Unknown',0,1,0,4830,'AthomasSwili','-','','0000-00-00 00:00:00',0,0),(494,'2017-09-04 19:15:00',6,'Registration','oscasaregistration','94.41.217.198','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0','unix','Unknown',0,1,0,4831,'Josephkeery','-','','0000-00-00 00:00:00',0,0),(495,'2017-09-04 19:55:55',6,'Registration','oscasaregistration','84.53.249.247','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0','win','Unknown',0,1,0,4832,'softlisetex1989','-','','0000-00-00 00:00:00',0,0),(496,'2017-09-04 20:00:03',6,'Registration','oscasaregistration','84.53.249.247','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4833,'ningsongminmark1980','-','','0000-00-00 00:00:00',0,0),(497,'2017-09-04 20:59:19',6,'Registration','oscasaregistration','84.53.249.247','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4834,'noarethlike1970','-','','0000-00-00 00:00:00',0,0),(498,'2017-09-04 21:35:58',6,'Registration','oscasaregistration','84.53.249.247','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4835,'utifovin1977','-','','0000-00-00 00:00:00',0,0),(499,'2017-09-04 21:38:16',6,'Registration','oscasaregistration','84.53.249.247','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0','unix','Unknown',0,1,0,4836,'protifrespetp1985','-','','0000-00-00 00:00:00',0,0),(500,'2017-09-04 22:34:11',6,'Registration','oscasaregistration','95.28.203.149','Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4837,'Davidlok','-','','0000-00-00 00:00:00',0,0),(501,'2017-09-04 23:16:07',6,'Registration','oscasaregistration','95.106.207.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4838,'wanotowe1983','-','','0000-00-00 00:00:00',0,0),(502,'2017-09-05 01:02:10',6,'Registration','oscasaregistration','95.106.207.235','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0','win','Unknown',0,1,0,4839,'sibackmepi1988','-','','0000-00-00 00:00:00',0,0),(503,'2017-09-05 03:42:12',6,'Registration','oscasaregistration','178.163.92.151','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','win','Unknown',0,1,0,4840,'zenolmartin','-','','0000-00-00 00:00:00',0,0),(504,'2017-09-05 04:40:03',6,'Registration','oscasaregistration','79.140.161.104','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4841,'spoxiaomi','-','','0000-00-00 00:00:00',0,0),(505,'2017-09-05 11:22:12',6,'Registration','oscasaregistration','84.33.8.8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4842,'ArthprReold','-','','0000-00-00 00:00:00',0,0),(506,'2017-09-05 12:19:37',6,'Registration','oscasaregistration','105.229.33.108','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.0.12195 Safari/537.36','win','Unknown',0,1,0,4843,'Casper','-','','0000-00-00 00:00:00',0,0),(507,'2017-09-05 15:03:02',6,'Registration','oscasaregistration','31.184.236.104','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0','unix','Unknown',0,1,0,4844,'Edyard51','-','','0000-00-00 00:00:00',0,0),(508,'2017-09-05 15:04:46',4,'Oscasa Query/Complaint','querycomplaint','105.227.246.121','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','win','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(509,'2017-09-05 22:44:52',6,'Registration','oscasaregistration','95.106.207.235','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','win','Unknown',0,1,0,4845,'laliworkri1986','-','','0000-00-00 00:00:00',0,0),(510,'2017-09-06 06:42:13',6,'Registration','oscasaregistration','80.252.154.233','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4846,'Gregoryrem','-','','0000-00-00 00:00:00',0,0),(511,'2017-09-06 10:07:41',6,'Registration','oscasaregistration','80.252.154.233','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','win','Unknown',0,1,0,4847,'ThomasBople','-','','0000-00-00 00:00:00',0,0),(512,'2017-09-06 17:54:57',6,'Registration','oscasaregistration','95.106.207.235','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4848,'lideflinis1976','-','','0000-00-00 00:00:00',0,0),(513,'2017-09-06 19:20:23',6,'Registration','oscasaregistration','95.106.207.235','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4849,'sibsuigara1981','-','','0000-00-00 00:00:00',0,0),(514,'2017-09-06 20:39:59',6,'Registration','oscasaregistration','95.106.207.235','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4850,'rucknanmema1970','-','','0000-00-00 00:00:00',0,0),(515,'2017-09-06 21:04:09',6,'Registration','oscasaregistration','95.106.207.235','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0','unix','Unknown',0,1,0,4851,'wieprivanit1977','-','','0000-00-00 00:00:00',0,0),(516,'2017-09-07 02:58:04',6,'Registration','oscasaregistration','109.184.206.168','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4852,'IneptuPrump','-','','0000-00-00 00:00:00',0,0),(517,'2017-09-07 05:22:04',6,'Registration','oscasaregistration','79.164.219.61','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4853,'Kennethdrymn','-','','0000-00-00 00:00:00',0,0),(518,'2017-09-07 10:32:23',6,'Registration','oscasaregistration','118.116.105.201','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0','unix','Unknown',0,1,0,4854,'StevenMoice','-','','0000-00-00 00:00:00',0,0),(519,'2017-09-07 13:57:31',6,'Registration','oscasaregistration','2.93.180.135','Mozilla/5.0 (iPhone; CPU iPhone OS 8_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12B411 Safari/600.1.4 (compatible; YandexMobileBot/3.0; +http://yandex.com/bots)','mac','Unknown',0,1,0,4855,'GabrielGam','-','','0000-00-00 00:00:00',0,0),(520,'2017-09-07 13:59:54',6,'Registration','oscasaregistration','46.161.9.6','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4856,'Chehyday','-','','0000-00-00 00:00:00',0,0),(521,'2017-09-07 16:16:59',6,'Registration','oscasaregistration','178.127.43.29','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4857,'Kamorkaskt','-','','0000-00-00 00:00:00',0,0),(522,'2017-09-07 17:57:50',6,'Registration','oscasaregistration','102.250.94.138','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0','win','Unknown',0,1,0,4858,'Tmathapo','-','','0000-00-00 00:00:00',0,0),(523,'2017-09-07 23:13:23',6,'Registration','oscasaregistration','95.106.209.121','Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4859,'roramsoufat1980','-','','0000-00-00 00:00:00',0,0),(524,'2017-09-08 01:23:07',6,'Registration','oscasaregistration','95.106.209.121','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4860,'trancourmove1978','-','','0000-00-00 00:00:00',0,0),(525,'2017-09-08 06:59:49',6,'Registration','oscasaregistration','185.153.197.46','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4861,'CharlesRow','-','','0000-00-00 00:00:00',0,0),(526,'2017-09-08 07:59:09',6,'Registration','oscasaregistration','95.106.209.121','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4862,'wersfassnakost1976','-','','0000-00-00 00:00:00',0,0),(527,'2017-09-08 09:11:59',6,'Registration','oscasaregistration','95.106.209.121','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0','unix','Unknown',0,1,0,4863,'putseboopo1986','-','','0000-00-00 00:00:00',0,0),(528,'2017-09-08 12:29:26',6,'Registration','oscasaregistration','176.195.104.121','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4864,'Ronaldonern','-','','0000-00-00 00:00:00',0,0),(529,'2017-09-08 17:43:21',6,'Registration','oscasaregistration','95.106.209.121','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4865,'nandialini1971','-','','0000-00-00 00:00:00',0,0),(530,'2017-09-09 02:24:51',6,'Registration','oscasaregistration','151.249.164.95','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,4866,'MaggieHes','-','','0000-00-00 00:00:00',0,0),(531,'2017-09-09 02:47:04',6,'Registration','oscasaregistration','95.106.205.131','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4867,'dadewhecap1980','-','','0000-00-00 00:00:00',0,0),(532,'2017-09-09 05:54:11',6,'Registration','oscasaregistration','188.233.7.180','Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4868,'DavidCapop','-','','0000-00-00 00:00:00',0,0),(533,'2017-09-09 11:46:32',6,'Registration','oscasaregistration','95.106.205.131','Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4869,'tentsumlale1988','-','','0000-00-00 00:00:00',0,0),(534,'2017-09-09 12:06:50',6,'Registration','oscasaregistration','95.106.205.131','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4870,'guipreslihar1975','-','','0000-00-00 00:00:00',0,0),(535,'2017-09-09 16:22:19',6,'Registration','oscasaregistration','95.106.205.131','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4871,'inexexak1979','-','','0000-00-00 00:00:00',0,0),(536,'2017-09-09 21:28:19',6,'Registration','oscasaregistration','95.106.205.131','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0','unix','Unknown',0,1,0,4872,'webvebullmons1982','-','','0000-00-00 00:00:00',0,0),(537,'2017-09-09 21:57:27',6,'Registration','oscasaregistration','46.118.124.253','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','win','Unknown',0,1,0,4873,'WilliamBaicy','-','','0000-00-00 00:00:00',0,0),(538,'2017-09-10 08:43:18',6,'Registration','oscasaregistration','107.150.27.24','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','win','Unknown',0,1,0,4874,'NicolasTam','-','','0000-00-00 00:00:00',0,0),(539,'2017-09-10 15:04:41',6,'Registration','oscasaregistration','95.106.219.127','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4875,'rkenolgeno1983','-','','0000-00-00 00:00:00',0,0),(540,'2017-09-10 17:33:55',6,'Registration','oscasaregistration','37.54.18.153','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4876,'DonaldSenny','-','','0000-00-00 00:00:00',0,0),(541,'2017-09-10 18:36:04',6,'Registration','oscasaregistration','95.106.219.127','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4877,'sleepdertyri1980','-','','0000-00-00 00:00:00',0,0),(542,'2017-09-10 21:31:33',6,'Registration','oscasaregistration','95.106.219.127','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0','unix','Unknown',0,1,0,4878,'hitchrajsmentgras1976','-','','0000-00-00 00:00:00',0,0),(543,'2017-09-10 22:16:18',6,'Registration','oscasaregistration','95.106.202.52','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4879,'smelmoliment1984','-','','0000-00-00 00:00:00',0,0),(544,'2017-09-11 04:43:45',6,'Registration','oscasaregistration','95.106.202.52','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4880,'overderbey1983','-','','0000-00-00 00:00:00',0,0),(545,'2017-09-11 06:54:21',6,'Registration','oscasaregistration','46.147.240.159','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4881,'Olegkarma64','-','','0000-00-00 00:00:00',0,0),(546,'2017-09-11 09:38:40',6,'Registration','oscasaregistration','46.39.55.65','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0','unix','Unknown',0,1,0,4882,'Jamarbet','-','','0000-00-00 00:00:00',0,0),(547,'2017-09-11 14:18:47',6,'Registration','oscasaregistration','109.86.72.163','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:42.0) Gecko/20100101 Firefox/42.0','mac','Unknown',0,1,0,4883,'ErikapDunse','-','','0000-00-00 00:00:00',0,0),(548,'2017-09-11 15:12:27',6,'Registration','oscasaregistration','193.201.224.202','Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4884,'Freddiemep','-','','0000-00-00 00:00:00',0,0),(549,'2017-09-11 15:55:23',6,'Registration','oscasaregistration','109.169.46.23','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4885,'Eddiesmoof','-','','0000-00-00 00:00:00',0,0),(550,'2017-09-11 16:25:43',6,'Registration','oscasaregistration','95.79.199.202','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4886,'Alexbulldog','-','','0000-00-00 00:00:00',0,0),(551,'2017-09-11 18:27:52',6,'Registration','oscasaregistration','193.201.224.202','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,4887,'Edwardfiree','-','','0000-00-00 00:00:00',0,0),(552,'2017-09-11 18:46:19',6,'Registration','oscasaregistration','62.122.88.189','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4888,'Jeffreyicoks','-','','0000-00-00 00:00:00',0,0),(553,'2017-09-11 19:49:33',6,'Registration','oscasaregistration','46.119.117.72','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4889,'Travisken','-','','0000-00-00 00:00:00',0,0),(554,'2017-09-12 00:24:22',6,'Registration','oscasaregistration','89.26.248.3','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4890,'HowardSew','-','','0000-00-00 00:00:00',0,0),(555,'2017-09-12 00:44:41',6,'Registration','oscasaregistration','178.159.37.56','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0','win','Unknown',0,1,0,4891,'LeikaSauch','-','','0000-00-00 00:00:00',0,0),(556,'2017-09-12 01:44:37',6,'Registration','oscasaregistration','185.153.197.44','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4892,'JosephCef','-','','0000-00-00 00:00:00',0,0),(557,'2017-09-12 04:40:31',6,'Registration','oscasaregistration','95.106.205.229','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4893,'bupostopa1971','-','','0000-00-00 00:00:00',0,0),(558,'2017-09-12 11:37:53',6,'Registration','oscasaregistration','178.163.92.151','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4894,'tuzersmalan','-','','0000-00-00 00:00:00',0,0),(559,'2017-09-12 12:32:24',6,'Registration','oscasaregistration','95.106.205.229','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4895,'maicioschoolor1989','-','','0000-00-00 00:00:00',0,0),(560,'2017-09-13 01:45:14',6,'Registration','oscasaregistration','194.247.22.42','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,4896,'Carolynhep','-','','0000-00-00 00:00:00',0,0),(561,'2017-09-13 03:27:44',6,'Registration','oscasaregistration','95.106.195.171','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0','unix','Unknown',0,1,0,4897,'freeligitdo1986','-','','0000-00-00 00:00:00',0,0),(562,'2017-09-13 08:12:32',6,'Registration','oscasaregistration','95.106.195.171','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:42.0) Gecko/20100101 Firefox/42.0','mac','Unknown',0,1,0,4898,'imatlocap1974','-','','0000-00-00 00:00:00',0,0),(563,'2017-09-13 08:39:46',6,'Registration','oscasaregistration','195.22.126.33','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4899,'GerardWaism','-','','0000-00-00 00:00:00',0,0),(564,'2017-09-13 08:43:27',6,'Registration','oscasaregistration','95.106.195.171','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,4900,'siorodedon1974','-','','0000-00-00 00:00:00',0,0),(565,'2017-09-13 11:59:43',6,'Registration','oscasaregistration','176.125.208.38','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4901,'Fryenkodug','-','','0000-00-00 00:00:00',0,0),(566,'2017-09-13 14:06:43',6,'Registration','oscasaregistration','193.201.224.202','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4902,'Darrellmug','-','','0000-00-00 00:00:00',0,0),(567,'2017-09-13 15:08:47',6,'Registration','oscasaregistration','185.93.182.139','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0','unix','Unknown',0,1,0,4903,'SteveInfip','-','','0000-00-00 00:00:00',0,0),(568,'2017-09-13 15:46:31',6,'Registration','oscasaregistration','91.227.180.228','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0','unix','Unknown',0,1,0,4904,'Znmpl','-','','0000-00-00 00:00:00',0,0),(569,'2017-09-13 17:29:33',6,'Registration','oscasaregistration','193.201.224.202','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4905,'Williamjog','-','','0000-00-00 00:00:00',0,0),(570,'2017-09-13 18:00:11',6,'Registration','oscasaregistration','193.201.224.202','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:42.0) Gecko/20100101 Firefox/42.0','mac','Unknown',0,1,0,4906,'KevinMakly','-','','0000-00-00 00:00:00',0,0),(571,'2017-09-13 21:22:53',6,'Registration','oscasaregistration','95.37.183.207','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0','unix','Unknown',0,1,0,4907,'Spicyfuwaymn','-','','0000-00-00 00:00:00',0,0),(572,'2017-09-14 02:49:00',6,'Registration','oscasaregistration','95.106.195.171','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:42.0) Gecko/20100101 Firefox/42.0','mac','Unknown',0,1,0,4908,'granenfita1985','-','','0000-00-00 00:00:00',0,0),(573,'2017-09-14 04:45:00',6,'Registration','oscasaregistration','212.86.109.70','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 BingPreview/1.0b','mac','Unknown',0,1,0,4909,'DonnaEasew','-','','0000-00-00 00:00:00',0,0),(574,'2017-09-14 05:33:46',6,'Registration','oscasaregistration','95.106.195.171','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4910,'buemisgata1979','-','','0000-00-00 00:00:00',0,0),(575,'2017-09-14 08:29:03',6,'Registration','oscasaregistration','95.106.195.171','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,4911,'ragpalamop1988','-','','0000-00-00 00:00:00',0,0),(576,'2017-09-14 08:29:18',6,'Registration','oscasaregistration','146.185.223.215','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4912,'LanceKib','-','','0000-00-00 00:00:00',0,0),(577,'2017-09-14 08:45:02',6,'Registration','oscasaregistration','93.188.37.224','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,4913,'Jamessnora','-','','0000-00-00 00:00:00',0,0),(578,'2017-09-14 18:19:51',6,'Registration','oscasaregistration','80.241.212.120','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4914,'XRumerTest','-','','0000-00-00 00:00:00',0,0),(579,'2017-09-14 20:21:03',6,'Registration','oscasaregistration','46.119.118.224','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0','unix','Unknown',0,1,0,4915,'sidsidor90Zef','-','','0000-00-00 00:00:00',0,0),(580,'2017-09-14 21:10:02',6,'Registration','oscasaregistration','95.106.195.171','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0','unix','Unknown',0,1,0,4916,'progomscupsic1987','-','','0000-00-00 00:00:00',0,0),(581,'2017-09-15 00:08:24',6,'Registration','oscasaregistration','95.106.195.25','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4917,'puncfinacol1974','-','','0000-00-00 00:00:00',0,0),(582,'2017-09-15 00:23:43',6,'Registration','oscasaregistration','212.92.118.44','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4918,'DavidPef','-','','0000-00-00 00:00:00',0,0),(583,'2017-09-15 03:13:18',6,'Registration','oscasaregistration','95.106.195.25','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0','unix','Unknown',0,1,0,4919,'roysapreatu1986','-','','0000-00-00 00:00:00',0,0),(584,'2017-09-15 06:16:40',6,'Registration','oscasaregistration','41.145.58.213','Mozilla/5.0 (Linux; Android 5.1; VF-795 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36','unix','Unknown',0,1,0,4920,'ChrisRoos','-','','0000-00-00 00:00:00',0,0),(585,'2017-09-15 06:52:09',6,'Registration','oscasaregistration','176.125.193.245','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4921,'DavidCom','-','','0000-00-00 00:00:00',0,0),(586,'2017-09-15 07:34:38',6,'Registration','oscasaregistration','95.106.195.25','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4922,'ferringcheckwest1983','-','','0000-00-00 00:00:00',0,0),(587,'2017-09-15 07:38:45',6,'Registration','oscasaregistration','5.144.97.173','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4923,'hjdgfddre','-','','0000-00-00 00:00:00',0,0),(588,'2017-09-15 08:30:26',6,'Registration','oscasaregistration','95.106.195.25','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4924,'urtiofibti1982','-','','0000-00-00 00:00:00',0,0),(589,'2017-09-15 10:39:51',6,'Registration','oscasaregistration','95.106.195.25','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4925,'izinalef1979','-','','0000-00-00 00:00:00',0,0),(590,'2017-09-15 14:49:13',6,'Registration','oscasaregistration','220.250.19.161','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0','win','Unknown',0,1,0,4926,'pciSat','-','','0000-00-00 00:00:00',0,0),(591,'2017-09-15 16:09:43',6,'Registration','oscasaregistration','5.166.223.210','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','win','Unknown',0,1,0,4927,'DerrickDyday','-','','0000-00-00 00:00:00',0,0),(592,'2017-09-15 22:41:28',6,'Registration','oscasaregistration','95.106.195.25','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4928,'penperpbiting1972','-','','0000-00-00 00:00:00',0,0),(593,'2017-09-16 00:47:47',6,'Registration','oscasaregistration','95.106.195.25','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4929,'rhettartata1970','-','','0000-00-00 00:00:00',0,0),(594,'2017-09-16 02:55:42',6,'Registration','oscasaregistration','95.106.195.25','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,4930,'ungongieraf1988','-','','0000-00-00 00:00:00',0,0),(595,'2017-09-16 09:21:18',6,'Registration','oscasaregistration','197.89.178.79','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','win','Unknown',0,1,0,4931,'peter lekota','-','','0000-00-00 00:00:00',0,0),(596,'2017-09-16 12:56:23',6,'Registration','oscasaregistration','196.54.55.28','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4932,'olegsib','-','','0000-00-00 00:00:00',0,0),(597,'2017-09-16 21:45:42',6,'Registration','oscasaregistration','156.67.106.96','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4933,'Jamesanola','-','','0000-00-00 00:00:00',0,0),(598,'2017-09-16 22:40:27',6,'Registration','oscasaregistration','188.138.184.35','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4934,'dollxla21qfa','-','','0000-00-00 00:00:00',0,0),(599,'2017-09-17 09:56:22',6,'Registration','oscasaregistration','95.106.196.5','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4935,'salkangroret1989','-','','0000-00-00 00:00:00',0,0),(600,'2017-09-17 12:27:51',6,'Registration','oscasaregistration','185.153.197.44','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4936,'MichaelUnfag','-','','0000-00-00 00:00:00',0,0),(601,'2017-09-17 15:20:24',6,'Registration','oscasaregistration','95.106.196.5','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0','unix','Unknown',0,1,0,4937,'functecongmuff1986','-','','0000-00-00 00:00:00',0,0),(602,'2017-09-18 02:12:41',6,'Registration','oscasaregistration','95.106.197.24','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,4938,'corkolymnyo1978','-','','0000-00-00 00:00:00',0,0),(603,'2017-09-18 02:13:10',6,'Registration','oscasaregistration','95.106.197.24','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,4939,'simocubso1975','-','','0000-00-00 00:00:00',0,0),(604,'2017-09-18 05:02:51',6,'Registration','oscasaregistration','176.212.35.101','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4940,'OlegkarDon41','-','','0000-00-00 00:00:00',0,0),(605,'2017-09-18 05:42:11',6,'Registration','oscasaregistration','95.106.197.24','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4941,'deskflavnouma1988','-','','0000-00-00 00:00:00',0,0),(606,'2017-09-18 05:42:32',6,'Registration','oscasaregistration','95.106.197.24','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4942,'stilpissahea1978','-','','0000-00-00 00:00:00',0,0),(607,'2017-09-18 09:00:40',6,'Registration','oscasaregistration','178.137.160.239','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0','unix','Unknown',0,1,0,4943,'Allensluts','-','','0000-00-00 00:00:00',0,0),(608,'2017-09-18 09:50:46',6,'Registration','oscasaregistration','151.249.164.95','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4944,'Nelliesix','-','','0000-00-00 00:00:00',0,0),(609,'2017-09-18 21:26:17',6,'Registration','oscasaregistration','37.147.108.24','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4945,'Davidclite','-','','0000-00-00 00:00:00',0,0),(610,'2017-09-18 23:15:34',6,'Registration','oscasaregistration','93.72.51.208','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4946,'et_rydanov1985','-','','0000-00-00 00:00:00',0,0),(611,'2017-09-18 23:38:48',6,'Registration','oscasaregistration','46.119.118.224','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4947,'azamaplaiz','-','','0000-00-00 00:00:00',0,0),(612,'2017-09-19 00:26:03',6,'Registration','oscasaregistration','89.26.248.3','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4948,'Matthewsligh','-','','0000-00-00 00:00:00',0,0),(613,'2017-09-19 01:24:37',6,'Registration','oscasaregistration','146.185.223.227','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,4949,'Jamesunots','-','','0000-00-00 00:00:00',0,0),(614,'2017-09-19 01:24:46',6,'Registration','oscasaregistration','91.222.80.21','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4950,'MiC','-','','0000-00-00 00:00:00',0,0),(615,'2017-09-19 02:05:23',6,'Registration','oscasaregistration','141.0.12.152','Opera/9.80 (Android; Opera Mini/12.0.1987/67.443; U; en) Presto/2.12.423 Version/12.16','unix','Unknown',0,1,0,4951,'julius','-','','0000-00-00 00:00:00',0,0),(616,'2017-09-19 02:32:58',6,'Registration','oscasaregistration','95.106.211.223','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4952,'roalowtlima1971','-','','0000-00-00 00:00:00',0,0),(617,'2017-09-19 07:50:42',6,'Registration','oscasaregistration','185.153.197.44','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0','win','Unknown',0,1,0,4953,'BrandonpriEw','-','','0000-00-00 00:00:00',0,0),(618,'2017-09-19 14:47:52',6,'Registration','oscasaregistration','178.159.37.31','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,4954,'innnassss','-','','0000-00-00 00:00:00',0,0),(619,'2017-09-19 18:56:52',6,'Registration','oscasaregistration','156.67.106.96','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,4955,'Davidlougs','-','','0000-00-00 00:00:00',0,0),(620,'2017-09-19 20:37:24',6,'Registration','oscasaregistration','185.153.197.44','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4956,'Gordonestal','-','','0000-00-00 00:00:00',0,0),(621,'2017-09-19 20:54:09',6,'Registration','oscasaregistration','89.26.248.3','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:42.0) Gecko/20100101 Firefox/42.0','mac','Unknown',0,1,0,4957,'DevinSoype','-','','0000-00-00 00:00:00',0,0),(622,'2017-09-20 00:17:53',6,'Registration','oscasaregistration','164.138.91.23','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0','win','Unknown',0,1,0,4958,'DannyMalse','-','','0000-00-00 00:00:00',0,0),(623,'2017-09-20 00:42:21',6,'Registration','oscasaregistration','185.63.218.247','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4959,'Thailandi-adand','-','','0000-00-00 00:00:00',0,0),(624,'2017-09-20 01:02:33',6,'Registration','oscasaregistration','37.147.108.24','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4960,'Williamdep','-','','0000-00-00 00:00:00',0,0),(625,'2017-09-20 07:31:43',6,'Registration','oscasaregistration','77.81.109.170','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4961,'FamBruff','-','','0000-00-00 00:00:00',0,0),(626,'2017-09-20 08:29:55',6,'Registration','oscasaregistration','95.79.231.166','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4962,'Arguexcf','-','','0000-00-00 00:00:00',0,0),(627,'2017-09-20 08:43:03',6,'Registration','oscasaregistration','176.212.35.101','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4963,'KarSumKen','-','','0000-00-00 00:00:00',0,0),(628,'2017-09-20 08:54:33',6,'Registration','oscasaregistration','185.153.197.46','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4964,'HaroldBof','-','','0000-00-00 00:00:00',0,0),(629,'2017-09-20 09:15:51',6,'Registration','oscasaregistration','78.29.88.84','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4965,'HwwrertPal','-','','0000-00-00 00:00:00',0,0),(630,'2017-09-20 11:41:34',6,'Registration','oscasaregistration','94.177.196.107','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4966,'KamilsonGruzer','-','','0000-00-00 00:00:00',0,0),(631,'2017-09-20 12:34:23',6,'Registration','oscasaregistration','146.185.223.215','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4967,'BruceNab','-','','0000-00-00 00:00:00',0,0),(632,'2017-09-20 12:49:34',6,'Registration','oscasaregistration','178.159.37.111','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4968,'gp1iel7m','-','','0000-00-00 00:00:00',0,0),(633,'2017-09-20 14:50:29',6,'Registration','oscasaregistration','46.119.118.224','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0','unix','Unknown',0,1,0,4969,'Albertlzob','-','','0000-00-00 00:00:00',0,0),(634,'2017-09-20 16:42:13',6,'Registration','oscasaregistration','89.26.248.3','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','win','Unknown',0,1,0,4970,'DelmerLurne','-','','0000-00-00 00:00:00',0,0),(635,'2017-09-20 19:46:55',6,'Registration','oscasaregistration','95.79.231.166','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4971,'Arguex56','-','','0000-00-00 00:00:00',0,0),(636,'2017-09-20 22:33:13',6,'Registration','oscasaregistration','46.38.125.243','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4972,'RickyTow','-','','0000-00-00 00:00:00',0,0),(637,'2017-09-20 23:45:26',6,'Registration','oscasaregistration','37.115.215.125','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4973,'DavidWeilt','-','','0000-00-00 00:00:00',0,0),(638,'2017-09-21 06:25:50',6,'Registration','oscasaregistration','93.72.51.208','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4974,'shevtchyk1980E','-','','0000-00-00 00:00:00',0,0),(639,'2017-09-21 09:01:11',6,'Registration','oscasaregistration','95.84.129.187','Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1','mac','Unknown',0,1,0,4975,'kaverSteaniaawap','-','','0000-00-00 00:00:00',0,0),(640,'2017-09-21 11:50:40',6,'Registration','oscasaregistration','95.106.208.116','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4976,'ningvolbaina1988','-','','0000-00-00 00:00:00',0,0),(641,'2017-09-21 16:50:37',6,'Registration','oscasaregistration','46.148.131.2','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4977,'Frynkdug','-','','0000-00-00 00:00:00',0,0),(642,'2017-09-21 20:39:46',6,'Registration','oscasaregistration','93.188.37.224','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,4978,'Chriswhoms','-','','0000-00-00 00:00:00',0,0),(643,'2017-09-21 20:52:22',6,'Registration','oscasaregistration','185.186.78.21','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:42.0) Gecko/20100101 Firefox/42.0','mac','Unknown',0,1,0,4979,'Richardjem','-','','0000-00-00 00:00:00',0,0),(644,'2017-09-21 21:17:08',6,'Registration','oscasaregistration','95.106.208.116','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0','unix','Unknown',0,1,0,4980,'thromylpefac1974','-','','0000-00-00 00:00:00',0,0),(645,'2017-09-21 23:41:22',6,'Registration','oscasaregistration','93.188.37.224','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4981,'Shannonances','-','','0000-00-00 00:00:00',0,0),(646,'2017-09-22 01:37:24',6,'Registration','oscasaregistration','5.164.252.146','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4982,'Arguex6b','-','','0000-00-00 00:00:00',0,0),(647,'2017-09-22 06:36:08',6,'Registration','oscasaregistration','35.189.108.190','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0','unix','Unknown',0,1,0,4983,'Wsem Mirom','-','','0000-00-00 00:00:00',0,0),(648,'2017-09-22 09:35:01',6,'Registration','oscasaregistration','95.106.207.241','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4984,'arunprodah1971','-','','0000-00-00 00:00:00',0,0),(649,'2017-09-22 11:22:48',6,'Registration','oscasaregistration','46.249.59.91','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4985,'Alexjeoms','-','','0000-00-00 00:00:00',0,0),(650,'2017-09-22 12:30:36',6,'Registration','oscasaregistration','178.159.37.111','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4986,'uuqdqxu2','-','','0000-00-00 00:00:00',0,0),(651,'2017-09-22 15:20:59',6,'Registration','oscasaregistration','95.106.207.241','Mozilla/5.0 (Windows NT 6.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4987,'synchchocare1979','-','','0000-00-00 00:00:00',0,0),(652,'2017-09-22 19:33:58',6,'Registration','oscasaregistration','212.52.40.41','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4988,'AndrewOi','-','','0000-00-00 00:00:00',0,0),(653,'2017-09-22 20:43:48',6,'Registration','oscasaregistration','95.37.239.220','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4989,'Nobazapledy','-','','0000-00-00 00:00:00',0,0),(654,'2017-09-22 21:40:59',6,'Registration','oscasaregistration','95.106.207.241','Mozilla/5.0 (Windows NT 6.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4990,'unacgapet1982','-','','0000-00-00 00:00:00',0,0),(655,'2017-09-22 23:04:11',6,'Registration','oscasaregistration','185.153.197.46','Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,4991,'EugeneMek','-','','0000-00-00 00:00:00',0,0),(656,'2017-09-23 01:07:37',6,'Registration','oscasaregistration','95.106.204.99','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4992,'vietracalel1972','-','','0000-00-00 00:00:00',0,0),(657,'2017-09-23 01:44:32',6,'Registration','oscasaregistration','95.106.204.99','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4993,'laqnproofvolto1979','-','','0000-00-00 00:00:00',0,0),(658,'2017-09-23 02:00:40',6,'Registration','oscasaregistration','213.21.30.95','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,4994,'Dennislix','-','','0000-00-00 00:00:00',0,0),(659,'2017-09-23 03:08:33',6,'Registration','oscasaregistration','37.147.108.24','Mozilla/5.0 (Windows NT 6.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4995,'JaDog','-','','0000-00-00 00:00:00',0,0),(660,'2017-09-23 04:21:33',6,'Registration','oscasaregistration','181.193.119.186','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4996,'petr-osipovbm','-','','0000-00-00 00:00:00',0,0),(661,'2017-09-23 07:00:47',6,'Registration','oscasaregistration','62.122.182.106','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,4997,'Wesleyceaph','-','','0000-00-00 00:00:00',0,0),(662,'2017-09-23 07:17:21',6,'Registration','oscasaregistration','185.153.197.44','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4998,'Jerrypease','-','','0000-00-00 00:00:00',0,0),(663,'2017-09-23 07:26:11',6,'Registration','oscasaregistration','94.181.155.226','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,4999,'Georgeslode','-','','0000-00-00 00:00:00',0,0),(664,'2017-09-23 12:10:25',6,'Registration','oscasaregistration','178.159.37.61','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5000,'HaroaldMeews','-','','0000-00-00 00:00:00',0,0),(665,'2017-09-23 15:36:26',6,'Registration','oscasaregistration','162.244.80.208','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5001,'JobloveSnow','-','','0000-00-00 00:00:00',0,0),(666,'2017-09-23 20:04:03',6,'Registration','oscasaregistration','95.106.204.99','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5002,'hotpborpelo1972','-','','0000-00-00 00:00:00',0,0),(667,'2017-09-23 20:07:13',6,'Registration','oscasaregistration','91.207.57.21','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,5003,'LouisKah','-','','0000-00-00 00:00:00',0,0),(668,'2017-09-23 22:38:48',6,'Registration','oscasaregistration','95.106.207.123','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','win','Unknown',0,1,0,5004,'marbketnavi1973','-','','0000-00-00 00:00:00',0,0),(669,'2017-09-24 00:42:49',6,'Registration','oscasaregistration','185.14.28.120','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5005,'Scottwop','-','','0000-00-00 00:00:00',0,0),(670,'2017-09-24 01:25:28',6,'Registration','oscasaregistration','95.106.207.123','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5006,'napicate1989','-','','0000-00-00 00:00:00',0,0),(671,'2017-09-24 05:11:20',6,'Registration','oscasaregistration','46.185.7.165','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5007,'Scottfus','-','','0000-00-00 00:00:00',0,0),(672,'2017-09-24 14:38:23',6,'Registration','oscasaregistration','95.106.207.123','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:42.0) Gecko/20100101 Firefox/42.0','mac','Unknown',0,1,0,5008,'chingparmargver1974','-','','0000-00-00 00:00:00',0,0),(673,'2017-09-24 19:43:32',6,'Registration','oscasaregistration','185.195.17.229','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0','win','Unknown',0,1,0,5009,'AnthonyGok','-','','0000-00-00 00:00:00',0,0),(674,'2017-09-24 19:46:16',6,'Registration','oscasaregistration','95.106.207.123','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5010,'coediospidun1977','-','','0000-00-00 00:00:00',0,0),(675,'2017-09-24 21:33:05',6,'Registration','oscasaregistration','88.147.153.232','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5011,'BweranMaick','-','','0000-00-00 00:00:00',0,0),(676,'2017-09-24 21:56:24',6,'Registration','oscasaregistration','89.31.57.5','Mozilla/5.0 (Windows NT 6.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5012,'lupeiv18','-','','0000-00-00 00:00:00',0,0),(677,'2017-09-24 23:52:16',6,'Registration','oscasaregistration','173.44.224.100','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5013,'Deborahzorry','-','','0000-00-00 00:00:00',0,0),(678,'2017-09-25 00:23:44',6,'Registration','oscasaregistration','95.106.206.184','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5014,'thosunicho1973','-','','0000-00-00 00:00:00',0,0),(679,'2017-09-25 00:33:25',6,'Registration','oscasaregistration','151.249.164.95','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5015,'Debraharene','-','','0000-00-00 00:00:00',0,0),(680,'2017-09-25 01:14:53',6,'Registration','oscasaregistration','37.147.108.24','Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1','mac','Unknown',0,1,0,5016,'Raltherb','-','','0000-00-00 00:00:00',0,0),(681,'2017-09-25 04:25:44',6,'Registration','oscasaregistration','95.106.206.184','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5017,'tohosmofi1970','-','','0000-00-00 00:00:00',0,0),(682,'2017-09-25 04:31:54',6,'Registration','oscasaregistration','212.178.18.13','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5018,'MacMasterKig','-','','0000-00-00 00:00:00',0,0),(683,'2017-09-25 05:03:04',6,'Registration','oscasaregistration','146.185.223.221','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5019,'ManuelSnact','-','','0000-00-00 00:00:00',0,0),(684,'2017-09-25 16:29:03',6,'Registration','oscasaregistration','213.159.38.90','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5020,'Jackierip','-','','0000-00-00 00:00:00',0,0),(685,'2017-09-25 16:54:28',6,'Registration','oscasaregistration','91.227.180.228','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5021,'Anmpl','-','','0000-00-00 00:00:00',0,0),(686,'2017-09-25 19:49:43',6,'Registration','oscasaregistration','95.106.206.184','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5022,'privferancau1981','-','','0000-00-00 00:00:00',0,0),(687,'2017-09-25 19:58:53',6,'Registration','oscasaregistration','95.106.206.184','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5023,'flortergueper1973','-','','0000-00-00 00:00:00',0,0),(688,'2017-09-25 20:40:39',6,'Registration','oscasaregistration','146.185.223.215','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5024,'Matthewideby','-','','0000-00-00 00:00:00',0,0),(689,'2017-09-25 21:53:32',6,'Registration','oscasaregistration','95.106.206.184','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0','unix','Unknown',0,1,0,5025,'fd14bh1e79','-','','0000-00-00 00:00:00',0,0),(690,'2017-09-25 22:05:18',6,'Registration','oscasaregistration','89.169.219.31','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5026,'DanteNeush','-','','0000-00-00 00:00:00',0,0),(691,'2017-09-25 22:53:24',6,'Registration','oscasaregistration','95.106.194.87','Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1','mac','Unknown',0,1,0,5027,'taucoltelcre1975','-','','0000-00-00 00:00:00',0,0),(692,'2017-09-25 23:06:01',6,'Registration','oscasaregistration','5.45.109.198','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,5028,'BobbyMub','-','','0000-00-00 00:00:00',0,0),(693,'2017-09-26 00:18:14',6,'Registration','oscasaregistration','95.106.194.87','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5029,'k36pvhc4m8','-','','0000-00-00 00:00:00',0,0),(694,'2017-09-26 02:51:17',6,'Registration','oscasaregistration','193.201.224.202','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5030,'Lloydpoons','-','','0000-00-00 00:00:00',0,0),(695,'2017-09-26 02:54:43',6,'Registration','oscasaregistration','193.201.224.202','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5031,'FrankTon','-','','0000-00-00 00:00:00',0,0),(696,'2017-09-26 03:04:26',6,'Registration','oscasaregistration','95.106.194.87','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5032,'r6nd80kda6','-','','0000-00-00 00:00:00',0,0),(697,'2017-09-26 06:11:32',6,'Registration','oscasaregistration','95.106.194.87','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5033,'maiparleater1976','-','','0000-00-00 00:00:00',0,0),(698,'2017-09-26 08:10:27',6,'Registration','oscasaregistration','95.106.194.87','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5034,'yqys1uvyuy','-','','0000-00-00 00:00:00',0,0),(699,'2017-09-26 14:18:03',6,'Registration','oscasaregistration','95.106.194.87','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5035,'4q7tj9clmm','-','','0000-00-00 00:00:00',0,0),(700,'2017-09-26 14:19:36',6,'Registration','oscasaregistration','95.106.194.87','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5036,'n8rvluuswl','-','','0000-00-00 00:00:00',0,0),(701,'2017-09-26 17:34:44',6,'Registration','oscasaregistration','90.154.70.90','Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5037,'RuslanEloff','-','','0000-00-00 00:00:00',0,0),(702,'2017-09-26 21:59:21',6,'Registration','oscasaregistration','95.106.194.87','Mozilla/5.0 (Windows NT 6.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5038,'emmstk1yok','-','','0000-00-00 00:00:00',0,0),(703,'2017-09-27 00:27:33',6,'Registration','oscasaregistration','151.249.164.95','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5039,'EileenToism','-','','0000-00-00 00:00:00',0,0),(704,'2017-09-27 08:07:40',6,'Registration','oscasaregistration','95.106.210.180','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:42.0) Gecko/20100101 Firefox/42.0','mac','Unknown',0,1,0,5040,'l2bqqehayo','-','','0000-00-00 00:00:00',0,0),(705,'2017-09-27 10:18:04',6,'Registration','oscasaregistration','77.41.66.238','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','win','Unknown',0,1,0,5041,'Muz_DUOya','-','','0000-00-00 00:00:00',0,0),(706,'2017-09-27 17:13:16',6,'Registration','oscasaregistration','88.80.56.99','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5042,'vsevolodplaks','-','','0000-00-00 00:00:00',0,0),(707,'2017-09-27 18:12:47',6,'Registration','oscasaregistration','95.106.210.180','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5043,'vamc5v8mgm','-','','0000-00-00 00:00:00',0,0),(708,'2017-09-27 23:15:26',6,'Registration','oscasaregistration','95.106.215.231','Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5044,'zuk6kpnrjk','-','','0000-00-00 00:00:00',0,0),(709,'2017-09-28 01:49:37',6,'Registration','oscasaregistration','95.106.215.231','Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1','mac','Unknown',0,1,0,5045,'zztt4npprg','-','','0000-00-00 00:00:00',0,0),(710,'2017-09-28 03:50:08',6,'Registration','oscasaregistration','146.185.223.220','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0','unix','Unknown',0,1,0,5046,'AzbraimaVZ','-','','0000-00-00 00:00:00',0,0),(711,'2017-09-28 05:19:43',6,'Registration','oscasaregistration','146.185.223.146','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5047,'caromibibattte','-','','0000-00-00 00:00:00',0,0),(712,'2017-09-28 09:06:42',6,'Registration','oscasaregistration','88.147.153.232','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5048,'Eqqwinmique','-','','0000-00-00 00:00:00',0,0),(713,'2017-09-28 11:52:54',6,'Registration','oscasaregistration','84.33.8.6','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5049,'CraidgCar','-','','0000-00-00 00:00:00',0,0),(714,'2017-09-28 11:53:08',6,'Registration','oscasaregistration','146.185.223.146','Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5050,'riazarerompreclterg','-','','0000-00-00 00:00:00',0,0),(715,'2017-09-28 15:02:56',6,'Registration','oscasaregistration','77.41.66.238','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0','unix','Unknown',0,1,0,5051,'Muz_DUOua','-','','0000-00-00 00:00:00',0,0),(716,'2017-09-28 15:34:17',6,'Registration','oscasaregistration','109.86.72.163','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5052,'Vladerrer','-','','0000-00-00 00:00:00',0,0),(717,'2017-09-28 20:57:31',6,'Registration','oscasaregistration','37.115.216.179','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,5053,'Willieinhax','-','','0000-00-00 00:00:00',0,0),(718,'2017-09-28 21:22:34',6,'Registration','oscasaregistration','95.106.215.231','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0','unix','Unknown',0,1,0,5054,'7mwycmpg1b','-','','0000-00-00 00:00:00',0,0),(719,'2017-09-28 22:01:27',6,'Registration','oscasaregistration','193.201.224.211','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5055,'DerrickRic','-','','0000-00-00 00:00:00',0,0),(720,'2017-09-29 02:15:32',6,'Registration','oscasaregistration','128.71.147.35','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 OPR/43.0.2442.1144','win','Unknown',0,1,0,5056,'EdwardSab','-','','0000-00-00 00:00:00',0,0),(721,'2017-09-29 06:01:06',6,'Registration','oscasaregistration','95.106.215.40','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5057,'hb2yrot0bf','-','','0000-00-00 00:00:00',0,0),(722,'2017-09-29 06:09:40',6,'Registration','oscasaregistration','80.252.154.233','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5058,'WilliamMal','-','','0000-00-00 00:00:00',0,0),(723,'2017-09-29 06:36:29',6,'Registration','oscasaregistration','176.120.38.254','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5059,'lenaMek','-','','0000-00-00 00:00:00',0,0),(724,'2017-09-29 10:51:38',6,'Registration','oscasaregistration','80.252.154.233','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5060,'Michaelhet','-','','0000-00-00 00:00:00',0,0),(725,'2017-09-29 12:40:05',6,'Registration','oscasaregistration','193.201.224.202','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,5061,'JoshuaPreem','-','','0000-00-00 00:00:00',0,0),(726,'2017-09-29 13:32:51',6,'Registration','oscasaregistration','195.22.126.33','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0','unix','Unknown',0,1,0,5062,'Phillipjitte','-','','0000-00-00 00:00:00',0,0),(727,'2017-09-29 13:39:20',6,'Registration','oscasaregistration','77.41.66.238','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5063,'Muz_DUOkz','-','','0000-00-00 00:00:00',0,0),(728,'2017-09-29 13:47:51',6,'Registration','oscasaregistration','165.73.18.102','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0','win','Unknown',0,1,0,5064,'RynoKruger','-','','0000-00-00 00:00:00',0,0),(729,'2017-09-29 14:50:50',6,'Registration','oscasaregistration','95.106.215.40','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,5065,'qkepl7bgbt','-','','0000-00-00 00:00:00',0,0),(730,'2017-09-29 15:27:25',6,'Registration','oscasaregistration','46.161.9.23','Mozilla/5.0 (Windows NT 6.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5066,'Bennyjoync','-','','0000-00-00 00:00:00',0,0),(731,'2017-09-29 16:27:11',6,'Registration','oscasaregistration','91.227.180.228','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5067,'Rerpl','-','','0000-00-00 00:00:00',0,0),(732,'2017-09-29 16:52:46',6,'Registration','oscasaregistration','95.106.215.40','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5068,'07p21ymx7y','-','','0000-00-00 00:00:00',0,0),(733,'2017-09-29 16:56:45',6,'Registration','oscasaregistration','95.106.215.40','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','win','Unknown',0,1,0,5069,'cf6pz7y8t6','-','','0000-00-00 00:00:00',0,0),(734,'2017-09-29 18:28:52',6,'Registration','oscasaregistration','95.106.215.40','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5070,'r6oghqhhro','-','','0000-00-00 00:00:00',0,0),(735,'2017-09-29 21:14:17',6,'Registration','oscasaregistration','89.28.24.190','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0','unix','Unknown',0,1,0,5071,'mansur','-','','0000-00-00 00:00:00',0,0),(736,'2017-09-30 01:00:04',6,'Registration','oscasaregistration','95.106.193.240','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0','win','Unknown',0,1,0,5072,'b5eliwkcqx','-','','0000-00-00 00:00:00',0,0),(737,'2017-09-30 02:00:37',6,'Registration','oscasaregistration','193.201.224.202','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','win','Unknown',0,1,0,5073,'LarryJef','-','','0000-00-00 00:00:00',0,0),(738,'2017-09-30 02:09:57',6,'Registration','oscasaregistration','94.41.51.80','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','win','Unknown',0,1,0,5074,'GeorgiyMew','-','','0000-00-00 00:00:00',0,0),(739,'2017-09-30 02:59:21',6,'Registration','oscasaregistration','95.106.193.240','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:42.0) Gecko/20100101 Firefox/42.0','mac','Unknown',0,1,0,5075,'jvjx4qm903','-','','0000-00-00 00:00:00',0,0),(740,'2017-09-30 04:50:30',6,'Registration','oscasaregistration','37.115.216.179','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5076,'Michaelknobe','-','','0000-00-00 00:00:00',0,0),(741,'2017-09-30 07:24:38',6,'Registration','oscasaregistration','46.161.9.23','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0','win','Unknown',0,1,0,5077,'KennethPeace','-','','0000-00-00 00:00:00',0,0),(742,'2017-09-30 09:35:51',6,'Registration','oscasaregistration','95.106.193.240','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5078,'dg8t8tgycn','-','','0000-00-00 00:00:00',0,0),(743,'2017-09-30 11:32:16',6,'Registration','oscasaregistration','185.36.102.114','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5079,'Illuptuh','-','','0000-00-00 00:00:00',0,0),(744,'2017-09-30 23:20:29',6,'Registration','oscasaregistration','194.247.22.42','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5080,'BarbaraBug','-','','0000-00-00 00:00:00',0,0),(745,'2017-10-01 01:15:28',6,'Registration','oscasaregistration','95.106.204.208','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5081,'medmep01dd','-','','0000-00-00 00:00:00',0,0),(746,'2017-10-01 01:44:50',6,'Registration','oscasaregistration','37.115.216.179','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0','win','Unknown',0,1,0,5082,'JosephPully','-','','0000-00-00 00:00:00',0,0),(747,'2017-10-01 04:30:45',6,'Registration','oscasaregistration','146.185.223.146','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5083,'sulgitogemamwo','-','','0000-00-00 00:00:00',0,0),(748,'2017-10-01 11:21:22',6,'Registration','oscasaregistration','95.106.219.181','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5084,'v1zkfa1a43','-','','0000-00-00 00:00:00',0,0),(749,'2017-10-01 22:26:23',6,'Registration','oscasaregistration','212.34.108.220','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','win','Unknown',0,1,0,5085,'4ktojaa63v','-','','0000-00-00 00:00:00',0,0),(750,'2017-10-02 01:45:04',6,'Registration','oscasaregistration','193.201.224.202','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5086,'Lewislog','-','','0000-00-00 00:00:00',0,0),(751,'2017-10-02 05:11:20',6,'Registration','oscasaregistration','212.34.108.220','Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5087,'blsdmmyb2a','-','','0000-00-00 00:00:00',0,0),(752,'2017-10-02 05:46:42',6,'Registration','oscasaregistration','197.93.138.244','Mozilla/5.0 (iPhone; CPU iPhone OS 11_0_1 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Mobile/15A402 [FBAN/FBIOS;FBAV/143.0.0.76.90;FBBV/73343453;FBDV/iPhone8,4;FBMD/iPhone;FBSN/iOS;FBSV/11.0.1;FBSS/2;FBCR/CellC;FBID/phone;FBLC/en_GB;FBOP/5;FBR','mac','Unknown',0,1,0,5088,'Rolien','-','','0000-00-00 00:00:00',0,0),(753,'2017-10-02 09:22:29',6,'Registration','oscasaregistration','85.204.49.32','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5089,'Rolandgut','-','','0000-00-00 00:00:00',0,0),(754,'2017-10-02 16:35:09',6,'Registration','oscasaregistration','46.38.126.107','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','win','Unknown',0,1,0,5090,'Philipmot','-','','0000-00-00 00:00:00',0,0),(755,'2017-10-02 20:22:02',6,'Registration','oscasaregistration','89.28.24.190','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5091,'pampww','-','','0000-00-00 00:00:00',0,0),(756,'2017-10-03 00:17:38',6,'Registration','oscasaregistration','185.36.102.114','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','win','Unknown',0,1,0,5092,'Rothtime','-','','0000-00-00 00:00:00',0,0),(757,'2017-10-03 02:26:26',6,'Registration','oscasaregistration','88.147.173.18','Mozilla/5.0 (Windows NT 6.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5093,'EgorewTap','-','','0000-00-00 00:00:00',0,0),(758,'2017-10-03 10:29:32',6,'Registration','oscasaregistration','89.26.248.3','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5094,'ShawnScege','-','','0000-00-00 00:00:00',0,0),(759,'2017-10-03 15:34:02',6,'Registration','oscasaregistration','109.86.72.162','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0','unix','Unknown',0,1,0,5095,'cpzk1975','-','','0000-00-00 00:00:00',0,0),(760,'2017-10-03 16:45:21',6,'Registration','oscasaregistration','176.120.38.254','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5096,'VanyaWrate','-','','0000-00-00 00:00:00',0,0),(761,'2017-10-03 18:26:30',6,'Registration','oscasaregistration','89.26.248.3','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5097,'MichaelHip','-','','0000-00-00 00:00:00',0,0),(762,'2017-10-03 19:26:55',6,'Registration','oscasaregistration','195.22.126.38','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0','unix','Unknown',0,1,0,5098,'Jeffreykague','-','','0000-00-00 00:00:00',0,0),(763,'2017-10-04 05:59:45',6,'Registration','oscasaregistration','143.160.124.40','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','win','Unknown',0,1,0,5099,'YNOT MABINA','-','','0000-00-00 00:00:00',0,0),(764,'2017-10-04 13:41:39',6,'Registration','oscasaregistration','41.13.32.239','Mozilla/5.0 (Windows NT 6.2; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0','win','Unknown',0,1,0,5100,'sharonmaroos','-','','0000-00-00 00:00:00',0,0),(765,'2017-10-04 18:57:58',6,'Registration','oscasaregistration','195.22.126.26','Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5101,'Gregorydop','-','','0000-00-00 00:00:00',0,0),(766,'2017-10-04 23:22:05',6,'Registration','oscasaregistration','79.126.84.142','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5102,'zarabotok--doma.ru','-','','0000-00-00 00:00:00',0,0),(767,'2017-10-05 07:31:55',6,'Registration','oscasaregistration','213.159.38.90','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0','win','Unknown',0,1,0,5103,'Jamesfounk','-','','0000-00-00 00:00:00',0,0),(768,'2017-10-05 08:53:20',6,'Registration','oscasaregistration','77.41.66.238','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:42.0) Gecko/20100101 Firefox/42.0','mac','Unknown',0,1,0,5104,'Omniashka','-','','0000-00-00 00:00:00',0,0),(769,'2017-10-05 20:07:24',6,'Registration','oscasaregistration','66.70.144.246','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','win','Unknown',0,1,0,5105,'Raymondtailm','-','','0000-00-00 00:00:00',0,0),(770,'2017-10-05 21:50:06',6,'Registration','oscasaregistration','95.30.12.48','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','win','Unknown',0,1,0,5106,'Pertercyneiny','-','','0000-00-00 00:00:00',0,0),(771,'2017-10-06 02:56:23',6,'Registration','oscasaregistration','89.26.248.3','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,5107,'Georgehal','-','','0000-00-00 00:00:00',0,0),(772,'2017-10-06 10:57:43',6,'Registration','oscasaregistration','37.115.216.179','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5108,'Michaelameme','-','','0000-00-00 00:00:00',0,0),(773,'2017-10-06 14:44:14',6,'Registration','oscasaregistration','213.27.84.178','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:42.0) Gecko/20100101 Firefox/42.0','mac','Unknown',0,1,0,5109,'rasskaziana','-','','0000-00-00 00:00:00',0,0),(774,'2017-10-06 16:56:39',6,'Registration','oscasaregistration','89.26.248.3','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5110,'Matthewrop','-','','0000-00-00 00:00:00',0,0),(775,'2017-10-07 00:12:41',6,'Registration','oscasaregistration','95.106.217.24','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5111,'pusarwatua1988','-','','0000-00-00 00:00:00',0,0),(776,'2017-10-07 06:17:27',6,'Registration','oscasaregistration','95.106.217.24','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5112,'esfisuslo1989','-','','0000-00-00 00:00:00',0,0),(777,'2017-10-07 08:54:59',6,'Registration','oscasaregistration','95.106.217.24','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,5113,'cumshandliko1982','-','','0000-00-00 00:00:00',0,0),(778,'2017-10-07 12:00:28',6,'Registration','oscasaregistration','95.106.217.24','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5114,'outdiablubma1972','-','','0000-00-00 00:00:00',0,0),(779,'2017-10-07 14:31:12',6,'Registration','oscasaregistration','83.217.8.67','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','win','Unknown',0,1,0,5115,'AlfredGox','-','','0000-00-00 00:00:00',0,0),(780,'2017-10-07 14:54:10',6,'Registration','oscasaregistration','95.106.217.24','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,5116,'haubrocinin1975','-','','0000-00-00 00:00:00',0,0),(781,'2017-10-07 17:46:56',6,'Registration','oscasaregistration','95.106.217.24','Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5117,'hapomofa1975','-','','0000-00-00 00:00:00',0,0),(782,'2017-10-07 20:31:01',6,'Registration','oscasaregistration','95.106.217.24','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:42.0) Gecko/20100101 Firefox/42.0','mac','Unknown',0,1,0,5118,'anenlader1987','-','','0000-00-00 00:00:00',0,0),(783,'2017-10-07 22:37:15',6,'Registration','oscasaregistration','109.110.69.101','','','Unknown',0,1,0,5119,'Dustinthoca','-','','0000-00-00 00:00:00',0,0),(784,'2017-10-07 23:26:00',6,'Registration','oscasaregistration','95.106.213.221','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5120,'acasvoicur1987','-','','0000-00-00 00:00:00',0,0),(785,'2017-10-08 01:16:38',6,'Registration','oscasaregistration','146.185.223.33','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5121,'RobertMairl','-','','0000-00-00 00:00:00',0,0),(786,'2017-10-08 06:50:15',6,'Registration','oscasaregistration','5.35.24.53','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5122,'Shelkper','-','','0000-00-00 00:00:00',0,0),(787,'2017-10-08 17:47:17',6,'Registration','oscasaregistration','89.26.248.3','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5123,'RichardHen','-','','0000-00-00 00:00:00',0,0),(788,'2017-10-09 00:08:03',6,'Registration','oscasaregistration','178.215.179.174','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5124,'YuraSoult','-','','0000-00-00 00:00:00',0,0),(789,'2017-10-09 10:54:07',6,'Registration','oscasaregistration','89.28.24.190','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5125,'pulkher','-','','0000-00-00 00:00:00',0,0),(790,'2017-10-09 11:33:21',2,'Oscasa Agency Application Form','oscasaagencyapplication','102.252.147.85','Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G532F Build/MMB29T) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36','unix','Unknown',0,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(791,'2017-10-09 11:35:39',6,'Registration','oscasaregistration','102.252.147.85','Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G532F Build/MMB29T) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36','unix','Unknown',0,1,0,5126,'davids.frank6@gmail.com','-','','0000-00-00 00:00:00',0,0),(792,'2017-10-09 11:36:46',6,'Registration','oscasaregistration','178.70.37.136','Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5127,'mashaavago','-','','0000-00-00 00:00:00',0,0),(793,'2017-10-09 11:50:49',6,'Registration','oscasaregistration','36.57.177.126','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5128,'Hilmteeriawem','-','','0000-00-00 00:00:00',0,0),(794,'2017-10-09 14:44:11',6,'Registration','oscasaregistration','83.217.8.67','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','win','Unknown',0,1,0,5129,'Douglassmuck','-','','0000-00-00 00:00:00',0,0),(795,'2017-10-09 16:03:35',6,'Registration','oscasaregistration','89.26.248.3','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5130,'Craigtib','-','','0000-00-00 00:00:00',0,0),(796,'2017-10-09 19:04:20',6,'Registration','oscasaregistration','185.206.80.77','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0','unix','Unknown',0,1,0,5131,'EdwardWed','-','','0000-00-00 00:00:00',0,0),(797,'2017-10-09 20:29:23',6,'Registration','oscasaregistration','178.70.23.142','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,5132,'PhillipNew','-','','0000-00-00 00:00:00',0,0),(798,'2017-10-10 02:50:32',6,'Registration','oscasaregistration','213.21.30.95','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5133,'DanielNic','-','','0000-00-00 00:00:00',0,0),(799,'2017-10-10 05:58:17',6,'Registration','oscasaregistration','212.86.109.70','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0','win','Unknown',0,1,0,5134,'Theresabeand','-','','0000-00-00 00:00:00',0,0),(800,'2017-10-10 06:38:31',6,'Registration','oscasaregistration','178.18.107.60','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','win','Unknown',0,1,0,5135,'Imshibrips','-','','0000-00-00 00:00:00',0,0),(801,'2017-10-10 08:11:47',6,'Registration','oscasaregistration','89.28.122.202','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5136,'kilyan','-','','0000-00-00 00:00:00',0,0),(802,'2017-10-10 11:43:10',6,'Registration','oscasaregistration','46.98.247.206','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5137,'CharlesgiP','-','','0000-00-00 00:00:00',0,0),(803,'2017-10-10 12:20:41',6,'Registration','oscasaregistration','41.0.116.132','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','win','Unknown',0,1,0,5138,'Faseega','-','','0000-00-00 00:00:00',0,0),(804,'2017-10-10 18:36:40',6,'Registration','oscasaregistration','91.227.180.228','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5139,'Xerpl','-','','0000-00-00 00:00:00',0,0),(805,'2017-10-10 19:11:53',6,'Registration','oscasaregistration','83.217.8.67','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0','unix','Unknown',0,1,0,5140,'TimothyHaito','-','','0000-00-00 00:00:00',0,0),(806,'2017-10-11 09:42:54',6,'Registration','oscasaregistration','104.223.94.74','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0','unix','Unknown',0,1,0,5141,'AaronCappy','-','','0000-00-00 00:00:00',0,0),(807,'2017-10-11 14:07:54',6,'Registration','oscasaregistration','77.79.129.241','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5142,'Igorirofe','-','','0000-00-00 00:00:00',0,0),(808,'2017-10-11 20:53:36',6,'Registration','oscasaregistration','193.201.224.210','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5143,'MichaelGrini','-','','0000-00-00 00:00:00',0,0),(809,'2017-10-11 22:44:58',6,'Registration','oscasaregistration','89.179.135.34','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','win','Unknown',0,1,0,5144,'Teranddup','-','','0000-00-00 00:00:00',0,0),(810,'2017-10-12 07:55:08',6,'Registration','oscasaregistration','46.42.12.95','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5145,'PolVox','-','','0000-00-00 00:00:00',0,0),(811,'2017-10-12 09:02:50',6,'Registration','oscasaregistration','195.22.126.26','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5146,'AustinBoify','-','','0000-00-00 00:00:00',0,0),(812,'2017-10-12 09:22:11',6,'Registration','oscasaregistration','195.22.126.25','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,5147,'Matthewsaili','-','','0000-00-00 00:00:00',0,0),(813,'2017-10-12 14:56:24',6,'Registration','oscasaregistration','188.138.184.35','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0','unix','Unknown',0,1,0,5148,'Rachioznv','-','','0000-00-00 00:00:00',0,0),(814,'2017-10-13 04:54:21',6,'Registration','oscasaregistration','188.138.184.35','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5149,'Candyagh','-','','0000-00-00 00:00:00',0,0),(815,'2017-10-13 12:51:00',6,'Registration','oscasaregistration','156.67.106.103','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:42.0) Gecko/20100101 Firefox/42.0','mac','Unknown',0,1,0,5150,'JeremySturn','-','','0000-00-00 00:00:00',0,0),(816,'2017-10-13 12:55:17',6,'Registration','oscasaregistration','156.67.106.95','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5151,'Robertgauct','-','','0000-00-00 00:00:00',0,0),(817,'2017-10-14 05:23:32',6,'Registration','oscasaregistration','95.37.215.115','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5152,'Ryptodweert','-','','0000-00-00 00:00:00',0,0),(818,'2017-10-14 06:34:49',6,'Registration','oscasaregistration','163.121.188.3','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5153,'PhilipSix','-','','0000-00-00 00:00:00',0,0),(819,'2017-10-14 10:36:19',6,'Registration','oscasaregistration','195.22.126.21','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0','unix','Unknown',0,1,0,5154,'Robertpew','-','','0000-00-00 00:00:00',0,0),(820,'2017-10-14 10:39:03',6,'Registration','oscasaregistration','195.22.126.22','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5155,'Henrynoisp','-','','0000-00-00 00:00:00',0,0),(821,'2017-10-15 01:19:49',6,'Registration','oscasaregistration','88.147.134.50','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,5156,'Anbgelojer','-','','0000-00-00 00:00:00',0,0),(822,'2017-10-15 05:45:33',6,'Registration','oscasaregistration','151.249.164.95','Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5157,'MariahiC','-','','0000-00-00 00:00:00',0,0),(823,'2017-10-15 14:18:37',6,'Registration','oscasaregistration','195.22.126.33','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5158,'EugeneSceld','-','','0000-00-00 00:00:00',0,0),(824,'2017-10-15 19:19:21',6,'Registration','oscasaregistration','193.201.224.213','Mozilla/5.0 (Windows NT 6.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5159,'JosephSoide','-','','0000-00-00 00:00:00',0,0),(825,'2017-10-15 19:46:58',6,'Registration','oscasaregistration','83.217.8.84','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0','win','Unknown',0,1,0,5160,'Gradymot','-','','0000-00-00 00:00:00',0,0),(826,'2017-10-16 10:07:04',6,'Registration','oscasaregistration','88.135.1.206','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 BingPreview/1.0b','mac','Unknown',0,1,0,5161,'lamstoreglue','-','','0000-00-00 00:00:00',0,0),(827,'2017-10-16 16:04:28',6,'Registration','oscasaregistration','94.242.252.40','','','Unknown',0,1,0,5162,'PatrickAlari','-','','0000-00-00 00:00:00',0,0),(828,'2017-10-16 16:12:35',6,'Registration','oscasaregistration','83.217.8.84','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5163,'JamesHet','-','','0000-00-00 00:00:00',0,0),(829,'2017-10-16 16:42:58',6,'Registration','oscasaregistration','46.161.9.55','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','win','Unknown',0,1,0,5164,'Matthewalied','-','','0000-00-00 00:00:00',0,0),(830,'2017-10-16 20:11:07',6,'Registration','oscasaregistration','185.153.197.44','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5165,'JamesDub','-','','0000-00-00 00:00:00',0,0),(831,'2017-10-16 21:22:37',6,'Registration','oscasaregistration','88.147.134.50','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5166,'DunssdnadOps','-','','0000-00-00 00:00:00',0,0),(832,'2017-10-17 07:25:28',6,'Registration','oscasaregistration','62.122.182.106','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5167,'ModestoPeawl','-','','0000-00-00 00:00:00',0,0),(833,'2017-10-17 07:26:15',6,'Registration','oscasaregistration','62.122.182.106','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5168,'DonaldFaw','-','','0000-00-00 00:00:00',0,0),(834,'2017-10-17 07:43:45',6,'Registration','oscasaregistration','89.26.248.3','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5169,'Dennismof','-','','0000-00-00 00:00:00',0,0),(835,'2017-10-17 09:05:21',6,'Registration','oscasaregistration','46.38.126.107','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0','unix','Unknown',0,1,0,5170,'Winstongiz','-','','0000-00-00 00:00:00',0,0),(836,'2017-10-17 09:16:41',6,'Registration','oscasaregistration','103.228.157.221','Mozilla/5.0 (Linux; Android 6.0.1; SM-J510F Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36','unix','Unknown',0,1,0,5171,'Alberkhan1','-','','0000-00-00 00:00:00',0,0),(837,'2017-10-17 09:33:06',6,'Registration','oscasaregistration','62.122.182.106','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5172,'Anthonywaymn','-','','0000-00-00 00:00:00',0,0),(838,'2017-10-17 10:46:03',6,'Registration','oscasaregistration','188.138.184.35','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5173,'Marshallcmd','-','','0000-00-00 00:00:00',0,0),(839,'2017-10-17 11:19:12',6,'Registration','oscasaregistration','146.185.223.227','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5174,'VincentAutob','-','','0000-00-00 00:00:00',0,0),(840,'2017-10-17 18:24:59',6,'Registration','oscasaregistration','78.145.0.214','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5175,'SandyFus','-','','0000-00-00 00:00:00',0,0),(841,'2017-10-17 18:48:59',6,'Registration','oscasaregistration','188.93.210.10','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5176,'Hovardcrync','-','','0000-00-00 00:00:00',0,0),(842,'2017-10-17 20:19:59',6,'Registration','oscasaregistration','89.169.219.31','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5177,'Marcussmorb','-','','0000-00-00 00:00:00',0,0),(843,'2017-10-17 21:23:00',6,'Registration','oscasaregistration','79.173.89.86','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0','unix','Unknown',0,1,0,5178,'SpectehPal','-','','0000-00-00 00:00:00',0,0),(844,'2017-10-18 04:40:09',6,'Registration','oscasaregistration','104.129.24.72','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0','unix','Unknown',0,1,0,5179,'Freddysut','-','','0000-00-00 00:00:00',0,0),(845,'2017-10-18 14:56:20',6,'Registration','oscasaregistration','105.13.179.23','Mozilla/5.0 (Linux; Android 6.0.1; SM-J700H Build/MMB29K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.98 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/145.0.0.37.86;]','unix','Unknown',0,1,0,5180,'OLogenstein','-','','0000-00-00 00:00:00',0,0),(846,'2017-10-18 22:02:16',6,'Registration','oscasaregistration','31.130.21.61','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5181,'RalphEmpop','-','','0000-00-00 00:00:00',0,0),(847,'2017-10-19 00:10:53',6,'Registration','oscasaregistration','81.177.13.254','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5182,'Kirillcrync','-','','0000-00-00 00:00:00',0,0),(848,'2017-10-19 08:22:36',6,'Registration','oscasaregistration','66.70.144.254','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','win','Unknown',0,1,0,5183,'LouisLon','-','','0000-00-00 00:00:00',0,0),(849,'2017-10-19 09:06:58',6,'Registration','oscasaregistration','178.159.37.118','Mozilla/5.0 (Windows NT 6.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5184,'generic viagra','-','','0000-00-00 00:00:00',0,0),(850,'2017-10-19 09:59:07',6,'Registration','oscasaregistration','213.184.122.99','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0','win','Unknown',0,1,0,5185,'BillyDraix','-','','0000-00-00 00:00:00',0,0),(851,'2017-10-19 17:17:58',6,'Registration','oscasaregistration','193.201.224.210','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5186,'CalebCix','-','','0000-00-00 00:00:00',0,0),(852,'2017-10-19 21:06:52',6,'Registration','oscasaregistration','185.153.197.44','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0','unix','Unknown',0,1,0,5187,'WayneWag','-','','0000-00-00 00:00:00',0,0),(853,'2017-10-19 21:29:51',6,'Registration','oscasaregistration','85.17.30.146','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5188,'WilliamSok','-','','0000-00-00 00:00:00',0,0),(854,'2017-10-19 21:30:47',6,'Registration','oscasaregistration','105.27.172.170','Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0','win','Unknown',0,1,0,5189,'Mswenko031','-','','0000-00-00 00:00:00',0,0),(855,'2017-10-20 01:11:21',6,'Registration','oscasaregistration','87.207.132.57','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5190,'Januszek45Heaph','-','','0000-00-00 00:00:00',0,0),(856,'2017-10-20 04:19:00',6,'Registration','oscasaregistration','178.49.154.111','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,5191,'Novanul','-','','0000-00-00 00:00:00',0,0),(857,'2017-10-20 08:16:00',6,'Registration','oscasaregistration','181.113.28.150','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5192,'OlgaRybkaPn','-','','0000-00-00 00:00:00',0,0),(858,'2017-10-20 08:40:52',2,'Oscasa Agency Application Form','oscasaagencyapplication','105.228.209.99','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','win','Unknown',1,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(859,'2017-10-20 10:31:53',6,'Registration','oscasaregistration','185.26.180.53','Opera/9.80 (Android; Opera Mini/29.0.2254/73.112; U; en) Presto/2.12.423 Version/12.16','unix','Unknown',0,1,0,5193,'issah','-','','0000-00-00 00:00:00',0,0),(860,'2017-10-20 11:55:59',6,'Registration','oscasaregistration','134.119.223.242','Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5194,'Brianavege','-','','0000-00-00 00:00:00',0,0),(861,'2017-10-20 12:47:29',6,'Registration','oscasaregistration','2.224.128.114','','','Unknown',0,1,0,5195,'Segwayhex','-','','0000-00-00 00:00:00',0,0),(862,'2017-10-20 18:07:14',6,'Registration','oscasaregistration','207.154.232.130','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5196,'KevinPer','-','','0000-00-00 00:00:00',0,0),(863,'2017-10-20 19:56:48',6,'Registration','oscasaregistration','62.210.80.48','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5197,'JamesLam','-','','0000-00-00 00:00:00',0,0),(864,'2017-10-20 21:22:26',6,'Registration','oscasaregistration','77.243.183.163','Mozilla/5.0 (Windows NT 6.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5198,'Clyzdeber','-','','0000-00-00 00:00:00',0,0),(865,'2017-10-20 22:42:42',6,'Registration','oscasaregistration','179.43.143.185','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','win','Unknown',0,1,0,5199,'RichreExots','-','','0000-00-00 00:00:00',0,0),(866,'2017-10-21 03:57:46',6,'Registration','oscasaregistration','109.86.72.163','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0','unix','Unknown',0,1,0,5200,'VaidokBum','-','','0000-00-00 00:00:00',0,0),(867,'2017-10-21 10:31:23',6,'Registration','oscasaregistration','173.239.232.50','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5201,'LeonardNetly','-','','0000-00-00 00:00:00',0,0),(868,'2017-10-21 15:50:00',6,'Registration','oscasaregistration','46.38.127.69','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0','unix','Unknown',0,1,0,5202,'ArthurCak','-','','0000-00-00 00:00:00',0,0),(869,'2017-10-21 21:59:04',6,'Registration','oscasaregistration','37.52.68.60','Mozilla/5.0 (Windows NT 6.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5203,'DavidHaf','-','','0000-00-00 00:00:00',0,0),(870,'2017-10-22 06:24:46',6,'Registration','oscasaregistration','62.210.80.48','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:42.0) Gecko/20100101 Firefox/42.0','mac','Unknown',0,1,0,5204,'Jerrywople','-','','0000-00-00 00:00:00',0,0),(871,'2017-10-22 08:56:57',6,'Registration','oscasaregistration','89.28.24.190','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:42.0) Gecko/20100101 Firefox/42.0','mac','Unknown',0,1,0,5205,'mzalug','-','','0000-00-00 00:00:00',0,0),(872,'2017-10-22 13:34:19',6,'Registration','oscasaregistration','195.225.231.214','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5206,'CampbelDak','-','','0000-00-00 00:00:00',0,0),(873,'2017-10-22 14:21:29',6,'Registration','oscasaregistration','185.153.197.46','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:42.0) Gecko/20100101 Firefox/42.0','mac','Unknown',0,1,0,5207,'RichardInova','-','','0000-00-00 00:00:00',0,0),(874,'2017-10-22 15:01:44',6,'Registration','oscasaregistration','41.247.180.148','Mozilla/5.0 (Linux; Android 5.1.1; SM-J111F Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36','unix','Unknown',0,1,0,5208,'Raygen','-','','0000-00-00 00:00:00',0,0),(875,'2017-10-22 17:39:00',6,'Registration','oscasaregistration','85.17.30.146','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','win','Unknown',0,1,0,5209,'KennethWhoca','-','','0000-00-00 00:00:00',0,0),(876,'2017-10-23 17:51:35',6,'Registration','oscasaregistration','95.106.203.167','Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5210,'veaucrowinid1975','-','','0000-00-00 00:00:00',0,0),(877,'2017-10-23 19:29:45',6,'Registration','oscasaregistration','178.137.92.61','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:42.0) Gecko/20100101 Firefox/42.0','mac','Unknown',0,1,0,5211,'JamesIsort','-','','0000-00-00 00:00:00',0,0),(878,'2017-10-24 05:25:16',6,'Registration','oscasaregistration','95.106.204.138','Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5212,'lycisargo1988','-','','0000-00-00 00:00:00',0,0),(879,'2017-10-24 11:09:45',6,'Registration','oscasaregistration','95.106.204.138','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5213,'woodpershyman1982','-','','0000-00-00 00:00:00',0,0),(880,'2017-10-25 06:01:22',6,'Registration','oscasaregistration','46.119.121.252','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5214,'Rogerpah','-','','0000-00-00 00:00:00',0,0),(881,'2017-10-26 00:53:10',6,'Registration','oscasaregistration','94.177.196.107','Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5215,'SpeedySlawos','-','','0000-00-00 00:00:00',0,0),(882,'2017-10-26 01:57:07',6,'Registration','oscasaregistration','188.239.32.94','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5216,'Coffeeki','-','','0000-00-00 00:00:00',0,0),(883,'2017-10-26 07:24:26',6,'Registration','oscasaregistration','46.38.127.69','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5217,'ArmandoDix','-','','0000-00-00 00:00:00',0,0),(884,'2017-10-26 11:43:02',6,'Registration','oscasaregistration','103.62.141.46','Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5218,'OlgaRybka','-','','0000-00-00 00:00:00',0,0),(885,'2017-10-26 12:08:38',6,'Registration','oscasaregistration','95.37.205.28','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5219,'Artselvek','-','','0000-00-00 00:00:00',0,0),(886,'2017-10-26 17:17:06',6,'Registration','oscasaregistration','91.227.180.228','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5220,'Bospl','-','','0000-00-00 00:00:00',0,0),(887,'2017-10-27 02:51:28',6,'Registration','oscasaregistration','212.83.184.217','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5221,'Forum SEO','-','','0000-00-00 00:00:00',0,0),(888,'2017-10-27 03:59:16',6,'Registration','oscasaregistration','182.150.160.11','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:42.0) Gecko/20100101 Firefox/42.0','mac','Unknown',0,1,0,5222,'StevenAlary','-','','0000-00-00 00:00:00',0,0),(889,'2017-10-27 06:25:00',6,'Registration','oscasaregistration','79.140.161.104','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393','win','Unknown',0,1,0,5223,'proweprik','-','','0000-00-00 00:00:00',0,0),(890,'2017-10-27 13:08:20',6,'Registration','oscasaregistration','146.185.223.227','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:42.0) Gecko/20100101 Firefox/42.0','mac','Unknown',0,1,0,5224,'JosephHar','-','','0000-00-00 00:00:00',0,0),(891,'2017-10-28 01:53:36',6,'Registration','oscasaregistration','109.241.10.179','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5225,'Aillybaips','-','','0000-00-00 00:00:00',0,0),(892,'2017-10-28 12:54:14',6,'Registration','oscasaregistration','93.77.116.98','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5226,'Elenaoi','-','','0000-00-00 00:00:00',0,0),(893,'2017-10-29 07:33:08',6,'Registration','oscasaregistration','93.84.63.134','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5227,'DanielTut','-','','0000-00-00 00:00:00',0,0),(894,'2017-10-30 01:42:15',6,'Registration','oscasaregistration','193.201.224.32','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5228,'clinical91.','-','','0000-00-00 00:00:00',0,0),(895,'2017-10-30 16:10:49',6,'Registration','oscasaregistration','89.70.32.88','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,5229,'AnthonyLex','-','','0000-00-00 00:00:00',0,0),(896,'2017-10-30 19:24:54',6,'Registration','oscasaregistration','185.156.174.27','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5230,'EdwardBuB','-','','0000-00-00 00:00:00',0,0),(897,'2017-10-31 03:11:03',6,'Registration','oscasaregistration','185.17.157.195','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0','unix','Unknown',0,1,0,5231,'JeffyeyDes','-','','0000-00-00 00:00:00',0,0),(898,'2017-10-31 21:15:41',6,'Registration','oscasaregistration','178.155.6.38','Mozilla/5.0 (Windows NT 6.1; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5232,'yamanfukidon','-','','0000-00-00 00:00:00',0,0),(899,'2017-11-01 00:08:45',6,'Registration','oscasaregistration','185.153.197.46','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5233,'Stevennum','-','','0000-00-00 00:00:00',0,0),(900,'2017-11-01 01:09:27',6,'Registration','oscasaregistration','178.155.3.206','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5234,'kuitetsuyodon','-','','0000-00-00 00:00:00',0,0),(901,'2017-11-01 07:26:23',6,'Registration','oscasaregistration','146.185.223.111','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5235,'DennDriny','-','','0000-00-00 00:00:00',0,0),(902,'2017-11-01 11:04:15',6,'Registration','oscasaregistration','89.28.24.190','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5236,'kotsuf','-','','0000-00-00 00:00:00',0,0),(903,'2017-11-01 15:42:14',6,'Registration','oscasaregistration','46.98.3.54','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0','unix','Unknown',0,1,0,5237,'Terrydog','-','','0000-00-00 00:00:00',0,0),(904,'2017-11-02 16:03:45',6,'Registration','oscasaregistration','188.163.78.41','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5238,'EugeneTet','-','','0000-00-00 00:00:00',0,0),(905,'2017-11-03 08:17:41',6,'Registration','oscasaregistration','41.0.137.95','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0','win','Unknown',0,1,0,5239,'Richard.Ndlovu','-','','0000-00-00 00:00:00',0,0),(906,'2017-11-03 08:27:25',6,'Registration','oscasaregistration','41.0.137.95','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36 OPR/48.0.2685.52','win','Unknown',0,1,0,5240,'Richard.Ndlovu09','-','','0000-00-00 00:00:00',0,0),(907,'2017-11-03 10:16:43',6,'Registration','oscasaregistration','145.255.2.67','','','Unknown',0,1,0,5241,'MatthewKak','-','','0000-00-00 00:00:00',0,0),(908,'2017-11-03 10:43:22',6,'Registration','oscasaregistration','62.122.182.106','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5242,'Matthewwag','-','','0000-00-00 00:00:00',0,0),(909,'2017-11-03 13:41:33',6,'Registration','oscasaregistration','37.57.177.209','Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5243,'PeterSnife','-','','0000-00-00 00:00:00',0,0),(910,'2017-11-03 16:45:10',6,'Registration','oscasaregistration','66.70.144.254','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5244,'LouisNane','-','','0000-00-00 00:00:00',0,0),(911,'2017-11-04 10:32:41',6,'Registration','oscasaregistration','46.161.9.55','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','win','Unknown',0,1,0,5245,'JacksonZWskift','-','','0000-00-00 00:00:00',0,0),(912,'2017-11-04 13:58:32',6,'Registration','oscasaregistration','195.22.126.193','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5246,'GachimMut','-','','0000-00-00 00:00:00',0,0),(913,'2017-11-04 14:54:06',6,'Registration','oscasaregistration','91.241.228.75','Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0','unix','Unknown',0,1,0,5247,'MichaelAbulp','-','','0000-00-00 00:00:00',0,0),(914,'2017-11-04 21:13:33',6,'Registration','oscasaregistration','179.43.152.90','Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5248,'GHSTools','-','','0000-00-00 00:00:00',0,0),(915,'2017-11-05 05:37:30',6,'Registration','oscasaregistration','179.43.178.248','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5249,'Content Spinning','-','','0000-00-00 00:00:00',0,0),(916,'2017-11-05 07:23:42',6,'Registration','oscasaregistration','95.47.244.121','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','win','Unknown',0,1,0,5250,'LarryViblord','-','','0000-00-00 00:00:00',0,0),(917,'2017-11-05 14:17:35',6,'Registration','oscasaregistration','46.161.9.55','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','mac','Unknown',0,1,0,5251,'Milesskift','-','','0000-00-00 00:00:00',0,0),(918,'2017-11-05 18:39:50',6,'Registration','oscasaregistration','62.122.182.106','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5252,'Louisgrage','-','','0000-00-00 00:00:00',0,0),(919,'2017-11-05 23:03:38',6,'Registration','oscasaregistration','185.153.197.46','Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0','unix','Unknown',0,1,0,5253,'JeffreyMeerM','-','','0000-00-00 00:00:00',0,0),(920,'2017-11-06 04:14:33',6,'Registration','oscasaregistration','159.203.78.219','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','win','Unknown',1,1,0,5254,'MieneAgoro','-','','0000-00-00 00:00:00',0,0),(1065,'2018-09-21 18:30:55',2,'Oscasa Agency Application Form','oscasaagencyapplication','197.86.195.225','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1066,'2018-09-21 18:36:09',2,'Oscasa Agency Application Form','oscasaagencyapplication','197.86.195.225','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(923,'2018-01-07 00:02:48',4,'Oscasa Query/Complaint','querycomplaint','5.188.211.21','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(924,'2018-01-08 08:21:39',4,'Oscasa Query/Complaint','querycomplaint','5.188.211.14','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(925,'2018-01-10 09:49:18',3,'Oscasa Individual Registration','individualregistration','41.160.249.20','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(926,'2018-01-10 10:40:01',3,'Oscasa Individual Registration','individualregistration','105.186.126.85','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(927,'2018-01-10 11:35:29',3,'Oscasa Individual Registration','individualregistration','41.13.204.88','Mozilla/5.0 (Linux; Android 6.0; ALE-L21 Build/HuaweiALE-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(928,'2018-01-11 08:23:25',3,'Oscasa Individual Registration','individualregistration','41.48.16.55','Mozilla/5.0 (BlackBerry; U; BlackBerry 9320; en) AppleWebKit/534.11+ (KHTML, like Gecko) Version/7.1.0.714 Mobile Safari/534.11+','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(929,'2018-01-12 13:29:34',3,'Oscasa Individual Registration','individualregistration','197.228.196.229','Mozilla/5.0 (Linux; Android 4.2.2; GT-P5200 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(930,'2018-01-15 14:15:39',3,'Oscasa Individual Registration','individualregistration','164.151.32.2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(931,'2018-01-21 08:52:23',3,'Oscasa Individual Registration','individualregistration','105.184.73.54','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(932,'2018-01-21 18:03:07',3,'Oscasa Individual Registration','individualregistration','41.114.4.251','Mozilla/5.0 (Linux; Android 6.0.1; SM-G610F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(933,'2018-01-25 13:48:39',3,'Oscasa Individual Registration','individualregistration','197.89.174.227','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(934,'2018-01-25 13:58:27',3,'Oscasa Individual Registration','individualregistration','197.89.174.227','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(935,'2018-01-28 14:31:40',3,'Oscasa Individual Registration','individualregistration','41.13.200.243','Mozilla/5.0 (Linux; Tizen 2.4; SAMSUNG SM-Z200Y) AppleWebKit/537.3 (KHTML, like Gecko) SamsungBrowser/1.1 Mobile Safari/537.3','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(936,'2018-01-28 15:53:36',3,'Oscasa Individual Registration','individualregistration','41.13.104.173','Mozilla/5.0 (Linux; U; Android 4.1.2; en-za; GT-I8190N Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(937,'2018-01-31 07:16:24',3,'Oscasa Individual Registration','individualregistration','102.252.40.197','Mozilla/5.0 (Linux; Android 6.0.1; SM-G532F Build/MMB29T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(938,'2018-01-31 11:39:39',3,'Oscasa Individual Registration','individualregistration','197.88.136.182','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(939,'2018-01-31 13:07:46',3,'Oscasa Individual Registration','individualregistration','197.229.235.213','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(940,'2018-02-01 10:47:03',3,'Oscasa Individual Registration','individualregistration','105.12.6.99','Mozilla/5.0 (Linux; Android 5.1; VFD 200 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(941,'2018-02-01 10:48:15',3,'Oscasa Individual Registration','individualregistration','105.12.6.99','Mozilla/5.0 (Linux; Android 5.1; VFD 200 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(942,'2018-02-01 10:56:51',3,'Oscasa Individual Registration','individualregistration','105.12.6.99','Mozilla/5.0 (Linux; Android 5.1; VFD 200 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(943,'2018-02-02 01:07:56',3,'Oscasa Individual Registration','individualregistration','41.76.222.166','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(944,'2018-02-03 06:24:04',3,'Oscasa Individual Registration','individualregistration','102.252.29.244','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(945,'2018-02-07 08:22:28',3,'Oscasa Individual Registration','individualregistration','197.88.147.242','Mozilla/5.0 (Linux; Android 5.1.1; SM-J500F Build/LMY48B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(946,'2018-02-07 23:03:57',3,'Oscasa Individual Registration','individualregistration','196.22.254.66','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(947,'2018-02-08 10:58:22',3,'Oscasa Individual Registration','individualregistration','197.86.174.206','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(948,'2018-02-16 06:06:19',3,'Oscasa Individual Registration','individualregistration','165.144.240.176','Mozilla/5.0 (Linux; U; Android 6.0.1; en-US; SM-G532F Build/MMB29T) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.0.0.1088 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(949,'2018-02-18 12:18:29',3,'Oscasa Individual Registration','individualregistration','41.13.22.155','Mozilla/5.0 (Linux; Android 6.0.1; SM-G532F Build/MMB29T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(950,'2018-02-18 19:08:15',3,'Oscasa Individual Registration','individualregistration','197.245.52.84','Mozilla/5.0 (Linux; Android 7.0; SM-A520F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(951,'2018-02-21 18:38:54',3,'Oscasa Individual Registration','individualregistration','82.145.222.61','Opera/9.80 (Android; Opera Mini/32.0.2254/87.22; U; en) Presto/2.12.423 Version/12.16','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(952,'2018-02-22 23:37:01',3,'Oscasa Individual Registration','individualregistration','105.12.7.121','Mozilla/5.0 (Linux; Android 5.1.1; SM-J320FN Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(953,'2018-02-24 17:43:27',3,'Oscasa Individual Registration','individualregistration','105.0.7.101','Mozilla/5.0 (Linux; Android 6.0; HUAWEI VNS-L31 Build/HUAWEIVNS-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(954,'2018-02-26 13:20:19',3,'Oscasa Individual Registration','individualregistration','105.0.0.18','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(955,'2018-03-01 12:58:42',3,'Oscasa Individual Registration','individualregistration','164.151.131.52','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(956,'2018-03-02 11:27:29',3,'Oscasa Individual Registration','individualregistration','164.151.32.2','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; IE9-SPD-ED; rv:11.0) like Gecko','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(957,'2018-03-06 13:46:10',2,'Oscasa Agency Application Form','oscasaagencyapplication','196.202.230.30','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(958,'2018-03-09 19:59:52',2,'Oscasa Agency Application Form','oscasaagencyapplication','77.79.128.159','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 YaBrowser/17.11.0.2260 Yowser/2.5 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(959,'2018-03-11 08:15:24',3,'Oscasa Individual Registration','individualregistration','41.151.98.42','Mozilla/5.0 (Linux; U; Android 6.0.1; en-US; SM-G532F Build/MMB29T) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.2.0.1089 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(960,'2018-03-13 14:37:46',2,'Oscasa Agency Application Form','oscasaagencyapplication','41.145.116.232','Mozilla/5.0 (Windows NT 6.1; rv:59.0) Gecko/20100101 Firefox/59.0','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(961,'2018-03-14 14:25:47',2,'Oscasa Agency Application Form','oscasaagencyapplication','102.248.33.120','Mozilla/5.0 (Linux; Android 5.1.1; SM-J111F Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(962,'2018-03-26 09:22:51',3,'Oscasa Individual Registration','individualregistration','197.245.25.169','Mozilla/5.0 (X11; Linux i686; rv:36.0) Gecko/20100101 Firefox/36.0','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(963,'2018-03-26 09:25:33',3,'Oscasa Individual Registration','individualregistration','197.245.25.169','Mozilla/5.0 (X11; Linux i686; rv:36.0) Gecko/20100101 Firefox/36.0','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(964,'2018-03-31 10:46:43',3,'Oscasa Individual Registration','individualregistration','107.167.103.144','Opera/9.80 (Android; Opera Mini/7.5.33942/90.169; U; en) Presto/2.12.423 Version/12.16','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(965,'2018-04-05 10:08:43',3,'Oscasa Individual Registration','individualregistration','41.13.216.231','Mozilla/5.0 (Linux; Android 6.0.1; SM-J106F Build/MMB29Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(966,'2018-04-06 13:56:03',3,'Oscasa Individual Registration','individualregistration','41.13.212.157','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; LCJB; rv:11.0) like Gecko','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(967,'2018-04-07 17:24:00',3,'Oscasa Individual Registration','individualregistration','105.225.100.204','Mozilla/5.0 (Linux; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(968,'2018-04-07 21:00:04',3,'Oscasa Individual Registration','individualregistration','105.225.100.204','Mozilla/5.0 (iPad; CPU OS 11_2_6 like Mac OS X) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0 Mobile/15D100 Safari/604.1','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(969,'2018-04-09 15:37:02',3,'Oscasa Individual Registration','individualregistration','105.224.185.220','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(970,'2018-04-10 09:42:30',3,'Oscasa Individual Registration','individualregistration','41.49.157.37','Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; HUAWEI Y360-U72 Build/HUAWEIY360-U72) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30;','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(971,'2018-04-10 09:45:24',3,'Oscasa Individual Registration','individualregistration','41.49.157.37','Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; HUAWEI Y360-U72 Build/HUAWEIY360-U72) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30;','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(972,'2018-04-16 17:36:11',3,'Oscasa Individual Registration','individualregistration','196.38.82.222','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(973,'2018-04-16 17:42:55',3,'Oscasa Individual Registration','individualregistration','196.38.82.222','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(974,'2018-04-19 07:42:02',3,'Oscasa Individual Registration','individualregistration','41.114.114.50','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(975,'2018-04-19 08:46:43',3,'Oscasa Individual Registration','individualregistration','41.114.114.50','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(976,'2018-04-20 02:15:07',3,'Oscasa Individual Registration','individualregistration','197.229.89.34','Mozilla/5.0 (Linux; Android 4.4; HCAT-01K Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(977,'2018-04-20 02:29:11',3,'Oscasa Individual Registration','individualregistration','197.229.89.34','Mozilla/5.0 (Linux; Android 4.4; HCAT-01K Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(978,'2018-04-20 02:41:06',3,'Oscasa Individual Registration','individualregistration','197.229.89.34','Mozilla/5.0 (Linux; Android 4.4; HCAT-01K Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(979,'2018-04-20 03:11:11',3,'Oscasa Individual Registration','individualregistration','41.145.93.143','Mozilla/5.0 (Linux; Android 4.4; HCAT-01K Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(980,'2018-04-21 21:37:47',4,'Oscasa Query/Complaint','querycomplaint','82.102.27.219','Mozilla/5.0 (Windows NT 7.1; rv:37.1) Gecko/20100101 Firefox/37.1','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(981,'2018-04-22 10:33:39',4,'Oscasa Query/Complaint','querycomplaint','105.4.3.145','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(982,'2018-04-22 10:46:44',3,'Oscasa Individual Registration','individualregistration','105.4.3.145','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(983,'2018-04-23 15:40:58',3,'Oscasa Individual Registration','individualregistration','41.13.200.88','Mozilla/5.0 (Linux; Android 5.1.1; SM-J200F Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(984,'2018-04-26 00:31:42',3,'Oscasa Individual Registration','individualregistration','82.145.222.194','Opera/9.80 (BlackBerry; Opera Mini/8.0.35667/93.131; U; en) Presto/2.12.423 Version/12.16','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(985,'2018-04-28 09:20:28',3,'Oscasa Individual Registration','individualregistration','41.113.226.48','Mozilla/5.0 (Linux; Android 7.0; HUAWEI CAN-L01 Build/HUAWEICAN-L01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(986,'2018-04-28 18:02:10',3,'Oscasa Individual Registration','individualregistration','41.13.78.155','Mozilla/5.0 (Linux; Android 5.1; VFD 100 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.77 Mobile Safari/537.36[FBAN/EMA;FBLC/en_US;FBAV/80.0.0.6.186;]','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(987,'2018-05-03 07:04:21',3,'Oscasa Individual Registration','individualregistration','168.89.16.15','Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-J105F/J105FXXU0APD1 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.5 Chrome/38.0.2125.102 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(988,'2018-05-03 18:44:01',3,'Oscasa Individual Registration','individualregistration','41.13.10.80','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.162 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(989,'2018-05-05 11:43:56',3,'Oscasa Individual Registration','individualregistration','41.114.97.34','Mozilla/5.0 (Linux; Tizen 3.0; SAMSUNG SM-Z400Y) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.0 Chrome/47.0.2526.69 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(990,'2018-05-07 12:34:54',3,'Oscasa Individual Registration','individualregistration','41.170.11.124','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(991,'2018-05-07 12:36:08',3,'Oscasa Individual Registration','individualregistration','41.170.11.124','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(992,'2018-05-07 12:36:53',3,'Oscasa Individual Registration','individualregistration','41.170.11.124','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(993,'2018-05-08 07:16:42',3,'Oscasa Individual Registration','individualregistration','102.249.106.122','Mozilla/5.0 (Linux; Android 6.0; FRIO Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(994,'2018-05-09 06:28:06',3,'Oscasa Individual Registration','individualregistration','41.247.161.128','Mozilla/5.0 (Linux; Android 4.4.2; P410 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(995,'2018-05-09 15:02:11',3,'Oscasa Individual Registration','individualregistration','41.148.206.48','Mozilla/5.0 (Linux; Android 4.4.2; P410 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(996,'2018-05-10 07:53:04',3,'Oscasa Individual Registration','individualregistration','41.13.64.29','Mozilla/5.0 (Linux; Android 6.0.1; VFD 600 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(997,'2018-05-10 11:19:11',3,'Oscasa Individual Registration','individualregistration','105.228.44.72','Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(998,'2018-05-11 05:40:09',3,'Oscasa Individual Registration','individualregistration','105.4.7.130','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(999,'2018-05-11 08:52:51',3,'Oscasa Individual Registration','individualregistration','196.23.147.204','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1000,'2018-05-11 09:15:09',3,'Oscasa Individual Registration','individualregistration','196.23.147.204','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1001,'2018-05-12 22:13:44',3,'Oscasa Individual Registration','individualregistration','102.250.132.44','Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; HUAWEI Y360-U61 Build/HUAWEIY360-U61) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30;','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1002,'2018-05-13 06:03:40',3,'Oscasa Individual Registration','individualregistration','41.148.44.201','Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; HUAWEI Y360-U61 Build/HUAWEIY360-U61) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30;','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1003,'2018-05-13 12:28:04',3,'Oscasa Individual Registration','individualregistration','105.251.26.146','Mozilla/5.0 (Linux; Android 6.0.1; SM-G532F Build/MMB29T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1004,'2018-05-14 12:11:05',3,'Oscasa Individual Registration','individualregistration','105.226.75.3','Mozilla/5.0 (Linux; Android 5.1; VFD 100 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.77 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1005,'2018-05-18 06:00:14',3,'Oscasa Individual Registration','individualregistration','82.145.222.110','Opera/9.80 (Android; Opera Mini/7.6.35843/98.18; U; en) Presto/2.12.423 Version/12.16','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1006,'2018-05-18 17:03:01',3,'Oscasa Individual Registration','individualregistration','185.26.180.31','Opera/9.80 (Android; Opera Mini/6.5.27431/98.18; U; en) Presto/2.12.423 Version/12.16','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1007,'2018-05-23 09:13:50',3,'Oscasa Individual Registration','individualregistration','197.155.8.66','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1008,'2018-05-23 13:34:35',3,'Oscasa Individual Registration','individualregistration','41.193.214.74','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1009,'2018-05-24 08:06:37',3,'Oscasa Individual Registration','individualregistration','41.13.60.154','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1010,'2018-05-28 07:34:41',3,'Oscasa Individual Registration','individualregistration','105.4.2.84','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1011,'2018-05-29 08:39:54',3,'Oscasa Individual Registration','individualregistration','196.21.245.249','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1012,'2018-05-30 12:38:43',2,'Oscasa Agency Application Form','oscasaagencyapplication','45.220.42.137','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1013,'2018-05-31 09:15:25',3,'Oscasa Individual Registration','individualregistration','41.13.36.40','Mozilla/5.0 (Linux; Android 6.0.1; SM-G532F Build/MMB29T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1014,'2018-05-31 09:16:48',3,'Oscasa Individual Registration','individualregistration','164.151.5.20','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1015,'2018-06-04 17:34:38',3,'Oscasa Individual Registration','individualregistration','197.229.160.72','Mozilla/5.0 (Linux; Android 4.4.4; 2014817 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1016,'2018-06-07 18:58:22',4,'Oscasa Query/Complaint','querycomplaint','134.249.52.34','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36 OPR/49.0.2725.47 (Edition Yx)','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1017,'2018-06-10 15:29:24',2,'Oscasa Agency Application Form','oscasaagencyapplication','105.224.184.212','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1018,'2018-06-12 22:52:20',3,'Oscasa Individual Registration','individualregistration','41.13.216.93','Mozilla/5.0 (Linux; Android 6.0.1; SM-G532F Build/MMB29T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1019,'2018-06-15 23:15:42',3,'Oscasa Individual Registration','individualregistration','102.165.70.26','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1020,'2018-06-21 11:15:11',3,'Oscasa Individual Registration','individualregistration','105.8.1.61','Mozilla/5.0 (Linux; Android 4.4.4; Vodafone 890N Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1021,'2018-06-21 16:01:58',3,'Oscasa Individual Registration','individualregistration','105.228.184.254','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1022,'2018-06-25 14:48:19',3,'Oscasa Individual Registration','individualregistration','105.228.35.28','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1023,'2018-06-28 13:17:44',3,'Oscasa Individual Registration','individualregistration','164.151.32.2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1024,'2018-06-28 13:40:33',3,'Oscasa Individual Registration','individualregistration','164.151.32.2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1025,'2018-06-30 08:56:23',3,'Oscasa Individual Registration','individualregistration','41.147.15.46','Mozilla/5.0 (Linux; U; Android 7.0; en-US; MHA-L09 Build/HUAWEIMHA-L09) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.5.0.1109 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1026,'2018-06-30 08:56:43',3,'Oscasa Individual Registration','individualregistration','102.250.209.189','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1027,'2018-07-01 18:37:05',3,'Oscasa Individual Registration','individualregistration','41.13.220.247','Mozilla/5.0 (Linux; Android 5.1.1; SM-J700H Build/LMY48B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1028,'2018-07-02 11:12:52',3,'Oscasa Individual Registration','individualregistration','154.117.159.198','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1029,'2018-07-02 19:36:30',3,'Oscasa Individual Registration','individualregistration','197.96.188.98','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1030,'2018-07-03 06:32:09',3,'Oscasa Individual Registration','individualregistration','105.184.185.215','Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G800F/G800FXXU1CQL1 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.2 Chrome/59.0.3071.125 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1031,'2018-07-04 16:26:34',3,'Oscasa Individual Registration','individualregistration','105.184.99.217','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1032,'2018-07-07 16:06:14',3,'Oscasa Individual Registration','individualregistration','41.77.155.53','Mozilla/5.0 (Linux; Android 6.0; VFD 1100 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1033,'2018-07-08 12:50:37',3,'Oscasa Individual Registration','individualregistration','105.8.4.19','Mozilla/5.0 (Linux; Android 4.2.2; GT-I9190 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1034,'2018-07-12 12:20:29',4,'Oscasa Query/Complaint','querycomplaint','41.114.147.220','Mozilla/5.0 (Linux; Android 7.0; PRA-LA1 Build/HUAWEIPRA-LA1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1035,'2018-07-13 13:41:16',3,'Oscasa Individual Registration','individualregistration','41.114.44.101','Mozilla/5.0 (Linux; Android 7.1.2; TA-1024 Build/N2G47H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1036,'2018-07-23 07:17:16',3,'Oscasa Individual Registration','individualregistration','196.6.234.254','Mozilla/5.0 (Linux; Android 6.0.1; SM-G532F Build/MMB29T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1037,'2018-07-23 09:51:40',3,'Oscasa Individual Registration','individualregistration','169.159.149.60','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1038,'2018-07-24 01:35:32',3,'Oscasa Individual Registration','individualregistration','197.229.0.98','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1039,'2018-07-24 01:40:48',3,'Oscasa Individual Registration','individualregistration','197.229.0.110','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1040,'2018-07-27 09:27:38',3,'Oscasa Individual Registration','individualregistration','154.117.149.186','Mozilla/5.0 (Linux; Android 6.0.1; SM-G532F Build/MMB29T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1041,'2018-07-30 19:31:17',3,'Oscasa Individual Registration','individualregistration','197.89.247.30','Mozilla/5.0 (Linux; Android 7.0; SM-A320F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1042,'2018-08-01 08:36:30',3,'Oscasa Individual Registration','individualregistration','41.115.49.39','Mozilla/5.0 (Linux; Android 6.0; M3CR Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1043,'2018-08-03 15:11:19',3,'Oscasa Individual Registration','individualregistration','196.45.17.68','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1044,'2018-08-05 14:19:07',3,'Oscasa Individual Registration','individualregistration','82.145.223.73','Opera/9.80 (Android; Opera Mini/35.3.2254/108.98; U; en) Presto/2.12.423 Version/12.16','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1045,'2018-08-11 14:48:09',3,'Oscasa Individual Registration','individualregistration','197.229.0.186','Mozilla/5.0 (Linux; U; Android 6.0.1; en-US; SM-G532F Build/MMB29T) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.8.8.1140 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1046,'2018-08-16 10:43:15',3,'Oscasa Individual Registration','individualregistration','41.13.192.116','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1047,'2018-08-19 11:19:07',3,'Oscasa Individual Registration','individualregistration','169.0.113.44','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1048,'2018-08-22 10:53:28',3,'Oscasa Individual Registration','individualregistration','41.13.243.18','Mozilla/5.0 (Linux; Android 6.0; Hisense U601S Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1049,'2018-09-03 09:26:20',3,'Oscasa Individual Registration','individualregistration','105.228.165.188','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1050,'2018-09-03 09:38:34',3,'Oscasa Individual Registration','individualregistration','105.228.165.188','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1051,'2018-09-03 09:44:04',3,'Oscasa Individual Registration','individualregistration','105.228.165.188','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1052,'2018-09-03 09:53:45',3,'Oscasa Individual Registration','individualregistration','105.228.165.188','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1053,'2018-09-03 11:47:28',3,'Oscasa Individual Registration','individualregistration','105.4.5.100','Mozilla/5.0 (Linux; Android 5.1; HUAWEI TIT-U02 Build/HUAWEITIT-U02) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1054,'2018-09-03 18:43:47',3,'Oscasa Individual Registration','individualregistration','105.8.6.195','Mozilla/5.0 (BB10; Touch) AppleWebKit/537.35+ (KHTML, like Gecko) Version/10.3.2.2876 Mobile Safari/537.35+','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1055,'2018-09-03 20:56:47',3,'Oscasa Individual Registration','individualregistration','105.8.2.61','Mozilla/5.0 (BB10; Touch) AppleWebKit/537.35+ (KHTML, like Gecko) Version/10.3.2.2876 Mobile Safari/537.35+','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1056,'2018-09-05 09:49:41',3,'Oscasa Individual Registration','individualregistration','156.0.224.146','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1057,'2018-09-05 11:58:36',3,'Oscasa Individual Registration','individualregistration','105.227.179.153','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1058,'2018-09-05 12:44:25',3,'Oscasa Individual Registration','individualregistration','41.164.6.244','Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.89 Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1059,'2018-09-07 13:54:21',3,'Oscasa Individual Registration','individualregistration','196.38.8.94','Mozilla/5.0 (Windows NT 6.1; rv:62.0) Gecko/20100101 Firefox/62.0','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1060,'2018-09-07 17:11:01',3,'Oscasa Individual Registration','individualregistration','105.12.6.227','Mozilla/5.0 (Linux; Android 7.1.1; SM-J250F Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1061,'2018-09-07 17:11:36',3,'Oscasa Individual Registration','individualregistration','105.12.6.227','Mozilla/5.0 (Linux; Android 7.1.1; SM-J250F Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1062,'2018-09-09 07:50:28',3,'Oscasa Individual Registration','individualregistration','105.0.0.23','Mozilla/5.0 (Linux; Android 6.0; PURE MINI Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36','unix','Unknown',1,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1063,'2018-09-12 14:00:45',3,'Oscasa Individual Registration','individualregistration','154.117.149.186','Mozilla/5.0 (Linux; Android 7.0; PRA-LA1 Build/HUAWEIPRA-LA1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36','unix','Unknown',1,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1067,'2018-09-24 15:19:42',3,'Oscasa Individual Registration','individualregistration','41.52.96.245','Mozilla/5.0 (Linux; Android 5.1; HUAWEI TAG-L21 Build/HUAWEITAG-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1068,'2018-09-24 15:28:53',3,'Oscasa Individual Registration','individualregistration','105.8.3.186','Mozilla/5.0 (Linux; Android 5.1; HUAWEI TAG-L21 Build/HUAWEITAG-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1069,'2018-09-25 09:52:07',3,'Oscasa Individual Registration','individualregistration','105.4.5.63','Mozilla/5.0 (Linux; Android 5.1; HUAWEI TAG-L21 Build/HUAWEITAG-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1070,'2018-09-25 16:16:40',3,'Oscasa Individual Registration','individualregistration','102.250.2.151','Mozilla/5.0 (iPhone; CPU iPhone OS 12_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) GSA/58.0.212077146 Mobile/16A366 Safari/604.1','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1071,'2018-09-26 08:07:20',3,'Oscasa Individual Registration','individualregistration','41.169.2.92','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:62.0) Gecko/20100101 Firefox/62.0','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1072,'2018-09-27 22:54:28',3,'Oscasa Individual Registration','individualregistration','102.252.153.19','Mozilla/5.0 (Linux; Android 6.0; SHIFT Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1073,'2018-10-02 02:08:08',3,'Oscasa Individual Registration','individualregistration','105.227.105.141','Mozilla/5.0 (Linux; Android 8.1.0; DRA-LX2 Build/HUAWEIDRA-LX2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1074,'2018-10-07 18:45:05',2,'Oscasa Agency Application Form','oscasaagencyapplication','41.144.86.155','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1075,'2018-10-07 18:49:58',3,'Oscasa Individual Registration','individualregistration','41.144.86.155','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1076,'2018-10-08 11:54:12',3,'Oscasa Individual Registration','individualregistration','41.115.47.112','Mozilla/5.0 (Linux; Android 5.1; VFD 200 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1077,'2018-10-09 15:17:36',3,'Oscasa Individual Registration','individualregistration','105.4.5.224','Mozilla/5.0 (Linux; Android 5.1.1; SM-J111F Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1078,'2018-10-11 06:24:09',3,'Oscasa Individual Registration','individualregistration','102.132.39.178','Mozilla/5.0 (Linux; Android 6.0; HUAWEI VNS-L31 Build/HUAWEIVNS-L31; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/187.0.0.43.81;]','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1079,'2018-10-15 09:46:47',3,'Oscasa Individual Registration','individualregistration','155.238.4.140','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1080,'2018-10-15 11:53:21',3,'Oscasa Individual Registration','individualregistration','41.3.130.232','Mozilla/5.0 (Linux; Android 6.0; REBEL Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1081,'2018-10-22 09:25:00',3,'Oscasa Individual Registration','individualregistration','185.26.180.107','Opera/9.80 (Android; Opera Mini/36.1.2254/118.144; U; en) Presto/2.12.423 Version/12.16','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1082,'2018-10-22 09:55:10',3,'Oscasa Individual Registration','individualregistration','41.13.14.250','Mozilla/5.0 (Linux; Android 7.0; TA-1020 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1083,'2018-10-23 13:46:42',3,'Oscasa Individual Registration','individualregistration','105.184.205.228','Mozilla/5.0 (iPhone; CPU iPhone OS 12_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1084,'2018-10-24 11:28:19',3,'Oscasa Individual Registration','individualregistration','105.12.4.250','Mozilla/5.0 (Linux; Android 7.0; LG-H850 Build/NRD90U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1085,'2018-10-24 11:30:41',3,'Oscasa Individual Registration','individualregistration','105.12.4.250','Mozilla/5.0 (Linux; Android 7.0; LG-H850 Build/NRD90U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1086,'2018-10-24 11:32:54',3,'Oscasa Individual Registration','individualregistration','105.12.4.250','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1087,'2018-10-24 14:13:01',3,'Oscasa Individual Registration','individualregistration','41.77.203.125','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1088,'2018-10-25 18:05:30',3,'Oscasa Individual Registration','individualregistration','105.0.3.105','Mozilla/5.0 (Linux; Android 8.0.0; WAS-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.64 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1089,'2018-10-26 09:36:47',3,'Oscasa Individual Registration','individualregistration','105.12.7.129','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1090,'2018-10-26 12:47:00',3,'Oscasa Individual Registration','individualregistration','196.209.217.189','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1091,'2018-10-26 13:14:01',3,'Oscasa Individual Registration','individualregistration','196.209.217.189','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1092,'2018-10-27 15:57:34',3,'Oscasa Individual Registration','individualregistration','105.233.32.194','Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G532F Build/MMB29T) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.4 Chrome/59.0.3071.125 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1093,'2018-10-29 14:34:08',3,'Oscasa Individual Registration','individualregistration','197.169.128.16','Mozilla/5.0 (Linux; Android 7.0; LG-H850 Build/NRD90U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1094,'2018-10-29 19:22:01',3,'Oscasa Individual Registration','individualregistration','82.145.223.6','Mozilla/5.0 (Linux; Android 6.0.1; Hisense E76 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Mobile Safari/537.36 OPR/36.3.2126.106031','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1095,'2018-10-30 10:44:22',3,'Oscasa Individual Registration','individualregistration','197.83.252.169','Mozilla/5.0 (Linux; U; Android 5.1.1; en-us; HUAWEI Y560-L01 Build/HUAWEIY560-L01) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1096,'2018-10-30 13:02:59',3,'Oscasa Individual Registration','individualregistration','196.209.217.189','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1097,'2018-10-30 22:50:40',3,'Oscasa Individual Registration','individualregistration','197.229.2.151','Mozilla/5.0 (Linux; Android 6.0; LG-H815 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1098,'2018-10-31 05:36:58',3,'Oscasa Individual Registration','individualregistration','197.229.2.226','Mozilla/5.0 (Linux; Android 7.0; LG-H850 Build/NRD90U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1099,'2018-10-31 05:39:26',3,'Oscasa Individual Registration','individualregistration','82.145.222.252','Opera/9.80 (Android; Opera Mini/22.0.2254/119.132; U; en) Presto/2.12.423 Version/12.16','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1100,'2018-10-31 05:41:23',3,'Oscasa Individual Registration','individualregistration','197.229.2.226','Mozilla/5.0 (Linux; Android 7.0; LG-H850 Build/NRD90U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1101,'2018-10-31 05:43:31',3,'Oscasa Individual Registration','individualregistration','197.229.2.226','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1102,'2018-10-31 11:57:18',3,'Oscasa Individual Registration','individualregistration','197.89.183.232','Mozilla/5.0 (Linux; U; Android 5.1.1; en-us; HUAWEI Y560-L01 Build/HUAWEIY560-L01) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1103,'2018-11-05 16:16:08',3,'Oscasa Individual Registration','individualregistration','197.229.1.53','Mozilla/5.0 (Linux; Android 7.0; LG-H850 Build/NRD90U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1104,'2018-11-07 06:43:13',3,'Oscasa Individual Registration','individualregistration','41.145.132.184','Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-J500F/J500FXXU1AOH2 Build/LMY48B) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.4 Chrome/59.0.3071.125 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1105,'2018-11-07 17:57:38',3,'Oscasa Individual Registration','individualregistration','105.187.142.186','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1106,'2018-11-08 10:26:03',3,'Oscasa Individual Registration','individualregistration','41.162.81.13','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1107,'2018-11-11 15:26:23',3,'Oscasa Individual Registration','individualregistration','41.13.44.37','Mozilla/5.0 (Linux; Android 7.0; Hisense C30 Lite Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/56.0.2924.87 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/194.0.0.42.99;]','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1108,'2018-11-12 12:23:22',3,'Oscasa Individual Registration','individualregistration','41.215.239.138','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1109,'2018-11-13 14:13:59',3,'Oscasa Individual Registration','individualregistration','41.164.23.222','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1110,'2018-11-13 14:24:39',3,'Oscasa Individual Registration','individualregistration','41.164.23.222','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1111,'2018-11-14 15:35:59',3,'Oscasa Individual Registration','individualregistration','197.229.3.133','Mozilla/5.0 (Linux; U; Android 4.4.2; en-gb; SM-G313H Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1112,'2018-11-15 13:53:24',3,'Oscasa Individual Registration','individualregistration','41.0.231.239','Mozilla/5.0 (Linux; Android 5.1.1; SM-J111F Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1113,'2018-11-16 11:55:30',3,'Oscasa Individual Registration','individualregistration','105.226.105.139','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1114,'2018-11-17 15:21:47',3,'Oscasa Individual Registration','individualregistration','102.250.0.105','Mozilla/5.0 (Linux; Android 7.0; PRA-LA1 Build/HUAWEIPRA-LA1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1115,'2018-11-18 06:50:14',3,'Oscasa Individual Registration','individualregistration','196.207.37.205','Mozilla/5.0 (Linux; Android 7.0; Hisense U601S Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1116,'2018-11-20 14:10:51',3,'Oscasa Individual Registration','individualregistration','82.145.223.67','Opera/9.80 (Android; Opera Mini/7.5.33135/123.47; U; en) Presto/2.12.423 Version/12.16','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1117,'2018-11-20 22:17:01',3,'Oscasa Individual Registration','individualregistration','105.226.105.139','Mozilla/5.0 (Linux; Android 5.1; Vodacom Power Tab 10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1118,'2018-11-20 22:20:02',3,'Oscasa Individual Registration','individualregistration','105.226.105.139','Mozilla/5.0 (Linux; Android 5.1; Vodacom Power Tab 10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1119,'2018-11-23 20:42:41',3,'Oscasa Individual Registration','individualregistration','41.13.72.146','Mozilla/5.0 (Linux; Android 8.0.0; Nokia 3.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.64 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1120,'2018-11-23 21:08:48',3,'Oscasa Individual Registration','individualregistration','41.13.72.146','Mozilla/5.0 (Linux; Android 8.0.0; Nokia 3.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.64 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1121,'2018-11-24 13:21:03',4,'Oscasa Query/Complaint','querycomplaint','41.13.72.146','Mozilla/5.0 (Linux; Android 8.0.0; Nokia 3.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.64 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1122,'2018-11-25 10:15:19',3,'Oscasa Individual Registration','individualregistration','41.193.209.241','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1123,'2018-11-27 09:17:29',3,'Oscasa Individual Registration','individualregistration','41.13.96.96','Mozilla/5.0 (Linux; Android 8.0.0; Nokia 3.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.64 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1124,'2018-11-28 07:01:45',3,'Oscasa Individual Registration','individualregistration','41.13.84.53','Mozilla/5.0 (Linux; Android 8.0.0; Nokia 3.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.64 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1125,'2018-11-29 12:32:10',3,'Oscasa Individual Registration','individualregistration','41.151.36.82','Mozilla/5.0 (Linux; Android 8.1.0; TANGO_LITE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1126,'2018-12-06 05:38:57',3,'Oscasa Individual Registration','individualregistration','41.13.16.98','Mozilla/5.0 (Linux; Android 7.0; Hisense F22 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1127,'2018-12-06 05:48:21',3,'Oscasa Individual Registration','individualregistration','102.248.157.2','Mozilla/5.0 (Linux; Android 5.1; HUAWEI LUA-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1128,'2018-12-06 05:55:57',3,'Oscasa Individual Registration','individualregistration','102.248.157.2','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36 OPR/56.0.3051.116','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1129,'2018-12-06 13:43:39',3,'Oscasa Individual Registration','individualregistration','41.164.6.244','Mozilla/5.0 (X11; Linux i686; rv:36.0) Gecko/20100101 Firefox/36.0','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1130,'2018-12-08 07:44:17',3,'Oscasa Individual Registration','individualregistration','41.13.212.227','Mozilla/5.0 (Linux; Android 8.1.0; EML-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.83 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1131,'2018-12-08 16:44:53',3,'Oscasa Individual Registration','individualregistration','197.229.1.86','Mozilla/5.0 (Linux; Android 7.0; LG-H850) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1132,'2018-12-11 14:31:47',3,'Oscasa Individual Registration','individualregistration','41.246.24.102','Mozilla/5.0 (Linux; Android 5.1.1; SM-J105F Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1133,'2018-12-12 10:22:47',3,'Oscasa Individual Registration','individualregistration','165.255.117.167','Mozilla/5.0 (iPhone; CPU iPhone OS 12_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1134,'2018-12-19 19:49:27',3,'Oscasa Individual Registration','individualregistration','105.10.22.58','Mozilla/5.0 (Linux; Android 7.0; HUAWEI VNS-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1135,'2018-12-19 23:26:09',3,'Oscasa Individual Registration','individualregistration','105.12.0.49','Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1136,'2018-12-20 07:40:47',3,'Oscasa Individual Registration','individualregistration','154.119.39.253','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1137,'2018-12-20 16:50:07',3,'Oscasa Individual Registration','individualregistration','82.145.223.145','Mozilla/5.0 (Linux; U; Android 7.0; Hisense F22 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 OPR/37.0.2254.130961','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1138,'2018-12-21 14:59:07',3,'Oscasa Individual Registration','individualregistration','106.202.175.20','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:64.0) Gecko/20100101 Firefox/64.0','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1139,'2018-12-26 15:23:56',3,'Oscasa Individual Registration','individualregistration','41.246.27.58','Mozilla/5.0 (Linux; Android 8.0.0; ATU-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1140,'2018-12-27 13:28:25',3,'Oscasa Individual Registration','individualregistration','168.235.194.193','Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.108 Safari/537.36 UCBrowser/12.9.9.1155','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1141,'2018-12-30 06:11:33',3,'Oscasa Individual Registration','individualregistration','141.0.12.140','Mozilla/5.0 (Linux; U; Android 7.0; P450 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 OPR/28.0.2254.119213','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1142,'2019-01-01 23:18:11',3,'Oscasa Individual Registration','individualregistration','102.253.13.64','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1143,'2019-01-03 12:49:30',3,'Oscasa Individual Registration','individualregistration','197.245.231.106','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1144,'2019-01-03 13:09:29',3,'Oscasa Individual Registration','individualregistration','197.245.231.106','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1145,'2019-01-05 06:32:39',3,'Oscasa Individual Registration','individualregistration','41.246.25.184','Mozilla/5.0 (Linux; Android 4.4.2; VF685) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1146,'2019-01-08 08:14:02',3,'Oscasa Individual Registration','individualregistration','41.183.141.199','Mozilla/5.0 (Linux; Android 5.1; VFD 100 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1147,'2019-01-09 15:35:34',3,'Oscasa Individual Registration','individualregistration','105.227.220.194','Mozilla/5.0 (Linux; Android 8.0.0; VTR-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1148,'2019-01-09 19:38:17',3,'Oscasa Individual Registration','individualregistration','41.13.228.85','Mozilla/5.0 (Linux; Android 8.0.0; VTR-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1149,'2019-01-10 11:43:40',3,'Oscasa Individual Registration','individualregistration','105.4.6.68','Mozilla/5.0 (Linux; Android 6.0.1; SM-G532F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1150,'2019-01-15 14:55:36',3,'Oscasa Individual Registration','individualregistration','197.245.125.118','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1151,'2019-01-15 15:08:56',3,'Oscasa Individual Registration','individualregistration','197.245.125.118','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1152,'2019-01-16 00:36:46',3,'Oscasa Individual Registration','individualregistration','82.145.220.158','Mozilla/5.0 (Linux; U; Android 5.1.1; SM-J111F Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 OPR/37.3.2254.133321','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1153,'2019-01-17 06:06:52',3,'Oscasa Individual Registration','individualregistration','41.223.9.218','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1154,'2019-01-17 06:32:50',3,'Oscasa Individual Registration','individualregistration','197.89.12.226','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 OPR/57.0.3098.116','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1155,'2019-01-17 14:19:17',3,'Oscasa Individual Registration','individualregistration','41.246.24.42','Mozilla/5.0 (Linux; Android 5.1.1; SM-T285 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1156,'2019-01-17 14:27:49',3,'Oscasa Individual Registration','individualregistration','41.246.24.42','Mozilla/5.0 (Linux; Android 5.1.1; SM-T285 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1157,'2019-01-17 14:31:49',3,'Oscasa Individual Registration','individualregistration','41.246.24.27','Mozilla/5.0 (Linux; Android 5.1.1; SM-T285 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1158,'2019-01-18 07:29:15',3,'Oscasa Individual Registration','individualregistration','105.227.86.110','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1159,'2019-01-18 11:00:27',3,'Oscasa Individual Registration','individualregistration','154.126.214.206','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1160,'2019-01-18 11:01:16',3,'Oscasa Individual Registration','individualregistration','154.126.214.206','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1161,'2019-01-20 08:13:27',3,'Oscasa Individual Registration','individualregistration','197.89.108.64','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 OPR/57.0.3098.116','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1162,'2019-01-20 08:19:57',3,'Oscasa Individual Registration','individualregistration','197.89.108.64','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 OPR/57.0.3098.116','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1163,'2019-01-21 09:33:22',3,'Oscasa Individual Registration','individualregistration','197.98.47.102','Mozilla/5.0 (Linux; Android 8.1.0; SM-J730F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1164,'2019-01-21 11:26:03',3,'Oscasa Individual Registration','individualregistration','196.11.235.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1165,'2019-01-22 19:24:57',3,'Oscasa Individual Registration','individualregistration','102.249.66.115','Mozilla/5.0 (Linux; Android 6.0; HUAWEI VNS-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1166,'2019-01-24 21:25:35',3,'Oscasa Individual Registration','individualregistration','105.225.57.23','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1167,'2019-01-25 14:09:32',3,'Oscasa Individual Registration','individualregistration','197.229.0.211','Mozilla/5.0 (Linux; Android 8.0.0; LG-H990) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1168,'2019-01-28 09:21:08',3,'Oscasa Individual Registration','individualregistration','41.162.127.209','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1169,'2019-01-29 14:07:44',3,'Oscasa Individual Registration','individualregistration','156.0.224.156','Mozilla/5.0 (Linux; Tizen 3.0; SAMSUNG SM-Z400Y) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.0 Chrome/47.0.2526.69 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1170,'2019-01-29 15:00:28',3,'Oscasa Individual Registration','individualregistration','146.230.20.240','Mozilla/5.0 (Linux; Android 8.0.0; LDN-L01 Build/HUAWEILDN-L01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1171,'2019-01-30 15:49:05',3,'Oscasa Individual Registration','individualregistration','105.227.137.246','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1172,'2019-01-30 15:55:43',3,'Oscasa Individual Registration','individualregistration','37.215.169.34','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1173,'2019-01-30 16:05:05',4,'Oscasa Query/Complaint','querycomplaint','105.227.137.246','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1174,'2019-02-01 05:11:59',3,'Oscasa Individual Registration','individualregistration','41.13.0.106','Mozilla/5.0 (Linux; Android 7.0; SM-G570F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1175,'2019-02-01 08:38:18',3,'Oscasa Individual Registration','individualregistration','141.0.13.2','Opera/9.80 (Android; Opera Mini/7.6.35843/128.57; U; en) Presto/2.12.423 Version/12.16','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1176,'2019-02-03 06:13:05',3,'Oscasa Individual Registration','individualregistration','105.0.0.194','Mozilla/5.0 (Linux; Android 5.1; U972) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1177,'2019-02-03 06:25:09',3,'Oscasa Individual Registration','individualregistration','105.12.6.72','Mozilla/5.0 (Linux; Android 5.1; U972) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1178,'2019-02-05 07:38:28',3,'Oscasa Individual Registration','individualregistration','41.213.121.131','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1179,'2019-02-05 20:12:33',3,'Oscasa Individual Registration','individualregistration','105.225.5.185','Mozilla/5.0 (Linux; Android 8.1.0; CAG-L02) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1180,'2019-02-07 08:28:13',3,'Oscasa Individual Registration','individualregistration','105.184.130.19','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1181,'2019-02-07 08:34:07',3,'Oscasa Individual Registration','individualregistration','105.184.130.19','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1182,'2019-02-07 18:14:51',3,'Oscasa Individual Registration','individualregistration','41.114.144.224','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1183,'2019-02-11 13:33:57',3,'Oscasa Individual Registration','individualregistration','45.221.88.186','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1184,'2019-02-13 21:27:12',3,'Oscasa Individual Registration','individualregistration','41.13.82.128','Mozilla/5.0 (Linux; Android 6.0.1; SM-G532F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1185,'2019-02-14 10:58:20',3,'Oscasa Individual Registration','individualregistration','141.0.12.137','Mozilla/5.0 (Linux; U; Android 6.0; VFD 1100 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Safari/537.36 OPR/28.0.2254.119224','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1186,'2019-02-15 08:42:06',3,'Oscasa Individual Registration','individualregistration','105.228.184.165','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1187,'2019-02-15 09:50:58',3,'Oscasa Individual Registration','individualregistration','105.12.1.23','Mozilla/5.0 (Linux; Android 6.0; Azumi_KIREI_A45_D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1188,'2019-02-15 09:53:37',3,'Oscasa Individual Registration','individualregistration','105.12.1.23','Mozilla/5.0 (Linux; Android 6.0; Azumi_KIREI_A45_D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1189,'2019-02-15 10:01:24',3,'Oscasa Individual Registration','individualregistration','105.12.1.23','Mozilla/5.0 (Linux; Android 6.0; Azumi_KIREI_A45_D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1190,'2019-02-15 16:02:07',3,'Oscasa Individual Registration','individualregistration','41.13.243.104','Mozilla/5.0 (Linux; Android 4.4.2; Vodafone Smart Tab 3G Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1191,'2019-02-15 16:12:14',3,'Oscasa Individual Registration','individualregistration','41.13.243.104','Mozilla/5.0 (Linux; Android 4.4.2; Vodafone Smart Tab 3G Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1192,'2019-02-18 15:16:30',3,'Oscasa Individual Registration','individualregistration','41.13.212.59','Mozilla/5.0 (Linux; Android 7.0; SM-G930F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1193,'2019-02-19 08:09:12',3,'Oscasa Individual Registration','individualregistration','197.229.2.68','Mozilla/5.0 (Linux; Android 5.1.1; SM-J111F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.83 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1194,'2019-02-20 15:49:34',3,'Oscasa Individual Registration','individualregistration','141.0.12.227','Opera/9.80 (Android; Opera Mini/7.5.31657/131.123; U; en) Presto/2.12.423 Version/12.16','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1195,'2019-02-20 19:03:58',3,'Oscasa Individual Registration','individualregistration','41.27.148.69','Mozilla/5.0 (Linux; Android 8.1.0; SM-J260F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1196,'2019-02-22 11:08:40',3,'Oscasa Individual Registration','individualregistration','41.203.32.13','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1197,'2019-02-24 10:26:48',3,'Oscasa Individual Registration','individualregistration','141.0.12.203','Opera/9.80 (J2ME/MIDP; Opera Mini/4.5.40312/131.123; U; en) Presto/2.12.423 Version/12.16','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1198,'2019-02-25 12:41:38',3,'Oscasa Individual Registration','individualregistration','169.255.192.66','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1199,'2019-02-25 21:02:51',3,'Oscasa Individual Registration','individualregistration','82.145.220.167','Mozilla/5.0 (Linux; U; Android 8.0.0; F5121 Build/34.4.A.2.118; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/72.0.3626.105 Mobile Safari/537.36 OPR/38.0.2254.134507','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1200,'2019-02-26 08:23:40',3,'Oscasa Individual Registration','individualregistration','41.193.235.130','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1201,'2019-03-03 08:07:26',3,'Oscasa Individual Registration','individualregistration','165.255.60.245','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1202,'2019-03-03 22:43:56',3,'Oscasa Individual Registration','individualregistration','41.50.16.44','Mozilla/5.0 (Linux; Android 5.1.1; Hisense C20 Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.64 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1203,'2019-03-05 10:47:49',3,'Oscasa Individual Registration','individualregistration','129.205.129.84','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1204,'2019-03-06 09:28:43',3,'Oscasa Individual Registration','individualregistration','196.21.245.249','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1205,'2019-03-06 11:50:20',3,'Oscasa Individual Registration','individualregistration','165.49.25.74','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1206,'2019-03-06 12:37:51',2,'Oscasa Agency Application Form','oscasaagencyapplication','165.49.25.74','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1207,'2019-03-06 13:03:13',3,'Oscasa Individual Registration','individualregistration','105.184.185.98','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1208,'2019-03-07 05:06:09',4,'Oscasa Query/Complaint','querycomplaint','39.137.46.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1209,'2019-03-08 06:43:30',3,'Oscasa Individual Registration','individualregistration','197.228.35.157','Mozilla/5.0 (Linux; Android 8.1.0; Infinix X604 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1210,'2019-03-08 07:14:23',3,'Oscasa Individual Registration','individualregistration','197.228.35.157','Mozilla/5.0 (Linux; Android 8.1.0; Infinix X604 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1211,'2019-03-08 21:53:54',3,'Oscasa Individual Registration','individualregistration','41.50.16.46','Mozilla/5.0 (Linux; Android 5.1.1; Hisense C20 Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.64 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1212,'2019-03-09 21:22:30',3,'Oscasa Individual Registration','individualregistration','66.251.163.129','Mozilla/5.0 (Linux; Android 6.0; HUAWEI VNS-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1213,'2019-03-11 11:55:44',3,'Oscasa Individual Registration','individualregistration','41.164.6.244','Mozilla/5.0 (X11; Linux i686; rv:50.0) Gecko/20100101 Firefox/50.0','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1214,'2019-03-11 14:59:53',3,'Oscasa Individual Registration','individualregistration','66.251.163.129','Mozilla/5.0 (Linux; Android 6.0; HUAWEI VNS-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1215,'2019-03-12 06:54:04',3,'Oscasa Individual Registration','individualregistration','41.113.29.249','Mozilla/5.0 (Linux; Android 4.4.2; HUAWEI MT7-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1216,'2019-03-12 18:47:11',3,'Oscasa Individual Registration','individualregistration','41.113.48.204','Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G532F Build/MMB29T) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/8.2 Chrome/63.0.3239.111 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1217,'2019-03-12 19:52:15',3,'Oscasa Individual Registration','individualregistration','41.113.23.123','Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G532F Build/MMB29T) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/8.2 Chrome/63.0.3239.111 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1218,'2019-03-12 19:55:44',3,'Oscasa Individual Registration','individualregistration','41.113.23.123','Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G532F Build/MMB29T) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/8.2 Chrome/63.0.3239.111 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1219,'2019-03-13 08:13:55',3,'Oscasa Individual Registration','individualregistration','41.115.90.192','Mozilla/5.0 (Linux; Android 8.1.0; BERRY1 Build/OPM2.171019.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1220,'2019-03-13 08:32:09',3,'Oscasa Individual Registration','individualregistration','197.229.3.96','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1221,'2019-03-13 09:04:47',3,'Oscasa Individual Registration','individualregistration','197.229.3.5','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1222,'2019-03-13 09:28:48',3,'Oscasa Individual Registration','individualregistration','197.229.3.96','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1223,'2019-03-18 09:18:51',3,'Oscasa Individual Registration','individualregistration','41.13.228.79','Mozilla/5.0 (Linux; Android 8.0.0; SM-G960F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1224,'2019-03-18 11:49:32',3,'Oscasa Individual Registration','individualregistration','197.99.5.252','Mozilla/5.0 (iPhone; CPU iPhone OS 12_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1225,'2019-03-18 13:38:07',3,'Oscasa Individual Registration','individualregistration','41.13.194.13','Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-G570F Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/8.2 Chrome/63.0.3239.111 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1226,'2019-03-18 16:23:33',4,'Oscasa Query/Complaint','querycomplaint','197.229.0.14','Mozilla/5.0 (Linux; Android 7.0; SM-G925F Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/72.0.3626.105 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/211.0.0.43.112;]','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1227,'2019-03-18 16:34:39',3,'Oscasa Individual Registration','individualregistration','197.229.0.14','Mozilla/5.0 (Linux; Android 7.0; SM-G925F Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/72.0.3626.105 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/211.0.0.43.112;]','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1228,'2019-03-20 14:54:04',3,'Oscasa Individual Registration','individualregistration','197.89.186.15','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1229,'2019-03-23 13:30:56',3,'Oscasa Individual Registration','individualregistration','197.229.3.66','Mozilla/5.0 (Linux; Android 8.0.0; ANE-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1230,'2019-03-24 05:16:55',3,'Oscasa Individual Registration','individualregistration','105.233.226.122','Mozilla/5.0 (Linux; Android 7.1.1; SM-J250F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1231,'2019-03-25 09:08:43',3,'Oscasa Individual Registration','individualregistration','41.114.231.0','Mozilla/5.0 (Linux; Android 4.3; MediaPad 7 Youth 2 Build/HuaweiMediaPad) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1232,'2019-03-25 14:46:49',3,'Oscasa Individual Registration','individualregistration','165.143.155.199','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1233,'2019-03-26 05:08:51',3,'Oscasa Individual Registration','individualregistration','197.229.0.29','Mozilla/5.0 (Linux; Android 8.0.0; LG-H990) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1234,'2019-03-26 05:11:18',3,'Oscasa Individual Registration','individualregistration','197.229.0.29','Mozilla/5.0 (Linux; Android 8.0.0; LG-H990) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1235,'2019-03-26 23:08:57',3,'Oscasa Individual Registration','individualregistration','54.64.70.196','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1236,'2019-03-28 01:10:00',3,'Oscasa Individual Registration','individualregistration','108.18.162.116','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1237,'2019-03-30 23:12:43',3,'Oscasa Individual Registration','individualregistration','41.13.82.105','Mozilla/5.0 (Linux; Android 7.0; PRA-LA1 Build/HUAWEIPRA-LA1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1238,'2019-03-31 17:38:17',3,'Oscasa Individual Registration','individualregistration','41.246.24.82','Mozilla/5.0 (Linux; Android 8.0.0; LDN-L01 Build/HUAWEILDN-L01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1239,'2019-04-02 07:27:48',3,'Oscasa Individual Registration','individualregistration','46.249.59.91','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1240,'2019-04-02 22:25:09',3,'Oscasa Individual Registration','individualregistration','105.4.7.115','Mozilla/5.0 (Linux; Android 8.0.0; SM-J400F Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1241,'2019-04-04 01:44:00',3,'Oscasa Individual Registration','individualregistration','41.13.112.195','Mozilla/5.0 (Linux; Android 4.4.4; CFL101 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1242,'2019-04-06 09:53:48',3,'Oscasa Individual Registration','individualregistration','105.249.214.70','Mozilla/5.0 (Linux; Android 4.4.2; HUAWEI P7-L10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1243,'2019-04-06 09:55:37',3,'Oscasa Individual Registration','individualregistration','105.249.214.70','Mozilla/5.0 (Linux; Android 4.4.2; HUAWEI P7-L10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1244,'2019-04-08 10:44:55',3,'Oscasa Individual Registration','individualregistration','45.222.31.8','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.1 Safari/605.1.15','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1245,'2019-04-08 23:42:10',3,'Oscasa Individual Registration','individualregistration','141.0.12.132','Mozilla/5.0 (Linux; U; Android 8.1.0; V4 Build/OPM2.171019.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 OPR/38.1.2254.135803','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1246,'2019-04-09 06:37:47',3,'Oscasa Individual Registration','individualregistration','185.26.180.81','Opera/9.80 (Android; Opera Mini/7.0.31782/138.54; U; en) Presto/2.12.423 Version/12.16','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1247,'2019-04-10 10:21:21',3,'Oscasa Individual Registration','individualregistration','163.200.101.57','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1248,'2019-04-10 15:06:06',3,'Oscasa Individual Registration','individualregistration','105.22.36.174','Mozilla/5.0 (Linux; Android 5.1; HUAWEI TIT-U02) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1249,'2019-04-10 15:13:32',3,'Oscasa Individual Registration','individualregistration','105.22.36.174','Mozilla/5.0 (Linux; Android 5.1; HUAWEI TIT-U02) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1250,'2019-04-10 15:56:21',3,'Oscasa Individual Registration','individualregistration','165.255.131.36','Mozilla/5.0 (Linux; Android 7.0; SM-G950F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1251,'2019-04-11 10:09:21',3,'Oscasa Individual Registration','individualregistration','155.238.4.140','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1252,'2019-04-14 17:02:36',3,'Oscasa Individual Registration','individualregistration','201.6.116.132','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1253,'2019-04-15 08:13:32',3,'Oscasa Individual Registration','individualregistration','196.211.66.214','Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-A920F Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.2 Chrome/67.0.3396.87 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1254,'2019-04-15 08:27:40',3,'Oscasa Individual Registration','individualregistration','196.211.66.214','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1255,'2019-04-16 14:14:23',3,'Oscasa Individual Registration','individualregistration','41.13.14.15','Mozilla/5.0 (Linux; Android 7.0; Pulse Glide Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1256,'2019-04-16 17:28:21',3,'Oscasa Individual Registration','individualregistration','169.0.104.50','Mozilla/5.0 (Linux; Android 7.0; PRA-LA1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1257,'2019-04-17 11:08:22',3,'Oscasa Individual Registration','individualregistration','105.14.163.242','Mozilla/5.0 (Linux; Android 8.1.0; CAG-L02) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1258,'2019-04-18 10:09:48',3,'Oscasa Individual Registration','individualregistration','41.114.145.252','Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Mobile/15E148 Safari/604.1','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1259,'2019-04-18 15:50:18',3,'Oscasa Individual Registration','individualregistration','41.48.21.100','Mozilla/5.0 (Linux; Android 6.0.1; SM-G532F Build/MMB29T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1260,'2019-04-18 17:30:26',3,'Oscasa Individual Registration','individualregistration','181.129.50.74','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1261,'2019-04-20 12:02:35',3,'Oscasa Individual Registration','individualregistration','105.186.22.245','Mozilla/5.0 (Linux; Android 6.0; LG-H815) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1262,'2019-04-23 04:10:16',3,'Oscasa Individual Registration','individualregistration','87.224.184.64','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1263,'2019-04-28 06:22:54',3,'Oscasa Individual Registration','individualregistration','41.13.40.119','Mozilla/5.0 (Linux; Android 4.4.4; SM-T116) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1264,'2019-04-29 20:04:20',3,'Oscasa Individual Registration','individualregistration','41.13.32.13','Mozilla/5.0 (Linux; Android 7.0; Pulse Glide Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1265,'2019-04-30 21:47:44',3,'Oscasa Individual Registration','individualregistration','82.145.221.127','Mozilla/5.0 (Linux; U; Android 6.0; VFD 500 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.77 Mobile Safari/537.36 OPR/21.0.2254.112007','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1266,'2019-05-06 11:47:51',3,'Oscasa Individual Registration','individualregistration','168.89.16.20','Mozilla/5.0 (Linux; Android 6.0; REBEL Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1267,'2019-05-09 14:34:36',3,'Oscasa Individual Registration','individualregistration','41.246.14.102','Mozilla/5.0 (Linux; Android 8.1.0; TA-1020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1268,'2019-05-09 14:53:23',3,'Oscasa Individual Registration','individualregistration','41.147.126.185','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1269,'2019-05-09 22:25:32',3,'Oscasa Individual Registration','individualregistration','102.182.251.176','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1270,'2019-05-11 09:22:05',3,'Oscasa Individual Registration','individualregistration','196.22.254.66','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1271,'2019-05-12 09:05:07',3,'Oscasa Individual Registration','individualregistration','169.0.113.213','Mozilla/5.0 (Linux; Android 9; SNE-LX2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1272,'2019-05-13 20:33:49',3,'Oscasa Individual Registration','individualregistration','196.61.100.67','Mozilla/5.0 (Linux; Android 8.1.0; SM-J260F Build/M1AJB) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1273,'2019-05-15 06:07:45',3,'Oscasa Individual Registration','individualregistration','197.229.3.37','Mozilla/5.0 (iPhone; CPU iPhone OS 12_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/73.0.3683.68 Mobile/15E148 Safari/605.1','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1274,'2019-05-17 10:41:39',3,'Oscasa Individual Registration','individualregistration','156.0.224.4','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1275,'2019-05-19 09:37:34',3,'Oscasa Individual Registration','individualregistration','105.4.1.89','Mozilla/5.0 (Linux; Android 8.1.0; SM-J260F Build/M1AJB; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 SamsungBrowser/7.2 Chrome/66.0.3359.126 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1276,'2019-05-20 06:19:32',3,'Oscasa Individual Registration','individualregistration','41.13.192.57','Mozilla/5.0 (Linux; Android 6.0; 5010X Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1277,'2019-05-21 18:29:38',3,'Oscasa Individual Registration','individualregistration','82.145.221.44','Mozilla/5.0 (Linux; U; Android 8.0.0; SM-G570F Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 Mobile Safari/537.36 OPR/40.1.2254.138129','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1278,'2019-05-21 19:15:33',3,'Oscasa Individual Registration','individualregistration','41.13.254.185','Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1279,'2019-05-22 21:54:18',3,'Oscasa Individual Registration','individualregistration','102.251.127.191','Mozilla/5.0 (Linux; Android 8.1.0; Mint Leo Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1280,'2019-05-23 07:28:58',3,'Oscasa Individual Registration','individualregistration','102.140.71.116','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1281,'2019-05-27 06:55:03',3,'Oscasa Individual Registration','individualregistration','165.90.199.52','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1282,'2019-05-27 07:03:50',3,'Oscasa Individual Registration','individualregistration','165.90.199.52','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1283,'2019-05-27 14:03:22',4,'Oscasa Query/Complaint','querycomplaint','197.245.50.204','Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-J111F Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.2 Chrome/67.0.3396.87 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1284,'2019-05-27 14:05:22',3,'Oscasa Individual Registration','individualregistration','197.245.50.204','Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-J111F Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.2 Chrome/67.0.3396.87 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1285,'2019-05-28 14:49:03',3,'Oscasa Individual Registration','individualregistration','185.82.219.94','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1286,'2019-05-30 12:02:41',3,'Oscasa Individual Registration','individualregistration','196.37.143.202','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.70 Safari/537.17','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1287,'2019-05-31 10:42:16',3,'Oscasa Individual Registration','individualregistration','41.17.213.61','Mozilla/5.0 (Linux; Android 8.0.0; SM-A720F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1288,'2019-06-01 11:50:43',3,'Oscasa Individual Registration','individualregistration','41.164.246.26','Mozilla/5.0 (Linux; Android 8.1.0; SM-J260F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1289,'2019-06-01 11:55:27',3,'Oscasa Individual Registration','individualregistration','41.164.246.26','Mozilla/5.0 (Linux; Android 8.1.0; SM-J260F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1290,'2019-06-02 04:29:24',3,'Oscasa Individual Registration','individualregistration','41.147.38.129','Mozilla/5.0 (Linux; Android 5.1; VFD 100) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1291,'2019-06-02 04:31:11',3,'Oscasa Individual Registration','individualregistration','41.147.38.129','Mozilla/5.0 (Linux; Android 5.1; VFD 100) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1292,'2019-06-02 16:52:45',3,'Oscasa Individual Registration','individualregistration','105.9.56.16','Mozilla/5.0 (Linux; Android 8.0.0; SM-N950F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1293,'2019-06-05 20:41:33',3,'Oscasa Individual Registration','individualregistration','41.157.8.95','Mozilla/5.0 (Linux; Android 9; SM-G975F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1294,'2019-06-06 07:51:24',3,'Oscasa Individual Registration','individualregistration','41.193.122.87','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1295,'2019-06-06 14:03:37',3,'Oscasa Individual Registration','individualregistration','165.144.149.221','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.80 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1296,'2019-06-12 06:33:36',3,'Oscasa Individual Registration','individualregistration','41.113.161.41','Mozilla/5.0 (Linux; Android 9; SM-G973F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1297,'2019-06-12 09:01:24',3,'Oscasa Individual Registration','individualregistration','197.94.240.225','Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-J120F/J120FXXU2ARA1 Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.2 Chrome/67.0.3396.87 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1298,'2019-06-13 14:37:59',3,'Oscasa Individual Registration','individualregistration','198.27.69.198','Mozilla/5.0 (Linux; Android 6.0; Hisense U989 Pro Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1299,'2019-06-14 09:20:02',3,'Oscasa Individual Registration','individualregistration','41.150.15.36','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1300,'2019-06-14 12:26:54',3,'Oscasa Individual Registration','individualregistration','105.15.120.3','Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Mobile/15E148 Safari/604.1','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1301,'2019-06-14 21:39:14',3,'Oscasa Individual Registration','individualregistration','41.246.29.206','Mozilla/5.0 (Linux; Android 8.1.0; HYPE Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1302,'2019-06-14 23:10:24',3,'Oscasa Individual Registration','individualregistration','41.147.221.138','Mozilla/5.0 (Linux; Android 7.1.1; SAMSUNG SM-J250F/J250FXXS2ASB2 Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/8.2 Chrome/63.0.3239.111 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1303,'2019-06-17 00:45:02',3,'Oscasa Individual Registration','individualregistration','105.226.73.172','Mozilla/5.0 (Linux; Android 5.0.2; SM-A300FU) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.89 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1304,'2019-06-18 13:44:39',3,'Oscasa Individual Registration','individualregistration','41.13.22.235','Mozilla/5.0 (Linux; Android 9; Nokia 2.1 Build/PKQ1.181105.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.89 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1305,'2019-06-19 21:48:26',3,'Oscasa Individual Registration','individualregistration','41.13.16.1','Mozilla/5.0 (Linux; Android 7.0; G3112 Build/40.0.A.6.135) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1306,'2019-06-19 21:53:20',3,'Oscasa Individual Registration','individualregistration','41.13.16.1','Mozilla/5.0 (Linux; Android 7.0; G3112 Build/40.0.A.6.135) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1307,'2019-06-20 10:07:19',3,'Oscasa Individual Registration','individualregistration','102.250.159.251','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1308,'2019-06-20 10:33:11',3,'Oscasa Individual Registration','individualregistration','102.250.159.251','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1309,'2019-06-22 18:38:22',3,'Oscasa Individual Registration','individualregistration','196.166.28.209','Mozilla/5.0 (Linux; Android 8.0.0; ATU-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.112 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1310,'2019-06-22 18:46:06',3,'Oscasa Individual Registration','individualregistration','196.166.28.209','Mozilla/5.0 (Linux; Android 8.0.0; ATU-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.112 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1311,'2019-06-24 10:25:28',3,'Oscasa Individual Registration','individualregistration','41.114.134.250','Mozilla/5.0 (Linux; Android 9; SM-A305F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1312,'2019-06-25 00:03:12',3,'Oscasa Individual Registration','individualregistration','41.114.143.113','Mozilla/5.0 (Linux; Android 7.0; SM-G570F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.89 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1313,'2019-06-26 09:23:11',3,'Oscasa Individual Registration','individualregistration','41.149.75.15','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.76 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1314,'2019-06-27 05:16:30',2,'Oscasa Agency Application Form','oscasaagencyapplication','105.2.244.239','Mozilla/5.0 (Linux; Android 8.0.0; ANE-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1315,'2019-07-02 20:49:36',3,'Oscasa Individual Registration','individualregistration','102.253.22.249','Mozilla/5.0 (Linux; Android 8.0.0; SM-G570F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1316,'2019-07-03 10:12:06',3,'Oscasa Individual Registration','individualregistration','105.184.205.157','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1317,'2019-07-03 10:15:05',4,'Oscasa Query/Complaint','querycomplaint','105.184.205.157','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1318,'2019-07-03 12:08:31',3,'Oscasa Individual Registration','individualregistration','105.226.44.45','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1319,'2019-07-04 11:47:19',3,'Oscasa Individual Registration','individualregistration','169.255.78.70','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1320,'2019-07-04 11:48:01',3,'Oscasa Individual Registration','individualregistration','169.255.78.70','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1321,'2019-07-05 10:48:42',4,'Oscasa Query/Complaint','querycomplaint','105.184.133.142','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1322,'2019-07-05 11:04:20',4,'Oscasa Query/Complaint','querycomplaint','105.184.133.142','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1323,'2019-07-05 11:06:25',4,'Oscasa Query/Complaint','querycomplaint','105.184.133.142','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1324,'2019-07-05 11:10:49',4,'Oscasa Query/Complaint','querycomplaint','105.184.133.142','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1325,'2019-07-05 11:10:58',4,'Oscasa Query/Complaint','querycomplaint','105.184.133.142','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1326,'2019-07-05 14:02:23',4,'Oscasa Query/Complaint','querycomplaint','105.184.133.142','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1327,'2019-07-05 14:20:30',4,'Oscasa Query/Complaint','querycomplaint','105.184.133.142','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1328,'2019-07-10 06:32:08',4,'Oscasa Query/Complaint','querycomplaint','102.252.121.69','Mozilla/5.0 (Linux; Android 6.0; HUAWEI VNS-L31 Build/HUAWEIVNS-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 OPR/52.0.2502.138879','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1329,'2019-07-22 06:32:52',4,'Oscasa Query/Complaint','querycomplaint','104.140.80.250','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.66 Safari/537.36','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1330,'2019-07-26 06:54:49',4,'Oscasa Query/Complaint','querycomplaint','165.49.38.95','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1331,'2019-07-29 14:49:23',4,'Oscasa Query/Complaint','querycomplaint','41.113.87.237','Mozilla/5.0 (Linux; Android 9; SM-G973F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1332,'2019-08-01 13:44:20',4,'Oscasa Query/Complaint','querycomplaint','102.250.0.86','Mozilla/5.0 (iPhone; CPU iPhone OS 12_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.1 Mobile/15E148 Safari/604.1','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1333,'2019-08-05 14:14:40',4,'Oscasa Query/Complaint','querycomplaint','102.130.80.7','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1334,'2019-08-07 20:22:59',4,'Oscasa Query/Complaint','querycomplaint','192.253.253.122','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.66 Safari/537.36','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1335,'2019-08-13 06:13:24',4,'Oscasa Query/Complaint','querycomplaint','46.243.221.54','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.66 Safari/537.36','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1336,'2019-08-13 09:00:15',4,'Oscasa Query/Complaint','querycomplaint','46.243.221.73','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.66 Safari/537.36','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1337,'2019-08-19 09:07:25',4,'Oscasa Query/Complaint','querycomplaint','178.76.243.145','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1338,'2019-08-23 09:14:05',4,'Oscasa Query/Complaint','querycomplaint','172.111.129.67','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.66 Safari/537.36','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1339,'2019-08-24 11:41:46',4,'Oscasa Query/Complaint','querycomplaint','178.76.243.145','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1340,'2019-08-26 09:50:16',4,'Oscasa Query/Complaint','querycomplaint','197.96.203.83','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1341,'2019-08-26 18:27:29',4,'Oscasa Query/Complaint','querycomplaint','204.44.83.66','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.66 Safari/537.36','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1342,'2019-08-27 23:41:58',4,'Oscasa Query/Complaint','querycomplaint','172.94.109.35','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.66 Safari/537.36','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1343,'2019-08-30 04:42:24',4,'Oscasa Query/Complaint','querycomplaint','190.210.99.201','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.66 Safari/537.36','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1344,'2019-09-01 01:11:23',4,'Oscasa Query/Complaint','querycomplaint','108.62.5.91','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1345,'2019-09-04 12:24:11',4,'Oscasa Query/Complaint','querycomplaint','192.253.253.32','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.66 Safari/537.36','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1346,'2019-09-05 14:18:07',2,'Oscasa Agency Application Form','oscasaagencyapplication','197.185.96.21','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.0.1617 Safari/537.36','win','Unknown',1,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1347,'2019-09-08 03:05:36',4,'Oscasa Query/Complaint','querycomplaint','204.246.159.170','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36 OPR/62.0.3331.72','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1348,'2019-09-08 12:11:59',4,'Oscasa Query/Complaint','querycomplaint','37.120.217.26','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.54','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1349,'2019-09-09 21:32:01',4,'Oscasa Query/Complaint','querycomplaint','185.93.3.111','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1350,'2019-09-10 02:13:50',4,'Oscasa Query/Complaint','querycomplaint','185.93.3.114','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1351,'2019-09-10 11:30:51',4,'Oscasa Query/Complaint','querycomplaint','172.94.109.25','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.66 Safari/537.36','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1352,'2019-09-11 00:11:52',4,'Oscasa Query/Complaint','querycomplaint','91.79.18.54','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1353,'2019-09-13 17:00:28',4,'Oscasa Query/Complaint','querycomplaint','172.111.129.78','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.66 Safari/537.36','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1354,'2019-09-13 18:01:19',4,'Oscasa Query/Complaint','querycomplaint','197.229.2.100','Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G532F Build/MMB29T) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.2 Chrome/44.0.2403.133 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1355,'2019-09-14 14:03:11',4,'Oscasa Query/Complaint','querycomplaint','204.246.159.170','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.80 Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1356,'2019-09-16 10:26:27',2,'Oscasa Agency Application Form','oscasaagencyapplication','197.185.110.19','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.0.1617 Safari/537.36','win','Unknown',1,1,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1357,'2019-09-16 15:42:42',2,'Oscasa Agency Application Form','oscasaagencyapplication','102.165.249.145','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36','win','Unknown',1,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1358,'2019-09-19 01:18:33',4,'Oscasa Query/Complaint','querycomplaint','37.120.152.50','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.66 Safari/537.36','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1359,'2019-09-20 00:08:52',4,'Oscasa Query/Complaint','querycomplaint','178.76.243.145','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1360,'2019-09-20 00:20:45',4,'Oscasa Query/Complaint','querycomplaint','84.17.61.23','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1361,'2019-09-22 06:19:10',2,'Oscasa Agency Application Form','oscasaagencyapplication','165.0.180.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/18.17763','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1362,'2019-09-24 01:33:12',4,'Oscasa Query/Complaint','querycomplaint','192.253.253.87','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.66 Safari/537.36','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1363,'2019-09-24 09:23:08',4,'Oscasa Query/Complaint','querycomplaint','178.76.243.145','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1364,'2019-09-25 21:48:35',4,'Oscasa Query/Complaint','querycomplaint','94.103.228.31','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:52.9) Gecko/20100101 Goanna/4.1 Firefox/52.9 PaleMoon/28.1.0','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1365,'2019-09-26 19:16:18',4,'Oscasa Query/Complaint','querycomplaint','192.253.253.126','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.66 Safari/537.36','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1366,'2019-09-27 10:55:50',2,'Oscasa Agency Application Form','oscasaagencyapplication','41.246.29.222','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1367,'2019-09-27 13:43:03',4,'Oscasa Query/Complaint','querycomplaint','102.65.209.143','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1368,'2019-09-27 13:45:30',4,'Oscasa Query/Complaint','querycomplaint','102.65.209.143','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1369,'2019-09-27 21:43:57',4,'Oscasa Query/Complaint','querycomplaint','192.253.253.119','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.66 Safari/537.36','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1370,'2019-09-29 08:21:54',4,'Oscasa Query/Complaint','querycomplaint','41.144.73.136','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1371,'2019-09-29 08:24:14',4,'Oscasa Query/Complaint','querycomplaint','41.144.73.90','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','win','Unknown',1,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1372,'2019-10-04 10:00:05',4,'Oscasa Query/Complaint','querycomplaint','41.144.74.219','Mozilla/5.0 (Linux; Android 8.1.0; SM-J610F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1373,'2019-10-12 03:18:37',2,'Oscasa Agency Application Form','oscasaagencyapplication','41.113.141.195','Mozilla/5.0 (Linux; Android 6.0; BERRY Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1374,'2019-10-17 05:48:22',4,'Oscasa Query/Complaint','querycomplaint','102.250.145.124','Mozilla/5.0 (Linux; Android 8.0.0; SM-G930F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1375,'2019-10-17 10:00:19',4,'Oscasa Query/Complaint','querycomplaint','41.144.137.7','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1376,'2019-10-18 17:26:04',4,'Oscasa Query/Complaint','querycomplaint','105.187.107.127','Mozilla/5.0 (Linux; Android 8.0.0; SM-G930F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1377,'2019-10-28 11:16:24',2,'Oscasa Agency Application Form','oscasaagencyapplication','105.225.227.128','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1378,'2019-10-28 13:21:25',4,'Oscasa Query/Complaint','querycomplaint','41.246.27.79','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.18362','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1380,'2019-11-08 16:53:04',2,'Oscasa Agency Application Form','oscasaagencyapplication','122.102.27.59','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1381,'2019-11-08 16:53:18',2,'Oscasa Agency Application Form','oscasaagencyapplication','122.102.27.59','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1382,'2019-11-08 16:53:38',2,'Oscasa Agency Application Form','oscasaagencyapplication','122.102.27.59','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1383,'2019-11-08 16:53:51',2,'Oscasa Agency Application Form','oscasaagencyapplication','122.102.27.59','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1384,'2019-11-09 08:45:57',4,'Oscasa Query/Complaint','querycomplaint','41.144.78.95','Mozilla/5.0 (Linux; Android 8.1.0; R1 Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1385,'2019-11-09 08:47:14',4,'Oscasa Query/Complaint','querycomplaint','41.144.78.223','Mozilla/5.0 (Linux; Android 8.1.0; R1 Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1386,'2019-11-09 08:57:55',4,'Oscasa Query/Complaint','querycomplaint','82.145.220.182','Mozilla/5.0 (Linux; U; Android 8.1.0; R1 Plus Build/O11019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36 OPR/38.0.2254.134511','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1387,'2019-11-11 16:22:46',4,'Oscasa Query/Complaint','querycomplaint','41.13.62.181','Mozilla/5.0 (Linux; Android 8.1.0; SNE-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1388,'2019-11-19 19:04:43',2,'Oscasa Agency Application Form','oscasaagencyapplication','41.246.27.85','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1389,'2019-12-04 06:18:56',4,'Oscasa Query/Complaint','querycomplaint','41.144.74.186','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1390,'2019-12-04 06:23:56',4,'Oscasa Query/Complaint','querycomplaint','41.144.74.232','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1391,'2019-12-04 06:31:59',4,'Oscasa Query/Complaint','querycomplaint','41.144.74.232','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1392,'2019-12-05 07:29:21',4,'Oscasa Query/Complaint','querycomplaint','41.13.8.253','Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-J105F Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.4 Chrome/67.0.3396.87 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1393,'2019-12-05 08:12:37',4,'Oscasa Query/Complaint','querycomplaint','168.253.74.149','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1394,'2019-12-10 12:44:05',4,'Oscasa Query/Complaint','querycomplaint','82.145.222.241','Mozilla/5.0 (Linux; U; Android 8.0.0; WAS-LX1A Build/HUAWEIWAS-LX1A; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.62 Mobile Safari/537.36 OPR/44.1.2254.143214','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1395,'2019-12-10 12:44:44',4,'Oscasa Query/Complaint','querycomplaint','82.145.222.241','Mozilla/5.0 (Linux; U; Android 8.0.0; WAS-LX1A Build/HUAWEIWAS-LX1A; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.62 Mobile Safari/537.36 OPR/44.1.2254.143214','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1396,'2019-12-10 12:46:51',4,'Oscasa Query/Complaint','querycomplaint','82.145.222.241','Mozilla/5.0 (Linux; U; Android 8.0.0; WAS-LX1A Build/HUAWEIWAS-LX1A; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.62 Mobile Safari/537.36 OPR/44.1.2254.143214','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1397,'2019-12-10 12:47:55',4,'Oscasa Query/Complaint','querycomplaint','82.145.222.241','Mozilla/5.0 (Linux; U; Android 8.0.0; WAS-LX1A Build/HUAWEIWAS-LX1A; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.62 Mobile Safari/537.36 OPR/44.1.2254.143214','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1398,'2019-12-10 16:14:26',4,'Oscasa Query/Complaint','querycomplaint','41.113.186.107','Mozilla/5.0 (Linux; Android 6.0; ALE-L02) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1399,'2019-12-10 16:15:29',4,'Oscasa Query/Complaint','querycomplaint','41.113.186.107','Mozilla/5.0 (Linux; Android 6.0; ALE-L02) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1400,'2019-12-10 17:24:56',4,'Oscasa Query/Complaint','querycomplaint','105.0.2.142','Mozilla/5.0 (Linux; Android 9; SNE-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1401,'2019-12-15 11:25:10',4,'Oscasa Query/Complaint','querycomplaint','41.144.81.170','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1402,'2019-12-15 11:39:17',4,'Oscasa Query/Complaint','querycomplaint','41.144.81.170','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1403,'2019-12-15 11:43:12',4,'Oscasa Query/Complaint','querycomplaint','41.144.81.128','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1404,'2019-12-15 11:47:45',4,'Oscasa Query/Complaint','querycomplaint','41.144.81.128','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1405,'2019-12-16 20:27:21',4,'Oscasa Query/Complaint','querycomplaint','41.112.160.73','Mozilla/5.0 (Linux; Android 6.0; ALE-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1406,'2019-12-19 05:04:42',4,'Oscasa Query/Complaint','querycomplaint','197.229.7.75','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1407,'2019-12-19 05:05:09',4,'Oscasa Query/Complaint','querycomplaint','197.229.7.75','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1408,'2019-12-23 07:56:26',4,'Oscasa Query/Complaint','querycomplaint','41.144.87.180','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1409,'2019-12-23 08:01:09',4,'Oscasa Query/Complaint','querycomplaint','41.144.87.130','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1410,'2019-12-23 08:06:36',4,'Oscasa Query/Complaint','querycomplaint','41.144.87.180','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1411,'2019-12-30 10:26:33',2,'Oscasa Agency Application Form','oscasaagencyapplication','113.21.97.24','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1412,'2019-12-30 10:26:36',2,'Oscasa Agency Application Form','oscasaagencyapplication','113.21.97.24','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1413,'2019-12-30 10:26:48',2,'Oscasa Agency Application Form','oscasaagencyapplication','113.21.97.24','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1414,'2019-12-30 10:26:52',2,'Oscasa Agency Application Form','oscasaagencyapplication','113.21.97.24','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1415,'2020-01-03 13:26:04',2,'Oscasa Agency Application Form','oscasaagencyapplication','102.248.167.94','Mozilla/5.0 (Linux; Android 9; FIG-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1426,'2020-01-27 08:45:50',4,'Oscasa Query/Complaint','querycomplaint','41.144.69.222','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1417,'2020-01-07 12:52:10',4,'Oscasa Query/Complaint','querycomplaint','41.144.76.115','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1418,'2020-01-07 13:14:22',4,'Oscasa Query/Complaint','querycomplaint','41.144.76.188','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1419,'2020-01-07 13:17:42',4,'Oscasa Query/Complaint','querycomplaint','41.144.76.64','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1420,'2020-01-07 13:19:08',4,'Oscasa Query/Complaint','querycomplaint','41.144.76.18','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1421,'2020-01-07 14:56:31',2,'Oscasa Agency Application Form','oscasaagencyapplication','168.253.74.149','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1425,'2020-01-24 13:42:09',2,'Oscasa Agency Application Form','oscasaagencyapplication','41.18.84.56','Mozilla/5.0 (Linux; Android 6.0.1; SM-N910C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1423,'2020-01-20 11:14:12',4,'Oscasa Query/Complaint','querycomplaint','105.0.5.236','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Mobile/15E148 Safari/604.1','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1424,'2020-01-22 10:58:09',4,'Oscasa Query/Complaint','querycomplaint','41.13.8.5','Mozilla/5.0 (Linux; Android 8.0.0; SM-G570F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.116 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1427,'2020-01-29 05:21:44',4,'Oscasa Query/Complaint','querycomplaint','41.13.32.3','Mozilla/5.0 (Linux; Android 9; Nokia 3.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1428,'2020-02-04 13:43:45',4,'Oscasa Query/Complaint','querycomplaint','197.229.2.61','Mozilla/5.0 (Linux; Android 8.0.0; LG-H870) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1429,'2020-02-12 14:59:27',4,'Oscasa Query/Complaint','querycomplaint','41.13.52.122','Mozilla/5.0 (Linux; Android 8.0.0; PRA-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1430,'2020-02-15 10:25:42',4,'Oscasa Query/Complaint','querycomplaint','197.185.116.153','Mozilla/5.0 (Linux; Android 7.0; LG-H840) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.99 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1431,'2020-03-05 08:46:58',4,'Oscasa Query/Complaint','querycomplaint','102.182.104.188','Mozilla/5.0 (Linux; Android 5.1.1; SM-J320FN) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1432,'2020-03-09 18:06:33',4,'Oscasa Query/Complaint','querycomplaint','105.4.5.109','Mozilla/5.0 (Linux; Android 10; VOG-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1433,'2020-03-11 21:12:07',4,'Oscasa Query/Complaint','querycomplaint','102.249.0.111','Mozilla/5.0 (Linux; Android 8.0.0; SM-G935F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1434,'2020-03-20 09:32:41',4,'Oscasa Query/Complaint','querycomplaint','197.229.3.150','Mozilla/5.0 (Linux; Android 6.0.1; SM-G532F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1435,'2020-04-03 22:56:12',4,'Oscasa Query/Complaint','querycomplaint','197.229.1.232','Mozilla/5.0 (Linux; Android 6.0.1; SM-G532F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1436,'2020-04-23 12:57:54',4,'Oscasa Query/Complaint','querycomplaint','41.13.52.161','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1437,'2020-06-15 11:39:34',4,'Oscasa Query/Complaint','querycomplaint','105.0.2.68','Mozilla/5.0 (Linux; Android 6.0.1; SM-G900F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.101 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1438,'2020-09-09 09:04:55',2,'Oscasa Agency Application Form','oscasaagencyapplication','197.185.109.210','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1439,'2020-09-30 11:20:53',4,'Oscasa Query/Complaint','querycomplaint','105.242.166.162','Mozilla/5.0 (Windows NT 6.1; rv:81.0) Gecko/20100101 Firefox/81.0','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1440,'2020-10-23 14:07:24',4,'Oscasa Query/Complaint','querycomplaint','196.209.217.68','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:78.0) Gecko/20100101 Firefox/78.0','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1441,'2020-11-08 07:08:36',4,'Oscasa Query/Complaint','querycomplaint','197.185.112.113','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1442,'2020-11-20 09:35:55',4,'Oscasa Query/Complaint','querycomplaint','102.32.43.77','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1443,'2020-11-23 14:23:41',4,'Oscasa Query/Complaint','querycomplaint','41.144.72.199','Mozilla/5.0 (Linux; Android 6.0; ALE-L02) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Mobile Safari/537.36 OPR/58.2.2878.53403','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1444,'2020-11-25 06:18:40',4,'Oscasa Query/Complaint','querycomplaint','197.185.113.67','Mozilla/5.0 (Linux; Android 8.1.0; SNE-LX2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.81 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1445,'2020-12-01 07:50:03',4,'Oscasa Query/Complaint','querycomplaint','41.5.134.69','Mozilla/5.0 (Linux; Android 8.1.0; SM-J260F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1446,'2020-12-03 06:51:45',4,'Oscasa Query/Complaint','querycomplaint','41.13.250.222','Mozilla/5.0 (Linux; Android 8.1.0; DRA-LX5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1447,'2020-12-05 06:45:55',4,'Oscasa Query/Complaint','querycomplaint','41.114.214.203','Mozilla/5.0 (Linux; Android 8.1.0; SM-J410F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1448,'2020-12-08 11:18:23',4,'Oscasa Query/Complaint','querycomplaint','105.8.2.245','Mozilla/5.0 (Linux; Android 9; SM-N970F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1449,'2020-12-14 14:06:18',4,'Oscasa Query/Complaint','querycomplaint','154.117.188.250','Mozilla/5.0 (Linux; Android 10; SM-A115F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.86 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1450,'2021-01-12 10:08:21',4,'Oscasa Query/Complaint','querycomplaint','105.12.0.32','Mozilla/5.0 (Linux; Android 10; SM-A315F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1451,'2021-01-12 13:24:15',4,'Oscasa Query/Complaint','querycomplaint','105.9.97.213','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1452,'2021-01-19 13:35:02',2,'Oscasa Agency Application Form','oscasaagencyapplication','192.143.64.187','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1453,'2021-01-21 12:44:26',4,'Oscasa Query/Complaint','querycomplaint','197.229.140.246','Mozilla/5.0 (Linux; Android 10; MAR-LX2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.110 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1454,'2021-02-22 14:27:00',2,'Oscasa Agency Application Form','oscasaagencyapplication','102.222.182.66','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1455,'2021-03-01 16:05:16',4,'Oscasa Query/Complaint','querycomplaint','197.229.0.218','Mozilla/5.0 (Linux; Android 10; MAR-LX1M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.181 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1456,'2021-03-31 18:41:15',4,'Oscasa Query/Complaint','querycomplaint','196.38.42.54','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1457,'2021-04-01 07:30:56',2,'Oscasa Agency Application Form','oscasaagencyapplication','105.247.106.218','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1458,'2021-04-22 03:34:51',4,'Oscasa Query/Complaint','querycomplaint','105.247.82.244','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1459,'2021-04-28 05:00:23',4,'Oscasa Query/Complaint','querycomplaint','41.113.139.222','Mozilla/5.0 (Linux; Android 8.1.0; vivo 1820) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.66 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1460,'2021-06-18 09:07:06',4,'Oscasa Query/Complaint','querycomplaint','102.132.188.164','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1461,'2021-06-24 05:38:34',4,'Oscasa Query/Complaint','querycomplaint','41.13.250.13','Mozilla/5.0 (Linux; Android 11; SM-N770F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1462,'2021-07-15 10:25:13',4,'Oscasa Query/Complaint','querycomplaint','197.245.197.29','Mozilla/5.0 (Linux; Android 10; STK-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.120 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1463,'2021-07-15 19:16:22',2,'Oscasa Agency Application Form','oscasaagencyapplication','102.249.3.46','Mozilla/5.0 (Linux; Android 10; SM-A015F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.99 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1464,'2021-07-19 19:18:56',4,'Oscasa Query/Complaint','querycomplaint','41.151.28.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1465,'2021-07-19 21:17:47',4,'Oscasa Query/Complaint','querycomplaint','102.222.180.172','Mozilla/5.0 (Linux; Android 11; SM-A715F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.141 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1466,'2021-07-23 07:05:17',4,'Oscasa Query/Complaint','querycomplaint','155.93.160.117','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1467,'2021-07-30 15:35:11',4,'Oscasa Query/Complaint','querycomplaint','155.93.184.190','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1468,'2021-10-14 09:53:34',4,'Oscasa Query/Complaint','querycomplaint','197.229.3.53','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1469,'2021-10-14 10:02:51',4,'Oscasa Query/Complaint','querycomplaint','41.147.1.94','Mozilla/5.0 (Linux; Android 11; SM-A305F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1470,'2022-01-02 21:57:21',4,'Oscasa Query/Complaint','querycomplaint','41.114.239.54','Mozilla/5.0 (Linux; Android 10; ART-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1471,'2022-01-05 15:50:07',4,'Oscasa Query/Complaint','querycomplaint','105.216.99.57','Mozilla/5.0 (Linux; Android 8.0.0; LG-H870) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1472,'2022-01-09 22:05:57',4,'Oscasa Query/Complaint','querycomplaint','156.155.102.227','Mozilla/5.0 (Linux; Android 10; S82 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1473,'2022-01-15 09:10:31',4,'Oscasa Query/Complaint','querycomplaint','41.30.132.30','Mozilla/5.0 (Linux; Android 10; MED-LX9; HMSCore 6.1.0.313) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.93 HuaweiBrowser/11.1.4.302 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1474,'2022-02-01 04:34:34',4,'Oscasa Query/Complaint','querycomplaint','102.252.64.230','Mozilla/5.0 (iPhone; CPU iPhone OS 12_5_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1475,'2022-02-09 13:00:39',4,'Oscasa Query/Complaint','querycomplaint','197.90.193.53','Mozilla/5.0 (Linux; Android 10; SNE-LX2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.87 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1476,'2022-02-17 13:28:17',2,'Oscasa Agency Application Form','oscasaagencyapplication','165.73.90.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.82 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1477,'2022-03-29 20:26:09',4,'Oscasa Query/Complaint','querycomplaint','102.65.144.16','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.82 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1478,'2022-04-11 11:05:59',4,'Oscasa Query/Complaint','querycomplaint','197.185.112.25','Mozilla/5.0 (Linux; Android 11; SM-A125F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.79 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1479,'2022-04-23 11:06:59',2,'Oscasa Agency Application Form','oscasaagencyapplication','41.216.204.22','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36 Edg/100.0.1185.44','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1480,'2022-05-14 00:33:29',4,'Oscasa Query/Complaint','querycomplaint','46.161.11.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1481,'2022-05-28 14:12:16',4,'Oscasa Query/Complaint','querycomplaint','197.83.226.214','Mozilla/5.0 (iPhone; CPU iPhone OS 13_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Mobile/15E148 Safari/604.1','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1482,'2022-05-28 14:24:32',4,'Oscasa Query/Complaint','querycomplaint','41.216.204.179','Mozilla/5.0 (Linux; Android 5.0.2; SM-A300FU) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.111 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1483,'2022-06-03 14:46:15',4,'Oscasa Query/Complaint','querycomplaint','41.216.203.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36 Edg/102.0.1245.30','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1484,'2022-06-11 00:45:55',4,'Oscasa Query/Complaint','querycomplaint','102.22.247.69','Mozilla/5.0 (Linux; Android 11; SM-A226B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1485,'2022-06-14 14:44:53',4,'Oscasa Query/Complaint','querycomplaint','41.216.203.173','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36 Edg/102.0.1245.39','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1486,'2022-07-06 14:50:19',2,'Oscasa Agency Application Form','oscasaagencyapplication','165.0.109.13','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36 Edg/103.0.1264.44','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1487,'2022-07-12 11:47:21',4,'Oscasa Query/Complaint','querycomplaint','156.155.137.253','Mozilla/5.0 (Linux; Android 11; SM-A505F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1488,'2022-08-12 10:21:31',4,'Oscasa Query/Complaint','querycomplaint','197.90.144.209','Mozilla/5.0 (Linux; Android 11; SM-A125F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1489,'2022-08-13 13:20:23',4,'Oscasa Query/Complaint','querycomplaint','41.13.208.69','Mozilla/5.0 (Linux; Android 12; SAMSUNG SM-A326B/A326BXXU4BVF2) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/18.0 Chrome/99.0.4844.88 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1490,'2022-10-07 07:50:12',4,'Oscasa Query/Complaint','querycomplaint','102.220.209.147','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:105.0) Gecko/20100101 Firefox/105.0','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1491,'2022-10-25 23:12:37',4,'Oscasa Query/Complaint','querycomplaint','41.113.255.51','Mozilla/5.0 (Linux; Android 11; Nokia 2.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1492,'2022-10-26 05:29:54',4,'Oscasa Query/Complaint','querycomplaint','91.73.65.10','Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1493,'2022-10-31 01:07:58',4,'Oscasa Query/Complaint','querycomplaint','37.139.53.40','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1494,'2022-11-13 08:02:59',4,'Oscasa Query/Complaint','querycomplaint','102.218.61.81','Mozilla/5.0 (Linux; Android 9; TECNO KC8S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1495,'2022-11-14 10:25:17',4,'Oscasa Query/Complaint','querycomplaint','41.13.216.75','Mozilla/5.0 (Linux; Android 10; Redmi Note 7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1496,'2022-12-07 13:42:57',4,'Oscasa Query/Complaint','querycomplaint','41.13.22.122','Mozilla/5.0 (Linux; Android 10; ART-L29; HMSCore 6.7.0.321) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.105 HuaweiBrowser/12.1.2.312 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1497,'2023-01-16 13:34:43',4,'Oscasa Query/Complaint','querycomplaint','192.143.106.129','Mozilla/5.0 (iPhone; CPU iPhone OS 15_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Mobile/15E148 Safari/604.1','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1498,'2023-01-27 05:58:39',4,'Oscasa Query/Complaint','querycomplaint','41.13.104.62','Mozilla/5.0 (Linux; Android 11; SM-A035F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1499,'2023-02-01 12:54:31',4,'Oscasa Query/Complaint','querycomplaint','102.222.180.202','Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1500,'2023-02-14 19:04:36',4,'Oscasa Query/Complaint','querycomplaint','169.1.249.242','Mozilla/5.0 (Linux; Android 11; SM-A505F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1501,'2023-03-16 10:55:25',4,'Oscasa Query/Complaint','querycomplaint','102.182.190.149','Mozilla/5.0 (iPhone; CPU iPhone OS 16_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1502,'2023-03-31 09:51:22',4,'Oscasa Query/Complaint','querycomplaint','156.155.137.253','Mozilla/5.0 (Linux; Android 11; SM-A505F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1503,'2023-04-10 06:19:37',2,'Oscasa Agency Application Form','oscasaagencyapplication','41.27.79.13','Mozilla/5.0 (Linux; Android 9; H4213) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1504,'2023-05-12 07:08:03',4,'Oscasa Query/Complaint','querycomplaint','41.10.143.211','Mozilla/5.0 (Android 10; Mobile; rv:109.0) Gecko/112.0 Firefox/112.0','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1505,'2023-06-05 10:49:33',4,'Oscasa Query/Complaint','querycomplaint','192.143.39.192','Mozilla/5.0 (Linux; Android 10; FRL-L22; HMSCore 6.10.4.301) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.88 HuaweiBrowser/13.0.5.303 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1506,'2023-06-06 05:43:12',4,'Oscasa Query/Complaint','querycomplaint','41.216.202.111','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1507,'2023-06-14 05:57:29',4,'Oscasa Query/Complaint','querycomplaint','154.118.255.163','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1508,'2023-06-19 10:12:44',4,'Oscasa Query/Complaint','querycomplaint','105.255.218.206','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1509,'2023-06-19 13:58:14',4,'Oscasa Query/Complaint','querycomplaint','197.229.7.106','Mozilla/5.0 (Linux; Android 12; V2027; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/87.0.4280.141 Mobile Safari/537.36 VivoBrowser/9.8.2.0','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1510,'2023-07-02 13:57:47',4,'Oscasa Query/Complaint','querycomplaint','197.229.2.151','Mozilla/5.0 (Linux; Android 12; V2027; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/87.0.4280.141 Mobile Safari/537.36 VivoBrowser/9.8.2.0','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1511,'2023-07-11 04:40:53',4,'Oscasa Query/Complaint','querycomplaint','41.116.208.52','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/270.0.542728515 Mobile/15E148 Safari/604.1','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1512,'2023-07-11 04:50:29',4,'Oscasa Query/Complaint','querycomplaint','41.116.208.52','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/270.0.542728515 Mobile/15E148 Safari/604.1','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1513,'2023-07-18 13:57:53',2,'Oscasa Agency Application Form','oscasaagencyapplication','165.255.87.110','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1514,'2023-07-19 18:08:35',4,'Oscasa Query/Complaint','querycomplaint','102.39.39.59','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1515,'2023-07-19 18:08:56',4,'Oscasa Query/Complaint','querycomplaint','102.39.39.59','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1516,'2023-07-26 14:58:46',4,'Oscasa Query/Complaint','querycomplaint','102.65.66.209','Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1517,'2023-08-23 09:25:11',4,'Oscasa Query/Complaint','querycomplaint','41.150.224.26','Mozilla/5.0 (Linux; Android 8.1.0; FAME) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1518,'2023-09-28 17:50:33',4,'Oscasa Query/Complaint','querycomplaint','41.76.102.210','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1519,'2023-10-11 13:26:01',4,'Oscasa Query/Complaint','querycomplaint','41.13.122.43','Mozilla/5.0 (Linux; Android 10; itel L6006F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.101 Mobile Safari/537.36','unix','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1520,'2023-10-23 08:57:48',4,'Oscasa Query/Complaint','querycomplaint','41.150.253.180','Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1','mac','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1521,'2023-11-19 23:05:54',4,'Oscasa Query/Complaint','querycomplaint','37.139.53.191','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1522,'2024-08-03 07:52:25',4,'Oscasa Query/Complaint','querycomplaint','37.139.53.191','Mozilla/5.0 (Windows NT 10.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0),(1523,'2025-03-30 06:39:08',4,'Oscasa Query/Complaint','querycomplaint','89.190.156.240','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0','win','Unknown',0,0,0,0,'-','-','','0000-00-00 00:00:00',0,0);
/*!40000 ALTER TABLE `jos7e_facileforms_records` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_facileforms_scripts`
--
DROP TABLE IF EXISTS `jos7e_facileforms_scripts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_facileforms_scripts` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`published` tinyint(1) NOT NULL DEFAULT 0,
`package` varchar(30) NOT NULL DEFAULT '',
`name` varchar(30) NOT NULL DEFAULT '',
`title` varchar(50) NOT NULL DEFAULT '',
`description` text DEFAULT NULL,
`type` varchar(30) NOT NULL DEFAULT '',
`code` text DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=47 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_facileforms_scripts`
--
LOCK TABLES `jos7e_facileforms_scripts` WRITE;
/*!40000 ALTER TABLE `jos7e_facileforms_scripts` DISABLE KEYS */;
INSERT INTO `jos7e_facileforms_scripts` VALUES (1,1,'FF','ff_anychecked','Any Checked','Validate that any radio button or checkbox of a group is checked.','Element Validation','function ff_anychecked(element, message)\r\n{\r\n // get plain name\r\n // alert(document.ff_form52[\'ff_nm_bfQuickMode6303958[]\']);\r\n // alert(document.getElementById(element.id).id);\r\n var name = \'\';\r\n if(!element.name){\r\n if(element.length && element.length != 0){\r\n name = element[0].name;\r\n var cnt = 0;\r\n for (var i = 0; i < element.length; i++)\r\n if (element[i].name==name) \r\n if (element[i].checked) cnt++; \r\n if (cnt==0) {\r\n ff_validationFocus(element[0].name);\r\n if (message==\'\') message = \"Please check or select \"+name+\".\\n\";\r\n return message;\r\n } // if \r\n\r\n } else {\r\n return \'\';\r\n }\r\n } else {\r\n name = element.name;\r\n if (name.substr(0,6) == \'ff_nm_\') name = name.substring(6,name.length-2);\r\n\r\n // loop through elements and count selections\r\n var cnt = 0;\r\n for (var i = 0; i < ff_elements.length; i++)\r\n if (ff_elements[i][2]==name) \r\n if (ff_getElementByIndex(i).checked) cnt++;\r\n\r\n // if none selected, emitt error\r\n if (cnt==0) {\r\n ff_validationFocus(element.name);\r\n if (message==\'\') message = \"Please check or select \"+name+\".\\n\";\r\n return message;\r\n } // if\r\n }\r\n \r\n return \'\';\r\n} // ff_anychecked'),(2,1,'FF','ff_checked','Checked','Validate that radio button or checkbox is checked.','Element Validation','function ff_checked(element, message)\r\n{\r\n if (element.checked) \r\n return \'\'; \r\n else {\r\n if (message==\'\') message = element.name+\" is not checked.\\n\";\r\n ff_validationFocus(element.name);\r\n return message;\r\n } \r\n}'),(3,1,'FF','ff_checkedValue','Get checked value','Get value of the currently checked radiobutton.','Untyped','function ff_checkedValue(name)\r\n{\r\n // loop through elements and find checked\r\n for (i = 0; i < ff_elements.length; i++)\r\n if (ff_elements[i][2]==name) {\r\n e = ff_getElementByIndex(i);\r\n if (e.checked) return e.value;\r\n } // if \r\n return \'\';\r\n} // ff_checkedValue'),(4,1,'FF','ff_countQuerySelections','Count Query Selections','Counts how many checkboxes/radiobuttons are checked/selected in a query list element','Untyped','function ff_countQuerySelections(name)\r\n{\r\n var id = ff_getIdByName(name);\r\n var cnt = ff_queryRows[id].length;\r\n var pagesize = ff_queryPageSize[id];\r\n if (pagesize>0) {\r\n var currpage = ff_queryCurrPage[id];\r\n var p;\r\n for (p = 1; p < currpage; p++) cnt -= pagesize;\r\n if (cnt > pagesize) cnt = pagesize;\r\n } // if\r\n var curr;\r\n var sels = 0;\r\n for (curr = 0; curr < cnt; curr++)\r\n if (document.getElementById(\'ff_cb\'+id+\'_\'+curr).checked) sels++;\r\n return sels;\r\n} // ff_countQuerySelections'),(5,1,'FF','ff_dollaramount2dp','Dollar Amount with 2 Decimal Places','Validate that a dollar amount with two decimal places is entered.','Element Validation','function ff_dollaramount2dp(element, message)\r\n{\r\n var ex = /^\\d+$|^\\d+\\.\\d{2}$/;\r\n if (!ex.test(element.value)) {\r\n if (message==\'\') message = element.name+\" must be a number with two decimal places.\\n\";\r\n ff_validationFocus(element.name);\r\n return message;\r\n } // if\r\n return \'\';\r\n} // ff_dollaramount2dp'),(6,1,'FF','ff_expString','String export','Export string function: escapes special characters of a string','Untyped','function ff_expString(text)\r\n{\r\n text = trim(text);\r\n var i;\r\n var o = \'\';\r\n for(i = 0; i < text.length; i++) {\r\n c = text.charAt(i);\r\n switch(c) {\r\n case \';\' : o += \'\\\\x3B\'; break;\r\n case \',\' : o += \'\\\\x2C\'; break;\r\n case \'&\' : o += \'\\\\x26\'; break;\r\n case \'<\' : o += \'\\\\x3C\'; break;\r\n case \'>\' : o += \'\\\\x3E\'; break;\r\n case \'\\\'\': o += \'\\\\x27\'; break;\r\n case \'\\\\\': o += \'\\\\x5C\'; break;\r\n case \'\"\' : o += \'\\\\x22\'; break;\r\n case \'\\n\': o += \'\\\\n\'; break;\r\n case \'\\r\': o += \'\\\\r\'; break;\r\n default: o += c;\r\n } // switch\r\n } // for\r\n return o;\r\n} // expString'),(7,1,'FF','ff_flashupload_not_empty','Flash Upload Not Empty (QuickMode only!)','Validates if a flash upload is empty or not.','Element Validation','function ff_flashupload_not_empty(element, message)\r\n{\r\n if(typeof bfSummarizers == \"undefined\") { alert(\"Flash upload validation only available in QuickMode!\"); return \'\'}\r\n if(JQuery(\'#bfFlashFileQueue\'+element.id.split(\'ff_elem\')[1]).html() != \'\') return \'\';\r\n if (message==\'\') message = \"Please enter \"+element.name+\".\\n\";\r\n ff_validationFocus(element.name);\r\n return message;\r\n} // ff_valuenotempty'),(8,1,'FF','ff_getfocus','Get focus','Get the focus. Usually this is for the first element of the form/page.','Element Init','function ff_getfocus(element,condition)\r\n{\r\n if(!element.name){\r\n if(element.length && element.length != 0){\r\n element[0].focus();\r\n }\r\n }else{\r\n element.focus();\r\n }\r\n}'),(9,1,'FF','ff_getQuerySelectedRows','Get Query Selected Rows','Returns the selected rows in a 2-dimensional array','Untyped','function ff_getQuerySelectedRows(name)\r\n{\r\n var id = ff_getIdByName(name);\r\n var rcnt = ff_queryRows[id].length;\r\n var cnt = rcnt;\r\n var pagesize = ff_queryPageSize[id];\r\n if (pagesize>0) {\r\n var currpage = ff_queryCurrPage[id];\r\n var p;\r\n for (p = 1; p < currpage; p++) cnt -= pagesize;\r\n if (cnt > pagesize) cnt = pagesize;\r\n } // if\r\n var curr, r;\r\n var selcnt = 0;\r\n var sels = new Array;\r\n for (curr = 0; curr < cnt; curr++) {\r\n var elem = document.getElementById(\'ff_cb\'+id+\'_\'+curr);\r\n if (elem.checked) {\r\n var ident = elem.value;\r\n for (r = 0; r < rcnt; r++)\r\n if (ff_queryRows[id][r][0] == ident) {\r\n sels[selcnt++] = ff_queryRows[id][r];\r\n break;\r\n } // if\r\n } // if\r\n } // for\r\n return sels;\r\n} // ff_getQuerySelectedRows'),(10,1,'FF','ff_getQuerySelections','Get Query Selected ID\'s','Returns the column values of the checked/selected checkboxes/radiobuttons in an array','Untyped','function ff_getQuerySelections(name)\r\n{\r\n var id = ff_getIdByName(name);\r\n var cnt = ff_queryRows[id].length;\r\n var pagesize = ff_queryPageSize[id];\r\n if (pagesize>0) {\r\n var currpage = ff_queryCurrPage[id];\r\n var p;\r\n for (p = 1; p < currpage; p++) cnt -= pagesize;\r\n if (cnt > pagesize) cnt = pagesize;\r\n } // if\r\n var curr;\r\n var selcnt = 0;\r\n var sels = new Array;\r\n for (curr = 0; curr < cnt; curr++) {\r\n var elem = document.getElementById(\'ff_cb\'+id+\'_\'+curr);\r\n if (elem.checked) \r\n sels[selcnt++] = elem.value;\r\n } // for\r\n return sels;\r\n} // ff_getQuerySelections'),(11,1,'FF','ff_htmlvaluenotempty','HTML Texteditor Not Empty','Checks if an HTML editor element is empty or not','Element Validation','function ff_htmlvaluenotempty( element, message ){\r\n \r\n if( typeof bf_htmltextareanames == \"undefined\" ) return \'\';\r\n\r\n var content = \"\";\r\n\r\n for(var i = 0; i < bf_htmltextareanames.length; i++){\r\n if( element.name == bf_htmltextareanames[i] ) {\r\n eval(\"content = \" + bf_htmltextareas[i]);\r\n break;\r\n }\r\n }\r\n if (JQuery.trim(content) == \"\") {\r\n if (message==\'\') message = element.name+\" must not be empty.\\n\";\r\n return message;\r\n } // if\r\n return \'\';\r\n}'),(12,1,'FF','ff_impString','String import','Import string function: unescapes c-coded characters of a string','Untyped','function ff_impString(text)\r\n{\r\n var str = \'\';\r\n var ss = 0;\r\n var s;\r\n var tl = text.length;\r\n var hexdigs = \"0123456789abcdefABCDEF\";\r\n while (ss < tl) {\r\n s = text.charAt(ss++);\r\n if (s == \'\\\\\') {\r\n if (ss < tl) s = text.charAt(ss++); else s = 0;\r\n switch (s) {\r\n case 0 : break;\r\n case \'e\' : str += \'\\33\'; break;\r\n case \'t\' : str += \'\\t\'; break;\r\n case \'r\' : str += \'\\r\'; break;\r\n case \'n\' : str += \'\\n\'; break;\r\n case \'f\' : str += \'\\f\'; break;\r\n case \'x\' : {\r\n if (ss < tl) s = text.charAt(ss++); else s = 0;\r\n var ch = \'\';\r\n while (hexdigs.indexOf(s)>=0 && ch.length < 2) {\r\n ch += s;\r\n if (ss < tl) s = text.charAt(ss++); else s = 0;\r\n } // while\r\n while (ch.length < 2) ch = \'0\'+ch;\r\n str += unescape(\'%\'+ch);\r\n if (s) ss--;\r\n break;\r\n }\r\n default:\r\n str += s;\r\n } // switch\r\n } else\r\n str += s;\r\n } // while\r\n return str;\r\n} // impString'),(13,1,'FF','ff_integer','Integer Number','Validate that an integer value is entered.','Element Validation','function ff_integer(element, message)\r\n{\r\n var ex = /(^-?\\d\\d*$)/;\r\n if (!ex.test(element.value)) {\r\n if (message==\'\') message = element.name+\" must be integer.\\n\";\r\n ff_validationFocus(element.name);\r\n return message;\r\n } // if\r\n return \'\';\r\n} // ff_integer'),(14,1,'FF','ff_integeramount','Positive Integer','Validate that an positive integer value is entered.','Element Validation','function ff_integeramount(element, message)\r\n{\r\n var ex = /(^-?\\d\\d*$)/;\r\n if (!ex.test(element.value)) {\r\n if (message==\'\') message = element.name+\" must be integer.\\n\";\r\n ff_validationFocus(element.name);\r\n return message;\r\n } // if\r\n return \'\';\r\n} // ff_integeramount'),(15,1,'FF','ff_integer_or_empty','Integer or empty','Validate that either an integer value or nothing is entered.','Element Validation','function ff_integer_or_empty(element, message)\r\n{\r\n if (element.value != \'\') {\r\n var ex = /(^-?\\d\\d*$)/;\r\n if (!ex.test(element.value)) {\r\n if (message==\'\') message = element.name+\" must be integer.\\n\";\r\n ff_validationFocus(element.name);\r\n return message;\r\n } // if\r\n } // if\r\n return \'\';\r\n} // ff_integer_or_empty'),(16,1,'FF','ff_nextpage','Next page','Switchs to the next page.','Element Action','function ff_nextpage(element, action)\r\n{\r\n if (ff_currentpage < ff_lastpage) {\r\n ff_switchpage(ff_currentpage+1);\r\n self.scrollTo(0,0);\r\n }\r\n} // ff_nextpage'),(17,1,'FF','ff_page1','Page 1','Switches to the first page.','Element Action','function ff_page1(element, action)\r\n{\r\n ff_switchpage(1);\r\n} // ff_page1'),(18,1,'FF','ff_page2','Page 2','Switches to the second page.','Element Action','function ff_page2(element, action)\r\n{\r\n if (ff_lastpage >= 2) ff_switchpage(2);\r\n} // ff_page2'),(19,1,'FF','ff_page3','Page 3','Switches to the third page.','Element Action','function ff_page3(element, action)\r\n{\r\n if (ff_lastpage >= 3) ff_switchpage(3);\r\n} // ff_page3'),(20,1,'FF','ff_previouspage','Previous page','Switches to the previous page.','Element Action','function ff_previouspage(element, action)\r\n{\r\n if (ff_currentpage > 1){\r\n ff_switchpage(ff_currentpage-1);\r\n self.scrollTo(0,0);\r\n }\r\n} // ff_previouspage'),(21,1,'FF','ff_real','Real Number','Validate that a real number is entered.','Element Validation','function ff_real(element, message)\r\n{\r\n var ex = /(^-?\\d\\d*\\.?\\d*$)/;\r\n if (!ex.test(element.value)) {\r\n if (message==\'\') message = element.name+\" must be a number.\\n\";\r\n ff_validationFocus(element.name);\r\n return message;\r\n } // if\r\n return \'\';\r\n} // ff_real'),(22,1,'FF','ff_realamount','Positive Real Number','Validate that a positive real number is entered.','Element Validation','function ff_realamount(element, message)\r\n{\r\n var ex = /(^\\d\\d*\\.?\\d*$)/;\r\n if (!ex.test(element.value)) {\r\n if (message==\'\') message = element.name+\" must be a number.\\n\";\r\n ff_validationFocus(element.name);\r\n return message;\r\n } // if\r\n return \'\';\r\n} // ff_realamount'),(23,1,'FF','ff_resetForm','Reset form','Reset all form inputs to the initial values.','Element Action','function ff_resetForm(element, action)\r\n{\r\n eval(\'document.\'+ff_processor.form_id).reset();\r\n} // ff_resetForm'),(24,1,'FF','ff_securitycode_entered','Security code entered','Check that a security code was entered.','Element Validation','function ff_securitycode_entered(element, message)\r\n{\r\n var ex = /(^\\d{5}$)/;\r\n if (!ex.test(element.value)) {\r\n if (message==\'\') message = \"Security code must be entered as five digits.\\n\";\r\n ff_validationFocus(element.name);\r\n return message;\r\n } // if\r\n return \'\';\r\n} // ff_securitycode_entered'),(25,1,'FF','ff_securitycode_ok','Security code ok','Check that a valid security code was entered.','Element Validation','function ff_securitycode_ok(element, message)\r\n{\r\n<?php\r\n global $ff_seccode;\r\n if (!isset($ff_seccode)) { \r\n mt_srand((double)microtime()*1000000);\r\n $ff_seccode = mt_rand(10000, 99999);\r\n JFactory::getSession()->set(\'ff_seccode\', $ff_seccode);\r\n } // if\r\n $enc = array();\r\n mt_srand((double)microtime()*1000000);\r\n for ($i = 0; $i < 256; $i++) $enc[] = mt_rand(0, 255);\r\n $seccode = (string)$ff_seccode;\r\n $hash = \'\';\r\n $ini = $ff_seccode % 240;\r\n for ($i = 0; $i < 5; $i++) {\r\n $d = $ini+intval($seccode{$i});\r\n for ($j = 0; $j < 7; $j++) $d = $enc[$d];\r\n $hash .= $d;\r\n $ini = ($ini+$d) % 240;\r\n } // for\r\n return\r\n \"var enc = \".$this->expJsValue($enc).\";\\n\".\r\n \"var seccode = new String(element.value);\\n\".\r\n \"if (seccode.length==5) {\\n\".\r\n \" var hash = \'\';\\n\".\r\n \" var ini = parseInt(element.value) % 240;\\n\".\r\n \" var i, j;\\n\".\r\n \" for (i = 0; i < 5; i++) {\\n\".\r\n \" var d = ini+parseInt(seccode.charAt(i));\\n\".\r\n \" for (j = 0; j < 7; j++) d = enc[d];\\n\".\r\n \" hash += d;\\n\".\r\n \" ini = (ini+d) % 240;\\n\".\r\n \" } // for\\n\".\r\n \" if (hash == \'$hash\') return \'\';\\n\". \r\n \"} // if\\n\".\r\n \"if (message==\'\') message = \\\"Security code is missing or wrong.\\\\n\\\";\\n\".\r\n \"ff_validationFocus(element.name);\\n\".\r\n \"return message;\\n\";\r\n?>\r\n} // ff_securitycode_ok'),(26,1,'FF','ff_selectedValues','Get selected values as list','Get values of selected options of a select list as list:\r\n\r\nx = ff_selectedValues(\'myselectlist\');\r\n// x = green,red','Untyped','function ff_selectedValues(name)\r\n{\r\n vals = \'\';\r\n opts = ff_getElementByName(name).options;\r\n for (o = 0; o < opts.length; o++)\r\n if (opts[o].selected) {\r\n if (vals != \'\') vals += \',\';\r\n vals += opts[o].value;\r\n } // if\r\n return vals;\r\n} // ff_selectedValues'),(27,1,'FF','ff_setChecked','Set radiobutton checked','Set a radiobutton checked/unchecked','Untyped','function ff_setChecked(name, value, checked)\r\n{\r\n if (arguments.length<3) checked = true;\r\n for (var i = 0; i < ff_elements.length; i++)\r\n if (ff_elements[i][2]==name) {\r\n var e = ff_getElementByIndex(i);\r\n if (e.value == value) {\r\n e.checked = checked;\r\n break;\r\n } // if\r\n } // if\r\n} // ff_setChecked'),(28,1,'FF','ff_setSelected','Select options of select list','Select options in a Select List element.\r\n\r\nff_setSelected(\'mylist\', \'green\'); // select green in single or multi mode, unselect all other options\r\nff_setSelected(\'mylist\', \'red,green\'); // select red and green in multi mode, unselect all other options','Untyped','function ff_setSelected(name, list)\r\n{\r\n ids = list.split(\',\')\r\n opts = ff_getElementByName(name).options;\r\n for (o = 0; o < opts.length; o++) {\r\n state = false;\r\n for (i = 0; i < ids.length; i++) \r\n if (ids[i]==opts[o].value) {\r\n state = true;\r\n break;\r\n } // if\r\n opts[o].selected = state;\r\n } // for\r\n} // ff_setSelected'),(29,1,'FF','ff_showaction','Show action','Displays the element action.','Element Action','function ff_showaction(element, action)\r\n{\r\n alert(\'Action \'+action+\' performed by element \'+element.id);\r\n}'),(30,1,'FF','ff_showelementinit','Show element initialization','Display the element initialization (mainly for debugging)','Element Init','function ff_showelementinit(element,condition)\r\n{\r\n if(!element.name)\r\n if(element.length && element.length != 0)\r\n alert(\'Initialization of \'+element[0].name+\' at \'+condition);\r\n else\r\n alert(\'Initialization of \'+element.name+\' at \'+condition);\r\n}'),(31,1,'FF','ff_showforminit','Show form initialization','Show when form initialization is run (for debugging)','Form Init','function ff_showforminit()\r\n{\r\n alert(\'Form initialization\');\r\n}'),(32,1,'FF','ff_showsubmitted','Show submitted status','Display submit status as user feedback.','Form Submitted','function ff_showsubmitted(status, message)\r\n{\r\n alert(message);\r\n} // ff_showsubmitted'),(33,1,'FF','ff_showvalidation','Show element validation','Display element validation (for debugging)','Element Validation','function ff_showvalidation(element, message)\r\n{\r\n alert(\'Validation of \'+element.name+\" with message: \\n\"+message);\r\n return \'\';\r\n}'),(34,1,'FF','ff_submittedhome','Return to homepage','Display submit status and then return to the home page of the site.','Form Submitted','function ff_submittedhome(status, message)\r\n{\r\n alert(message+\"\\nYou will be redirected to the home page now.\");\r\n ff_returnHome();\r\n} // ff_submittedhome'),(35,1,'FF','ff_unchecked','Unchecked','Validate that radio button or checkbox is unchecked.','Element Validation','function ff_unchecked(element, message)\r\n{\r\n if (!element.checked) \r\n return \'\'; \r\n else {\r\n if (message==\'\') message = element.name+\" is checked.\\n\";\r\n ff_validationFocus(element.name);\r\n return message;\r\n } // if\r\n} // ff_unchecked'),(36,1,'FF','ff_validate_date_DDMMYYYY','Validate Date DD/MM/YYYY format','Validates that the date in a textfield is correctly formatted in DD/MM/YYYY format.\r\nCan be used with a textfield element and/or the Calendar element.','Element Validation','function ff_validate_date_DDMMYYYY(element, message)\r\n{\r\n // Regular expression used to check if date is in correct format\r\n var pattern = /[0-3][0-9]\\/(0|1)[0-9]\\/(19|20)[0-9]{2}/;\r\n if(pattern.test(element.value))\r\n {\r\n var date_array = element.value.split(\'/\');\r\n var day = date_array[0];\r\n\r\n // Attention! Javascript consider months in the range 0 - 11\r\n var month = date_array[1] - 1;\r\n var year = date_array[2];\r\n\r\n // This instruction will create a date object\r\n source_date = new Date(year,month,day);\r\n\r\n if(year != source_date.getFullYear())\r\n {\r\n return message == \'\' ? \'Element \' + element.name + \' failed my test\' : message;\r\n }\r\n\r\n if(month != source_date.getMonth())\r\n {\r\n return message == \'\' ? \'Element \' + element.name + \' failed my test\' : message;\r\n }\r\n\r\n if(day != source_date.getDate())\r\n {\r\n return message == \'\' ? \'Element \' + element.name + \' failed my test\' : message;\r\n }\r\n }\r\n else\r\n {\r\n return message == \'\' ? \'Element \' + element.name + \' failed my test\' : message;\r\n }\r\n\r\n return \'\';\r\n}'),(37,1,'FF','ff_validate_form','Validate form','Validates the form and displays the result.','Element Action','function ff_validate_form(element, action)\r\n{\r\n if(typeof bfUseErrorAlerts != \'undefined\'){\r\n JQuery(\".bfErrorMessage\").html(\'\');\r\n JQuery(\".bfErrorMessage\").css(\"display\",\"none\");\r\n }\r\n error = ff_validation(0);\r\n if (error != \'\') {\r\n if(typeof bfUseErrorAlerts == \'undefined\'){\r\n alert(error);\r\n } else {\r\n bfShowErrors(error);\r\n }\r\n ff_validationFocus(\'\');\r\n } else\r\n alert(\'All inputs are valid.\');\r\n} // ff_validate_form'),(38,1,'FF','ff_validate_nextpage','Validate and next page','Validates the current page, and if everything is ok is switches to the next page.','Element Action','function ff_validate_nextpage(element, action)\r\n{\r\n if(typeof bfUseErrorAlerts != \'undefined\'){\r\n JQuery(\".bfErrorMessage\").html(\'\');\r\n JQuery(\".bfErrorMessage\").css(\"display\",\"none\");\r\n }\r\n\r\n error = ff_validation(ff_currentpage);\r\n if (error != \'\') {\r\n if(typeof bfUseErrorAlerts == \'undefined\'){\r\n alert(error);\r\n } else {\r\n bfShowErrors(error);\r\n }\r\n ff_validationFocus(\'\');\r\n } else {\r\n ff_switchpage(ff_currentpage+1);\r\n self.scrollTo(0,0); \r\n }\r\n} // ff_validate_nextpage'),(39,1,'FF','ff_validate_page','Validate page','Validates the current page and displays the result.','Element Action','function ff_validate_page(element, action)\r\n{\r\n if(typeof bfUseErrorAlerts != \'undefined\'){\r\n JQuery(\".bfErrorMessage\").html(\'\');\r\n JQuery(\".bfErrorMessage\").css(\"display\",\"none\");\r\n }\r\n error = ff_validation(ff_currentpage);\r\n if (error != \'\') {\r\n if(typeof bfUseErrorAlerts == \'undefined\'){\r\n alert(error);\r\n } else {\r\n bfShowErrors(error);\r\n }\r\n ff_validationFocus(\'\');\r\n } else\r\n alert(\'All inputs are valid.\');\r\n} // ff_validate_page'),(40,1,'FF','ff_validate_prevpage','Validate previous page','Validates the current page and switches to the previous page if all is ok','Element Action','function ff_validate_prevpage(element, action)\r\n{\r\n if(typeof bfUseErrorAlerts != \'undefined\'){\r\n JQuery(\".bfErrorMessage\").html(\'\');\r\n JQuery(\".bfErrorMessage\").css(\"display\",\"none\");\r\n }\r\n\r\n error = ff_validation(ff_currentpage);\r\n if (error != \'\') {\r\n if(typeof bfUseErrorAlerts == \'undefined\'){\r\n alert(error);\r\n } else {\r\n bfShowErrors(error);\r\n }\r\n ff_validationFocus(\'\');\r\n } else{\r\n if(ff_currentpage > 1){\r\n ff_switchpage(ff_currentpage-1);\r\n self.scrollTo(0,0);\r\n }\r\n }\r\n} // ff_validate_prevpage'),(41,1,'FF','ff_validate_submit','Validate and submit form','Validates the whole form, and if everything is ok it submits the form.','Element Action','function ff_validate_submit(element, action)\r\n{\r\n if(typeof bfUseErrorAlerts != \'undefined\'){\r\n JQuery(\".bfErrorMessage\").html(\'\');\r\n JQuery(\".bfErrorMessage\").css(\"display\",\"none\");\r\n }\r\n error = ff_validation(0);\r\n if (error != \'\') {\r\n\r\n if(typeof bfUseErrorAlerts == \'undefined\'){\r\n alert(error);\r\n } else {\r\n bfShowErrors(error);\r\n }\r\n ff_validationFocus();\r\n } else\r\n ff_submitForm();\r\n} // ff_validate_submit'),(42,1,'FF','ff_validemail','Valid email','Validate entry of a valid email (syntax check only)','Element Validation','function ff_validemail(element, message)\r\n{\r\n var check =\r\n /^([a-zA-Z0-9_\\.\\-])+\\@(([a-zA-Z0-9\\-])+\\.)+([a-zA-Z0-9]{2,4})+$/;\r\n if (!check.test(element.value)){\r\n if (message==\'\') message = element.name+\" is no valid email address.\\n\";\r\n ff_validationFocus(element.name);\r\n return message;\r\n } // if\r\n return \'\';\r\n} // ff_validemail'),(43,1,'FF','ff_validemail_repeat','Validate Email repeat','Checks if the field value is a valid email address and has a second counterpart that has an equal value.\r\nThe 2nd email field must be named \"FIELDNAME_repeat\"!','Element Validation','function ff_validemail_repeat(element, message)\r\n{\r\n var check =\r\n /^([a-zA-Z0-9_\\.\\-])+\\@(([a-zA-Z0-9\\-])+\\.)+([a-zA-Z0-9]{2,4})+$/;\r\n if (!check.test(element.value)){\r\n if (message==\'\') message = element.name+\" is no valid email address.\\n\";\r\n ff_validationFocus(element.name);\r\n return message;\r\n } // if\r\n \r\n try{\r\n var repeat = element.name.split(\"ff_nm_\")[1].split(\"[]\")[0];\r\n \r\n if(!ff_getElementByName(repeat + \'_repeat\')){\r\n if (message==\'\') message = repeat+\" has no repeat email field.\\n\";\r\n ff_validationFocus(element.name);\r\n return message;\r\n } else {\r\n if(ff_getElementByName(repeat + \'_repeat\').value != element.value){\r\n if (message==\'\') message = element.name+\" and \" + repeat + \"_repeat do not match.\\n\";\r\n ff_validationFocus(repeat + \'_repeat\');\r\n return message;\r\n }\r\n }\r\n }catch(e){\r\n return e.description;\r\n }\r\n\r\n return \'\';\r\n} // ff_validemail'),(44,1,'FF','ff_valuenotempty','Value not empty','Validate that value is not empty.','Element Validation','function ff_valuenotempty(element, message)\r\n{\r\n if (element.value!=\'\') return \'\'; \r\n if (message==\'\') message = \"Please enter \"+element.name+\".\\n\";\r\n ff_validationFocus(element.name);\r\n return message;\r\n} // ff_valuenotempty'),(45,1,'FF','ff_password_repeat','Validate Password repeat','','Element Validation','function ff_password_repeat(element, message)\r\n{\r\n \r\n \r\n try{\r\n var repeat = element.name.split(\"ff_nm_\")[1].split(\"[]\")[0];\r\n \r\n if(!ff_getElementByName(repeat + \'_pwrepeat\')){\r\n if (message==\'\') message = repeat+\" has no repeat password field.\\n\";\r\n ff_validationFocus(element.name);\r\n return message;\r\n } else {\r\n if(ff_getElementByName(repeat + \'_pwrepeat\').value != element.value){\r\n if (message==\'\') message = element.name+\" and \" + repeat + \"_pwrepeat do not match.\\n\";\r\n ff_validationFocus(repeat + \'_pwrepeat\');\r\n return message;\r\n }\r\n }\r\n }catch(e){\r\n return e.description;\r\n }\r\n\r\n return \'\';\r\n}'),(46,1,'FF','ff_password_repeat','Validate Password repeat','','Element Validation','function ff_password_repeat(element, message)\r\n{\r\n \r\n \r\n try{\r\n var repeat = element.name.split(\"ff_nm_\")[1].split(\"[]\")[0];\r\n \r\n if(!ff_getElementByName(repeat + \'_pwrepeat\')){\r\n if (message==\'\') message = repeat+\" has no repeat password field.\\n\";\r\n ff_validationFocus(element.name);\r\n return message;\r\n } else {\r\n if(ff_getElementByName(repeat + \'_pwrepeat\').value != element.value){\r\n if (message==\'\') message = element.name+\" and \" + repeat + \"_pwrepeat do not match.\\n\";\r\n ff_validationFocus(repeat + \'_pwrepeat\');\r\n return message;\r\n }\r\n }\r\n }catch(e){\r\n return e.description;\r\n }\r\n\r\n return \'\';\r\n}');
/*!40000 ALTER TABLE `jos7e_facileforms_scripts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_facileforms_subrecords`
--
DROP TABLE IF EXISTS `jos7e_facileforms_subrecords`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_facileforms_subrecords` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`record` int(11) NOT NULL DEFAULT 0,
`element` int(11) NOT NULL DEFAULT 0,
`title` varchar(255) NOT NULL DEFAULT '',
`name` varchar(255) NOT NULL DEFAULT '',
`type` varchar(255) NOT NULL DEFAULT '',
`value` text DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=15758 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_facileforms_subrecords`
--
LOCK TABLES `jos7e_facileforms_subrecords` WRITE;
/*!40000 ALTER TABLE `jos7e_facileforms_subrecords` DISABLE KEYS */;
INSERT INTO `jos7e_facileforms_subrecords` VALUES (1,1,126,'Company Type','companytype','Radio Group','CC'),(2,2,126,'Company Type','companytype','Radio Group','CC'),(3,2,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(4,3,126,'Company Type','companytype','Radio Group','CC'),(5,3,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(6,4,126,'Company Type','companytype','Radio Group','CC'),(7,4,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(13484,1380,186,'Mobile Phone Number','owner1mobile','Text','8812827914'),(13483,1380,177,'Position','owner1position','Text','NwpXalJOCLDtVEMK'),(13482,1380,176,' ID Number','owner1id','Text','odwSTjEODGk'),(13481,1380,175,'First & Surname','owner1name','Text','LUWTiIjEMFQlnzg'),(13480,1380,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','no'),(13479,1380,145,'Casting Type','castingtype','Select List','Characters'),(13478,1380,102,'Postcode','postcodepostal','Text','kOgjxIfV'),(13477,1380,101,'Postal Address 2','postaladdress2','Text','jrvBTgwklAW'),(13476,1380,100,'Postal Address 1','postaladdress1','Text','JbDPZSHIzlrR'),(13475,1380,95,'Postcode','postcode','Text','SJnXWlOe'),(13474,1380,297,'Province','province','Select List','Gauteng'),(13472,1380,80,'Suburb','suburb','Text','cEbGyeqHX'),(13473,1380,81,'Town or City','towncity','Text','gLNFuJibxmVOq'),(13471,1380,79,'Physical Address','address1','Text','eHNkACQPLTRu'),(13470,1380,127,'Company Registration','companyregistration','Text','djUgtEAabl'),(13469,1380,126,'Company Type','companytype','Radio Group','SoleOwner'),(13468,1380,125,'Trading Name','tradingname','Text','koFOLnMCI'),(13467,1380,72,'Company Name','companyname','Text','tWirwoXZjRdSsyD'),(13466,1380,67,'Mobile Phone Number','mobile','Text','2818252733'),(13465,1380,132,'Telephone Number','telephone','Text','4765632249'),(13463,1380,65,'Website','website','Text','PbjJlrNHF'),(13464,1380,66,'Email Address','email','Text','dmcbride742@gmail.com'),(13460,1380,51,'First Name','firstname','Text','TnjaBgsSdkYRX'),(13461,1380,52,'Surname','surname','Text','FkbhKlOJvcdtDZn'),(13462,1380,124,'Designation','contactdesignation','Text','pZvgMVBt'),(13458,1379,527,'Description/Message','description','Textarea','Still waiting payment for those days'),(13459,1380,90,'Title','title','Text','eDEzkldThaGOU'),(13457,1379,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(13456,1379,504,'Name of Your Agent','agentname','Text','Elizabeth Orsmond'),(13453,1379,466,'Mobile Phone Number','mobile','Text','+27626146485'),(13454,1379,498,'The Job or Production','production','Text','The Queen'),(13455,1379,503,'Date of Production','productiondate','Text','4,18and 23 September 2019'),(13451,1379,467,'Email Address','email','Text','pazzazz010@gmail.com'),(13452,1379,463,'Telephone Number','telephone','Text','+27626146485'),(13448,1379,465,'First Name','firstname','Text','Elizabeth'),(13449,1379,464,'Surname','surname','Text','Orsmond'),(13450,1379,468,'ID Number','id','Text','6204260057080'),(50,6,90,'Title','title','Text','Mrs '),(51,6,51,'First Name','firstname','Text','Millicent Lulama '),(52,6,52,'Surname','surname','Text','Letsoalo '),(53,6,124,'Designation','contactdesignation','Text','Director '),(54,6,65,'Website','website','Text',''),(55,6,66,'Email Address','email','Text','letsoalolm@gmail.com'),(56,6,132,'Telephone Number','telephone','Text','012 373 8642'),(57,6,67,'Mobile Phone Number','mobile','Text','081 751 2668'),(58,6,72,'Company Name','companyname','Text','Leago and Friends on Tv '),(59,6,125,'Trading Name','tradingname','Text','Leago and Friends on Tv '),(60,6,126,'Company Type','companytype','Radio Group','Pty Ltd'),(61,6,127,'Company Registration','companyregistration','Text','2012/130257/07'),(62,6,79,'Physical Address','address1','Text','55 Nqolase Street '),(63,6,80,'Suburb','suburb','Text','Atteridgeville '),(64,6,81,'Town or City','towncity','Text','Tshwane'),(65,6,297,'Province','province','Select List','Gauteng'),(66,6,95,'Postcode','postcode','Text','0008'),(67,6,100,'Postal Address 1','postaladdress1','Text','PO Box 572 '),(68,6,101,'Postal Address 2','postaladdress2','Text','Atteridgeville '),(69,6,102,'Postcode','postcodepostal','Text','0008'),(70,6,145,'Casting Type','castingtype','Select List','Kids'),(71,6,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(72,6,175,'First & Surname','owner1name','Text','Millicent Letsoalo '),(73,6,176,' ID Number','owner1id','Text','7805085326085'),(74,6,177,'Position','owner1position','Text','Director '),(75,6,186,'Mobile Phone Number','owner1mobile','Text','081 751 2668'),(76,6,191,'First & Surname','firstsurname2','Text',''),(77,6,196,'ID Number','idnumberowner2','Text',''),(78,6,197,'Position','position2','Text',''),(79,6,202,'Mobile Phone Number','mobilenumber2','Text',''),(80,6,207,'First & Surname','firstnamesurname3','Text',''),(81,6,208,'ID Number','idnumber3','Text',''),(82,6,213,'Position','position3','Text',''),(83,6,214,'Mobile Phone Number','mobile3','Text',''),(84,6,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(85,6,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/OSCASA_CONSTITUTION.pdf'),(86,6,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Leago_proof_pay.pdf'),(87,6,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/lulama_id.pdf'),(88,6,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(89,6,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(90,6,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Leago_bank.pdf'),(91,6,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Leago_Tax_C.pdf'),(92,6,259,'Proof of Physical Address','proofaddress','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Physical_adress.pdf'),(93,7,90,'Title','title','Text','Miss'),(94,7,51,'First Name','firstname','Text','Samantha'),(95,7,52,'Surname','surname','Text','Chapman'),(96,7,124,'Designation','contactdesignation','Text','Owner'),(97,7,65,'Website','website','Text','www.casting101.co.za'),(98,7,66,'Email Address','email','Text','samantha@casting101.co.za'),(99,7,132,'Telephone Number','telephone','Text','0813182667'),(100,7,67,'Mobile Phone Number','mobile','Text','0722092324'),(101,7,72,'Company Name','companyname','Text','Samantha Chapman T/A Casting 101'),(102,7,125,'Trading Name','tradingname','Text','Casting 101'),(103,7,126,'Company Type','companytype','Radio Group','SoleOwner'),(104,7,127,'Company Registration','companyregistration','Text','N/A'),(105,7,79,'Physical Address','address1','Text','402 WB, Upper East Side, 31 Brickfield Road'),(106,7,80,'Suburb','suburb','Text','Woodstock'),(107,7,81,'Town or City','towncity','Text','Cape Town'),(108,7,297,'Province','province','Select List','Western Cape'),(109,7,95,'Postcode','postcode','Text','7925'),(110,7,100,'Postal Address 1','postaladdress1','Text','As Above'),(111,7,101,'Postal Address 2','postaladdress2','Text','As Above'),(112,7,102,'Postcode','postcodepostal','Text','-'),(113,7,145,'Casting Type','castingtype','Select List','Characters'),(114,7,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(115,7,175,'First & Surname','owner1name','Text','Samantha Chapman'),(116,7,176,' ID Number','owner1id','Text','8709080041088'),(117,7,177,'Position','owner1position','Text','Owner'),(118,7,186,'Mobile Phone Number','owner1mobile','Text','0722092324'),(119,7,191,'First & Surname','firstsurname2','Text',''),(120,7,196,'ID Number','idnumberowner2','Text',''),(121,7,197,'Position','position2','Text',''),(122,7,202,'Mobile Phone Number','mobilenumber2','Text',''),(123,7,207,'First & Surname','firstnamesurname3','Text',''),(124,7,208,'ID Number','idnumber3','Text',''),(125,7,213,'Position','position3','Text',''),(126,7,214,'Mobile Phone Number','mobile3','Text',''),(127,7,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(128,7,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/T_C_s_-_OSCASA.PDF'),(129,7,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Proof_of_Payment_-_OSCASA_-_Annual_Subscription.pdf'),(130,7,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Copy_Of_Id.pdf'),(131,7,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(132,7,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(133,7,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Account_Confirmation_Letter_2015_-_Casting_101.PDF'),(134,7,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Tax_Clearance_Certificate.pdf'),(135,7,259,'Proof of Physical Address','proofaddress','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/15_Signed_Lease_Agreement.pdf'),(136,8,90,'Title','title','Text','Miss'),(137,8,51,'First Name','firstname','Text','Precious Neo'),(138,8,52,'Surname','surname','Text','Nkoana'),(139,8,124,'Designation','contactdesignation','Text','CEO'),(140,8,65,'Website','website','Text','www.daxirite.co.za'),(141,8,66,'Email Address','email','Text','neo@daxirite.co.za'),(142,8,132,'Telephone Number','telephone','Text','0124336494'),(143,8,67,'Mobile Phone Number','mobile','Text','0813142819'),(144,8,72,'Company Name','companyname','Text','Daxirite Casting Agency'),(145,8,125,'Trading Name','tradingname','Text','Daxirite Casting Agency'),(146,8,126,'Company Type','companytype','Radio Group','CC'),(147,8,127,'Company Registration','companyregistration','Text','201109011223'),(148,8,79,'Physical Address','address1','Text','570 Fehrsen street , 3rd floor , Stevens house '),(149,8,80,'Suburb','suburb','Text','Brooklyn '),(150,8,81,'Town or City','towncity','Text','Pretoria'),(151,8,297,'Province','province','Select List','Gauteng'),(152,8,95,'Postcode','postcode','Text','0181'),(153,8,100,'Postal Address 1','postaladdress1','Text','570 Fehrsen street , 3rd Floor , Stevens House '),(154,8,101,'Postal Address 2','postaladdress2','Text','Brooklyn'),(155,8,102,'Postcode','postcodepostal','Text','0181'),(156,8,145,'Casting Type','castingtype','Select List','Characters'),(157,8,145,'Casting Type','castingtype','Select List','Kids'),(158,8,145,'Casting Type','castingtype','Select List','Walk Ons'),(159,8,145,'Casting Type','castingtype','Select List','Featured Extras'),(160,8,145,'Casting Type','castingtype','Select List','Background Extras'),(161,8,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(162,8,175,'First & Surname','owner1name','Text','Precious Neo'),(163,8,176,' ID Number','owner1id','Text','8510310371083'),(164,8,177,'Position','owner1position','Text','Director'),(165,8,186,'Mobile Phone Number','owner1mobile','Text','0813142819'),(166,8,191,'First & Surname','firstsurname2','Text',''),(167,8,196,'ID Number','idnumberowner2','Text',''),(168,8,197,'Position','position2','Text',''),(169,8,202,'Mobile Phone Number','mobilenumber2','Text',''),(170,8,207,'First & Surname','firstnamesurname3','Text',''),(171,8,208,'ID Number','idnumber3','Text',''),(172,8,213,'Position','position3','Text',''),(173,8,214,'Mobile Phone Number','mobile3','Text',''),(174,8,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(175,8,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Daxirite_20Logo.png'),(176,8,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/d5397bef704060bf2e5d83a774388565_Daxirite_20Logo.png'),(177,8,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/38693e2706c550bf23349b8e6acb0885_Daxirite_20Logo.png'),(178,8,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(179,8,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(180,8,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/2a8c2e6dab0b85dd03bf2e5bb0c8854a_Daxirite_20Logo.png'),(181,8,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/4ed733823cce8cb0656c7747f27e4642_Daxirite_20Logo.png'),(182,8,259,'Proof of Physical Address','proofaddress','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/34edea3d34aeb8449807c899339a3b46_Daxirite_20Logo.png'),(183,9,90,'Title','title','Text','Mr'),(184,9,51,'First Name','firstname','Text','Philippe'),(185,9,52,'Surname','surname','Text','Pringiers'),(186,9,124,'Designation','contactdesignation','Text','director/owner'),(187,9,65,'Website','website','Text','www.htaextras.co.za'),(188,9,66,'Email Address','email','Text','hta.extras@gmail.com'),(189,9,132,'Telephone Number','telephone','Text','0729591372'),(190,9,67,'Mobile Phone Number','mobile','Text','0729591372'),(191,9,72,'Company Name','companyname','Text','Helderberg Theatrical Agency (HTA)'),(192,9,125,'Trading Name','tradingname','Text','HTA'),(193,9,126,'Company Type','companytype','Radio Group','Pty Ltd'),(194,9,127,'Company Registration','companyregistration','Text','2002/05060/07'),(195,9,79,'Physical Address','address1','Text','Rhusstreet 26'),(196,9,80,'Suburb','suburb','Text','Gordonsbay'),(197,9,81,'Town or City','towncity','Text','Cape Town'),(198,9,297,'Province','province','Select List','Western Cape'),(199,9,95,'Postcode','postcode','Text','7140'),(200,9,100,'Postal Address 1','postaladdress1','Text','pob 1430'),(201,9,101,'Postal Address 2','postaladdress2','Text',''),(202,9,102,'Postcode','postcodepostal','Text','7151'),(203,9,145,'Casting Type','castingtype','Select List','Background Extras'),(204,9,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(205,9,175,'First & Surname','owner1name','Text','Philippe Pringiers'),(206,9,176,' ID Number','owner1id','Text','6206095308182'),(207,9,177,'Position','owner1position','Text','director/owner'),(208,9,186,'Mobile Phone Number','owner1mobile','Text','0729591372'),(209,9,191,'First & Surname','firstsurname2','Text',''),(210,9,196,'ID Number','idnumberowner2','Text',''),(211,9,197,'Position','position2','Text',''),(212,9,202,'Mobile Phone Number','mobilenumber2','Text',''),(213,9,207,'First & Surname','firstnamesurname3','Text',''),(214,9,208,'ID Number','idnumber3','Text',''),(215,9,213,'Position','position3','Text',''),(216,9,214,'Mobile Phone Number','mobile3','Text',''),(217,9,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(218,9,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload',''),(219,9,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/oscasa_pop.pdf'),(220,9,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Philippe_ID.pdf'),(221,9,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(222,9,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(223,9,249,'Letter from Bank (Confirming account)','bankletter','File Upload',''),(224,9,250,'Tax Clearance Certificate','taxclearance','File Upload',''),(225,9,259,'Proof of Physical Address','proofaddress','File Upload',''),(226,10,90,'Title','title','Text','Mr'),(227,10,51,'First Name','firstname','Text','Charl'),(228,10,52,'Surname','surname','Text','de Reuck'),(229,10,124,'Designation','contactdesignation','Text','Director'),(230,10,65,'Website','website','Text','www.arcartistmanagement.com'),(231,10,66,'Email Address','email','Text','charl@dereuck.co.za'),(232,10,132,'Telephone Number','telephone','Text','+27828523446'),(233,10,67,'Mobile Phone Number','mobile','Text','+27828523446'),(234,10,72,'Company Name','companyname','Text','Arc Artist Management'),(235,10,125,'Trading Name','tradingname','Text',''),(236,10,126,'Company Type','companytype','Radio Group','Pty Ltd'),(237,10,127,'Company Registration','companyregistration','Text','2016/098380/07'),(238,10,79,'Physical Address','address1','Text','218 Fairfield Lane'),(239,10,80,'Suburb','suburb','Text','Honeydew Manor Ext 5'),(240,10,81,'Town or City','towncity','Text','Johannesburg'),(241,10,297,'Province','province','Select List','Gauteng'),(242,10,95,'Postcode','postcode','Text','2170'),(243,10,100,'Postal Address 1','postaladdress1','Text','PO Box 98'),(244,10,101,'Postal Address 2','postaladdress2','Text','Northriding'),(245,10,102,'Postcode','postcodepostal','Text','2162'),(246,10,145,'Casting Type','castingtype','Select List','Featured Extras'),(247,10,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(248,10,175,'First & Surname','owner1name','Text','Charl de Reuck'),(249,10,176,' ID Number','owner1id','Text','8805285096081'),(250,10,177,'Position','owner1position','Text','Director'),(251,10,186,'Mobile Phone Number','owner1mobile','Text','0828523446'),(252,10,191,'First & Surname','firstsurname2','Text',''),(253,10,196,'ID Number','idnumberowner2','Text',''),(254,10,197,'Position','position2','Text',''),(255,10,202,'Mobile Phone Number','mobilenumber2','Text',''),(256,10,207,'First & Surname','firstnamesurname3','Text',''),(257,10,208,'ID Number','idnumber3','Text',''),(258,10,213,'Position','position3','Text',''),(259,10,214,'Mobile Phone Number','mobile3','Text',''),(260,10,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(261,10,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Constitution_-_Signed.pdf'),(262,10,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/PaymentConfirmation_28-04-2016.pdf'),(263,10,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Charl_de_Reuck_ID_Certified.pdf'),(264,10,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(265,10,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(266,10,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Account_Confirmation.pdf'),(267,10,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Tax_Clearance.pdf'),(268,10,259,'Proof of Physical Address','proofaddress','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/COR14.3.pdf'),(269,11,90,'Title','title','Text','MR'),(270,11,51,'First Name','firstname','Text','Jeff'),(271,11,52,'Surname','surname','Text','Verlinden'),(272,11,124,'Designation','contactdesignation','Text','Managing Director'),(273,11,65,'Website','website','Text','www.just-u.co.za'),(274,11,66,'Email Address','email','Text','management@just-u.co.za'),(275,11,132,'Telephone Number','telephone','Text','011 039 2481'),(276,11,67,'Mobile Phone Number','mobile','Text','0825663171'),(277,11,72,'Company Name','companyname','Text','Just You Model & Artist Management'),(278,11,125,'Trading Name','tradingname','Text','Just You Model & Artist Management'),(279,11,126,'Company Type','companytype','Radio Group','CC'),(280,11,127,'Company Registration','companyregistration','Text','2008/165752/23'),(281,11,79,'Physical Address','address1','Text','Cnr 9th Avenue & Rivonia Blvd'),(282,11,80,'Suburb','suburb','Text','Rivonia'),(283,11,81,'Town or City','towncity','Text','Johannesburg'),(284,11,297,'Province','province','Select List','Gauteng'),(285,11,95,'Postcode','postcode','Text','2091'),(286,11,100,'Postal Address 1','postaladdress1','Text',''),(287,11,101,'Postal Address 2','postaladdress2','Text',''),(288,11,102,'Postcode','postcodepostal','Text',''),(289,11,145,'Casting Type','castingtype','Select List','Characters'),(290,11,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(291,11,175,'First & Surname','owner1name','Text','Jeff Verlinden'),(292,11,176,' ID Number','owner1id','Text','8509145172088'),(293,11,177,'Position','owner1position','Text','Managing Director'),(294,11,186,'Mobile Phone Number','owner1mobile','Text','082 566 3171'),(295,11,191,'First & Surname','firstsurname2','Text',''),(296,11,196,'ID Number','idnumberowner2','Text',''),(297,11,197,'Position','position2','Text',''),(298,11,202,'Mobile Phone Number','mobilenumber2','Text',''),(299,11,207,'First & Surname','firstnamesurname3','Text',''),(300,11,208,'ID Number','idnumber3','Text',''),(301,11,213,'Position','position3','Text',''),(302,11,214,'Mobile Phone Number','mobile3','Text',''),(303,11,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(304,11,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/OSCASA.pdf'),(305,11,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/4fbcb16f0091df25cdf8d6a7f2adca13_OSCASA.pdf'),(306,11,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Jeff_Verlinden_ID.pdf'),(307,11,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(308,11,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(309,11,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Scan0002.pdf'),(310,11,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Just_You_TCSLetter_2016.pdf'),(311,11,259,'Proof of Physical Address','proofaddress','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/BEE_Letter.pdf'),(312,12,90,'Title','title','Text','MR'),(313,12,51,'First Name','firstname','Text','Jeff'),(314,12,52,'Surname','surname','Text','Verlinden'),(315,12,124,'Designation','contactdesignation','Text','Managing Director'),(316,12,65,'Website','website','Text','www.just-u.co.za'),(317,12,66,'Email Address','email','Text','management@just-u.co.za'),(318,12,132,'Telephone Number','telephone','Text','011 039 2481'),(319,12,67,'Mobile Phone Number','mobile','Text','0825663171'),(320,12,72,'Company Name','companyname','Text','Just You Model & Artist Management'),(321,12,125,'Trading Name','tradingname','Text','Just You Model & Artist Management'),(322,12,126,'Company Type','companytype','Radio Group','CC'),(323,12,127,'Company Registration','companyregistration','Text','2008/165752/23'),(324,12,79,'Physical Address','address1','Text','Cnr 9th Avenue & Rivonia Blvd'),(325,12,80,'Suburb','suburb','Text','Rivonia'),(326,12,81,'Town or City','towncity','Text','Johannesburg'),(327,12,297,'Province','province','Select List','Gauteng'),(328,12,95,'Postcode','postcode','Text','2091'),(329,12,100,'Postal Address 1','postaladdress1','Text',''),(330,12,101,'Postal Address 2','postaladdress2','Text',''),(331,12,102,'Postcode','postcodepostal','Text',''),(332,12,145,'Casting Type','castingtype','Select List','Characters'),(333,12,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(334,12,175,'First & Surname','owner1name','Text','Jeff Verlinden'),(335,12,176,' ID Number','owner1id','Text','8509145172088'),(336,12,177,'Position','owner1position','Text','Managing Director'),(337,12,186,'Mobile Phone Number','owner1mobile','Text','082 566 3171'),(338,12,191,'First & Surname','firstsurname2','Text',''),(339,12,196,'ID Number','idnumberowner2','Text',''),(340,12,197,'Position','position2','Text',''),(341,12,202,'Mobile Phone Number','mobilenumber2','Text',''),(342,12,207,'First & Surname','firstnamesurname3','Text',''),(343,12,208,'ID Number','idnumber3','Text',''),(344,12,213,'Position','position3','Text',''),(345,12,214,'Mobile Phone Number','mobile3','Text',''),(346,12,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(347,12,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/feb7e4dde3b29be6592e85f91d3eb856_OSCASA.pdf'),(348,12,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/b4e87229f6d67e05d835c6c9cfec948e_OSCASA.pdf'),(349,12,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/69689bd0923f96f947d808f9bebc514c_Jeff_Verlinden_ID.pdf'),(350,12,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(351,12,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(352,12,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/fde12d587f6b8749d7f7ff5b8658f919_Scan0002.pdf'),(353,12,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/4120c19fea4917bb20bcb1659681ce1d_Just_You_TCSLetter_2016.pdf'),(354,12,259,'Proof of Physical Address','proofaddress','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/f5412a593278eb0d89b78aa67bf2ed3d_BEE_Letter.pdf'),(355,13,90,'Title','title','Text','Mrs'),(356,13,51,'First Name','firstname','Text','Tracy'),(357,13,52,'Surname','surname','Text','Walton'),(358,13,124,'Designation','contactdesignation','Text','Director'),(359,13,65,'Website','website','Text','www.colttalent.com'),(360,13,66,'Email Address','email','Text','info@colttalent.com'),(361,13,132,'Telephone Number','telephone','Text','0210071303'),(362,13,67,'Mobile Phone Number','mobile','Text','0793418658'),(363,13,72,'Company Name','companyname','Text','1 Big Door Entertainment Group cc'),(364,13,125,'Trading Name','tradingname','Text','Colt Talent'),(365,13,126,'Company Type','companytype','Radio Group','CC'),(366,13,127,'Company Registration','companyregistration','Text','CK2009/185255/23'),(367,13,79,'Physical Address','address1','Text','Unit 5, 6 Spencer Street'),(368,13,80,'Suburb','suburb','Text','Salt River'),(369,13,81,'Town or City','towncity','Text','Cape Town'),(370,13,297,'Province','province','Select List','Western Cape'),(371,13,95,'Postcode','postcode','Text','8001'),(372,13,100,'Postal Address 1','postaladdress1','Text','Suite 83, Private Bag x6'),(373,13,101,'Postal Address 2','postaladdress2','Text','Panorama'),(374,13,102,'Postcode','postcodepostal','Text','7506'),(375,13,145,'Casting Type','castingtype','Select List','Background Extras'),(376,13,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(377,13,175,'First & Surname','owner1name','Text','Tracy Walton'),(378,13,176,' ID Number','owner1id','Text','7103061036187'),(379,13,177,'Position','owner1position','Text','Director'),(380,13,186,'Mobile Phone Number','owner1mobile','Text','0793418658'),(381,13,191,'First & Surname','firstsurname2','Text',''),(382,13,196,'ID Number','idnumberowner2','Text',''),(383,13,197,'Position','position2','Text',''),(384,13,202,'Mobile Phone Number','mobilenumber2','Text',''),(385,13,207,'First & Surname','firstnamesurname3','Text',''),(386,13,208,'ID Number','idnumber3','Text',''),(387,13,213,'Position','position3','Text',''),(388,13,214,'Mobile Phone Number','mobile3','Text',''),(389,13,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(390,13,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Oscasa.pdf'),(391,13,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/OnlineBankingDownload.pdf'),(392,13,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/TwaltonID.pdf'),(393,13,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(394,13,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(395,13,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/FNB_bank_letter_2015.pdf'),(396,13,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/2016_Tax_Clearance_Certificate.pdf'),(397,13,259,'Proof of Physical Address','proofaddress','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Proof_of_address_Colt_Talent_rental_invoice.pdf'),(398,14,90,'Title','title','Text','Mrs'),(399,14,51,'First Name','firstname','Text','Tracy'),(400,14,52,'Surname','surname','Text','Walton'),(401,14,124,'Designation','contactdesignation','Text','Owner'),(402,14,65,'Website','website','Text','www.colttalent.com'),(403,14,66,'Email Address','email','Text','info@colttalent.com'),(404,14,132,'Telephone Number','telephone','Text','021'),(405,14,67,'Mobile Phone Number','mobile','Text','0827110858'),(406,14,72,'Company Name','companyname','Text','1 Big Door Entertainment Group cc'),(407,14,125,'Trading Name','tradingname','Text','Colt Talent'),(408,14,126,'Company Type','companytype','Radio Group','CC'),(409,14,127,'Company Registration','companyregistration','Text','CK2009/185255/23'),(410,14,79,'Physical Address','address1','Text','Unit 5, 6 Spencer Street'),(411,14,80,'Suburb','suburb','Text','Salt River'),(412,14,81,'Town or City','towncity','Text','Cape Town'),(413,14,297,'Province','province','Select List','Western Cape'),(414,14,95,'Postcode','postcode','Text','8001'),(415,14,100,'Postal Address 1','postaladdress1','Text','Suite 83, Private Bag x6'),(416,14,101,'Postal Address 2','postaladdress2','Text','Panorama'),(417,14,102,'Postcode','postcodepostal','Text','7506'),(418,14,145,'Casting Type','castingtype','Select List','Background Extras'),(419,14,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(420,14,175,'First & Surname','owner1name','Text','Tracy Walton'),(421,14,176,' ID Number','owner1id','Text','7103061036187'),(422,14,177,'Position','owner1position','Text','Owner'),(423,14,186,'Mobile Phone Number','owner1mobile','Text','0793418658'),(424,14,191,'First & Surname','firstsurname2','Text',''),(425,14,196,'ID Number','idnumberowner2','Text',''),(426,14,197,'Position','position2','Text',''),(427,14,202,'Mobile Phone Number','mobilenumber2','Text',''),(428,14,207,'First & Surname','firstnamesurname3','Text',''),(429,14,208,'ID Number','idnumber3','Text',''),(430,14,213,'Position','position3','Text',''),(431,14,214,'Mobile Phone Number','mobile3','Text',''),(432,14,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(433,14,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/0b140fe6b01df69e5d5472d879ce7529_Oscasa.pdf'),(434,14,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/d466141d85b33304a29539846ed540f3_OnlineBankingDownload.pdf'),(435,14,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/578a52b7481420dfb923b4ef6e59dce7_TwaltonID.pdf'),(436,14,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(437,14,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(438,14,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/092c43179a46cc758f4415a9832b5596_FNB_bank_letter_2015.pdf'),(439,14,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/daae6880fc68665ff8d072c3391273ba_2016_Tax_Clearance_Certificate.pdf'),(440,14,259,'Proof of Physical Address','proofaddress','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/8f0eca0a8c4a827231ebd56922530356_Proof_of_address_Colt_Talent_rental_invoice.pdf'),(519,16,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/a21afb7f9e6dd4fe01a9094e0bdf0604_Oscasa_Signed_terms.pdf'),(518,16,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(517,16,214,'Mobile Phone Number','mobile3','Text',''),(516,16,213,'Position','position3','Text',''),(515,16,208,'ID Number','idnumber3','Text',''),(514,16,207,'First & Surname','firstnamesurname3','Text',''),(513,16,202,'Mobile Phone Number','mobilenumber2','Text','0836635878'),(512,16,197,'Position','position2','Text','member'),(511,16,196,'ID Number','idnumberowner2','Text','7503175255088'),(510,16,191,'First & Surname','firstsurname2','Text','Nico Goosen'),(509,16,186,'Mobile Phone Number','owner1mobile','Text','0827830109'),(508,16,177,'Position','owner1position','Text','Member'),(507,16,176,' ID Number','owner1id','Text','6303205143086'),(506,16,175,'First & Surname','owner1name','Text','Paul Kershaw'),(505,16,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(504,16,145,'Casting Type','castingtype','Select List',''),(503,16,102,'Postcode','postcodepostal','Text','1511'),(502,16,101,'Postal Address 2','postaladdress2','Text','Northmead'),(501,16,100,'Postal Address 1','postaladdress1','Text','P O Box 13808'),(500,16,95,'Postcode','postcode','Text','1504'),(499,16,297,'Province','province','Select List','Gauteng'),(497,16,80,'Suburb','suburb','Text','Northmead'),(498,16,81,'Town or City','towncity','Text','Benoni'),(496,16,79,'Physical Address','address1','Text','30 O\'Reilly Merry Street,'),(494,16,126,'Company Type','companytype','Radio Group','CC'),(495,16,127,'Company Registration','companyregistration','Text','2003/022040/23'),(492,16,72,'Company Name','companyname','Text','Sixty8 Centre cc'),(493,16,125,'Trading Name','tradingname','Text','#eatpopcorn productions'),(491,16,67,'Mobile Phone Number','mobile','Text','0827830109'),(490,16,132,'Telephone Number','telephone','Text','0114254471'),(488,16,65,'Website','website','Text','www.anua.co.za'),(489,16,66,'Email Address','email','Text','thecrew@anua.co.za'),(487,16,124,'Designation','contactdesignation','Text','Member'),(484,16,90,'Title','title','Text','Mr'),(485,16,51,'First Name','firstname','Text','Paul'),(486,16,52,'Surname','surname','Text','Kershaw'),(520,16,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/f452c9aa36df7ba34eb34029fc01f618_Oscasa_Pmt_Receipt.pdf'),(521,16,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/6d14e09ef9f8c762cc6a0c28bc6f0df0_PRK_ID.pdf'),(522,16,239,'ID copy Owner/Member 2','idcopyowner2','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/7fc01fc7cb73ee7f01628e7d377b1933_paul_and_nico_id.pdf'),(523,16,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(524,16,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/3b1fcebbb0840f62bc2dc03c248fb5de_Sixty8_Account_Proof_of_Address.pdf'),(525,16,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/269bd28349db8285a3b6dad8bcf75e9e_Sixty8_TCC_June_2016.pdf'),(526,16,259,'Proof of Physical Address','proofaddress','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/51852c030d3c917d3843db0ff56a47dd_Sixty8_Account_Proof_of_Address.pdf'),(527,17,90,'Title','title','Text','Miss'),(528,17,51,'First Name','firstname','Text','Jeanre '),(529,17,52,'Surname','surname','Text','du Preez'),(530,17,124,'Designation','contactdesignation','Text','Founder/Director '),(531,17,65,'Website','website','Text','www.emodelssa.com'),(532,17,66,'Email Address','email','Text','admin@emodelssa.com'),(533,17,132,'Telephone Number','telephone','Text','0848093663'),(534,17,67,'Mobile Phone Number','mobile','Text','0848093663'),(535,17,72,'Company Name','companyname','Text','EModels Modeling School PTY'),(536,17,125,'Trading Name','tradingname','Text','eModels '),(537,17,126,'Company Type','companytype','Radio Group','Pty Ltd'),(538,17,127,'Company Registration','companyregistration','Text','2014/047613/07'),(539,17,79,'Physical Address','address1','Text','Walter Sisulu 9 '),(540,17,80,'Suburb','suburb','Text','Parkwes'),(541,17,81,'Town or City','towncity','Text','Bloemfontein '),(542,17,297,'Province','province','Select List','Free State'),(543,17,95,'Postcode','postcode','Text','9301'),(544,17,100,'Postal Address 1','postaladdress1','Text','Walter Sisulu 9 Parkwes'),(545,17,101,'Postal Address 2','postaladdress2','Text','Walter Sisulu 9 Parkwes '),(546,17,102,'Postcode','postcodepostal','Text','9301'),(547,17,145,'Casting Type','castingtype','Select List',''),(548,17,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(549,17,175,'First & Surname','owner1name','Text','Jeanre du Preez'),(550,17,176,' ID Number','owner1id','Text','9309020006082'),(551,17,177,'Position','owner1position','Text','Director '),(552,17,186,'Mobile Phone Number','owner1mobile','Text','0848093663'),(553,17,191,'First & Surname','firstsurname2','Text','Nadine Barkhuizen '),(554,17,196,'ID Number','idnumberowner2','Text','8603240095086'),(555,17,197,'Position','position2','Text','Partner '),(556,17,202,'Mobile Phone Number','mobilenumber2','Text','0711837459'),(557,17,207,'First & Surname','firstnamesurname3','Text',''),(558,17,208,'ID Number','idnumber3','Text',''),(559,17,213,'Position','position3','Text',''),(560,17,214,'Mobile Phone Number','mobile3','Text',''),(561,17,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(562,17,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Code_of_Conduct.pdf'),(563,17,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/PaymentConfirmation.pdf'),(564,17,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Jeanre_ID.pdf'),(565,17,239,'ID copy Owner/Member 2','idcopyowner2','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Nadine_ID.jpg'),(566,17,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(567,17,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Banking_Confirmation.pdf'),(568,17,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Tax_CLearance.pdf'),(569,17,259,'Proof of Physical Address','proofaddress','File Upload',''),(10858,1065,207,'First & Surname','firstnamesurname3','Text','Maulidi Hussein Saleh '),(10857,1065,202,'Mobile Phone Number','mobilenumber2','Text','+27618638789'),(10856,1065,197,'Position','position2','Text','Owner'),(10855,1065,196,'ID Number','idnumberowner2','Text','OB0873693'),(10854,1065,191,'First & Surname','firstsurname2','Text','Maulidi Hussein Saleh'),(10853,1065,186,'Mobile Phone Number','owner1mobile','Text','+27618638789'),(10852,1065,177,'Position','owner1position','Text','Owner'),(10851,1065,176,' ID Number','owner1id','Text','OB0873693'),(10850,1065,175,'First & Surname','owner1name','Text','Maulidi Hussein Saleh '),(10849,1065,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(10848,1065,145,'Casting Type','castingtype','Select List',''),(10847,1065,102,'Postcode','postcodepostal','Text','7925'),(10846,1065,101,'Postal Address 2','postaladdress2','Text',''),(10845,1065,100,'Postal Address 1','postaladdress1','Text','40 Frere Street, Woodstock, Cape Town, South Africa'),(10844,1065,95,'Postcode','postcode','Text','7925'),(10843,1065,297,'Province','province','Select List','Western Cape'),(10842,1065,81,'Town or City','towncity','Text','Cape Town'),(10841,1065,80,'Suburb','suburb','Text','Woodstock'),(10840,1065,79,'Physical Address','address1','Text','40 Frere Street'),(10839,1065,127,'Company Registration','companyregistration','Text','2017/362914/07'),(10837,1065,125,'Trading Name','tradingname','Text','Americano Sweetboy Hussein '),(10838,1065,126,'Company Type','companytype','Radio Group','Pty Ltd'),(10835,1065,67,'Mobile Phone Number','mobile','Text','+27618638789'),(10836,1065,72,'Company Name','companyname','Text','Sweet Film Agency (Pty) Ltd.'),(10833,1065,66,'Email Address','email','Text','sweetfilmagency@gmail.com'),(10834,1065,132,'Telephone Number','telephone','Text','+27218296316'),(10832,1065,65,'Website','website','Text','www.sweetfilmagency.co.za '),(10831,1065,124,'Designation','contactdesignation','Text','Film Agent '),(10830,1065,52,'Surname','surname','Text','Hussein Saleh '),(10827,1064,326,'Mobile Phone Number','mobile','Text','0820412944'),(10828,1065,90,'Title','title','Text','Mr.'),(10829,1065,51,'First Name','firstname','Text','Maulidi'),(10825,1064,327,'Email Address','email','Text','devoejohnson51@gmail.com'),(10826,1064,320,'Telephone Number','telephone','Text','0213933410'),(10822,1064,324,'First Name','firstname','Text','DeVoe'),(10823,1064,323,'Surname','surname','Text','Johnson'),(10824,1064,328,'ID Number','id','Text','461315207'),(613,19,90,'Title','title','Text',''),(614,19,51,'First Name','firstname','Text','nkonzwenhle'),(615,19,52,'Surname','surname','Text','msibi'),(616,19,124,'Designation','contactdesignation','Text','agency'),(617,19,65,'Website','website','Text',''),(618,19,66,'Email Address','email','Text','mnkonzwenhle@gmail.com'),(619,19,132,'Telephone Number','telephone','Text','0619775497'),(620,19,67,'Mobile Phone Number','mobile','Text','0619775497'),(621,19,72,'Company Name','companyname','Text','UBUNTU CASTING AGENCY'),(622,19,125,'Trading Name','tradingname','Text','UC AGENCY'),(623,19,126,'Company Type','companytype','Radio Group','SoleOwner'),(624,19,127,'Company Registration','companyregistration','Text',''),(625,19,79,'Physical Address','address1','Text','4367 EDEN PARK, PHASE 3, ALBERTON , 1458'),(626,19,80,'Suburb','suburb','Text','EDEN PARK'),(627,19,81,'Town or City','towncity','Text','ALBERTON'),(628,19,297,'Province','province','Select List','Gauteng'),(629,19,95,'Postcode','postcode','Text','1458'),(630,19,100,'Postal Address 1','postaladdress1','Text','4367 EDEN PARK, PHASE 3, ALBERTON,1458'),(631,19,101,'Postal Address 2','postaladdress2','Text','4367 EDEN PARK, PHASE 3, ALBERTON,1458'),(632,19,102,'Postcode','postcodepostal','Text','1458'),(633,19,145,'Casting Type','castingtype','Select List','Featured Extras'),(634,19,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(635,19,175,'First & Surname','owner1name','Text','NKONZWENHLE MSIBI'),(636,19,176,' ID Number','owner1id','Text','8608185251081'),(637,19,177,'Position','owner1position','Text','OWNER'),(638,19,186,'Mobile Phone Number','owner1mobile','Text','0619775497'),(639,19,191,'First & Surname','firstsurname2','Text',''),(640,19,196,'ID Number','idnumberowner2','Text',''),(641,19,197,'Position','position2','Text',''),(642,19,202,'Mobile Phone Number','mobilenumber2','Text',''),(643,19,207,'First & Surname','firstnamesurname3','Text',''),(644,19,208,'ID Number','idnumber3','Text',''),(645,19,213,'Position','position3','Text',''),(646,19,214,'Mobile Phone Number','mobile3','Text',''),(647,19,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(648,19,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload',''),(649,19,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/NKO.pdf'),(650,19,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/NKON.pdf'),(651,19,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(652,19,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(653,19,249,'Letter from Bank (Confirming account)','bankletter','File Upload',''),(654,19,250,'Tax Clearance Certificate','taxclearance','File Upload',''),(655,19,259,'Proof of Physical Address','proofaddress','File Upload',''),(656,20,90,'Title','title','Text','Mrs'),(657,20,51,'First Name','firstname','Text','MARIA'),(658,20,52,'Surname','surname','Text','LANGE'),(659,20,124,'Designation','contactdesignation','Text','director'),(660,20,65,'Website','website','Text','www.nkumacasting.co.za'),(661,20,66,'Email Address','email','Text','nkuma@nkumacasting.co.za'),(662,20,132,'Telephone Number','telephone','Text','0727913683'),(663,20,67,'Mobile Phone Number','mobile','Text','0727913683'),(664,20,72,'Company Name','companyname','Text','Nkuma Casting'),(665,20,125,'Trading Name','tradingname','Text','Nkuma Casting'),(666,20,126,'Company Type','companytype','Radio Group','Pty Ltd'),(667,20,127,'Company Registration','companyregistration','Text','2015/184169/07'),(668,20,79,'Physical Address','address1','Text','HOOPENBERG STR 30'),(669,20,80,'Suburb','suburb','Text','PROTEA HEIGHTS'),(670,20,81,'Town or City','towncity','Text','CAPE TOWN'),(671,20,297,'Province','province','Select List','Western Cape'),(672,20,95,'Postcode','postcode','Text','7560'),(673,20,100,'Postal Address 1','postaladdress1','Text','Hoopenberg str 30'),(674,20,101,'Postal Address 2','postaladdress2','Text','Protea Heights'),(675,20,102,'Postcode','postcodepostal','Text','7560'),(676,20,145,'Casting Type','castingtype','Select List','Background Extras'),(677,20,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(678,20,175,'First & Surname','owner1name','Text','Jana Germishuizen'),(679,20,176,' ID Number','owner1id','Text','8205010034087'),(680,20,177,'Position','owner1position','Text','Office Manager'),(681,20,186,'Mobile Phone Number','owner1mobile','Text','0724542209'),(682,20,191,'First & Surname','firstsurname2','Text',''),(683,20,196,'ID Number','idnumberowner2','Text',''),(684,20,197,'Position','position2','Text',''),(685,20,202,'Mobile Phone Number','mobilenumber2','Text',''),(686,20,207,'First & Surname','firstnamesurname3','Text',''),(687,20,208,'ID Number','idnumber3','Text',''),(688,20,213,'Position','position3','Text',''),(689,20,214,'Mobile Phone Number','mobile3','Text',''),(690,20,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(691,20,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload',''),(692,20,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/bank_letter_updated.pdf'),(693,20,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Miri_ID_1.jpg'),(694,20,239,'ID copy Owner/Member 2','idcopyowner2','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Jana_ID.jpg'),(695,20,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(696,20,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/a921f335d58e4881c1458af8826d5ee7_bank_letter_updated.pdf'),(697,20,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/eb8d4a708d67a440f574c6ec4cb9cfa4_bank_letter_updated.pdf'),(698,20,259,'Proof of Physical Address','proofaddress','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/ac471625bac455f89faa64c9a6e73d80_bank_letter_updated.pdf'),(734,26,326,'Mobile Phone Number','mobile','Text','0609074192'),(733,26,320,'Telephone Number','telephone','Text',''),(732,26,327,'Email Address','email','Text','vmange3@gmail.com '),(729,26,324,'First Name','firstname','Text','Vuyiseka'),(730,26,323,'Surname','surname','Text','Mange'),(731,26,328,'ID Number','id','Text','9109290645084'),(740,27,326,'Mobile Phone Number','mobile','Text','0731677136'),(739,27,320,'Telephone Number','telephone','Text',''),(735,27,324,'First Name','firstname','Text','Peter'),(736,27,323,'Surname','surname','Text','Shaw'),(737,27,328,'ID Number','id','Text','5502055150080'),(738,27,327,'Email Address','email','Text','peter@insidesa.co.za'),(741,28,324,'First Name','firstname','Text','Peter'),(742,28,323,'Surname','surname','Text','Shaw'),(743,28,328,'ID Number','id','Text','5502055150080'),(746,28,326,'Mobile Phone Number','mobile','Text','0731677136'),(745,28,320,'Telephone Number','telephone','Text',''),(744,28,327,'Email Address','email','Text','nyakap@gmail.com'),(723,25,324,'First Name','firstname','Text','Philip'),(724,25,323,'Surname','surname','Text','Engelbrecht'),(725,25,328,'ID Number','id','Text','5709065117088'),(726,25,327,'Email Address','email','Text','philip.engelbrecht@gmail.com'),(727,25,320,'Telephone Number','telephone','Text',''),(728,25,326,'Mobile Phone Number','mobile','Text','0711445151'),(747,29,324,'First Name','firstname','Text','Mike'),(748,29,323,'Surname','surname','Text','Shaw'),(749,29,328,'ID Number','id','Text','56'),(750,29,327,'Email Address','email','Text','peter@insidesa.co.za'),(751,29,320,'Telephone Number','telephone','Text',''),(752,29,326,'Mobile Phone Number','mobile','Text','0731677136'),(753,30,324,'First Name','firstname','Text','test'),(754,30,323,'Surname','surname','Text','test2'),(755,30,328,'ID Number','id','Text','5502055150080'),(756,30,327,'Email Address','email','Text','nyakap@gmail.com'),(757,30,320,'Telephone Number','telephone','Text',''),(758,30,326,'Mobile Phone Number','mobile','Text','0890'),(759,31,324,'First Name','firstname','Text','Mo'),(760,31,323,'Surname','surname','Text','Jo'),(761,31,328,'ID Number','id','Text','678'),(762,31,327,'Email Address','email','Text','peter@insidesa.co.za'),(763,31,320,'Telephone Number','telephone','Text',''),(764,31,326,'Mobile Phone Number','mobile','Text','09'),(765,32,324,'First Name','firstname','Text','walter'),(766,32,323,'Surname','surname','Text','nogood'),(767,32,328,'ID Number','id','Text','5502055150080'),(768,32,327,'Email Address','email','Text','nyakap@gmail.com'),(769,32,320,'Telephone Number','telephone','Text',''),(770,32,326,'Mobile Phone Number','mobile','Text','0731677136'),(771,33,324,'First Name','firstname','Text','test2'),(772,33,323,'Surname','surname','Text','test2'),(773,33,328,'ID Number','id','Text','5502055150080'),(774,33,327,'Email Address','email','Text','peter@insidesa.co.za'),(775,33,320,'Telephone Number','telephone','Text',''),(776,33,326,'Mobile Phone Number','mobile','Text','0731677136'),(777,34,324,'First Name','firstname','Text','Rory'),(778,34,323,'Surname','surname','Text','Avenstrüp'),(779,34,328,'ID Number','id','Text','690502016089'),(780,34,327,'Email Address','email','Text','yrory@yahoo.com'),(781,34,320,'Telephone Number','telephone','Text','0826746648'),(782,34,326,'Mobile Phone Number','mobile','Text','0826746648'),(783,35,324,'First Name','firstname','Text','quintin'),(784,35,323,'Surname','surname','Text','ellis'),(785,35,328,'ID Number','id','Text','6809085120085'),(786,35,327,'Email Address','email','Text','wolpensie@yandex.com'),(787,35,320,'Telephone Number','telephone','Text','+27820495838'),(788,35,326,'Mobile Phone Number','mobile','Text','+27820495838'),(789,36,324,'First Name','firstname','Text','Minky Mookwaneng'),(790,36,323,'Surname','surname','Text','Kitiki'),(791,36,328,'ID Number','id','Text','9309050379086'),(792,36,327,'Email Address','email','Text','kitikiminky@yahoo.com'),(793,36,320,'Telephone Number','telephone','Text',''),(794,36,326,'Mobile Phone Number','mobile','Text','0714360782'),(795,37,324,'First Name','firstname','Text','Dale'),(796,37,323,'Surname','surname','Text','Benson'),(797,37,328,'ID Number','id','Text','8309165149086'),(798,37,327,'Email Address','email','Text','dale.benson88@gmail.com'),(799,37,320,'Telephone Number','telephone','Text',''),(800,37,326,'Mobile Phone Number','mobile','Text',''),(801,38,324,'First Name','firstname','Text','Stella'),(802,38,323,'Surname','surname','Text','Gasket'),(803,38,328,'ID Number','id','Text','DN993300'),(804,38,327,'Email Address','email','Text','stellagasket.1985@gmail.com'),(805,38,320,'Telephone Number','telephone','Text','0786567774'),(806,38,326,'Mobile Phone Number','mobile','Text','0786567774'),(807,39,324,'First Name','firstname','Text','Jose'),(808,39,323,'Surname','surname','Text','Nogueira '),(809,39,328,'ID Number','id','Text','7411035181082'),(810,39,327,'Email Address','email','Text','josecln@yahoo.com'),(811,39,320,'Telephone Number','telephone','Text','0797141103'),(812,39,326,'Mobile Phone Number','mobile','Text',''),(813,40,324,'First Name','firstname','Text','Elias Foty '),(814,40,323,'Surname','surname','Text','Masemola'),(815,40,328,'ID Number','id','Text','7506135895083'),(816,40,327,'Email Address','email','Text','rizenmalcom@gmail.com'),(817,40,320,'Telephone Number','telephone','Text','0788738076'),(818,40,326,'Mobile Phone Number','mobile','Text','0788738076'),(819,41,324,'First Name','firstname','Text','Jay-Jay'),(820,41,323,'Surname','surname','Text','Botha'),(821,41,328,'ID Number','id','Text','8801025031082'),(822,41,327,'Email Address','email','Text','poseidongoofy@hotmail.com'),(823,41,320,'Telephone Number','telephone','Text',''),(824,41,326,'Mobile Phone Number','mobile','Text','0787446919'),(825,42,324,'First Name','firstname','Text','Elizna'),(826,42,323,'Surname','surname','Text','Griessel'),(827,42,328,'ID Number','id','Text','9408160230088'),(828,42,327,'Email Address','email','Text','eliznagriessel@gmail.com'),(829,42,320,'Telephone Number','telephone','Text','0219195988'),(830,42,326,'Mobile Phone Number','mobile','Text',''),(831,43,324,'First Name','firstname','Text','Lee'),(832,43,323,'Surname','surname','Text','Gemmell'),(833,43,328,'ID Number','id','Text','9005265201087'),(834,43,327,'Email Address','email','Text','leegemmell.w@gmail.com'),(835,43,320,'Telephone Number','telephone','Text',''),(836,43,326,'Mobile Phone Number','mobile','Text',''),(837,44,324,'First Name','firstname','Text','madeleine joyce'),(838,44,323,'Surname','surname','Text','kok'),(839,44,328,'ID Number','id','Text','9604140588088'),(840,44,327,'Email Address','email','Text','lienki.acc96@gmail.com'),(841,44,320,'Telephone Number','telephone','Text',''),(842,44,326,'Mobile Phone Number','mobile','Text','0814105853'),(843,45,324,'First Name','firstname','Text','Elias Foty'),(844,45,323,'Surname','surname','Text','Masemola'),(845,45,328,'ID Number','id','Text','7506135895083'),(846,45,327,'Email Address','email','Text','rizenmalcom@gmail.com'),(847,45,320,'Telephone Number','telephone','Text','0788738076'),(848,45,326,'Mobile Phone Number','mobile','Text','0788738076'),(849,46,324,'First Name','firstname','Text','lebogang katlego'),(850,46,323,'Surname','surname','Text','Thabeng'),(851,46,328,'ID Number','id','Text','9110215139088'),(852,46,327,'Email Address','email','Text','lkthabeng@gmail.con'),(853,46,320,'Telephone Number','telephone','Text','0625845105'),(854,46,326,'Mobile Phone Number','mobile','Text','0625845105'),(855,47,324,'First Name','firstname','Text','Mac ALLister'),(856,47,323,'Surname','surname','Text','Badza'),(857,47,328,'ID Number','id','Text','CN041220'),(858,47,327,'Email Address','email','Text','steemygee@gmail.com'),(859,47,320,'Telephone Number','telephone','Text',''),(860,47,326,'Mobile Phone Number','mobile','Text','0628550448'),(861,48,324,'First Name','firstname','Text','Kendra '),(862,48,323,'Surname','surname','Text','Findlay'),(863,48,328,'ID Number','id','Text','9501080025081'),(864,48,327,'Email Address','email','Text','kendra.findlay@gmail.com'),(865,48,320,'Telephone Number','telephone','Text','0784097552'),(866,48,326,'Mobile Phone Number','mobile','Text','0784097552'),(867,49,324,'First Name','firstname','Text','Elizna'),(868,49,323,'Surname','surname','Text','Griessel'),(869,49,328,'ID Number','id','Text','9408160230088'),(870,49,327,'Email Address','email','Text','eliznagriessel@gmail.com'),(871,49,320,'Telephone Number','telephone','Text','0219195988'),(872,49,326,'Mobile Phone Number','mobile','Text',''),(873,50,324,'First Name','firstname','Text','Beatrice'),(874,50,323,'Surname','surname','Text','Ralefatane'),(875,50,328,'ID Number','id','Text','9606231161089'),(876,50,327,'Email Address','email','Text','beatriceralefatane96@gmail.com'),(877,50,320,'Telephone Number','telephone','Text','0720490014'),(878,50,326,'Mobile Phone Number','mobile','Text','0720490014'),(879,51,324,'First Name','firstname','Text','Bokamoso'),(880,51,323,'Surname','surname','Text','Tsawane'),(881,51,328,'ID Number','id','Text','1107110335082'),(882,51,327,'Email Address','email','Text','mercialeburu@gmail.com'),(883,51,320,'Telephone Number','telephone','Text','0127487085'),(884,51,326,'Mobile Phone Number','mobile','Text','0769614964'),(885,52,324,'First Name','firstname','Text','Bokamoso'),(886,52,323,'Surname','surname','Text','Tsawane'),(887,52,328,'ID Number','id','Text','1107110335082'),(888,52,327,'Email Address','email','Text','mercialeburu@gmail.com'),(889,52,320,'Telephone Number','telephone','Text','0127487085'),(890,52,326,'Mobile Phone Number','mobile','Text','0769614964'),(891,53,324,'First Name','firstname','Text','Mo'),(892,53,323,'Surname','surname','Text','Shaw'),(893,53,328,'ID Number','id','Text','5502055150080'),(894,53,327,'Email Address','email','Text','nyakap@gmail.com'),(895,53,320,'Telephone Number','telephone','Text',''),(896,53,326,'Mobile Phone Number','mobile','Text',''),(897,54,324,'First Name','firstname','Text','Bokamoso'),(898,54,323,'Surname','surname','Text','Tsawane'),(899,54,328,'ID Number','id','Text','1107110335082'),(900,54,327,'Email Address','email','Text','mercialeburu@gmail.com'),(901,54,320,'Telephone Number','telephone','Text','0127487085'),(902,54,326,'Mobile Phone Number','mobile','Text','0769614964'),(903,55,324,'First Name','firstname','Text','Bokamoso'),(904,55,323,'Surname','surname','Text','Tsawane'),(905,55,328,'ID Number','id','Text','107110335082'),(906,55,327,'Email Address','email','Text','mercialeburu@gmail.com'),(907,55,320,'Telephone Number','telephone','Text','0127487085'),(908,55,326,'Mobile Phone Number','mobile','Text','0769614964'),(909,56,324,'First Name','firstname','Text','Nicole'),(910,56,323,'Surname','surname','Text','Theunissen'),(911,56,328,'ID Number','id','Text','8902190005081'),(912,56,327,'Email Address','email','Text','nmtheunissen@gmail.com'),(913,56,320,'Telephone Number','telephone','Text',''),(914,56,326,'Mobile Phone Number','mobile','Text','0609759501'),(915,57,324,'First Name','firstname','Text','ah'),(916,57,323,'Surname','surname','Text','delgo'),(917,57,328,'ID Number','id','Text','8407036208261'),(918,57,327,'Email Address','email','Text','abadelgo@gmail.com'),(919,57,320,'Telephone Number','telephone','Text','0735542288'),(920,57,326,'Mobile Phone Number','mobile','Text','0730168511'),(921,58,324,'First Name','firstname','Text','Caroline '),(922,58,323,'Surname','surname','Text','Thord-Gray'),(923,58,328,'ID Number','id','Text','6710300108089'),(924,58,327,'Email Address','email','Text','toonsster@gmail.com'),(925,58,320,'Telephone Number','telephone','Text','0218839117'),(926,58,326,'Mobile Phone Number','mobile','Text','0845839356'),(927,59,324,'First Name','firstname','Text','Caroline'),(928,59,323,'Surname','surname','Text','Thord-Gray'),(929,59,328,'ID Number','id','Text','6710300108089'),(930,59,327,'Email Address','email','Text','Carotgray@gmail.com'),(931,59,320,'Telephone Number','telephone','Text','0218839117'),(932,59,326,'Mobile Phone Number','mobile','Text','0845839356'),(933,60,324,'First Name','firstname','Text','Dolly'),(934,60,323,'Surname','surname','Text','King'),(935,60,328,'ID Number','id','Text','8508190989081'),(936,60,327,'Email Address','email','Text','Gedollz@gmail.com'),(937,60,320,'Telephone Number','telephone','Text',''),(938,60,326,'Mobile Phone Number','mobile','Text','0788449826'),(939,61,324,'First Name','firstname','Text','damon'),(940,61,323,'Surname','surname','Text','martin'),(941,61,328,'ID Number','id','Text','08706305261087'),(942,61,327,'Email Address','email','Text','nomadmx10@gmail.com'),(943,61,320,'Telephone Number','telephone','Text','0215923616'),(944,61,326,'Mobile Phone Number','mobile','Text','0725869364'),(945,62,324,'First Name','firstname','Text','Indira '),(946,62,323,'Surname','surname','Text','Ghela '),(947,62,328,'ID Number','id','Text','5111130092083'),(948,62,327,'Email Address','email','Text','ighela@gmx.net'),(949,62,320,'Telephone Number','telephone','Text',''),(950,62,326,'Mobile Phone Number','mobile','Text',''),(951,63,324,'First Name','firstname','Text','Karien'),(952,63,323,'Surname','surname','Text','Pretorius'),(953,63,328,'ID Number','id','Text','8805040027082'),(954,63,327,'Email Address','email','Text','dragon.karr@gmail.com'),(955,63,320,'Telephone Number','telephone','Text','0824971651'),(956,63,326,'Mobile Phone Number','mobile','Text','0824971651'),(957,64,324,'First Name','firstname','Text','Boipelo'),(958,64,323,'Surname','surname','Text','Morule'),(959,64,328,'ID Number','id','Text','9704100336088'),(960,64,327,'Email Address','email','Text','boipelopearlo@gmail.com'),(961,64,320,'Telephone Number','telephone','Text',''),(962,64,326,'Mobile Phone Number','mobile','Text','0824029221'),(963,65,324,'First Name','firstname','Text','Barend'),(964,65,323,'Surname','surname','Text','Kruger'),(965,65,328,'ID Number','id','Text','7103145014085'),(966,65,327,'Email Address','email','Text','b23kruger@gmail.com'),(967,65,320,'Telephone Number','telephone','Text','0730249500'),(968,65,326,'Mobile Phone Number','mobile','Text','0730249500'),(969,66,569,'Name','name','Text','test'),(970,66,570,'Last Name','lastname','Text','test'),(971,66,571,'Username','username','Text','test'),(972,66,572,'Email','email_repeat','Text','nyakap@gmail.com'),(973,66,573,'Email repeat','email','Text','nyakap@gmail.com'),(974,66,574,'Password','password_pwrepeat','Text',''),(975,66,575,'Password repeat','password','Text',''),(976,66,630,'Applicant ID Number','id_number','Text','5502055150080'),(977,66,639,'City of Residence','city','Text','jhb'),(978,67,569,'Name','name','Text','test'),(979,67,570,'Last Name','lastname','Text','test'),(980,67,571,'Username','username','Text','test'),(981,67,572,'Email','email_repeat','Text','nyakap@gmail.com'),(982,67,573,'Email repeat','email','Text','nyakap@gmail.com'),(983,67,574,'Password','password_pwrepeat','Text','nyaka3735'),(984,67,575,'Password repeat','password','Text','nyaka3735'),(985,67,630,'Applicant ID Number','id_number','Text','5502055150080'),(986,67,639,'City of Residence','city','Text','jhb'),(987,68,569,'Name','name','Text','test2'),(988,68,570,'Last Name','lastname','Text','test2'),(989,68,571,'Username','username','Text','test2'),(990,68,572,'Email','email_repeat','Text','nyakap@gmail.com'),(991,68,573,'Email repeat','email','Text','nyakap@gmail.com'),(992,68,574,'Password','password_pwrepeat','Text','nyaka3735'),(993,68,575,'Password repeat','password','Text','nyaka3735'),(994,68,630,'Applicant ID Number','id_number','Text','5502055150080'),(995,68,639,'City of Residence','city','Text','jhb'),(996,69,569,'Name','name','Text','test2'),(997,69,570,'Last Name','lastname','Text','test2'),(998,69,571,'Username','username','Text','test2'),(999,69,572,'Email','email_repeat','Text','nyakap@gmail.com'),(1000,69,573,'Email repeat','email','Text','nyakap@gmail.com'),(1001,69,574,'Password','password_pwrepeat','Text','nyaka3735'),(1002,69,575,'Password repeat','password','Text','nyaka3735'),(1003,69,630,'Applicant ID Number','id_number','Text','5502055150080'),(1004,69,639,'City of Residence','city','Text','jhb'),(1005,70,569,'Name','name','Text','test2'),(1006,70,570,'Last Name','lastname','Text','test2'),(1007,70,571,'Username','username','Text','test2'),(1008,70,572,'Email','email_repeat','Text','nyakap@gmail.com'),(1009,70,573,'Email repeat','email','Text','nyakap@gmail.com'),(1010,70,574,'Password','password_pwrepeat','Text','nyaka3735'),(1011,70,575,'Password repeat','password','Text','nyaka3735'),(1012,70,630,'Applicant ID Number','id_number','Text','5502055150080'),(1013,70,639,'City of Residence','city','Text','jhb'),(1014,71,569,'Name','name','Text','test2'),(1015,71,570,'Last Name','lastname','Text','test2'),(1016,71,571,'Username','username','Text','test2'),(1017,71,572,'Email','email_repeat','Text','nyakap@gmail.com'),(1018,71,573,'Email repeat','email','Text','nyakap@gmail.com'),(1019,71,574,'Password','password_pwrepeat','Text','nyaka3735'),(1020,71,575,'Password repeat','password','Text','nyaka3735'),(1021,71,630,'Applicant ID Number','id_number','Text','5502055150080'),(1022,72,569,'Name','name','Text','Test29'),(1023,72,570,'Last Name','lastname','Text','Test29'),(1024,72,571,'Username','username','Text','Test29'),(1025,72,572,'Email','email_repeat','Text','peter@insidesa.co.za'),(1026,72,573,'Email repeat','email','Text','peter@insidesa.co.za'),(1027,72,574,'Password','password_pwrepeat','Text','nyaka'),(1028,72,575,'Password repeat','password','Text','nyaka'),(1029,72,630,'Applicant ID Number','id_number','Text','5502055150080'),(1030,73,569,'Name','name','Text','test1'),(1031,73,570,'Last Name','lastname','Text','test1'),(1032,73,571,'Username','username','Text','test1'),(1033,73,572,'Email','email_repeat','Text','nyakap@gmail.com'),(1034,73,573,'Email repeat','email','Text','nyakap@gmail.com'),(1035,73,574,'Password','password_pwrepeat','Text',''),(1036,73,575,'Password repeat','password','Text',''),(1037,73,630,'Applicant ID Number','id_number','Text','55'),(1038,74,569,'Name','name','Text','Marius'),(1039,74,570,'Last Name','lastname','Text','Heyneke'),(1040,74,571,'Username','username','Text','Mouse'),(1041,74,572,'Email','email_repeat','Text','m.heyneke@aerosud.co.za'),(1042,74,573,'Email repeat','email','Text','m.heyneke@aerosud.co.za'),(1043,74,574,'Password','password_pwrepeat','Text',''),(1044,74,575,'Password repeat','password','Text',''),(1045,74,630,'Applicant ID Number','id_number','Text','7502205072083'),(1046,74,639,'City of Residence','city','Text','Pretoria'),(1047,74,644,'Mobile Number (optional)','mobile','Text','0621063930'),(1048,74,657,'Your Agency (if applicable)','agency','Text','None as yet'),(1049,75,569,'Name','name','Text','Pene'),(1050,75,570,'Last Name','lastname','Text','Saunders'),(1051,75,571,'Username','username','Text','Pene'),(1052,75,572,'Email','email_repeat','Text','studio@ozoneartists.co.za'),(1053,75,573,'Email repeat','email','Text','studio@ozoneartists.co.za'),(1054,75,574,'Password','password_pwrepeat','Text',''),(1055,75,575,'Password repeat','password','Text',''),(1056,75,630,'Applicant ID Number','id_number','Text','6609240207086'),(1057,75,639,'City of Residence','city','Text','Cape Town'),(1058,75,644,'Mobile Number (optional)','mobile','Text','0737617097'),(1059,75,657,'Your Agency (if applicable)','agency','Text','Ozone'),(1060,76,569,'Name','name','Text','TANYA'),(1061,76,570,'Last Name','lastname','Text','DU PLESSIS'),(1062,76,571,'Username','username','Text','TANYA'),(1063,76,572,'Email','email_repeat','Text','elmarie.duplessis@dcs.gov.za'),(1064,76,573,'Email repeat','email','Text','elmarie.duplessis@dcs.gov.za'),(1065,76,574,'Password','password_pwrepeat','Text',''),(1066,76,575,'Password repeat','password','Text',''),(1067,76,630,'Applicant ID Number','id_number','Text','0011020047087'),(1068,76,639,'City of Residence','city','Text','Pretoria'),(1069,76,644,'Mobile Number (optional)','mobile','Text','0722688088'),(1070,77,569,'Name','name','Text','Fanyana'),(1071,77,570,'Last Name','lastname','Text','Mkhize'),(1072,77,571,'Username','username','Text','fana'),(1073,77,572,'Email','email_repeat','Text','fanyana.m@hotmail.com'),(1074,77,573,'Email repeat','email','Text','fanyana.m@hotmail.com'),(1075,77,574,'Password','password_pwrepeat','Text',''),(1076,77,575,'Password repeat','password','Text',''),(1077,77,630,'Applicant ID Number','id_number','Text','870422595086'),(1078,77,639,'City of Residence','city','Text','Boskburg'),(1079,77,644,'Mobile Number (optional)','mobile','Text','0785421705'),(1080,77,657,'Your Agency (if applicable)','agency','Text','White\'lupine (Pty) Ltd'),(1081,78,569,'Name','name','Text','test5'),(1082,78,570,'Last Name','lastname','Text','test5'),(1083,78,571,'Username','username','Text','test5'),(1084,78,572,'Email','email_repeat','Text','nyakap@gmail.com'),(1085,78,573,'Email repeat','email','Text','nyakap@gmail.com'),(1086,78,574,'Password','password_pwrepeat','Text',''),(1087,78,575,'Password repeat','password','Text',''),(1088,78,630,'Applicant ID Number','id_number','Text','5502055150080'),(1089,78,639,'City of Residence','city','Text','jhb'),(1090,79,569,'Name','name','Text','Chelsea'),(1091,79,570,'Last Name','lastname','Text','Saunders'),(1092,79,571,'Username','username','Text','chelsea.saunders'),(1093,79,572,'Email','email_repeat','Text','chelsea@ozonemanagement.co.za'),(1094,79,573,'Email repeat','email','Text','chelsea@ozonemanagement.co.za'),(1095,79,574,'Password','password_pwrepeat','Text',''),(1096,79,575,'Password repeat','password','Text',''),(1097,79,630,'Applicant ID Number','id_number','Text','9206160025080'),(1098,79,639,'City of Residence','city','Text','Cape Town'),(1099,79,644,'Mobile Number (optional)','mobile','Text','0813558543'),(1100,79,657,'Your Agency (if applicable)','agency','Text','Ozone'),(1101,80,90,'Title','title','Text','Mr'),(1102,80,51,'First Name','firstname','Text','Fanyana'),(1103,80,52,'Surname','surname','Text','Mkhize'),(1104,80,124,'Designation','contactdesignation','Text','Creative Director'),(1105,80,65,'Website','website','Text','www.whitelupine.co.za'),(1106,80,66,'Email Address','email','Text','fanyana.m@hotmail.com'),(1107,80,132,'Telephone Number','telephone','Text',''),(1108,80,67,'Mobile Phone Number','mobile','Text','0785421705'),(1109,80,72,'Company Name','companyname','Text','White\'lupine (Pty) Ltd'),(1110,80,125,'Trading Name','tradingname','Text',''),(1111,80,126,'Company Type','companytype','Radio Group','Pty Ltd'),(1112,80,127,'Company Registration','companyregistration','Text','2013/083378/07'),(1113,80,79,'Physical Address','address1','Text','2716 Klass Modike'),(1114,80,80,'Suburb','suburb','Text','Vosloorus'),(1115,80,81,'Town or City','towncity','Text','Boskburg'),(1116,80,297,'Province','province','Select List','Gauteng'),(1117,80,95,'Postcode','postcode','Text','1475'),(1118,80,100,'Postal Address 1','postaladdress1','Text','2716 Roets Drive,PO Rusloo,Vosloorus,1475'),(1119,80,101,'Postal Address 2','postaladdress2','Text',''),(1120,80,102,'Postcode','postcodepostal','Text',''),(1121,80,145,'Casting Type','castingtype','Select List','Background Extras'),(1122,80,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(1123,80,175,'First & Surname','owner1name','Text','Fanyana Mkhize'),(1124,80,176,' ID Number','owner1id','Text','8704225955086'),(1125,80,177,'Position','owner1position','Text','Creative Director'),(1126,80,186,'Mobile Phone Number','owner1mobile','Text','0785421705'),(1127,80,191,'First & Surname','firstsurname2','Text',''),(1128,80,196,'ID Number','idnumberowner2','Text',''),(1129,80,197,'Position','position2','Text',''),(1130,80,202,'Mobile Phone Number','mobilenumber2','Text',''),(1131,80,207,'First & Surname','firstnamesurname3','Text',''),(1132,80,208,'ID Number','idnumber3','Text',''),(1133,80,213,'Position','position3','Text',''),(1134,80,214,'Mobile Phone Number','mobile3','Text',''),(1135,80,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(1136,80,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/constitution_terms___conditions_and_code_of_conduct.pdf'),(1137,80,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Payment_Notification.pdf'),(1138,80,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/my_id_copy__2_.pdf'),(1139,80,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(1140,80,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(1141,80,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Confrimation_of_Bank_Account.pdf'),(1142,80,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Company_Tax_Clearance_Certificate.pdf'),(1143,80,259,'Proof of Physical Address','proofaddress','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Proof_of_Physical_Address.pdf'),(1144,81,569,'Name','name','Text','Elsabe'),(1145,81,570,'Last Name','lastname','Text','Meiring'),(1146,81,571,'Username','username','Text','Elsabe'),(1147,81,572,'Email','email_repeat','Text','blondywp@gmail.com'),(1148,81,573,'Email repeat','email','Text','blondywp@gmail.com'),(1149,81,574,'Password','password_pwrepeat','Text',''),(1150,81,575,'Password repeat','password','Text',''),(1151,81,630,'Applicant ID Number','id_number','Text','6803160196086'),(1152,81,639,'City of Residence','city','Text','cape town'),(1153,81,644,'Mobile Number (optional)','mobile','Text','0828345966'),(1154,82,569,'Name','name','Text','Dimpho'),(1155,82,570,'Last Name','lastname','Text','Kurhula '),(1156,82,571,'Username','username','Text','Mathebula '),(1157,82,572,'Email','email_repeat','Text','tshepondlovu1986@gmail.com'),(1158,82,573,'Email repeat','email','Text','tshepondlovu1986@gmail.com'),(1159,82,574,'Password','password_pwrepeat','Text',''),(1160,82,575,'Password repeat','password','Text',''),(1161,82,630,'Applicant ID Number','id_number','Text','1103280286080'),(1162,82,639,'City of Residence','city','Text','Pretoria '),(1163,82,644,'Mobile Number (optional)','mobile','Text','0798232509'),(1164,83,569,'Name','name','Text','SIBRENA'),(1165,83,570,'Last Name','lastname','Text','CASSIEM'),(1166,83,571,'Username','username','Text','SIBRENAC'),(1167,83,572,'Email','email_repeat','Text','sibrenac@gmail.com'),(1168,83,573,'Email repeat','email','Text','sibrenac@gmail.com'),(1169,83,574,'Password','password_pwrepeat','Text',''),(1170,83,575,'Password repeat','password','Text',''),(1171,83,630,'Applicant ID Number','id_number','Text','5703150168080'),(1172,83,639,'City of Residence','city','Text','CAPE TOWN'),(1173,83,644,'Mobile Number (optional)','mobile','Text','0826771486'),(1174,83,657,'Your Agency (if applicable)','agency','Text','NEXT GENERATION TALENT'),(1175,84,569,'Name','name','Text','Petrus'),(1176,84,570,'Last Name','lastname','Text','Hesse'),(1177,84,571,'Username','username','Text','Peet'),(1178,84,572,'Email','email_repeat','Text','peethesse@gmail.com'),(1179,84,573,'Email repeat','email','Text','peethesse@gmail.com'),(1180,84,574,'Password','password_pwrepeat','Text',''),(1181,84,575,'Password repeat','password','Text',''),(1182,84,630,'Applicant ID Number','id_number','Text','6607265259081'),(1183,84,639,'City of Residence','city','Text','Strand'),(1184,84,644,'Mobile Number (optional)','mobile','Text','0847849593'),(1185,84,657,'Your Agency (if applicable)','agency','Text','Hot pencil'),(1186,85,569,'Name','name','Text','michael'),(1187,85,570,'Last Name','lastname','Text','hlungwane'),(1188,85,571,'Username','username','Text','michaelhlungwane'),(1189,85,572,'Email','email_repeat','Text','michael@vurhongagroups.co.za'),(1190,85,573,'Email repeat','email','Text','michael@vurhongagroups.co.za'),(1191,85,574,'Password','password_pwrepeat','Text',''),(1192,85,575,'Password repeat','password','Text',''),(1193,85,630,'Applicant ID Number','id_number','Text','8305016392081'),(1194,85,639,'City of Residence','city','Text','ekurhuleni'),(1195,85,644,'Mobile Number (optional)','mobile','Text','0824880966'),(1196,85,657,'Your Agency (if applicable)','agency','Text','vurhonga agency '),(1197,86,569,'Name','name','Text','michael'),(1198,86,570,'Last Name','lastname','Text','hlungwane'),(1199,86,571,'Username','username','Text','michaelvurhonga'),(1200,86,572,'Email','email_repeat','Text','info@vurhongagroups.co.za'),(1201,86,573,'Email repeat','email','Text','info@vurhongagroups.co.za'),(1202,86,574,'Password','password_pwrepeat','Text',''),(1203,86,575,'Password repeat','password','Text',''),(1204,86,630,'Applicant ID Number','id_number','Text','8305016392081'),(1205,86,639,'City of Residence','city','Text','Gauteng'),(1206,86,644,'Mobile Number (optional)','mobile','Text','0824880966'),(1207,86,657,'Your Agency (if applicable)','agency','Text','vurhonga productions'),(1208,87,569,'Name','name','Text','Reneiloe'),(1209,87,570,'Last Name','lastname','Text','Mathekga'),(1210,87,571,'Username','username','Text','Reneiloe89'),(1211,87,572,'Email','email_repeat','Text','reneiloe@joburgextras.co.za'),(1212,87,573,'Email repeat','email','Text','reneiloe@joburgextras.co.za'),(1213,87,574,'Password','password_pwrepeat','Text',''),(1214,87,575,'Password repeat','password','Text',''),(1215,87,630,'Applicant ID Number','id_number','Text','8911161130083'),(1216,87,639,'City of Residence','city','Text','Edenvale'),(1217,87,644,'Mobile Number (optional)','mobile','Text','+27760234604'),(1218,87,657,'Your Agency (if applicable)','agency','Text','Joburg Extras '),(1219,88,569,'Name','name','Text','Dylan'),(1220,88,570,'Last Name','lastname','Text','Williams'),(1221,88,571,'Username','username','Text','ActorD'),(1222,88,572,'Email','email_repeat','Text','dylan-fw@hotmail.com'),(1223,88,573,'Email repeat','email','Text','dylan-fw@hotmail.com'),(1224,88,574,'Password','password_pwrepeat','Text',''),(1225,88,575,'Password repeat','password','Text',''),(1226,88,630,'Applicant ID Number','id_number','Text','7508245078089'),(1227,89,569,'Name','name','Text','shamiela'),(1228,89,570,'Last Name','lastname','Text','johnstone'),(1229,89,571,'Username','username','Text','shamole169'),(1230,89,572,'Email','email_repeat','Text','shamiela.johnstone@gmail.com'),(1231,89,573,'Email repeat','email','Text','shamiela.johnstone@gmail.com'),(1232,89,574,'Password','password_pwrepeat','Text',''),(1233,89,575,'Password repeat','password','Text',''),(1234,89,630,'Applicant ID Number','id_number','Text','7803150146082'),(1235,89,639,'City of Residence','city','Text','cape town'),(1236,89,644,'Mobile Number (optional)','mobile','Text','0825918565'),(1237,90,569,'Name','name','Text','Paul Andrew Kruger'),(1238,90,570,'Last Name','lastname','Text','Gertzen'),(1239,90,571,'Username','username','Text','RazorChipmunk'),(1240,90,572,'Email','email_repeat','Text','andrewgertzen@gmail.com'),(1241,90,573,'Email repeat','email','Text','andrewgertzen@gmail.com'),(1242,90,574,'Password','password_pwrepeat','Text',''),(1243,90,575,'Password repeat','password','Text',''),(1244,90,630,'Applicant ID Number','id_number','Text','9303095034087'),(1245,90,639,'City of Residence','city','Text','Belville'),(1246,90,644,'Mobile Number (optional)','mobile','Text','0720117673'),(1247,90,657,'Your Agency (if applicable)','agency','Text','Colt Talent, 39 Steps, Funky Lemmon, OMG-WTF'),(1248,91,569,'Name','name','Text','matthew'),(1249,91,570,'Last Name','lastname','Text','shaw'),(1250,91,571,'Username','username','Text','matter'),(1251,91,572,'Email','email_repeat','Text','matthew.shaw1@gmail.com'),(1252,91,573,'Email repeat','email','Text','matthew.shaw1@gmail.com'),(1253,91,574,'Password','password_pwrepeat','Text',''),(1254,91,575,'Password repeat','password','Text',''),(1255,91,630,'Applicant ID Number','id_number','Text','8304235219084'),(1256,91,639,'City of Residence','city','Text','cape town'),(1257,91,644,'Mobile Number (optional)','mobile','Text','0793227652'),(1258,91,657,'Your Agency (if applicable)','agency','Text','OMG-WTF'),(1259,92,569,'Name','name','Text','Sviatlana '),(1260,92,570,'Last Name','lastname','Text','Niakhai '),(1261,92,571,'Username','username','Text','Sveta'),(1262,92,572,'Email','email_repeat','Text','nehaisveta@gmail.com'),(1263,92,573,'Email repeat','email','Text','nehaisveta@gmail.com'),(1264,92,574,'Password','password_pwrepeat','Text',''),(1265,92,575,'Password repeat','password','Text',''),(1266,92,630,'Applicant ID Number','id_number','Text','KB 1398995'),(1267,92,639,'City of Residence','city','Text','Cape Town'),(1268,92,644,'Mobile Number (optional)','mobile','Text','0724461983'),(1269,93,569,'Name','name','Text','Asanda'),(1270,93,570,'Last Name','lastname','Text','Innocent'),(1271,93,571,'Username','username','Text','Msimeko'),(1272,93,572,'Email','email_repeat','Text','innocentasanda@gmail.com'),(1273,93,573,'Email repeat','email','Text','innocentasanda@gmail.com'),(1274,93,574,'Password','password_pwrepeat','Text',''),(1275,93,575,'Password repeat','password','Text',''),(1276,93,630,'Applicant ID Number','id_number','Text','9107236007088'),(1277,93,639,'City of Residence','city','Text','Cape Town'),(1278,93,644,'Mobile Number (optional)','mobile','Text','0843690993'),(1279,93,657,'Your Agency (if applicable)','agency','Text','D&A modelling management and Mcx extras'),(1280,94,569,'Name','name','Text','Leonie'),(1281,94,570,'Last Name','lastname','Text','Solomon'),(1282,94,571,'Username','username','Text','Leonie'),(1283,94,572,'Email','email_repeat','Text','leonie.solomon@hotmail.com'),(1284,94,573,'Email repeat','email','Text','leonie.solomon@hotmail.com'),(1285,94,574,'Password','password_pwrepeat','Text',''),(1286,94,575,'Password repeat','password','Text',''),(1287,94,630,'Applicant ID Number','id_number','Text','6312210002088'),(1288,94,639,'City of Residence','city','Text','Cape Town '),(1289,94,644,'Mobile Number (optional)','mobile','Text','0825392007'),(1290,95,569,'Name','name','Text','Noelle'),(1291,95,570,'Last Name','lastname','Text','Tubbs'),(1292,95,571,'Username','username','Text','noelletubbs'),(1293,95,572,'Email','email_repeat','Text','noelle.tubbs@gmail.com'),(1294,95,573,'Email repeat','email','Text','noelle.tubbs@gmail.com'),(1295,95,574,'Password','password_pwrepeat','Text',''),(1296,95,575,'Password repeat','password','Text',''),(1297,95,630,'Applicant ID Number','id_number','Text','546304528'),(1298,95,639,'City of Residence','city','Text','Cape Town'),(1299,95,644,'Mobile Number (optional)','mobile','Text','0734839052'),(1300,96,569,'Name','name','Text','Brain'),(1301,96,570,'Last Name','lastname','Text','Mjiyakjo'),(1302,96,571,'Username','username','Text','Bryan Matrik '),(1303,96,572,'Email','email_repeat','Text','Bryanmatrik@gmail.com'),(1304,96,573,'Email repeat','email','Text','Bryanmatrik@gmail.com'),(1305,96,574,'Password','password_pwrepeat','Text',''),(1306,96,575,'Password repeat','password','Text',''),(1307,96,630,'Applicant ID Number','id_number','Text','9202145659085'),(1308,96,639,'City of Residence','city','Text','Alexandra JHB'),(1309,96,644,'Mobile Number (optional)','mobile','Text','0791105252'),(1310,97,569,'Name','name','Text','Koto'),(1311,97,570,'Last Name','lastname','Text','Serdi'),(1312,97,571,'Username','username','Text','Koto Serdi'),(1313,97,572,'Email','email_repeat','Text','serdikotobenjamin@gmail.com'),(1314,97,573,'Email repeat','email','Text','serdikotobenjamin@gmail.com'),(1315,97,574,'Password','password_pwrepeat','Text',''),(1316,97,575,'Password repeat','password','Text',''),(1317,97,630,'Applicant ID Number','id_number','Text','PTACOD000360415'),(1318,97,639,'City of Residence','city','Text','Capetown'),(1319,97,644,'Mobile Number (optional)','mobile','Text','0740586365'),(1320,98,569,'Name','name','Text','Samkele Sam'),(1321,98,570,'Last Name','lastname','Text','Sikweza'),(1322,98,571,'Username','username','Text','samirdo'),(1323,98,572,'Email','email_repeat','Text','samirdo.sam@gmail.com'),(1324,98,573,'Email repeat','email','Text','samirdo.sam@gmail.com'),(1325,98,574,'Password','password_pwrepeat','Text',''),(1326,98,575,'Password repeat','password','Text',''),(1327,98,630,'Applicant ID Number','id_number','Text','9106136272081'),(1328,98,639,'City of Residence','city','Text','Cape Town'),(1329,98,644,'Mobile Number (optional)','mobile','Text','0734539644'),(1330,99,569,'Name','name','Text','Precious '),(1331,99,570,'Last Name','lastname','Text','Muleya '),(1332,99,571,'Username','username','Text','PK Muleya '),(1333,99,572,'Email','email_repeat','Text','mprecious032@gmail.com'),(1334,99,573,'Email repeat','email','Text','mprecious032@gmail.com'),(1335,99,574,'Password','password_pwrepeat','Text',''),(1336,99,575,'Password repeat','password','Text',''),(1337,99,630,'Applicant ID Number','id_number','Text','9108265682080'),(1338,99,639,'City of Residence','city','Text','Rustenburg '),(1339,99,644,'Mobile Number (optional)','mobile','Text','0781274775'),(1340,100,569,'Name','name','Text','Deidre '),(1341,100,570,'Last Name','lastname','Text','Kennis'),(1342,100,571,'Username','username','Text','Deidre Kennis'),(1343,100,572,'Email','email_repeat','Text','deidrekennis3@gmail.com'),(1344,100,573,'Email repeat','email','Text','deidrekennis3@gmail.com'),(1345,100,574,'Password','password_pwrepeat','Text',''),(1346,100,575,'Password repeat','password','Text',''),(1347,100,630,'Applicant ID Number','id_number','Text','9812210836085'),(1348,100,639,'City of Residence','city','Text','Cape Town '),(1349,100,644,'Mobile Number (optional)','mobile','Text','0627948031'),(1350,100,657,'Your Agency (if applicable)','agency','Text','Colt Talent '),(1351,101,569,'Name','name','Text','Fabian'),(1352,101,570,'Last Name','lastname','Text','Sebogodi'),(1353,101,571,'Username','username','Text','Lasfab'),(1354,101,572,'Email','email_repeat','Text','sebogodifs@gmail.com'),(1355,101,573,'Email repeat','email','Text','sebogodifs@gmail.com'),(1356,101,574,'Password','password_pwrepeat','Text',''),(1357,101,575,'Password repeat','password','Text',''),(1358,101,630,'Applicant ID Number','id_number','Text','8904095270083'),(1359,101,639,'City of Residence','city','Text','Kimberley'),(1360,102,569,'Name','name','Text','Melanie'),(1361,102,570,'Last Name','lastname','Text','Udemans'),(1362,102,571,'Username','username','Text','Mel Udemans'),(1363,102,572,'Email','email_repeat','Text','melanie@kowabungakidscastings.co.za'),(1364,102,573,'Email repeat','email','Text','melanie@kowabungakidscastings.co.za'),(1365,102,574,'Password','password_pwrepeat','Text',''),(1366,102,575,'Password repeat','password','Text',''),(1367,102,630,'Applicant ID Number','id_number','Text','7509220302080'),(1368,102,639,'City of Residence','city','Text','Cape Town'),(1369,102,644,'Mobile Number (optional)','mobile','Text','082 41 777 25'),(1370,102,657,'Your Agency (if applicable)','agency','Text','Central Castings'),(1371,103,569,'Name','name','Text','Marc '),(1372,103,570,'Last Name','lastname','Text','Nortjé '),(1373,103,571,'Username','username','Text','Setwork'),(1374,103,572,'Email','email_repeat','Text','Marc@reelmedigital.co.za'),(1375,103,573,'Email repeat','email','Text','Marc@reelmedigital.co.za'),(1376,103,574,'Password','password_pwrepeat','Text',''),(1377,103,575,'Password repeat','password','Text',''),(1378,103,630,'Applicant ID Number','id_number','Text','7712035043085'),(1379,103,639,'City of Residence','city','Text','Cape Town '),(1380,103,644,'Mobile Number (optional)','mobile','Text','0834256621'),(1381,104,90,'Title','title','Text','Mr'),(1382,104,51,'First Name','firstname','Text','Craig'),(1383,104,52,'Surname','surname','Text','Young'),(1384,104,124,'Designation','contactdesignation','Text','Owner'),(1385,104,65,'Website','website','Text','www.funkylemon.co.za'),(1386,104,66,'Email Address','email','Text','craig@funkylemon.co.za'),(1387,104,132,'Telephone Number','telephone','Text','0817132212'),(1388,104,67,'Mobile Phone Number','mobile','Text','0793190838'),(1389,104,72,'Company Name','companyname','Text','Funky Lemon Casting Agency Pty Ltd'),(1390,104,125,'Trading Name','tradingname','Text','Funky Lemon Casting Agency Pty Ltd'),(1391,104,126,'Company Type','companytype','Radio Group','Pty Ltd'),(1392,104,127,'Company Registration','companyregistration','Text','2016/439732/07'),(1393,104,79,'Physical Address','address1','Text','5 Tobruk Road'),(1394,104,80,'Suburb','suburb','Text','Plumstead'),(1395,104,81,'Town or City','towncity','Text','Cape Town'),(1396,104,297,'Province','province','Select List','Western Cape'),(1397,104,95,'Postcode','postcode','Text','7800'),(1398,104,100,'Postal Address 1','postaladdress1','Text','5 Tobruk Road'),(1399,104,101,'Postal Address 2','postaladdress2','Text','Plumstead'),(1400,104,102,'Postcode','postcodepostal','Text','7800'),(1401,104,145,'Casting Type','castingtype','Select List','Characters'),(1402,104,145,'Casting Type','castingtype','Select List','Kids'),(1403,104,145,'Casting Type','castingtype','Select List','Walk Ons'),(1404,104,145,'Casting Type','castingtype','Select List','Featured Extras'),(1405,104,145,'Casting Type','castingtype','Select List','Background Extras'),(1406,104,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(1407,104,175,'First & Surname','owner1name','Text','Craig Young'),(1408,104,176,' ID Number','owner1id','Text','7309115215087'),(1409,104,177,'Position','owner1position','Text','Partner'),(1410,104,186,'Mobile Phone Number','owner1mobile','Text','0793190838'),(1411,104,191,'First & Surname','firstsurname2','Text','Lezelda Young'),(1412,104,196,'ID Number','idnumberowner2','Text','8309010004080'),(1413,104,197,'Position','position2','Text','Partner'),(1414,104,202,'Mobile Phone Number','mobilenumber2','Text','0765235320'),(1415,104,207,'First & Surname','firstnamesurname3','Text',''),(1416,104,208,'ID Number','idnumber3','Text',''),(1417,104,213,'Position','position3','Text',''),(1418,104,214,'Mobile Phone Number','mobile3','Text',''),(1419,104,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(1420,104,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/OSCASA_Ts-Cs-Code-Of-Conduct-Constitution_v21.pdf'),(1421,104,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/311a3beffc08ed31eba8fb9662acc42f_Payment_Notification.pdf'),(1422,104,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Craig_Young.pdf'),(1423,104,239,'ID copy Owner/Member 2','idcopyowner2','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Lezelda_ID.PDF'),(1424,104,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(1425,104,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/WELCOME_LETTER.pdf'),(1426,104,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/REG_REGISTRATION_NOTICE_109135632.pdf'),(1427,104,259,'Proof of Physical Address','proofaddress','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Proof_of_Address.pdf'),(1428,105,569,'Name','name','Text','APELELE'),(1429,105,570,'Last Name','lastname','Text','MLAZA'),(1430,105,571,'Username','username','Text','Apelele28'),(1431,105,572,'Email','email_repeat','Text','mdopleni@gmail.com'),(1432,105,573,'Email repeat','email','Text','mdopleni@gmail.com'),(1433,105,574,'Password','password_pwrepeat','Text',''),(1434,105,575,'Password repeat','password','Text',''),(1435,105,630,'Applicant ID Number','id_number','Text','9110281006088'),(1436,105,639,'City of Residence','city','Text','Cape Town'),(1437,105,644,'Mobile Number (optional)','mobile','Text','079 370 6299'),(1438,105,657,'Your Agency (if applicable)','agency','Text','Blue Star Management'),(1439,106,569,'Name','name','Text','Ryno'),(1440,106,570,'Last Name','lastname','Text','Kruger'),(1441,106,571,'Username','username','Text','RynoKruger'),(1442,106,572,'Email','email_repeat','Text','ryno.kruger@outlook.com'),(1443,106,573,'Email repeat','email','Text','ryno.kruger@outlook.com'),(1444,106,574,'Password','password_pwrepeat','Text',''),(1445,106,575,'Password repeat','password','Text',''),(1446,106,630,'Applicant ID Number','id_number','Text','7803165063082'),(1447,106,639,'City of Residence','city','Text','Cape Town'),(1448,106,644,'Mobile Number (optional)','mobile','Text','0710632914'),(1449,106,657,'Your Agency (if applicable)','agency','Text','Funky Lemon'),(1450,107,569,'Name','name','Text','Nicole'),(1451,107,570,'Last Name','lastname','Text','Theunissen'),(1452,107,571,'Username','username','Text','nmtheunissen'),(1453,107,572,'Email','email_repeat','Text','nmtheunissen@gmail.com'),(1454,107,573,'Email repeat','email','Text','nmtheunissen@gmail.com'),(1455,107,574,'Password','password_pwrepeat','Text',''),(1456,107,575,'Password repeat','password','Text',''),(1457,107,630,'Applicant ID Number','id_number','Text','8902190005081'),(1458,107,639,'City of Residence','city','Text','Durban'),(1459,107,644,'Mobile Number (optional)','mobile','Text','0609759501'),(1460,108,569,'Name','name','Text','Yolisa'),(1461,108,570,'Last Name','lastname','Text','Mfukeli'),(1462,108,571,'Username','username','Text','Mfukeliy'),(1463,108,572,'Email','email_repeat','Text','Mfukeliy@gmail.com'),(1464,108,573,'Email repeat','email','Text','Mfukeliy@gmail.com'),(1465,108,574,'Password','password_pwrepeat','Text',''),(1466,108,575,'Password repeat','password','Text',''),(1467,108,630,'Applicant ID Number','id_number','Text','8401150217083'),(1468,108,639,'City of Residence','city','Text','Cape town'),(1469,108,644,'Mobile Number (optional)','mobile','Text','0604153816'),(1470,108,657,'Your Agency (if applicable)','agency','Text','39 steps'),(1471,109,90,'Title','title','Text','Mrs'),(1472,109,51,'First Name','firstname','Text','Cindy'),(1473,109,52,'Surname','surname','Text','Jacobs'),(1474,109,124,'Designation','contactdesignation','Text','Owner'),(1475,109,65,'Website','website','Text','www.pipmodel.co.za'),(1476,109,66,'Email Address','email','Text','cindy@pipmodel.co.za'),(1477,109,132,'Telephone Number','telephone','Text','+27827878718'),(1478,109,67,'Mobile Phone Number','mobile','Text','+27827878718'),(1479,109,72,'Company Name','companyname','Text','PIP Group Pty Ltd'),(1480,109,125,'Trading Name','tradingname','Text',''),(1481,109,126,'Company Type','companytype','Radio Group','Pty Ltd'),(1482,109,127,'Company Registration','companyregistration','Text','2013/112745/07'),(1483,109,79,'Physical Address','address1','Text','6B Oribi Close'),(1484,109,80,'Suburb','suburb','Text','River Club'),(1485,109,81,'Town or City','towncity','Text','Sandton'),(1486,109,297,'Province','province','Select List','Gauteng'),(1487,109,95,'Postcode','postcode','Text','2010'),(1488,109,100,'Postal Address 1','postaladdress1','Text',''),(1489,109,101,'Postal Address 2','postaladdress2','Text',''),(1490,109,102,'Postcode','postcodepostal','Text',''),(1491,109,145,'Casting Type','castingtype','Select List','Kids'),(1492,109,145,'Casting Type','castingtype','Select List','Walk Ons'),(1493,109,145,'Casting Type','castingtype','Select List','Featured Extras'),(1494,109,145,'Casting Type','castingtype','Select List','Background Extras'),(1495,109,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(1496,109,175,'First & Surname','owner1name','Text','Cindy Jacobs'),(1497,109,176,' ID Number','owner1id','Text','8110290192086'),(1498,109,177,'Position','owner1position','Text','Owner'),(1499,109,186,'Mobile Phone Number','owner1mobile','Text','+27827878718'),(1500,109,191,'First & Surname','firstsurname2','Text',''),(1501,109,196,'ID Number','idnumberowner2','Text',''),(1502,109,197,'Position','position2','Text',''),(1503,109,202,'Mobile Phone Number','mobilenumber2','Text',''),(1504,109,207,'First & Surname','firstnamesurname3','Text',''),(1505,109,208,'ID Number','idnumber3','Text',''),(1506,109,213,'Position','position3','Text',''),(1507,109,214,'Mobile Phone Number','mobile3','Text',''),(1508,109,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(1509,109,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Legal.pdf'),(1510,109,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Proof_of_Payment_2017030214273000.pdf'),(1511,109,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/ID_Card_-_Front_1_.pdf'),(1512,109,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(1513,109,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(1514,109,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Bank_Stamped_Letter.pdf'),(1515,109,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/32c2ee53b3c940a24f9da68c4d0bfd89_Tax_Clearance_Certificate.pdf'),(1516,109,259,'Proof of Physical Address','proofaddress','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/2b3db3b87ce4871ba34a15ff3a406982_Proof_of_Address.pdf'),(1517,110,569,'Name','name','Text','Andiswa '),(1518,110,570,'Last Name','lastname','Text','Magazi '),(1519,110,571,'Username','username','Text','Anentando'),(1520,110,572,'Email','email_repeat','Text','andy.magazi85@gmail.com'),(1521,110,573,'Email repeat','email','Text','andy.magazi85@gmail.com'),(1522,110,574,'Password','password_pwrepeat','Text',''),(1523,110,575,'Password repeat','password','Text',''),(1524,110,630,'Applicant ID Number','id_number','Text','8511060555081'),(1525,110,639,'City of Residence','city','Text','Cape Town'),(1526,110,644,'Mobile Number (optional)','mobile','Text','0711854808'),(1527,111,569,'Name','name','Text','Michelle'),(1528,111,570,'Last Name','lastname','Text','Rosenkranz'),(1529,111,571,'Username','username','Text','Michelle'),(1530,111,572,'Email','email_repeat','Text','margueritem101@gmail.com'),(1531,111,573,'Email repeat','email','Text','margueritem101@gmail.com'),(1532,111,574,'Password','password_pwrepeat','Text',''),(1533,111,575,'Password repeat','password','Text',''),(1534,111,630,'Applicant ID Number','id_number','Text','6003240034080'),(1535,111,639,'City of Residence','city','Text','CapeTown'),(1536,112,569,'Name','name','Text','Bongani'),(1537,112,570,'Last Name','lastname','Text','Mokoena'),(1538,112,571,'Username','username','Text','boka2'),(1539,112,572,'Email','email_repeat','Text','mananabongani17@gmail.com'),(1540,112,573,'Email repeat','email','Text','mananabongani17@gmail.com'),(1541,112,574,'Password','password_pwrepeat','Text',''),(1542,112,575,'Password repeat','password','Text',''),(1543,112,630,'Applicant ID Number','id_number','Text','990611 6040 089'),(1544,112,639,'City of Residence','city','Text','Johannesburg'),(1545,112,644,'Mobile Number (optional)','mobile','Text','0768863473'),(1546,112,657,'Your Agency (if applicable)','agency','Text','EMD casting agency'),(1547,113,569,'Name','name','Text','natasha'),(1548,113,570,'Last Name','lastname','Text','honiball'),(1549,113,571,'Username','username','Text','honiballnatasha'),(1550,113,572,'Email','email_repeat','Text','honiballnatasha@gmail.com'),(1551,113,573,'Email repeat','email','Text','honiballnatasha@gmail.com'),(1552,113,574,'Password','password_pwrepeat','Text',''),(1553,113,575,'Password repeat','password','Text',''),(1554,113,630,'Applicant ID Number','id_number','Text','9708020108089'),(1555,113,639,'City of Residence','city','Text','cape town'),(1556,114,569,'Name','name','Text','aluta'),(1557,114,570,'Last Name','lastname','Text','sogiba'),(1558,114,571,'Username','username','Text','alu'),(1559,114,572,'Email','email_repeat','Text','alutasogiba@gmail.com'),(1560,114,573,'Email repeat','email','Text','alutasogiba@gmail.com'),(1561,114,574,'Password','password_pwrepeat','Text',''),(1562,114,575,'Password repeat','password','Text',''),(1563,114,630,'Applicant ID Number','id_number','Text','9308060378088'),(1564,114,639,'City of Residence','city','Text','capetown'),(1565,114,644,'Mobile Number (optional)','mobile','Text','0624104412'),(1566,114,657,'Your Agency (if applicable)','agency','Text','MCX the extra'),(1567,115,569,'Name','name','Text','David wayne'),(1568,115,570,'Last Name','lastname','Text','Smith'),(1569,115,571,'Username','username','Text','Casper'),(1570,115,572,'Email','email_repeat','Text','brokentalisman@hotmail.com'),(1571,115,573,'Email repeat','email','Text','brokentalisman@hotmail.com'),(1572,115,574,'Password','password_pwrepeat','Text',''),(1573,115,575,'Password repeat','password','Text',''),(1574,115,630,'Applicant ID Number','id_number','Text','8204195250089'),(1575,115,639,'City of Residence','city','Text','cape town'),(1576,115,644,'Mobile Number (optional)','mobile','Text','0606343301'),(1577,115,657,'Your Agency (if applicable)','agency','Text','OMG-WTF&Funky Lemon'),(1578,116,465,'First Name','firstname','Text','Pauline'),(1579,116,464,'Surname','surname','Text','Herman'),(1580,116,468,'ID Number','id','Text','7108180508081'),(1581,116,467,'Email Address','email','Text','pherman08@gmail.com'),(1582,116,463,'Telephone Number','telephone','Text','021-3720048'),(1583,116,466,'Mobile Phone Number','mobile','Text','0765194568'),(1584,116,498,'The Job or Production','production','Text','Vodafone / Happy cow'),(1585,116,503,'Date of Production','productiondate','Text','1st February 2017'),(1586,116,504,'Name of Your Agent','agentname','Text','Sign in Direct'),(1587,116,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(1588,116,527,'Description/Message','description','Textarea','Heard that the crew ws fraudsters /productions and agents didn\'t get paid'),(1589,117,465,'First Name','firstname','Text','Pauline'),(1590,117,464,'Surname','surname','Text','Herman'),(1591,117,468,'ID Number','id','Text','7108180508081'),(1592,117,467,'Email Address','email','Text','pherman08@gmail.com'),(1593,117,463,'Telephone Number','telephone','Text','021-3720048'),(1594,117,466,'Mobile Phone Number','mobile','Text','0765194568'),(1595,117,498,'The Job or Production','production','Text','Vodafone / Happy cow'),(1596,117,503,'Date of Production','productiondate','Text','1st February 2017'),(1597,117,504,'Name of Your Agent','agentname','Text','Sign in Direct'),(1598,117,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(1599,117,527,'Description/Message','description','Textarea','Heard that the crew ws fraudsters /productions and agents didn\'t get paid'),(1600,118,465,'First Name','firstname','Text','Pauline'),(1601,118,464,'Surname','surname','Text','Herman'),(1602,118,468,'ID Number','id','Text','7108180508081'),(1603,118,467,'Email Address','email','Text','pherman08@gmail.com'),(1604,118,463,'Telephone Number','telephone','Text','021-3720048'),(1605,118,466,'Mobile Phone Number','mobile','Text','0765194568'),(1606,118,498,'The Job or Production','production','Text','Vodafone / Happy cow'),(1607,118,503,'Date of Production','productiondate','Text','1st February 2017'),(1608,118,504,'Name of Your Agent','agentname','Text','Sign in Direct'),(1609,118,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(1610,118,527,'Description/Message','description','Textarea','Heard that the crew ws fraudsters /productions and agents didn\'t get paid'),(1611,119,465,'First Name','firstname','Text','David'),(1612,119,464,'Surname','surname','Text','Smith'),(1613,119,468,'ID Number','id','Text','8204195250089'),(1614,119,467,'Email Address','email','Text','brokentalisman@hotmail.com'),(1615,119,463,'Telephone Number','telephone','Text','0606343301'),(1616,119,466,'Mobile Phone Number','mobile','Text','0606343301'),(1617,119,498,'The Job or Production','production','Text','Renault Project Gift'),(1618,119,503,'Date of Production','productiondate','Text','20 March 2016'),(1619,119,504,'Name of Your Agent','agentname','Text','Omg-wtf Garth V Stevens'),(1620,119,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(1621,119,527,'Description/Message','description','Textarea','My agent has Disappeared and closed his doors i have received a payment with regards to the above mentioned job i have the ipa and the short form something is off and i now gone is the agent agency and all my work tax etc that was done for the last year please advise you can get hold of me on cell if neded'),(1622,120,569,'Name','name','Text','JC'),(1623,120,570,'Last Name','lastname','Text','Du Plessis'),(1624,120,571,'Username','username','Text','jcdp'),(1625,120,572,'Email','email_repeat','Text','jcduplessis@gmail.com'),(1626,120,573,'Email repeat','email','Text','jcduplessis@gmail.com'),(1627,120,574,'Password','password_pwrepeat','Text',''),(1628,120,575,'Password repeat','password','Text',''),(1629,120,630,'Applicant ID Number','id_number','Text','6008165090082'),(1630,120,639,'City of Residence','city','Text','Caledon'),(1631,120,644,'Mobile Number (optional)','mobile','Text','0824414403'),(1632,120,657,'Your Agency (if applicable)','agency','Text','House of Fame'),(1633,121,569,'Name','name','Text','Sibulelo'),(1634,121,570,'Last Name','lastname','Text','Mgqobozi'),(1635,121,571,'Username','username','Text','SIBU'),(1636,121,572,'Email','email_repeat','Text','Sibuleloque@gmail.com'),(1637,121,573,'Email repeat','email','Text','Sibuleloque@gmail.com'),(1638,121,574,'Password','password_pwrepeat','Text',''),(1639,121,575,'Password repeat','password','Text',''),(1640,121,630,'Applicant ID Number','id_number','Text','9211205651080'),(1641,121,639,'City of Residence','city','Text','Cape town'),(1642,121,644,'Mobile Number (optional)','mobile','Text','0728513498'),(1643,121,657,'Your Agency (if applicable)','agency','Text','N/A'),(1644,122,569,'Name','name','Text','Anine'),(1645,122,570,'Last Name','lastname','Text','Kotze'),(1646,122,571,'Username','username','Text','Aninekotze7'),(1647,122,572,'Email','email_repeat','Text','aninekotze7@gmail.com'),(1648,122,573,'Email repeat','email','Text','aninekotze7@gmail.com'),(1649,122,574,'Password','password_pwrepeat','Text',''),(1650,122,575,'Password repeat','password','Text',''),(1651,122,630,'Applicant ID Number','id_number','Text','98 08 13 0284 083'),(1652,122,639,'City of Residence','city','Text','Cape town'),(1653,122,644,'Mobile Number (optional)','mobile','Text','0768619834'),(1654,123,569,'Name','name','Text','Calsea'),(1655,123,570,'Last Name','lastname','Text','Kruger'),(1656,123,571,'Username','username','Text','calseakruger'),(1657,123,572,'Email','email_repeat','Text','calseak@gmail.com'),(1658,123,573,'Email repeat','email','Text','calseak@gmail.com'),(1659,123,574,'Password','password_pwrepeat','Text',''),(1660,123,575,'Password repeat','password','Text',''),(1661,123,630,'Applicant ID Number','id_number','Text','9807290125086'),(1662,123,639,'City of Residence','city','Text','Cape Town'),(1663,123,644,'Mobile Number (optional)','mobile','Text','0833573257'),(1664,124,569,'Name','name','Text','Chérie '),(1665,124,570,'Last Name','lastname','Text','Klopper '),(1666,124,571,'Username','username','Text','CherieK'),(1667,124,572,'Email','email_repeat','Text','cherieklopper@gmail.com'),(1668,124,573,'Email repeat','email','Text','cherieklopper@gmail.com'),(1669,124,574,'Password','password_pwrepeat','Text',''),(1670,124,575,'Password repeat','password','Text',''),(1671,124,630,'Applicant ID Number','id_number','Text','9510190325083'),(1672,124,639,'City of Residence','city','Text','Rustenburg'),(1673,124,644,'Mobile Number (optional)','mobile','Text','0845001587'),(1674,125,569,'Name','name','Text','zanele'),(1675,125,570,'Last Name','lastname','Text','camagu'),(1676,125,571,'Username','username','Text','zenny'),(1677,125,572,'Email','email_repeat','Text','zenny9136@gmail.com'),(1678,125,573,'Email repeat','email','Text','zenny9136@gmail.com'),(1679,125,574,'Password','password_pwrepeat','Text',''),(1680,125,575,'Password repeat','password','Text',''),(1681,125,630,'Applicant ID Number','id_number','Text','8011280939082'),(1682,125,639,'City of Residence','city','Text','cape town'),(1683,125,644,'Mobile Number (optional)','mobile','Text','0762936210'),(1684,126,569,'Name','name','Text','Lodewikus '),(1685,126,570,'Last Name','lastname','Text','de Bruyn '),(1686,126,571,'Username','username','Text','Wikazi'),(1687,126,572,'Email','email_repeat','Text','wikazidb@gmail.com'),(1688,126,573,'Email repeat','email','Text','wikazidb@gmail.com'),(1689,126,574,'Password','password_pwrepeat','Text',''),(1690,126,575,'Password repeat','password','Text',''),(1691,126,630,'Applicant ID Number','id_number','Text','8007125142080'),(1692,126,639,'City of Residence','city','Text','Cape Town '),(1693,126,644,'Mobile Number (optional)','mobile','Text','0711971210'),(1694,126,657,'Your Agency (if applicable)','agency','Text','Colt Talent, House of Fame, 39 Steps, Funky Lemon'),(1695,127,569,'Name','name','Text','Mario'),(1696,127,570,'Last Name','lastname','Text','Jansen'),(1697,127,571,'Username','username','Text','Talent Scan'),(1698,127,572,'Email','email_repeat','Text','info@talentscan.co.za'),(1699,127,573,'Email repeat','email','Text','info@talentscan.co.za'),(1700,127,574,'Password','password_pwrepeat','Text',''),(1701,127,575,'Password repeat','password','Text',''),(1702,127,630,'Applicant ID Number','id_number','Text','8212025123087'),(1703,127,639,'City of Residence','city','Text','Cape Town'),(1704,127,644,'Mobile Number (optional)','mobile','Text','0718825780'),(1705,128,569,'Name','name','Text','Balungile '),(1706,128,570,'Last Name','lastname','Text','Zameko '),(1707,128,571,'Username','username','Text','Banele '),(1708,128,572,'Email','email_repeat','Text','balungilezameko@gmail.com'),(1709,128,573,'Email repeat','email','Text','balungilezameko@gmail.com'),(1710,128,574,'Password','password_pwrepeat','Text',''),(1711,128,575,'Password repeat','password','Text',''),(1712,128,630,'Applicant ID Number','id_number','Text','9202021792083'),(1713,128,639,'City of Residence','city','Text','Capetown '),(1714,128,644,'Mobile Number (optional)','mobile','Text','0730417716'),(1715,129,569,'Name','name','Text','Alfred'),(1716,129,570,'Last Name','lastname','Text','Mkendlana'),(1717,129,571,'Username','username','Text','Ondie27a'),(1718,129,572,'Email','email_repeat','Text','a.mkendlana@gmail.com'),(1719,129,573,'Email repeat','email','Text','a.mkendlana@gmail.com'),(1720,129,574,'Password','password_pwrepeat','Text',''),(1721,129,575,'Password repeat','password','Text',''),(1722,129,630,'Applicant ID Number','id_number','Text','8304066063080'),(1723,129,639,'City of Residence','city','Text','Johannesburg'),(1724,129,644,'Mobile Number (optional)','mobile','Text','0762531178'),(1725,129,657,'Your Agency (if applicable)','agency','Text','Just You Models'),(1726,130,569,'Name','name','Text','Duane'),(1727,130,570,'Last Name','lastname','Text','Love'),(1728,130,571,'Username','username','Text','chocgum'),(1729,130,572,'Email','email_repeat','Text','duanelove@afrihost.co.za'),(1730,130,573,'Email repeat','email','Text','duanelove@afrihost.co.za'),(1731,130,574,'Password','password_pwrepeat','Text',''),(1732,130,575,'Password repeat','password','Text',''),(1733,130,630,'Applicant ID Number','id_number','Text','6312265180086'),(1734,131,465,'First Name','firstname','Text','David'),(1735,131,464,'Surname','surname','Text','Smith'),(1736,131,468,'ID Number','id','Text','8204195250089'),(1737,131,467,'Email Address','email','Text','brokentalisman@hotmail.com'),(1738,131,463,'Telephone Number','telephone','Text','0606343301'),(1739,131,466,'Mobile Phone Number','mobile','Text','0606343301'),(1740,131,498,'The Job or Production','production','Text','Renault-the gift'),(1741,131,503,'Date of Production','productiondate','Text','20 March 2016'),(1742,131,504,'Name of Your Agent','agentname','Text','Funky lemon'),(1743,131,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(1744,131,527,'Description/Message','description','Textarea','my agent at the time was OMG-WTF castings Garth Stevens...he has disappeared and currently i have moved to Funky lemon .We have been investigating the commercial and after a few emails i have the invoice po for the buyouts and the end result is scarey please can someone conact me'),(1745,132,569,'Name','name','Text','Iris'),(1746,132,570,'Last Name','lastname','Text','Anelisiwe'),(1747,132,571,'Username','username','Text','Veli'),(1748,132,572,'Email','email_repeat','Text','Siweveli@gmail.com'),(1749,132,573,'Email repeat','email','Text','Siweveli@gmail.com'),(1750,132,574,'Password','password_pwrepeat','Text',''),(1751,132,575,'Password repeat','password','Text',''),(1752,132,630,'Applicant ID Number','id_number','Text','9106171021088'),(1753,132,639,'City of Residence','city','Text','Cape town '),(1754,132,644,'Mobile Number (optional)','mobile','Text','0761901974'),(1755,132,657,'Your Agency (if applicable)','agency','Text','Mcx'),(1756,133,569,'Name','name','Text','Hanely'),(1757,133,570,'Last Name','lastname','Text','Du Preez'),(1758,133,571,'Username','username','Text','piekenien'),(1759,133,572,'Email','email_repeat','Text','cupiedoll56@gmail.com'),(1760,133,573,'Email repeat','email','Text','cupiedoll56@gmail.com'),(1761,133,574,'Password','password_pwrepeat','Text',''),(1762,133,575,'Password repeat','password','Text',''),(1763,133,630,'Applicant ID Number','id_number','Text','6408050085082'),(1764,133,639,'City of Residence','city','Text','cape town'),(1765,134,569,'Name','name','Text','Sybrand'),(1766,134,570,'Last Name','lastname','Text','van Niekerk'),(1767,134,571,'Username','username','Text','Sybrand'),(1768,134,572,'Email','email_repeat','Text','sgvn@vodamail.co.za'),(1769,134,573,'Email repeat','email','Text','sgvn@vodamail.co.za'),(1770,134,574,'Password','password_pwrepeat','Text',''),(1771,134,575,'Password repeat','password','Text',''),(1772,134,630,'Applicant ID Number','id_number','Text','5908185004081'),(1773,134,639,'City of Residence','city','Text','Johannesburg'),(1774,134,644,'Mobile Number (optional)','mobile','Text','0828750017'),(1775,135,569,'Name','name','Text','stephen'),(1776,135,570,'Last Name','lastname','Text','cruise'),(1777,135,571,'Username','username','Text','scruise'),(1778,135,572,'Email','email_repeat','Text','stephen_cruise@hotmail.com'),(1779,135,573,'Email repeat','email','Text','stephen_cruise@hotmail.com'),(1780,135,574,'Password','password_pwrepeat','Text',''),(1781,135,575,'Password repeat','password','Text',''),(1782,135,630,'Applicant ID Number','id_number','Text','4804185144186'),(1783,135,639,'City of Residence','city','Text','cape town'),(1784,135,644,'Mobile Number (optional)','mobile','Text','0711683042'),(1785,136,569,'Name','name','Text','Sandra'),(1786,136,570,'Last Name','lastname','Text','Bain Edwards'),(1787,136,571,'Username','username','Text','Sandra'),(1788,136,572,'Email','email_repeat','Text','zingara@telkomsa.net'),(1789,136,573,'Email repeat','email','Text','zingara@telkomsa.net'),(1790,136,574,'Password','password_pwrepeat','Text',''),(1791,136,575,'Password repeat','password','Text',''),(1792,136,630,'Applicant ID Number','id_number','Text','4207240021086'),(1793,136,639,'City of Residence','city','Text','Cape Town'),(1794,137,569,'Name','name','Text','Jennifer'),(1795,137,570,'Last Name','lastname','Text','Wu'),(1796,137,571,'Username','username','Text','JenniferWu'),(1797,137,572,'Email','email_repeat','Text','Mengjia.wu1@gmail.com'),(1798,137,573,'Email repeat','email','Text','Mengjia.wu1@gmail.com'),(1799,137,574,'Password','password_pwrepeat','Text',''),(1800,137,575,'Password repeat','password','Text',''),(1801,137,630,'Applicant ID Number','id_number','Text','9203100446088'),(1802,137,639,'City of Residence','city','Text','Western Cape'),(1803,138,569,'Name','name','Text','Lali'),(1804,138,570,'Last Name','lastname','Text','Dellis'),(1805,138,571,'Username','username','Text','Lali24'),(1806,138,572,'Email','email_repeat','Text','thisislali@gmail.com'),(1807,138,573,'Email repeat','email','Text','thisislali@gmail.com'),(1808,138,574,'Password','password_pwrepeat','Text',''),(1809,138,575,'Password repeat','password','Text',''),(1810,138,630,'Applicant ID Number','id_number','Text','7908240208089'),(1811,138,639,'City of Residence','city','Text','Cape Town'),(1812,138,644,'Mobile Number (optional)','mobile','Text','0824230434'),(1813,138,657,'Your Agency (if applicable)','agency','Text','House of Fame'),(1814,139,569,'Name','name','Text','Mohammed ANWHAR '),(1815,139,570,'Last Name','lastname','Text','Adams '),(1816,139,571,'Username','username','Text','ANWHAR Adams'),(1817,139,572,'Email','email_repeat','Text','m.anwharadams@gmail.com'),(1818,139,573,'Email repeat','email','Text','m.anwharadams@gmail.com'),(1819,139,574,'Password','password_pwrepeat','Text',''),(1820,139,575,'Password repeat','password','Text',''),(1821,139,630,'Applicant ID Number','id_number','Text','6106295160088'),(1822,139,639,'City of Residence','city','Text','Cape Town'),(1823,139,644,'Mobile Number (optional)','mobile','Text','0827269738'),(1824,140,569,'Name','name','Text','Chenal '),(1825,140,570,'Last Name','lastname','Text','Kock'),(1826,140,571,'Username','username','Text','Chenal'),(1827,140,572,'Email','email_repeat','Text','Chenalkock@gmail.com'),(1828,140,573,'Email repeat','email','Text','Chenalkock@gmail.com'),(1829,140,574,'Password','password_pwrepeat','Text',''),(1830,140,575,'Password repeat','password','Text',''),(1831,140,630,'Applicant ID Number','id_number','Text','9409160119081'),(1832,140,639,'City of Residence','city','Text','Cape Town'),(1833,140,644,'Mobile Number (optional)','mobile','Text','0740369402'),(1834,141,569,'Name','name','Text','Jean'),(1835,141,570,'Last Name','lastname','Text','van Wyk'),(1836,141,571,'Username','username','Text','JeanEmiel'),(1837,141,572,'Email','email_repeat','Text','jeanvanwyk@live.com'),(1838,141,573,'Email repeat','email','Text','jeanvanwyk@live.com'),(1839,141,574,'Password','password_pwrepeat','Text',''),(1840,141,575,'Password repeat','password','Text',''),(1841,141,630,'Applicant ID Number','id_number','Text','8103305003083'),(1842,141,639,'City of Residence','city','Text','Cape Town'),(1843,141,644,'Mobile Number (optional)','mobile','Text','0793636360'),(1844,142,90,'Title','title','Text','Miss'),(1845,142,51,'First Name','firstname','Text','Melanie'),(1846,142,52,'Surname','surname','Text','Udemans'),(1847,142,124,'Designation','contactdesignation','Text','Kids Castings'),(1848,142,65,'Website','website','Text','www.kowabungakidscastings.co.za'),(1849,142,66,'Email Address','email','Text','melanie@kowabungakidscastings.co.za'),(1850,142,132,'Telephone Number','telephone','Text',''),(1851,142,67,'Mobile Phone Number','mobile','Text','0824177714'),(1852,142,72,'Company Name','companyname','Text','Kowabunga Kids Castings'),(1853,142,125,'Trading Name','tradingname','Text','Kowabunga Kids Castings'),(1854,142,126,'Company Type','companytype','Radio Group','SoleOwner'),(1855,142,127,'Company Registration','companyregistration','Text',''),(1856,142,79,'Physical Address','address1','Text','15 Yetta Shell Way'),(1857,142,80,'Suburb','suburb','Text','Richwood'),(1858,142,81,'Town or City','towncity','Text','Cape Town'),(1859,142,297,'Province','province','Select List','Western Cape'),(1860,142,95,'Postcode','postcode','Text','7441'),(1861,142,100,'Postal Address 1','postaladdress1','Text','15 Yetta Shell Way'),(1862,142,101,'Postal Address 2','postaladdress2','Text','Richwood'),(1863,142,102,'Postcode','postcodepostal','Text','7441'),(1864,142,145,'Casting Type','castingtype','Select List','Kids'),(1865,142,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(1866,142,175,'First & Surname','owner1name','Text','Melanie Udemans'),(1867,142,176,' ID Number','owner1id','Text','7509220302080'),(1868,142,177,'Position','owner1position','Text','Owner'),(1869,142,186,'Mobile Phone Number','owner1mobile','Text','0824177725'),(1870,142,191,'First & Surname','firstsurname2','Text',''),(1871,142,196,'ID Number','idnumberowner2','Text',''),(1872,142,197,'Position','position2','Text',''),(1873,142,202,'Mobile Phone Number','mobilenumber2','Text',''),(1874,142,207,'First & Surname','firstnamesurname3','Text',''),(1875,142,208,'ID Number','idnumber3','Text',''),(1876,142,213,'Position','position3','Text',''),(1877,142,214,'Mobile Phone Number','mobile3','Text',''),(1878,142,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(1879,142,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Scan_001.pdf'),(1880,142,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Kowabunga_Kids_Castings_Banking_Details.pdf'),(1881,142,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Mel_Udemans_ID.jpg'),(1882,142,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(1883,142,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(1884,142,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/69b7d259b87e6a3d9df145f6f2b9985f_Kowabunga_Kids_Castings_Banking_Details.pdf'),(1885,142,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Melanie_Udemans_Tax_Clearance_.pdf'),(1886,142,259,'Proof of Physical Address','proofaddress','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Mel_Udemans_Business_Cards_KKC11.png'),(1887,143,569,'Name','name','Text','Lesedi'),(1888,143,570,'Last Name','lastname','Text','Liphapang '),(1889,143,571,'Username','username','Text','Lesedii'),(1890,143,572,'Email','email_repeat','Text','lesedi870@gmail.com'),(1891,143,573,'Email repeat','email','Text','lesedi870@gmail.com'),(1892,143,574,'Password','password_pwrepeat','Text',''),(1893,143,575,'Password repeat','password','Text',''),(1894,143,630,'Applicant ID Number','id_number','Text','9309221341080'),(1895,143,639,'City of Residence','city','Text','Johannesburg '),(1896,143,644,'Mobile Number (optional)','mobile','Text','0733057369'),(1897,144,569,'Name','name','Text','Jill'),(1898,144,570,'Last Name','lastname','Text','Bell'),(1899,144,571,'Username','username','Text','jillbell'),(1900,144,572,'Email','email_repeat','Text','jill@thecandidate.co.za'),(1901,144,573,'Email repeat','email','Text','jill@thecandidate.co.za'),(1902,144,574,'Password','password_pwrepeat','Text',''),(1903,144,575,'Password repeat','password','Text',''),(1904,144,630,'Applicant ID Number','id_number','Text','6106070019087'),(1905,144,639,'City of Residence','city','Text','Scottburgh'),(1906,144,644,'Mobile Number (optional)','mobile','Text','0762074401'),(1907,145,569,'Name','name','Text','Elizabeth'),(1908,145,570,'Last Name','lastname','Text','Malokela'),(1909,145,571,'Username','username','Text','nnono.1992'),(1910,145,572,'Email','email_repeat','Text','kopanomalokela@gmail.com'),(1911,145,573,'Email repeat','email','Text','kopanomalokela@gmail.com'),(1912,145,574,'Password','password_pwrepeat','Text',''),(1913,145,575,'Password repeat','password','Text',''),(1914,145,630,'Applicant ID Number','id_number','Text','9201090522082'),(1915,145,639,'City of Residence','city','Text','Pretoria'),(1916,145,644,'Mobile Number (optional)','mobile','Text','0736283164'),(1917,146,569,'Name','name','Text','Jessie'),(1918,146,570,'Last Name','lastname','Text','Johnstone'),(1919,146,571,'Username','username','Text','JessieKath'),(1920,146,572,'Email','email_repeat','Text','jess.k.johnstone@gmail.com'),(1921,146,573,'Email repeat','email','Text','jess.k.johnstone@gmail.com'),(1922,146,574,'Password','password_pwrepeat','Text',''),(1923,146,575,'Password repeat','password','Text',''),(1924,146,630,'Applicant ID Number','id_number','Text','9102050309082'),(1925,146,639,'City of Residence','city','Text','Somerset West, Cape Town '),(1926,146,644,'Mobile Number (optional)','mobile','Text','0786535335'),(1927,147,569,'Name','name','Text','Evanza'),(1928,147,570,'Last Name','lastname','Text','Whyte'),(1929,147,571,'Username','username','Text','Evanza'),(1930,147,572,'Email','email_repeat','Text','evanzawhyte0@gmail.com'),(1931,147,573,'Email repeat','email','Text','evanzawhyte0@gmail.com'),(1932,147,574,'Password','password_pwrepeat','Text',''),(1933,147,575,'Password repeat','password','Text',''),(1934,147,630,'Applicant ID Number','id_number','Text','8402040031080'),(1935,147,639,'City of Residence','city','Text','Cape Town'),(1936,147,644,'Mobile Number (optional)','mobile','Text','0794606890'),(1937,148,465,'First Name','firstname','Text','Lodewikus'),(1938,148,464,'Surname','surname','Text','de Bruyn'),(1939,148,468,'ID Number','id','Text','8007125142080'),(1940,148,467,'Email Address','email','Text','wikazidb@gmail.com'),(1941,148,463,'Telephone Number','telephone','Text','0711971210'),(1942,148,466,'Mobile Phone Number','mobile','Text','0720824985'),(1943,148,498,'The Job or Production','production','Text','FNB shoot with Velocity Production'),(1944,148,503,'Date of Production','productiondate','Text','03/05/2017'),(1945,148,504,'Name of Your Agent','agentname','Text','House of Fame'),(1946,148,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','no'),(1947,148,527,'Description/Message','description','Textarea','I have to take medication daily at specific times. When I asked to go for coffee to take my medication with I was given permission and then denied that permission by the cast co-ordinator. They released me from the set when I raised the issue with them and also said they won\'t pay me. '),(1948,149,465,'First Name','firstname','Text','Lodewikus'),(1949,149,464,'Surname','surname','Text','de Bruyn'),(1950,149,468,'ID Number','id','Text','8007125142080'),(1951,149,467,'Email Address','email','Text','wikazidb@gmail.com'),(1952,149,463,'Telephone Number','telephone','Text','0711971210'),(1953,149,466,'Mobile Phone Number','mobile','Text','0720724985'),(1954,149,498,'The Job or Production','production','Text','FNB velocity production'),(1955,149,503,'Date of Production','productiondate','Text','03/05/2017'),(1956,149,504,'Name of Your Agent','agentname','Text','House of fame'),(1957,149,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','no'),(1958,149,527,'Description/Message','description','Textarea','I asked one of the crew members who handled the extras if I can go get a coffee. He said yes I can. I was refused by a person who says she is the cast coordinator. I have to take medication at a specific time every single day because of a medical condition. I feel severely discriminated against because of this. '),(1959,150,569,'Name','name','Text','Jamie Zeederberg'),(1960,150,570,'Last Name','lastname','Text','Zeederberg'),(1961,150,571,'Username','username','Text','jaymills'),(1962,150,572,'Email','email_repeat','Text','jamie.zeederberg007@gmail.com'),(1963,150,573,'Email repeat','email','Text','jamie.zeederberg007@gmail.com'),(1964,150,574,'Password','password_pwrepeat','Text',''),(1965,150,575,'Password repeat','password','Text',''),(1966,150,630,'Applicant ID Number','id_number','Text','8702115242086'),(1967,150,639,'City of Residence','city','Text','Cape Town'),(1968,150,644,'Mobile Number (optional)','mobile','Text','0646300161'),(1969,151,569,'Name','name','Text','Sbusiso'),(1970,151,570,'Last Name','lastname','Text','Nkabinde '),(1971,151,571,'Username','username','Text','Tervin'),(1972,151,572,'Email','email_repeat','Text','tervinmendalic@Gmail.co.za'),(1973,151,573,'Email repeat','email','Text','tervinmendalic@Gmail.co.za'),(1974,151,574,'Password','password_pwrepeat','Text',''),(1975,151,575,'Password repeat','password','Text',''),(1976,151,630,'Applicant ID Number','id_number','Text','971031 5170 08 9'),(1977,151,639,'City of Residence','city','Text','Johannesburg '),(1978,151,644,'Mobile Number (optional)','mobile','Text','0621004670 '),(1979,152,569,'Name','name','Text','Zintle'),(1980,152,570,'Last Name','lastname','Text','Mbuqe'),(1981,152,571,'Username','username','Text','ZeeMbuqe96'),(1982,152,572,'Email','email_repeat','Text','mbuqezintle@gmail.com'),(1983,152,573,'Email repeat','email','Text','mbuqezintle@gmail.com'),(1984,152,574,'Password','password_pwrepeat','Text',''),(1985,152,575,'Password repeat','password','Text',''),(1986,152,630,'Applicant ID Number','id_number','Text','9609180747080'),(1987,152,639,'City of Residence','city','Text','Cape Town'),(1988,152,644,'Mobile Number (optional)','mobile','Text','0833384669'),(1989,152,657,'Your Agency (if applicable)','agency','Text','N/A'),(1990,153,90,'Title','title','Text','mr'),(1991,153,51,'First Name','firstname','Text','Jeff'),(1992,153,52,'Surname','surname','Text','Kisekka'),(1993,153,124,'Designation','contactdesignation','Text','Managing Director'),(1994,153,65,'Website','website','Text',''),(1995,153,66,'Email Address','email','Text','jeffkisekka@aol.com'),(1996,153,132,'Telephone Number','telephone','Text','0127729708'),(1997,153,67,'Mobile Phone Number','mobile','Text','0736089598'),(1998,153,72,'Company Name','companyname','Text','NJD HOLDINGS PTY'),(1999,153,125,'Trading Name','tradingname','Text','NJD CASTING AGENCY'),(2000,153,126,'Company Type','companytype','Radio Group','Pty Ltd'),(2001,153,127,'Company Registration','companyregistration','Text','2015/139494/07'),(2002,153,79,'Physical Address','address1','Text','729 PRETORIUS STREET'),(2003,153,80,'Suburb','suburb','Text','ARCADIA'),(2004,153,81,'Town or City','towncity','Text','PRETORIA'),(2005,153,297,'Province','province','Select List','Gauteng'),(2006,153,95,'Postcode','postcode','Text','0001'),(2007,153,100,'Postal Address 1','postaladdress1','Text','P O BOX 3420 CHURCH SQUARE PRETORIA'),(2008,153,101,'Postal Address 2','postaladdress2','Text',''),(2009,153,102,'Postcode','postcodepostal','Text','0001'),(2010,153,145,'Casting Type','castingtype','Select List','Characters'),(2011,153,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(2012,153,175,'First & Surname','owner1name','Text','NONTOBEKO IVY KISEKKA'),(2013,153,176,' ID Number','owner1id','Text','8307180265085'),(2014,153,177,'Position','owner1position','Text','ASSISTANT MANAGER'),(2015,153,186,'Mobile Phone Number','owner1mobile','Text','0710330508'),(2016,153,191,'First & Surname','firstsurname2','Text',''),(2017,153,196,'ID Number','idnumberowner2','Text',''),(2018,153,197,'Position','position2','Text',''),(2019,153,202,'Mobile Phone Number','mobilenumber2','Text',''),(2020,153,207,'First & Surname','firstnamesurname3','Text',''),(2021,153,208,'ID Number','idnumber3','Text',''),(2022,153,213,'Position','position3','Text',''),(2023,153,214,'Mobile Phone Number','mobile3','Text',''),(2024,153,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(2025,153,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/NJD_CONSTITUTION.pdf'),(2026,153,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/PROOF_OF_PAYMENT.pdf'),(2027,153,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/ID_COPY.pdf'),(2028,153,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(2029,153,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(2030,153,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Letter_from_bank.pdf'),(2031,153,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/f10314abc05675255e2b9f612797e96f_Tax_Clearance.pdf'),(2032,153,259,'Proof of Physical Address','proofaddress','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/PROOF_OF_ADDRESS.pdf'),(2033,154,569,'Name','name','Text','Danniel'),(2034,154,570,'Last Name','lastname','Text','rutoga'),(2035,154,571,'Username','username','Text','darus'),(2036,154,572,'Email','email_repeat','Text','danielrutoga@gmail.com'),(2037,154,573,'Email repeat','email','Text','danielrutoga@gmail.com'),(2038,154,574,'Password','password_pwrepeat','Text',''),(2039,154,575,'Password repeat','password','Text',''),(2040,154,630,'Applicant ID Number','id_number','Text','ptd00855/06'),(2041,154,639,'City of Residence','city','Text','vredenburg'),(2042,154,644,'Mobile Number (optional)','mobile','Text','0781221944'),(2043,154,657,'Your Agency (if applicable)','agency','Text','funky lemon'),(2044,155,569,'Name','name','Text','Khanyisa '),(2045,155,570,'Last Name','lastname','Text','Stofile'),(2046,155,571,'Username','username','Text','217057616'),(2047,155,572,'Email','email_repeat','Text','khanyisastofile25@gmail.com'),(2048,155,573,'Email repeat','email','Text','khanyisastofile25@gmail.com'),(2049,155,574,'Password','password_pwrepeat','Text',''),(2050,155,575,'Password repeat','password','Text',''),(2051,155,630,'Applicant ID Number','id_number','Text','8111290434080'),(2052,155,639,'City of Residence','city','Text','Cape Town'),(2053,155,644,'Mobile Number (optional)','mobile','Text','0638326786'),(2054,156,569,'Name','name','Text','Janescka'),(2055,156,570,'Last Name','lastname','Text','Blom'),(2056,156,571,'Username','username','Text','Janescka Blom'),(2057,156,572,'Email','email_repeat','Text','janescka.blom@gmail.com'),(2058,156,573,'Email repeat','email','Text','janescka.blom@gmail.com'),(2059,156,574,'Password','password_pwrepeat','Text',''),(2060,156,575,'Password repeat','password','Text',''),(2061,156,630,'Applicant ID Number','id_number','Text','7211270090083'),(2062,156,639,'City of Residence','city','Text','Cape Town'),(2063,156,644,'Mobile Number (optional)','mobile','Text','0826572865'),(2064,156,657,'Your Agency (if applicable)','agency','Text','Nkuma Castings'),(2065,157,465,'First Name','firstname','Text','Lisa'),(2066,157,464,'Surname','surname','Text','Narramore'),(2067,157,468,'ID Number','id','Text','7302010092081'),(2068,157,467,'Email Address','email','Text','paintedmoon.lisa@gmail.com'),(2069,157,463,'Telephone Number','telephone','Text',''),(2070,157,466,'Mobile Phone Number','mobile','Text','0728549553'),(2071,157,498,'The Job or Production','production','Text','Rather not say yet'),(2072,157,503,'Date of Production','productiondate','Text','May 2017'),(2073,157,504,'Name of Your Agent','agentname','Text',''),(2074,157,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(2075,157,527,'Description/Message','description','Textarea','Who can I speak to regarding a serious incident / safety issue / negligence on the part of a production company? This is not the fault of my agent, so before I give details, I\'d like to know more about procedure. I\'m giving Production one more day to address the issue appropriately. meanwhile, I want to know what route I can follow after an incident that put a lot of people in danger. Many thanks. LM'),(2076,158,569,'Name','name','Text','Onkarabetse'),(2077,158,570,'Last Name','lastname','Text','Setsoe'),(2078,158,571,'Username','username','Text','Onkarabetse'),(2079,158,572,'Email','email_repeat','Text','onkarabetse.setsoe@gmail.com'),(2080,158,573,'Email repeat','email','Text','onkarabetse.setsoe@gmail.com'),(2081,158,574,'Password','password_pwrepeat','Text',''),(2082,158,575,'Password repeat','password','Text',''),(2083,158,630,'Applicant ID Number','id_number','Text','9607200241084'),(2084,158,639,'City of Residence','city','Text','south africa'),(2085,158,644,'Mobile Number (optional)','mobile','Text','0768160795'),(2086,159,569,'Name','name','Text','Shanay'),(2087,159,570,'Last Name','lastname','Text','Jacobs'),(2088,159,571,'Username','username','Text','Shanay'),(2089,159,572,'Email','email_repeat','Text','shanayjacobs89@gmail.com'),(2090,159,573,'Email repeat','email','Text','shanayjacobs89@gmail.com'),(2091,159,574,'Password','password_pwrepeat','Text',''),(2092,159,575,'Password repeat','password','Text',''),(2093,159,630,'Applicant ID Number','id_number','Text','9610230082080'),(2094,159,639,'City of Residence','city','Text','Cape Town'),(2095,159,644,'Mobile Number (optional)','mobile','Text','0792973116'),(2096,160,569,'Name','name','Text','MATTHEWS'),(2097,160,570,'Last Name','lastname','Text','SETLHATLOLE'),(2098,160,571,'Username','username','Text','matt face'),(2099,160,572,'Email','email_repeat','Text','mattfacelift@gmail.com'),(2100,160,573,'Email repeat','email','Text','mattfacelift@gmail.com'),(2101,160,574,'Password','password_pwrepeat','Text',''),(2102,160,575,'Password repeat','password','Text',''),(2103,160,630,'Applicant ID Number','id_number','Text','8612045356080'),(2104,160,639,'City of Residence','city','Text','vaal sebokeng'),(2105,160,644,'Mobile Number (optional)','mobile','Text','0828283044'),(2106,160,657,'Your Agency (if applicable)','agency','Text','yes'),(2107,161,569,'Name','name','Text','Adam'),(2108,161,570,'Last Name','lastname','Text','Martinovic'),(2109,161,571,'Username','username','Text','adammartinovic'),(2110,161,572,'Email','email_repeat','Text','adammartinovic@yahoo.com'),(2111,161,573,'Email repeat','email','Text','adammartinovic@yahoo.com'),(2112,161,574,'Password','password_pwrepeat','Text',''),(2113,161,575,'Password repeat','password','Text',''),(2114,161,630,'Applicant ID Number','id_number','Text','6802235214080'),(2115,161,639,'City of Residence','city','Text','Cape Town'),(2116,161,644,'Mobile Number (optional)','mobile','Text','27 766144779'),(2117,161,657,'Your Agency (if applicable)','agency','Text','Blue Ocean Casting'),(2118,162,569,'Name','name','Text','Jemma'),(2119,162,570,'Last Name','lastname','Text','Kruger'),(2120,162,571,'Username','username','Text','Jems'),(2121,162,572,'Email','email_repeat','Text','jemmak96@gmail.com'),(2122,162,573,'Email repeat','email','Text','jemmak96@gmail.com'),(2123,162,574,'Password','password_pwrepeat','Text',''),(2124,162,575,'Password repeat','password','Text',''),(2125,162,630,'Applicant ID Number','id_number','Text','9603010227082'),(2126,162,639,'City of Residence','city','Text','Cape Town '),(2127,162,644,'Mobile Number (optional)','mobile','Text','0824427152'),(2128,162,657,'Your Agency (if applicable)','agency','Text','NA'),(2129,163,569,'Name','name','Text','Daniel Nel'),(2130,163,570,'Last Name','lastname','Text','Nel'),(2131,163,571,'Username','username','Text','ActorDan'),(2132,163,572,'Email','email_repeat','Text','djfnel@gmail.com'),(2133,163,573,'Email repeat','email','Text','djfnel@gmail.com'),(2134,163,574,'Password','password_pwrepeat','Text',''),(2135,163,575,'Password repeat','password','Text',''),(2136,163,630,'Applicant ID Number','id_number','Text','8406065051089'),(2137,163,639,'City of Residence','city','Text','Capetown'),(2138,163,644,'Mobile Number (optional)','mobile','Text','+27814057759'),(2139,163,657,'Your Agency (if applicable)','agency','Text','Private'),(2140,164,569,'Name','name','Text','Sinekhaya Thompson'),(2141,164,570,'Last Name','lastname','Text','Manyati'),(2142,164,571,'Username','username','Text','Sinalo'),(2143,164,572,'Email','email_repeat','Text','sinekhayamanyati@gmail.com'),(2144,164,573,'Email repeat','email','Text','sinekhayamanyati@gmail.com'),(2145,164,574,'Password','password_pwrepeat','Text',''),(2146,164,575,'Password repeat','password','Text',''),(2147,164,630,'Applicant ID Number','id_number','Text','9305295909083'),(2148,164,639,'City of Residence','city','Text','Cape Town'),(2149,164,644,'Mobile Number (optional)','mobile','Text','0785463492'),(2150,164,657,'Your Agency (if applicable)','agency','Text','House of Fame'),(2151,165,569,'Name','name','Text','Jared'),(2152,165,570,'Last Name','lastname','Text','Carolus'),(2153,165,571,'Username','username','Text','JARE31'),(2154,165,572,'Email','email_repeat','Text','jaredcarolus@live.com'),(2155,165,573,'Email repeat','email','Text','jaredcarolus@live.com'),(2156,165,574,'Password','password_pwrepeat','Text',''),(2157,165,575,'Password repeat','password','Text',''),(2158,165,630,'Applicant ID Number','id_number','Text','8311135068081'),(2159,165,639,'City of Residence','city','Text','Cape Town'),(2160,165,644,'Mobile Number (optional)','mobile','Text','0628787705'),(2161,165,657,'Your Agency (if applicable)','agency','Text','Urban Models Inc Cape Town'),(2162,166,569,'Name','name','Text','Chuma '),(2163,166,570,'Last Name','lastname','Text','Lazola'),(2164,166,571,'Username','username','Text','92Lazola'),(2165,166,572,'Email','email_repeat','Text','Lasbookingsteam@gmail.com'),(2166,166,573,'Email repeat','email','Text','Lasbookingsteam@gmail.com'),(2167,166,574,'Password','password_pwrepeat','Text',''),(2168,166,575,'Password repeat','password','Text',''),(2169,166,630,'Applicant ID Number','id_number','Text','9210025343084'),(2170,166,639,'City of Residence','city','Text','Johannesburg '),(2171,166,644,'Mobile Number (optional)','mobile','Text','0794509287'),(2172,166,657,'Your Agency (if applicable)','agency','Text','Las Artist Management '),(2173,167,569,'Name','name','Text','Desiree '),(2174,167,570,'Last Name','lastname','Text','Thobakgale '),(2175,167,571,'Username','username','Text','DesireeM'),(2176,167,572,'Email','email_repeat','Text','deshing@live.com'),(2177,167,573,'Email repeat','email','Text','deshing@live.com'),(2178,167,574,'Password','password_pwrepeat','Text',''),(2179,167,575,'Password repeat','password','Text',''),(2180,167,630,'Applicant ID Number','id_number','Text','9211050450083'),(2181,168,569,'Name','name','Text','Liamm'),(2182,168,570,'Last Name','lastname','Text','Olivier'),(2183,168,571,'Username','username','Text','Oxigin'),(2184,168,572,'Email','email_repeat','Text','oxigin444@yahoo.com'),(2185,168,573,'Email repeat','email','Text','oxigin444@yahoo.com'),(2186,168,574,'Password','password_pwrepeat','Text',''),(2187,168,575,'Password repeat','password','Text',''),(2188,168,630,'Applicant ID Number','id_number','Text','9905065168081'),(2189,168,639,'City of Residence','city','Text','Cape Town'),(2190,168,644,'Mobile Number (optional)','mobile','Text','0729400221'),(2191,168,657,'Your Agency (if applicable)','agency','Text','The Extra Mile'),(2192,169,569,'Name','name','Text','Derek van Niekerk'),(2193,169,570,'Last Name','lastname','Text','van Niekerk'),(2194,169,571,'Username','username','Text','Derek van Niekerk'),(2195,169,572,'Email','email_repeat','Text','cosmictravler@gmail.com'),(2196,169,573,'Email repeat','email','Text','cosmictravler@gmail.com'),(2197,169,574,'Password','password_pwrepeat','Text',''),(2198,169,575,'Password repeat','password','Text',''),(2199,169,630,'Applicant ID Number','id_number','Text','6611285079081'),(2200,169,639,'City of Residence','city','Text','Durbanville'),(2201,169,644,'Mobile Number (optional)','mobile','Text','0824580885'),(2202,169,657,'Your Agency (if applicable)','agency','Text',' '),(2203,170,569,'Name','name','Text','Lungelo'),(2204,170,570,'Last Name','lastname','Text','Mhlahlo'),(2205,170,571,'Username','username','Text','Luks300'),(2206,170,572,'Email','email_repeat','Text','lungelomhlahlo300@gmail.com'),(2207,170,573,'Email repeat','email','Text','lungelomhlahlo300@gmail.com'),(2208,170,574,'Password','password_pwrepeat','Text',''),(2209,170,575,'Password repeat','password','Text',''),(2210,170,630,'Applicant ID Number','id_number','Text','7706285509084'),(2211,170,639,'City of Residence','city','Text','Cape town'),(2212,170,644,'Mobile Number (optional)','mobile','Text','0614485752'),(2213,170,657,'Your Agency (if applicable)','agency','Text','N/A'),(2214,171,569,'Name','name','Text','Peter Cambouris'),(2215,171,570,'Last Name','lastname','Text','Cambouris'),(2216,171,571,'Username','username','Text','petercambouris'),(2217,171,572,'Email','email_repeat','Text','cambourisfam@gmail.com'),(2218,171,573,'Email repeat','email','Text','cambourisfam@gmail.com'),(2219,171,574,'Password','password_pwrepeat','Text',''),(2220,171,575,'Password repeat','password','Text',''),(2221,171,630,'Applicant ID Number','id_number','Text','7601305200089'),(2222,172,569,'Name','name','Text','Babalwa'),(2223,172,570,'Last Name','lastname','Text','Lupuwana'),(2224,172,571,'Username','username','Text','Babsie'),(2225,172,572,'Email','email_repeat','Text','lblupuwana@gmail.com'),(2226,172,573,'Email repeat','email','Text','lblupuwana@gmail.com'),(2227,172,574,'Password','password_pwrepeat','Text',''),(2228,172,575,'Password repeat','password','Text',''),(2229,172,630,'Applicant ID Number','id_number','Text','8904220252089'),(2230,172,639,'City of Residence','city','Text','Cape Town '),(2231,172,644,'Mobile Number (optional)','mobile','Text','0742202084'),(2232,172,657,'Your Agency (if applicable)','agency','Text','MCX'),(2233,173,569,'Name','name','Text','Phumlani'),(2234,173,570,'Last Name','lastname','Text','Gule '),(2235,173,571,'Username','username','Text','Pusco'),(2236,173,572,'Email','email_repeat','Text','Mantshira96@gmail.com'),(2237,173,573,'Email repeat','email','Text','Mantshira96@gmail.com'),(2238,173,574,'Password','password_pwrepeat','Text',''),(2239,173,575,'Password repeat','password','Text',''),(2240,173,630,'Applicant ID Number','id_number','Text','9610286063083'),(2241,173,639,'City of Residence','city','Text','44182 makhza khayelitsha cape town'),(2242,173,644,'Mobile Number (optional)','mobile','Text','0613392762'),(2243,173,657,'Your Agency (if applicable)','agency','Text','MXC'),(2244,174,569,'Name','name','Text','Mirriam'),(2245,174,570,'Last Name','lastname','Text','Tumba'),(2246,174,571,'Username','username','Text','Mirriam'),(2247,174,572,'Email','email_repeat','Text','gracikidiwazamba24@gmail.com'),(2248,174,573,'Email repeat','email','Text','gracikidiwazamba24@gmail.com'),(2249,174,574,'Password','password_pwrepeat','Text',''),(2250,174,575,'Password repeat','password','Text',''),(2251,174,630,'Applicant ID Number','id_number','Text','CTR/002844/04'),(2252,174,639,'City of Residence','city','Text','cape town'),(2253,174,644,'Mobile Number (optional)','mobile','Text','0844060701'),(2254,175,569,'Name','name','Text','Jetaime'),(2255,175,570,'Last Name','lastname','Text','Smit'),(2256,175,571,'Username','username','Text','nyxbast'),(2257,175,572,'Email','email_repeat','Text','jsmit5229@gmail.com'),(2258,175,573,'Email repeat','email','Text','jsmit5229@gmail.com'),(2259,175,574,'Password','password_pwrepeat','Text',''),(2260,175,575,'Password repeat','password','Text',''),(2261,175,630,'Applicant ID Number','id_number','Text','9112040144085'),(2262,175,639,'City of Residence','city','Text','Strand'),(2263,175,644,'Mobile Number (optional)','mobile','Text','0737773798'),(2264,176,569,'Name','name','Text','Mbulaheni'),(2265,176,570,'Last Name','lastname','Text','Ramaisha'),(2266,176,571,'Username','username','Text','Victor'),(2267,176,572,'Email','email_repeat','Text','ramaisha166@gmail.com'),(2268,176,573,'Email repeat','email','Text','ramaisha166@gmail.com'),(2269,176,574,'Password','password_pwrepeat','Text',''),(2270,176,575,'Password repeat','password','Text',''),(2271,176,630,'Applicant ID Number','id_number','Text','9502146327081'),(2272,176,639,'City of Residence','city','Text','Johannesburg'),(2273,176,644,'Mobile Number (optional)','mobile','Text','0649081746'),(2274,176,657,'Your Agency (if applicable)','agency','Text','Yes'),(2275,177,569,'Name','name','Text','lerato'),(2276,177,570,'Last Name','lastname','Text','malesa'),(2277,177,571,'Username','username','Text','divinelira'),(2278,177,572,'Email','email_repeat','Text','divinelira@gmail.com'),(2279,177,573,'Email repeat','email','Text','divinelira@gmail.com'),(2280,177,574,'Password','password_pwrepeat','Text',''),(2281,177,575,'Password repeat','password','Text',''),(2282,177,630,'Applicant ID Number','id_number','Text','9211250534082'),(2283,177,639,'City of Residence','city','Text','34817 mhpokwane street mamelodi East'),(2284,177,644,'Mobile Number (optional)','mobile','Text','0799803679'),(2285,178,569,'Name','name','Text','Jana'),(2286,178,570,'Last Name','lastname','Text','Grobbelaar'),(2287,178,571,'Username','username','Text','JanaG'),(2288,178,572,'Email','email_repeat','Text','grobbelaarweb@gmail.com'),(2289,178,573,'Email repeat','email','Text','grobbelaarweb@gmail.com'),(2290,178,574,'Password','password_pwrepeat','Text',''),(2291,178,575,'Password repeat','password','Text',''),(2292,178,630,'Applicant ID Number','id_number','Text','8607150122087'),(2293,178,639,'City of Residence','city','Text','Cape Town'),(2294,178,644,'Mobile Number (optional)','mobile','Text','0724602367'),(2295,178,657,'Your Agency (if applicable)','agency','Text','Multiple Agencies'),(2296,179,569,'Name','name','Text','Denzil'),(2297,179,570,'Last Name','lastname','Text','Booysen'),(2298,179,571,'Username','username','Text','Denzil'),(2299,179,572,'Email','email_repeat','Text','denzil.booysen73@gmail.com'),(2300,179,573,'Email repeat','email','Text','denzil.booysen73@gmail.com'),(2301,179,574,'Password','password_pwrepeat','Text',''),(2302,179,575,'Password repeat','password','Text',''),(2303,179,630,'Applicant ID Number','id_number','Text','7608135169087'),(2304,179,639,'City of Residence','city','Text','Cape Town'),(2305,179,644,'Mobile Number (optional)','mobile','Text','0658577430'),(2306,180,569,'Name','name','Text','Sinazo '),(2307,180,570,'Last Name','lastname','Text','Maxhakana '),(2308,180,571,'Username','username','Text','Nazo '),(2309,180,572,'Email','email_repeat','Text','szmaxhakana@gmail.com'),(2310,180,573,'Email repeat','email','Text','szmaxhakana@gmail.com'),(2311,180,574,'Password','password_pwrepeat','Text',''),(2312,180,575,'Password repeat','password','Text',''),(2313,180,630,'Applicant ID Number','id_number','Text','9303031328080'),(2314,180,639,'City of Residence','city','Text','Cape Town '),(2315,180,644,'Mobile Number (optional)','mobile','Text','0641182322'),(2316,181,569,'Name','name','Text','Landile'),(2317,181,570,'Last Name','lastname','Text','Landile'),(2318,181,571,'Username','username','Text','Sitshoto'),(2319,181,572,'Email','email_repeat','Text','sitshotolandile@gmail.com'),(2320,181,573,'Email repeat','email','Text','sitshotolandile@gmail.com'),(2321,181,574,'Password','password_pwrepeat','Text',''),(2322,181,575,'Password repeat','password','Text',''),(2323,181,630,'Applicant ID Number','id_number','Text','9307016221087'),(2324,181,639,'City of Residence','city','Text','Cape Town'),(2325,181,644,'Mobile Number (optional)','mobile','Text','0785402864'),(2326,181,657,'Your Agency (if applicable)','agency','Text','Candy Models'),(2327,182,90,'Title','title','Text','Mr'),(2328,182,51,'First Name','firstname','Text','Masego Victor'),(2329,182,52,'Surname','surname','Text','Lentswe'),(2330,182,124,'Designation','contactdesignation','Text','Director'),(2331,182,65,'Website','website','Text',''),(2332,182,66,'Email Address','email','Text','QSTWorkstation@gmail.com'),(2333,182,132,'Telephone Number','telephone','Text',''),(2334,182,67,'Mobile Phone Number','mobile','Text','0735160331'),(2335,182,72,'Company Name','companyname','Text','Quassette Workstation'),(2336,182,125,'Trading Name','tradingname','Text','Touch Down Modeling Agent'),(2337,182,126,'Company Type','companytype','Radio Group','Pty Ltd'),(2338,182,127,'Company Registration','companyregistration','Text','2013/052238/07'),(2339,182,79,'Physical Address','address1','Text','60 Stanley Avenue'),(2340,182,80,'Suburb','suburb','Text','Vereeniging'),(2341,182,81,'Town or City','towncity','Text','Vereeniging'),(2342,182,297,'Province','province','Select List','Gauteng'),(2343,182,95,'Postcode','postcode','Text','1939'),(2344,182,100,'Postal Address 1','postaladdress1','Text','60 Stanley Avenue'),(2345,182,101,'Postal Address 2','postaladdress2','Text',''),(2346,182,102,'Postcode','postcodepostal','Text','1939'),(2347,182,145,'Casting Type','castingtype','Select List','Characters'),(2348,182,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(2349,182,175,'First & Surname','owner1name','Text','Masego Lentswe'),(2350,182,176,' ID Number','owner1id','Text','9006225745080'),(2351,182,177,'Position','owner1position','Text','Director'),(2352,182,186,'Mobile Phone Number','owner1mobile','Text','0760869856'),(2353,182,191,'First & Surname','firstsurname2','Text',''),(2354,182,196,'ID Number','idnumberowner2','Text',''),(2355,182,197,'Position','position2','Text',''),(2356,182,202,'Mobile Phone Number','mobilenumber2','Text',''),(2357,182,207,'First & Surname','firstnamesurname3','Text',''),(2358,182,208,'ID Number','idnumber3','Text',''),(2359,182,213,'Position','position3','Text',''),(2360,182,214,'Mobile Phone Number','mobile3','Text',''),(2361,182,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(2362,182,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/1868a5d7df56def070165eb2631159f6_Signed_Code_of_conduct.pdf'),(2363,182,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/05dbc578985bac3f45b2663008f3ab23_Proof_of_payment.pdf'),(2364,182,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/c7d0a3d6151a8b15d4f8fecfb468bb33_ID.pdf'),(2365,182,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(2366,182,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(2367,182,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/b07b26538b8775e6e0cdd89ac6e05022_Comfirmation_Letter.pdf'),(2368,182,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/cc178429ae09c43c2ebd832d240c4473_Tax_Clearance.pdf'),(2369,182,259,'Proof of Physical Address','proofaddress','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/1a04e8d43a179ba5fea51d9241ff15d6_Proof_of_address.pdf'),(2370,183,569,'Name','name','Text','Elaine'),(2371,183,570,'Last Name','lastname','Text','Fouche'),(2372,183,571,'Username','username','Text','Lainief'),(2373,183,572,'Email','email_repeat','Text','elainefouche2008@gmail.com'),(2374,183,573,'Email repeat','email','Text','elainefouche2008@gmail.com'),(2375,183,574,'Password','password_pwrepeat','Text',''),(2376,183,575,'Password repeat','password','Text',''),(2377,183,630,'Applicant ID Number','id_number','Text','0718893051'),(2378,183,639,'City of Residence','city','Text','Stellenbosch '),(2379,183,644,'Mobile Number (optional)','mobile','Text','0718893051'),(2380,184,569,'Name','name','Text','Nolan'),(2381,184,570,'Last Name','lastname','Text','Allnutt'),(2382,184,571,'Username','username','Text','Noel1000'),(2383,184,572,'Email','email_repeat','Text','nolan.allnutt101@gmail.com'),(2384,184,573,'Email repeat','email','Text','nolan.allnutt101@gmail.com'),(2385,184,574,'Password','password_pwrepeat','Text',''),(2386,184,575,'Password repeat','password','Text',''),(2387,184,630,'Applicant ID Number','id_number','Text','7908125020088'),(2388,184,639,'City of Residence','city','Text','CAPE TOWN'),(2389,184,644,'Mobile Number (optional)','mobile','Text','+27622675594'),(2390,185,569,'Name','name','Text','Morne'),(2391,185,570,'Last Name','lastname','Text','Jacobs'),(2392,185,571,'Username','username','Text','King Mo'),(2393,185,572,'Email','email_repeat','Text','Mothegreatest2x16@gmail.com'),(2394,185,573,'Email repeat','email','Text','Mothegreatest2x16@gmail.com'),(2395,185,574,'Password','password_pwrepeat','Text',''),(2396,185,575,'Password repeat','password','Text',''),(2397,185,630,'Applicant ID Number','id_number','Text','9510245490080'),(2398,185,639,'City of Residence','city','Text','Cape Town'),(2399,185,644,'Mobile Number (optional)','mobile','Text','0617163115'),(2400,185,657,'Your Agency (if applicable)','agency','Text','Hot Pencil'),(2401,186,569,'Name','name','Text','Thabisa'),(2402,186,570,'Last Name','lastname','Text','Njwele'),(2403,186,571,'Username','username','Text','Thabisa'),(2404,186,572,'Email','email_repeat','Text','tabs.njwele@gmail.com'),(2405,186,573,'Email repeat','email','Text','tabs.njwele@gmail.com'),(2406,186,574,'Password','password_pwrepeat','Text',''),(2407,186,575,'Password repeat','password','Text',''),(2408,186,630,'Applicant ID Number','id_number','Text','9009130906086'),(2409,186,639,'City of Residence','city','Text','Cape Town'),(2410,186,644,'Mobile Number (optional)','mobile','Text','0785836388'),(2411,186,657,'Your Agency (if applicable)','agency','Text','Loys Models'),(2412,187,569,'Name','name','Text','Mpho '),(2413,187,570,'Last Name','lastname','Text','Sepheka'),(2414,187,571,'Username','username','Text','Mpho'),(2415,187,572,'Email','email_repeat','Text','Mpho.sepheka@gmail.com'),(2416,187,573,'Email repeat','email','Text','Mpho.sepheka@gmail.com'),(2417,187,574,'Password','password_pwrepeat','Text',''),(2418,187,575,'Password repeat','password','Text',''),(2419,187,630,'Applicant ID Number','id_number','Text','9702095032084'),(2420,187,639,'City of Residence','city','Text','Pretoria '),(2421,187,644,'Mobile Number (optional)','mobile','Text','0725848017'),(2422,188,569,'Name','name','Text','Bonita'),(2423,188,570,'Last Name','lastname','Text','Benjamin'),(2424,188,571,'Username','username','Text','bonitabnjmn@gmail.com'),(2425,188,572,'Email','email_repeat','Text','bonitabnjmn@gmail.com'),(2426,188,573,'Email repeat','email','Text','bonitabnjmn@gmail.com'),(2427,188,574,'Password','password_pwrepeat','Text',''),(2428,188,575,'Password repeat','password','Text',''),(2429,188,630,'Applicant ID Number','id_number','Text','8501110226080'),(2430,188,639,'City of Residence','city','Text','Cape town '),(2431,188,644,'Mobile Number (optional)','mobile','Text','0810467399'),(2432,189,569,'Name','name','Text','rucsnk2lggz'),(2433,189,570,'Last Name','lastname','Text','rucsnk2lggz'),(2434,189,571,'Username','username','Text','rucsnk2lggz'),(2435,189,572,'Email','email_repeat','Text','Criltsurrirlay2s1@bestofslots.gdn'),(2436,189,573,'Email repeat','email','Text','Criltsurrirlay2s1@bestofslots.gdn'),(2437,189,574,'Password','password_pwrepeat','Text',''),(2438,189,575,'Password repeat','password','Text',''),(2439,189,630,'Applicant ID Number','id_number','Text','6570'),(2440,189,644,'Mobile Number (optional)','mobile','Text','938'),(2441,190,569,'Name','name','Text','CecilSkike'),(2442,190,570,'Last Name','lastname','Text','CecilSkike'),(2443,190,571,'Username','username','Text','CecilSkike'),(2444,190,572,'Email','email_repeat','Text','kochlapore2004@plusgmail.ru'),(2445,190,573,'Email repeat','email','Text','kochlapore2004@plusgmail.ru'),(2446,190,574,'Password','password_pwrepeat','Text',''),(2447,190,575,'Password repeat','password','Text',''),(2448,190,630,'Applicant ID Number','id_number','Text','8401'),(2449,190,639,'City of Residence','city','Text','Москва'),(2450,190,644,'Mobile Number (optional)','mobile','Text','8838'),(2451,191,569,'Name','name','Text','vipobo'),(2452,191,570,'Last Name','lastname','Text','vipobo'),(2453,191,571,'Username','username','Text','vipobo'),(2454,191,572,'Email','email_repeat','Text','vipobo@chemodanymos.com'),(2455,191,573,'Email repeat','email','Text','vipobo@chemodanymos.com'),(2456,191,574,'Password','password_pwrepeat','Text',''),(2457,191,575,'Password repeat','password','Text',''),(2458,191,630,'Applicant ID Number','id_number','Text','3222'),(2459,191,639,'City of Residence','city','Text','Москва'),(2460,191,644,'Mobile Number (optional)','mobile','Text','9831'),(2461,192,569,'Name','name','Text','MerlinInisy'),(2462,192,570,'Last Name','lastname','Text','MerlinInisy'),(2463,192,571,'Username','username','Text','MerlinInisy'),(2464,192,572,'Email','email_repeat','Text','chnj64490@first.baburn.com'),(2465,192,573,'Email repeat','email','Text','chnj64490@first.baburn.com'),(2466,192,574,'Password','password_pwrepeat','Text',''),(2467,192,575,'Password repeat','password','Text',''),(2468,192,630,'Applicant ID Number','id_number','Text','8200'),(2469,192,639,'City of Residence','city','Text','Freetown'),(2470,192,644,'Mobile Number (optional)','mobile','Text','5112'),(2471,193,569,'Name','name','Text','Zzspl'),(2472,193,570,'Last Name','lastname','Text','Zzspl'),(2473,193,571,'Username','username','Text','Zzspl'),(2474,193,572,'Email','email_repeat','Text','mag@intervision-cctv.ru'),(2475,193,573,'Email repeat','email','Text','mag@intervision-cctv.ru'),(2476,193,574,'Password','password_pwrepeat','Text',''),(2477,193,575,'Password repeat','password','Text',''),(2478,193,630,'Applicant ID Number','id_number','Text','9079'),(2479,193,639,'City of Residence','city','Text','USSR'),(2480,193,644,'Mobile Number (optional)','mobile','Text','7430'),(2481,194,569,'Name','name','Text','RichardEa'),(2482,194,570,'Last Name','lastname','Text','RichardEa'),(2483,194,571,'Username','username','Text','RichardEa'),(2484,194,572,'Email','email_repeat','Text','obio58254@first.baburn.com'),(2485,194,573,'Email repeat','email','Text','obio58254@first.baburn.com'),(2486,194,574,'Password','password_pwrepeat','Text',''),(2487,194,575,'Password repeat','password','Text',''),(2488,194,630,'Applicant ID Number','id_number','Text','9595'),(2489,194,639,'City of Residence','city','Text','Jubail'),(2490,194,644,'Mobile Number (optional)','mobile','Text','2227'),(2491,195,569,'Name','name','Text','ведущий'),(2492,195,570,'Last Name','lastname','Text','ведущий'),(2493,195,571,'Username','username','Text','ведущий'),(2494,195,572,'Email','email_repeat','Text','jump2151@yahoo.com'),(2495,195,573,'Email repeat','email','Text','jump2151@yahoo.com'),(2496,195,574,'Password','password_pwrepeat','Text',''),(2497,195,575,'Password repeat','password','Text',''),(2498,195,630,'Applicant ID Number','id_number','Text','2462'),(2499,195,639,'City of Residence','city','Text','Hesperange'),(2500,195,644,'Mobile Number (optional)','mobile','Text','2156'),(2501,196,569,'Name','name','Text','JenaEnese'),(2502,196,570,'Last Name','lastname','Text','JenaEnese'),(2503,196,571,'Username','username','Text','JenaEnese'),(2504,196,572,'Email','email_repeat','Text','JenaCed@storrent.net'),(2505,196,573,'Email repeat','email','Text','JenaCed@storrent.net'),(2506,196,574,'Password','password_pwrepeat','Text',''),(2507,196,575,'Password repeat','password','Text',''),(2508,196,630,'Applicant ID Number','id_number','Text','5072'),(2509,196,639,'City of Residence','city','Text','Kuwait'),(2510,196,644,'Mobile Number (optional)','mobile','Text','2961'),(2511,197,569,'Name','name','Text','ncjftne'),(2512,197,570,'Last Name','lastname','Text','ncjftne'),(2513,197,571,'Username','username','Text','ncjftne'),(2514,197,572,'Email','email_repeat','Text','callcenter@ssu.gov.ua'),(2515,197,573,'Email repeat','email','Text','callcenter@ssu.gov.ua'),(2516,197,574,'Password','password_pwrepeat','Text',''),(2517,197,575,'Password repeat','password','Text',''),(2518,197,630,'Applicant ID Number','id_number','Text','1263'),(2519,197,644,'Mobile Number (optional)','mobile','Text','9698'),(2520,198,569,'Name','name','Text','DadgilFergo'),(2521,198,570,'Last Name','lastname','Text','DadgilFergo'),(2522,198,571,'Username','username','Text','DadgilFergo'),(2523,198,572,'Email','email_repeat','Text','dadgilideli@mail.ru'),(2524,198,573,'Email repeat','email','Text','dadgilideli@mail.ru'),(2525,198,574,'Password','password_pwrepeat','Text',''),(2526,198,575,'Password repeat','password','Text',''),(2527,198,630,'Applicant ID Number','id_number','Text','1993'),(2528,198,639,'City of Residence','city','Text','Ulaanbaatar'),(2529,198,644,'Mobile Number (optional)','mobile','Text','9777'),(2530,199,569,'Name','name','Text','JacobFup'),(2531,199,570,'Last Name','lastname','Text','JacobFup'),(2532,199,571,'Username','username','Text','JacobFup'),(2533,199,572,'Email','email_repeat','Text','yreosudjyaffs@yandex.com'),(2534,199,573,'Email repeat','email','Text','yreosudjyaffs@yandex.com'),(2535,199,574,'Password','password_pwrepeat','Text',''),(2536,199,575,'Password repeat','password','Text',''),(2537,199,630,'Applicant ID Number','id_number','Text','7288'),(2538,199,639,'City of Residence','city','Text','Minsk'),(2539,199,644,'Mobile Number (optional)','mobile','Text','3059'),(2540,200,569,'Name','name','Text','RandallOvamn'),(2541,200,570,'Last Name','lastname','Text','RandallOvamn'),(2542,200,571,'Username','username','Text','RandallOvamn'),(2543,200,572,'Email','email_repeat','Text','randallbeine@mail.ru'),(2544,200,573,'Email repeat','email','Text','randallbeine@mail.ru'),(2545,200,574,'Password','password_pwrepeat','Text',''),(2546,200,575,'Password repeat','password','Text',''),(2547,200,630,'Applicant ID Number','id_number','Text','4804'),(2548,200,639,'City of Residence','city','Text','Liberia'),(2549,200,644,'Mobile Number (optional)','mobile','Text','4091'),(2550,201,569,'Name','name','Text','sitharynn'),(2551,201,570,'Last Name','lastname','Text','sitharynn'),(2552,201,571,'Username','username','Text','sitharynn'),(2553,201,572,'Email','email_repeat','Text','sibznaruhpro@mail.ru'),(2554,201,573,'Email repeat','email','Text','sibznaruhpro@mail.ru'),(2555,201,574,'Password','password_pwrepeat','Text',''),(2556,201,575,'Password repeat','password','Text',''),(2557,201,630,'Applicant ID Number','id_number','Text','3045'),(2558,201,639,'City of Residence','city','Text','Томск'),(2559,201,644,'Mobile Number (optional)','mobile','Text','1895'),(2560,202,569,'Name','name','Text','Shtpl'),(2561,202,570,'Last Name','lastname','Text','Shtpl'),(2562,202,571,'Username','username','Text','Shtpl'),(2563,202,572,'Email','email_repeat','Text','sos@uhd.com.ua'),(2564,202,573,'Email repeat','email','Text','sos@uhd.com.ua'),(2565,202,574,'Password','password_pwrepeat','Text',''),(2566,202,575,'Password repeat','password','Text',''),(2567,202,630,'Applicant ID Number','id_number','Text','6997'),(2568,202,639,'City of Residence','city','Text','USSR'),(2569,202,644,'Mobile Number (optional)','mobile','Text','1404'),(2570,203,569,'Name','name','Text','Semenmfq'),(2571,203,570,'Last Name','lastname','Text','Semenmfq'),(2572,203,571,'Username','username','Text','Semenmfq'),(2573,203,572,'Email','email_repeat','Text','semenctn@mail.ru'),(2574,203,573,'Email repeat','email','Text','semenctn@mail.ru'),(2575,203,574,'Password','password_pwrepeat','Text',''),(2576,203,575,'Password repeat','password','Text',''),(2577,203,630,'Applicant ID Number','id_number','Text','6194'),(2578,203,639,'City of Residence','city','Text','Moskau'),(2579,203,644,'Mobile Number (optional)','mobile','Text','1285'),(2580,204,569,'Name','name','Text','Julieintew'),(2581,204,570,'Last Name','lastname','Text','Julieintew'),(2582,204,571,'Username','username','Text','Julieintew'),(2583,204,572,'Email','email_repeat','Text','julieslamn@essay-top.biz'),(2584,204,573,'Email repeat','email','Text','julieslamn@essay-top.biz'),(2585,204,574,'Password','password_pwrepeat','Text',''),(2586,204,575,'Password repeat','password','Text',''),(2587,204,630,'Applicant ID Number','id_number','Text','3039'),(2588,204,639,'City of Residence','city','Text','Mahilyow'),(2589,204,644,'Mobile Number (optional)','mobile','Text','9808'),(2590,205,569,'Name','name','Text','Ronaldnob'),(2591,205,570,'Last Name','lastname','Text','Ronaldnob'),(2592,205,571,'Username','username','Text','Ronaldnob'),(2593,205,572,'Email','email_repeat','Text','urcherurmstrong1734@outlook.com'),(2594,205,573,'Email repeat','email','Text','urcherurmstrong1734@outlook.com'),(2595,205,574,'Password','password_pwrepeat','Text',''),(2596,205,575,'Password repeat','password','Text',''),(2597,205,630,'Applicant ID Number','id_number','Text','5324'),(2598,205,639,'City of Residence','city','Text','Spitak'),(2599,205,644,'Mobile Number (optional)','mobile','Text','3477'),(2600,206,569,'Name','name','Text','tocodoodca1983'),(2601,206,570,'Last Name','lastname','Text','tocodoodca1983'),(2602,206,571,'Username','username','Text','tocodoodca1983'),(2603,206,572,'Email','email_repeat','Text','tocodoodca1983@zuhause.gdn'),(2604,206,573,'Email repeat','email','Text','tocodoodca1983@zuhause.gdn'),(2605,206,574,'Password','password_pwrepeat','Text',''),(2606,206,575,'Password repeat','password','Text',''),(2607,206,630,'Applicant ID Number','id_number','Text','1806'),(2608,206,639,'City of Residence','city','Text','Quatre Bornes'),(2609,206,644,'Mobile Number (optional)','mobile','Text','6922'),(2610,207,569,'Name','name','Text','Kvas'),(2611,207,570,'Last Name','lastname','Text','Kvas'),(2612,207,571,'Username','username','Text','Kvas'),(2613,207,572,'Email','email_repeat','Text','filemin.denis@yandex.ru'),(2614,207,573,'Email repeat','email','Text','filemin.denis@yandex.ru'),(2615,207,574,'Password','password_pwrepeat','Text',''),(2616,207,575,'Password repeat','password','Text',''),(2617,207,630,'Applicant ID Number','id_number','Text','7882'),(2618,207,639,'City of Residence','city','Text','Moscow'),(2619,207,644,'Mobile Number (optional)','mobile','Text','8931'),(2620,208,569,'Name','name','Text','Totalubaw'),(2621,208,570,'Last Name','lastname','Text','Totalubaw'),(2622,208,571,'Username','username','Text','Totalubaw'),(2623,208,572,'Email','email_repeat','Text','tuttotal@yandex.com'),(2624,208,573,'Email repeat','email','Text','tuttotal@yandex.com'),(2625,208,574,'Password','password_pwrepeat','Text',''),(2626,208,575,'Password repeat','password','Text',''),(2627,208,630,'Applicant ID Number','id_number','Text','990'),(2628,208,639,'City of Residence','city','Text','Voronezh'),(2629,208,644,'Mobile Number (optional)','mobile','Text','7888'),(2630,209,569,'Name','name','Text','MariaTab'),(2631,209,570,'Last Name','lastname','Text','MariaTab'),(2632,209,571,'Username','username','Text','MariaTab'),(2633,209,572,'Email','email_repeat','Text','golingos1986@mail.ru'),(2634,209,573,'Email repeat','email','Text','golingos1986@mail.ru'),(2635,209,574,'Password','password_pwrepeat','Text',''),(2636,209,575,'Password repeat','password','Text',''),(2637,209,630,'Applicant ID Number','id_number','Text','4736'),(2638,209,639,'City of Residence','city','Text','Elvas'),(2639,209,644,'Mobile Number (optional)','mobile','Text','2276'),(2640,210,569,'Name','name','Text','AnthonyUnest'),(2641,210,570,'Last Name','lastname','Text','AnthonyUnest'),(2642,210,571,'Username','username','Text','AnthonyUnest'),(2643,210,572,'Email','email_repeat','Text','anthonyles@outlook.com'),(2644,210,573,'Email repeat','email','Text','anthonyles@outlook.com'),(2645,210,574,'Password','password_pwrepeat','Text',''),(2646,210,575,'Password repeat','password','Text',''),(2647,210,630,'Applicant ID Number','id_number','Text','655'),(2648,210,639,'City of Residence','city','Text','Algiers'),(2649,210,644,'Mobile Number (optional)','mobile','Text','5937'),(2650,211,569,'Name','name','Text','Allarsvew'),(2651,211,570,'Last Name','lastname','Text','Allarsvew'),(2652,211,571,'Username','username','Text','Allarsvew'),(2653,211,572,'Email','email_repeat','Text','s-toboy@yandex.ru'),(2654,211,573,'Email repeat','email','Text','s-toboy@yandex.ru'),(2655,211,574,'Password','password_pwrepeat','Text',''),(2656,211,575,'Password repeat','password','Text',''),(2657,211,630,'Applicant ID Number','id_number','Text','6363'),(2658,211,639,'City of Residence','city','Text','Youngstown'),(2659,211,644,'Mobile Number (optional)','mobile','Text','15'),(2660,212,569,'Name','name','Text','JeffreyVidge'),(2661,212,570,'Last Name','lastname','Text','JeffreyVidge'),(2662,212,571,'Username','username','Text','JeffreyVidge'),(2663,212,572,'Email','email_repeat','Text','dyadikov.ivan@yandex.ua'),(2664,212,573,'Email repeat','email','Text','dyadikov.ivan@yandex.ua'),(2665,212,574,'Password','password_pwrepeat','Text',''),(2666,212,575,'Password repeat','password','Text',''),(2667,212,630,'Applicant ID Number','id_number','Text','5605'),(2668,212,639,'City of Residence','city','Text','Edson'),(2669,212,644,'Mobile Number (optional)','mobile','Text','162278182'),(2670,213,569,'Name','name','Text','Undermelend'),(2671,213,570,'Last Name','lastname','Text','Undermelend'),(2672,213,571,'Username','username','Text','Undermelend'),(2673,213,572,'Email','email_repeat','Text','AddidsinhestAgom@any-gsm-network.top'),(2674,213,573,'Email repeat','email','Text','AddidsinhestAgom@any-gsm-network.top'),(2675,213,574,'Password','password_pwrepeat','Text',''),(2676,213,575,'Password repeat','password','Text',''),(2677,213,630,'Applicant ID Number','id_number','Text','3697'),(2678,213,639,'City of Residence','city','Text','Clehapy'),(2679,213,644,'Mobile Number (optional)','mobile','Text','7477'),(2680,214,569,'Name','name','Text','Souppybutt'),(2681,214,570,'Last Name','lastname','Text','Souppybutt'),(2682,214,571,'Username','username','Text','Souppybutt'),(2683,214,572,'Email','email_repeat','Text','DorrySeibrepadia@any-gsm-network.top'),(2684,214,573,'Email repeat','email','Text','DorrySeibrepadia@any-gsm-network.top'),(2685,214,574,'Password','password_pwrepeat','Text',''),(2686,214,575,'Password repeat','password','Text',''),(2687,214,630,'Applicant ID Number','id_number','Text','7247'),(2688,214,639,'City of Residence','city','Text','Clehapy'),(2689,214,644,'Mobile Number (optional)','mobile','Text','1338'),(2690,215,569,'Name','name','Text','devacucons1976'),(2691,215,570,'Last Name','lastname','Text','devacucons1976'),(2692,215,571,'Username','username','Text','devacucons1976'),(2693,215,572,'Email','email_repeat','Text','devacucons1976@zuhause.gdn'),(2694,215,573,'Email repeat','email','Text','devacucons1976@zuhause.gdn'),(2695,215,574,'Password','password_pwrepeat','Text',''),(2696,215,575,'Password repeat','password','Text',''),(2697,215,630,'Applicant ID Number','id_number','Text','3326'),(2698,215,639,'City of Residence','city','Text','Quatre Bornes'),(2699,215,644,'Mobile Number (optional)','mobile','Text','6526'),(2700,216,569,'Name','name','Text','AllaEnese'),(2701,216,570,'Last Name','lastname','Text','AllaEnese'),(2702,216,571,'Username','username','Text','AllaEnese'),(2703,216,572,'Email','email_repeat','Text','AllaCed@storrent.net'),(2704,216,573,'Email repeat','email','Text','AllaCed@storrent.net'),(2705,216,574,'Password','password_pwrepeat','Text',''),(2706,216,575,'Password repeat','password','Text',''),(2707,216,630,'Applicant ID Number','id_number','Text','1194'),(2708,216,639,'City of Residence','city','Text','Kuwait'),(2709,216,644,'Mobile Number (optional)','mobile','Text','6152'),(2710,217,569,'Name','name','Text','DavidVuT'),(2711,217,570,'Last Name','lastname','Text','DavidVuT'),(2712,217,571,'Username','username','Text','DavidVuT'),(2713,217,572,'Email','email_repeat','Text','davidron67e@mail.ru'),(2714,217,573,'Email repeat','email','Text','davidron67e@mail.ru'),(2715,217,574,'Password','password_pwrepeat','Text',''),(2716,217,575,'Password repeat','password','Text',''),(2717,217,630,'Applicant ID Number','id_number','Text','2355'),(2718,217,639,'City of Residence','city','Text','Baghdad'),(2719,217,644,'Mobile Number (optional)','mobile','Text','2773'),(2720,218,569,'Name','name','Text','ThomasBrick'),(2721,218,570,'Last Name','lastname','Text','ThomasBrick'),(2722,218,571,'Username','username','Text','ThomasBrick'),(2723,218,572,'Email','email_repeat','Text','thomastut@mail.ru'),(2724,218,573,'Email repeat','email','Text','thomastut@mail.ru'),(2725,218,574,'Password','password_pwrepeat','Text',''),(2726,218,575,'Password repeat','password','Text',''),(2727,218,630,'Applicant ID Number','id_number','Text','9248'),(2728,218,639,'City of Residence','city','Text','Lar'),(2729,218,644,'Mobile Number (optional)','mobile','Text','1199'),(2730,219,569,'Name','name','Text','ddgirl'),(2731,219,570,'Last Name','lastname','Text','ddgirl'),(2732,219,571,'Username','username','Text','ddgirl'),(2733,219,572,'Email','email_repeat','Text','ddgirl@chemodanymos.com'),(2734,219,573,'Email repeat','email','Text','ddgirl@chemodanymos.com'),(2735,219,574,'Password','password_pwrepeat','Text',''),(2736,219,575,'Password repeat','password','Text',''),(2737,219,630,'Applicant ID Number','id_number','Text','3824'),(2738,219,639,'City of Residence','city','Text','Москва'),(2739,219,644,'Mobile Number (optional)','mobile','Text','6752'),(2740,220,569,'Name','name','Text','Urgelddetfef'),(2741,220,570,'Last Name','lastname','Text','Urgelddetfef'),(2742,220,571,'Username','username','Text','Urgelddetfef'),(2743,220,572,'Email','email_repeat','Text','fdbrgfdjgfcn@gmail.com'),(2744,220,573,'Email repeat','email','Text','fdbrgfdjgfcn@gmail.com'),(2745,220,574,'Password','password_pwrepeat','Text',''),(2746,220,575,'Password repeat','password','Text',''),(2747,220,630,'Applicant ID Number','id_number','Text','326'),(2748,220,639,'City of Residence','city','Text','Ligatne'),(2749,220,644,'Mobile Number (optional)','mobile','Text','5097'),(2750,221,569,'Name','name','Text','IndiniaTemi'),(2751,221,570,'Last Name','lastname','Text','IndiniaTemi'),(2752,221,571,'Username','username','Text','IndiniaTemi'),(2753,221,572,'Email','email_repeat','Text','vfdsatfesb@gmail.com'),(2754,221,573,'Email repeat','email','Text','vfdsatfesb@gmail.com'),(2755,221,574,'Password','password_pwrepeat','Text',''),(2756,221,575,'Password repeat','password','Text',''),(2757,221,630,'Applicant ID Number','id_number','Text','7137'),(2758,221,639,'City of Residence','city','Text','Biel'),(2759,221,644,'Mobile Number (optional)','mobile','Text','9045'),(2760,222,569,'Name','name','Text','tinopexonia'),(2761,222,570,'Last Name','lastname','Text','tinopexonia'),(2762,222,571,'Username','username','Text','tinopexonia'),(2763,222,572,'Email','email_repeat','Text','hrstgyea@gmail.com'),(2764,222,573,'Email repeat','email','Text','hrstgyea@gmail.com'),(2765,222,574,'Password','password_pwrepeat','Text',''),(2766,222,575,'Password repeat','password','Text',''),(2767,222,630,'Applicant ID Number','id_number','Text','7891'),(2768,222,639,'City of Residence','city','Text','Nuwara Eliya'),(2769,222,644,'Mobile Number (optional)','mobile','Text','4531'),(2770,223,569,'Name','name','Text','WalterPrief'),(2771,223,570,'Last Name','lastname','Text','WalterPrief'),(2772,223,571,'Username','username','Text','WalterPrief'),(2773,223,572,'Email','email_repeat','Text','walterjucky@mail.ru'),(2774,223,573,'Email repeat','email','Text','walterjucky@mail.ru'),(2775,223,574,'Password','password_pwrepeat','Text',''),(2776,223,575,'Password repeat','password','Text',''),(2777,223,630,'Applicant ID Number','id_number','Text','9686'),(2778,223,639,'City of Residence','city','Text','Garhoud'),(2779,223,644,'Mobile Number (optional)','mobile','Text','2172'),(2780,224,569,'Name','name','Text','Michael8944son'),(2781,224,570,'Last Name','lastname','Text','Michael8944son'),(2782,224,571,'Username','username','Text','Michael8944son'),(2783,224,572,'Email','email_repeat','Text','jwaddell4@kc.rr.com'),(2784,224,573,'Email repeat','email','Text','jwaddell4@kc.rr.com'),(2785,224,574,'Password','password_pwrepeat','Text',''),(2786,224,575,'Password repeat','password','Text',''),(2787,224,630,'Applicant ID Number','id_number','Text','1915'),(2788,224,639,'City of Residence','city','Text','Skive'),(2789,224,644,'Mobile Number (optional)','mobile','Text','7849'),(2790,225,569,'Name','name','Text','Nexbreabealo'),(2791,225,570,'Last Name','lastname','Text','Nexbreabealo'),(2792,225,571,'Username','username','Text','Nexbreabealo'),(2793,225,572,'Email','email_repeat','Text','hrtsejh@gmail.com'),(2794,225,573,'Email repeat','email','Text','hrtsejh@gmail.com'),(2795,225,574,'Password','password_pwrepeat','Text',''),(2796,225,575,'Password repeat','password','Text',''),(2797,225,630,'Applicant ID Number','id_number','Text','1735'),(2798,225,639,'City of Residence','city','Text','Kakamega'),(2799,225,644,'Mobile Number (optional)','mobile','Text','5783'),(2800,226,569,'Name','name','Text','sakie'),(2801,226,570,'Last Name','lastname','Text','isaac'),(2802,226,571,'Username','username','Text','sakiemos'),(2803,226,572,'Email','email_repeat','Text','sakiemos@gmail.com'),(2804,226,573,'Email repeat','email','Text','sakiemos@gmail.com'),(2805,226,574,'Password','password_pwrepeat','Text',''),(2806,226,575,'Password repeat','password','Text',''),(2807,226,630,'Applicant ID Number','id_number','Text','8102275945083'),(2808,226,639,'City of Residence','city','Text','diepkloof'),(2809,226,644,'Mobile Number (optional)','mobile','Text','0837191445'),(2810,227,569,'Name','name','Text','arcazocutt'),(2811,227,570,'Last Name','lastname','Text','arcazocutt'),(2812,227,571,'Username','username','Text','arcazocutt'),(2813,227,572,'Email','email_repeat','Text','arogydyellor@gmail.com'),(2814,227,573,'Email repeat','email','Text','arogydyellor@gmail.com'),(2815,227,574,'Password','password_pwrepeat','Text',''),(2816,227,575,'Password repeat','password','Text',''),(2817,227,630,'Applicant ID Number','id_number','Text','5382'),(2818,227,639,'City of Residence','city','Text','Cheltenham'),(2819,227,644,'Mobile Number (optional)','mobile','Text','2840'),(2820,228,569,'Name','name','Text','LindaLag'),(2821,228,570,'Last Name','lastname','Text','LindaLag'),(2822,228,571,'Username','username','Text','LindaLag'),(2823,228,572,'Email','email_repeat','Text','retruprjeioe@zoho.eu'),(2824,228,573,'Email repeat','email','Text','retruprjeioe@zoho.eu'),(2825,228,574,'Password','password_pwrepeat','Text',''),(2826,228,575,'Password repeat','password','Text',''),(2827,228,630,'Applicant ID Number','id_number','Text','5395'),(2828,228,639,'City of Residence','city','Text','La Lima'),(2829,228,644,'Mobile Number (optional)','mobile','Text','197'),(2830,229,569,'Name','name','Text','Leegiovest'),(2831,229,570,'Last Name','lastname','Text','Leegiovest'),(2832,229,571,'Username','username','Text','Leegiovest'),(2833,229,572,'Email','email_repeat','Text','leegihak@mail.ru'),(2834,229,573,'Email repeat','email','Text','leegihak@mail.ru'),(2835,229,574,'Password','password_pwrepeat','Text',''),(2836,229,575,'Password repeat','password','Text',''),(2837,229,630,'Applicant ID Number','id_number','Text','3019'),(2838,229,639,'City of Residence','city','Text','Pirassununga'),(2839,229,644,'Mobile Number (optional)','mobile','Text','3928'),(2840,230,569,'Name','name','Text','NbatotExamy'),(2841,230,570,'Last Name','lastname','Text','NbatotExamy'),(2842,230,571,'Username','username','Text','NbatotExamy'),(2843,230,572,'Email','email_repeat','Text','nbatotalcom@yandex.com'),(2844,230,573,'Email repeat','email','Text','nbatotalcom@yandex.com'),(2845,230,574,'Password','password_pwrepeat','Text',''),(2846,230,575,'Password repeat','password','Text',''),(2847,230,630,'Applicant ID Number','id_number','Text','7912'),(2848,230,639,'City of Residence','city','Text','Москва'),(2849,230,644,'Mobile Number (optional)','mobile','Text','8853'),(2850,231,569,'Name','name','Text','kovaliev.E-1967'),(2851,231,570,'Last Name','lastname','Text','kovaliev.E-1967'),(2852,231,571,'Username','username','Text','kovaliev.E-1967'),(2853,231,572,'Email','email_repeat','Text','kovaliev1967@gmail.com'),(2854,231,573,'Email repeat','email','Text','kovaliev1967@gmail.com'),(2855,231,574,'Password','password_pwrepeat','Text',''),(2856,231,575,'Password repeat','password','Text',''),(2857,231,630,'Applicant ID Number','id_number','Text','5302'),(2858,231,639,'City of Residence','city','Text','Полатава'),(2859,231,644,'Mobile Number (optional)','mobile','Text','5420'),(2860,232,569,'Name','name','Text','WilliamNex'),(2861,232,570,'Last Name','lastname','Text','WilliamNex'),(2862,232,571,'Username','username','Text','WilliamNex'),(2863,232,572,'Email','email_repeat','Text','williamMuh@adderallogy.com'),(2864,232,573,'Email repeat','email','Text','williamMuh@adderallogy.com'),(2865,232,574,'Password','password_pwrepeat','Text',''),(2866,232,575,'Password repeat','password','Text',''),(2867,232,630,'Applicant ID Number','id_number','Text','396'),(2868,232,639,'City of Residence','city','Text','Vancouver'),(2869,232,644,'Mobile Number (optional)','mobile','Text','6791'),(2870,233,569,'Name','name','Text','Denierse'),(2871,233,570,'Last Name','lastname','Text','Denierse'),(2872,233,571,'Username','username','Text','Denierse'),(2873,233,572,'Email','email_repeat','Text','jjgfsgdhykmc@gmail.com'),(2874,233,573,'Email repeat','email','Text','jjgfsgdhykmc@gmail.com'),(2875,233,574,'Password','password_pwrepeat','Text',''),(2876,233,575,'Password repeat','password','Text',''),(2877,233,630,'Applicant ID Number','id_number','Text','8295'),(2878,233,639,'City of Residence','city','Text','Kalamaria'),(2879,233,644,'Mobile Number (optional)','mobile','Text','6630'),(2880,234,569,'Name','name','Text','wglillqgz'),(2881,234,570,'Last Name','lastname','Text','wglillqgz'),(2882,234,571,'Username','username','Text','wglillqgz'),(2883,234,572,'Email','email_repeat','Text','sqmtxphxb@aol.com'),(2884,234,573,'Email repeat','email','Text','sqmtxphxb@aol.com'),(2885,234,574,'Password','password_pwrepeat','Text',''),(2886,234,575,'Password repeat','password','Text',''),(2887,234,630,'Applicant ID Number','id_number','Text','5162'),(2888,234,639,'City of Residence','city','Text','Buy Accutane'),(2889,234,644,'Mobile Number (optional)','mobile','Text','587'),(2890,235,569,'Name','name','Text','Rollandironi'),(2891,235,570,'Last Name','lastname','Text','Rollandironi'),(2892,235,571,'Username','username','Text','Rollandironi'),(2893,235,572,'Email','email_repeat','Text','rollandCah@adderallogy.com'),(2894,235,573,'Email repeat','email','Text','rollandCah@adderallogy.com'),(2895,235,574,'Password','password_pwrepeat','Text',''),(2896,235,575,'Password repeat','password','Text',''),(2897,235,630,'Applicant ID Number','id_number','Text','3516'),(2898,235,639,'City of Residence','city','Text','Vancouver'),(2899,235,644,'Mobile Number (optional)','mobile','Text','1843'),(2900,236,569,'Name','name','Text','ArthurWerry'),(2901,236,570,'Last Name','lastname','Text','ArthurWerry'),(2902,236,571,'Username','username','Text','ArthurWerry'),(2903,236,572,'Email','email_repeat','Text','deds424521o@gmail.com'),(2904,236,573,'Email repeat','email','Text','deds424521o@gmail.com'),(2905,236,574,'Password','password_pwrepeat','Text',''),(2906,236,575,'Password repeat','password','Text',''),(2907,236,630,'Applicant ID Number','id_number','Text','4763'),(2908,236,639,'City of Residence','city','Text','Freising'),(2909,236,644,'Mobile Number (optional)','mobile','Text','8496'),(2910,237,569,'Name','name','Text','Marcusbaink'),(2911,237,570,'Last Name','lastname','Text','Marcusbaink'),(2912,237,571,'Username','username','Text','Marcusbaink'),(2913,237,572,'Email','email_repeat','Text','idzzvrh@bazavashdom.info'),(2914,237,573,'Email repeat','email','Text','idzzvrh@bazavashdom.info'),(2915,237,574,'Password','password_pwrepeat','Text',''),(2916,237,575,'Password repeat','password','Text',''),(2917,237,630,'Applicant ID Number','id_number','Text','1589'),(2918,237,639,'City of Residence','city','Text','Mount Carey'),(2919,237,644,'Mobile Number (optional)','mobile','Text','7010'),(2920,238,569,'Name','name','Text','EtotalThouh'),(2921,238,570,'Last Name','lastname','Text','EtotalThouh'),(2922,238,571,'Username','username','Text','EtotalThouh'),(2923,238,572,'Email','email_repeat','Text','icetotalruss@yandex.com'),(2924,238,573,'Email repeat','email','Text','icetotalruss@yandex.com'),(2925,238,574,'Password','password_pwrepeat','Text',''),(2926,238,575,'Password repeat','password','Text',''),(2927,238,630,'Applicant ID Number','id_number','Text','6856'),(2928,238,639,'City of Residence','city','Text','Минск'),(2929,238,644,'Mobile Number (optional)','mobile','Text','6180'),(2930,239,569,'Name','name','Text','Leslielex'),(2931,239,570,'Last Name','lastname','Text','Leslielex'),(2932,239,571,'Username','username','Text','Leslielex'),(2933,239,572,'Email','email_repeat','Text','eaqf58325@first.baburn.com'),(2934,239,573,'Email repeat','email','Text','eaqf58325@first.baburn.com'),(2935,239,574,'Password','password_pwrepeat','Text',''),(2936,239,575,'Password repeat','password','Text',''),(2937,239,630,'Applicant ID Number','id_number','Text','7116'),(2938,239,639,'City of Residence','city','Text','Mariupol'),(2939,239,644,'Mobile Number (optional)','mobile','Text','2717'),(2940,240,569,'Name','name','Text','singpoccaga1985'),(2941,240,570,'Last Name','lastname','Text','singpoccaga1985'),(2942,240,571,'Username','username','Text','singpoccaga1985'),(2943,240,572,'Email','email_repeat','Text','singpoccaga1985@zuhause.gdn'),(2944,240,573,'Email repeat','email','Text','singpoccaga1985@zuhause.gdn'),(2945,240,574,'Password','password_pwrepeat','Text',''),(2946,240,575,'Password repeat','password','Text',''),(2947,240,630,'Applicant ID Number','id_number','Text','1621'),(2948,240,639,'City of Residence','city','Text','Quatre Bornes'),(2949,240,644,'Mobile Number (optional)','mobile','Text','6943'),(2950,241,569,'Name','name','Text','golamaxy'),(2951,241,570,'Last Name','lastname','Text','golamaxy'),(2952,241,571,'Username','username','Text','golamaxy'),(2953,241,572,'Email','email_repeat','Text','jtydkrfku@gmail.com'),(2954,241,573,'Email repeat','email','Text','jtydkrfku@gmail.com'),(2955,241,574,'Password','password_pwrepeat','Text',''),(2956,241,575,'Password repeat','password','Text',''),(2957,241,630,'Applicant ID Number','id_number','Text','6802'),(2958,241,639,'City of Residence','city','Text','Quatre Bornes'),(2959,241,644,'Mobile Number (optional)','mobile','Text','2422'),(2960,242,569,'Name','name','Text','saiwetligamb1977'),(2961,242,570,'Last Name','lastname','Text','saiwetligamb1977'),(2962,242,571,'Username','username','Text','saiwetligamb1977'),(2963,242,572,'Email','email_repeat','Text','saiwetligamb1977@zuhause.gdn'),(2964,242,573,'Email repeat','email','Text','saiwetligamb1977@zuhause.gdn'),(2965,242,574,'Password','password_pwrepeat','Text',''),(2966,242,575,'Password repeat','password','Text',''),(2967,242,630,'Applicant ID Number','id_number','Text','1999'),(2968,242,639,'City of Residence','city','Text','Quatre Bornes'),(2969,242,644,'Mobile Number (optional)','mobile','Text','6728'),(2970,243,569,'Name','name','Text','DmitriiSn'),(2971,243,570,'Last Name','lastname','Text','DmitriiSn'),(2972,243,571,'Username','username','Text','DmitriiSn'),(2973,243,572,'Email','email_repeat','Text','dmitrii.profurov@yandex.ru'),(2974,243,573,'Email repeat','email','Text','dmitrii.profurov@yandex.ru'),(2975,243,574,'Password','password_pwrepeat','Text',''),(2976,243,575,'Password repeat','password','Text',''),(2977,243,630,'Applicant ID Number','id_number','Text','3162'),(2978,243,639,'City of Residence','city','Text','Moscow'),(2979,243,644,'Mobile Number (optional)','mobile','Text','3351'),(2980,244,569,'Name','name','Text','Anigedgill'),(2981,244,570,'Last Name','lastname','Text','Anigedgill'),(2982,244,571,'Username','username','Text','Anigedgill'),(2983,244,572,'Email','email_repeat','Text','hrtycxdijkjty@gmail.com'),(2984,244,573,'Email repeat','email','Text','hrtycxdijkjty@gmail.com'),(2985,244,574,'Password','password_pwrepeat','Text',''),(2986,244,575,'Password repeat','password','Text',''),(2987,244,630,'Applicant ID Number','id_number','Text','2828'),(2988,244,639,'City of Residence','city','Text','NEW AMSTERDAM'),(2989,244,644,'Mobile Number (optional)','mobile','Text','2626'),(2990,245,569,'Name','name','Text','BillyGox'),(2991,245,570,'Last Name','lastname','Text','BillyGox'),(2992,245,571,'Username','username','Text','BillyGox'),(2993,245,572,'Email','email_repeat','Text','gormkpyp@mail.ru'),(2994,245,573,'Email repeat','email','Text','gormkpyp@mail.ru'),(2995,245,574,'Password','password_pwrepeat','Text',''),(2996,245,575,'Password repeat','password','Text',''),(2997,245,630,'Applicant ID Number','id_number','Text','5086'),(2998,245,639,'City of Residence','city','Text','Elvas'),(2999,245,644,'Mobile Number (optional)','mobile','Text','2314'),(3000,246,569,'Name','name','Text','nacoutdenpdold1985'),(3001,246,570,'Last Name','lastname','Text','nacoutdenpdold1985'),(3002,246,571,'Username','username','Text','nacoutdenpdold1985'),(3003,246,572,'Email','email_repeat','Text','nacoutdenpdold1985@zuhause.gdn'),(3004,246,573,'Email repeat','email','Text','nacoutdenpdold1985@zuhause.gdn'),(3005,246,574,'Password','password_pwrepeat','Text',''),(3006,246,575,'Password repeat','password','Text',''),(3007,246,630,'Applicant ID Number','id_number','Text','5517'),(3008,246,639,'City of Residence','city','Text','Quatre Bornes'),(3009,246,644,'Mobile Number (optional)','mobile','Text','6348'),(3010,247,569,'Name','name','Text','Muz_DUOby'),(3011,247,570,'Last Name','lastname','Text','Muz_DUOby'),(3012,247,571,'Username','username','Text','Muz_DUOby'),(3013,247,572,'Email','email_repeat','Text','alexkondrin@yandex.by'),(3014,247,573,'Email repeat','email','Text','alexkondrin@yandex.by'),(3015,247,574,'Password','password_pwrepeat','Text',''),(3016,247,575,'Password repeat','password','Text',''),(3017,247,630,'Applicant ID Number','id_number','Text','2315'),(3018,247,639,'City of Residence','city','Text','Moscow'),(3019,247,644,'Mobile Number (optional)','mobile','Text','3213'),(3020,248,569,'Name','name','Text','Michaelbut'),(3021,248,570,'Last Name','lastname','Text','Michaelbut'),(3022,248,571,'Username','username','Text','Michaelbut'),(3023,248,572,'Email','email_repeat','Text','michaelrit@mail.ru'),(3024,248,573,'Email repeat','email','Text','michaelrit@mail.ru'),(3025,248,574,'Password','password_pwrepeat','Text',''),(3026,248,575,'Password repeat','password','Text',''),(3027,248,630,'Applicant ID Number','id_number','Text','5144'),(3028,248,639,'City of Residence','city','Text','Gray Mountain'),(3029,248,644,'Mobile Number (optional)','mobile','Text','4735'),(3030,249,569,'Name','name','Text','alexisja1'),(3031,249,570,'Last Name','lastname','Text','alexisja1'),(3032,249,571,'Username','username','Text','alexisja1'),(3033,249,572,'Email','email_repeat','Text','ianqa18@elainekeila.tokyo-mail1.top'),(3034,249,573,'Email repeat','email','Text','ianqa18@elainekeila.tokyo-mail1.top'),(3035,249,574,'Password','password_pwrepeat','Text',''),(3036,249,575,'Password repeat','password','Text',''),(3037,249,630,'Applicant ID Number','id_number','Text','8307'),(3038,249,644,'Mobile Number (optional)','mobile','Text','3261'),(3039,250,569,'Name','name','Text','Timrrhyliz'),(3040,250,570,'Last Name','lastname','Text','Timrrhyliz'),(3041,250,571,'Username','username','Text','Timrrhyliz'),(3042,250,572,'Email','email_repeat','Text','asdasd3hak@mail.ru'),(3043,250,573,'Email repeat','email','Text','asdasd3hak@mail.ru'),(3044,250,574,'Password','password_pwrepeat','Text',''),(3045,250,575,'Password repeat','password','Text',''),(3046,250,630,'Applicant ID Number','id_number','Text','8718'),(3047,250,639,'City of Residence','city','Text','Oruro'),(3048,250,644,'Mobile Number (optional)','mobile','Text','5699'),(3049,251,569,'Name','name','Text','Kswhons'),(3050,251,570,'Last Name','lastname','Text','Kswhons'),(3051,251,571,'Username','username','Text','Kswhons'),(3052,251,572,'Email','email_repeat','Text','spymytech@mail.ru'),(3053,251,573,'Email repeat','email','Text','spymytech@mail.ru'),(3054,251,574,'Password','password_pwrepeat','Text',''),(3055,251,575,'Password repeat','password','Text',''),(3056,251,630,'Applicant ID Number','id_number','Text','2720'),(3057,251,639,'City of Residence','city','Text','Krk'),(3058,251,644,'Mobile Number (optional)','mobile','Text','1822'),(3059,252,569,'Name','name','Text','essayk2rfzn'),(3060,252,570,'Last Name','lastname','Text','essayk2rfzn'),(3061,252,571,'Username','username','Text','essayk2rfzn'),(3062,252,572,'Email','email_repeat','Text','Criltsurrirl4ijqn@bestofslots.gdn'),(3063,252,573,'Email repeat','email','Text','Criltsurrirl4ijqn@bestofslots.gdn'),(3064,252,574,'Password','password_pwrepeat','Text',''),(3065,252,575,'Password repeat','password','Text',''),(3066,252,630,'Applicant ID Number','id_number','Text','8353'),(3067,252,644,'Mobile Number (optional)','mobile','Text','7739'),(3068,253,569,'Name','name','Text','Nicolaseo'),(3069,253,570,'Last Name','lastname','Text','Nicolaseo'),(3070,253,571,'Username','username','Text','Nicolaseo'),(3071,253,572,'Email','email_repeat','Text','nicolaseo@contacterpro.com'),(3072,253,573,'Email repeat','email','Text','nicolaseo@contacterpro.com'),(3073,253,574,'Password','password_pwrepeat','Text',''),(3074,253,575,'Password repeat','password','Text',''),(3075,253,630,'Applicant ID Number','id_number','Text','8336'),(3076,253,639,'City of Residence','city','Text','Paris'),(3077,253,644,'Mobile Number (optional)','mobile','Text','9646'),(3078,254,569,'Name','name','Text','essayk2wpck'),(3079,254,570,'Last Name','lastname','Text','essayk2wpck'),(3080,254,571,'Username','username','Text','essayk2wpck'),(3081,254,572,'Email','email_repeat','Text','Criltsurrirla387n@bestofslots.gdn'),(3082,254,573,'Email repeat','email','Text','Criltsurrirla387n@bestofslots.gdn'),(3083,254,574,'Password','password_pwrepeat','Text',''),(3084,254,575,'Password repeat','password','Text',''),(3085,254,630,'Applicant ID Number','id_number','Text','6481'),(3086,254,644,'Mobile Number (optional)','mobile','Text','5510'),(3087,255,569,'Name','name','Text','rucsnk2znfe'),(3088,255,570,'Last Name','lastname','Text','rucsnk2znfe'),(3089,255,571,'Username','username','Text','rucsnk2znfe'),(3090,255,572,'Email','email_repeat','Text','Criltsurrirlwg243@bestofslots.gdn'),(3091,255,573,'Email repeat','email','Text','Criltsurrirlwg243@bestofslots.gdn'),(3092,255,574,'Password','password_pwrepeat','Text',''),(3093,255,575,'Password repeat','password','Text',''),(3094,255,630,'Applicant ID Number','id_number','Text','199'),(3095,255,644,'Mobile Number (optional)','mobile','Text','1003'),(3096,256,569,'Name','name','Text','Chrizelda'),(3097,256,570,'Last Name','lastname','Text','Ludick'),(3098,256,571,'Username','username','Text','Chriz23'),(3099,256,572,'Email','email_repeat','Text','cludick6478@gmail.com'),(3100,256,573,'Email repeat','email','Text','cludick6478@gmail.com'),(3101,256,574,'Password','password_pwrepeat','Text',''),(3102,256,575,'Password repeat','password','Text',''),(3103,256,630,'Applicant ID Number','id_number','Text','8102230050086'),(3104,256,639,'City of Residence','city','Text','Krugersdorp'),(3105,256,644,'Mobile Number (optional)','mobile','Text','0614811714'),(3106,257,569,'Name','name','Text','rucsnk2npqs'),(3107,257,570,'Last Name','lastname','Text','rucsnk2npqs'),(3108,257,571,'Username','username','Text','rucsnk2npqs'),(3109,257,572,'Email','email_repeat','Text','Criltsurrirllejdw@bestofslots.gdn'),(3110,257,573,'Email repeat','email','Text','Criltsurrirllejdw@bestofslots.gdn'),(3111,257,574,'Password','password_pwrepeat','Text',''),(3112,257,575,'Password repeat','password','Text',''),(3113,257,630,'Applicant ID Number','id_number','Text','8689'),(3114,257,644,'Mobile Number (optional)','mobile','Text','3180'),(3115,258,569,'Name','name','Text','Promosip'),(3116,258,570,'Last Name','lastname','Text','Promosip'),(3117,258,571,'Username','username','Text','Promosip'),(3118,258,572,'Email','email_repeat','Text','promo@vfemail.net'),(3119,258,573,'Email repeat','email','Text','promo@vfemail.net'),(3120,258,574,'Password','password_pwrepeat','Text',''),(3121,258,575,'Password repeat','password','Text',''),(3122,258,630,'Applicant ID Number','id_number','Text','Buy Cialis online'),(3123,258,639,'City of Residence','city','Text','http://lms.naeyc.org/?cialis-price-usa'),(3124,258,644,'Mobile Number (optional)','mobile','Text','Buy Cialis online'),(3125,258,657,'Your Agency (if applicable)','agency','Text','Buy Cialis online'),(3126,259,569,'Name','name','Text','rucsnk2yfcy'),(3127,259,570,'Last Name','lastname','Text','rucsnk2yfcy'),(3128,259,571,'Username','username','Text','rucsnk2yfcy'),(3129,259,572,'Email','email_repeat','Text','Criltsurrirl5wvgm@bestofslots.gdn'),(3130,259,573,'Email repeat','email','Text','Criltsurrirl5wvgm@bestofslots.gdn'),(3131,259,574,'Password','password_pwrepeat','Text',''),(3132,259,575,'Password repeat','password','Text',''),(3133,259,630,'Applicant ID Number','id_number','Text','586'),(3134,259,644,'Mobile Number (optional)','mobile','Text','6537'),(3135,260,569,'Name','name','Text','rucsnk2mopa'),(3136,260,570,'Last Name','lastname','Text','rucsnk2mopa'),(3137,260,571,'Username','username','Text','rucsnk2mopa'),(3138,260,572,'Email','email_repeat','Text','Criltsurrirlujat5@bestofslots.gdn'),(3139,260,573,'Email repeat','email','Text','Criltsurrirlujat5@bestofslots.gdn'),(3140,260,574,'Password','password_pwrepeat','Text',''),(3141,260,575,'Password repeat','password','Text',''),(3142,260,630,'Applicant ID Number','id_number','Text','4605'),(3143,260,644,'Mobile Number (optional)','mobile','Text','9704'),(3144,261,569,'Name','name','Text','rucsnk2pavf'),(3145,261,570,'Last Name','lastname','Text','rucsnk2pavf'),(3146,261,571,'Username','username','Text','rucsnk2pavf'),(3147,261,572,'Email','email_repeat','Text','Criltsurrirlhuc2d@bestofslots.gdn'),(3148,261,573,'Email repeat','email','Text','Criltsurrirlhuc2d@bestofslots.gdn'),(3149,261,574,'Password','password_pwrepeat','Text',''),(3150,261,575,'Password repeat','password','Text',''),(3151,261,630,'Applicant ID Number','id_number','Text','7000'),(3152,261,644,'Mobile Number (optional)','mobile','Text','7655'),(3153,262,569,'Name','name','Text','Charlesbrish'),(3154,262,570,'Last Name','lastname','Text','Charlesbrish'),(3155,262,571,'Username','username','Text','Charlesbrish'),(3156,262,572,'Email','email_repeat','Text','charleshor@mail.ru'),(3157,262,573,'Email repeat','email','Text','charleshor@mail.ru'),(3158,262,574,'Password','password_pwrepeat','Text',''),(3159,262,575,'Password repeat','password','Text',''),(3160,262,630,'Applicant ID Number','id_number','Text','2776'),(3161,262,639,'City of Residence','city','Text','Sishen'),(3162,262,644,'Mobile Number (optional)','mobile','Text','8523'),(3163,263,569,'Name','name','Text','DavidPaith'),(3164,263,570,'Last Name','lastname','Text','DavidPaith'),(3165,263,571,'Username','username','Text','DavidPaith'),(3166,263,572,'Email','email_repeat','Text','sneznamov.vsevolodk@gmail.com'),(3167,263,573,'Email repeat','email','Text','sneznamov.vsevolodk@gmail.com'),(3168,263,574,'Password','password_pwrepeat','Text',''),(3169,263,575,'Password repeat','password','Text',''),(3170,263,630,'Applicant ID Number','id_number','Text','7120'),(3171,263,639,'City of Residence','city','Text','Москва'),(3172,263,644,'Mobile Number (optional)','mobile','Text','7992'),(3173,264,569,'Name','name','Text','essayk2ejrp'),(3174,264,570,'Last Name','lastname','Text','essayk2ejrp'),(3175,264,571,'Username','username','Text','essayk2ejrp'),(3176,264,572,'Email','email_repeat','Text','Criltsurrirlt59tc@betaslots.gdn'),(3177,264,573,'Email repeat','email','Text','Criltsurrirlt59tc@betaslots.gdn'),(3178,264,574,'Password','password_pwrepeat','Text',''),(3179,264,575,'Password repeat','password','Text',''),(3180,264,630,'Applicant ID Number','id_number','Text','683'),(3181,264,644,'Mobile Number (optional)','mobile','Text','7891'),(3182,265,569,'Name','name','Text','LubosAgemo'),(3183,265,570,'Last Name','lastname','Text','LubosAgemo'),(3184,265,571,'Username','username','Text','LubosAgemo'),(3185,265,572,'Email','email_repeat','Text','cfgfgkhgygyi@mail.ru'),(3186,265,573,'Email repeat','email','Text','cfgfgkhgygyi@mail.ru'),(3187,265,574,'Password','password_pwrepeat','Text',''),(3188,265,575,'Password repeat','password','Text',''),(3189,265,630,'Applicant ID Number','id_number','Text','30'),(3190,265,639,'City of Residence','city','Text','Gliwice'),(3191,265,644,'Mobile Number (optional)','mobile','Text','1633'),(3192,266,569,'Name','name','Text','HarryJoigh'),(3193,266,570,'Last Name','lastname','Text','HarryJoigh'),(3194,266,571,'Username','username','Text','HarryJoigh'),(3195,266,572,'Email','email_repeat','Text','lanovoi.vasilij2017@yandex.ru'),(3196,266,573,'Email repeat','email','Text','lanovoi.vasilij2017@yandex.ru'),(3197,266,574,'Password','password_pwrepeat','Text',''),(3198,266,575,'Password repeat','password','Text',''),(3199,266,630,'Applicant ID Number','id_number','Text','7835'),(3200,266,639,'City of Residence','city','Text','Aqtobe'),(3201,266,644,'Mobile Number (optional)','mobile','Text','6812'),(3202,267,569,'Name','name','Text','essayk2pzre'),(3203,267,570,'Last Name','lastname','Text','essayk2pzre'),(3204,267,571,'Username','username','Text','essayk2pzre'),(3205,267,572,'Email','email_repeat','Text','Criltsurrirluxyof@betaslots.gdn'),(3206,267,573,'Email repeat','email','Text','Criltsurrirluxyof@betaslots.gdn'),(3207,267,574,'Password','password_pwrepeat','Text',''),(3208,267,575,'Password repeat','password','Text',''),(3209,267,630,'Applicant ID Number','id_number','Text','8627'),(3210,267,644,'Mobile Number (optional)','mobile','Text','8964'),(3211,268,569,'Name','name','Text','essayk2wcdn'),(3212,268,570,'Last Name','lastname','Text','essayk2wcdn'),(3213,268,571,'Username','username','Text','essayk2wcdn'),(3214,268,572,'Email','email_repeat','Text','Criltsurrirl9rj78@betaslots.gdn'),(3215,268,573,'Email repeat','email','Text','Criltsurrirl9rj78@betaslots.gdn'),(3216,268,574,'Password','password_pwrepeat','Text',''),(3217,268,575,'Password repeat','password','Text',''),(3218,268,630,'Applicant ID Number','id_number','Text','8545'),(3219,268,644,'Mobile Number (optional)','mobile','Text','121'),(3220,269,569,'Name','name','Text','essayk2jjre'),(3221,269,570,'Last Name','lastname','Text','essayk2jjre'),(3222,269,571,'Username','username','Text','essayk2jjre'),(3223,269,572,'Email','email_repeat','Text','Criltsurrirlk8gi2@betaslots.gdn'),(3224,269,573,'Email repeat','email','Text','Criltsurrirlk8gi2@betaslots.gdn'),(3225,269,574,'Password','password_pwrepeat','Text',''),(3226,269,575,'Password repeat','password','Text',''),(3227,269,630,'Applicant ID Number','id_number','Text','8947'),(3228,269,644,'Mobile Number (optional)','mobile','Text','7032'),(3229,270,569,'Name','name','Text','JamesCorgo'),(3230,270,570,'Last Name','lastname','Text','JamesCorgo'),(3231,270,571,'Username','username','Text','JamesCorgo'),(3232,270,572,'Email','email_repeat','Text','nmtlbmapw@mail.ru'),(3233,270,573,'Email repeat','email','Text','nmtlbmapw@mail.ru'),(3234,270,574,'Password','password_pwrepeat','Text',''),(3235,270,575,'Password repeat','password','Text',''),(3236,270,630,'Applicant ID Number','id_number','Text','6848'),(3237,270,639,'City of Residence','city','Text','Hoskins'),(3238,270,644,'Mobile Number (optional)','mobile','Text','9861'),(3239,271,569,'Name','name','Text','essayk2sljz'),(3240,271,570,'Last Name','lastname','Text','essayk2sljz'),(3241,271,571,'Username','username','Text','essayk2sljz'),(3242,271,572,'Email','email_repeat','Text','Criltsurrirl14svg@betaslots.gdn'),(3243,271,573,'Email repeat','email','Text','Criltsurrirl14svg@betaslots.gdn'),(3244,271,574,'Password','password_pwrepeat','Text',''),(3245,271,575,'Password repeat','password','Text',''),(3246,271,630,'Applicant ID Number','id_number','Text','7087'),(3247,271,644,'Mobile Number (optional)','mobile','Text','2776'),(3248,272,569,'Name','name','Text','essayk2ycck'),(3249,272,570,'Last Name','lastname','Text','essayk2ycck'),(3250,272,571,'Username','username','Text','essayk2ycck'),(3251,272,572,'Email','email_repeat','Text','Criltsurrirl3buok@betaslots.gdn'),(3252,272,573,'Email repeat','email','Text','Criltsurrirl3buok@betaslots.gdn'),(3253,272,574,'Password','password_pwrepeat','Text',''),(3254,272,575,'Password repeat','password','Text',''),(3255,272,630,'Applicant ID Number','id_number','Text','1069'),(3256,272,644,'Mobile Number (optional)','mobile','Text','2678'),(3257,273,569,'Name','name','Text','essayk2jogu'),(3258,273,570,'Last Name','lastname','Text','essayk2jogu'),(3259,273,571,'Username','username','Text','essayk2jogu'),(3260,273,572,'Email','email_repeat','Text','Criltsurrirl95jlr@betaslots.gdn'),(3261,273,573,'Email repeat','email','Text','Criltsurrirl95jlr@betaslots.gdn'),(3262,273,574,'Password','password_pwrepeat','Text',''),(3263,273,575,'Password repeat','password','Text',''),(3264,273,630,'Applicant ID Number','id_number','Text','6595'),(3265,273,644,'Mobile Number (optional)','mobile','Text','5564'),(3266,274,569,'Name','name','Text','E.maloy03081983'),(3267,274,570,'Last Name','lastname','Text','E.maloy03081983'),(3268,274,571,'Username','username','Text','E.maloy03081983'),(3269,274,572,'Email','email_repeat','Text','maloy03081983@gmail.com'),(3270,274,573,'Email repeat','email','Text','maloy03081983@gmail.com'),(3271,274,574,'Password','password_pwrepeat','Text',''),(3272,274,575,'Password repeat','password','Text',''),(3273,274,630,'Applicant ID Number','id_number','Text','684'),(3274,274,639,'City of Residence','city','Text','Киев'),(3275,274,644,'Mobile Number (optional)','mobile','Text','459'),(3276,275,569,'Name','name','Text','ChrisRiT'),(3277,275,570,'Last Name','lastname','Text','ChrisRiT'),(3278,275,571,'Username','username','Text','ChrisRiT'),(3279,275,572,'Email','email_repeat','Text','quwv83377@first.baburn.com'),(3280,275,573,'Email repeat','email','Text','quwv83377@first.baburn.com'),(3281,275,574,'Password','password_pwrepeat','Text',''),(3282,275,575,'Password repeat','password','Text',''),(3283,275,630,'Applicant ID Number','id_number','Text','8671'),(3284,275,639,'City of Residence','city','Text','Havana'),(3285,275,644,'Mobile Number (optional)','mobile','Text','8087'),(3286,276,569,'Name','name','Text','essayk2pako'),(3287,276,570,'Last Name','lastname','Text','essayk2pako'),(3288,276,571,'Username','username','Text','essayk2pako'),(3289,276,572,'Email','email_repeat','Text','Criltsurrirlmsznk@betaslots.gdn'),(3290,276,573,'Email repeat','email','Text','Criltsurrirlmsznk@betaslots.gdn'),(3291,276,574,'Password','password_pwrepeat','Text',''),(3292,276,575,'Password repeat','password','Text',''),(3293,276,630,'Applicant ID Number','id_number','Text','3510'),(3294,276,644,'Mobile Number (optional)','mobile','Text','5552'),(3295,277,569,'Name','name','Text','essayk2jpro'),(3296,277,570,'Last Name','lastname','Text','essayk2jpro'),(3297,277,571,'Username','username','Text','essayk2jpro'),(3298,277,572,'Email','email_repeat','Text','Criltsurrirl5lt7n@betaslots.gdn'),(3299,277,573,'Email repeat','email','Text','Criltsurrirl5lt7n@betaslots.gdn'),(3300,277,574,'Password','password_pwrepeat','Text',''),(3301,277,575,'Password repeat','password','Text',''),(3302,277,630,'Applicant ID Number','id_number','Text','941'),(3303,277,644,'Mobile Number (optional)','mobile','Text','5000'),(3304,278,569,'Name','name','Text','obkrisabseo1987'),(3305,278,570,'Last Name','lastname','Text','obkrisabseo1987'),(3306,278,571,'Username','username','Text','obkrisabseo1987'),(3307,278,572,'Email','email_repeat','Text','obkrisabseo1987@zuhause.gdn'),(3308,278,573,'Email repeat','email','Text','obkrisabseo1987@zuhause.gdn'),(3309,278,574,'Password','password_pwrepeat','Text',''),(3310,278,575,'Password repeat','password','Text',''),(3311,278,630,'Applicant ID Number','id_number','Text','1674'),(3312,278,639,'City of Residence','city','Text','Quatre Bornes'),(3313,278,644,'Mobile Number (optional)','mobile','Text','8564'),(3314,279,569,'Name','name','Text','essayk2ltiu'),(3315,279,570,'Last Name','lastname','Text','essayk2ltiu'),(3316,279,571,'Username','username','Text','essayk2ltiu'),(3317,279,572,'Email','email_repeat','Text','Criltsurrirly8yre@betaslots.gdn'),(3318,279,573,'Email repeat','email','Text','Criltsurrirly8yre@betaslots.gdn'),(3319,279,574,'Password','password_pwrepeat','Text',''),(3320,279,575,'Password repeat','password','Text',''),(3321,279,630,'Applicant ID Number','id_number','Text','682'),(3322,279,644,'Mobile Number (optional)','mobile','Text','1615'),(3323,280,569,'Name','name','Text','UtetueptPak'),(3324,280,570,'Last Name','lastname','Text','UtetueptPak'),(3325,280,571,'Username','username','Text','UtetueptPak'),(3326,280,572,'Email','email_repeat','Text','jtyduvjkyiugy@gmail.com'),(3327,280,573,'Email repeat','email','Text','jtyduvjkyiugy@gmail.com'),(3328,280,574,'Password','password_pwrepeat','Text',''),(3329,280,575,'Password repeat','password','Text',''),(3330,280,630,'Applicant ID Number','id_number','Text','9463'),(3331,280,644,'Mobile Number (optional)','mobile','Text','1064'),(3332,281,569,'Name','name','Text','essayk2kpem'),(3333,281,570,'Last Name','lastname','Text','essayk2kpem'),(3334,281,571,'Username','username','Text','essayk2kpem'),(3335,281,572,'Email','email_repeat','Text','Criltsurrirl91mcu@betaslots.gdn'),(3336,281,573,'Email repeat','email','Text','Criltsurrirl91mcu@betaslots.gdn'),(3337,281,574,'Password','password_pwrepeat','Text',''),(3338,281,575,'Password repeat','password','Text',''),(3339,281,630,'Applicant ID Number','id_number','Text','8950'),(3340,281,644,'Mobile Number (optional)','mobile','Text','6970'),(3341,282,569,'Name','name','Text','essayk2ejpj'),(3342,282,570,'Last Name','lastname','Text','essayk2ejpj'),(3343,282,571,'Username','username','Text','essayk2ejpj'),(3344,282,572,'Email','email_repeat','Text','Criltsurrirlpca18@betaslots.gdn'),(3345,282,573,'Email repeat','email','Text','Criltsurrirlpca18@betaslots.gdn'),(3346,282,574,'Password','password_pwrepeat','Text',''),(3347,282,575,'Password repeat','password','Text',''),(3348,282,630,'Applicant ID Number','id_number','Text','8735'),(3349,282,644,'Mobile Number (optional)','mobile','Text','2996'),(3350,283,569,'Name','name','Text','reehampbegfea1981'),(3351,283,570,'Last Name','lastname','Text','reehampbegfea1981'),(3352,283,571,'Username','username','Text','reehampbegfea1981'),(3353,283,572,'Email','email_repeat','Text','reehampbegfea1981@zuhause.gdn'),(3354,283,573,'Email repeat','email','Text','reehampbegfea1981@zuhause.gdn'),(3355,283,574,'Password','password_pwrepeat','Text',''),(3356,283,575,'Password repeat','password','Text',''),(3357,283,630,'Applicant ID Number','id_number','Text','7301'),(3358,283,639,'City of Residence','city','Text','Quatre Bornes'),(3359,283,644,'Mobile Number (optional)','mobile','Text','4857'),(3360,284,569,'Name','name','Text','essayk2tcxm'),(3361,284,570,'Last Name','lastname','Text','essayk2tcxm'),(3362,284,571,'Username','username','Text','essayk2tcxm'),(3363,284,572,'Email','email_repeat','Text','Criltsurrirlsgxci@betaslots.gdn'),(3364,284,573,'Email repeat','email','Text','Criltsurrirlsgxci@betaslots.gdn'),(3365,284,574,'Password','password_pwrepeat','Text',''),(3366,284,575,'Password repeat','password','Text',''),(3367,284,630,'Applicant ID Number','id_number','Text','2770'),(3368,284,644,'Mobile Number (optional)','mobile','Text','9780'),(3369,285,569,'Name','name','Text','essayk2btee'),(3370,285,570,'Last Name','lastname','Text','essayk2btee'),(3371,285,571,'Username','username','Text','essayk2btee'),(3372,285,572,'Email','email_repeat','Text','Criltsurrirlnm590@betaslots.gdn'),(3373,285,573,'Email repeat','email','Text','Criltsurrirlnm590@betaslots.gdn'),(3374,285,574,'Password','password_pwrepeat','Text',''),(3375,285,575,'Password repeat','password','Text',''),(3376,285,630,'Applicant ID Number','id_number','Text','9924'),(3377,285,644,'Mobile Number (optional)','mobile','Text','1554'),(3378,286,569,'Name','name','Text','Herbertmom'),(3379,286,570,'Last Name','lastname','Text','Herbertmom'),(3380,286,571,'Username','username','Text','Herbertmom'),(3381,286,572,'Email','email_repeat','Text','ieusyhduuso@yandex.com'),(3382,286,573,'Email repeat','email','Text','ieusyhduuso@yandex.com'),(3383,286,574,'Password','password_pwrepeat','Text',''),(3384,286,575,'Password repeat','password','Text',''),(3385,286,630,'Applicant ID Number','id_number','Text','6297'),(3386,286,639,'City of Residence','city','Text','Hagatna'),(3387,286,644,'Mobile Number (optional)','mobile','Text','7007'),(3388,287,569,'Name','name','Text','Robertecogs'),(3389,287,570,'Last Name','lastname','Text','Robertecogs'),(3390,287,571,'Username','username','Text','Robertecogs'),(3391,287,572,'Email','email_repeat','Text','valya.chukreeva@gmail.com'),(3392,287,573,'Email repeat','email','Text','valya.chukreeva@gmail.com'),(3393,287,574,'Password','password_pwrepeat','Text',''),(3394,287,575,'Password repeat','password','Text',''),(3395,287,630,'Applicant ID Number','id_number','Text','8372'),(3396,287,639,'City of Residence','city','Text','Москва'),(3397,287,644,'Mobile Number (optional)','mobile','Text','4365'),(3398,288,569,'Name','name','Text','theonulrepo1980'),(3399,288,570,'Last Name','lastname','Text','theonulrepo1980'),(3400,288,571,'Username','username','Text','theonulrepo1980'),(3401,288,572,'Email','email_repeat','Text','theonulrepo1980@zuhause.gdn'),(3402,288,573,'Email repeat','email','Text','theonulrepo1980@zuhause.gdn'),(3403,288,574,'Password','password_pwrepeat','Text',''),(3404,288,575,'Password repeat','password','Text',''),(3405,288,630,'Applicant ID Number','id_number','Text','877'),(3406,288,639,'City of Residence','city','Text','Quatre Bornes'),(3407,288,644,'Mobile Number (optional)','mobile','Text','7211'),(3408,289,569,'Name','name','Text','essayk2swja'),(3409,289,570,'Last Name','lastname','Text','essayk2swja'),(3410,289,571,'Username','username','Text','essayk2swja'),(3411,289,572,'Email','email_repeat','Text','Criltsurrirljuym8@betaslots.gdn'),(3412,289,573,'Email repeat','email','Text','Criltsurrirljuym8@betaslots.gdn'),(3413,289,574,'Password','password_pwrepeat','Text',''),(3414,289,575,'Password repeat','password','Text',''),(3415,289,630,'Applicant ID Number','id_number','Text','4406'),(3416,289,644,'Mobile Number (optional)','mobile','Text','1929'),(3417,290,569,'Name','name','Text','SertyOt'),(3418,290,570,'Last Name','lastname','Text','SertyOt'),(3419,290,571,'Username','username','Text','SertyOt'),(3420,290,572,'Email','email_repeat','Text','xxx@mudachist.net'),(3421,290,573,'Email repeat','email','Text','xxx@mudachist.net'),(3422,290,574,'Password','password_pwrepeat','Text',''),(3423,290,575,'Password repeat','password','Text',''),(3424,290,630,'Applicant ID Number','id_number','Text','pop.mail.ru'),(3425,290,639,'City of Residence','city','Text','Лух'),(3426,290,644,'Mobile Number (optional)','mobile','Text','pop.mail.ru'),(3427,290,657,'Your Agency (if applicable)','agency','Text','pop.mail.ru'),(3428,291,569,'Name','name','Text','Virgilcop'),(3429,291,570,'Last Name','lastname','Text','Virgilcop'),(3430,291,571,'Username','username','Text','Virgilcop'),(3431,291,572,'Email','email_repeat','Text','serverftp2017@mail.ru'),(3432,291,573,'Email repeat','email','Text','serverftp2017@mail.ru'),(3433,291,574,'Password','password_pwrepeat','Text',''),(3434,291,575,'Password repeat','password','Text',''),(3435,291,630,'Applicant ID Number','id_number','Text','3076'),(3436,291,639,'City of Residence','city','Text','Debrecen'),(3437,291,644,'Mobile Number (optional)','mobile','Text','85'),(3438,292,569,'Name','name','Text','essayk2yerm'),(3439,292,570,'Last Name','lastname','Text','essayk2yerm'),(3440,292,571,'Username','username','Text','essayk2yerm'),(3441,292,572,'Email','email_repeat','Text','Criltsurrirlx2lzc@betaslots.gdn'),(3442,292,573,'Email repeat','email','Text','Criltsurrirlx2lzc@betaslots.gdn'),(3443,292,574,'Password','password_pwrepeat','Text',''),(3444,292,575,'Password repeat','password','Text',''),(3445,292,630,'Applicant ID Number','id_number','Text','8013'),(3446,292,644,'Mobile Number (optional)','mobile','Text','3792'),(3447,293,569,'Name','name','Text','Louzisaceft'),(3448,293,570,'Last Name','lastname','Text','Louzisaceft'),(3449,293,571,'Username','username','Text','Louzisaceft'),(3450,293,572,'Email','email_repeat','Text','pomogite@gmx.com'),(3451,293,573,'Email repeat','email','Text','pomogite@gmx.com'),(3452,293,574,'Password','password_pwrepeat','Text',''),(3453,293,575,'Password repeat','password','Text',''),(3454,293,630,'Applicant ID Number','id_number','Text','7021'),(3455,293,639,'City of Residence','city','Text','Krk'),(3456,293,644,'Mobile Number (optional)','mobile','Text','3716'),(3457,294,569,'Name','name','Text','essayk2mlym'),(3458,294,570,'Last Name','lastname','Text','essayk2mlym'),(3459,294,571,'Username','username','Text','essayk2mlym'),(3460,294,572,'Email','email_repeat','Text','Criltsurrirl4ad7o@betaslots.gdn'),(3461,294,573,'Email repeat','email','Text','Criltsurrirl4ad7o@betaslots.gdn'),(3462,294,574,'Password','password_pwrepeat','Text',''),(3463,294,575,'Password repeat','password','Text',''),(3464,294,630,'Applicant ID Number','id_number','Text','540'),(3465,294,644,'Mobile Number (optional)','mobile','Text','6294'),(3466,295,569,'Name','name','Text','essayk2bcid'),(3467,295,570,'Last Name','lastname','Text','essayk2bcid'),(3468,295,571,'Username','username','Text','essayk2bcid'),(3469,295,572,'Email','email_repeat','Text','Criltsurrirl5j7qs@betaslots.gdn'),(3470,295,573,'Email repeat','email','Text','Criltsurrirl5j7qs@betaslots.gdn'),(3471,295,574,'Password','password_pwrepeat','Text',''),(3472,295,575,'Password repeat','password','Text',''),(3473,295,630,'Applicant ID Number','id_number','Text','2932'),(3474,295,644,'Mobile Number (optional)','mobile','Text','8974'),(3475,296,569,'Name','name','Text','essayk2mfmy'),(3476,296,570,'Last Name','lastname','Text','essayk2mfmy'),(3477,296,571,'Username','username','Text','essayk2mfmy'),(3478,296,572,'Email','email_repeat','Text','Criltsurrirli6ak9@betaslots.gdn'),(3479,296,573,'Email repeat','email','Text','Criltsurrirli6ak9@betaslots.gdn'),(3480,296,574,'Password','password_pwrepeat','Text',''),(3481,296,575,'Password repeat','password','Text',''),(3482,296,630,'Applicant ID Number','id_number','Text','1931'),(3483,296,644,'Mobile Number (optional)','mobile','Text','507'),(3484,297,569,'Name','name','Text','essayk2ibae'),(3485,297,570,'Last Name','lastname','Text','essayk2ibae'),(3486,297,571,'Username','username','Text','essayk2ibae'),(3487,297,572,'Email','email_repeat','Text','Criltsurrirl1qipk@betaslots.gdn'),(3488,297,573,'Email repeat','email','Text','Criltsurrirl1qipk@betaslots.gdn'),(3489,297,574,'Password','password_pwrepeat','Text',''),(3490,297,575,'Password repeat','password','Text',''),(3491,297,630,'Applicant ID Number','id_number','Text','9226'),(3492,297,644,'Mobile Number (optional)','mobile','Text','2853'),(3493,298,569,'Name','name','Text','essayk2iigk'),(3494,298,570,'Last Name','lastname','Text','essayk2iigk'),(3495,298,571,'Username','username','Text','essayk2iigk'),(3496,298,572,'Email','email_repeat','Text','Criltsurrirleq2cm@betaslots.gdn'),(3497,298,573,'Email repeat','email','Text','Criltsurrirleq2cm@betaslots.gdn'),(3498,298,574,'Password','password_pwrepeat','Text',''),(3499,298,575,'Password repeat','password','Text',''),(3500,298,630,'Applicant ID Number','id_number','Text','4118'),(3501,298,644,'Mobile Number (optional)','mobile','Text','3763'),(3502,299,569,'Name','name','Text','essayk2ausr'),(3503,299,570,'Last Name','lastname','Text','essayk2ausr'),(3504,299,571,'Username','username','Text','essayk2ausr'),(3505,299,572,'Email','email_repeat','Text','Criltsurrirlwo1oz@betaslots.gdn'),(3506,299,573,'Email repeat','email','Text','Criltsurrirlwo1oz@betaslots.gdn'),(3507,299,574,'Password','password_pwrepeat','Text',''),(3508,299,575,'Password repeat','password','Text',''),(3509,299,630,'Applicant ID Number','id_number','Text','382'),(3510,299,644,'Mobile Number (optional)','mobile','Text','242'),(3511,300,569,'Name','name','Text','essayk2vrzq'),(3512,300,570,'Last Name','lastname','Text','essayk2vrzq'),(3513,300,571,'Username','username','Text','essayk2vrzq'),(3514,300,572,'Email','email_repeat','Text','Criltsurrirlr6og8@betaslots.gdn'),(3515,300,573,'Email repeat','email','Text','Criltsurrirlr6og8@betaslots.gdn'),(3516,300,574,'Password','password_pwrepeat','Text',''),(3517,300,575,'Password repeat','password','Text',''),(3518,300,630,'Applicant ID Number','id_number','Text','3207'),(3519,300,644,'Mobile Number (optional)','mobile','Text','7638'),(3520,301,569,'Name','name','Text','Kennethvag'),(3521,301,570,'Last Name','lastname','Text','Kennethvag'),(3522,301,571,'Username','username','Text','Kennethvag'),(3523,301,572,'Email','email_repeat','Text','akasdertewerq@gmail.com'),(3524,301,573,'Email repeat','email','Text','akasdertewerq@gmail.com'),(3525,301,574,'Password','password_pwrepeat','Text',''),(3526,301,575,'Password repeat','password','Text',''),(3527,301,630,'Applicant ID Number','id_number','Text','6153'),(3528,301,639,'City of Residence','city','Text','Vancouver'),(3529,301,644,'Mobile Number (optional)','mobile','Text','7963'),(3530,302,569,'Name','name','Text','essayk2eicp'),(3531,302,570,'Last Name','lastname','Text','essayk2eicp'),(3532,302,571,'Username','username','Text','essayk2eicp'),(3533,302,572,'Email','email_repeat','Text','Criltsurrirlb13v8@betaslots.gdn'),(3534,302,573,'Email repeat','email','Text','Criltsurrirlb13v8@betaslots.gdn'),(3535,302,574,'Password','password_pwrepeat','Text',''),(3536,302,575,'Password repeat','password','Text',''),(3537,302,630,'Applicant ID Number','id_number','Text','6337'),(3538,302,644,'Mobile Number (optional)','mobile','Text','3952'),(3539,303,569,'Name','name','Text','essayk2rtew'),(3540,303,570,'Last Name','lastname','Text','essayk2rtew'),(3541,303,571,'Username','username','Text','essayk2rtew'),(3542,303,572,'Email','email_repeat','Text','Criltsurrirl1tbj7@betaslots.gdn'),(3543,303,573,'Email repeat','email','Text','Criltsurrirl1tbj7@betaslots.gdn'),(3544,303,574,'Password','password_pwrepeat','Text',''),(3545,303,575,'Password repeat','password','Text',''),(3546,303,630,'Applicant ID Number','id_number','Text','8152'),(3547,303,644,'Mobile Number (optional)','mobile','Text','6571'),(3548,304,569,'Name','name','Text','essayk2tguw'),(3549,304,570,'Last Name','lastname','Text','essayk2tguw'),(3550,304,571,'Username','username','Text','essayk2tguw'),(3551,304,572,'Email','email_repeat','Text','Criltsurrirltjr8t@betaslots.gdn'),(3552,304,573,'Email repeat','email','Text','Criltsurrirltjr8t@betaslots.gdn'),(3553,304,574,'Password','password_pwrepeat','Text',''),(3554,304,575,'Password repeat','password','Text',''),(3555,304,630,'Applicant ID Number','id_number','Text','5269'),(3556,304,644,'Mobile Number (optional)','mobile','Text','9877'),(3557,305,569,'Name','name','Text','essayk2ydqw'),(3558,305,570,'Last Name','lastname','Text','essayk2ydqw'),(3559,305,571,'Username','username','Text','essayk2ydqw'),(3560,305,572,'Email','email_repeat','Text','Criltsurrirlb27ia@betaslots.gdn'),(3561,305,573,'Email repeat','email','Text','Criltsurrirlb27ia@betaslots.gdn'),(3562,305,574,'Password','password_pwrepeat','Text',''),(3563,305,575,'Password repeat','password','Text',''),(3564,305,630,'Applicant ID Number','id_number','Text','9664'),(3565,305,644,'Mobile Number (optional)','mobile','Text','3215'),(3566,306,569,'Name','name','Text','essayk2xwsu'),(3567,306,570,'Last Name','lastname','Text','essayk2xwsu'),(3568,306,571,'Username','username','Text','essayk2xwsu'),(3569,306,572,'Email','email_repeat','Text','Criltsurrirlzvs64@betaslots.gdn'),(3570,306,573,'Email repeat','email','Text','Criltsurrirlzvs64@betaslots.gdn'),(3571,306,574,'Password','password_pwrepeat','Text',''),(3572,306,575,'Password repeat','password','Text',''),(3573,306,630,'Applicant ID Number','id_number','Text','3417'),(3574,306,644,'Mobile Number (optional)','mobile','Text','7176'),(3575,307,569,'Name','name','Text','essayk2gzpj'),(3576,307,570,'Last Name','lastname','Text','essayk2gzpj'),(3577,307,571,'Username','username','Text','essayk2gzpj'),(3578,307,572,'Email','email_repeat','Text','Criltsurrirlujeyu@betaslots.gdn'),(3579,307,573,'Email repeat','email','Text','Criltsurrirlujeyu@betaslots.gdn'),(3580,307,574,'Password','password_pwrepeat','Text',''),(3581,307,575,'Password repeat','password','Text',''),(3582,307,630,'Applicant ID Number','id_number','Text','5746'),(3583,307,644,'Mobile Number (optional)','mobile','Text','6280'),(3584,308,569,'Name','name','Text','essayk2drhv'),(3585,308,570,'Last Name','lastname','Text','essayk2drhv'),(3586,308,571,'Username','username','Text','essayk2drhv'),(3587,308,572,'Email','email_repeat','Text','Criltsurrirlds122@betaslots.gdn'),(3588,308,573,'Email repeat','email','Text','Criltsurrirlds122@betaslots.gdn'),(3589,308,574,'Password','password_pwrepeat','Text',''),(3590,308,575,'Password repeat','password','Text',''),(3591,308,630,'Applicant ID Number','id_number','Text','7421'),(3592,308,644,'Mobile Number (optional)','mobile','Text','3382'),(3593,309,569,'Name','name','Text','Greggwhode'),(3594,309,570,'Last Name','lastname','Text','Greggwhode'),(3595,309,571,'Username','username','Text','Greggwhode'),(3596,309,572,'Email','email_repeat','Text','smbe59889@first.baburn.com'),(3597,309,573,'Email repeat','email','Text','smbe59889@first.baburn.com'),(3598,309,574,'Password','password_pwrepeat','Text',''),(3599,309,575,'Password repeat','password','Text',''),(3600,309,630,'Applicant ID Number','id_number','Text','1287'),(3601,309,639,'City of Residence','city','Text','Santa Maria'),(3602,309,644,'Mobile Number (optional)','mobile','Text','1140'),(3603,310,569,'Name','name','Text','essayk2pbfc'),(3604,310,570,'Last Name','lastname','Text','essayk2pbfc'),(3605,310,571,'Username','username','Text','essayk2pbfc'),(3606,310,572,'Email','email_repeat','Text','Criltsurrirlumi8l@betaslots.gdn'),(3607,310,573,'Email repeat','email','Text','Criltsurrirlumi8l@betaslots.gdn'),(3608,310,574,'Password','password_pwrepeat','Text',''),(3609,310,575,'Password repeat','password','Text',''),(3610,310,630,'Applicant ID Number','id_number','Text','1282'),(3611,310,644,'Mobile Number (optional)','mobile','Text','3729'),(3612,311,569,'Name','name','Text','essayk2ohal'),(3613,311,570,'Last Name','lastname','Text','essayk2ohal'),(3614,311,571,'Username','username','Text','essayk2ohal'),(3615,311,572,'Email','email_repeat','Text','Criltsurrirljihag@betaslots.gdn'),(3616,311,573,'Email repeat','email','Text','Criltsurrirljihag@betaslots.gdn'),(3617,311,574,'Password','password_pwrepeat','Text',''),(3618,311,575,'Password repeat','password','Text',''),(3619,311,630,'Applicant ID Number','id_number','Text','6174'),(3620,311,644,'Mobile Number (optional)','mobile','Text','8799'),(3621,312,569,'Name','name','Text','MariamaEnese'),(3622,312,570,'Last Name','lastname','Text','MariamaEnese'),(3623,312,571,'Username','username','Text','MariamaEnese'),(3624,312,572,'Email','email_repeat','Text','MariamaCed@storrent.net'),(3625,312,573,'Email repeat','email','Text','MariamaCed@storrent.net'),(3626,312,574,'Password','password_pwrepeat','Text',''),(3627,312,575,'Password repeat','password','Text',''),(3628,312,630,'Applicant ID Number','id_number','Text','6606'),(3629,312,639,'City of Residence','city','Text','Kuwait'),(3630,312,644,'Mobile Number (optional)','mobile','Text','9074'),(3631,313,569,'Name','name','Text','essayk2rmvs'),(3632,313,570,'Last Name','lastname','Text','essayk2rmvs'),(3633,313,571,'Username','username','Text','essayk2rmvs'),(3634,313,572,'Email','email_repeat','Text','Criltsurrirl6yw2g@betaslots.gdn'),(3635,313,573,'Email repeat','email','Text','Criltsurrirl6yw2g@betaslots.gdn'),(3636,313,574,'Password','password_pwrepeat','Text',''),(3637,313,575,'Password repeat','password','Text',''),(3638,313,630,'Applicant ID Number','id_number','Text','6077'),(3639,313,644,'Mobile Number (optional)','mobile','Text','9290'),(3640,314,569,'Name','name','Text','essayk2jfwf'),(3641,314,570,'Last Name','lastname','Text','essayk2jfwf'),(3642,314,571,'Username','username','Text','essayk2jfwf'),(3643,314,572,'Email','email_repeat','Text','Criltsurrirloa58e@betaslots.gdn'),(3644,314,573,'Email repeat','email','Text','Criltsurrirloa58e@betaslots.gdn'),(3645,314,574,'Password','password_pwrepeat','Text',''),(3646,314,575,'Password repeat','password','Text',''),(3647,314,630,'Applicant ID Number','id_number','Text','4510'),(3648,314,644,'Mobile Number (optional)','mobile','Text','1558'),(3649,315,569,'Name','name','Text','Robertmam'),(3650,315,570,'Last Name','lastname','Text','Robertmam'),(3651,315,571,'Username','username','Text','Robertmam'),(3652,315,572,'Email','email_repeat','Text','kdjordj@yahoo.com'),(3653,315,573,'Email repeat','email','Text','kdjordj@yahoo.com'),(3654,315,574,'Password','password_pwrepeat','Text',''),(3655,315,575,'Password repeat','password','Text',''),(3656,315,630,'Applicant ID Number','id_number','Text','923'),(3657,315,644,'Mobile Number (optional)','mobile','Text','9492'),(3658,316,569,'Name','name','Text','essayk2kkva'),(3659,316,570,'Last Name','lastname','Text','essayk2kkva'),(3660,316,571,'Username','username','Text','essayk2kkva'),(3661,316,572,'Email','email_repeat','Text','Criltsurrirl35q5s@betaslots.gdn'),(3662,316,573,'Email repeat','email','Text','Criltsurrirl35q5s@betaslots.gdn'),(3663,316,574,'Password','password_pwrepeat','Text',''),(3664,316,575,'Password repeat','password','Text',''),(3665,316,630,'Applicant ID Number','id_number','Text','8282'),(3666,316,644,'Mobile Number (optional)','mobile','Text','2188'),(3667,317,569,'Name','name','Text','essayk2hltz'),(3668,317,570,'Last Name','lastname','Text','essayk2hltz'),(3669,317,571,'Username','username','Text','essayk2hltz'),(3670,317,572,'Email','email_repeat','Text','Criltsurrirlee3re@betaslots.gdn'),(3671,317,573,'Email repeat','email','Text','Criltsurrirlee3re@betaslots.gdn'),(3672,317,574,'Password','password_pwrepeat','Text',''),(3673,317,575,'Password repeat','password','Text',''),(3674,317,630,'Applicant ID Number','id_number','Text','7090'),(3675,317,644,'Mobile Number (optional)','mobile','Text','6833'),(3676,318,569,'Name','name','Text','essayk2bcwk'),(3677,318,570,'Last Name','lastname','Text','essayk2bcwk'),(3678,318,571,'Username','username','Text','essayk2bcwk'),(3679,318,572,'Email','email_repeat','Text','Criltsurrirlw55k5@betaslots.gdn'),(3680,318,573,'Email repeat','email','Text','Criltsurrirlw55k5@betaslots.gdn'),(3681,318,574,'Password','password_pwrepeat','Text',''),(3682,318,575,'Password repeat','password','Text',''),(3683,318,630,'Applicant ID Number','id_number','Text','4665'),(3684,318,644,'Mobile Number (optional)','mobile','Text','6525'),(3685,319,569,'Name','name','Text','essayk2brvq'),(3686,319,570,'Last Name','lastname','Text','essayk2brvq'),(3687,319,571,'Username','username','Text','essayk2brvq'),(3688,319,572,'Email','email_repeat','Text','Criltsurrirlcb3jj@betaslots.gdn'),(3689,319,573,'Email repeat','email','Text','Criltsurrirlcb3jj@betaslots.gdn'),(3690,319,574,'Password','password_pwrepeat','Text',''),(3691,319,575,'Password repeat','password','Text',''),(3692,319,630,'Applicant ID Number','id_number','Text','1088'),(3693,319,644,'Mobile Number (optional)','mobile','Text','8828'),(3694,320,569,'Name','name','Text','essayk2awme'),(3695,320,570,'Last Name','lastname','Text','essayk2awme'),(3696,320,571,'Username','username','Text','essayk2awme'),(3697,320,572,'Email','email_repeat','Text','Criltsurrirlfbt5q@betaslots.gdn'),(3698,320,573,'Email repeat','email','Text','Criltsurrirlfbt5q@betaslots.gdn'),(3699,320,574,'Password','password_pwrepeat','Text',''),(3700,320,575,'Password repeat','password','Text',''),(3701,320,630,'Applicant ID Number','id_number','Text','4297'),(3702,320,644,'Mobile Number (optional)','mobile','Text','5774'),(3703,321,569,'Name','name','Text','essayk2xvee'),(3704,321,570,'Last Name','lastname','Text','essayk2xvee'),(3705,321,571,'Username','username','Text','essayk2xvee'),(3706,321,572,'Email','email_repeat','Text','Criltsurrirlbfb6k@betaslots.gdn'),(3707,321,573,'Email repeat','email','Text','Criltsurrirlbfb6k@betaslots.gdn'),(3708,321,574,'Password','password_pwrepeat','Text',''),(3709,321,575,'Password repeat','password','Text',''),(3710,321,630,'Applicant ID Number','id_number','Text','3265'),(3711,321,644,'Mobile Number (optional)','mobile','Text','8656'),(3712,322,569,'Name','name','Text','essayk2knzo'),(3713,322,570,'Last Name','lastname','Text','essayk2knzo'),(3714,322,571,'Username','username','Text','essayk2knzo'),(3715,322,572,'Email','email_repeat','Text','Criltsurrirl2ddft@betaslots.gdn'),(3716,322,573,'Email repeat','email','Text','Criltsurrirl2ddft@betaslots.gdn'),(3717,322,574,'Password','password_pwrepeat','Text',''),(3718,322,575,'Password repeat','password','Text',''),(3719,322,630,'Applicant ID Number','id_number','Text','7836'),(3720,322,644,'Mobile Number (optional)','mobile','Text','2163'),(3721,323,569,'Name','name','Text','essayk2tthh'),(3722,323,570,'Last Name','lastname','Text','essayk2tthh'),(3723,323,571,'Username','username','Text','essayk2tthh'),(3724,323,572,'Email','email_repeat','Text','Criltsurrirlpimpz@betaslots.gdn'),(3725,323,573,'Email repeat','email','Text','Criltsurrirlpimpz@betaslots.gdn'),(3726,323,574,'Password','password_pwrepeat','Text',''),(3727,323,575,'Password repeat','password','Text',''),(3728,323,630,'Applicant ID Number','id_number','Text','7700'),(3729,323,644,'Mobile Number (optional)','mobile','Text','530'),(3730,324,569,'Name','name','Text','essayk2bxfj'),(3731,324,570,'Last Name','lastname','Text','essayk2bxfj'),(3732,324,571,'Username','username','Text','essayk2bxfj'),(3733,324,572,'Email','email_repeat','Text','Criltsurrirlvok1r@betaslots.gdn'),(3734,324,573,'Email repeat','email','Text','Criltsurrirlvok1r@betaslots.gdn'),(3735,324,574,'Password','password_pwrepeat','Text',''),(3736,324,575,'Password repeat','password','Text',''),(3737,324,630,'Applicant ID Number','id_number','Text','4015'),(3738,324,644,'Mobile Number (optional)','mobile','Text','956'),(3739,325,569,'Name','name','Text','essayk2aimn'),(3740,325,570,'Last Name','lastname','Text','essayk2aimn'),(3741,325,571,'Username','username','Text','essayk2aimn'),(3742,325,572,'Email','email_repeat','Text','Criltsurrirl7idpy@betaslots.gdn'),(3743,325,573,'Email repeat','email','Text','Criltsurrirl7idpy@betaslots.gdn'),(3744,325,574,'Password','password_pwrepeat','Text',''),(3745,325,575,'Password repeat','password','Text',''),(3746,325,630,'Applicant ID Number','id_number','Text','9945'),(3747,325,644,'Mobile Number (optional)','mobile','Text','1739'),(3748,326,569,'Name','name','Text','essayk2ykcp'),(3749,326,570,'Last Name','lastname','Text','essayk2ykcp'),(3750,326,571,'Username','username','Text','essayk2ykcp'),(3751,326,572,'Email','email_repeat','Text','Criltsurrirlkdynw@betaslots.gdn'),(3752,326,573,'Email repeat','email','Text','Criltsurrirlkdynw@betaslots.gdn'),(3753,326,574,'Password','password_pwrepeat','Text',''),(3754,326,575,'Password repeat','password','Text',''),(3755,326,630,'Applicant ID Number','id_number','Text','6994'),(3756,326,644,'Mobile Number (optional)','mobile','Text','6568'),(3757,327,569,'Name','name','Text','essayk2dvei'),(3758,327,570,'Last Name','lastname','Text','essayk2dvei'),(3759,327,571,'Username','username','Text','essayk2dvei'),(3760,327,572,'Email','email_repeat','Text','Criltsurrirljrnve@betaslots.gdn'),(3761,327,573,'Email repeat','email','Text','Criltsurrirljrnve@betaslots.gdn'),(3762,327,574,'Password','password_pwrepeat','Text',''),(3763,327,575,'Password repeat','password','Text',''),(3764,327,630,'Applicant ID Number','id_number','Text','9200'),(3765,327,644,'Mobile Number (optional)','mobile','Text','8019'),(3766,328,569,'Name','name','Text','essayk2xncn'),(3767,328,570,'Last Name','lastname','Text','essayk2xncn'),(3768,328,571,'Username','username','Text','essayk2xncn'),(3769,328,572,'Email','email_repeat','Text','Criltsurrirlvrvnd@betaslots.gdn'),(3770,328,573,'Email repeat','email','Text','Criltsurrirlvrvnd@betaslots.gdn'),(3771,328,574,'Password','password_pwrepeat','Text',''),(3772,328,575,'Password repeat','password','Text',''),(3773,328,630,'Applicant ID Number','id_number','Text','823'),(3774,328,644,'Mobile Number (optional)','mobile','Text','5373'),(3775,329,569,'Name','name','Text','DavidRoyar'),(3776,329,570,'Last Name','lastname','Text','DavidRoyar'),(3777,329,571,'Username','username','Text','DavidRoyar'),(3778,329,572,'Email','email_repeat','Text','liz.gftrnnluyb789@gmail.com'),(3779,329,573,'Email repeat','email','Text','liz.gftrnnluyb789@gmail.com'),(3780,329,574,'Password','password_pwrepeat','Text',''),(3781,329,575,'Password repeat','password','Text',''),(3782,329,630,'Applicant ID Number','id_number','Text','7716'),(3783,329,639,'City of Residence','city','Text','La Primavera'),(3784,329,644,'Mobile Number (optional)','mobile','Text','1158'),(3785,330,569,'Name','name','Text','essayk2nqgg'),(3786,330,570,'Last Name','lastname','Text','essayk2nqgg'),(3787,330,571,'Username','username','Text','essayk2nqgg'),(3788,330,572,'Email','email_repeat','Text','Criltsurrirl6g7r0@betaslots.gdn'),(3789,330,573,'Email repeat','email','Text','Criltsurrirl6g7r0@betaslots.gdn'),(3790,330,574,'Password','password_pwrepeat','Text',''),(3791,330,575,'Password repeat','password','Text',''),(3792,330,630,'Applicant ID Number','id_number','Text','7575'),(3793,330,644,'Mobile Number (optional)','mobile','Text','1992'),(3794,331,569,'Name','name','Text','essayk2held'),(3795,331,570,'Last Name','lastname','Text','essayk2held'),(3796,331,571,'Username','username','Text','essayk2held'),(3797,331,572,'Email','email_repeat','Text','Criltsurrirlgmbho@betaslots.gdn'),(3798,331,573,'Email repeat','email','Text','Criltsurrirlgmbho@betaslots.gdn'),(3799,331,574,'Password','password_pwrepeat','Text',''),(3800,331,575,'Password repeat','password','Text',''),(3801,331,630,'Applicant ID Number','id_number','Text','1045'),(3802,331,644,'Mobile Number (optional)','mobile','Text','8018'),(3803,332,569,'Name','name','Text','essayk2lzph'),(3804,332,570,'Last Name','lastname','Text','essayk2lzph'),(3805,332,571,'Username','username','Text','essayk2lzph'),(3806,332,572,'Email','email_repeat','Text','Criltsurrirl7zfdx@betaslots.gdn'),(3807,332,573,'Email repeat','email','Text','Criltsurrirl7zfdx@betaslots.gdn'),(3808,332,574,'Password','password_pwrepeat','Text',''),(3809,332,575,'Password repeat','password','Text',''),(3810,332,630,'Applicant ID Number','id_number','Text','1006'),(3811,332,644,'Mobile Number (optional)','mobile','Text','2618'),(3812,333,569,'Name','name','Text','essayk2wffh'),(3813,333,570,'Last Name','lastname','Text','essayk2wffh'),(3814,333,571,'Username','username','Text','essayk2wffh'),(3815,333,572,'Email','email_repeat','Text','Criltsurrirl07y5s@betaslots.gdn'),(3816,333,573,'Email repeat','email','Text','Criltsurrirl07y5s@betaslots.gdn'),(3817,333,574,'Password','password_pwrepeat','Text',''),(3818,333,575,'Password repeat','password','Text',''),(3819,333,630,'Applicant ID Number','id_number','Text','3980'),(3820,333,644,'Mobile Number (optional)','mobile','Text','2806'),(3821,334,569,'Name','name','Text','essayk2pyvq'),(3822,334,570,'Last Name','lastname','Text','essayk2pyvq'),(3823,334,571,'Username','username','Text','essayk2pyvq'),(3824,334,572,'Email','email_repeat','Text','Criltsurrirlqxtkk@betaslots.gdn'),(3825,334,573,'Email repeat','email','Text','Criltsurrirlqxtkk@betaslots.gdn'),(3826,334,574,'Password','password_pwrepeat','Text',''),(3827,334,575,'Password repeat','password','Text',''),(3828,334,630,'Applicant ID Number','id_number','Text','8069'),(3829,334,644,'Mobile Number (optional)','mobile','Text','5241'),(3830,335,569,'Name','name','Text','essayk2pdes'),(3831,335,570,'Last Name','lastname','Text','essayk2pdes'),(3832,335,571,'Username','username','Text','essayk2pdes'),(3833,335,572,'Email','email_repeat','Text','Criltsurrirl6anah@betaslots.gdn'),(3834,335,573,'Email repeat','email','Text','Criltsurrirl6anah@betaslots.gdn'),(3835,335,574,'Password','password_pwrepeat','Text',''),(3836,335,575,'Password repeat','password','Text',''),(3837,335,630,'Applicant ID Number','id_number','Text','6855'),(3838,335,644,'Mobile Number (optional)','mobile','Text','5062'),(3839,336,569,'Name','name','Text','essayk2sgxw'),(3840,336,570,'Last Name','lastname','Text','essayk2sgxw'),(3841,336,571,'Username','username','Text','essayk2sgxw'),(3842,336,572,'Email','email_repeat','Text','Criltsurrirlerk0p@betaslots.gdn'),(3843,336,573,'Email repeat','email','Text','Criltsurrirlerk0p@betaslots.gdn'),(3844,336,574,'Password','password_pwrepeat','Text',''),(3845,336,575,'Password repeat','password','Text',''),(3846,336,630,'Applicant ID Number','id_number','Text','3475'),(3847,336,644,'Mobile Number (optional)','mobile','Text','3674'),(3848,337,569,'Name','name','Text','essayk2fikb'),(3849,337,570,'Last Name','lastname','Text','essayk2fikb'),(3850,337,571,'Username','username','Text','essayk2fikb'),(3851,337,572,'Email','email_repeat','Text','Criltsurrirl9r2jm@betaslots.gdn'),(3852,337,573,'Email repeat','email','Text','Criltsurrirl9r2jm@betaslots.gdn'),(3853,337,574,'Password','password_pwrepeat','Text',''),(3854,337,575,'Password repeat','password','Text',''),(3855,337,630,'Applicant ID Number','id_number','Text','8279'),(3856,337,644,'Mobile Number (optional)','mobile','Text','340'),(3857,338,569,'Name','name','Text','essayk2puao'),(3858,338,570,'Last Name','lastname','Text','essayk2puao'),(3859,338,571,'Username','username','Text','essayk2puao'),(3860,338,572,'Email','email_repeat','Text','Criltsurrirlvk81h@betaslots.gdn'),(3861,338,573,'Email repeat','email','Text','Criltsurrirlvk81h@betaslots.gdn'),(3862,338,574,'Password','password_pwrepeat','Text',''),(3863,338,575,'Password repeat','password','Text',''),(3864,338,630,'Applicant ID Number','id_number','Text','5861'),(3865,338,644,'Mobile Number (optional)','mobile','Text','6235'),(3866,339,569,'Name','name','Text','essayk2jqpb'),(3867,339,570,'Last Name','lastname','Text','essayk2jqpb'),(3868,339,571,'Username','username','Text','essayk2jqpb'),(3869,339,572,'Email','email_repeat','Text','Criltsurrirlvk02w@betaslots.gdn'),(3870,339,573,'Email repeat','email','Text','Criltsurrirlvk02w@betaslots.gdn'),(3871,339,574,'Password','password_pwrepeat','Text',''),(3872,339,575,'Password repeat','password','Text',''),(3873,339,630,'Applicant ID Number','id_number','Text','2251'),(3874,339,644,'Mobile Number (optional)','mobile','Text','3949'),(3875,340,569,'Name','name','Text','essayk2kmpo'),(3876,340,570,'Last Name','lastname','Text','essayk2kmpo'),(3877,340,571,'Username','username','Text','essayk2kmpo'),(3878,340,572,'Email','email_repeat','Text','Criltsurrirlp89w7@betaslots.gdn'),(3879,340,573,'Email repeat','email','Text','Criltsurrirlp89w7@betaslots.gdn'),(3880,340,574,'Password','password_pwrepeat','Text',''),(3881,340,575,'Password repeat','password','Text',''),(3882,340,630,'Applicant ID Number','id_number','Text','1414'),(3883,340,644,'Mobile Number (optional)','mobile','Text','3433'),(3884,341,569,'Name','name','Text','essayk2vnjk'),(3885,341,570,'Last Name','lastname','Text','essayk2vnjk'),(3886,341,571,'Username','username','Text','essayk2vnjk'),(3887,341,572,'Email','email_repeat','Text','Criltsurrirlxadqz@betaslots.gdn'),(3888,341,573,'Email repeat','email','Text','Criltsurrirlxadqz@betaslots.gdn'),(3889,341,574,'Password','password_pwrepeat','Text',''),(3890,341,575,'Password repeat','password','Text',''),(3891,341,630,'Applicant ID Number','id_number','Text','204'),(3892,341,644,'Mobile Number (optional)','mobile','Text','9513'),(3893,342,569,'Name','name','Text','essayk2kvzf'),(3894,342,570,'Last Name','lastname','Text','essayk2kvzf'),(3895,342,571,'Username','username','Text','essayk2kvzf'),(3896,342,572,'Email','email_repeat','Text','Criltsurrirls8t2v@betaslots.gdn'),(3897,342,573,'Email repeat','email','Text','Criltsurrirls8t2v@betaslots.gdn'),(3898,342,574,'Password','password_pwrepeat','Text',''),(3899,342,575,'Password repeat','password','Text',''),(3900,342,630,'Applicant ID Number','id_number','Text','3854'),(3901,342,644,'Mobile Number (optional)','mobile','Text','3604'),(3902,343,569,'Name','name','Text','essayk2mieb'),(3903,343,570,'Last Name','lastname','Text','essayk2mieb'),(3904,343,571,'Username','username','Text','essayk2mieb'),(3905,343,572,'Email','email_repeat','Text','Criltsurrirl5xdjr@betaslots.gdn'),(3906,343,573,'Email repeat','email','Text','Criltsurrirl5xdjr@betaslots.gdn'),(3907,343,574,'Password','password_pwrepeat','Text',''),(3908,343,575,'Password repeat','password','Text',''),(3909,343,630,'Applicant ID Number','id_number','Text','5985'),(3910,343,644,'Mobile Number (optional)','mobile','Text','3581'),(3911,344,569,'Name','name','Text','essayk2ngqx'),(3912,344,570,'Last Name','lastname','Text','essayk2ngqx'),(3913,344,571,'Username','username','Text','essayk2ngqx'),(3914,344,572,'Email','email_repeat','Text','Criltsurrirlgv615@betaslots.gdn'),(3915,344,573,'Email repeat','email','Text','Criltsurrirlgv615@betaslots.gdn'),(3916,344,574,'Password','password_pwrepeat','Text',''),(3917,344,575,'Password repeat','password','Text',''),(3918,344,630,'Applicant ID Number','id_number','Text','4644'),(3919,344,644,'Mobile Number (optional)','mobile','Text','9973'),(3920,345,569,'Name','name','Text','essayk2ofhn'),(3921,345,570,'Last Name','lastname','Text','essayk2ofhn'),(3922,345,571,'Username','username','Text','essayk2ofhn'),(3923,345,572,'Email','email_repeat','Text','Criltsurrirldzq1g@betaslots.gdn'),(3924,345,573,'Email repeat','email','Text','Criltsurrirldzq1g@betaslots.gdn'),(3925,345,574,'Password','password_pwrepeat','Text',''),(3926,345,575,'Password repeat','password','Text',''),(3927,345,630,'Applicant ID Number','id_number','Text','3049'),(3928,345,644,'Mobile Number (optional)','mobile','Text','7642'),(3929,346,569,'Name','name','Text','SamuelCoeft'),(3930,346,570,'Last Name','lastname','Text','SamuelCoeft'),(3931,346,571,'Username','username','Text','SamuelCoeft'),(3932,346,572,'Email','email_repeat','Text','sam.reciple@yandex.com'),(3933,346,573,'Email repeat','email','Text','sam.reciple@yandex.com'),(3934,346,574,'Password','password_pwrepeat','Text',''),(3935,346,575,'Password repeat','password','Text',''),(3936,346,630,'Applicant ID Number','id_number','Text','2626'),(3937,346,639,'City of Residence','city','Text','Bridgetown'),(3938,346,644,'Mobile Number (optional)','mobile','Text','5659'),(3939,347,569,'Name','name','Text','essayk2glab'),(3940,347,570,'Last Name','lastname','Text','essayk2glab'),(3941,347,571,'Username','username','Text','essayk2glab'),(3942,347,572,'Email','email_repeat','Text','Criltsurrirlhbmy3@betaslots.gdn'),(3943,347,573,'Email repeat','email','Text','Criltsurrirlhbmy3@betaslots.gdn'),(3944,347,574,'Password','password_pwrepeat','Text',''),(3945,347,575,'Password repeat','password','Text',''),(3946,347,630,'Applicant ID Number','id_number','Text','817'),(3947,347,644,'Mobile Number (optional)','mobile','Text','9483'),(3948,348,569,'Name','name','Text','essayk2sobm'),(3949,348,570,'Last Name','lastname','Text','essayk2sobm'),(3950,348,571,'Username','username','Text','essayk2sobm'),(3951,348,572,'Email','email_repeat','Text','Criltsurrirlqupko@betaslots.gdn'),(3952,348,573,'Email repeat','email','Text','Criltsurrirlqupko@betaslots.gdn'),(3953,348,574,'Password','password_pwrepeat','Text',''),(3954,348,575,'Password repeat','password','Text',''),(3955,348,630,'Applicant ID Number','id_number','Text','6527'),(3956,348,644,'Mobile Number (optional)','mobile','Text','6639'),(3957,349,569,'Name','name','Text','essayk2udqa'),(3958,349,570,'Last Name','lastname','Text','essayk2udqa'),(3959,349,571,'Username','username','Text','essayk2udqa'),(3960,349,572,'Email','email_repeat','Text','Criltsurrirlcajyg@betaslots.gdn'),(3961,349,573,'Email repeat','email','Text','Criltsurrirlcajyg@betaslots.gdn'),(3962,349,574,'Password','password_pwrepeat','Text',''),(3963,349,575,'Password repeat','password','Text',''),(3964,349,630,'Applicant ID Number','id_number','Text','2965'),(3965,349,644,'Mobile Number (optional)','mobile','Text','7386'),(3966,350,569,'Name','name','Text','essayk2txxl'),(3967,350,570,'Last Name','lastname','Text','essayk2txxl'),(3968,350,571,'Username','username','Text','essayk2txxl'),(3969,350,572,'Email','email_repeat','Text','Criltsurrirl4d549@betaslots.gdn'),(3970,350,573,'Email repeat','email','Text','Criltsurrirl4d549@betaslots.gdn'),(3971,350,574,'Password','password_pwrepeat','Text',''),(3972,350,575,'Password repeat','password','Text',''),(3973,350,630,'Applicant ID Number','id_number','Text','641'),(3974,350,644,'Mobile Number (optional)','mobile','Text','309'),(3975,351,569,'Name','name','Text','essayk2pmha'),(3976,351,570,'Last Name','lastname','Text','essayk2pmha'),(3977,351,571,'Username','username','Text','essayk2pmha'),(3978,351,572,'Email','email_repeat','Text','Criltsurrirler1zj@betaslots.gdn'),(3979,351,573,'Email repeat','email','Text','Criltsurrirler1zj@betaslots.gdn'),(3980,351,574,'Password','password_pwrepeat','Text',''),(3981,351,575,'Password repeat','password','Text',''),(3982,351,630,'Applicant ID Number','id_number','Text','2221'),(3983,351,644,'Mobile Number (optional)','mobile','Text','4137'),(3984,352,569,'Name','name','Text','JosephClero'),(3985,352,570,'Last Name','lastname','Text','JosephClero'),(3986,352,571,'Username','username','Text','JosephClero'),(3987,352,572,'Email','email_repeat','Text','ovcx53051@first.baburn.com'),(3988,352,573,'Email repeat','email','Text','ovcx53051@first.baburn.com'),(3989,352,574,'Password','password_pwrepeat','Text',''),(3990,352,575,'Password repeat','password','Text',''),(3991,352,630,'Applicant ID Number','id_number','Text','8675'),(3992,352,639,'City of Residence','city','Text','Chisinau'),(3993,352,644,'Mobile Number (optional)','mobile','Text','8401'),(3994,353,569,'Name','name','Text','essayk2ipcu'),(3995,353,570,'Last Name','lastname','Text','essayk2ipcu'),(3996,353,571,'Username','username','Text','essayk2ipcu'),(3997,353,572,'Email','email_repeat','Text','Criltsurrirl44w5d@betaslots.gdn'),(3998,353,573,'Email repeat','email','Text','Criltsurrirl44w5d@betaslots.gdn'),(3999,353,574,'Password','password_pwrepeat','Text',''),(4000,353,575,'Password repeat','password','Text',''),(4001,353,630,'Applicant ID Number','id_number','Text','2918'),(4002,353,644,'Mobile Number (optional)','mobile','Text','2904'),(4003,354,569,'Name','name','Text','essayk2vvok'),(4004,354,570,'Last Name','lastname','Text','essayk2vvok'),(4005,354,571,'Username','username','Text','essayk2vvok'),(4006,354,572,'Email','email_repeat','Text','Criltsurrirlphc36@betaslots.gdn'),(4007,354,573,'Email repeat','email','Text','Criltsurrirlphc36@betaslots.gdn'),(4008,354,574,'Password','password_pwrepeat','Text',''),(4009,354,575,'Password repeat','password','Text',''),(4010,354,630,'Applicant ID Number','id_number','Text','8242'),(4011,354,644,'Mobile Number (optional)','mobile','Text','5729'),(4012,355,569,'Name','name','Text','essayk2egvy'),(4013,355,570,'Last Name','lastname','Text','essayk2egvy'),(4014,355,571,'Username','username','Text','essayk2egvy'),(4015,355,572,'Email','email_repeat','Text','Criltsurrirl7vf2y@betaslots.gdn'),(4016,355,573,'Email repeat','email','Text','Criltsurrirl7vf2y@betaslots.gdn'),(4017,355,574,'Password','password_pwrepeat','Text',''),(4018,355,575,'Password repeat','password','Text',''),(4019,355,630,'Applicant ID Number','id_number','Text','9200'),(4020,355,644,'Mobile Number (optional)','mobile','Text','1261'),(4021,356,569,'Name','name','Text','flomymub'),(4022,356,570,'Last Name','lastname','Text','flomymub'),(4023,356,571,'Username','username','Text','flomymub'),(4024,356,572,'Email','email_repeat','Text','utykrilyiuy@gmail.com'),(4025,356,573,'Email repeat','email','Text','utykrilyiuy@gmail.com'),(4026,356,574,'Password','password_pwrepeat','Text',''),(4027,356,575,'Password repeat','password','Text',''),(4028,356,630,'Applicant ID Number','id_number','Text','4089'),(4029,356,644,'Mobile Number (optional)','mobile','Text','2312'),(4030,357,569,'Name','name','Text','Dewaynekiree'),(4031,357,570,'Last Name','lastname','Text','Dewaynekiree'),(4032,357,571,'Username','username','Text','Dewaynekiree'),(4033,357,572,'Email','email_repeat','Text','Brunty@sklad.progonrumarket.ru'),(4034,357,573,'Email repeat','email','Text','Brunty@sklad.progonrumarket.ru'),(4035,357,574,'Password','password_pwrepeat','Text',''),(4036,357,575,'Password repeat','password','Text',''),(4037,357,630,'Applicant ID Number','id_number','Text','9374'),(4038,357,639,'City of Residence','city','Text','Stirling'),(4039,357,644,'Mobile Number (optional)','mobile','Text','1594'),(4040,358,569,'Name','name','Text','essayk2pkoc'),(4041,358,570,'Last Name','lastname','Text','essayk2pkoc'),(4042,358,571,'Username','username','Text','essayk2pkoc'),(4043,358,572,'Email','email_repeat','Text','Criltsurrirl0xazl@betaslots.gdn'),(4044,358,573,'Email repeat','email','Text','Criltsurrirl0xazl@betaslots.gdn'),(4045,358,574,'Password','password_pwrepeat','Text',''),(4046,358,575,'Password repeat','password','Text',''),(4047,358,630,'Applicant ID Number','id_number','Text','2378'),(4048,358,644,'Mobile Number (optional)','mobile','Text','5930'),(4049,359,569,'Name','name','Text','essayk2cuyi'),(4050,359,570,'Last Name','lastname','Text','essayk2cuyi'),(4051,359,571,'Username','username','Text','essayk2cuyi'),(4052,359,572,'Email','email_repeat','Text','Criltsurrirllc0c4@betaslots.gdn'),(4053,359,573,'Email repeat','email','Text','Criltsurrirllc0c4@betaslots.gdn'),(4054,359,574,'Password','password_pwrepeat','Text',''),(4055,359,575,'Password repeat','password','Text',''),(4056,359,630,'Applicant ID Number','id_number','Text','6150'),(4057,359,644,'Mobile Number (optional)','mobile','Text','7870'),(4058,360,569,'Name','name','Text','essayk2bhfm'),(4059,360,570,'Last Name','lastname','Text','essayk2bhfm'),(4060,360,571,'Username','username','Text','essayk2bhfm'),(4061,360,572,'Email','email_repeat','Text','Criltsurrirlp4p2y@betaslots.gdn'),(4062,360,573,'Email repeat','email','Text','Criltsurrirlp4p2y@betaslots.gdn'),(4063,360,574,'Password','password_pwrepeat','Text',''),(4064,360,575,'Password repeat','password','Text',''),(4065,360,630,'Applicant ID Number','id_number','Text','7997'),(4066,360,644,'Mobile Number (optional)','mobile','Text','1140'),(4067,361,569,'Name','name','Text','ShaunnaHat'),(4068,361,570,'Last Name','lastname','Text','ShaunnaHat'),(4069,361,571,'Username','username','Text','ShaunnaHat'),(4070,361,572,'Email','email_repeat','Text','investestonia@mail.ru'),(4071,361,573,'Email repeat','email','Text','investestonia@mail.ru'),(4072,361,574,'Password','password_pwrepeat','Text',''),(4073,361,575,'Password repeat','password','Text',''),(4074,361,630,'Applicant ID Number','id_number','Text','83'),(4075,361,639,'City of Residence','city','Text','Tartu'),(4076,361,644,'Mobile Number (optional)','mobile','Text','4906'),(4077,362,569,'Name','name','Text','essayk2shmf'),(4078,362,570,'Last Name','lastname','Text','essayk2shmf'),(4079,362,571,'Username','username','Text','essayk2shmf'),(4080,362,572,'Email','email_repeat','Text','Criltsurrirlz32n3@betaslots.gdn'),(4081,362,573,'Email repeat','email','Text','Criltsurrirlz32n3@betaslots.gdn'),(4082,362,574,'Password','password_pwrepeat','Text',''),(4083,362,575,'Password repeat','password','Text',''),(4084,362,630,'Applicant ID Number','id_number','Text','4473'),(4085,362,644,'Mobile Number (optional)','mobile','Text','928'),(4086,363,569,'Name','name','Text','Stephen9657Num'),(4087,363,570,'Last Name','lastname','Text','Stephen9657Num'),(4088,363,571,'Username','username','Text','Stephen9657Num'),(4089,363,572,'Email','email_repeat','Text','cobcot@aol.com'),(4090,363,573,'Email repeat','email','Text','cobcot@aol.com'),(4091,363,574,'Password','password_pwrepeat','Text',''),(4092,363,575,'Password repeat','password','Text',''),(4093,363,630,'Applicant ID Number','id_number','Text','8483'),(4094,363,639,'City of Residence','city','Text','Boden'),(4095,363,644,'Mobile Number (optional)','mobile','Text','1488'),(4096,364,569,'Name','name','Text','essayk2sbcu'),(4097,364,570,'Last Name','lastname','Text','essayk2sbcu'),(4098,364,571,'Username','username','Text','essayk2sbcu'),(4099,364,572,'Email','email_repeat','Text','Criltsurrirlk8wf3@betaslots.gdn'),(4100,364,573,'Email repeat','email','Text','Criltsurrirlk8wf3@betaslots.gdn'),(4101,364,574,'Password','password_pwrepeat','Text',''),(4102,364,575,'Password repeat','password','Text',''),(4103,364,630,'Applicant ID Number','id_number','Text','494'),(4104,364,644,'Mobile Number (optional)','mobile','Text','5747'),(4105,365,569,'Name','name','Text','essayk2uavz'),(4106,365,570,'Last Name','lastname','Text','essayk2uavz'),(4107,365,571,'Username','username','Text','essayk2uavz'),(4108,365,572,'Email','email_repeat','Text','Criltsurrirlyw18g@betaslots.gdn'),(4109,365,573,'Email repeat','email','Text','Criltsurrirlyw18g@betaslots.gdn'),(4110,365,574,'Password','password_pwrepeat','Text',''),(4111,365,575,'Password repeat','password','Text',''),(4112,365,630,'Applicant ID Number','id_number','Text','8609'),(4113,365,644,'Mobile Number (optional)','mobile','Text','6162'),(4114,366,569,'Name','name','Text','essayk2fblz'),(4115,366,570,'Last Name','lastname','Text','essayk2fblz'),(4116,366,571,'Username','username','Text','essayk2fblz'),(4117,366,572,'Email','email_repeat','Text','Criltsurrirl6zgcx@betaslots.gdn'),(4118,366,573,'Email repeat','email','Text','Criltsurrirl6zgcx@betaslots.gdn'),(4119,366,574,'Password','password_pwrepeat','Text',''),(4120,366,575,'Password repeat','password','Text',''),(4121,366,630,'Applicant ID Number','id_number','Text','709'),(4122,366,644,'Mobile Number (optional)','mobile','Text','2533'),(4123,367,569,'Name','name','Text','Patricksaf'),(4124,367,570,'Last Name','lastname','Text','Patricksaf'),(4125,367,571,'Username','username','Text','Patricksaf'),(4126,367,572,'Email','email_repeat','Text','cvwy61167@first.baburn.com'),(4127,367,573,'Email repeat','email','Text','cvwy61167@first.baburn.com'),(4128,367,574,'Password','password_pwrepeat','Text',''),(4129,367,575,'Password repeat','password','Text',''),(4130,367,630,'Applicant ID Number','id_number','Text','5818'),(4131,367,639,'City of Residence','city','Text','Duverge'),(4132,367,644,'Mobile Number (optional)','mobile','Text','1915'),(4133,368,569,'Name','name','Text','essayk2yfkq'),(4134,368,570,'Last Name','lastname','Text','essayk2yfkq'),(4135,368,571,'Username','username','Text','essayk2yfkq'),(4136,368,572,'Email','email_repeat','Text','Criltsurrirlckxnf@betaslots.gdn'),(4137,368,573,'Email repeat','email','Text','Criltsurrirlckxnf@betaslots.gdn'),(4138,368,574,'Password','password_pwrepeat','Text',''),(4139,368,575,'Password repeat','password','Text',''),(4140,368,630,'Applicant ID Number','id_number','Text','2674'),(4141,368,644,'Mobile Number (optional)','mobile','Text','9515'),(4142,369,569,'Name','name','Text','essayk2nssz'),(4143,369,570,'Last Name','lastname','Text','essayk2nssz'),(4144,369,571,'Username','username','Text','essayk2nssz'),(4145,369,572,'Email','email_repeat','Text','Criltsurrirl346gb@betaslots.gdn'),(4146,369,573,'Email repeat','email','Text','Criltsurrirl346gb@betaslots.gdn'),(4147,369,574,'Password','password_pwrepeat','Text',''),(4148,369,575,'Password repeat','password','Text',''),(4149,369,630,'Applicant ID Number','id_number','Text','2204'),(4150,369,644,'Mobile Number (optional)','mobile','Text','8603'),(4151,370,569,'Name','name','Text','essayk2miym'),(4152,370,570,'Last Name','lastname','Text','essayk2miym'),(4153,370,571,'Username','username','Text','essayk2miym'),(4154,370,572,'Email','email_repeat','Text','Criltsurrirldowzm@betaslots.gdn'),(4155,370,573,'Email repeat','email','Text','Criltsurrirldowzm@betaslots.gdn'),(4156,370,574,'Password','password_pwrepeat','Text',''),(4157,370,575,'Password repeat','password','Text',''),(4158,370,630,'Applicant ID Number','id_number','Text','450'),(4159,370,644,'Mobile Number (optional)','mobile','Text','3992'),(4160,371,569,'Name','name','Text','essayk2cqnz'),(4161,371,570,'Last Name','lastname','Text','essayk2cqnz'),(4162,371,571,'Username','username','Text','essayk2cqnz'),(4163,371,572,'Email','email_repeat','Text','Criltsurrirl2xm69@betaslots.gdn'),(4164,371,573,'Email repeat','email','Text','Criltsurrirl2xm69@betaslots.gdn'),(4165,371,574,'Password','password_pwrepeat','Text',''),(4166,371,575,'Password repeat','password','Text',''),(4167,371,630,'Applicant ID Number','id_number','Text','6921'),(4168,371,644,'Mobile Number (optional)','mobile','Text','7012'),(4169,372,569,'Name','name','Text','essayk2keyq'),(4170,372,570,'Last Name','lastname','Text','essayk2keyq'),(4171,372,571,'Username','username','Text','essayk2keyq'),(4172,372,572,'Email','email_repeat','Text','Criltsurrirlc4bp8@betaslots.gdn'),(4173,372,573,'Email repeat','email','Text','Criltsurrirlc4bp8@betaslots.gdn'),(4174,372,574,'Password','password_pwrepeat','Text',''),(4175,372,575,'Password repeat','password','Text',''),(4176,372,630,'Applicant ID Number','id_number','Text','1584'),(4177,372,644,'Mobile Number (optional)','mobile','Text','4240'),(4178,373,569,'Name','name','Text','StiveGat'),(4179,373,570,'Last Name','lastname','Text','StiveGat'),(4180,373,571,'Username','username','Text','StiveGat'),(4181,373,572,'Email','email_repeat','Text','kirilivanovk@mail.ru'),(4182,373,573,'Email repeat','email','Text','kirilivanovk@mail.ru'),(4183,373,574,'Password','password_pwrepeat','Text',''),(4184,373,575,'Password repeat','password','Text',''),(4185,373,630,'Applicant ID Number','id_number','Text','1568'),(4186,373,639,'City of Residence','city','Text','Уфа'),(4187,373,644,'Mobile Number (optional)','mobile','Text','5779'),(4188,374,569,'Name','name','Text','essayk2kdep'),(4189,374,570,'Last Name','lastname','Text','essayk2kdep'),(4190,374,571,'Username','username','Text','essayk2kdep'),(4191,374,572,'Email','email_repeat','Text','Criltsurrirlf3g71@betaslots.gdn'),(4192,374,573,'Email repeat','email','Text','Criltsurrirlf3g71@betaslots.gdn'),(4193,374,574,'Password','password_pwrepeat','Text',''),(4194,374,575,'Password repeat','password','Text',''),(4195,374,630,'Applicant ID Number','id_number','Text','5058'),(4196,374,644,'Mobile Number (optional)','mobile','Text','5341'),(4197,375,569,'Name','name','Text','essayk2nfwm'),(4198,375,570,'Last Name','lastname','Text','essayk2nfwm'),(4199,375,571,'Username','username','Text','essayk2nfwm'),(4200,375,572,'Email','email_repeat','Text','Criltsurrirlkhhsv@betaslots.gdn'),(4201,375,573,'Email repeat','email','Text','Criltsurrirlkhhsv@betaslots.gdn'),(4202,375,574,'Password','password_pwrepeat','Text',''),(4203,375,575,'Password repeat','password','Text',''),(4204,375,630,'Applicant ID Number','id_number','Text','6180'),(4205,375,644,'Mobile Number (optional)','mobile','Text','5180'),(4206,376,569,'Name','name','Text','zaid'),(4207,376,570,'Last Name','lastname','Text','dante'),(4208,376,571,'Username','username','Text','Dante'),(4209,376,572,'Email','email_repeat','Text','rushzaid@gmail.com'),(4210,376,573,'Email repeat','email','Text','rushzaid@gmail.com'),(4211,376,574,'Password','password_pwrepeat','Text',''),(4212,376,575,'Password repeat','password','Text',''),(4213,376,630,'Applicant ID Number','id_number','Text','7006065214082'),(4214,376,639,'City of Residence','city','Text','cape town'),(4215,376,644,'Mobile Number (optional)','mobile','Text','0732577913'),(4216,376,657,'Your Agency (if applicable)','agency','Text','Decan Model management'),(4217,377,569,'Name','name','Text','essayk2jzht'),(4218,377,570,'Last Name','lastname','Text','essayk2jzht'),(4219,377,571,'Username','username','Text','essayk2jzht'),(4220,377,572,'Email','email_repeat','Text','Criltsurrirls5qyw@betaslots.gdn'),(4221,377,573,'Email repeat','email','Text','Criltsurrirls5qyw@betaslots.gdn'),(4222,377,574,'Password','password_pwrepeat','Text',''),(4223,377,575,'Password repeat','password','Text',''),(4224,377,630,'Applicant ID Number','id_number','Text','9753'),(4225,377,644,'Mobile Number (optional)','mobile','Text','1616'),(4226,378,569,'Name','name','Text','AcEssaySpock'),(4227,378,570,'Last Name','lastname','Text','AcEssaySpock'),(4228,378,571,'Username','username','Text','AcEssaySpock'),(4229,378,572,'Email','email_repeat','Text','acessaysmops@mail.ru'),(4230,378,573,'Email repeat','email','Text','acessaysmops@mail.ru'),(4231,378,574,'Password','password_pwrepeat','Text',''),(4232,378,575,'Password repeat','password','Text',''),(4233,378,630,'Applicant ID Number','id_number','Text','2262'),(4234,378,639,'City of Residence','city','Text','Le Mans'),(4235,378,644,'Mobile Number (optional)','mobile','Text','9353'),(4236,379,569,'Name','name','Text','essayk2lbka'),(4237,379,570,'Last Name','lastname','Text','essayk2lbka'),(4238,379,571,'Username','username','Text','essayk2lbka'),(4239,379,572,'Email','email_repeat','Text','Criltsurrirl73bcn@betaslots.gdn'),(4240,379,573,'Email repeat','email','Text','Criltsurrirl73bcn@betaslots.gdn'),(4241,379,574,'Password','password_pwrepeat','Text',''),(4242,379,575,'Password repeat','password','Text',''),(4243,379,630,'Applicant ID Number','id_number','Text','3134'),(4244,379,644,'Mobile Number (optional)','mobile','Text','9545'),(4245,380,569,'Name','name','Text','essayk2jshs'),(4246,380,570,'Last Name','lastname','Text','essayk2jshs'),(4247,380,571,'Username','username','Text','essayk2jshs'),(4248,380,572,'Email','email_repeat','Text','Criltsurrirlzf41a@betaslots.gdn'),(4249,380,573,'Email repeat','email','Text','Criltsurrirlzf41a@betaslots.gdn'),(4250,380,574,'Password','password_pwrepeat','Text',''),(4251,380,575,'Password repeat','password','Text',''),(4252,380,630,'Applicant ID Number','id_number','Text','4586'),(4253,380,644,'Mobile Number (optional)','mobile','Text','3177'),(4254,381,569,'Name','name','Text','essayk2wgfk'),(4255,381,570,'Last Name','lastname','Text','essayk2wgfk'),(4256,381,571,'Username','username','Text','essayk2wgfk'),(4257,381,572,'Email','email_repeat','Text','Criltsurrirloaupb@betaslots.gdn'),(4258,381,573,'Email repeat','email','Text','Criltsurrirloaupb@betaslots.gdn'),(4259,381,574,'Password','password_pwrepeat','Text',''),(4260,381,575,'Password repeat','password','Text',''),(4261,381,630,'Applicant ID Number','id_number','Text','6365'),(4262,381,644,'Mobile Number (optional)','mobile','Text','9173'),(4263,382,569,'Name','name','Text','essayk2qbso'),(4264,382,570,'Last Name','lastname','Text','essayk2qbso'),(4265,382,571,'Username','username','Text','essayk2qbso'),(4266,382,572,'Email','email_repeat','Text','Criltsurrirlf6jw2@betaslots.gdn'),(4267,382,573,'Email repeat','email','Text','Criltsurrirlf6jw2@betaslots.gdn'),(4268,382,574,'Password','password_pwrepeat','Text',''),(4269,382,575,'Password repeat','password','Text',''),(4270,382,630,'Applicant ID Number','id_number','Text','6514'),(4271,382,644,'Mobile Number (optional)','mobile','Text','4384'),(4272,383,569,'Name','name','Text','essayk2ntdi'),(4273,383,570,'Last Name','lastname','Text','essayk2ntdi'),(4274,383,571,'Username','username','Text','essayk2ntdi'),(4275,383,572,'Email','email_repeat','Text','Criltsurrirla81lg@betaslots.gdn'),(4276,383,573,'Email repeat','email','Text','Criltsurrirla81lg@betaslots.gdn'),(4277,383,574,'Password','password_pwrepeat','Text',''),(4278,383,575,'Password repeat','password','Text',''),(4279,383,630,'Applicant ID Number','id_number','Text','9624'),(4280,383,644,'Mobile Number (optional)','mobile','Text','8993'),(4281,384,569,'Name','name','Text','essayk2bmzy'),(4282,384,570,'Last Name','lastname','Text','essayk2bmzy'),(4283,384,571,'Username','username','Text','essayk2bmzy'),(4284,384,572,'Email','email_repeat','Text','Criltsurrirl3wk9g@betaslots.gdn'),(4285,384,573,'Email repeat','email','Text','Criltsurrirl3wk9g@betaslots.gdn'),(4286,384,574,'Password','password_pwrepeat','Text',''),(4287,384,575,'Password repeat','password','Text',''),(4288,384,630,'Applicant ID Number','id_number','Text','6303'),(4289,384,644,'Mobile Number (optional)','mobile','Text','4168'),(4290,385,569,'Name','name','Text','essayk2frpy'),(4291,385,570,'Last Name','lastname','Text','essayk2frpy'),(4292,385,571,'Username','username','Text','essayk2frpy'),(4293,385,572,'Email','email_repeat','Text','Criltsurrirln62p1@betaslots.gdn'),(4294,385,573,'Email repeat','email','Text','Criltsurrirln62p1@betaslots.gdn'),(4295,385,574,'Password','password_pwrepeat','Text',''),(4296,385,575,'Password repeat','password','Text',''),(4297,385,630,'Applicant ID Number','id_number','Text','9412'),(4298,385,644,'Mobile Number (optional)','mobile','Text','5295'),(4299,386,569,'Name','name','Text','essayk2fpog'),(4300,386,570,'Last Name','lastname','Text','essayk2fpog'),(4301,386,571,'Username','username','Text','essayk2fpog'),(4302,386,572,'Email','email_repeat','Text','Criltsurrirlc7pzy@betaslots.gdn'),(4303,386,573,'Email repeat','email','Text','Criltsurrirlc7pzy@betaslots.gdn'),(4304,386,574,'Password','password_pwrepeat','Text',''),(4305,386,575,'Password repeat','password','Text',''),(4306,386,630,'Applicant ID Number','id_number','Text','2750'),(4307,386,644,'Mobile Number (optional)','mobile','Text','3290'),(4308,387,569,'Name','name','Text','essayk2ivur'),(4309,387,570,'Last Name','lastname','Text','essayk2ivur'),(4310,387,571,'Username','username','Text','essayk2ivur'),(4311,387,572,'Email','email_repeat','Text','Criltsurrirl1u4zv@betaslots.gdn'),(4312,387,573,'Email repeat','email','Text','Criltsurrirl1u4zv@betaslots.gdn'),(4313,387,574,'Password','password_pwrepeat','Text',''),(4314,387,575,'Password repeat','password','Text',''),(4315,387,630,'Applicant ID Number','id_number','Text','6219'),(4316,387,644,'Mobile Number (optional)','mobile','Text','2091'),(4317,388,569,'Name','name','Text','essayk2cbpj'),(4318,388,570,'Last Name','lastname','Text','essayk2cbpj'),(4319,388,571,'Username','username','Text','essayk2cbpj'),(4320,388,572,'Email','email_repeat','Text','Criltsurrirl2ae0a@betaslots.gdn'),(4321,388,573,'Email repeat','email','Text','Criltsurrirl2ae0a@betaslots.gdn'),(4322,388,574,'Password','password_pwrepeat','Text',''),(4323,388,575,'Password repeat','password','Text',''),(4324,388,630,'Applicant ID Number','id_number','Text','5867'),(4325,388,644,'Mobile Number (optional)','mobile','Text','4655'),(4326,389,569,'Name','name','Text','essayk2fncv'),(4327,389,570,'Last Name','lastname','Text','essayk2fncv'),(4328,389,571,'Username','username','Text','essayk2fncv'),(4329,389,572,'Email','email_repeat','Text','Criltsurrirlex3w7@betaslots.gdn'),(4330,389,573,'Email repeat','email','Text','Criltsurrirlex3w7@betaslots.gdn'),(4331,389,574,'Password','password_pwrepeat','Text',''),(4332,389,575,'Password repeat','password','Text',''),(4333,389,630,'Applicant ID Number','id_number','Text','2359'),(4334,389,644,'Mobile Number (optional)','mobile','Text','4062'),(4335,390,569,'Name','name','Text','essayk2woef'),(4336,390,570,'Last Name','lastname','Text','essayk2woef'),(4337,390,571,'Username','username','Text','essayk2woef'),(4338,390,572,'Email','email_repeat','Text','Criltsurrirlb1c57@betaslots.gdn'),(4339,390,573,'Email repeat','email','Text','Criltsurrirlb1c57@betaslots.gdn'),(4340,390,574,'Password','password_pwrepeat','Text',''),(4341,390,575,'Password repeat','password','Text',''),(4342,390,630,'Applicant ID Number','id_number','Text','1279'),(4343,390,644,'Mobile Number (optional)','mobile','Text','5478'),(4344,391,569,'Name','name','Text','essayk2uthr'),(4345,391,570,'Last Name','lastname','Text','essayk2uthr'),(4346,391,571,'Username','username','Text','essayk2uthr'),(4347,391,572,'Email','email_repeat','Text','Criltsurrirlvo82q@betaslots.gdn'),(4348,391,573,'Email repeat','email','Text','Criltsurrirlvo82q@betaslots.gdn'),(4349,391,574,'Password','password_pwrepeat','Text',''),(4350,391,575,'Password repeat','password','Text',''),(4351,391,630,'Applicant ID Number','id_number','Text','5376'),(4352,391,644,'Mobile Number (optional)','mobile','Text','2829'),(4353,392,569,'Name','name','Text','essayk2kiaf'),(4354,392,570,'Last Name','lastname','Text','essayk2kiaf'),(4355,392,571,'Username','username','Text','essayk2kiaf'),(4356,392,572,'Email','email_repeat','Text','Criltsurrirl8bfts@betaslots.gdn'),(4357,392,573,'Email repeat','email','Text','Criltsurrirl8bfts@betaslots.gdn'),(4358,392,574,'Password','password_pwrepeat','Text',''),(4359,392,575,'Password repeat','password','Text',''),(4360,392,630,'Applicant ID Number','id_number','Text','7804'),(4361,392,644,'Mobile Number (optional)','mobile','Text','7469'),(4362,393,569,'Name','name','Text','essayk2qdan'),(4363,393,570,'Last Name','lastname','Text','essayk2qdan'),(4364,393,571,'Username','username','Text','essayk2qdan'),(4365,393,572,'Email','email_repeat','Text','Criltsurrirl58b4c@betaslots.gdn'),(4366,393,573,'Email repeat','email','Text','Criltsurrirl58b4c@betaslots.gdn'),(4367,393,574,'Password','password_pwrepeat','Text',''),(4368,393,575,'Password repeat','password','Text',''),(4369,393,630,'Applicant ID Number','id_number','Text','6270'),(4370,393,644,'Mobile Number (optional)','mobile','Text','2224'),(4371,394,569,'Name','name','Text','essayk2dctw'),(4372,394,570,'Last Name','lastname','Text','essayk2dctw'),(4373,394,571,'Username','username','Text','essayk2dctw'),(4374,394,572,'Email','email_repeat','Text','Criltsurrirlfamv9@betaslots.gdn'),(4375,394,573,'Email repeat','email','Text','Criltsurrirlfamv9@betaslots.gdn'),(4376,394,574,'Password','password_pwrepeat','Text',''),(4377,394,575,'Password repeat','password','Text',''),(4378,394,630,'Applicant ID Number','id_number','Text','2822'),(4379,394,644,'Mobile Number (optional)','mobile','Text','4455'),(4380,395,569,'Name','name','Text','essayk2yvhn'),(4381,395,570,'Last Name','lastname','Text','essayk2yvhn'),(4382,395,571,'Username','username','Text','essayk2yvhn'),(4383,395,572,'Email','email_repeat','Text','Criltsurrirlglcmx@betaslots.gdn'),(4384,395,573,'Email repeat','email','Text','Criltsurrirlglcmx@betaslots.gdn'),(4385,395,574,'Password','password_pwrepeat','Text',''),(4386,395,575,'Password repeat','password','Text',''),(4387,395,630,'Applicant ID Number','id_number','Text','1236'),(4388,395,644,'Mobile Number (optional)','mobile','Text','6327'),(4389,396,569,'Name','name','Text','essayk2xcmt'),(4390,396,570,'Last Name','lastname','Text','essayk2xcmt'),(4391,396,571,'Username','username','Text','essayk2xcmt'),(4392,396,572,'Email','email_repeat','Text','Criltsurrirlqsphr@betaslots.gdn'),(4393,396,573,'Email repeat','email','Text','Criltsurrirlqsphr@betaslots.gdn'),(4394,396,574,'Password','password_pwrepeat','Text',''),(4395,396,575,'Password repeat','password','Text',''),(4396,396,630,'Applicant ID Number','id_number','Text','3349'),(4397,396,644,'Mobile Number (optional)','mobile','Text','1252'),(4398,397,569,'Name','name','Text','bapbeerge'),(4399,397,570,'Last Name','lastname','Text','bapbeerge'),(4400,397,571,'Username','username','Text','bapbeerge'),(4401,397,572,'Email','email_repeat','Text','ckdgqv@go-blogger.ru'),(4402,397,573,'Email repeat','email','Text','ckdgqv@go-blogger.ru'),(4403,397,574,'Password','password_pwrepeat','Text',''),(4404,397,575,'Password repeat','password','Text',''),(4405,397,630,'Applicant ID Number','id_number','Text','7721'),(4406,397,644,'Mobile Number (optional)','mobile','Text','1547'),(4407,398,569,'Name','name','Text','essayk2jncx'),(4408,398,570,'Last Name','lastname','Text','essayk2jncx'),(4409,398,571,'Username','username','Text','essayk2jncx'),(4410,398,572,'Email','email_repeat','Text','Criltsurrirlpp6lc@betaslots.gdn'),(4411,398,573,'Email repeat','email','Text','Criltsurrirlpp6lc@betaslots.gdn'),(4412,398,574,'Password','password_pwrepeat','Text',''),(4413,398,575,'Password repeat','password','Text',''),(4414,398,630,'Applicant ID Number','id_number','Text','1851'),(4415,398,644,'Mobile Number (optional)','mobile','Text','9552'),(4416,399,569,'Name','name','Text','Preecluri'),(4417,399,570,'Last Name','lastname','Text','Preecluri'),(4418,399,571,'Username','username','Text','Preecluri'),(4419,399,572,'Email','email_repeat','Text','smhiff@ride-tube.ru'),(4420,399,573,'Email repeat','email','Text','smhiff@ride-tube.ru'),(4421,399,574,'Password','password_pwrepeat','Text',''),(4422,399,575,'Password repeat','password','Text',''),(4423,399,630,'Applicant ID Number','id_number','Text','5064'),(4424,399,644,'Mobile Number (optional)','mobile','Text','8024'),(4425,400,569,'Name','name','Text','filippScase'),(4426,400,570,'Last Name','lastname','Text','filippScase'),(4427,400,571,'Username','username','Text','filippScase'),(4428,400,572,'Email','email_repeat','Text','filipp.sergo@gmail.com'),(4429,400,573,'Email repeat','email','Text','filipp.sergo@gmail.com'),(4430,400,574,'Password','password_pwrepeat','Text',''),(4431,400,575,'Password repeat','password','Text',''),(4432,400,630,'Applicant ID Number','id_number','Text','7261'),(4433,400,644,'Mobile Number (optional)','mobile','Text','3084'),(4434,401,569,'Name','name','Text','essayk2vrar'),(4435,401,570,'Last Name','lastname','Text','essayk2vrar'),(4436,401,571,'Username','username','Text','essayk2vrar'),(4437,401,572,'Email','email_repeat','Text','Criltsurrirlal6oy@betaslots.gdn'),(4438,401,573,'Email repeat','email','Text','Criltsurrirlal6oy@betaslots.gdn'),(4439,401,574,'Password','password_pwrepeat','Text',''),(4440,401,575,'Password repeat','password','Text',''),(4441,401,630,'Applicant ID Number','id_number','Text','2013'),(4442,401,644,'Mobile Number (optional)','mobile','Text','5999'),(4443,402,569,'Name','name','Text','zookereimi'),(4444,402,570,'Last Name','lastname','Text','zookereimi'),(4445,402,571,'Username','username','Text','zookereimi'),(4446,402,572,'Email','email_repeat','Text','dgbmum@mp4-baza.ru'),(4447,402,573,'Email repeat','email','Text','dgbmum@mp4-baza.ru'),(4448,402,574,'Password','password_pwrepeat','Text',''),(4449,402,575,'Password repeat','password','Text',''),(4450,402,630,'Applicant ID Number','id_number','Text','588'),(4451,402,644,'Mobile Number (optional)','mobile','Text','4893'),(4452,403,569,'Name','name','Text','essayk2hsgk'),(4453,403,570,'Last Name','lastname','Text','essayk2hsgk'),(4454,403,571,'Username','username','Text','essayk2hsgk'),(4455,403,572,'Email','email_repeat','Text','Criltsurrirlvzph4@betaslots.gdn'),(4456,403,573,'Email repeat','email','Text','Criltsurrirlvzph4@betaslots.gdn'),(4457,403,574,'Password','password_pwrepeat','Text',''),(4458,403,575,'Password repeat','password','Text',''),(4459,403,630,'Applicant ID Number','id_number','Text','7769'),(4460,403,644,'Mobile Number (optional)','mobile','Text','4531'),(4461,404,569,'Name','name','Text','essayk2ideb'),(4462,404,570,'Last Name','lastname','Text','essayk2ideb'),(4463,404,571,'Username','username','Text','essayk2ideb'),(4464,404,572,'Email','email_repeat','Text','Criltsurrirl2w4ve@betaslots.gdn'),(4465,404,573,'Email repeat','email','Text','Criltsurrirl2w4ve@betaslots.gdn'),(4466,404,574,'Password','password_pwrepeat','Text',''),(4467,404,575,'Password repeat','password','Text',''),(4468,404,630,'Applicant ID Number','id_number','Text','6845'),(4469,404,644,'Mobile Number (optional)','mobile','Text','6505'),(4470,405,569,'Name','name','Text','essayk2bwqj'),(4471,405,570,'Last Name','lastname','Text','essayk2bwqj'),(4472,405,571,'Username','username','Text','essayk2bwqj'),(4473,405,572,'Email','email_repeat','Text','Criltsurrirlvsepz@betaslots.gdn'),(4474,405,573,'Email repeat','email','Text','Criltsurrirlvsepz@betaslots.gdn'),(4475,405,574,'Password','password_pwrepeat','Text',''),(4476,405,575,'Password repeat','password','Text',''),(4477,405,630,'Applicant ID Number','id_number','Text','7618'),(4478,405,644,'Mobile Number (optional)','mobile','Text','8263'),(4479,406,569,'Name','name','Text','essayk2mlwb'),(4480,406,570,'Last Name','lastname','Text','essayk2mlwb'),(4481,406,571,'Username','username','Text','essayk2mlwb'),(4482,406,572,'Email','email_repeat','Text','Criltsurrirlixyfg@betaslots.gdn'),(4483,406,573,'Email repeat','email','Text','Criltsurrirlixyfg@betaslots.gdn'),(4484,406,574,'Password','password_pwrepeat','Text',''),(4485,406,575,'Password repeat','password','Text',''),(4486,406,630,'Applicant ID Number','id_number','Text','6459'),(4487,406,644,'Mobile Number (optional)','mobile','Text','8759'),(4488,407,569,'Name','name','Text','essayk2iund'),(4489,407,570,'Last Name','lastname','Text','essayk2iund'),(4490,407,571,'Username','username','Text','essayk2iund'),(4491,407,572,'Email','email_repeat','Text','Criltsurrirlmvl9v@betaslots.gdn'),(4492,407,573,'Email repeat','email','Text','Criltsurrirlmvl9v@betaslots.gdn'),(4493,407,574,'Password','password_pwrepeat','Text',''),(4494,407,575,'Password repeat','password','Text',''),(4495,407,630,'Applicant ID Number','id_number','Text','7066'),(4496,407,644,'Mobile Number (optional)','mobile','Text','8152'),(4497,408,569,'Name','name','Text','dustblenetli'),(4498,408,570,'Last Name','lastname','Text','dustblenetli'),(4499,408,571,'Username','username','Text','dustblenetli'),(4500,408,572,'Email','email_repeat','Text','dustblenetli@mirumirmot.xyz'),(4501,408,573,'Email repeat','email','Text','dustblenetli@mirumirmot.xyz'),(4502,408,574,'Password','password_pwrepeat','Text',''),(4503,408,575,'Password repeat','password','Text',''),(4504,408,630,'Applicant ID Number','id_number','Text','1101'),(4505,408,644,'Mobile Number (optional)','mobile','Text','9797'),(4506,409,569,'Name','name','Text','essayk2jptg'),(4507,409,570,'Last Name','lastname','Text','essayk2jptg'),(4508,409,571,'Username','username','Text','essayk2jptg'),(4509,409,572,'Email','email_repeat','Text','Criltsurrirlenodg@betaslots.gdn'),(4510,409,573,'Email repeat','email','Text','Criltsurrirlenodg@betaslots.gdn'),(4511,409,574,'Password','password_pwrepeat','Text',''),(4512,409,575,'Password repeat','password','Text',''),(4513,409,630,'Applicant ID Number','id_number','Text','9475'),(4514,409,644,'Mobile Number (optional)','mobile','Text','449'),(4515,410,569,'Name','name','Text','Joshuavah'),(4516,410,570,'Last Name','lastname','Text','Joshuavah'),(4517,410,571,'Username','username','Text','Joshuavah'),(4518,410,572,'Email','email_repeat','Text','joshuaweasp@mail.ru'),(4519,410,573,'Email repeat','email','Text','joshuaweasp@mail.ru'),(4520,410,574,'Password','password_pwrepeat','Text',''),(4521,410,575,'Password repeat','password','Text',''),(4522,410,630,'Applicant ID Number','id_number','Text','5431'),(4523,410,639,'City of Residence','city','Text','La Lima'),(4524,410,644,'Mobile Number (optional)','mobile','Text','277'),(4525,411,569,'Name','name','Text','essayk2mxym'),(4526,411,570,'Last Name','lastname','Text','essayk2mxym'),(4527,411,571,'Username','username','Text','essayk2mxym'),(4528,411,572,'Email','email_repeat','Text','Criltsurrirl44phy@betaslots.gdn'),(4529,411,573,'Email repeat','email','Text','Criltsurrirl44phy@betaslots.gdn'),(4530,411,574,'Password','password_pwrepeat','Text',''),(4531,411,575,'Password repeat','password','Text',''),(4532,411,630,'Applicant ID Number','id_number','Text','7752'),(4533,411,644,'Mobile Number (optional)','mobile','Text','8286'),(4534,412,569,'Name','name','Text','essayk2cigo'),(4535,412,570,'Last Name','lastname','Text','essayk2cigo'),(4536,412,571,'Username','username','Text','essayk2cigo'),(4537,412,572,'Email','email_repeat','Text','Criltsurrirlayo36@betaslots.gdn'),(4538,412,573,'Email repeat','email','Text','Criltsurrirlayo36@betaslots.gdn'),(4539,412,574,'Password','password_pwrepeat','Text',''),(4540,412,575,'Password repeat','password','Text',''),(4541,412,630,'Applicant ID Number','id_number','Text','7356'),(4542,412,644,'Mobile Number (optional)','mobile','Text','1266'),(4543,413,569,'Name','name','Text','essayk2ufip'),(4544,413,570,'Last Name','lastname','Text','essayk2ufip'),(4545,413,571,'Username','username','Text','essayk2ufip'),(4546,413,572,'Email','email_repeat','Text','Criltsurrirlxs4hc@betaslots.gdn'),(4547,413,573,'Email repeat','email','Text','Criltsurrirlxs4hc@betaslots.gdn'),(4548,413,574,'Password','password_pwrepeat','Text',''),(4549,413,575,'Password repeat','password','Text',''),(4550,413,630,'Applicant ID Number','id_number','Text','986'),(4551,413,644,'Mobile Number (optional)','mobile','Text','7150'),(4552,414,569,'Name','name','Text','essayk2vxqe'),(4553,414,570,'Last Name','lastname','Text','essayk2vxqe'),(4554,414,571,'Username','username','Text','essayk2vxqe'),(4555,414,572,'Email','email_repeat','Text','Criltsurrirllg47x@betaslots.gdn'),(4556,414,573,'Email repeat','email','Text','Criltsurrirllg47x@betaslots.gdn'),(4557,414,574,'Password','password_pwrepeat','Text',''),(4558,414,575,'Password repeat','password','Text',''),(4559,414,630,'Applicant ID Number','id_number','Text','5031'),(4560,414,644,'Mobile Number (optional)','mobile','Text','8561'),(4561,415,569,'Name','name','Text','essayk2opvo'),(4562,415,570,'Last Name','lastname','Text','essayk2opvo'),(4563,415,571,'Username','username','Text','essayk2opvo'),(4564,415,572,'Email','email_repeat','Text','Criltsurrirl0zvnu@betaslots.gdn'),(4565,415,573,'Email repeat','email','Text','Criltsurrirl0zvnu@betaslots.gdn'),(4566,415,574,'Password','password_pwrepeat','Text',''),(4567,415,575,'Password repeat','password','Text',''),(4568,415,630,'Applicant ID Number','id_number','Text','2085'),(4569,415,644,'Mobile Number (optional)','mobile','Text','9776'),(4570,416,569,'Name','name','Text','essayk2oeiq'),(4571,416,570,'Last Name','lastname','Text','essayk2oeiq'),(4572,416,571,'Username','username','Text','essayk2oeiq'),(4573,416,572,'Email','email_repeat','Text','Criltsurrirlg70ab@betaslots.gdn'),(4574,416,573,'Email repeat','email','Text','Criltsurrirlg70ab@betaslots.gdn'),(4575,416,574,'Password','password_pwrepeat','Text',''),(4576,416,575,'Password repeat','password','Text',''),(4577,416,630,'Applicant ID Number','id_number','Text','5313'),(4578,416,644,'Mobile Number (optional)','mobile','Text','7729'),(4579,417,569,'Name','name','Text','essayk2kgkk'),(4580,417,570,'Last Name','lastname','Text','essayk2kgkk'),(4581,417,571,'Username','username','Text','essayk2kgkk'),(4582,417,572,'Email','email_repeat','Text','Criltsurrirl04ua7@betaslots.gdn'),(4583,417,573,'Email repeat','email','Text','Criltsurrirl04ua7@betaslots.gdn'),(4584,417,574,'Password','password_pwrepeat','Text',''),(4585,417,575,'Password repeat','password','Text',''),(4586,417,630,'Applicant ID Number','id_number','Text','3271'),(4587,417,644,'Mobile Number (optional)','mobile','Text','5696'),(4588,418,569,'Name','name','Text','essayk2pfyh'),(4589,418,570,'Last Name','lastname','Text','essayk2pfyh'),(4590,418,571,'Username','username','Text','essayk2pfyh'),(4591,418,572,'Email','email_repeat','Text','Criltsurrirlh73ft@betaslots.gdn'),(4592,418,573,'Email repeat','email','Text','Criltsurrirlh73ft@betaslots.gdn'),(4593,418,574,'Password','password_pwrepeat','Text',''),(4594,418,575,'Password repeat','password','Text',''),(4595,418,630,'Applicant ID Number','id_number','Text','178'),(4596,418,644,'Mobile Number (optional)','mobile','Text','2462'),(4597,419,569,'Name','name','Text','essayk2eiqq'),(4598,419,570,'Last Name','lastname','Text','essayk2eiqq'),(4599,419,571,'Username','username','Text','essayk2eiqq'),(4600,419,572,'Email','email_repeat','Text','Criltsurrirl84u4c@betaslots.gdn'),(4601,419,573,'Email repeat','email','Text','Criltsurrirl84u4c@betaslots.gdn'),(4602,419,574,'Password','password_pwrepeat','Text',''),(4603,419,575,'Password repeat','password','Text',''),(4604,419,630,'Applicant ID Number','id_number','Text','5216'),(4605,419,644,'Mobile Number (optional)','mobile','Text','2742'),(4606,420,569,'Name','name','Text','essayk2ydpo'),(4607,420,570,'Last Name','lastname','Text','essayk2ydpo'),(4608,420,571,'Username','username','Text','essayk2ydpo'),(4609,420,572,'Email','email_repeat','Text','Criltsurrirljboaz@betaslots.gdn'),(4610,420,573,'Email repeat','email','Text','Criltsurrirljboaz@betaslots.gdn'),(4611,420,574,'Password','password_pwrepeat','Text',''),(4612,420,575,'Password repeat','password','Text',''),(4613,420,630,'Applicant ID Number','id_number','Text','1800'),(4614,420,644,'Mobile Number (optional)','mobile','Text','9040'),(4615,421,569,'Name','name','Text','essayk2zurm'),(4616,421,570,'Last Name','lastname','Text','essayk2zurm'),(4617,421,571,'Username','username','Text','essayk2zurm'),(4618,421,572,'Email','email_repeat','Text','Criltsurrirluyo6y@betaslots.gdn'),(4619,421,573,'Email repeat','email','Text','Criltsurrirluyo6y@betaslots.gdn'),(4620,421,574,'Password','password_pwrepeat','Text',''),(4621,421,575,'Password repeat','password','Text',''),(4622,421,630,'Applicant ID Number','id_number','Text','9045'),(4623,421,644,'Mobile Number (optional)','mobile','Text','5852'),(4624,422,569,'Name','name','Text','essayk2fkla'),(4625,422,570,'Last Name','lastname','Text','essayk2fkla'),(4626,422,571,'Username','username','Text','essayk2fkla'),(4627,422,572,'Email','email_repeat','Text','Criltsurrirlj1rx2@betaslots.gdn'),(4628,422,573,'Email repeat','email','Text','Criltsurrirlj1rx2@betaslots.gdn'),(4629,422,574,'Password','password_pwrepeat','Text',''),(4630,422,575,'Password repeat','password','Text',''),(4631,422,630,'Applicant ID Number','id_number','Text','5543'),(4632,422,644,'Mobile Number (optional)','mobile','Text','3524'),(4633,423,569,'Name','name','Text','essayk2xgya'),(4634,423,570,'Last Name','lastname','Text','essayk2xgya'),(4635,423,571,'Username','username','Text','essayk2xgya'),(4636,423,572,'Email','email_repeat','Text','Criltsurrirl7fdrs@betaslots.gdn'),(4637,423,573,'Email repeat','email','Text','Criltsurrirl7fdrs@betaslots.gdn'),(4638,423,574,'Password','password_pwrepeat','Text',''),(4639,423,575,'Password repeat','password','Text',''),(4640,423,630,'Applicant ID Number','id_number','Text','6241'),(4641,423,644,'Mobile Number (optional)','mobile','Text','3661'),(4642,424,569,'Name','name','Text','MShinom'),(4643,424,570,'Last Name','lastname','Text','MShinom'),(4644,424,571,'Username','username','Text','MShinom'),(4645,424,572,'Email','email_repeat','Text','mobilshinomont@yandex.ru'),(4646,424,573,'Email repeat','email','Text','mobilshinomont@yandex.ru'),(4647,424,574,'Password','password_pwrepeat','Text',''),(4648,424,575,'Password repeat','password','Text',''),(4649,424,630,'Applicant ID Number','id_number','Text','3535'),(4650,424,639,'City of Residence','city','Text','Москва'),(4651,424,644,'Mobile Number (optional)','mobile','Text','3058'),(4652,425,569,'Name','name','Text','Hepasseta'),(4653,425,570,'Last Name','lastname','Text','Hepasseta'),(4654,425,571,'Username','username','Text','Hepasseta'),(4655,425,572,'Email','email_repeat','Text','lgbcrl@10-tube.ru'),(4656,425,573,'Email repeat','email','Text','lgbcrl@10-tube.ru'),(4657,425,574,'Password','password_pwrepeat','Text',''),(4658,425,575,'Password repeat','password','Text',''),(4659,425,630,'Applicant ID Number','id_number','Text','3329'),(4660,425,644,'Mobile Number (optional)','mobile','Text','7239'),(4661,426,569,'Name','name','Text','essayk2oiiy'),(4662,426,570,'Last Name','lastname','Text','essayk2oiiy'),(4663,426,571,'Username','username','Text','essayk2oiiy'),(4664,426,572,'Email','email_repeat','Text','Criltsurrirlymemo@betaslots.gdn'),(4665,426,573,'Email repeat','email','Text','Criltsurrirlymemo@betaslots.gdn'),(4666,426,574,'Password','password_pwrepeat','Text',''),(4667,426,575,'Password repeat','password','Text',''),(4668,426,630,'Applicant ID Number','id_number','Text','9274'),(4669,426,644,'Mobile Number (optional)','mobile','Text','862'),(4670,427,569,'Name','name','Text','essayk2pfgi'),(4671,427,570,'Last Name','lastname','Text','essayk2pfgi'),(4672,427,571,'Username','username','Text','essayk2pfgi'),(4673,427,572,'Email','email_repeat','Text','Criltsurrirlcu9i4@betaslots.gdn'),(4674,427,573,'Email repeat','email','Text','Criltsurrirlcu9i4@betaslots.gdn'),(4675,427,574,'Password','password_pwrepeat','Text',''),(4676,427,575,'Password repeat','password','Text',''),(4677,427,630,'Applicant ID Number','id_number','Text','7'),(4678,427,644,'Mobile Number (optional)','mobile','Text','6055'),(4679,428,569,'Name','name','Text','essayk2guhe'),(4680,428,570,'Last Name','lastname','Text','essayk2guhe'),(4681,428,571,'Username','username','Text','essayk2guhe'),(4682,428,572,'Email','email_repeat','Text','Criltsurrirltt09r@betaslots.gdn'),(4683,428,573,'Email repeat','email','Text','Criltsurrirltt09r@betaslots.gdn'),(4684,428,574,'Password','password_pwrepeat','Text',''),(4685,428,575,'Password repeat','password','Text',''),(4686,428,630,'Applicant ID Number','id_number','Text','1636'),(4687,428,644,'Mobile Number (optional)','mobile','Text','5439'),(4688,429,569,'Name','name','Text','essayk2qgrr'),(4689,429,570,'Last Name','lastname','Text','essayk2qgrr'),(4690,429,571,'Username','username','Text','essayk2qgrr'),(4691,429,572,'Email','email_repeat','Text','Criltsurrirl0f1of@betaslots.gdn'),(4692,429,573,'Email repeat','email','Text','Criltsurrirl0f1of@betaslots.gdn'),(4693,429,574,'Password','password_pwrepeat','Text',''),(4694,429,575,'Password repeat','password','Text',''),(4695,429,630,'Applicant ID Number','id_number','Text','83'),(4696,429,644,'Mobile Number (optional)','mobile','Text','3672'),(4697,430,569,'Name','name','Text','Joshualiado'),(4698,430,570,'Last Name','lastname','Text','Joshualiado'),(4699,430,571,'Username','username','Text','Joshualiado'),(4700,430,572,'Email','email_repeat','Text','hpbo86058@first.baburn.com'),(4701,430,573,'Email repeat','email','Text','hpbo86058@first.baburn.com'),(4702,430,574,'Password','password_pwrepeat','Text',''),(4703,430,575,'Password repeat','password','Text',''),(4704,430,630,'Applicant ID Number','id_number','Text','3104'),(4705,430,639,'City of Residence','city','Text','Liberia'),(4706,430,644,'Mobile Number (optional)','mobile','Text','4948'),(4707,431,569,'Name','name','Text','essayk2jqln'),(4708,431,570,'Last Name','lastname','Text','essayk2jqln'),(4709,431,571,'Username','username','Text','essayk2jqln'),(4710,431,572,'Email','email_repeat','Text','Criltsurrirlunwji@betaslots.gdn'),(4711,431,573,'Email repeat','email','Text','Criltsurrirlunwji@betaslots.gdn'),(4712,431,574,'Password','password_pwrepeat','Text',''),(4713,431,575,'Password repeat','password','Text',''),(4714,431,630,'Applicant ID Number','id_number','Text','8216'),(4715,431,644,'Mobile Number (optional)','mobile','Text','3894'),(4716,432,569,'Name','name','Text','BrettIdear'),(4717,432,570,'Last Name','lastname','Text','BrettIdear'),(4718,432,571,'Username','username','Text','BrettIdear'),(4719,432,572,'Email','email_repeat','Text','fabiola@freemail.men '),(4720,432,573,'Email repeat','email','Text','fabiola@freemail.men '),(4721,432,574,'Password','password_pwrepeat','Text',''),(4722,432,575,'Password repeat','password','Text',''),(4723,432,630,'Applicant ID Number','id_number','Text','9430'),(4724,432,639,'City of Residence','city','Text','Edson'),(4725,432,644,'Mobile Number (optional)','mobile','Text','1259'),(4726,433,569,'Name','name','Text','essayk2pkyo'),(4727,433,570,'Last Name','lastname','Text','essayk2pkyo'),(4728,433,571,'Username','username','Text','essayk2pkyo'),(4729,433,572,'Email','email_repeat','Text','Criltsurrirliqm8o@betaslots.gdn'),(4730,433,573,'Email repeat','email','Text','Criltsurrirliqm8o@betaslots.gdn'),(4731,433,574,'Password','password_pwrepeat','Text',''),(4732,433,575,'Password repeat','password','Text',''),(4733,433,630,'Applicant ID Number','id_number','Text','2097'),(4734,433,644,'Mobile Number (optional)','mobile','Text','5832'),(4735,434,569,'Name','name','Text','essayk2tfmd'),(4736,434,570,'Last Name','lastname','Text','essayk2tfmd'),(4737,434,571,'Username','username','Text','essayk2tfmd'),(4738,434,572,'Email','email_repeat','Text','Criltsurrirl86bl8@betaslots.gdn'),(4739,434,573,'Email repeat','email','Text','Criltsurrirl86bl8@betaslots.gdn'),(4740,434,574,'Password','password_pwrepeat','Text',''),(4741,434,575,'Password repeat','password','Text',''),(4742,434,630,'Applicant ID Number','id_number','Text','7953'),(4743,434,644,'Mobile Number (optional)','mobile','Text','4256'),(4744,435,569,'Name','name','Text','essayk2adlh'),(4745,435,570,'Last Name','lastname','Text','essayk2adlh'),(4746,435,571,'Username','username','Text','essayk2adlh'),(4747,435,572,'Email','email_repeat','Text','Criltsurrirlr7roh@betaslots.gdn'),(4748,435,573,'Email repeat','email','Text','Criltsurrirlr7roh@betaslots.gdn'),(4749,435,574,'Password','password_pwrepeat','Text',''),(4750,435,575,'Password repeat','password','Text',''),(4751,435,630,'Applicant ID Number','id_number','Text','8737'),(4752,435,644,'Mobile Number (optional)','mobile','Text','6623'),(4753,436,569,'Name','name','Text','essayk2bmkf'),(4754,436,570,'Last Name','lastname','Text','essayk2bmkf'),(4755,436,571,'Username','username','Text','essayk2bmkf'),(4756,436,572,'Email','email_repeat','Text','Criltsurrirljsm2o@betaslots.gdn'),(4757,436,573,'Email repeat','email','Text','Criltsurrirljsm2o@betaslots.gdn'),(4758,436,574,'Password','password_pwrepeat','Text',''),(4759,436,575,'Password repeat','password','Text',''),(4760,436,630,'Applicant ID Number','id_number','Text','5919'),(4761,436,644,'Mobile Number (optional)','mobile','Text','4338'),(4762,437,569,'Name','name','Text','essayk2oaxj'),(4763,437,570,'Last Name','lastname','Text','essayk2oaxj'),(4764,437,571,'Username','username','Text','essayk2oaxj'),(4765,437,572,'Email','email_repeat','Text','Criltsurrirlqqkp9@betaslots.gdn'),(4766,437,573,'Email repeat','email','Text','Criltsurrirlqqkp9@betaslots.gdn'),(4767,437,574,'Password','password_pwrepeat','Text',''),(4768,437,575,'Password repeat','password','Text',''),(4769,437,630,'Applicant ID Number','id_number','Text','8714'),(4770,437,644,'Mobile Number (optional)','mobile','Text','9527'),(4771,438,569,'Name','name','Text','essayk2hifb'),(4772,438,570,'Last Name','lastname','Text','essayk2hifb'),(4773,438,571,'Username','username','Text','essayk2hifb'),(4774,438,572,'Email','email_repeat','Text','Criltsurrirl5fpp9@betaslots.gdn'),(4775,438,573,'Email repeat','email','Text','Criltsurrirl5fpp9@betaslots.gdn'),(4776,438,574,'Password','password_pwrepeat','Text',''),(4777,438,575,'Password repeat','password','Text',''),(4778,438,630,'Applicant ID Number','id_number','Text','1565'),(4779,438,644,'Mobile Number (optional)','mobile','Text','8527'),(4780,439,569,'Name','name','Text','essayk2tcfx'),(4781,439,570,'Last Name','lastname','Text','essayk2tcfx'),(4782,439,571,'Username','username','Text','essayk2tcfx'),(4783,439,572,'Email','email_repeat','Text','Criltsurrirlcnzsw@betaslots.gdn'),(4784,439,573,'Email repeat','email','Text','Criltsurrirlcnzsw@betaslots.gdn'),(4785,439,574,'Password','password_pwrepeat','Text',''),(4786,439,575,'Password repeat','password','Text',''),(4787,439,630,'Applicant ID Number','id_number','Text','304'),(4788,439,644,'Mobile Number (optional)','mobile','Text','1881'),(4789,440,569,'Name','name','Text','essayk2pkbv'),(4790,440,570,'Last Name','lastname','Text','essayk2pkbv'),(4791,440,571,'Username','username','Text','essayk2pkbv'),(4792,440,572,'Email','email_repeat','Text','Criltsurrirl6mrzj@betaslots.gdn'),(4793,440,573,'Email repeat','email','Text','Criltsurrirl6mrzj@betaslots.gdn'),(4794,440,574,'Password','password_pwrepeat','Text',''),(4795,440,575,'Password repeat','password','Text',''),(4796,440,630,'Applicant ID Number','id_number','Text','9465'),(4797,440,644,'Mobile Number (optional)','mobile','Text','4712'),(4798,441,569,'Name','name','Text','GregoryHut'),(4799,441,570,'Last Name','lastname','Text','GregoryHut'),(4800,441,571,'Username','username','Text','GregoryHut'),(4801,441,572,'Email','email_repeat','Text','pavlik1235uu@mail.ru'),(4802,441,573,'Email repeat','email','Text','pavlik1235uu@mail.ru'),(4803,441,574,'Password','password_pwrepeat','Text',''),(4804,441,575,'Password repeat','password','Text',''),(4805,441,630,'Applicant ID Number','id_number','Text','3083'),(4806,441,639,'City of Residence','city','Text','Москва'),(4807,441,644,'Mobile Number (optional)','mobile','Text','2479'),(4808,442,569,'Name','name','Text','essayk2tsbq'),(4809,442,570,'Last Name','lastname','Text','essayk2tsbq'),(4810,442,571,'Username','username','Text','essayk2tsbq'),(4811,442,572,'Email','email_repeat','Text','Criltsurrirltezds@betaslots.gdn'),(4812,442,573,'Email repeat','email','Text','Criltsurrirltezds@betaslots.gdn'),(4813,442,574,'Password','password_pwrepeat','Text',''),(4814,442,575,'Password repeat','password','Text',''),(4815,442,630,'Applicant ID Number','id_number','Text','8809'),(4816,442,644,'Mobile Number (optional)','mobile','Text','534'),(4817,443,569,'Name','name','Text','essayk2coao'),(4818,443,570,'Last Name','lastname','Text','essayk2coao'),(4819,443,571,'Username','username','Text','essayk2coao'),(4820,443,572,'Email','email_repeat','Text','Criltsurrirlb8ulm@betaslots.gdn'),(4821,443,573,'Email repeat','email','Text','Criltsurrirlb8ulm@betaslots.gdn'),(4822,443,574,'Password','password_pwrepeat','Text',''),(4823,443,575,'Password repeat','password','Text',''),(4824,443,630,'Applicant ID Number','id_number','Text','6609'),(4825,443,644,'Mobile Number (optional)','mobile','Text','3978'),(4826,444,569,'Name','name','Text','essayk2rbqu'),(4827,444,570,'Last Name','lastname','Text','essayk2rbqu'),(4828,444,571,'Username','username','Text','essayk2rbqu'),(4829,444,572,'Email','email_repeat','Text','Criltsurrirlr39r3@betaslots.gdn'),(4830,444,573,'Email repeat','email','Text','Criltsurrirlr39r3@betaslots.gdn'),(4831,444,574,'Password','password_pwrepeat','Text',''),(4832,444,575,'Password repeat','password','Text',''),(4833,444,630,'Applicant ID Number','id_number','Text','2395'),(4834,444,644,'Mobile Number (optional)','mobile','Text','9826'),(4835,445,569,'Name','name','Text','essayk2kbak'),(4836,445,570,'Last Name','lastname','Text','essayk2kbak'),(4837,445,571,'Username','username','Text','essayk2kbak'),(4838,445,572,'Email','email_repeat','Text','Criltsurrirlb9jpt@betaslots.gdn'),(4839,445,573,'Email repeat','email','Text','Criltsurrirlb9jpt@betaslots.gdn'),(4840,445,574,'Password','password_pwrepeat','Text',''),(4841,445,575,'Password repeat','password','Text',''),(4842,445,630,'Applicant ID Number','id_number','Text','7456'),(4843,445,644,'Mobile Number (optional)','mobile','Text','1655'),(4844,446,569,'Name','name','Text','essayk2uyun'),(4845,446,570,'Last Name','lastname','Text','essayk2uyun'),(4846,446,571,'Username','username','Text','essayk2uyun'),(4847,446,572,'Email','email_repeat','Text','Criltsurrirlbkjf3@betaslots.gdn'),(4848,446,573,'Email repeat','email','Text','Criltsurrirlbkjf3@betaslots.gdn'),(4849,446,574,'Password','password_pwrepeat','Text',''),(4850,446,575,'Password repeat','password','Text',''),(4851,446,630,'Applicant ID Number','id_number','Text','430'),(4852,446,644,'Mobile Number (optional)','mobile','Text','5635'),(4853,447,569,'Name','name','Text','essayk2jctc'),(4854,447,570,'Last Name','lastname','Text','essayk2jctc'),(4855,447,571,'Username','username','Text','essayk2jctc'),(4856,447,572,'Email','email_repeat','Text','Criltsurrirlg6x9f@betaslots.gdn'),(4857,447,573,'Email repeat','email','Text','Criltsurrirlg6x9f@betaslots.gdn'),(4858,447,574,'Password','password_pwrepeat','Text',''),(4859,447,575,'Password repeat','password','Text',''),(4860,447,630,'Applicant ID Number','id_number','Text','1003'),(4861,447,644,'Mobile Number (optional)','mobile','Text','1920'),(4862,448,569,'Name','name','Text','essayk2jfru'),(4863,448,570,'Last Name','lastname','Text','essayk2jfru'),(4864,448,571,'Username','username','Text','essayk2jfru'),(4865,448,572,'Email','email_repeat','Text','Criltsurrirlc0slx@betaslots.gdn'),(4866,448,573,'Email repeat','email','Text','Criltsurrirlc0slx@betaslots.gdn'),(4867,448,574,'Password','password_pwrepeat','Text',''),(4868,448,575,'Password repeat','password','Text',''),(4869,448,630,'Applicant ID Number','id_number','Text','6699'),(4870,448,644,'Mobile Number (optional)','mobile','Text','7712'),(4871,449,569,'Name','name','Text','EugeneExemy'),(4872,449,570,'Last Name','lastname','Text','EugeneExemy'),(4873,449,571,'Username','username','Text','EugeneExemy'),(4874,449,572,'Email','email_repeat','Text','i79200955864@yandex.ru'),(4875,449,573,'Email repeat','email','Text','i79200955864@yandex.ru'),(4876,449,574,'Password','password_pwrepeat','Text',''),(4877,449,575,'Password repeat','password','Text',''),(4878,449,630,'Applicant ID Number','id_number','Text','9704'),(4879,449,639,'City of Residence','city','Text','Kaluga'),(4880,449,644,'Mobile Number (optional)','mobile','Text','4222'),(4881,450,569,'Name','name','Text','essayk2xavv'),(4882,450,570,'Last Name','lastname','Text','essayk2xavv'),(4883,450,571,'Username','username','Text','essayk2xavv'),(4884,450,572,'Email','email_repeat','Text','Criltsurrirl7jazt@betaslots.gdn'),(4885,450,573,'Email repeat','email','Text','Criltsurrirl7jazt@betaslots.gdn'),(4886,450,574,'Password','password_pwrepeat','Text',''),(4887,450,575,'Password repeat','password','Text',''),(4888,450,630,'Applicant ID Number','id_number','Text','6329'),(4889,450,644,'Mobile Number (optional)','mobile','Text','2447'),(4890,451,569,'Name','name','Text','essayk2iecp'),(4891,451,570,'Last Name','lastname','Text','essayk2iecp'),(4892,451,571,'Username','username','Text','essayk2iecp'),(4893,451,572,'Email','email_repeat','Text','Criltsurrirl3zkdb@betaslots.gdn'),(4894,451,573,'Email repeat','email','Text','Criltsurrirl3zkdb@betaslots.gdn'),(4895,451,574,'Password','password_pwrepeat','Text',''),(4896,451,575,'Password repeat','password','Text',''),(4897,451,630,'Applicant ID Number','id_number','Text','3013'),(4898,451,644,'Mobile Number (optional)','mobile','Text','971'),(4899,452,569,'Name','name','Text','Samterlardy'),(4900,452,570,'Last Name','lastname','Text','Samterlardy'),(4901,452,571,'Username','username','Text','Samterlardy'),(4902,452,572,'Email','email_repeat','Text','samararenessansrus@yandex.com'),(4903,452,573,'Email repeat','email','Text','samararenessansrus@yandex.com'),(4904,452,574,'Password','password_pwrepeat','Text',''),(4905,452,575,'Password repeat','password','Text',''),(4906,452,630,'Applicant ID Number','id_number','Text','4681'),(4907,452,639,'City of Residence','city','Text','Москва'),(4908,452,644,'Mobile Number (optional)','mobile','Text','3470'),(4909,453,569,'Name','name','Text','essayk2luys'),(4910,453,570,'Last Name','lastname','Text','essayk2luys'),(4911,453,571,'Username','username','Text','essayk2luys'),(4912,453,572,'Email','email_repeat','Text','Criltsurrirl7crhw@betaslots.gdn'),(4913,453,573,'Email repeat','email','Text','Criltsurrirl7crhw@betaslots.gdn'),(4914,453,574,'Password','password_pwrepeat','Text',''),(4915,453,575,'Password repeat','password','Text',''),(4916,453,630,'Applicant ID Number','id_number','Text','6206'),(4917,453,644,'Mobile Number (optional)','mobile','Text','4391'),(4918,454,569,'Name','name','Text','essayk2mwak'),(4919,454,570,'Last Name','lastname','Text','essayk2mwak'),(4920,454,571,'Username','username','Text','essayk2mwak'),(4921,454,572,'Email','email_repeat','Text','Criltsurrirl2nvf1@betaslots.gdn'),(4922,454,573,'Email repeat','email','Text','Criltsurrirl2nvf1@betaslots.gdn'),(4923,454,574,'Password','password_pwrepeat','Text',''),(4924,454,575,'Password repeat','password','Text',''),(4925,454,630,'Applicant ID Number','id_number','Text','5668'),(4926,454,644,'Mobile Number (optional)','mobile','Text','1188'),(4927,455,569,'Name','name','Text','essayk2elkf'),(4928,455,570,'Last Name','lastname','Text','essayk2elkf'),(4929,455,571,'Username','username','Text','essayk2elkf'),(4930,455,572,'Email','email_repeat','Text','Criltsurrirlbbg71@betaslots.gdn'),(4931,455,573,'Email repeat','email','Text','Criltsurrirlbbg71@betaslots.gdn'),(4932,455,574,'Password','password_pwrepeat','Text',''),(4933,455,575,'Password repeat','password','Text',''),(4934,455,630,'Applicant ID Number','id_number','Text','9397'),(4935,455,644,'Mobile Number (optional)','mobile','Text','5998'),(4936,456,569,'Name','name','Text','essayk2spdn'),(4937,456,570,'Last Name','lastname','Text','essayk2spdn'),(4938,456,571,'Username','username','Text','essayk2spdn'),(4939,456,572,'Email','email_repeat','Text','Criltsurrirlc7lbk@betaslots.gdn'),(4940,456,573,'Email repeat','email','Text','Criltsurrirlc7lbk@betaslots.gdn'),(4941,456,574,'Password','password_pwrepeat','Text',''),(4942,456,575,'Password repeat','password','Text',''),(4943,456,630,'Applicant ID Number','id_number','Text','9879'),(4944,456,644,'Mobile Number (optional)','mobile','Text','8336'),(4945,457,569,'Name','name','Text','essayk2gzzp'),(4946,457,570,'Last Name','lastname','Text','essayk2gzzp'),(4947,457,571,'Username','username','Text','essayk2gzzp'),(4948,457,572,'Email','email_repeat','Text','Criltsurrirlr9kc6@betaslots.gdn'),(4949,457,573,'Email repeat','email','Text','Criltsurrirlr9kc6@betaslots.gdn'),(4950,457,574,'Password','password_pwrepeat','Text',''),(4951,457,575,'Password repeat','password','Text',''),(4952,457,630,'Applicant ID Number','id_number','Text','2732'),(4953,457,644,'Mobile Number (optional)','mobile','Text','3278'),(4954,458,569,'Name','name','Text','Ashliemem'),(4955,458,570,'Last Name','lastname','Text','Ashliemem'),(4956,458,571,'Username','username','Text','Ashliemem'),(4957,458,572,'Email','email_repeat','Text','mixru.com@mail.ru'),(4958,458,573,'Email repeat','email','Text','mixru.com@mail.ru'),(4959,458,574,'Password','password_pwrepeat','Text',''),(4960,458,575,'Password repeat','password','Text',''),(4961,458,630,'Applicant ID Number','id_number','Text','8352'),(4962,458,639,'City of Residence','city','Text','Ho Chi Minh City'),(4963,458,644,'Mobile Number (optional)','mobile','Text','6940'),(4964,459,569,'Name','name','Text','essayk2skjm'),(4965,459,570,'Last Name','lastname','Text','essayk2skjm'),(4966,459,571,'Username','username','Text','essayk2skjm'),(4967,459,572,'Email','email_repeat','Text','Criltsurrirlbwwcs@betaslots.gdn'),(4968,459,573,'Email repeat','email','Text','Criltsurrirlbwwcs@betaslots.gdn'),(4969,459,574,'Password','password_pwrepeat','Text',''),(4970,459,575,'Password repeat','password','Text',''),(4971,459,630,'Applicant ID Number','id_number','Text','1277'),(4972,459,644,'Mobile Number (optional)','mobile','Text','8'),(4973,460,569,'Name','name','Text','essayk2gsrg'),(4974,460,570,'Last Name','lastname','Text','essayk2gsrg'),(4975,460,571,'Username','username','Text','essayk2gsrg'),(4976,460,572,'Email','email_repeat','Text','Criltsurrirllaklk@betaslots.gdn'),(4977,460,573,'Email repeat','email','Text','Criltsurrirllaklk@betaslots.gdn'),(4978,460,574,'Password','password_pwrepeat','Text',''),(4979,460,575,'Password repeat','password','Text',''),(4980,460,630,'Applicant ID Number','id_number','Text','9984'),(4981,460,644,'Mobile Number (optional)','mobile','Text','9252'),(4982,461,569,'Name','name','Text','AntoineHeazy'),(4983,461,570,'Last Name','lastname','Text','AntoineHeazy'),(4984,461,571,'Username','username','Text','AntoineHeazy'),(4985,461,572,'Email','email_repeat','Text','pewp9775@first.baburn.com'),(4986,461,573,'Email repeat','email','Text','pewp9775@first.baburn.com'),(4987,461,574,'Password','password_pwrepeat','Text',''),(4988,461,575,'Password repeat','password','Text',''),(4989,461,630,'Applicant ID Number','id_number','Text','8541'),(4990,461,639,'City of Residence','city','Text','Quatre Bornes'),(4991,461,644,'Mobile Number (optional)','mobile','Text','4797'),(4992,462,569,'Name','name','Text','essayk2gzlg'),(4993,462,570,'Last Name','lastname','Text','essayk2gzlg'),(4994,462,571,'Username','username','Text','essayk2gzlg'),(4995,462,572,'Email','email_repeat','Text','Criltsurrirlngcsw@betaslots.gdn'),(4996,462,573,'Email repeat','email','Text','Criltsurrirlngcsw@betaslots.gdn'),(4997,462,574,'Password','password_pwrepeat','Text',''),(4998,462,575,'Password repeat','password','Text',''),(4999,462,630,'Applicant ID Number','id_number','Text','9815'),(5000,462,644,'Mobile Number (optional)','mobile','Text','2245'),(5001,463,569,'Name','name','Text','KentCard'),(5002,463,570,'Last Name','lastname','Text','KentCard'),(5003,463,571,'Username','username','Text','KentCard'),(5004,463,572,'Email','email_repeat','Text','lida.belevitina.75@mail.ru'),(5005,463,573,'Email repeat','email','Text','lida.belevitina.75@mail.ru'),(5006,463,574,'Password','password_pwrepeat','Text',''),(5007,463,575,'Password repeat','password','Text',''),(5008,463,630,'Applicant ID Number','id_number','Text','5700'),(5009,463,639,'City of Residence','city','Text','Hebron'),(5010,463,644,'Mobile Number (optional)','mobile','Text','8805'),(5011,464,569,'Name','name','Text','DeckardVal'),(5012,464,570,'Last Name','lastname','Text','DeckardVal'),(5013,464,571,'Username','username','Text','DeckardVal'),(5014,464,572,'Email','email_repeat','Text','trofonova.nora@mail.ru'),(5015,464,573,'Email repeat','email','Text','trofonova.nora@mail.ru'),(5016,464,574,'Password','password_pwrepeat','Text',''),(5017,464,575,'Password repeat','password','Text',''),(5018,464,630,'Applicant ID Number','id_number','Text','8405'),(5019,464,639,'City of Residence','city','Text','Avarua'),(5020,464,644,'Mobile Number (optional)','mobile','Text','8047'),(5021,465,569,'Name','name','Text','essayk2nhjb'),(5022,465,570,'Last Name','lastname','Text','essayk2nhjb'),(5023,465,571,'Username','username','Text','essayk2nhjb'),(5024,465,572,'Email','email_repeat','Text','Criltsurrirlv2o2a@betaslots.gdn'),(5025,465,573,'Email repeat','email','Text','Criltsurrirlv2o2a@betaslots.gdn'),(5026,465,574,'Password','password_pwrepeat','Text',''),(5027,465,575,'Password repeat','password','Text',''),(5028,465,630,'Applicant ID Number','id_number','Text','2347'),(5029,465,644,'Mobile Number (optional)','mobile','Text','2302'),(5030,466,569,'Name','name','Text','DarmokPr'),(5031,466,570,'Last Name','lastname','Text','DarmokPr'),(5032,466,571,'Username','username','Text','DarmokPr'),(5033,466,572,'Email','email_repeat','Text','y_telyuk@mail.ru'),(5034,466,573,'Email repeat','email','Text','y_telyuk@mail.ru'),(5035,466,574,'Password','password_pwrepeat','Text',''),(5036,466,575,'Password repeat','password','Text',''),(5037,466,630,'Applicant ID Number','id_number','Text','7300'),(5038,466,639,'City of Residence','city','Text','Esslingen'),(5039,466,644,'Mobile Number (optional)','mobile','Text','3406'),(5040,467,569,'Name','name','Text','MartinSow'),(5041,467,570,'Last Name','lastname','Text','MartinSow'),(5042,467,571,'Username','username','Text','MartinSow'),(5043,467,572,'Email','email_repeat','Text','sheighsmeedon@hotmail.com'),(5044,467,573,'Email repeat','email','Text','sheighsmeedon@hotmail.com'),(5045,467,574,'Password','password_pwrepeat','Text',''),(5046,467,575,'Password repeat','password','Text',''),(5047,467,630,'Applicant ID Number','id_number','Text','8002'),(5048,467,639,'City of Residence','city','Text','puerto galera'),(5049,467,644,'Mobile Number (optional)','mobile','Text','774'),(5050,468,569,'Name','name','Text','KurtPr'),(5051,468,570,'Last Name','lastname','Text','KurtPr'),(5052,468,571,'Username','username','Text','KurtPr'),(5053,468,572,'Email','email_repeat','Text','lopunova-80@mail.ru'),(5054,468,573,'Email repeat','email','Text','lopunova-80@mail.ru'),(5055,468,574,'Password','password_pwrepeat','Text',''),(5056,468,575,'Password repeat','password','Text',''),(5057,468,630,'Applicant ID Number','id_number','Text','8840'),(5058,468,639,'City of Residence','city','Text','Praya'),(5059,468,644,'Mobile Number (optional)','mobile','Text','1543'),(5060,469,569,'Name','name','Text','essayk2iirf'),(5061,469,570,'Last Name','lastname','Text','essayk2iirf'),(5062,469,571,'Username','username','Text','essayk2iirf'),(5063,469,572,'Email','email_repeat','Text','Criltsurrirlfdscj@betaslots.gdn'),(5064,469,573,'Email repeat','email','Text','Criltsurrirlfdscj@betaslots.gdn'),(5065,469,574,'Password','password_pwrepeat','Text',''),(5066,469,575,'Password repeat','password','Text',''),(5067,469,630,'Applicant ID Number','id_number','Text','6856'),(5068,469,644,'Mobile Number (optional)','mobile','Text','5057'),(5069,470,569,'Name','name','Text','essayk2pxri'),(5070,470,570,'Last Name','lastname','Text','essayk2pxri'),(5071,470,571,'Username','username','Text','essayk2pxri'),(5072,470,572,'Email','email_repeat','Text','Criltsurrirl979ol@betaslots.gdn'),(5073,470,573,'Email repeat','email','Text','Criltsurrirl979ol@betaslots.gdn'),(5074,470,574,'Password','password_pwrepeat','Text',''),(5075,470,575,'Password repeat','password','Text',''),(5076,470,630,'Applicant ID Number','id_number','Text','4833'),(5077,470,644,'Mobile Number (optional)','mobile','Text','2024'),(5078,471,569,'Name','name','Text','Richardsoure'),(5079,471,570,'Last Name','lastname','Text','Richardsoure'),(5080,471,571,'Username','username','Text','Richardsoure'),(5081,471,572,'Email','email_repeat','Text','thithunneepeau@hotmail.com'),(5082,471,573,'Email repeat','email','Text','thithunneepeau@hotmail.com'),(5083,471,574,'Password','password_pwrepeat','Text',''),(5084,471,575,'Password repeat','password','Text',''),(5085,471,630,'Applicant ID Number','id_number','Text','9594'),(5086,471,639,'City of Residence','city','Text','Jubail'),(5087,471,644,'Mobile Number (optional)','mobile','Text','4754'),(5088,472,569,'Name','name','Text','iphoneRuh'),(5089,472,570,'Last Name','lastname','Text','iphoneRuh'),(5090,472,571,'Username','username','Text','iphoneRuh'),(5091,472,572,'Email','email_repeat','Text','glyctimanri1970@plusgmail.ru'),(5092,472,573,'Email repeat','email','Text','glyctimanri1970@plusgmail.ru'),(5093,472,574,'Password','password_pwrepeat','Text',''),(5094,472,575,'Password repeat','password','Text',''),(5095,472,630,'Applicant ID Number','id_number','Text','9214'),(5096,472,639,'City of Residence','city','Text','NN'),(5097,472,644,'Mobile Number (optional)','mobile','Text','1044'),(5098,473,569,'Name','name','Text','Fluddys7'),(5099,473,570,'Last Name','lastname','Text','Fluddys7'),(5100,473,571,'Username','username','Text','Fluddys7'),(5101,473,572,'Email','email_repeat','Text','smastyav@oogmail.com'),(5102,473,573,'Email repeat','email','Text','smastyav@oogmail.com'),(5103,473,574,'Password','password_pwrepeat','Text',''),(5104,473,575,'Password repeat','password','Text',''),(5105,473,630,'Applicant ID Number','id_number','Text','9615'),(5106,473,644,'Mobile Number (optional)','mobile','Text','4959'),(5107,474,569,'Name','name','Text','Jessebaids'),(5108,474,570,'Last Name','lastname','Text','Jessebaids'),(5109,474,571,'Username','username','Text','Jessebaids'),(5110,474,572,'Email','email_repeat','Text','irpelosuydsa@yandex.com'),(5111,474,573,'Email repeat','email','Text','irpelosuydsa@yandex.com'),(5112,474,574,'Password','password_pwrepeat','Text',''),(5113,474,575,'Password repeat','password','Text',''),(5114,474,630,'Applicant ID Number','id_number','Text','741'),(5115,474,639,'City of Residence','city','Text','Kralupy Nad Vltavou'),(5116,474,644,'Mobile Number (optional)','mobile','Text','1551'),(5117,475,569,'Name','name','Text','Robertkab'),(5118,475,570,'Last Name','lastname','Text','Robertkab'),(5119,475,571,'Username','username','Text','Robertkab'),(5120,475,572,'Email','email_repeat','Text','roberttix@mail.ru'),(5121,475,573,'Email repeat','email','Text','roberttix@mail.ru'),(5122,475,574,'Password','password_pwrepeat','Text',''),(5123,475,575,'Password repeat','password','Text',''),(5124,475,630,'Applicant ID Number','id_number','Text','8541'),(5125,475,639,'City of Residence','city','Text','Kwekwe'),(5126,475,644,'Mobile Number (optional)','mobile','Text','7046'),(5127,476,569,'Name','name','Text','AlenaUnulp'),(5128,476,570,'Last Name','lastname','Text','AlenaUnulp'),(5129,476,571,'Username','username','Text','AlenaUnulp'),(5130,476,572,'Email','email_repeat','Text','alenadugt@mail.ru'),(5131,476,573,'Email repeat','email','Text','alenadugt@mail.ru'),(5132,476,574,'Password','password_pwrepeat','Text',''),(5133,476,575,'Password repeat','password','Text',''),(5134,476,630,'Applicant ID Number','id_number','Text','3762'),(5135,476,639,'City of Residence','city','Text','Rostov-on-Don'),(5136,476,644,'Mobile Number (optional)','mobile','Text','1482'),(5137,477,569,'Name','name','Text','KenryDip'),(5138,477,570,'Last Name','lastname','Text','KenryDip'),(5139,477,571,'Username','username','Text','KenryDip'),(5140,477,572,'Email','email_repeat','Text','alux.malux@yandex.com'),(5141,477,573,'Email repeat','email','Text','alux.malux@yandex.com'),(5142,477,574,'Password','password_pwrepeat','Text',''),(5143,477,575,'Password repeat','password','Text',''),(5144,477,630,'Applicant ID Number','id_number','Text','2601'),(5145,477,639,'City of Residence','city','Text','Ligatne'),(5146,477,644,'Mobile Number (optional)','mobile','Text','6101'),(5147,478,569,'Name','name','Text','Dannytut'),(5148,478,570,'Last Name','lastname','Text','Dannytut'),(5149,478,571,'Username','username','Text','Dannytut'),(5150,478,572,'Email','email_repeat','Text','a79106038322@yandex.ru'),(5151,478,573,'Email repeat','email','Text','a79106038322@yandex.ru'),(5152,478,574,'Password','password_pwrepeat','Text',''),(5153,478,575,'Password repeat','password','Text',''),(5154,478,630,'Applicant ID Number','id_number','Text','1448'),(5155,478,639,'City of Residence','city','Text','Kaluga'),(5156,478,644,'Mobile Number (optional)','mobile','Text','4556'),(5157,479,569,'Name','name','Text','Nigerrdip'),(5158,479,570,'Last Name','lastname','Text','Nigerrdip'),(5159,479,571,'Username','username','Text','Nigerrdip'),(5160,479,572,'Email','email_repeat','Text','nigerrbix@mail.ru'),(5161,479,573,'Email repeat','email','Text','nigerrbix@mail.ru'),(5162,479,574,'Password','password_pwrepeat','Text',''),(5163,479,575,'Password repeat','password','Text',''),(5164,479,630,'Applicant ID Number','id_number','Text','4552'),(5165,479,639,'City of Residence','city','Text','Nove Mesto nad Vahom'),(5166,479,644,'Mobile Number (optional)','mobile','Text','4075'),(5167,480,569,'Name','name','Text','Antoshkalep'),(5168,480,570,'Last Name','lastname','Text','Antoshkalep'),(5169,480,571,'Username','username','Text','Antoshkalep'),(5170,480,572,'Email','email_repeat','Text','safiyahydegir@mail.ru'),(5171,480,573,'Email repeat','email','Text','safiyahydegir@mail.ru'),(5172,480,574,'Password','password_pwrepeat','Text',''),(5173,480,575,'Password repeat','password','Text',''),(5174,480,630,'Applicant ID Number','id_number','Text','3398'),(5175,480,639,'City of Residence','city','Text','Tunisia|Carthage,Gafsa,Djerba,Msaken,Monastir,Tunis'),(5176,480,644,'Mobile Number (optional)','mobile','Text','476'),(5177,481,569,'Name','name','Text','KozelhKl'),(5178,481,570,'Last Name','lastname','Text','KozelhKl'),(5179,481,571,'Username','username','Text','KozelhKl'),(5180,481,572,'Email','email_repeat','Text','hgfdsndgfjcvcgfh@gmail.com'),(5181,481,573,'Email repeat','email','Text','hgfdsndgfjcvcgfh@gmail.com'),(5182,481,574,'Password','password_pwrepeat','Text',''),(5183,481,575,'Password repeat','password','Text',''),(5184,481,630,'Applicant ID Number','id_number','Text','750'),(5185,481,644,'Mobile Number (optional)','mobile','Text','2210'),(5186,482,569,'Name','name','Text','agisateas1974'),(5187,482,570,'Last Name','lastname','Text','agisateas1974'),(5188,482,571,'Username','username','Text','agisateas1974'),(5189,482,572,'Email','email_repeat','Text','agisateas1974@zuhause.gdn'),(5190,482,573,'Email repeat','email','Text','agisateas1974@zuhause.gdn'),(5191,482,574,'Password','password_pwrepeat','Text',''),(5192,482,575,'Password repeat','password','Text',''),(5193,482,630,'Applicant ID Number','id_number','Text','9317'),(5194,482,639,'City of Residence','city','Text','Quatre Bornes'),(5195,482,644,'Mobile Number (optional)','mobile','Text','1568'),(5196,483,569,'Name','name','Text','progomlabe1970'),(5197,483,570,'Last Name','lastname','Text','progomlabe1970'),(5198,483,571,'Username','username','Text','progomlabe1970'),(5199,483,572,'Email','email_repeat','Text','progomlabe1970@zuhause.gdn'),(5200,483,573,'Email repeat','email','Text','progomlabe1970@zuhause.gdn'),(5201,483,574,'Password','password_pwrepeat','Text',''),(5202,483,575,'Password repeat','password','Text',''),(5203,483,630,'Applicant ID Number','id_number','Text','6521'),(5204,483,639,'City of Residence','city','Text','Quatre Bornes'),(5205,483,644,'Mobile Number (optional)','mobile','Text','898'),(5206,484,569,'Name','name','Text','gebufgepop1988'),(5207,484,570,'Last Name','lastname','Text','gebufgepop1988'),(5208,484,571,'Username','username','Text','gebufgepop1988'),(5209,484,572,'Email','email_repeat','Text','gebufgepop1988@zuhause.gdn'),(5210,484,573,'Email repeat','email','Text','gebufgepop1988@zuhause.gdn'),(5211,484,574,'Password','password_pwrepeat','Text',''),(5212,484,575,'Password repeat','password','Text',''),(5213,484,630,'Applicant ID Number','id_number','Text','4783'),(5214,484,639,'City of Residence','city','Text','Quatre Bornes'),(5215,484,644,'Mobile Number (optional)','mobile','Text','4586'),(5216,485,569,'Name','name','Text','robceontabgar1974'),(5217,485,570,'Last Name','lastname','Text','robceontabgar1974'),(5218,485,571,'Username','username','Text','robceontabgar1974'),(5219,485,572,'Email','email_repeat','Text','robceontabgar1974@zuhause.gdn'),(5220,485,573,'Email repeat','email','Text','robceontabgar1974@zuhause.gdn'),(5221,485,574,'Password','password_pwrepeat','Text',''),(5222,485,575,'Password repeat','password','Text',''),(5223,485,630,'Applicant ID Number','id_number','Text','1523'),(5224,485,639,'City of Residence','city','Text','Quatre Bornes'),(5225,485,644,'Mobile Number (optional)','mobile','Text','1528'),(5226,486,569,'Name','name','Text','buitiocele1987'),(5227,486,570,'Last Name','lastname','Text','buitiocele1987'),(5228,486,571,'Username','username','Text','buitiocele1987'),(5229,486,572,'Email','email_repeat','Text','buitiocele1987@zuhause.gdn'),(5230,486,573,'Email repeat','email','Text','buitiocele1987@zuhause.gdn'),(5231,486,574,'Password','password_pwrepeat','Text',''),(5232,486,575,'Password repeat','password','Text',''),(5233,486,630,'Applicant ID Number','id_number','Text','3768'),(5234,486,639,'City of Residence','city','Text','Quatre Bornes'),(5235,486,644,'Mobile Number (optional)','mobile','Text','5202'),(5236,487,569,'Name','name','Text','bronanpawinf1975'),(5237,487,570,'Last Name','lastname','Text','bronanpawinf1975'),(5238,487,571,'Username','username','Text','bronanpawinf1975'),(5239,487,572,'Email','email_repeat','Text','bronanpawinf1975@zuhause.gdn'),(5240,487,573,'Email repeat','email','Text','bronanpawinf1975@zuhause.gdn'),(5241,487,574,'Password','password_pwrepeat','Text',''),(5242,487,575,'Password repeat','password','Text',''),(5243,487,630,'Applicant ID Number','id_number','Text','9768'),(5244,487,639,'City of Residence','city','Text','Quatre Bornes'),(5245,487,644,'Mobile Number (optional)','mobile','Text','336'),(5246,488,569,'Name','name','Text','Davidsat'),(5247,488,570,'Last Name','lastname','Text','Davidsat'),(5248,488,571,'Username','username','Text','Davidsat'),(5249,488,572,'Email','email_repeat','Text','lrbz69950@first.baburn.com'),(5250,488,573,'Email repeat','email','Text','lrbz69950@first.baburn.com'),(5251,488,574,'Password','password_pwrepeat','Text',''),(5252,488,575,'Password repeat','password','Text',''),(5253,488,630,'Applicant ID Number','id_number','Text','47'),(5254,488,639,'City of Residence','city','Text','Santa Maria'),(5255,488,644,'Mobile Number (optional)','mobile','Text','9734'),(5256,489,569,'Name','name','Text','maugobbterlect1981'),(5257,489,570,'Last Name','lastname','Text','maugobbterlect1981'),(5258,489,571,'Username','username','Text','maugobbterlect1981'),(5259,489,572,'Email','email_repeat','Text','maugobbterlect1981@zuhause.gdn'),(5260,489,573,'Email repeat','email','Text','maugobbterlect1981@zuhause.gdn'),(5261,489,574,'Password','password_pwrepeat','Text',''),(5262,489,575,'Password repeat','password','Text',''),(5263,489,630,'Applicant ID Number','id_number','Text','7288'),(5264,489,639,'City of Residence','city','Text','Quatre Bornes'),(5265,489,644,'Mobile Number (optional)','mobile','Text','2237'),(5266,490,569,'Name','name','Text','manhaalodi1975'),(5267,490,570,'Last Name','lastname','Text','manhaalodi1975'),(5268,490,571,'Username','username','Text','manhaalodi1975'),(5269,490,572,'Email','email_repeat','Text','manhaalodi1975@zuhause.gdn'),(5270,490,573,'Email repeat','email','Text','manhaalodi1975@zuhause.gdn'),(5271,490,574,'Password','password_pwrepeat','Text',''),(5272,490,575,'Password repeat','password','Text',''),(5273,490,630,'Applicant ID Number','id_number','Text','5350'),(5274,490,639,'City of Residence','city','Text','Quatre Bornes'),(5275,490,644,'Mobile Number (optional)','mobile','Text','6502'),(5276,491,569,'Name','name','Text','planovgauti1983'),(5277,491,570,'Last Name','lastname','Text','planovgauti1983'),(5278,491,571,'Username','username','Text','planovgauti1983'),(5279,491,572,'Email','email_repeat','Text','planovgauti1983@zuhause.gdn'),(5280,491,573,'Email repeat','email','Text','planovgauti1983@zuhause.gdn'),(5281,491,574,'Password','password_pwrepeat','Text',''),(5282,491,575,'Password repeat','password','Text',''),(5283,491,630,'Applicant ID Number','id_number','Text','4769'),(5284,491,639,'City of Residence','city','Text','Quatre Bornes'),(5285,491,644,'Mobile Number (optional)','mobile','Text','2944'),(5286,492,569,'Name','name','Text','rewechsmichind1980'),(5287,492,570,'Last Name','lastname','Text','rewechsmichind1980'),(5288,492,571,'Username','username','Text','rewechsmichind1980'),(5289,492,572,'Email','email_repeat','Text','rewechsmichind1980@zuhause.gdn'),(5290,492,573,'Email repeat','email','Text','rewechsmichind1980@zuhause.gdn'),(5291,492,574,'Password','password_pwrepeat','Text',''),(5292,492,575,'Password repeat','password','Text',''),(5293,492,630,'Applicant ID Number','id_number','Text','4573'),(5294,492,639,'City of Residence','city','Text','Quatre Bornes'),(5295,492,644,'Mobile Number (optional)','mobile','Text','3214'),(5296,493,569,'Name','name','Text','AthomasSwili'),(5297,493,570,'Last Name','lastname','Text','AthomasSwili'),(5298,493,571,'Username','username','Text','AthomasSwili'),(5299,493,572,'Email','email_repeat','Text','wtojb@genvia01.com'),(5300,493,573,'Email repeat','email','Text','wtojb@genvia01.com'),(5301,493,574,'Password','password_pwrepeat','Text',''),(5302,493,575,'Password repeat','password','Text',''),(5303,493,630,'Applicant ID Number','id_number','Text','3283'),(5304,493,639,'City of Residence','city','Text','Mariupol'),(5305,493,644,'Mobile Number (optional)','mobile','Text','2566'),(5306,494,569,'Name','name','Text','Josephkeery'),(5307,494,570,'Last Name','lastname','Text','Josephkeery'),(5308,494,571,'Username','username','Text','Josephkeery'),(5309,494,572,'Email','email_repeat','Text','josephtakt@mail.ru'),(5310,494,573,'Email repeat','email','Text','josephtakt@mail.ru'),(5311,494,574,'Password','password_pwrepeat','Text',''),(5312,494,575,'Password repeat','password','Text',''),(5313,494,630,'Applicant ID Number','id_number','Text','5707'),(5314,494,639,'City of Residence','city','Text','gratis casino spel'),(5315,494,644,'Mobile Number (optional)','mobile','Text','4487'),(5316,495,569,'Name','name','Text','softlisetex1989'),(5317,495,570,'Last Name','lastname','Text','softlisetex1989'),(5318,495,571,'Username','username','Text','softlisetex1989'),(5319,495,572,'Email','email_repeat','Text','softlisetex1989@zuhause.gdn'),(5320,495,573,'Email repeat','email','Text','softlisetex1989@zuhause.gdn'),(5321,495,574,'Password','password_pwrepeat','Text',''),(5322,495,575,'Password repeat','password','Text',''),(5323,495,630,'Applicant ID Number','id_number','Text','7303'),(5324,495,639,'City of Residence','city','Text','Quatre Bornes'),(5325,495,644,'Mobile Number (optional)','mobile','Text','3063'),(5326,496,569,'Name','name','Text','ningsongminmark1980'),(5327,496,570,'Last Name','lastname','Text','ningsongminmark1980'),(5328,496,571,'Username','username','Text','ningsongminmark1980'),(5329,496,572,'Email','email_repeat','Text','ningsongminmark1980@zuhause.gdn'),(5330,496,573,'Email repeat','email','Text','ningsongminmark1980@zuhause.gdn'),(5331,496,574,'Password','password_pwrepeat','Text',''),(5332,496,575,'Password repeat','password','Text',''),(5333,496,630,'Applicant ID Number','id_number','Text','7072'),(5334,496,639,'City of Residence','city','Text','Quatre Bornes'),(5335,496,644,'Mobile Number (optional)','mobile','Text','656'),(5336,497,569,'Name','name','Text','noarethlike1970'),(5337,497,570,'Last Name','lastname','Text','noarethlike1970'),(5338,497,571,'Username','username','Text','noarethlike1970'),(5339,497,572,'Email','email_repeat','Text','noarethlike1970@zuhause.gdn'),(5340,497,573,'Email repeat','email','Text','noarethlike1970@zuhause.gdn'),(5341,497,574,'Password','password_pwrepeat','Text',''),(5342,497,575,'Password repeat','password','Text',''),(5343,497,630,'Applicant ID Number','id_number','Text','3552'),(5344,497,639,'City of Residence','city','Text','Quatre Bornes'),(5345,497,644,'Mobile Number (optional)','mobile','Text','4585'),(5346,498,569,'Name','name','Text','utifovin1977'),(5347,498,570,'Last Name','lastname','Text','utifovin1977'),(5348,498,571,'Username','username','Text','utifovin1977'),(5349,498,572,'Email','email_repeat','Text','utifovin1977@zuhause.gdn'),(5350,498,573,'Email repeat','email','Text','utifovin1977@zuhause.gdn'),(5351,498,574,'Password','password_pwrepeat','Text',''),(5352,498,575,'Password repeat','password','Text',''),(5353,498,630,'Applicant ID Number','id_number','Text','6743'),(5354,498,639,'City of Residence','city','Text','Quatre Bornes'),(5355,498,644,'Mobile Number (optional)','mobile','Text','9569'),(5356,499,569,'Name','name','Text','protifrespetp1985'),(5357,499,570,'Last Name','lastname','Text','protifrespetp1985'),(5358,499,571,'Username','username','Text','protifrespetp1985'),(5359,499,572,'Email','email_repeat','Text','protifrespetp1985@zuhause.gdn'),(5360,499,573,'Email repeat','email','Text','protifrespetp1985@zuhause.gdn'),(5361,499,574,'Password','password_pwrepeat','Text',''),(5362,499,575,'Password repeat','password','Text',''),(5363,499,630,'Applicant ID Number','id_number','Text','851'),(5364,499,639,'City of Residence','city','Text','Quatre Bornes'),(5365,499,644,'Mobile Number (optional)','mobile','Text','3614'),(5366,500,569,'Name','name','Text','Davidlok'),(5367,500,570,'Last Name','lastname','Text','Davidlok'),(5368,500,571,'Username','username','Text','Davidlok'),(5369,500,572,'Email','email_repeat','Text','fustimyle1972@buyvenlafaxinehcl.net'),(5370,500,573,'Email repeat','email','Text','fustimyle1972@buyvenlafaxinehcl.net'),(5371,500,574,'Password','password_pwrepeat','Text',''),(5372,500,575,'Password repeat','password','Text',''),(5373,500,630,'Applicant ID Number','id_number','Text','6514'),(5374,500,639,'City of Residence','city','Text','Colonel Hill'),(5375,500,644,'Mobile Number (optional)','mobile','Text','5124'),(5376,501,569,'Name','name','Text','wanotowe1983'),(5377,501,570,'Last Name','lastname','Text','wanotowe1983'),(5378,501,571,'Username','username','Text','wanotowe1983'),(5379,501,572,'Email','email_repeat','Text','wanotowe1983@zuhause.gdn'),(5380,501,573,'Email repeat','email','Text','wanotowe1983@zuhause.gdn'),(5381,501,574,'Password','password_pwrepeat','Text',''),(5382,501,575,'Password repeat','password','Text',''),(5383,501,630,'Applicant ID Number','id_number','Text','1463'),(5384,501,639,'City of Residence','city','Text','Quatre Bornes'),(5385,501,644,'Mobile Number (optional)','mobile','Text','6487'),(5386,502,569,'Name','name','Text','sibackmepi1988'),(5387,502,570,'Last Name','lastname','Text','sibackmepi1988'),(5388,502,571,'Username','username','Text','sibackmepi1988'),(5389,502,572,'Email','email_repeat','Text','sibackmepi1988@zuhause.gdn'),(5390,502,573,'Email repeat','email','Text','sibackmepi1988@zuhause.gdn'),(5391,502,574,'Password','password_pwrepeat','Text',''),(5392,502,575,'Password repeat','password','Text',''),(5393,502,630,'Applicant ID Number','id_number','Text','4911'),(5394,502,639,'City of Residence','city','Text','Quatre Bornes'),(5395,502,644,'Mobile Number (optional)','mobile','Text','2736'),(5396,503,569,'Name','name','Text','zenolmartin'),(5397,503,570,'Last Name','lastname','Text','zenolmartin'),(5398,503,571,'Username','username','Text','zenolmartin'),(5399,503,572,'Email','email_repeat','Text','pestriaca@gmail.com'),(5400,503,573,'Email repeat','email','Text','pestriaca@gmail.com'),(5401,503,574,'Password','password_pwrepeat','Text',''),(5402,503,575,'Password repeat','password','Text',''),(5403,503,630,'Applicant ID Number','id_number','Text','38'),(5404,503,639,'City of Residence','city','Text','Sishen'),(5405,503,644,'Mobile Number (optional)','mobile','Text','4984'),(5406,504,569,'Name','name','Text','spoxiaomi'),(5407,504,570,'Last Name','lastname','Text','spoxiaomi'),(5408,504,571,'Username','username','Text','spoxiaomi'),(5409,504,572,'Email','email_repeat','Text','admin@smotreti-porno-online.ru'),(5410,504,573,'Email repeat','email','Text','admin@smotreti-porno-online.ru'),(5411,504,574,'Password','password_pwrepeat','Text',''),(5412,504,575,'Password repeat','password','Text',''),(5413,504,630,'Applicant ID Number','id_number','Text','8105'),(5414,504,639,'City of Residence','city','Text','Kiev'),(5415,504,644,'Mobile Number (optional)','mobile','Text','3008'),(5416,505,569,'Name','name','Text','ArthprReold'),(5417,505,570,'Last Name','lastname','Text','ArthprReold'),(5418,505,571,'Username','username','Text','ArthprReold'),(5419,505,572,'Email','email_repeat','Text','omglha@gmx.com'),(5420,505,573,'Email repeat','email','Text','omglha@gmx.com'),(5421,505,574,'Password','password_pwrepeat','Text',''),(5422,505,575,'Password repeat','password','Text',''),(5423,505,630,'Applicant ID Number','id_number','Text','7443'),(5424,505,639,'City of Residence','city','Text','Duverge'),(5425,505,644,'Mobile Number (optional)','mobile','Text','8557'),(5426,506,569,'Name','name','Text','David '),(5427,506,570,'Last Name','lastname','Text','Smith'),(5428,506,571,'Username','username','Text','Casper'),(5429,506,572,'Email','email_repeat','Text','brokentalisman@hotmail.com'),(5430,506,573,'Email repeat','email','Text','brokentalisman@hotmail.com'),(5431,506,574,'Password','password_pwrepeat','Text',''),(5432,506,575,'Password repeat','password','Text',''),(5433,506,630,'Applicant ID Number','id_number','Text','8204195250089'),(5434,506,639,'City of Residence','city','Text','cape town'),(5435,506,644,'Mobile Number (optional)','mobile','Text','0606343301'),(5436,506,657,'Your Agency (if applicable)','agency','Text','omg'),(5437,507,569,'Name','name','Text','Edyard51'),(5438,507,570,'Last Name','lastname','Text','Edyard51'),(5439,507,571,'Username','username','Text','Edyard51'),(5440,507,572,'Email','email_repeat','Text','pibvsr@sacil.xyz'),(5441,507,573,'Email repeat','email','Text','pibvsr@sacil.xyz'),(5442,507,574,'Password','password_pwrepeat','Text',''),(5443,507,575,'Password repeat','password','Text',''),(5444,507,630,'Applicant ID Number','id_number','Text','9856'),(5445,507,639,'City of Residence','city','Text','Taiping'),(5446,507,644,'Mobile Number (optional)','mobile','Text','1312'),(5447,508,465,'First Name','firstname','Text','Lee-Ann'),(5448,508,464,'Surname','surname','Text','Drake'),(5449,508,468,'ID Number','id','Text','8910050231085'),(5450,508,467,'Email Address','email','Text','leeann.nortje@yahoo.com'),(5451,508,463,'Telephone Number','telephone','Text',''),(5452,508,466,'Mobile Phone Number','mobile','Text','0711330394'),(5453,508,498,'The Job or Production','production','Text',''),(5454,508,503,'Date of Production','productiondate','Text',''),(5455,508,504,'Name of Your Agent','agentname','Text',''),(5456,508,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(5457,508,527,'Description/Message','description','Textarea',''),(5458,509,569,'Name','name','Text','laliworkri1986'),(5459,509,570,'Last Name','lastname','Text','laliworkri1986'),(5460,509,571,'Username','username','Text','laliworkri1986'),(5461,509,572,'Email','email_repeat','Text','laliworkri1986@zuhause.gdn'),(5462,509,573,'Email repeat','email','Text','laliworkri1986@zuhause.gdn'),(5463,509,574,'Password','password_pwrepeat','Text',''),(5464,509,575,'Password repeat','password','Text',''),(5465,509,630,'Applicant ID Number','id_number','Text','8646'),(5466,509,639,'City of Residence','city','Text','Quatre Bornes'),(5467,509,644,'Mobile Number (optional)','mobile','Text','9776'),(5468,510,569,'Name','name','Text','Gregoryrem'),(5469,510,570,'Last Name','lastname','Text','Gregoryrem'),(5470,510,571,'Username','username','Text','Gregoryrem'),(5471,510,572,'Email','email_repeat','Text','mermavarpe1987@plusgmail.ru'),(5472,510,573,'Email repeat','email','Text','mermavarpe1987@plusgmail.ru'),(5473,510,574,'Password','password_pwrepeat','Text',''),(5474,510,575,'Password repeat','password','Text',''),(5475,510,630,'Applicant ID Number','id_number','Text','7848'),(5476,510,639,'City of Residence','city','Text','Москва'),(5477,510,644,'Mobile Number (optional)','mobile','Text','5462'),(5478,511,569,'Name','name','Text','ThomasBople'),(5479,511,570,'Last Name','lastname','Text','ThomasBople'),(5480,511,571,'Username','username','Text','ThomasBople'),(5481,511,572,'Email','email_repeat','Text','incamveyme2008@plusgmail.ru'),(5482,511,573,'Email repeat','email','Text','incamveyme2008@plusgmail.ru'),(5483,511,574,'Password','password_pwrepeat','Text',''),(5484,511,575,'Password repeat','password','Text',''),(5485,511,630,'Applicant ID Number','id_number','Text','8964'),(5486,511,639,'City of Residence','city','Text','Москва'),(5487,511,644,'Mobile Number (optional)','mobile','Text','5821'),(5488,512,569,'Name','name','Text','lideflinis1976'),(5489,512,570,'Last Name','lastname','Text','lideflinis1976'),(5490,512,571,'Username','username','Text','lideflinis1976'),(5491,512,572,'Email','email_repeat','Text','lideflinis1976@zuhause.gdn'),(5492,512,573,'Email repeat','email','Text','lideflinis1976@zuhause.gdn'),(5493,512,574,'Password','password_pwrepeat','Text',''),(5494,512,575,'Password repeat','password','Text',''),(5495,512,630,'Applicant ID Number','id_number','Text','360'),(5496,512,639,'City of Residence','city','Text','Quatre Bornes'),(5497,512,644,'Mobile Number (optional)','mobile','Text','9384'),(5498,513,569,'Name','name','Text','sibsuigara1981'),(5499,513,570,'Last Name','lastname','Text','sibsuigara1981'),(5500,513,571,'Username','username','Text','sibsuigara1981'),(5501,513,572,'Email','email_repeat','Text','sibsuigara1981@zuhause.gdn'),(5502,513,573,'Email repeat','email','Text','sibsuigara1981@zuhause.gdn'),(5503,513,574,'Password','password_pwrepeat','Text',''),(5504,513,575,'Password repeat','password','Text',''),(5505,513,630,'Applicant ID Number','id_number','Text','3333'),(5506,513,639,'City of Residence','city','Text','Quatre Bornes'),(5507,513,644,'Mobile Number (optional)','mobile','Text','1778'),(5508,514,569,'Name','name','Text','rucknanmema1970'),(5509,514,570,'Last Name','lastname','Text','rucknanmema1970'),(5510,514,571,'Username','username','Text','rucknanmema1970'),(5511,514,572,'Email','email_repeat','Text','rucknanmema1970@zuhause.gdn'),(5512,514,573,'Email repeat','email','Text','rucknanmema1970@zuhause.gdn'),(5513,514,574,'Password','password_pwrepeat','Text',''),(5514,514,575,'Password repeat','password','Text',''),(5515,514,630,'Applicant ID Number','id_number','Text','6114'),(5516,514,639,'City of Residence','city','Text','Quatre Bornes'),(5517,514,644,'Mobile Number (optional)','mobile','Text','7334'),(5518,515,569,'Name','name','Text','wieprivanit1977'),(5519,515,570,'Last Name','lastname','Text','wieprivanit1977'),(5520,515,571,'Username','username','Text','wieprivanit1977'),(5521,515,572,'Email','email_repeat','Text','wieprivanit1977@zuhause.gdn'),(5522,515,573,'Email repeat','email','Text','wieprivanit1977@zuhause.gdn'),(5523,515,574,'Password','password_pwrepeat','Text',''),(5524,515,575,'Password repeat','password','Text',''),(5525,515,630,'Applicant ID Number','id_number','Text','467'),(5526,515,639,'City of Residence','city','Text','Quatre Bornes'),(5527,515,644,'Mobile Number (optional)','mobile','Text','206'),(5528,516,569,'Name','name','Text','IneptuPrump'),(5529,516,570,'Last Name','lastname','Text','IneptuPrump'),(5530,516,571,'Username','username','Text','IneptuPrump'),(5531,516,572,'Email','email_repeat','Text','ineptusrus@yandex.com'),(5532,516,573,'Email repeat','email','Text','ineptusrus@yandex.com'),(5533,516,574,'Password','password_pwrepeat','Text',''),(5534,516,575,'Password repeat','password','Text',''),(5535,516,630,'Applicant ID Number','id_number','Text','4934'),(5536,516,639,'City of Residence','city','Text','Toledo'),(5537,516,644,'Mobile Number (optional)','mobile','Text','9051'),(5538,517,569,'Name','name','Text','Kennethdrymn'),(5539,517,570,'Last Name','lastname','Text','Kennethdrymn'),(5540,517,571,'Username','username','Text','Kennethdrymn'),(5541,517,572,'Email','email_repeat','Text','kino3anime5e@mail.ru'),(5542,517,573,'Email repeat','email','Text','kino3anime5e@mail.ru'),(5543,517,574,'Password','password_pwrepeat','Text',''),(5544,517,575,'Password repeat','password','Text',''),(5545,517,630,'Applicant ID Number','id_number','Text','7809'),(5546,517,639,'City of Residence','city','Text','Baghdad'),(5547,517,644,'Mobile Number (optional)','mobile','Text','1539'),(5548,518,569,'Name','name','Text','StevenMoice'),(5549,518,570,'Last Name','lastname','Text','StevenMoice'),(5550,518,571,'Username','username','Text','StevenMoice'),(5551,518,572,'Email','email_repeat','Text','wanmaoli@yandex.com'),(5552,518,573,'Email repeat','email','Text','wanmaoli@yandex.com'),(5553,518,574,'Password','password_pwrepeat','Text',''),(5554,518,575,'Password repeat','password','Text',''),(5555,518,630,'Applicant ID Number','id_number','Text','8833'),(5556,518,639,'City of Residence','city','Text','Aarschot'),(5557,518,644,'Mobile Number (optional)','mobile','Text','1420'),(5558,519,569,'Name','name','Text','GabrielGam'),(5559,519,570,'Last Name','lastname','Text','GabrielGam'),(5560,519,571,'Username','username','Text','GabrielGam'),(5561,519,572,'Email','email_repeat','Text','ggabrielass@mail.ru'),(5562,519,573,'Email repeat','email','Text','ggabrielass@mail.ru'),(5563,519,574,'Password','password_pwrepeat','Text',''),(5564,519,575,'Password repeat','password','Text',''),(5565,519,630,'Applicant ID Number','id_number','Text','2144'),(5566,519,639,'City of Residence','city','Text','Kaohsiung Municipality'),(5567,519,644,'Mobile Number (optional)','mobile','Text','8945'),(5568,520,569,'Name','name','Text','Chehyday'),(5569,520,570,'Last Name','lastname','Text','Chehyday'),(5570,520,571,'Username','username','Text','Chehyday'),(5571,520,572,'Email','email_repeat','Text','3EmefanyGeremymn@holdemturk111.com'),(5572,520,573,'Email repeat','email','Text','3EmefanyGeremymn@holdemturk111.com'),(5573,520,574,'Password','password_pwrepeat','Text',''),(5574,520,575,'Password repeat','password','Text',''),(5575,520,630,'Applicant ID Number','id_number','Text','2005'),(5576,520,639,'City of Residence','city','Text','Skive'),(5577,520,644,'Mobile Number (optional)','mobile','Text','6293'),(5578,521,569,'Name','name','Text','Kamorkaskt'),(5579,521,570,'Last Name','lastname','Text','Kamorkaskt'),(5580,521,571,'Username','username','Text','Kamorkaskt'),(5581,521,572,'Email','email_repeat','Text','kamorka@femdomfree.net'),(5582,521,573,'Email repeat','email','Text','kamorka@femdomfree.net'),(5583,521,574,'Password','password_pwrepeat','Text',''),(5584,521,575,'Password repeat','password','Text',''),(5585,521,630,'Applicant ID Number','id_number','Text','5535'),(5586,521,639,'City of Residence','city','Text','Kiev'),(5587,521,644,'Mobile Number (optional)','mobile','Text','2289'),(5588,522,569,'Name','name','Text','Thabang '),(5589,522,570,'Last Name','lastname','Text','Mathapo'),(5590,522,571,'Username','username','Text','Tmathapo'),(5591,522,572,'Email','email_repeat','Text','mach1mathapo@gmail.com'),(5592,522,573,'Email repeat','email','Text','mach1mathapo@gmail.com'),(5593,522,574,'Password','password_pwrepeat','Text',''),(5594,522,575,'Password repeat','password','Text',''),(5595,522,630,'Applicant ID Number','id_number','Text','9109165344086'),(5596,522,639,'City of Residence','city','Text','Pretoria'),(5597,523,569,'Name','name','Text','roramsoufat1980'),(5598,523,570,'Last Name','lastname','Text','roramsoufat1980'),(5599,523,571,'Username','username','Text','roramsoufat1980'),(5600,523,572,'Email','email_repeat','Text','roramsoufat1980@zuhause.gdn'),(5601,523,573,'Email repeat','email','Text','roramsoufat1980@zuhause.gdn'),(5602,523,574,'Password','password_pwrepeat','Text',''),(5603,523,575,'Password repeat','password','Text',''),(5604,523,630,'Applicant ID Number','id_number','Text','4478'),(5605,523,639,'City of Residence','city','Text','Quatre Bornes'),(5606,523,644,'Mobile Number (optional)','mobile','Text','3020'),(5607,524,569,'Name','name','Text','trancourmove1978'),(5608,524,570,'Last Name','lastname','Text','trancourmove1978'),(5609,524,571,'Username','username','Text','trancourmove1978'),(5610,524,572,'Email','email_repeat','Text','trancourmove1978@zuhause.gdn'),(5611,524,573,'Email repeat','email','Text','trancourmove1978@zuhause.gdn'),(5612,524,574,'Password','password_pwrepeat','Text',''),(5613,524,575,'Password repeat','password','Text',''),(5614,524,630,'Applicant ID Number','id_number','Text','2479'),(5615,524,639,'City of Residence','city','Text','Quatre Bornes'),(5616,524,644,'Mobile Number (optional)','mobile','Text','3175'),(5617,525,569,'Name','name','Text','CharlesRow'),(5618,525,570,'Last Name','lastname','Text','CharlesRow'),(5619,525,571,'Username','username','Text','CharlesRow'),(5620,525,572,'Email','email_repeat','Text','csi80q9ba@mail.ru'),(5621,525,573,'Email repeat','email','Text','csi80q9ba@mail.ru'),(5622,525,574,'Password','password_pwrepeat','Text',''),(5623,525,575,'Password repeat','password','Text',''),(5624,525,630,'Applicant ID Number','id_number','Text','3978'),(5625,525,639,'City of Residence','city','Text','Banjul'),(5626,525,644,'Mobile Number (optional)','mobile','Text','9828'),(5627,526,569,'Name','name','Text','wersfassnakost1976'),(5628,526,570,'Last Name','lastname','Text','wersfassnakost1976'),(5629,526,571,'Username','username','Text','wersfassnakost1976'),(5630,526,572,'Email','email_repeat','Text','wersfassnakost1976@zuhause.gdn'),(5631,526,573,'Email repeat','email','Text','wersfassnakost1976@zuhause.gdn'),(5632,526,574,'Password','password_pwrepeat','Text',''),(5633,526,575,'Password repeat','password','Text',''),(5634,526,630,'Applicant ID Number','id_number','Text','4619'),(5635,526,639,'City of Residence','city','Text','Quatre Bornes'),(5636,526,644,'Mobile Number (optional)','mobile','Text','5319'),(5637,527,569,'Name','name','Text','putseboopo1986'),(5638,527,570,'Last Name','lastname','Text','putseboopo1986'),(5639,527,571,'Username','username','Text','putseboopo1986'),(5640,527,572,'Email','email_repeat','Text','putseboopo1986@zuhause.gdn'),(5641,527,573,'Email repeat','email','Text','putseboopo1986@zuhause.gdn'),(5642,527,574,'Password','password_pwrepeat','Text',''),(5643,527,575,'Password repeat','password','Text',''),(5644,527,630,'Applicant ID Number','id_number','Text','967'),(5645,527,639,'City of Residence','city','Text','Quatre Bornes'),(5646,527,644,'Mobile Number (optional)','mobile','Text','7042'),(5647,528,569,'Name','name','Text','Ronaldonern'),(5648,528,570,'Last Name','lastname','Text','Ronaldonern'),(5649,528,571,'Username','username','Text','Ronaldonern'),(5650,528,572,'Email','email_repeat','Text','ronaldbon@mail.ru'),(5651,528,573,'Email repeat','email','Text','ronaldbon@mail.ru'),(5652,528,574,'Password','password_pwrepeat','Text',''),(5653,528,575,'Password repeat','password','Text',''),(5654,528,630,'Applicant ID Number','id_number','Text','3305'),(5655,528,639,'City of Residence','city','Text','Sishen'),(5656,528,644,'Mobile Number (optional)','mobile','Text','4745'),(5657,529,569,'Name','name','Text','nandialini1971'),(5658,529,570,'Last Name','lastname','Text','nandialini1971'),(5659,529,571,'Username','username','Text','nandialini1971'),(5660,529,572,'Email','email_repeat','Text','nandialini1971@zuhause.gdn'),(5661,529,573,'Email repeat','email','Text','nandialini1971@zuhause.gdn'),(5662,529,574,'Password','password_pwrepeat','Text',''),(5663,529,575,'Password repeat','password','Text',''),(5664,529,630,'Applicant ID Number','id_number','Text','8509'),(5665,529,639,'City of Residence','city','Text','Quatre Bornes'),(5666,529,644,'Mobile Number (optional)','mobile','Text','3829'),(5667,530,569,'Name','name','Text','MaggieHes'),(5668,530,570,'Last Name','lastname','Text','MaggieHes'),(5669,530,571,'Username','username','Text','MaggieHes'),(5670,530,572,'Email','email_repeat','Text','maggieFrOge@essay-top.biz'),(5671,530,573,'Email repeat','email','Text','maggieFrOge@essay-top.biz'),(5672,530,574,'Password','password_pwrepeat','Text',''),(5673,530,575,'Password repeat','password','Text',''),(5674,530,630,'Applicant ID Number','id_number','Text','3046'),(5675,530,639,'City of Residence','city','Text','Cannes'),(5676,530,644,'Mobile Number (optional)','mobile','Text','4244'),(5677,531,569,'Name','name','Text','dadewhecap1980'),(5678,531,570,'Last Name','lastname','Text','dadewhecap1980'),(5679,531,571,'Username','username','Text','dadewhecap1980'),(5680,531,572,'Email','email_repeat','Text','dadewhecap1980@zuhause.gdn'),(5681,531,573,'Email repeat','email','Text','dadewhecap1980@zuhause.gdn'),(5682,531,574,'Password','password_pwrepeat','Text',''),(5683,531,575,'Password repeat','password','Text',''),(5684,531,630,'Applicant ID Number','id_number','Text','7850'),(5685,531,639,'City of Residence','city','Text','Quatre Bornes'),(5686,531,644,'Mobile Number (optional)','mobile','Text','8964'),(5687,532,569,'Name','name','Text','DavidCapop'),(5688,532,570,'Last Name','lastname','Text','DavidCapop'),(5689,532,571,'Username','username','Text','DavidCapop'),(5690,532,572,'Email','email_repeat','Text','anastas.iyaslivova@gmail.com'),(5691,532,573,'Email repeat','email','Text','anastas.iyaslivova@gmail.com'),(5692,532,574,'Password','password_pwrepeat','Text',''),(5693,532,575,'Password repeat','password','Text',''),(5694,532,630,'Applicant ID Number','id_number','Text','6405'),(5695,532,639,'City of Residence','city','Text','Kaduna'),(5696,532,644,'Mobile Number (optional)','mobile','Text','7483'),(5697,533,569,'Name','name','Text','tentsumlale1988'),(5698,533,570,'Last Name','lastname','Text','tentsumlale1988'),(5699,533,571,'Username','username','Text','tentsumlale1988'),(5700,533,572,'Email','email_repeat','Text','tentsumlale1988@zuhause.gdn'),(5701,533,573,'Email repeat','email','Text','tentsumlale1988@zuhause.gdn'),(5702,533,574,'Password','password_pwrepeat','Text',''),(5703,533,575,'Password repeat','password','Text',''),(5704,533,630,'Applicant ID Number','id_number','Text','1030'),(5705,533,639,'City of Residence','city','Text','Quatre Bornes'),(5706,533,644,'Mobile Number (optional)','mobile','Text','9481'),(5707,534,569,'Name','name','Text','guipreslihar1975'),(5708,534,570,'Last Name','lastname','Text','guipreslihar1975'),(5709,534,571,'Username','username','Text','guipreslihar1975'),(5710,534,572,'Email','email_repeat','Text','guipreslihar1975@zuhause.gdn'),(5711,534,573,'Email repeat','email','Text','guipreslihar1975@zuhause.gdn'),(5712,534,574,'Password','password_pwrepeat','Text',''),(5713,534,575,'Password repeat','password','Text',''),(5714,534,630,'Applicant ID Number','id_number','Text','7540'),(5715,534,639,'City of Residence','city','Text','Quatre Bornes'),(5716,534,644,'Mobile Number (optional)','mobile','Text','9829'),(5717,535,569,'Name','name','Text','inexexak1979'),(5718,535,570,'Last Name','lastname','Text','inexexak1979'),(5719,535,571,'Username','username','Text','inexexak1979'),(5720,535,572,'Email','email_repeat','Text','inexexak1979@zuhause.gdn'),(5721,535,573,'Email repeat','email','Text','inexexak1979@zuhause.gdn'),(5722,535,574,'Password','password_pwrepeat','Text',''),(5723,535,575,'Password repeat','password','Text',''),(5724,535,630,'Applicant ID Number','id_number','Text','2906'),(5725,535,639,'City of Residence','city','Text','Quatre Bornes'),(5726,535,644,'Mobile Number (optional)','mobile','Text','9239'),(5727,536,569,'Name','name','Text','webvebullmons1982'),(5728,536,570,'Last Name','lastname','Text','webvebullmons1982'),(5729,536,571,'Username','username','Text','webvebullmons1982'),(5730,536,572,'Email','email_repeat','Text','webvebullmons1982@zuhause.gdn'),(5731,536,573,'Email repeat','email','Text','webvebullmons1982@zuhause.gdn'),(5732,536,574,'Password','password_pwrepeat','Text',''),(5733,536,575,'Password repeat','password','Text',''),(5734,536,630,'Applicant ID Number','id_number','Text','7302'),(5735,536,639,'City of Residence','city','Text','Quatre Bornes'),(5736,536,644,'Mobile Number (optional)','mobile','Text','7597'),(5737,537,569,'Name','name','Text','WilliamBaicy'),(5738,537,570,'Last Name','lastname','Text','WilliamBaicy'),(5739,537,571,'Username','username','Text','WilliamBaicy'),(5740,537,572,'Email','email_repeat','Text','lsergeeva1979@mail.ru'),(5741,537,573,'Email repeat','email','Text','lsergeeva1979@mail.ru'),(5742,537,574,'Password','password_pwrepeat','Text',''),(5743,537,575,'Password repeat','password','Text',''),(5744,537,630,'Applicant ID Number','id_number','Text','8993'),(5745,537,639,'City of Residence','city','Text','Питер'),(5746,537,644,'Mobile Number (optional)','mobile','Text','1361'),(5747,538,569,'Name','name','Text','NicolasTam'),(5748,538,570,'Last Name','lastname','Text','NicolasTam'),(5749,538,571,'Username','username','Text','NicolasTam'),(5750,538,572,'Email','email_repeat','Text','edwardjhamm825@gmail.com'),(5751,538,573,'Email repeat','email','Text','edwardjhamm825@gmail.com'),(5752,538,574,'Password','password_pwrepeat','Text',''),(5753,538,575,'Password repeat','password','Text',''),(5754,538,630,'Applicant ID Number','id_number','Text','5109'),(5755,538,639,'City of Residence','city','Text','Maputo'),(5756,538,644,'Mobile Number (optional)','mobile','Text','6981'),(5757,539,569,'Name','name','Text','rkenolgeno1983'),(5758,539,570,'Last Name','lastname','Text','rkenolgeno1983'),(5759,539,571,'Username','username','Text','rkenolgeno1983'),(5760,539,572,'Email','email_repeat','Text','rkenolgeno1983@zuhause.gdn'),(5761,539,573,'Email repeat','email','Text','rkenolgeno1983@zuhause.gdn'),(5762,539,574,'Password','password_pwrepeat','Text',''),(5763,539,575,'Password repeat','password','Text',''),(5764,539,630,'Applicant ID Number','id_number','Text','8879'),(5765,539,639,'City of Residence','city','Text','Quatre Bornes'),(5766,539,644,'Mobile Number (optional)','mobile','Text','226'),(5767,540,569,'Name','name','Text','DonaldSenny'),(5768,540,570,'Last Name','lastname','Text','DonaldSenny'),(5769,540,571,'Username','username','Text','DonaldSenny'),(5770,540,572,'Email','email_repeat','Text','ivaslomin@gmail.com'),(5771,540,573,'Email repeat','email','Text','ivaslomin@gmail.com'),(5772,540,574,'Password','password_pwrepeat','Text',''),(5773,540,575,'Password repeat','password','Text',''),(5774,540,630,'Applicant ID Number','id_number','Text','2801'),(5775,540,639,'City of Residence','city','Text','Bereeda'),(5776,540,644,'Mobile Number (optional)','mobile','Text','1326'),(5777,541,569,'Name','name','Text','sleepdertyri1980'),(5778,541,570,'Last Name','lastname','Text','sleepdertyri1980'),(5779,541,571,'Username','username','Text','sleepdertyri1980'),(5780,541,572,'Email','email_repeat','Text','sleepdertyri1980@zuhause.gdn'),(5781,541,573,'Email repeat','email','Text','sleepdertyri1980@zuhause.gdn'),(5782,541,574,'Password','password_pwrepeat','Text',''),(5783,541,575,'Password repeat','password','Text',''),(5784,541,630,'Applicant ID Number','id_number','Text','8833'),(5785,541,639,'City of Residence','city','Text','Quatre Bornes'),(5786,541,644,'Mobile Number (optional)','mobile','Text','3225'),(5787,542,569,'Name','name','Text','hitchrajsmentgras1976'),(5788,542,570,'Last Name','lastname','Text','hitchrajsmentgras1976'),(5789,542,571,'Username','username','Text','hitchrajsmentgras1976'),(5790,542,572,'Email','email_repeat','Text','hitchrajsmentgras1976@zuhause.gdn'),(5791,542,573,'Email repeat','email','Text','hitchrajsmentgras1976@zuhause.gdn'),(5792,542,574,'Password','password_pwrepeat','Text',''),(5793,542,575,'Password repeat','password','Text',''),(5794,542,630,'Applicant ID Number','id_number','Text','5614'),(5795,542,639,'City of Residence','city','Text','Quatre Bornes'),(5796,542,644,'Mobile Number (optional)','mobile','Text','5813'),(5797,543,569,'Name','name','Text','smelmoliment1984'),(5798,543,570,'Last Name','lastname','Text','smelmoliment1984'),(5799,543,571,'Username','username','Text','smelmoliment1984'),(5800,543,572,'Email','email_repeat','Text','smelmoliment1984@zuhause.gdn'),(5801,543,573,'Email repeat','email','Text','smelmoliment1984@zuhause.gdn'),(5802,543,574,'Password','password_pwrepeat','Text',''),(5803,543,575,'Password repeat','password','Text',''),(5804,543,630,'Applicant ID Number','id_number','Text','8643'),(5805,543,639,'City of Residence','city','Text','Quatre Bornes'),(5806,543,644,'Mobile Number (optional)','mobile','Text','5646'),(5807,544,569,'Name','name','Text','overderbey1983'),(5808,544,570,'Last Name','lastname','Text','overderbey1983'),(5809,544,571,'Username','username','Text','overderbey1983'),(5810,544,572,'Email','email_repeat','Text','overderbey1983@zuhause.gdn'),(5811,544,573,'Email repeat','email','Text','overderbey1983@zuhause.gdn'),(5812,544,574,'Password','password_pwrepeat','Text',''),(5813,544,575,'Password repeat','password','Text',''),(5814,544,630,'Applicant ID Number','id_number','Text','6602'),(5815,544,639,'City of Residence','city','Text','Quatre Bornes'),(5816,544,644,'Mobile Number (optional)','mobile','Text','9408'),(5817,545,569,'Name','name','Text','Olegkarma64'),(5818,545,570,'Last Name','lastname','Text','Olegkarma64'),(5819,545,571,'Username','username','Text','Olegkarma64'),(5820,545,572,'Email','email_repeat','Text','roger@boxsmoke.com'),(5821,545,573,'Email repeat','email','Text','roger@boxsmoke.com'),(5822,545,574,'Password','password_pwrepeat','Text',''),(5823,545,575,'Password repeat','password','Text',''),(5824,545,630,'Applicant ID Number','id_number','Text','8384'),(5825,545,639,'City of Residence','city','Text','Rostov-on-Don'),(5826,545,644,'Mobile Number (optional)','mobile','Text','710'),(5827,546,569,'Name','name','Text','Jamarbet'),(5828,546,570,'Last Name','lastname','Text','Jamarbet'),(5829,546,571,'Username','username','Text','Jamarbet'),(5830,546,572,'Email','email_repeat','Text','jamarcob@mail.ru'),(5831,546,573,'Email repeat','email','Text','jamarcob@mail.ru'),(5832,546,574,'Password','password_pwrepeat','Text',''),(5833,546,575,'Password repeat','password','Text',''),(5834,546,630,'Applicant ID Number','id_number','Text','9534'),(5835,546,639,'City of Residence','city','Text','Freetown'),(5836,546,644,'Mobile Number (optional)','mobile','Text','2768'),(5837,547,569,'Name','name','Text','ErikapDunse'),(5838,547,570,'Last Name','lastname','Text','ErikapDunse'),(5839,547,571,'Username','username','Text','ErikapDunse'),(5840,547,572,'Email','email_repeat','Text','erikkoaz@love-migs.ru'),(5841,547,573,'Email repeat','email','Text','erikkoaz@love-migs.ru'),(5842,547,574,'Password','password_pwrepeat','Text',''),(5843,547,575,'Password repeat','password','Text',''),(5844,547,630,'Applicant ID Number','id_number','Text','1249'),(5845,547,639,'City of Residence','city','Text','РФ город Москва'),(5846,547,644,'Mobile Number (optional)','mobile','Text','2833'),(5847,548,569,'Name','name','Text','Freddiemep'),(5848,548,570,'Last Name','lastname','Text','Freddiemep'),(5849,548,571,'Username','username','Text','Freddiemep'),(5850,548,572,'Email','email_repeat','Text','anjuliyezhuangshi@hotmail.com'),(5851,548,573,'Email repeat','email','Text','anjuliyezhuangshi@hotmail.com'),(5852,548,574,'Password','password_pwrepeat','Text',''),(5853,548,575,'Password repeat','password','Text',''),(5854,548,630,'Applicant ID Number','id_number','Text','4173'),(5855,548,639,'City of Residence','city','Text','Boden'),(5856,548,644,'Mobile Number (optional)','mobile','Text','947'),(5857,549,569,'Name','name','Text','Eddiesmoof'),(5858,549,570,'Last Name','lastname','Text','Eddiesmoof'),(5859,549,571,'Username','username','Text','Eddiesmoof'),(5860,549,572,'Email','email_repeat','Text','matetrastt@mail.ru'),(5861,549,573,'Email repeat','email','Text','matetrastt@mail.ru'),(5862,549,574,'Password','password_pwrepeat','Text',''),(5863,549,575,'Password repeat','password','Text',''),(5864,549,630,'Applicant ID Number','id_number','Text','http://paydayloansolution.org/ '),(5865,549,639,'City of Residence','city','Text','Raduznyj'),(5866,549,644,'Mobile Number (optional)','mobile','Text','http://paydayloansolution.org/ '),(5867,549,657,'Your Agency (if applicable)','agency','Text','http://paydayloansolution.org/ '),(5868,550,569,'Name','name','Text','Alexbulldog'),(5869,550,570,'Last Name','lastname','Text','Alexbulldog'),(5870,550,571,'Username','username','Text','Alexbulldog'),(5871,550,572,'Email','email_repeat','Text','unocwacho1986@yandex.com'),(5872,550,573,'Email repeat','email','Text','unocwacho1986@yandex.com'),(5873,550,574,'Password','password_pwrepeat','Text',''),(5874,550,575,'Password repeat','password','Text',''),(5875,550,630,'Applicant ID Number','id_number','Text','1770'),(5876,550,644,'Mobile Number (optional)','mobile','Text','8173'),(5877,551,569,'Name','name','Text','Edwardfiree'),(5878,551,570,'Last Name','lastname','Text','Edwardfiree'),(5879,551,571,'Username','username','Text','Edwardfiree'),(5880,551,572,'Email','email_repeat','Text','observatorcultural@hotmail.com'),(5881,551,573,'Email repeat','email','Text','observatorcultural@hotmail.com'),(5882,551,574,'Password','password_pwrepeat','Text',''),(5883,551,575,'Password repeat','password','Text',''),(5884,551,630,'Applicant ID Number','id_number','Text','2373'),(5885,551,639,'City of Residence','city','Text','Bridgetown'),(5886,551,644,'Mobile Number (optional)','mobile','Text','7720'),(5887,552,569,'Name','name','Text','Jeffreyicoks'),(5888,552,570,'Last Name','lastname','Text','Jeffreyicoks'),(5889,552,571,'Username','username','Text','Jeffreyicoks'),(5890,552,572,'Email','email_repeat','Text','artemovartem.93@mail.ru'),(5891,552,573,'Email repeat','email','Text','artemovartem.93@mail.ru'),(5892,552,574,'Password','password_pwrepeat','Text',''),(5893,552,575,'Password repeat','password','Text',''),(5894,552,630,'Applicant ID Number','id_number','Text','6484'),(5895,552,639,'City of Residence','city','Text','Lilongwe'),(5896,552,644,'Mobile Number (optional)','mobile','Text','9436'),(5897,553,569,'Name','name','Text','Travisken'),(5898,553,570,'Last Name','lastname','Text','Travisken'),(5899,553,571,'Username','username','Text','Travisken'),(5900,553,572,'Email','email_repeat','Text','priya_rodriguez@rossmail.ru'),(5901,553,573,'Email repeat','email','Text','priya_rodriguez@rossmail.ru'),(5902,553,574,'Password','password_pwrepeat','Text',''),(5903,553,575,'Password repeat','password','Text',''),(5904,553,630,'Applicant ID Number','id_number','Text','8897'),(5905,553,639,'City of Residence','city','Text','Питер'),(5906,553,644,'Mobile Number (optional)','mobile','Text','5928'),(5907,554,569,'Name','name','Text','HowardSew'),(5908,554,570,'Last Name','lastname','Text','HowardSew'),(5909,554,571,'Username','username','Text','HowardSew'),(5910,554,572,'Email','email_repeat','Text','kapitalinakrt38l@mail.ru'),(5911,554,573,'Email repeat','email','Text','kapitalinakrt38l@mail.ru'),(5912,554,574,'Password','password_pwrepeat','Text',''),(5913,554,575,'Password repeat','password','Text',''),(5914,554,630,'Applicant ID Number','id_number','Text','7277'),(5915,554,639,'City of Residence','city','Text','Raduznyj'),(5916,554,644,'Mobile Number (optional)','mobile','Text','3311'),(5917,555,569,'Name','name','Text','LeikaSauch'),(5918,555,570,'Last Name','lastname','Text','LeikaSauch'),(5919,555,571,'Username','username','Text','LeikaSauch'),(5920,555,572,'Email','email_repeat','Text','leikanadorin@gmail.com'),(5921,555,573,'Email repeat','email','Text','leikanadorin@gmail.com'),(5922,555,574,'Password','password_pwrepeat','Text',''),(5923,555,575,'Password repeat','password','Text',''),(5924,555,630,'Applicant ID Number','id_number','Text','5944'),(5925,555,639,'City of Residence','city','Text','Rajkot'),(5926,555,644,'Mobile Number (optional)','mobile','Text','2127'),(5927,556,569,'Name','name','Text','JosephCef'),(5928,556,570,'Last Name','lastname','Text','JosephCef'),(5929,556,571,'Username','username','Text','JosephCef'),(5930,556,572,'Email','email_repeat','Text','yulich97ora@mail.ru'),(5931,556,573,'Email repeat','email','Text','yulich97ora@mail.ru'),(5932,556,574,'Password','password_pwrepeat','Text',''),(5933,556,575,'Password repeat','password','Text',''),(5934,556,630,'Applicant ID Number','id_number','Text','346'),(5935,556,639,'City of Residence','city','Text','Nis'),(5936,556,644,'Mobile Number (optional)','mobile','Text','2177'),(5937,557,569,'Name','name','Text','bupostopa1971'),(5938,557,570,'Last Name','lastname','Text','bupostopa1971'),(5939,557,571,'Username','username','Text','bupostopa1971'),(5940,557,572,'Email','email_repeat','Text','bupostopa1971@zuhause.gdn'),(5941,557,573,'Email repeat','email','Text','bupostopa1971@zuhause.gdn'),(5942,557,574,'Password','password_pwrepeat','Text',''),(5943,557,575,'Password repeat','password','Text',''),(5944,557,630,'Applicant ID Number','id_number','Text','2669'),(5945,557,639,'City of Residence','city','Text','Quatre Bornes'),(5946,557,644,'Mobile Number (optional)','mobile','Text','6398'),(5947,558,569,'Name','name','Text','tuzersmalan'),(5948,558,570,'Last Name','lastname','Text','tuzersmalan'),(5949,558,571,'Username','username','Text','tuzersmalan'),(5950,558,572,'Email','email_repeat','Text','zigedovibowjeqj@mail.ru'),(5951,558,573,'Email repeat','email','Text','zigedovibowjeqj@mail.ru'),(5952,558,574,'Password','password_pwrepeat','Text',''),(5953,558,575,'Password repeat','password','Text',''),(5954,558,630,'Applicant ID Number','id_number','Text','7310'),(5955,558,639,'City of Residence','city','Text','Parnu'),(5956,558,644,'Mobile Number (optional)','mobile','Text','2921'),(5957,559,569,'Name','name','Text','maicioschoolor1989'),(5958,559,570,'Last Name','lastname','Text','maicioschoolor1989'),(5959,559,571,'Username','username','Text','maicioschoolor1989'),(5960,559,572,'Email','email_repeat','Text','maicioschoolor1989@zuhause.gdn'),(5961,559,573,'Email repeat','email','Text','maicioschoolor1989@zuhause.gdn'),(5962,559,574,'Password','password_pwrepeat','Text',''),(5963,559,575,'Password repeat','password','Text',''),(5964,559,630,'Applicant ID Number','id_number','Text','1713'),(5965,559,639,'City of Residence','city','Text','Quatre Bornes'),(5966,559,644,'Mobile Number (optional)','mobile','Text','6099'),(5967,560,569,'Name','name','Text','Carolynhep'),(5968,560,570,'Last Name','lastname','Text','Carolynhep'),(5969,560,571,'Username','username','Text','Carolynhep'),(5970,560,572,'Email','email_repeat','Text','fabiri.sagitoff@yandex.com'),(5971,560,573,'Email repeat','email','Text','fabiri.sagitoff@yandex.com'),(5972,560,574,'Password','password_pwrepeat','Text',''),(5973,560,575,'Password repeat','password','Text',''),(5974,560,630,'Applicant ID Number','id_number','Text','1496'),(5975,560,639,'City of Residence','city','Text','Juuka'),(5976,560,644,'Mobile Number (optional)','mobile','Text','6875'),(5977,561,569,'Name','name','Text','freeligitdo1986'),(5978,561,570,'Last Name','lastname','Text','freeligitdo1986'),(5979,561,571,'Username','username','Text','freeligitdo1986'),(5980,561,572,'Email','email_repeat','Text','freeligitdo1986@zuhause.gdn'),(5981,561,573,'Email repeat','email','Text','freeligitdo1986@zuhause.gdn'),(5982,561,574,'Password','password_pwrepeat','Text',''),(5983,561,575,'Password repeat','password','Text',''),(5984,561,630,'Applicant ID Number','id_number','Text','4244'),(5985,561,639,'City of Residence','city','Text','Quatre Bornes'),(5986,561,644,'Mobile Number (optional)','mobile','Text','8024'),(5987,562,569,'Name','name','Text','imatlocap1974'),(5988,562,570,'Last Name','lastname','Text','imatlocap1974'),(5989,562,571,'Username','username','Text','imatlocap1974'),(5990,562,572,'Email','email_repeat','Text','imatlocap1974@zuhause.gdn'),(5991,562,573,'Email repeat','email','Text','imatlocap1974@zuhause.gdn'),(5992,562,574,'Password','password_pwrepeat','Text',''),(5993,562,575,'Password repeat','password','Text',''),(5994,562,630,'Applicant ID Number','id_number','Text','205'),(5995,562,639,'City of Residence','city','Text','Quatre Bornes'),(5996,562,644,'Mobile Number (optional)','mobile','Text','1529'),(5997,563,569,'Name','name','Text','GerardWaism'),(5998,563,570,'Last Name','lastname','Text','GerardWaism'),(5999,563,571,'Username','username','Text','GerardWaism'),(6000,563,572,'Email','email_repeat','Text','rcya68747@first.baburn.com'),(6001,563,573,'Email repeat','email','Text','rcya68747@first.baburn.com'),(6002,563,574,'Password','password_pwrepeat','Text',''),(6003,563,575,'Password repeat','password','Text',''),(6004,563,630,'Applicant ID Number','id_number','Text','5718'),(6005,563,639,'City of Residence','city','Text','Baghdad'),(6006,563,644,'Mobile Number (optional)','mobile','Text','3531'),(6007,564,569,'Name','name','Text','siorodedon1974'),(6008,564,570,'Last Name','lastname','Text','siorodedon1974'),(6009,564,571,'Username','username','Text','siorodedon1974'),(6010,564,572,'Email','email_repeat','Text','siorodedon1974@zuhause.gdn'),(6011,564,573,'Email repeat','email','Text','siorodedon1974@zuhause.gdn'),(6012,564,574,'Password','password_pwrepeat','Text',''),(6013,564,575,'Password repeat','password','Text',''),(6014,564,630,'Applicant ID Number','id_number','Text','7467'),(6015,564,639,'City of Residence','city','Text','Quatre Bornes'),(6016,564,644,'Mobile Number (optional)','mobile','Text','9292'),(6017,565,569,'Name','name','Text','Fryenkodug'),(6018,565,570,'Last Name','lastname','Text','Fryenkodug'),(6019,565,571,'Username','username','Text','Fryenkodug'),(6020,565,572,'Email','email_repeat','Text','sergey1.9800.0@gmail.com'),(6021,565,573,'Email repeat','email','Text','sergey1.9800.0@gmail.com'),(6022,565,574,'Password','password_pwrepeat','Text',''),(6023,565,575,'Password repeat','password','Text',''),(6024,565,630,'Applicant ID Number','id_number','Text','7795'),(6025,565,639,'City of Residence','city','Text','Moskow'),(6026,565,644,'Mobile Number (optional)','mobile','Text','8783'),(6027,566,569,'Name','name','Text','Darrellmug'),(6028,566,570,'Last Name','lastname','Text','Darrellmug'),(6029,566,571,'Username','username','Text','Darrellmug'),(6030,566,572,'Email','email_repeat','Text','dartmoorbrewery@hotmail.com'),(6031,566,573,'Email repeat','email','Text','dartmoorbrewery@hotmail.com'),(6032,566,574,'Password','password_pwrepeat','Text',''),(6033,566,575,'Password repeat','password','Text',''),(6034,566,630,'Applicant ID Number','id_number','Text','2715'),(6035,566,639,'City of Residence','city','Text','Nuuk'),(6036,566,644,'Mobile Number (optional)','mobile','Text','2840'),(6037,567,569,'Name','name','Text','SteveInfip'),(6038,567,570,'Last Name','lastname','Text','SteveInfip'),(6039,567,571,'Username','username','Text','SteveInfip'),(6040,567,572,'Email','email_repeat','Text','northwinddk@gmail.com'),(6041,567,573,'Email repeat','email','Text','northwinddk@gmail.com'),(6042,567,574,'Password','password_pwrepeat','Text',''),(6043,567,575,'Password repeat','password','Text',''),(6044,567,630,'Applicant ID Number','id_number','Text','4285'),(6045,567,639,'City of Residence','city','Text','Toledo'),(6046,567,644,'Mobile Number (optional)','mobile','Text','5808'),(6047,568,569,'Name','name','Text','Znmpl'),(6048,568,570,'Last Name','lastname','Text','Znmpl'),(6049,568,571,'Username','username','Text','Znmpl'),(6050,568,572,'Email','email_repeat','Text','gnom@ahd.com.ua'),(6051,568,573,'Email repeat','email','Text','gnom@ahd.com.ua'),(6052,568,574,'Password','password_pwrepeat','Text',''),(6053,568,575,'Password repeat','password','Text',''),(6054,568,630,'Applicant ID Number','id_number','Text','1953'),(6055,568,639,'City of Residence','city','Text','USSR'),(6056,568,644,'Mobile Number (optional)','mobile','Text','2156'),(6057,569,569,'Name','name','Text','Williamjog'),(6058,569,570,'Last Name','lastname','Text','Williamjog'),(6059,569,571,'Username','username','Text','Williamjog'),(6060,569,572,'Email','email_repeat','Text','loveminttaste@hotmail.com'),(6061,569,573,'Email repeat','email','Text','loveminttaste@hotmail.com'),(6062,569,574,'Password','password_pwrepeat','Text',''),(6063,569,575,'Password repeat','password','Text',''),(6064,569,630,'Applicant ID Number','id_number','Text','202'),(6065,569,639,'City of Residence','city','Text','Spitak'),(6066,569,644,'Mobile Number (optional)','mobile','Text','949'),(6067,570,569,'Name','name','Text','KevinMakly'),(6068,570,570,'Last Name','lastname','Text','KevinMakly'),(6069,570,571,'Username','username','Text','KevinMakly'),(6070,570,572,'Email','email_repeat','Text','quanhuiwanjia@hotmail.com'),(6071,570,573,'Email repeat','email','Text','quanhuiwanjia@hotmail.com'),(6072,570,574,'Password','password_pwrepeat','Text',''),(6073,570,575,'Password repeat','password','Text',''),(6074,570,630,'Applicant ID Number','id_number','Text','5912'),(6075,570,639,'City of Residence','city','Text','Ga District'),(6076,570,644,'Mobile Number (optional)','mobile','Text','6542'),(6077,571,569,'Name','name','Text','Spicyfuwaymn'),(6078,571,570,'Last Name','lastname','Text','Spicyfuwaymn'),(6079,571,571,'Username','username','Text','Spicyfuwaymn'),(6080,571,572,'Email','email_repeat','Text','spicyfuckcom@yandex.com'),(6081,571,573,'Email repeat','email','Text','spicyfuckcom@yandex.com'),(6082,571,574,'Password','password_pwrepeat','Text',''),(6083,571,575,'Password repeat','password','Text',''),(6084,571,630,'Applicant ID Number','id_number','Text','1644'),(6085,571,639,'City of Residence','city','Text','NY'),(6086,571,644,'Mobile Number (optional)','mobile','Text','3751'),(6087,572,569,'Name','name','Text','granenfita1985'),(6088,572,570,'Last Name','lastname','Text','granenfita1985'),(6089,572,571,'Username','username','Text','granenfita1985'),(6090,572,572,'Email','email_repeat','Text','granenfita1985@zuhause.gdn'),(6091,572,573,'Email repeat','email','Text','granenfita1985@zuhause.gdn'),(6092,572,574,'Password','password_pwrepeat','Text',''),(6093,572,575,'Password repeat','password','Text',''),(6094,572,630,'Applicant ID Number','id_number','Text','7018'),(6095,572,639,'City of Residence','city','Text','Quatre Bornes'),(6096,572,644,'Mobile Number (optional)','mobile','Text','7859'),(6097,573,569,'Name','name','Text','DonnaEasew'),(6098,573,570,'Last Name','lastname','Text','DonnaEasew'),(6099,573,571,'Username','username','Text','DonnaEasew'),(6100,573,572,'Email','email_repeat','Text','zen105@taidar.ru'),(6101,573,573,'Email repeat','email','Text','zen105@taidar.ru'),(6102,573,574,'Password','password_pwrepeat','Text',''),(6103,573,575,'Password repeat','password','Text',''),(6104,573,630,'Applicant ID Number','id_number','Text','3044'),(6105,573,639,'City of Residence','city','Text','Keflavik'),(6106,573,644,'Mobile Number (optional)','mobile','Text','1216'),(6107,574,569,'Name','name','Text','buemisgata1979'),(6108,574,570,'Last Name','lastname','Text','buemisgata1979'),(6109,574,571,'Username','username','Text','buemisgata1979'),(6110,574,572,'Email','email_repeat','Text','buemisgata1979@zuhause.gdn'),(6111,574,573,'Email repeat','email','Text','buemisgata1979@zuhause.gdn'),(6112,574,574,'Password','password_pwrepeat','Text',''),(6113,574,575,'Password repeat','password','Text',''),(6114,574,630,'Applicant ID Number','id_number','Text','1172'),(6115,574,639,'City of Residence','city','Text','Quatre Bornes'),(6116,574,644,'Mobile Number (optional)','mobile','Text','5462'),(6117,575,569,'Name','name','Text','ragpalamop1988'),(6118,575,570,'Last Name','lastname','Text','ragpalamop1988'),(6119,575,571,'Username','username','Text','ragpalamop1988'),(6120,575,572,'Email','email_repeat','Text','ragpalamop1988@zuhause.gdn'),(6121,575,573,'Email repeat','email','Text','ragpalamop1988@zuhause.gdn'),(6122,575,574,'Password','password_pwrepeat','Text',''),(6123,575,575,'Password repeat','password','Text',''),(6124,575,630,'Applicant ID Number','id_number','Text','7249'),(6125,575,639,'City of Residence','city','Text','Quatre Bornes'),(6126,575,644,'Mobile Number (optional)','mobile','Text','3059'),(6127,576,569,'Name','name','Text','LanceKib'),(6128,576,570,'Last Name','lastname','Text','LanceKib'),(6129,576,571,'Username','username','Text','LanceKib'),(6130,576,572,'Email','email_repeat','Text','alisa.yaschenko89@gmail.com'),(6131,576,573,'Email repeat','email','Text','alisa.yaschenko89@gmail.com'),(6132,576,574,'Password','password_pwrepeat','Text',''),(6133,576,575,'Password repeat','password','Text',''),(6134,576,630,'Applicant ID Number','id_number','Text','7137'),(6135,576,639,'City of Residence','city','Text','Москва'),(6136,576,644,'Mobile Number (optional)','mobile','Text','1747'),(6137,577,569,'Name','name','Text','Jamessnora'),(6138,577,570,'Last Name','lastname','Text','Jamessnora'),(6139,577,571,'Username','username','Text','Jamessnora'),(6140,577,572,'Email','email_repeat','Text','meridian-tur@i.ua'),(6141,577,573,'Email repeat','email','Text','meridian-tur@i.ua'),(6142,577,574,'Password','password_pwrepeat','Text',''),(6143,577,575,'Password repeat','password','Text',''),(6144,577,630,'Applicant ID Number','id_number','Text','157'),(6145,577,639,'City of Residence','city','Text','Lar'),(6146,577,644,'Mobile Number (optional)','mobile','Text','1570'),(6147,578,569,'Name','name','Text','XRumerTest'),(6148,578,570,'Last Name','lastname','Text','XRumerTest'),(6149,578,571,'Username','username','Text','XRumerTest'),(6150,578,572,'Email','email_repeat','Text','yourmail@gmail.com'),(6151,578,573,'Email repeat','email','Text','yourmail@gmail.com'),(6152,578,574,'Password','password_pwrepeat','Text',''),(6153,578,575,'Password repeat','password','Text',''),(6154,578,630,'Applicant ID Number','id_number','Text','3829'),(6155,578,644,'Mobile Number (optional)','mobile','Text','5152'),(6156,579,569,'Name','name','Text','sidsidor90Zef'),(6157,579,570,'Last Name','lastname','Text','sidsidor90Zef'),(6158,579,571,'Username','username','Text','sidsidor90Zef'),(6159,579,572,'Email','email_repeat','Text','sidsidor90@gmail.com'),(6160,579,573,'Email repeat','email','Text','sidsidor90@gmail.com'),(6161,579,574,'Password','password_pwrepeat','Text',''),(6162,579,575,'Password repeat','password','Text',''),(6163,579,630,'Applicant ID Number','id_number','Text','2502'),(6164,579,644,'Mobile Number (optional)','mobile','Text','6302'),(6165,580,569,'Name','name','Text','progomscupsic1987'),(6166,580,570,'Last Name','lastname','Text','progomscupsic1987'),(6167,580,571,'Username','username','Text','progomscupsic1987'),(6168,580,572,'Email','email_repeat','Text','progomscupsic1987@zuhause.gdn'),(6169,580,573,'Email repeat','email','Text','progomscupsic1987@zuhause.gdn'),(6170,580,574,'Password','password_pwrepeat','Text',''),(6171,580,575,'Password repeat','password','Text',''),(6172,580,630,'Applicant ID Number','id_number','Text','2342'),(6173,580,639,'City of Residence','city','Text','Quatre Bornes'),(6174,580,644,'Mobile Number (optional)','mobile','Text','9038'),(6175,581,569,'Name','name','Text','puncfinacol1974'),(6176,581,570,'Last Name','lastname','Text','puncfinacol1974'),(6177,581,571,'Username','username','Text','puncfinacol1974'),(6178,581,572,'Email','email_repeat','Text','puncfinacol1974@zuhause.gdn'),(6179,581,573,'Email repeat','email','Text','puncfinacol1974@zuhause.gdn'),(6180,581,574,'Password','password_pwrepeat','Text',''),(6181,581,575,'Password repeat','password','Text',''),(6182,581,630,'Applicant ID Number','id_number','Text','1273'),(6183,581,639,'City of Residence','city','Text','Quatre Bornes'),(6184,581,644,'Mobile Number (optional)','mobile','Text','8660'),(6185,582,569,'Name','name','Text','DavidPef'),(6186,582,570,'Last Name','lastname','Text','DavidPef'),(6187,582,571,'Username','username','Text','DavidPef'),(6188,582,572,'Email','email_repeat','Text','fyfchtx@bazavashdom.info'),(6189,582,573,'Email repeat','email','Text','fyfchtx@bazavashdom.info'),(6190,582,574,'Password','password_pwrepeat','Text',''),(6191,582,575,'Password repeat','password','Text',''),(6192,582,630,'Applicant ID Number','id_number','Text','9169'),(6193,582,639,'City of Residence','city','Text','Bridgetown'),(6194,582,644,'Mobile Number (optional)','mobile','Text','9049'),(6195,583,569,'Name','name','Text','roysapreatu1986'),(6196,583,570,'Last Name','lastname','Text','roysapreatu1986'),(6197,583,571,'Username','username','Text','roysapreatu1986'),(6198,583,572,'Email','email_repeat','Text','roysapreatu1986@zuhause.gdn'),(6199,583,573,'Email repeat','email','Text','roysapreatu1986@zuhause.gdn'),(6200,583,574,'Password','password_pwrepeat','Text',''),(6201,583,575,'Password repeat','password','Text',''),(6202,583,630,'Applicant ID Number','id_number','Text','9232'),(6203,583,639,'City of Residence','city','Text','Quatre Bornes'),(6204,583,644,'Mobile Number (optional)','mobile','Text','1471'),(6205,584,569,'Name','name','Text','Chris'),(6206,584,570,'Last Name','lastname','Text','Roos'),(6207,584,571,'Username','username','Text','ChrisRoos'),(6208,584,572,'Email','email_repeat','Text','70consultant@gmail.com'),(6209,584,573,'Email repeat','email','Text','70consultant@gmail.com'),(6210,584,574,'Password','password_pwrepeat','Text',''),(6211,584,575,'Password repeat','password','Text',''),(6212,584,630,'Applicant ID Number','id_number','Text','7004255236080'),(6213,584,639,'City of Residence','city','Text','Krugersdorp'),(6214,584,644,'Mobile Number (optional)','mobile','Text','0619081903'),(6215,584,657,'Your Agency (if applicable)','agency','Text','Professional Background Artists (PBA)'),(6216,585,569,'Name','name','Text','DavidCom'),(6217,585,570,'Last Name','lastname','Text','DavidCom'),(6218,585,571,'Username','username','Text','DavidCom'),(6219,585,572,'Email','email_repeat','Text','sergey19.800.0@gmail.com'),(6220,585,573,'Email repeat','email','Text','sergey19.800.0@gmail.com'),(6221,585,574,'Password','password_pwrepeat','Text',''),(6222,585,575,'Password repeat','password','Text',''),(6223,585,630,'Applicant ID Number','id_number','Text','3264'),(6224,585,639,'City of Residence','city','Text','Raanana'),(6225,585,644,'Mobile Number (optional)','mobile','Text','3829'),(6226,586,569,'Name','name','Text','ferringcheckwest1983'),(6227,586,570,'Last Name','lastname','Text','ferringcheckwest1983'),(6228,586,571,'Username','username','Text','ferringcheckwest1983'),(6229,586,572,'Email','email_repeat','Text','ferringcheckwest1983@zuhause.gdn'),(6230,586,573,'Email repeat','email','Text','ferringcheckwest1983@zuhause.gdn'),(6231,586,574,'Password','password_pwrepeat','Text',''),(6232,586,575,'Password repeat','password','Text',''),(6233,586,630,'Applicant ID Number','id_number','Text','2775'),(6234,586,639,'City of Residence','city','Text','Quatre Bornes'),(6235,586,644,'Mobile Number (optional)','mobile','Text','9919'),(6236,587,569,'Name','name','Text','hjdgfddre'),(6237,587,570,'Last Name','lastname','Text','hjdgfddre'),(6238,587,571,'Username','username','Text','hjdgfddre'),(6239,587,572,'Email','email_repeat','Text','gwofreers@yandex.com'),(6240,587,573,'Email repeat','email','Text','gwofreers@yandex.com'),(6241,587,574,'Password','password_pwrepeat','Text',''),(6242,587,575,'Password repeat','password','Text',''),(6243,587,630,'Applicant ID Number','id_number','Text','9831'),(6244,587,639,'City of Residence','city','Text','www.tan-it.ru/index.php/prajs-list'),(6245,587,644,'Mobile Number (optional)','mobile','Text','1783'),(6246,588,569,'Name','name','Text','urtiofibti1982'),(6247,588,570,'Last Name','lastname','Text','urtiofibti1982'),(6248,588,571,'Username','username','Text','urtiofibti1982'),(6249,588,572,'Email','email_repeat','Text','urtiofibti1982@zuhause.gdn'),(6250,588,573,'Email repeat','email','Text','urtiofibti1982@zuhause.gdn'),(6251,588,574,'Password','password_pwrepeat','Text',''),(6252,588,575,'Password repeat','password','Text',''),(6253,588,630,'Applicant ID Number','id_number','Text','7724'),(6254,588,639,'City of Residence','city','Text','Quatre Bornes'),(6255,588,644,'Mobile Number (optional)','mobile','Text','7277'),(6256,589,569,'Name','name','Text','izinalef1979'),(6257,589,570,'Last Name','lastname','Text','izinalef1979'),(6258,589,571,'Username','username','Text','izinalef1979'),(6259,589,572,'Email','email_repeat','Text','izinalef1979@zuhause.gdn'),(6260,589,573,'Email repeat','email','Text','izinalef1979@zuhause.gdn'),(6261,589,574,'Password','password_pwrepeat','Text',''),(6262,589,575,'Password repeat','password','Text',''),(6263,589,630,'Applicant ID Number','id_number','Text','553'),(6264,589,639,'City of Residence','city','Text','Quatre Bornes'),(6265,589,644,'Mobile Number (optional)','mobile','Text','2142'),(6266,590,569,'Name','name','Text','pciSat'),(6267,590,570,'Last Name','lastname','Text','pciSat'),(6268,590,571,'Username','username','Text','pciSat'),(6269,590,572,'Email','email_repeat','Text','hasomanuxs197627@yahoo.co.jp'),(6270,590,573,'Email repeat','email','Text','hasomanuxs197627@yahoo.co.jp'),(6271,590,574,'Password','password_pwrepeat','Text',''),(6272,590,575,'Password repeat','password','Text',''),(6273,590,630,'Applicant ID Number','id_number','Text','8240'),(6274,590,639,'City of Residence','city','Text','Aqtobe'),(6275,590,644,'Mobile Number (optional)','mobile','Text','3078'),(6276,591,569,'Name','name','Text','DerrickDyday'),(6277,591,570,'Last Name','lastname','Text','DerrickDyday'),(6278,591,571,'Username','username','Text','DerrickDyday'),(6279,591,572,'Email','email_repeat','Text','aye123038@hotmail.com'),(6280,591,573,'Email repeat','email','Text','aye123038@hotmail.com'),(6281,591,574,'Password','password_pwrepeat','Text',''),(6282,591,575,'Password repeat','password','Text',''),(6283,591,630,'Applicant ID Number','id_number','Text','6834'),(6284,591,639,'City of Residence','city','Text','Rajkot'),(6285,591,644,'Mobile Number (optional)','mobile','Text','6755'),(6286,592,569,'Name','name','Text','penperpbiting1972'),(6287,592,570,'Last Name','lastname','Text','penperpbiting1972'),(6288,592,571,'Username','username','Text','penperpbiting1972'),(6289,592,572,'Email','email_repeat','Text','penperpbiting1972@zuhause.gdn'),(6290,592,573,'Email repeat','email','Text','penperpbiting1972@zuhause.gdn'),(6291,592,574,'Password','password_pwrepeat','Text',''),(6292,592,575,'Password repeat','password','Text',''),(6293,592,630,'Applicant ID Number','id_number','Text','2617'),(6294,592,639,'City of Residence','city','Text','Quatre Bornes'),(6295,592,644,'Mobile Number (optional)','mobile','Text','2499'),(6296,593,569,'Name','name','Text','rhettartata1970'),(6297,593,570,'Last Name','lastname','Text','rhettartata1970'),(6298,593,571,'Username','username','Text','rhettartata1970'),(6299,593,572,'Email','email_repeat','Text','rhettartata1970@zuhause.gdn'),(6300,593,573,'Email repeat','email','Text','rhettartata1970@zuhause.gdn'),(6301,593,574,'Password','password_pwrepeat','Text',''),(6302,593,575,'Password repeat','password','Text',''),(6303,593,630,'Applicant ID Number','id_number','Text','3663'),(6304,593,639,'City of Residence','city','Text','Quatre Bornes'),(6305,593,644,'Mobile Number (optional)','mobile','Text','2329'),(6306,594,569,'Name','name','Text','ungongieraf1988'),(6307,594,570,'Last Name','lastname','Text','ungongieraf1988'),(6308,594,571,'Username','username','Text','ungongieraf1988'),(6309,594,572,'Email','email_repeat','Text','ungongieraf1988@zuhause.gdn'),(6310,594,573,'Email repeat','email','Text','ungongieraf1988@zuhause.gdn'),(6311,594,574,'Password','password_pwrepeat','Text',''),(6312,594,575,'Password repeat','password','Text',''),(6313,594,630,'Applicant ID Number','id_number','Text','7184'),(6314,594,639,'City of Residence','city','Text','Quatre Bornes'),(6315,594,644,'Mobile Number (optional)','mobile','Text','4914'),(6316,595,569,'Name','name','Text','morula peter'),(6317,595,570,'Last Name','lastname','Text','lekota'),(6318,595,571,'Username','username','Text','peter lekota'),(6319,595,572,'Email','email_repeat','Text','petermorula187@gmail.com'),(6320,595,573,'Email repeat','email','Text','petermorula187@gmail.com'),(6321,595,574,'Password','password_pwrepeat','Text',''),(6322,595,575,'Password repeat','password','Text',''),(6323,595,630,'Applicant ID Number','id_number','Text','9805085269085'),(6324,595,639,'City of Residence','city','Text','johannesburg'),(6325,595,644,'Mobile Number (optional)','mobile','Text','0713093429'),(6326,596,569,'Name','name','Text','olegsib'),(6327,596,570,'Last Name','lastname','Text','olegsib'),(6328,596,571,'Username','username','Text','olegsib'),(6329,596,572,'Email','email_repeat','Text','olegakovlev94@gmail.com'),(6330,596,573,'Email repeat','email','Text','olegakovlev94@gmail.com'),(6331,596,574,'Password','password_pwrepeat','Text',''),(6332,596,575,'Password repeat','password','Text',''),(6333,596,630,'Applicant ID Number','id_number','Text','1049'),(6334,596,644,'Mobile Number (optional)','mobile','Text','4234'),(6335,597,569,'Name','name','Text','Jamesanola'),(6336,597,570,'Last Name','lastname','Text','Jamesanola'),(6337,597,571,'Username','username','Text','Jamesanola'),(6338,597,572,'Email','email_repeat','Text','hpeb98723@first.baburn.com'),(6339,597,573,'Email repeat','email','Text','hpeb98723@first.baburn.com'),(6340,597,574,'Password','password_pwrepeat','Text',''),(6341,597,575,'Password repeat','password','Text',''),(6342,597,630,'Applicant ID Number','id_number','Text','3360'),(6343,597,639,'City of Residence','city','Text','Bottegone'),(6344,597,644,'Mobile Number (optional)','mobile','Text','4127'),(6345,598,569,'Name','name','Text','dollxla21qfa'),(6346,598,570,'Last Name','lastname','Text','dollxla21qfa'),(6347,598,571,'Username','username','Text','dollxla21qfa'),(6348,598,572,'Email','email_repeat','Text','eosjn282@gmail.com'),(6349,598,573,'Email repeat','email','Text','eosjn282@gmail.com'),(6350,598,574,'Password','password_pwrepeat','Text',''),(6351,598,575,'Password repeat','password','Text',''),(6352,598,630,'Applicant ID Number','id_number','Text','7840'),(6353,598,639,'City of Residence','city','Text','Minsk'),(6354,598,644,'Mobile Number (optional)','mobile','Text','7032'),(6355,599,569,'Name','name','Text','salkangroret1989'),(6356,599,570,'Last Name','lastname','Text','salkangroret1989'),(6357,599,571,'Username','username','Text','salkangroret1989'),(6358,599,572,'Email','email_repeat','Text','salkangroret1989@zuhause.gdn'),(6359,599,573,'Email repeat','email','Text','salkangroret1989@zuhause.gdn'),(6360,599,574,'Password','password_pwrepeat','Text',''),(6361,599,575,'Password repeat','password','Text',''),(6362,599,630,'Applicant ID Number','id_number','Text','6919'),(6363,599,639,'City of Residence','city','Text','Quatre Bornes'),(6364,599,644,'Mobile Number (optional)','mobile','Text','1919'),(6365,600,569,'Name','name','Text','MichaelUnfag'),(6366,600,570,'Last Name','lastname','Text','MichaelUnfag'),(6367,600,571,'Username','username','Text','MichaelUnfag'),(6368,600,572,'Email','email_repeat','Text','moiseevayeq1957@mail.ru'),(6369,600,573,'Email repeat','email','Text','moiseevayeq1957@mail.ru'),(6370,600,574,'Password','password_pwrepeat','Text',''),(6371,600,575,'Password repeat','password','Text',''),(6372,600,630,'Applicant ID Number','id_number','Text','7312'),(6373,600,639,'City of Residence','city','Text','Falmouth'),(6374,600,644,'Mobile Number (optional)','mobile','Text','6978'),(6375,601,569,'Name','name','Text','functecongmuff1986'),(6376,601,570,'Last Name','lastname','Text','functecongmuff1986'),(6377,601,571,'Username','username','Text','functecongmuff1986'),(6378,601,572,'Email','email_repeat','Text','functecongmuff1986@zuhause.gdn'),(6379,601,573,'Email repeat','email','Text','functecongmuff1986@zuhause.gdn'),(6380,601,574,'Password','password_pwrepeat','Text',''),(6381,601,575,'Password repeat','password','Text',''),(6382,601,630,'Applicant ID Number','id_number','Text','5450'),(6383,601,639,'City of Residence','city','Text','Quatre Bornes'),(6384,601,644,'Mobile Number (optional)','mobile','Text','4504'),(6385,602,569,'Name','name','Text','corkolymnyo1978'),(6386,602,570,'Last Name','lastname','Text','corkolymnyo1978'),(6387,602,571,'Username','username','Text','corkolymnyo1978'),(6388,602,572,'Email','email_repeat','Text','corkolymnyo1978@zuhause.gdn'),(6389,602,573,'Email repeat','email','Text','corkolymnyo1978@zuhause.gdn'),(6390,602,574,'Password','password_pwrepeat','Text',''),(6391,602,575,'Password repeat','password','Text',''),(6392,602,630,'Applicant ID Number','id_number','Text','6094'),(6393,602,639,'City of Residence','city','Text','Quatre Bornes'),(6394,602,644,'Mobile Number (optional)','mobile','Text','3886'),(6395,603,569,'Name','name','Text','simocubso1975'),(6396,603,570,'Last Name','lastname','Text','simocubso1975'),(6397,603,571,'Username','username','Text','simocubso1975'),(6398,603,572,'Email','email_repeat','Text','simocubso1975@zuhause.gdn'),(6399,603,573,'Email repeat','email','Text','simocubso1975@zuhause.gdn'),(6400,603,574,'Password','password_pwrepeat','Text',''),(6401,603,575,'Password repeat','password','Text',''),(6402,603,630,'Applicant ID Number','id_number','Text','2061'),(6403,603,639,'City of Residence','city','Text','Quatre Bornes'),(6404,603,644,'Mobile Number (optional)','mobile','Text','2504'),(6405,604,569,'Name','name','Text','OlegkarDon41'),(6406,604,570,'Last Name','lastname','Text','OlegkarDon41'),(6407,604,571,'Username','username','Text','OlegkarDon41'),(6408,604,572,'Email','email_repeat','Text','olegkardon28@mail.ru'),(6409,604,573,'Email repeat','email','Text','olegkardon28@mail.ru'),(6410,604,574,'Password','password_pwrepeat','Text',''),(6411,604,575,'Password repeat','password','Text',''),(6412,604,630,'Applicant ID Number','id_number','Text','5584'),(6413,604,639,'City of Residence','city','Text','Rostov-on-Don'),(6414,604,644,'Mobile Number (optional)','mobile','Text','6747'),(6415,605,569,'Name','name','Text','deskflavnouma1988'),(6416,605,570,'Last Name','lastname','Text','deskflavnouma1988'),(6417,605,571,'Username','username','Text','deskflavnouma1988'),(6418,605,572,'Email','email_repeat','Text','deskflavnouma1988@zuhause.gdn'),(6419,605,573,'Email repeat','email','Text','deskflavnouma1988@zuhause.gdn'),(6420,605,574,'Password','password_pwrepeat','Text',''),(6421,605,575,'Password repeat','password','Text',''),(6422,605,630,'Applicant ID Number','id_number','Text','9475'),(6423,605,639,'City of Residence','city','Text','Quatre Bornes'),(6424,605,644,'Mobile Number (optional)','mobile','Text','1078'),(6425,606,569,'Name','name','Text','stilpissahea1978'),(6426,606,570,'Last Name','lastname','Text','stilpissahea1978'),(6427,606,571,'Username','username','Text','stilpissahea1978'),(6428,606,572,'Email','email_repeat','Text','stilpissahea1978@zuhause.gdn'),(6429,606,573,'Email repeat','email','Text','stilpissahea1978@zuhause.gdn'),(6430,606,574,'Password','password_pwrepeat','Text',''),(6431,606,575,'Password repeat','password','Text',''),(6432,606,630,'Applicant ID Number','id_number','Text','4932'),(6433,606,639,'City of Residence','city','Text','Quatre Bornes'),(6434,606,644,'Mobile Number (optional)','mobile','Text','530'),(6435,607,569,'Name','name','Text','Allensluts'),(6436,607,570,'Last Name','lastname','Text','Allensluts'),(6437,607,571,'Username','username','Text','Allensluts'),(6438,607,572,'Email','email_repeat','Text','allenmek@outlook.com'),(6439,607,573,'Email repeat','email','Text','allenmek@outlook.com'),(6440,607,574,'Password','password_pwrepeat','Text',''),(6441,607,575,'Password repeat','password','Text',''),(6442,607,630,'Applicant ID Number','id_number','Text','1953'),(6443,607,639,'City of Residence','city','Text','Estepona'),(6444,607,644,'Mobile Number (optional)','mobile','Text','4283'),(6445,608,569,'Name','name','Text','Nelliesix'),(6446,608,570,'Last Name','lastname','Text','Nelliesix'),(6447,608,571,'Username','username','Text','Nelliesix'),(6448,608,572,'Email','email_repeat','Text','nellieAnath@essay-top.biz'),(6449,608,573,'Email repeat','email','Text','nellieAnath@essay-top.biz'),(6450,608,574,'Password','password_pwrepeat','Text',''),(6451,608,575,'Password repeat','password','Text',''),(6452,608,630,'Applicant ID Number','id_number','Text','1266'),(6453,608,639,'City of Residence','city','Text','Hiroshima'),(6454,608,644,'Mobile Number (optional)','mobile','Text','6299'),(6455,609,569,'Name','name','Text','Davidclite'),(6456,609,570,'Last Name','lastname','Text','Davidclite'),(6457,609,571,'Username','username','Text','Davidclite'),(6458,609,572,'Email','email_repeat','Text','severi@1.zzuma.ru\r\n'),(6459,609,573,'Email repeat','email','Text','severi@1.zzuma.ru\r\n'),(6460,609,574,'Password','password_pwrepeat','Text',''),(6461,609,575,'Password repeat','password','Text',''),(6462,609,630,'Applicant ID Number','id_number','Text','2039'),(6463,609,639,'City of Residence','city','Text','Kralupy Nad Vltavou'),(6464,609,644,'Mobile Number (optional)','mobile','Text','8864'),(6465,610,569,'Name','name','Text','et_rydanov1985'),(6466,610,570,'Last Name','lastname','Text','et_rydanov1985'),(6467,610,571,'Username','username','Text','et_rydanov1985'),(6468,610,572,'Email','email_repeat','Text','rydanov1985@gmail.com'),(6469,610,573,'Email repeat','email','Text','rydanov1985@gmail.com'),(6470,610,574,'Password','password_pwrepeat','Text',''),(6471,610,575,'Password repeat','password','Text',''),(6472,610,630,'Applicant ID Number','id_number','Text','2950'),(6473,610,639,'City of Residence','city','Text','Полатава'),(6474,610,644,'Mobile Number (optional)','mobile','Text','8722'),(6475,611,569,'Name','name','Text','azamaplaiz'),(6476,611,570,'Last Name','lastname','Text','azamaplaiz'),(6477,611,571,'Username','username','Text','azamaplaiz'),(6478,611,572,'Email','email_repeat','Text','azamatfatyh@gmail.com'),(6479,611,573,'Email repeat','email','Text','azamatfatyh@gmail.com'),(6480,611,574,'Password','password_pwrepeat','Text',''),(6481,611,575,'Password repeat','password','Text',''),(6482,611,630,'Applicant ID Number','id_number','Text','8704'),(6483,611,644,'Mobile Number (optional)','mobile','Text','7004'),(6484,612,569,'Name','name','Text','Matthewsligh'),(6485,612,570,'Last Name','lastname','Text','Matthewsligh'),(6486,612,571,'Username','username','Text','Matthewsligh'),(6487,612,572,'Email','email_repeat','Text','orekhovaphh1966@mail.ru'),(6488,612,573,'Email repeat','email','Text','orekhovaphh1966@mail.ru'),(6489,612,574,'Password','password_pwrepeat','Text',''),(6490,612,575,'Password repeat','password','Text',''),(6491,612,630,'Applicant ID Number','id_number','Text','9277'),(6492,612,639,'City of Residence','city','Text','San Vicente De Tagua Tagua'),(6493,612,644,'Mobile Number (optional)','mobile','Text','806'),(6494,613,569,'Name','name','Text','Jamesunots'),(6495,613,570,'Last Name','lastname','Text','Jamesunots'),(6496,613,571,'Username','username','Text','Jamesunots'),(6497,613,572,'Email','email_repeat','Text','larisa.budanova89@gmail.com'),(6498,613,573,'Email repeat','email','Text','larisa.budanova89@gmail.com'),(6499,613,574,'Password','password_pwrepeat','Text',''),(6500,613,575,'Password repeat','password','Text',''),(6501,613,630,'Applicant ID Number','id_number','Text','867'),(6502,613,639,'City of Residence','city','Text','Россия'),(6503,613,644,'Mobile Number (optional)','mobile','Text','5320'),(6504,614,569,'Name','name','Text','MiC'),(6505,614,570,'Last Name','lastname','Text','MiC'),(6506,614,571,'Username','username','Text','MiC'),(6507,614,572,'Email','email_repeat','Text','neick@outlook.com'),(6508,614,573,'Email repeat','email','Text','neick@outlook.com'),(6509,614,574,'Password','password_pwrepeat','Text',''),(6510,614,575,'Password repeat','password','Text',''),(6511,614,630,'Applicant ID Number','id_number','Text','2379'),(6512,614,639,'City of Residence','city','Text','Moskow'),(6513,614,644,'Mobile Number (optional)','mobile','Text','9740'),(6514,615,569,'Name','name','Text','julius '),(6515,615,570,'Last Name','lastname','Text','setati'),(6516,615,571,'Username','username','Text','julius'),(6517,615,572,'Email','email_repeat','Text','juliussetati9@gmail.com'),(6518,615,573,'Email repeat','email','Text','juliussetati9@gmail.com'),(6519,615,574,'Password','password_pwrepeat','Text',''),(6520,615,575,'Password repeat','password','Text',''),(6521,615,630,'Applicant ID Number','id_number','Text','9205015531086'),(6522,615,639,'City of Residence','city','Text','Johannesburg '),(6523,615,644,'Mobile Number (optional)','mobile','Text','0846492977'),(6524,616,569,'Name','name','Text','roalowtlima1971'),(6525,616,570,'Last Name','lastname','Text','roalowtlima1971'),(6526,616,571,'Username','username','Text','roalowtlima1971'),(6527,616,572,'Email','email_repeat','Text','roalowtlima1971@zuhause.gdn'),(6528,616,573,'Email repeat','email','Text','roalowtlima1971@zuhause.gdn'),(6529,616,574,'Password','password_pwrepeat','Text',''),(6530,616,575,'Password repeat','password','Text',''),(6531,616,630,'Applicant ID Number','id_number','Text','1037'),(6532,616,639,'City of Residence','city','Text','Quatre Bornes'),(6533,616,644,'Mobile Number (optional)','mobile','Text','9186'),(6534,617,569,'Name','name','Text','BrandonpriEw'),(6535,617,570,'Last Name','lastname','Text','BrandonpriEw'),(6536,617,571,'Username','username','Text','BrandonpriEw'),(6537,617,572,'Email','email_repeat','Text','makarovajzo1955@mail.ru'),(6538,617,573,'Email repeat','email','Text','makarovajzo1955@mail.ru'),(6539,617,574,'Password','password_pwrepeat','Text',''),(6540,617,575,'Password repeat','password','Text',''),(6541,617,630,'Applicant ID Number','id_number','Text','5512'),(6542,617,639,'City of Residence','city','Text','Lilongwe'),(6543,617,644,'Mobile Number (optional)','mobile','Text','9675'),(6544,618,569,'Name','name','Text','innnassss'),(6545,618,570,'Last Name','lastname','Text','innnassss'),(6546,618,571,'Username','username','Text','innnassss'),(6547,618,572,'Email','email_repeat','Text','innnassss@mail.ru'),(6548,618,573,'Email repeat','email','Text','innnassss@mail.ru'),(6549,618,574,'Password','password_pwrepeat','Text',''),(6550,618,575,'Password repeat','password','Text',''),(6551,618,630,'Applicant ID Number','id_number','Text','5825'),(6552,618,644,'Mobile Number (optional)','mobile','Text','3256'),(6553,619,569,'Name','name','Text','Davidlougs'),(6554,619,570,'Last Name','lastname','Text','Davidlougs'),(6555,619,571,'Username','username','Text','Davidlougs'),(6556,619,572,'Email','email_repeat','Text','pwcw36666@first.baburn.com'),(6557,619,573,'Email repeat','email','Text','pwcw36666@first.baburn.com'),(6558,619,574,'Password','password_pwrepeat','Text',''),(6559,619,575,'Password repeat','password','Text',''),(6560,619,630,'Applicant ID Number','id_number','Text','4993'),(6561,619,639,'City of Residence','city','Text','Walvis Bay'),(6562,619,644,'Mobile Number (optional)','mobile','Text','7784'),(6563,620,569,'Name','name','Text','Gordonestal'),(6564,620,570,'Last Name','lastname','Text','Gordonestal'),(6565,620,571,'Username','username','Text','Gordonestal'),(6566,620,572,'Email','email_repeat','Text','gushchinamib1996@mail.ru'),(6567,620,573,'Email repeat','email','Text','gushchinamib1996@mail.ru'),(6568,620,574,'Password','password_pwrepeat','Text',''),(6569,620,575,'Password repeat','password','Text',''),(6570,620,630,'Applicant ID Number','id_number','Text','5169'),(6571,620,639,'City of Residence','city','Text','Riohacha'),(6572,620,644,'Mobile Number (optional)','mobile','Text','9238'),(6573,621,569,'Name','name','Text','DevinSoype'),(6574,621,570,'Last Name','lastname','Text','DevinSoype'),(6575,621,571,'Username','username','Text','DevinSoype'),(6576,621,572,'Email','email_repeat','Text','voronovarrz1978@mail.ru'),(6577,621,573,'Email repeat','email','Text','voronovarrz1978@mail.ru'),(6578,621,574,'Password','password_pwrepeat','Text',''),(6579,621,575,'Password repeat','password','Text',''),(6580,621,630,'Applicant ID Number','id_number','Text','2899'),(6581,621,639,'City of Residence','city','Text','Montevideo'),(6582,621,644,'Mobile Number (optional)','mobile','Text','1702'),(6583,622,569,'Name','name','Text','DannyMalse'),(6584,622,570,'Last Name','lastname','Text','DannyMalse'),(6585,622,571,'Username','username','Text','DannyMalse'),(6586,622,572,'Email','email_repeat','Text','irma.bezdetkova.5686@mail.ru'),(6587,622,573,'Email repeat','email','Text','irma.bezdetkova.5686@mail.ru'),(6588,622,574,'Password','password_pwrepeat','Text',''),(6589,622,575,'Password repeat','password','Text',''),(6590,622,630,'Applicant ID Number','id_number','Text','4968'),(6591,622,639,'City of Residence','city','Text','Gliwice'),(6592,622,644,'Mobile Number (optional)','mobile','Text','338'),(6593,623,569,'Name','name','Text','Thailandi-adand'),(6594,623,570,'Last Name','lastname','Text','Thailandi-adand'),(6595,623,571,'Username','username','Text','Thailandi-adand'),(6596,623,572,'Email','email_repeat','Text','klarapolara@gmail.com'),(6597,623,573,'Email repeat','email','Text','klarapolara@gmail.com'),(6598,623,574,'Password','password_pwrepeat','Text',''),(6599,623,575,'Password repeat','password','Text',''),(6600,623,630,'Applicant ID Number','id_number','Text','1862'),(6601,623,639,'City of Residence','city','Text','Moscow'),(6602,623,644,'Mobile Number (optional)','mobile','Text','520'),(6603,624,569,'Name','name','Text','Williamdep'),(6604,624,570,'Last Name','lastname','Text','Williamdep'),(6605,624,571,'Username','username','Text','Williamdep'),(6606,624,572,'Email','email_repeat','Text','hbfnet@1.zzuma.ru\r\n'),(6607,624,573,'Email repeat','email','Text','hbfnet@1.zzuma.ru\r\n'),(6608,624,574,'Password','password_pwrepeat','Text',''),(6609,624,575,'Password repeat','password','Text',''),(6610,624,630,'Applicant ID Number','id_number','Text','7111'),(6611,624,639,'City of Residence','city','Text','Doha'),(6612,624,644,'Mobile Number (optional)','mobile','Text','3854'),(6613,625,569,'Name','name','Text','FamBruff'),(6614,625,570,'Last Name','lastname','Text','FamBruff'),(6615,625,571,'Username','username','Text','FamBruff'),(6616,625,572,'Email','email_repeat','Text','zond.radar@yandex.ru'),(6617,625,573,'Email repeat','email','Text','zond.radar@yandex.ru'),(6618,625,574,'Password','password_pwrepeat','Text',''),(6619,625,575,'Password repeat','password','Text',''),(6620,625,630,'Applicant ID Number','id_number','Text','835'),(6621,625,639,'City of Residence','city','Text','Novosibirsk'),(6622,625,644,'Mobile Number (optional)','mobile','Text','8587'),(6623,626,569,'Name','name','Text','Arguexcf'),(6624,626,570,'Last Name','lastname','Text','Arguexcf'),(6625,626,571,'Username','username','Text','Arguexcf'),(6626,626,572,'Email','email_repeat','Text','tebankle@okgmail.com'),(6627,626,573,'Email repeat','email','Text','tebankle@okgmail.com'),(6628,626,574,'Password','password_pwrepeat','Text',''),(6629,626,575,'Password repeat','password','Text',''),(6630,626,630,'Applicant ID Number','id_number','Text','5118'),(6631,626,644,'Mobile Number (optional)','mobile','Text','3043'),(6632,627,569,'Name','name','Text','KarSumKen'),(6633,627,570,'Last Name','lastname','Text','KarSumKen'),(6634,627,571,'Username','username','Text','KarSumKen'),(6635,627,572,'Email','email_repeat','Text','karsamKRDaj17@boxsmoke.com'),(6636,627,573,'Email repeat','email','Text','karsamKRDaj17@boxsmoke.com'),(6637,627,574,'Password','password_pwrepeat','Text',''),(6638,627,575,'Password repeat','password','Text',''),(6639,627,630,'Applicant ID Number','id_number','Text','5423'),(6640,627,639,'City of Residence','city','Text','Krasnodar'),(6641,627,644,'Mobile Number (optional)','mobile','Text','2453'),(6642,628,569,'Name','name','Text','HaroldBof'),(6643,628,570,'Last Name','lastname','Text','HaroldBof'),(6644,628,571,'Username','username','Text','HaroldBof'),(6645,628,572,'Email','email_repeat','Text','borisovapwz1951@mail.ru'),(6646,628,573,'Email repeat','email','Text','borisovapwz1951@mail.ru'),(6647,628,574,'Password','password_pwrepeat','Text',''),(6648,628,575,'Password repeat','password','Text',''),(6649,628,630,'Applicant ID Number','id_number','Text','9030'),(6650,628,639,'City of Residence','city','Text','Aarschot'),(6651,628,644,'Mobile Number (optional)','mobile','Text','4312'),(6652,629,569,'Name','name','Text','HwwrertPal'),(6653,629,570,'Last Name','lastname','Text','HwwrertPal'),(6654,629,571,'Username','username','Text','HwwrertPal'),(6655,629,572,'Email','email_repeat','Text','erfmjysail@mail.ru'),(6656,629,573,'Email repeat','email','Text','erfmjysail@mail.ru'),(6657,629,574,'Password','password_pwrepeat','Text',''),(6658,629,575,'Password repeat','password','Text',''),(6659,629,630,'Applicant ID Number','id_number','Text','6608'),(6660,629,639,'City of Residence','city','Text','Istanbul'),(6661,629,644,'Mobile Number (optional)','mobile','Text','3094'),(6662,630,569,'Name','name','Text','KamilsonGruzer'),(6663,630,570,'Last Name','lastname','Text','KamilsonGruzer'),(6664,630,571,'Username','username','Text','KamilsonGruzer'),(6665,630,572,'Email','email_repeat','Text','neoadin@gmail.com'),(6666,630,573,'Email repeat','email','Text','neoadin@gmail.com'),(6667,630,574,'Password','password_pwrepeat','Text',''),(6668,630,575,'Password repeat','password','Text',''),(6669,630,630,'Applicant ID Number','id_number','Text','6338'),(6670,630,639,'City of Residence','city','Text','Kraków'),(6671,630,644,'Mobile Number (optional)','mobile','Text','7208'),(6672,631,569,'Name','name','Text','BruceNab'),(6673,631,570,'Last Name','lastname','Text','BruceNab'),(6674,631,571,'Username','username','Text','BruceNab'),(6675,631,572,'Email','email_repeat','Text','piyudenene@gmail.com'),(6676,631,573,'Email repeat','email','Text','piyudenene@gmail.com'),(6677,631,574,'Password','password_pwrepeat','Text',''),(6678,631,575,'Password repeat','password','Text',''),(6679,631,630,'Applicant ID Number','id_number','Text','8844'),(6680,631,639,'City of Residence','city','Text','Minsk'),(6681,631,644,'Mobile Number (optional)','mobile','Text','4245'),(6682,632,569,'Name','name','Text','gp1iel7m'),(6683,632,570,'Last Name','lastname','Text','gp1iel7m'),(6684,632,571,'Username','username','Text','gp1iel7m'),(6685,632,572,'Email','email_repeat','Text','ujtbs6@bybklfn.info'),(6686,632,573,'Email repeat','email','Text','ujtbs6@bybklfn.info'),(6687,632,574,'Password','password_pwrepeat','Text',''),(6688,632,575,'Password repeat','password','Text',''),(6689,632,630,'Applicant ID Number','id_number','Text','9005'),(6690,632,639,'City of Residence','city','Text','Yako'),(6691,632,644,'Mobile Number (optional)','mobile','Text','1988'),(6692,633,569,'Name','name','Text','Albertlzob'),(6693,633,570,'Last Name','lastname','Text','Albertlzob'),(6694,633,571,'Username','username','Text','Albertlzob'),(6695,633,572,'Email','email_repeat','Text','albertpopow95@gmail.com'),(6696,633,573,'Email repeat','email','Text','albertpopow95@gmail.com'),(6697,633,574,'Password','password_pwrepeat','Text',''),(6698,633,575,'Password repeat','password','Text',''),(6699,633,630,'Applicant ID Number','id_number','Text','4370'),(6700,633,644,'Mobile Number (optional)','mobile','Text','8956'),(6701,634,569,'Name','name','Text','DelmerLurne'),(6702,634,570,'Last Name','lastname','Text','DelmerLurne'),(6703,634,571,'Username','username','Text','DelmerLurne'),(6704,634,572,'Email','email_repeat','Text','kotovaaoo1967@mail.ru'),(6705,634,573,'Email repeat','email','Text','kotovaaoo1967@mail.ru'),(6706,634,574,'Password','password_pwrepeat','Text',''),(6707,634,575,'Password repeat','password','Text',''),(6708,634,630,'Applicant ID Number','id_number','Text','2931'),(6709,634,639,'City of Residence','city','Text','Toledo'),(6710,634,644,'Mobile Number (optional)','mobile','Text','6430'),(6711,635,569,'Name','name','Text','Arguex56'),(6712,635,570,'Last Name','lastname','Text','Arguex56'),(6713,635,571,'Username','username','Text','Arguex56'),(6714,635,572,'Email','email_repeat','Text','tebankax@okgmail.com'),(6715,635,573,'Email repeat','email','Text','tebankax@okgmail.com'),(6716,635,574,'Password','password_pwrepeat','Text',''),(6717,635,575,'Password repeat','password','Text',''),(6718,635,630,'Applicant ID Number','id_number','Text','3031'),(6719,635,644,'Mobile Number (optional)','mobile','Text','6373'),(6720,636,569,'Name','name','Text','RickyTow'),(6721,636,570,'Last Name','lastname','Text','RickyTow'),(6722,636,571,'Username','username','Text','RickyTow'),(6723,636,572,'Email','email_repeat','Text','rickypsync@yandex.com'),(6724,636,573,'Email repeat','email','Text','rickypsync@yandex.com'),(6725,636,574,'Password','password_pwrepeat','Text',''),(6726,636,575,'Password repeat','password','Text',''),(6727,636,630,'Applicant ID Number','id_number','Text','6657'),(6728,636,639,'City of Residence','city','Text','Купино'),(6729,636,644,'Mobile Number (optional)','mobile','Text','2839'),(6730,637,569,'Name','name','Text','DavidWeilt'),(6731,637,570,'Last Name','lastname','Text','DavidWeilt'),(6732,637,571,'Username','username','Text','DavidWeilt'),(6733,637,572,'Email','email_repeat','Text','bryanczovdmitriy@gmail.com'),(6734,637,573,'Email repeat','email','Text','bryanczovdmitriy@gmail.com'),(6735,637,574,'Password','password_pwrepeat','Text',''),(6736,637,575,'Password repeat','password','Text',''),(6737,637,630,'Applicant ID Number','id_number','Text','9393'),(6738,637,639,'City of Residence','city','Text','Москва'),(6739,637,644,'Mobile Number (optional)','mobile','Text','3557'),(6740,638,569,'Name','name','Text','shevtchyk1980E'),(6741,638,570,'Last Name','lastname','Text','shevtchyk1980E'),(6742,638,571,'Username','username','Text','shevtchyk1980E'),(6743,638,572,'Email','email_repeat','Text','shevtchyk1980@gmail.com'),(6744,638,573,'Email repeat','email','Text','shevtchyk1980@gmail.com'),(6745,638,574,'Password','password_pwrepeat','Text',''),(6746,638,575,'Password repeat','password','Text',''),(6747,638,630,'Applicant ID Number','id_number','Text','8428'),(6748,638,639,'City of Residence','city','Text','Львов'),(6749,638,644,'Mobile Number (optional)','mobile','Text','1104'),(6750,639,569,'Name','name','Text','kaverSteaniaawap'),(6751,639,570,'Last Name','lastname','Text','kaverSteaniaawap'),(6752,639,571,'Username','username','Text','kaverSteaniaawap'),(6753,639,572,'Email','email_repeat','Text','liunin98.aleksandr@gmail.com'),(6754,639,573,'Email repeat','email','Text','liunin98.aleksandr@gmail.com'),(6755,639,574,'Password','password_pwrepeat','Text',''),(6756,639,575,'Password repeat','password','Text',''),(6757,639,630,'Applicant ID Number','id_number','Text','7033'),(6758,639,639,'City of Residence','city','Text','Dallas'),(6759,639,644,'Mobile Number (optional)','mobile','Text','4600'),(6760,640,569,'Name','name','Text','ningvolbaina1988'),(6761,640,570,'Last Name','lastname','Text','ningvolbaina1988'),(6762,640,571,'Username','username','Text','ningvolbaina1988'),(6763,640,572,'Email','email_repeat','Text','ningvolbaina1988@zuhause.gdn'),(6764,640,573,'Email repeat','email','Text','ningvolbaina1988@zuhause.gdn'),(6765,640,574,'Password','password_pwrepeat','Text',''),(6766,640,575,'Password repeat','password','Text',''),(6767,640,630,'Applicant ID Number','id_number','Text','4331'),(6768,640,639,'City of Residence','city','Text','Quatre Bornes'),(6769,640,644,'Mobile Number (optional)','mobile','Text','8254'),(6770,641,569,'Name','name','Text','Frynkdug'),(6771,641,570,'Last Name','lastname','Text','Frynkdug'),(6772,641,571,'Username','username','Text','Frynkdug'),(6773,641,572,'Email','email_repeat','Text','sergey1.9.8.000@gmail.com'),(6774,641,573,'Email repeat','email','Text','sergey1.9.8.000@gmail.com'),(6775,641,574,'Password','password_pwrepeat','Text',''),(6776,641,575,'Password repeat','password','Text',''),(6777,641,630,'Applicant ID Number','id_number','Text','8527'),(6778,641,639,'City of Residence','city','Text','Orange Walk'),(6779,641,644,'Mobile Number (optional)','mobile','Text','3363'),(6780,642,569,'Name','name','Text','Chriswhoms'),(6781,642,570,'Last Name','lastname','Text','Chriswhoms'),(6782,642,571,'Username','username','Text','Chriswhoms'),(6783,642,572,'Email','email_repeat','Text','auted140817@i.ua'),(6784,642,573,'Email repeat','email','Text','auted140817@i.ua'),(6785,642,574,'Password','password_pwrepeat','Text',''),(6786,642,575,'Password repeat','password','Text',''),(6787,642,630,'Applicant ID Number','id_number','Text','5719'),(6788,642,639,'City of Residence','city','Text','Pirassununga'),(6789,642,644,'Mobile Number (optional)','mobile','Text','3893'),(6790,643,569,'Name','name','Text','Richardjem'),(6791,643,570,'Last Name','lastname','Text','Richardjem'),(6792,643,571,'Username','username','Text','Richardjem'),(6793,643,572,'Email','email_repeat','Text','froze.19573@mail.ru'),(6794,643,573,'Email repeat','email','Text','froze.19573@mail.ru'),(6795,643,574,'Password','password_pwrepeat','Text',''),(6796,643,575,'Password repeat','password','Text',''),(6797,643,630,'Applicant ID Number','id_number','Text','9655'),(6798,643,639,'City of Residence','city','Text','Москва'),(6799,643,644,'Mobile Number (optional)','mobile','Text','8546'),(6800,644,569,'Name','name','Text','thromylpefac1974'),(6801,644,570,'Last Name','lastname','Text','thromylpefac1974'),(6802,644,571,'Username','username','Text','thromylpefac1974'),(6803,644,572,'Email','email_repeat','Text','thromylpefac1974@zuhause.gdn'),(6804,644,573,'Email repeat','email','Text','thromylpefac1974@zuhause.gdn'),(6805,644,574,'Password','password_pwrepeat','Text',''),(6806,644,575,'Password repeat','password','Text',''),(6807,644,630,'Applicant ID Number','id_number','Text','69'),(6808,644,639,'City of Residence','city','Text','Quatre Bornes'),(6809,644,644,'Mobile Number (optional)','mobile','Text','4203'),(6810,645,569,'Name','name','Text','Shannonances'),(6811,645,570,'Last Name','lastname','Text','Shannonances'),(6812,645,571,'Username','username','Text','Shannonances'),(6813,645,572,'Email','email_repeat','Text','onlinecredit@email.ua'),(6814,645,573,'Email repeat','email','Text','onlinecredit@email.ua'),(6815,645,574,'Password','password_pwrepeat','Text',''),(6816,645,575,'Password repeat','password','Text',''),(6817,645,630,'Applicant ID Number','id_number','Text','7275'),(6818,645,639,'City of Residence','city','Text','Bereeda'),(6819,645,644,'Mobile Number (optional)','mobile','Text','2740'),(6820,646,569,'Name','name','Text','Arguex6b'),(6821,646,570,'Last Name','lastname','Text','Arguex6b'),(6822,646,571,'Username','username','Text','Arguex6b'),(6823,646,572,'Email','email_repeat','Text','tebank7a@okgmail.com'),(6824,646,573,'Email repeat','email','Text','tebank7a@okgmail.com'),(6825,646,574,'Password','password_pwrepeat','Text',''),(6826,646,575,'Password repeat','password','Text',''),(6827,646,630,'Applicant ID Number','id_number','Text','2343'),(6828,646,644,'Mobile Number (optional)','mobile','Text','3546'),(6829,647,569,'Name','name','Text','Wsem Mirom'),(6830,647,570,'Last Name','lastname','Text','Wsem Mirom'),(6831,647,571,'Username','username','Text','Wsem Mirom'),(6832,647,572,'Email','email_repeat','Text','partnepfa@yandex.ru'),(6833,647,573,'Email repeat','email','Text','partnepfa@yandex.ru'),(6834,647,574,'Password','password_pwrepeat','Text',''),(6835,647,575,'Password repeat','password','Text',''),(6836,647,630,'Applicant ID Number','id_number','Text','933'),(6837,647,644,'Mobile Number (optional)','mobile','Text','9827'),(6838,648,569,'Name','name','Text','arunprodah1971'),(6839,648,570,'Last Name','lastname','Text','arunprodah1971'),(6840,648,571,'Username','username','Text','arunprodah1971'),(6841,648,572,'Email','email_repeat','Text','arunprodah1971@zuhause.gdn'),(6842,648,573,'Email repeat','email','Text','arunprodah1971@zuhause.gdn'),(6843,648,574,'Password','password_pwrepeat','Text',''),(6844,648,575,'Password repeat','password','Text',''),(6845,648,630,'Applicant ID Number','id_number','Text','5589'),(6846,648,639,'City of Residence','city','Text','Quatre Bornes'),(6847,648,644,'Mobile Number (optional)','mobile','Text','7687'),(6848,649,569,'Name','name','Text','Alexjeoms'),(6849,649,570,'Last Name','lastname','Text','Alexjeoms'),(6850,649,571,'Username','username','Text','Alexjeoms'),(6851,649,572,'Email','email_repeat','Text','alextekk@mail.ru'),(6852,649,573,'Email repeat','email','Text','alextekk@mail.ru'),(6853,649,574,'Password','password_pwrepeat','Text',''),(6854,649,575,'Password repeat','password','Text',''),(6855,649,630,'Applicant ID Number','id_number','Text','6682'),(6856,649,639,'City of Residence','city','Text','Россия'),(6857,649,644,'Mobile Number (optional)','mobile','Text','2142'),(6858,650,569,'Name','name','Text','uuqdqxu2'),(6859,650,570,'Last Name','lastname','Text','uuqdqxu2'),(6860,650,571,'Username','username','Text','uuqdqxu2'),(6861,650,572,'Email','email_repeat','Text','eiy74g@bybklfn.info'),(6862,650,573,'Email repeat','email','Text','eiy74g@bybklfn.info'),(6863,650,574,'Password','password_pwrepeat','Text',''),(6864,650,575,'Password repeat','password','Text',''),(6865,650,630,'Applicant ID Number','id_number','Text','1248'),(6866,650,639,'City of Residence','city','Text','Yako'),(6867,650,644,'Mobile Number (optional)','mobile','Text','7987'),(6868,651,569,'Name','name','Text','synchchocare1979'),(6869,651,570,'Last Name','lastname','Text','synchchocare1979'),(6870,651,571,'Username','username','Text','synchchocare1979'),(6871,651,572,'Email','email_repeat','Text','synchchocare1979@zuhause.gdn'),(6872,651,573,'Email repeat','email','Text','synchchocare1979@zuhause.gdn'),(6873,651,574,'Password','password_pwrepeat','Text',''),(6874,651,575,'Password repeat','password','Text',''),(6875,651,630,'Applicant ID Number','id_number','Text','8432'),(6876,651,639,'City of Residence','city','Text','Quatre Bornes'),(6877,651,644,'Mobile Number (optional)','mobile','Text','1822'),(6878,652,569,'Name','name','Text','AndrewOi'),(6879,652,570,'Last Name','lastname','Text','AndrewOi'),(6880,652,571,'Username','username','Text','AndrewOi'),(6881,652,572,'Email','email_repeat','Text','diegozapa2018@gmail.com'),(6882,652,573,'Email repeat','email','Text','diegozapa2018@gmail.com'),(6883,652,574,'Password','password_pwrepeat','Text',''),(6884,652,575,'Password repeat','password','Text',''),(6885,652,630,'Applicant ID Number','id_number','Text','9307'),(6886,652,639,'City of Residence','city','Text','Piran'),(6887,652,644,'Mobile Number (optional)','mobile','Text','7932'),(6888,653,569,'Name','name','Text','Nobazapledy'),(6889,653,570,'Last Name','lastname','Text','Nobazapledy'),(6890,653,571,'Username','username','Text','Nobazapledy'),(6891,653,572,'Email','email_repeat','Text','kinobazatopi@yandex.com'),(6892,653,573,'Email repeat','email','Text','kinobazatopi@yandex.com'),(6893,653,574,'Password','password_pwrepeat','Text',''),(6894,653,575,'Password repeat','password','Text',''),(6895,653,630,'Applicant ID Number','id_number','Text','5095'),(6896,653,639,'City of Residence','city','Text','Саров'),(6897,653,644,'Mobile Number (optional)','mobile','Text','1612'),(6898,654,569,'Name','name','Text','unacgapet1982'),(6899,654,570,'Last Name','lastname','Text','unacgapet1982'),(6900,654,571,'Username','username','Text','unacgapet1982'),(6901,654,572,'Email','email_repeat','Text','unacgapet1982@zuhause.gdn'),(6902,654,573,'Email repeat','email','Text','unacgapet1982@zuhause.gdn'),(6903,654,574,'Password','password_pwrepeat','Text',''),(6904,654,575,'Password repeat','password','Text',''),(6905,654,630,'Applicant ID Number','id_number','Text','7756'),(6906,654,639,'City of Residence','city','Text','Quatre Bornes'),(6907,654,644,'Mobile Number (optional)','mobile','Text','1539'),(6908,655,569,'Name','name','Text','EugeneMek'),(6909,655,570,'Last Name','lastname','Text','EugeneMek'),(6910,655,571,'Username','username','Text','EugeneMek'),(6911,655,572,'Email','email_repeat','Text','vladimirovakun1991@mail.ru'),(6912,655,573,'Email repeat','email','Text','vladimirovakun1991@mail.ru'),(6913,655,574,'Password','password_pwrepeat','Text',''),(6914,655,575,'Password repeat','password','Text',''),(6915,655,630,'Applicant ID Number','id_number','Text','7667'),(6916,655,639,'City of Residence','city','Text','Suva'),(6917,655,644,'Mobile Number (optional)','mobile','Text','2255'),(6918,656,569,'Name','name','Text','vietracalel1972'),(6919,656,570,'Last Name','lastname','Text','vietracalel1972'),(6920,656,571,'Username','username','Text','vietracalel1972'),(6921,656,572,'Email','email_repeat','Text','vietracalel1972@zuhause.gdn'),(6922,656,573,'Email repeat','email','Text','vietracalel1972@zuhause.gdn'),(6923,656,574,'Password','password_pwrepeat','Text',''),(6924,656,575,'Password repeat','password','Text',''),(6925,656,630,'Applicant ID Number','id_number','Text','6362'),(6926,656,639,'City of Residence','city','Text','Quatre Bornes'),(6927,656,644,'Mobile Number (optional)','mobile','Text','7522'),(6928,657,569,'Name','name','Text','laqnproofvolto1979'),(6929,657,570,'Last Name','lastname','Text','laqnproofvolto1979'),(6930,657,571,'Username','username','Text','laqnproofvolto1979'),(6931,657,572,'Email','email_repeat','Text','laqnproofvolto1979@zuhause.gdn'),(6932,657,573,'Email repeat','email','Text','laqnproofvolto1979@zuhause.gdn'),(6933,657,574,'Password','password_pwrepeat','Text',''),(6934,657,575,'Password repeat','password','Text',''),(6935,657,630,'Applicant ID Number','id_number','Text','9623'),(6936,657,639,'City of Residence','city','Text','Quatre Bornes'),(6937,657,644,'Mobile Number (optional)','mobile','Text','3715'),(6938,658,569,'Name','name','Text','Dennislix'),(6939,658,570,'Last Name','lastname','Text','Dennislix'),(6940,658,571,'Username','username','Text','Dennislix'),(6941,658,572,'Email','email_repeat','Text','dennisnuht@mail.ru'),(6942,658,573,'Email repeat','email','Text','dennisnuht@mail.ru'),(6943,658,574,'Password','password_pwrepeat','Text',''),(6944,658,575,'Password repeat','password','Text',''),(6945,658,630,'Applicant ID Number','id_number','Text','70'),(6946,658,639,'City of Residence','city','Text','Санкт-Петербург'),(6947,658,644,'Mobile Number (optional)','mobile','Text','5615'),(6948,659,569,'Name','name','Text','JaDog'),(6949,659,570,'Last Name','lastname','Text','JaDog'),(6950,659,571,'Username','username','Text','JaDog'),(6951,659,572,'Email','email_repeat','Text','galciv@1.zzuma.ru\r\n'),(6952,659,573,'Email repeat','email','Text','galciv@1.zzuma.ru\r\n'),(6953,659,574,'Password','password_pwrepeat','Text',''),(6954,659,575,'Password repeat','password','Text',''),(6955,659,630,'Applicant ID Number','id_number','Text','4231'),(6956,659,639,'City of Residence','city','Text','Praia'),(6957,659,644,'Mobile Number (optional)','mobile','Text','7629'),(6958,660,569,'Name','name','Text','petr-osipovbm'),(6959,660,570,'Last Name','lastname','Text','petr-osipovbm'),(6960,660,571,'Username','username','Text','petr-osipovbm'),(6961,660,572,'Email','email_repeat','Text','petr-osipovim@mail.ru'),(6962,660,573,'Email repeat','email','Text','petr-osipovim@mail.ru'),(6963,660,574,'Password','password_pwrepeat','Text',''),(6964,660,575,'Password repeat','password','Text',''),(6965,660,630,'Applicant ID Number','id_number','Text','2038'),(6966,660,639,'City of Residence','city','Text','Москва'),(6967,660,644,'Mobile Number (optional)','mobile','Text','4795'),(6968,661,569,'Name','name','Text','Wesleyceaph'),(6969,661,570,'Last Name','lastname','Text','Wesleyceaph'),(6970,661,571,'Username','username','Text','Wesleyceaph'),(6971,661,572,'Email','email_repeat','Text','unafdulbi1990@plusgmail.ru'),(6972,661,573,'Email repeat','email','Text','unafdulbi1990@plusgmail.ru'),(6973,661,574,'Password','password_pwrepeat','Text',''),(6974,661,575,'Password repeat','password','Text',''),(6975,661,630,'Applicant ID Number','id_number','Text','9131'),(6976,661,639,'City of Residence','city','Text','Москва'),(6977,661,644,'Mobile Number (optional)','mobile','Text','488'),(6978,662,569,'Name','name','Text','Jerrypease'),(6979,662,570,'Last Name','lastname','Text','Jerrypease'),(6980,662,571,'Username','username','Text','Jerrypease'),(6981,662,572,'Email','email_repeat','Text','konstantinovaiet1993@mail.ru'),(6982,662,573,'Email repeat','email','Text','konstantinovaiet1993@mail.ru'),(6983,662,574,'Password','password_pwrepeat','Text',''),(6984,662,575,'Password repeat','password','Text',''),(6985,662,630,'Applicant ID Number','id_number','Text','7643'),(6986,662,639,'City of Residence','city','Text','Boden'),(6987,662,644,'Mobile Number (optional)','mobile','Text','3587'),(6988,663,569,'Name','name','Text','Georgeslode'),(6989,663,570,'Last Name','lastname','Text','Georgeslode'),(6990,663,571,'Username','username','Text','Georgeslode'),(6991,663,572,'Email','email_repeat','Text','Brunty@progonrumarket.ru'),(6992,663,573,'Email repeat','email','Text','Brunty@progonrumarket.ru'),(6993,663,574,'Password','password_pwrepeat','Text',''),(6994,663,575,'Password repeat','password','Text',''),(6995,663,630,'Applicant ID Number','id_number','Text','1283'),(6996,663,639,'City of Residence','city','Text','Klimmen'),(6997,663,644,'Mobile Number (optional)','mobile','Text','9275'),(6998,664,569,'Name','name','Text','HaroaldMeews'),(6999,664,570,'Last Name','lastname','Text','HaroaldMeews'),(7000,664,571,'Username','username','Text','HaroaldMeews'),(7001,664,572,'Email','email_repeat','Text','lizgf.trnnluy.b789@gmail.com'),(7002,664,573,'Email repeat','email','Text','lizgf.trnnluy.b789@gmail.com'),(7003,664,574,'Password','password_pwrepeat','Text',''),(7004,664,575,'Password repeat','password','Text',''),(7005,664,630,'Applicant ID Number','id_number','Text','9274'),(7006,664,639,'City of Residence','city','Text','La Primavera'),(7007,664,644,'Mobile Number (optional)','mobile','Text','3820'),(7008,665,569,'Name','name','Text','JobloveSnow'),(7009,665,570,'Last Name','lastname','Text','JobloveSnow'),(7010,665,571,'Username','username','Text','JobloveSnow'),(7011,665,572,'Email','email_repeat','Text','john.snow14@mail.com'),(7012,665,573,'Email repeat','email','Text','john.snow14@mail.com'),(7013,665,574,'Password','password_pwrepeat','Text',''),(7014,665,575,'Password repeat','password','Text',''),(7015,665,630,'Applicant ID Number','id_number','Text','5009'),(7016,665,639,'City of Residence','city','Text','Houston'),(7017,665,644,'Mobile Number (optional)','mobile','Text','6253'),(7018,666,569,'Name','name','Text','hotpborpelo1972'),(7019,666,570,'Last Name','lastname','Text','hotpborpelo1972'),(7020,666,571,'Username','username','Text','hotpborpelo1972'),(7021,666,572,'Email','email_repeat','Text','hotpborpelo1972@zuhause.gdn'),(7022,666,573,'Email repeat','email','Text','hotpborpelo1972@zuhause.gdn'),(7023,666,574,'Password','password_pwrepeat','Text',''),(7024,666,575,'Password repeat','password','Text',''),(7025,666,630,'Applicant ID Number','id_number','Text','2598'),(7026,666,639,'City of Residence','city','Text','Quatre Bornes'),(7027,666,644,'Mobile Number (optional)','mobile','Text','8753'),(7028,667,569,'Name','name','Text','LouisKah'),(7029,667,570,'Last Name','lastname','Text','LouisKah'),(7030,667,571,'Username','username','Text','LouisKah'),(7031,667,572,'Email','email_repeat','Text','louissnard@mail.ru'),(7032,667,573,'Email repeat','email','Text','louissnard@mail.ru'),(7033,667,574,'Password','password_pwrepeat','Text',''),(7034,667,575,'Password repeat','password','Text',''),(7035,667,630,'Applicant ID Number','id_number','Text','469'),(7036,667,639,'City of Residence','city','Text','Сакнт-Петербург'),(7037,667,644,'Mobile Number (optional)','mobile','Text','8930'),(7038,668,569,'Name','name','Text','marbketnavi1973'),(7039,668,570,'Last Name','lastname','Text','marbketnavi1973'),(7040,668,571,'Username','username','Text','marbketnavi1973'),(7041,668,572,'Email','email_repeat','Text','marbketnavi1973@zuhause.gdn'),(7042,668,573,'Email repeat','email','Text','marbketnavi1973@zuhause.gdn'),(7043,668,574,'Password','password_pwrepeat','Text',''),(7044,668,575,'Password repeat','password','Text',''),(7045,668,630,'Applicant ID Number','id_number','Text','787'),(7046,668,639,'City of Residence','city','Text','Quatre Bornes'),(7047,668,644,'Mobile Number (optional)','mobile','Text','3671'),(7048,669,569,'Name','name','Text','Scottwop'),(7049,669,570,'Last Name','lastname','Text','Scottwop'),(7050,669,571,'Username','username','Text','Scottwop'),(7051,669,572,'Email','email_repeat','Text','inbox033@glmux.com'),(7052,669,573,'Email repeat','email','Text','inbox033@glmux.com'),(7053,669,574,'Password','password_pwrepeat','Text',''),(7054,669,575,'Password repeat','password','Text',''),(7055,669,630,'Applicant ID Number','id_number','Text','835'),(7056,669,639,'City of Residence','city','Text','Suva'),(7057,669,644,'Mobile Number (optional)','mobile','Text','9514'),(7058,670,569,'Name','name','Text','napicate1989'),(7059,670,570,'Last Name','lastname','Text','napicate1989'),(7060,670,571,'Username','username','Text','napicate1989'),(7061,670,572,'Email','email_repeat','Text','napicate1989@zuhause.gdn'),(7062,670,573,'Email repeat','email','Text','napicate1989@zuhause.gdn'),(7063,670,574,'Password','password_pwrepeat','Text',''),(7064,670,575,'Password repeat','password','Text',''),(7065,670,630,'Applicant ID Number','id_number','Text','5628'),(7066,670,639,'City of Residence','city','Text','Quatre Bornes'),(7067,670,644,'Mobile Number (optional)','mobile','Text','1995'),(7068,671,569,'Name','name','Text','Scottfus'),(7069,671,570,'Last Name','lastname','Text','Scottfus'),(7070,671,571,'Username','username','Text','Scottfus'),(7071,671,572,'Email','email_repeat','Text','scottmom@mail.ru'),(7072,671,573,'Email repeat','email','Text','scottmom@mail.ru'),(7073,671,574,'Password','password_pwrepeat','Text',''),(7074,671,575,'Password repeat','password','Text',''),(7075,671,630,'Applicant ID Number','id_number','Text','4289'),(7076,671,639,'City of Residence','city','Text','Hesperange'),(7077,671,644,'Mobile Number (optional)','mobile','Text','8472'),(7078,672,569,'Name','name','Text','chingparmargver1974'),(7079,672,570,'Last Name','lastname','Text','chingparmargver1974'),(7080,672,571,'Username','username','Text','chingparmargver1974'),(7081,672,572,'Email','email_repeat','Text','chingparmargver1974@zuhause.gdn'),(7082,672,573,'Email repeat','email','Text','chingparmargver1974@zuhause.gdn'),(7083,672,574,'Password','password_pwrepeat','Text',''),(7084,672,575,'Password repeat','password','Text',''),(7085,672,630,'Applicant ID Number','id_number','Text','1444'),(7086,672,639,'City of Residence','city','Text','Quatre Bornes'),(7087,672,644,'Mobile Number (optional)','mobile','Text','5044'),(7088,673,569,'Name','name','Text','AnthonyGok'),(7089,673,570,'Last Name','lastname','Text','AnthonyGok'),(7090,673,571,'Username','username','Text','AnthonyGok'),(7091,673,572,'Email','email_repeat','Text','okyberoyen@yandex.kz'),(7092,673,573,'Email repeat','email','Text','okyberoyen@yandex.kz'),(7093,673,574,'Password','password_pwrepeat','Text',''),(7094,673,575,'Password repeat','password','Text',''),(7095,673,630,'Applicant ID Number','id_number','Text','3106'),(7096,673,639,'City of Residence','city','Text','Hesperange'),(7097,673,644,'Mobile Number (optional)','mobile','Text','2812'),(7098,674,569,'Name','name','Text','coediospidun1977'),(7099,674,570,'Last Name','lastname','Text','coediospidun1977'),(7100,674,571,'Username','username','Text','coediospidun1977'),(7101,674,572,'Email','email_repeat','Text','coediospidun1977@zuhause.gdn'),(7102,674,573,'Email repeat','email','Text','coediospidun1977@zuhause.gdn'),(7103,674,574,'Password','password_pwrepeat','Text',''),(7104,674,575,'Password repeat','password','Text',''),(7105,674,630,'Applicant ID Number','id_number','Text','7650'),(7106,674,639,'City of Residence','city','Text','Quatre Bornes'),(7107,674,644,'Mobile Number (optional)','mobile','Text','9408'),(7108,675,569,'Name','name','Text','BweranMaick'),(7109,675,570,'Last Name','lastname','Text','BweranMaick'),(7110,675,571,'Username','username','Text','BweranMaick'),(7111,675,572,'Email','email_repeat','Text','bweranboone@mail.ru'),(7112,675,573,'Email repeat','email','Text','bweranboone@mail.ru'),(7113,675,574,'Password','password_pwrepeat','Text',''),(7114,675,575,'Password repeat','password','Text',''),(7115,675,630,'Applicant ID Number','id_number','Text','4556'),(7116,675,639,'City of Residence','city','Text','Banjul'),(7117,675,644,'Mobile Number (optional)','mobile','Text','1413'),(7118,676,569,'Name','name','Text','lupeiv18'),(7119,676,570,'Last Name','lastname','Text','lupeiv18'),(7120,676,571,'Username','username','Text','lupeiv18'),(7121,676,572,'Email','email_repeat','Text','margorq60@deannanicole.delhipop3.top'),(7122,676,573,'Email repeat','email','Text','margorq60@deannanicole.delhipop3.top'),(7123,676,574,'Password','password_pwrepeat','Text',''),(7124,676,575,'Password repeat','password','Text',''),(7125,676,630,'Applicant ID Number','id_number','Text','476'),(7126,676,644,'Mobile Number (optional)','mobile','Text','1331'),(7127,677,569,'Name','name','Text','Deborahzorry'),(7128,677,570,'Last Name','lastname','Text','Deborahzorry'),(7129,677,571,'Username','username','Text','Deborahzorry'),(7130,677,572,'Email','email_repeat','Text','carter5@rxmail.xyz'),(7131,677,573,'Email repeat','email','Text','carter5@rxmail.xyz'),(7132,677,574,'Password','password_pwrepeat','Text',''),(7133,677,575,'Password repeat','password','Text',''),(7134,677,630,'Applicant ID Number','id_number','Text','5537'),(7135,677,639,'City of Residence','city','Text','Bijeljina'),(7136,677,644,'Mobile Number (optional)','mobile','Text','7714'),(7137,678,569,'Name','name','Text','thosunicho1973'),(7138,678,570,'Last Name','lastname','Text','thosunicho1973'),(7139,678,571,'Username','username','Text','thosunicho1973'),(7140,678,572,'Email','email_repeat','Text','thosunicho1973@zuhause.gdn'),(7141,678,573,'Email repeat','email','Text','thosunicho1973@zuhause.gdn'),(7142,678,574,'Password','password_pwrepeat','Text',''),(7143,678,575,'Password repeat','password','Text',''),(7144,678,630,'Applicant ID Number','id_number','Text','5072'),(7145,678,639,'City of Residence','city','Text','Quatre Bornes'),(7146,678,644,'Mobile Number (optional)','mobile','Text','6776'),(7147,679,569,'Name','name','Text','Debraharene'),(7148,679,570,'Last Name','lastname','Text','Debraharene'),(7149,679,571,'Username','username','Text','Debraharene'),(7150,679,572,'Email','email_repeat','Text','debrahPoupt@edu-paper.com'),(7151,679,573,'Email repeat','email','Text','debrahPoupt@edu-paper.com'),(7152,679,574,'Password','password_pwrepeat','Text',''),(7153,679,575,'Password repeat','password','Text',''),(7154,679,630,'Applicant ID Number','id_number','Text','3089'),(7155,679,639,'City of Residence','city','Text','Mumbai'),(7156,679,644,'Mobile Number (optional)','mobile','Text','7935'),(7157,680,569,'Name','name','Text','Raltherb'),(7158,680,570,'Last Name','lastname','Text','Raltherb'),(7159,680,571,'Username','username','Text','Raltherb'),(7160,680,572,'Email','email_repeat','Text','canted@1.zzuma.ru\r\n'),(7161,680,573,'Email repeat','email','Text','canted@1.zzuma.ru\r\n'),(7162,680,574,'Password','password_pwrepeat','Text',''),(7163,680,575,'Password repeat','password','Text',''),(7164,680,630,'Applicant ID Number','id_number','Text','2997'),(7165,680,639,'City of Residence','city','Text','Khujand'),(7166,680,644,'Mobile Number (optional)','mobile','Text','8499'),(7167,681,569,'Name','name','Text','tohosmofi1970'),(7168,681,570,'Last Name','lastname','Text','tohosmofi1970'),(7169,681,571,'Username','username','Text','tohosmofi1970'),(7170,681,572,'Email','email_repeat','Text','tohosmofi1970@zuhause.gdn'),(7171,681,573,'Email repeat','email','Text','tohosmofi1970@zuhause.gdn'),(7172,681,574,'Password','password_pwrepeat','Text',''),(7173,681,575,'Password repeat','password','Text',''),(7174,681,630,'Applicant ID Number','id_number','Text','3646'),(7175,681,639,'City of Residence','city','Text','Quatre Bornes'),(7176,681,644,'Mobile Number (optional)','mobile','Text','387'),(7177,682,569,'Name','name','Text','MacMasterKig'),(7178,682,570,'Last Name','lastname','Text','MacMasterKig'),(7179,682,571,'Username','username','Text','MacMasterKig'),(7180,682,572,'Email','email_repeat','Text','macrevvals.ru@gmail.com'),(7181,682,573,'Email repeat','email','Text','macrevvals.ru@gmail.com'),(7182,682,574,'Password','password_pwrepeat','Text',''),(7183,682,575,'Password repeat','password','Text',''),(7184,682,630,'Applicant ID Number','id_number','Text','5642'),(7185,682,639,'City of Residence','city','Text','Москва'),(7186,682,644,'Mobile Number (optional)','mobile','Text','1738'),(7187,683,569,'Name','name','Text','ManuelSnact'),(7188,683,570,'Last Name','lastname','Text','ManuelSnact'),(7189,683,571,'Username','username','Text','ManuelSnact'),(7190,683,572,'Email','email_repeat','Text','manueladova@mail.ru'),(7191,683,573,'Email repeat','email','Text','manueladova@mail.ru'),(7192,683,574,'Password','password_pwrepeat','Text',''),(7193,683,575,'Password repeat','password','Text',''),(7194,683,630,'Applicant ID Number','id_number','Text','725'),(7195,683,639,'City of Residence','city','Text','Porsgrunn'),(7196,683,644,'Mobile Number (optional)','mobile','Text','4976'),(7197,684,569,'Name','name','Text','Jackierip'),(7198,684,570,'Last Name','lastname','Text','Jackierip'),(7199,684,571,'Username','username','Text','Jackierip'),(7200,684,572,'Email','email_repeat','Text','exilum78@mail.ru'),(7201,684,573,'Email repeat','email','Text','exilum78@mail.ru'),(7202,684,574,'Password','password_pwrepeat','Text',''),(7203,684,575,'Password repeat','password','Text',''),(7204,684,630,'Applicant ID Number','id_number','Text','5617'),(7205,684,639,'City of Residence','city','Text','Skive'),(7206,684,644,'Mobile Number (optional)','mobile','Text','20'),(7207,685,569,'Name','name','Text','Anmpl'),(7208,685,570,'Last Name','lastname','Text','Anmpl'),(7209,685,571,'Username','username','Text','Anmpl'),(7210,685,572,'Email','email_repeat','Text','tr@uhd.net.ua'),(7211,685,573,'Email repeat','email','Text','tr@uhd.net.ua'),(7212,685,574,'Password','password_pwrepeat','Text',''),(7213,685,575,'Password repeat','password','Text',''),(7214,685,630,'Applicant ID Number','id_number','Text','7370'),(7215,685,639,'City of Residence','city','Text','USSR'),(7216,685,644,'Mobile Number (optional)','mobile','Text','2120'),(7217,686,569,'Name','name','Text','privferancau1981'),(7218,686,570,'Last Name','lastname','Text','privferancau1981'),(7219,686,571,'Username','username','Text','privferancau1981'),(7220,686,572,'Email','email_repeat','Text','privferancau1981@zuhause.gdn'),(7221,686,573,'Email repeat','email','Text','privferancau1981@zuhause.gdn'),(7222,686,574,'Password','password_pwrepeat','Text',''),(7223,686,575,'Password repeat','password','Text',''),(7224,686,630,'Applicant ID Number','id_number','Text','6266'),(7225,686,639,'City of Residence','city','Text','Quatre Bornes'),(7226,686,644,'Mobile Number (optional)','mobile','Text','3033'),(7227,687,569,'Name','name','Text','flortergueper1973'),(7228,687,570,'Last Name','lastname','Text','flortergueper1973'),(7229,687,571,'Username','username','Text','flortergueper1973'),(7230,687,572,'Email','email_repeat','Text','flortergueper1973@zuhause.gdn'),(7231,687,573,'Email repeat','email','Text','flortergueper1973@zuhause.gdn'),(7232,687,574,'Password','password_pwrepeat','Text',''),(7233,687,575,'Password repeat','password','Text',''),(7234,687,630,'Applicant ID Number','id_number','Text','2019'),(7235,687,639,'City of Residence','city','Text','Quatre Bornes'),(7236,687,644,'Mobile Number (optional)','mobile','Text','6178'),(7237,688,569,'Name','name','Text','Matthewideby'),(7238,688,570,'Last Name','lastname','Text','Matthewideby'),(7239,688,571,'Username','username','Text','Matthewideby'),(7240,688,572,'Email','email_repeat','Text','lebalatvirasas@gmail.com'),(7241,688,573,'Email repeat','email','Text','lebalatvirasas@gmail.com'),(7242,688,574,'Password','password_pwrepeat','Text',''),(7243,688,575,'Password repeat','password','Text',''),(7244,688,630,'Applicant ID Number','id_number','Text','2284'),(7245,688,639,'City of Residence','city','Text','Москва'),(7246,688,644,'Mobile Number (optional)','mobile','Text','9324'),(7247,689,569,'Name','name','Text','fd14bh1e79'),(7248,689,570,'Last Name','lastname','Text','fd14bh1e79'),(7249,689,571,'Username','username','Text','fd14bh1e79'),(7250,689,572,'Email','email_repeat','Text','fd14bh1e79@zuhause.gdn'),(7251,689,573,'Email repeat','email','Text','fd14bh1e79@zuhause.gdn'),(7252,689,574,'Password','password_pwrepeat','Text',''),(7253,689,575,'Password repeat','password','Text',''),(7254,689,630,'Applicant ID Number','id_number','Text','5709'),(7255,689,639,'City of Residence','city','Text','Quatre Bornes'),(7256,689,644,'Mobile Number (optional)','mobile','Text','2233'),(7257,690,569,'Name','name','Text','DanteNeush'),(7258,690,570,'Last Name','lastname','Text','DanteNeush'),(7259,690,571,'Username','username','Text','DanteNeush'),(7260,690,572,'Email','email_repeat','Text','danteblill@mail.ru'),(7261,690,573,'Email repeat','email','Text','danteblill@mail.ru'),(7262,690,574,'Password','password_pwrepeat','Text',''),(7263,690,575,'Password repeat','password','Text',''),(7264,690,630,'Applicant ID Number','id_number','Text','2664'),(7265,690,639,'City of Residence','city','Text','Karakol'),(7266,690,644,'Mobile Number (optional)','mobile','Text','4278'),(7267,691,569,'Name','name','Text','taucoltelcre1975'),(7268,691,570,'Last Name','lastname','Text','taucoltelcre1975'),(7269,691,571,'Username','username','Text','taucoltelcre1975'),(7270,691,572,'Email','email_repeat','Text','taucoltelcre1975@zuhause.gdn'),(7271,691,573,'Email repeat','email','Text','taucoltelcre1975@zuhause.gdn'),(7272,691,574,'Password','password_pwrepeat','Text',''),(7273,691,575,'Password repeat','password','Text',''),(7274,691,630,'Applicant ID Number','id_number','Text','2448'),(7275,691,639,'City of Residence','city','Text','Quatre Bornes'),(7276,691,644,'Mobile Number (optional)','mobile','Text','7834'),(7277,692,569,'Name','name','Text','BobbyMub'),(7278,692,570,'Last Name','lastname','Text','BobbyMub'),(7279,692,571,'Username','username','Text','BobbyMub'),(7280,692,572,'Email','email_repeat','Text','bobbyklaus432@gmail.com'),(7281,692,573,'Email repeat','email','Text','bobbyklaus432@gmail.com'),(7282,692,574,'Password','password_pwrepeat','Text',''),(7283,692,575,'Password repeat','password','Text',''),(7284,692,630,'Applicant ID Number','id_number','Text','1643'),(7285,692,639,'City of Residence','city','Text','Ulaanbaatar'),(7286,692,644,'Mobile Number (optional)','mobile','Text','7876'),(7287,693,569,'Name','name','Text','k36pvhc4m8'),(7288,693,570,'Last Name','lastname','Text','k36pvhc4m8'),(7289,693,571,'Username','username','Text','k36pvhc4m8'),(7290,693,572,'Email','email_repeat','Text','k36pvhc4m8@zuhause.gdn'),(7291,693,573,'Email repeat','email','Text','k36pvhc4m8@zuhause.gdn'),(7292,693,574,'Password','password_pwrepeat','Text',''),(7293,693,575,'Password repeat','password','Text',''),(7294,693,630,'Applicant ID Number','id_number','Text','5916'),(7295,693,639,'City of Residence','city','Text','Quatre Bornes'),(7296,693,644,'Mobile Number (optional)','mobile','Text','3310'),(7297,694,569,'Name','name','Text','Lloydpoons'),(7298,694,570,'Last Name','lastname','Text','Lloydpoons'),(7299,694,571,'Username','username','Text','Lloydpoons'),(7300,694,572,'Email','email_repeat','Text','starsnackt@hotmail.com'),(7301,694,573,'Email repeat','email','Text','starsnackt@hotmail.com'),(7302,694,574,'Password','password_pwrepeat','Text',''),(7303,694,575,'Password repeat','password','Text',''),(7304,694,630,'Applicant ID Number','id_number','Text','5086'),(7305,694,639,'City of Residence','city','Text','Porsgrunn'),(7306,694,644,'Mobile Number (optional)','mobile','Text','8835'),(7307,695,569,'Name','name','Text','FrankTon'),(7308,695,570,'Last Name','lastname','Text','FrankTon'),(7309,695,571,'Username','username','Text','FrankTon'),(7310,695,572,'Email','email_repeat','Text','xiangsuhaimian@hotmail.com'),(7311,695,573,'Email repeat','email','Text','xiangsuhaimian@hotmail.com'),(7312,695,574,'Password','password_pwrepeat','Text',''),(7313,695,575,'Password repeat','password','Text',''),(7314,695,630,'Applicant ID Number','id_number','Text','7566'),(7315,695,639,'City of Residence','city','Text','Stung Treng'),(7316,695,644,'Mobile Number (optional)','mobile','Text','5274'),(7317,696,569,'Name','name','Text','r6nd80kda6'),(7318,696,570,'Last Name','lastname','Text','r6nd80kda6'),(7319,696,571,'Username','username','Text','r6nd80kda6'),(7320,696,572,'Email','email_repeat','Text','r6nd80kda6@zuhause.gdn'),(7321,696,573,'Email repeat','email','Text','r6nd80kda6@zuhause.gdn'),(7322,696,574,'Password','password_pwrepeat','Text',''),(7323,696,575,'Password repeat','password','Text',''),(7324,696,630,'Applicant ID Number','id_number','Text','4690'),(7325,696,639,'City of Residence','city','Text','Quatre Bornes'),(7326,696,644,'Mobile Number (optional)','mobile','Text','9604'),(7327,697,569,'Name','name','Text','maiparleater1976'),(7328,697,570,'Last Name','lastname','Text','maiparleater1976'),(7329,697,571,'Username','username','Text','maiparleater1976'),(7330,697,572,'Email','email_repeat','Text','maiparleater1976@zuhause.gdn'),(7331,697,573,'Email repeat','email','Text','maiparleater1976@zuhause.gdn'),(7332,697,574,'Password','password_pwrepeat','Text',''),(7333,697,575,'Password repeat','password','Text',''),(7334,697,630,'Applicant ID Number','id_number','Text','6227'),(7335,697,639,'City of Residence','city','Text','Quatre Bornes'),(7336,697,644,'Mobile Number (optional)','mobile','Text','2290'),(7337,698,569,'Name','name','Text','yqys1uvyuy'),(7338,698,570,'Last Name','lastname','Text','yqys1uvyuy'),(7339,698,571,'Username','username','Text','yqys1uvyuy'),(7340,698,572,'Email','email_repeat','Text','yqys1uvyuy@zuhause.gdn'),(7341,698,573,'Email repeat','email','Text','yqys1uvyuy@zuhause.gdn'),(7342,698,574,'Password','password_pwrepeat','Text',''),(7343,698,575,'Password repeat','password','Text',''),(7344,698,630,'Applicant ID Number','id_number','Text','7468'),(7345,698,639,'City of Residence','city','Text','Quatre Bornes'),(7346,698,644,'Mobile Number (optional)','mobile','Text','3585'),(7347,699,569,'Name','name','Text','4q7tj9clmm'),(7348,699,570,'Last Name','lastname','Text','4q7tj9clmm'),(7349,699,571,'Username','username','Text','4q7tj9clmm'),(7350,699,572,'Email','email_repeat','Text','4q7tj9clmm@zuhause.gdn'),(7351,699,573,'Email repeat','email','Text','4q7tj9clmm@zuhause.gdn'),(7352,699,574,'Password','password_pwrepeat','Text',''),(7353,699,575,'Password repeat','password','Text',''),(7354,699,630,'Applicant ID Number','id_number','Text','8097'),(7355,699,639,'City of Residence','city','Text','Quatre Bornes'),(7356,699,644,'Mobile Number (optional)','mobile','Text','8030'),(7357,700,569,'Name','name','Text','n8rvluuswl'),(7358,700,570,'Last Name','lastname','Text','n8rvluuswl'),(7359,700,571,'Username','username','Text','n8rvluuswl'),(7360,700,572,'Email','email_repeat','Text','n8rvluuswl@zuhause.gdn'),(7361,700,573,'Email repeat','email','Text','n8rvluuswl@zuhause.gdn'),(7362,700,574,'Password','password_pwrepeat','Text',''),(7363,700,575,'Password repeat','password','Text',''),(7364,700,630,'Applicant ID Number','id_number','Text','4473'),(7365,700,639,'City of Residence','city','Text','Quatre Bornes'),(7366,700,644,'Mobile Number (optional)','mobile','Text','1660'),(7367,701,569,'Name','name','Text','RuslanEloff'),(7368,701,570,'Last Name','lastname','Text','RuslanEloff'),(7369,701,571,'Username','username','Text','RuslanEloff'),(7370,701,572,'Email','email_repeat','Text','trezvy-voditel-uslug2017@yandex.com'),(7371,701,573,'Email repeat','email','Text','trezvy-voditel-uslug2017@yandex.com'),(7372,701,574,'Password','password_pwrepeat','Text',''),(7373,701,575,'Password repeat','password','Text',''),(7374,701,630,'Applicant ID Number','id_number','Text','4283'),(7375,701,639,'City of Residence','city','Text','moscow'),(7376,701,644,'Mobile Number (optional)','mobile','Text','6566'),(7377,702,569,'Name','name','Text','emmstk1yok'),(7378,702,570,'Last Name','lastname','Text','emmstk1yok'),(7379,702,571,'Username','username','Text','emmstk1yok'),(7380,702,572,'Email','email_repeat','Text','emmstk1yok@zuhause.gdn'),(7381,702,573,'Email repeat','email','Text','emmstk1yok@zuhause.gdn'),(7382,702,574,'Password','password_pwrepeat','Text',''),(7383,702,575,'Password repeat','password','Text',''),(7384,702,630,'Applicant ID Number','id_number','Text','1979'),(7385,702,639,'City of Residence','city','Text','Quatre Bornes'),(7386,702,644,'Mobile Number (optional)','mobile','Text','488'),(7387,703,569,'Name','name','Text','EileenToism'),(7388,703,570,'Last Name','lastname','Text','EileenToism'),(7389,703,571,'Username','username','Text','EileenToism'),(7390,703,572,'Email','email_repeat','Text','eileenTep@edu-paper.com'),(7391,703,573,'Email repeat','email','Text','eileenTep@edu-paper.com'),(7392,703,574,'Password','password_pwrepeat','Text',''),(7393,703,575,'Password repeat','password','Text',''),(7394,703,630,'Applicant ID Number','id_number','Text','9547'),(7395,703,639,'City of Residence','city','Text','Montevideo'),(7396,703,644,'Mobile Number (optional)','mobile','Text','9112'),(7397,704,569,'Name','name','Text','l2bqqehayo'),(7398,704,570,'Last Name','lastname','Text','l2bqqehayo'),(7399,704,571,'Username','username','Text','l2bqqehayo'),(7400,704,572,'Email','email_repeat','Text','l2bqqehayo@zuhause.gdn'),(7401,704,573,'Email repeat','email','Text','l2bqqehayo@zuhause.gdn'),(7402,704,574,'Password','password_pwrepeat','Text',''),(7403,704,575,'Password repeat','password','Text',''),(7404,704,630,'Applicant ID Number','id_number','Text','7245'),(7405,704,639,'City of Residence','city','Text','Quatre Bornes'),(7406,704,644,'Mobile Number (optional)','mobile','Text','4290'),(7407,705,569,'Name','name','Text','Muz_DUOya'),(7408,705,570,'Last Name','lastname','Text','Muz_DUOya'),(7409,705,571,'Username','username','Text','Muz_DUOya'),(7410,705,572,'Email','email_repeat','Text','alexkondrin@ya.ru'),(7411,705,573,'Email repeat','email','Text','alexkondrin@ya.ru'),(7412,705,574,'Password','password_pwrepeat','Text',''),(7413,705,575,'Password repeat','password','Text',''),(7414,705,630,'Applicant ID Number','id_number','Text','4868'),(7415,705,639,'City of Residence','city','Text','Moscow'),(7416,705,644,'Mobile Number (optional)','mobile','Text','5623'),(7417,706,569,'Name','name','Text','vsevolodplaks'),(7418,706,570,'Last Name','lastname','Text','vsevolodplaks'),(7419,706,571,'Username','username','Text','vsevolodplaks'),(7420,706,572,'Email','email_repeat','Text','vsevolodalja@infoproduktvip.ru'),(7421,706,573,'Email repeat','email','Text','vsevolodalja@infoproduktvip.ru'),(7422,706,574,'Password','password_pwrepeat','Text',''),(7423,706,575,'Password repeat','password','Text',''),(7424,706,630,'Applicant ID Number','id_number','Text','4296'),(7425,706,639,'City of Residence','city','Text','Tomohon'),(7426,706,644,'Mobile Number (optional)','mobile','Text','2126'),(7427,707,569,'Name','name','Text','vamc5v8mgm'),(7428,707,570,'Last Name','lastname','Text','vamc5v8mgm'),(7429,707,571,'Username','username','Text','vamc5v8mgm'),(7430,707,572,'Email','email_repeat','Text','vamc5v8mgm@zuhause.gdn'),(7431,707,573,'Email repeat','email','Text','vamc5v8mgm@zuhause.gdn'),(7432,707,574,'Password','password_pwrepeat','Text',''),(7433,707,575,'Password repeat','password','Text',''),(7434,707,630,'Applicant ID Number','id_number','Text','1556'),(7435,707,639,'City of Residence','city','Text','Quatre Bornes'),(7436,707,644,'Mobile Number (optional)','mobile','Text','8542'),(7437,708,569,'Name','name','Text','zuk6kpnrjk'),(7438,708,570,'Last Name','lastname','Text','zuk6kpnrjk'),(7439,708,571,'Username','username','Text','zuk6kpnrjk'),(7440,708,572,'Email','email_repeat','Text','zuk6kpnrjk@zuhause.gdn'),(7441,708,573,'Email repeat','email','Text','zuk6kpnrjk@zuhause.gdn'),(7442,708,574,'Password','password_pwrepeat','Text',''),(7443,708,575,'Password repeat','password','Text',''),(7444,708,630,'Applicant ID Number','id_number','Text','2084'),(7445,708,639,'City of Residence','city','Text','Quatre Bornes'),(7446,708,644,'Mobile Number (optional)','mobile','Text','7495'),(7447,709,569,'Name','name','Text','zztt4npprg'),(7448,709,570,'Last Name','lastname','Text','zztt4npprg'),(7449,709,571,'Username','username','Text','zztt4npprg'),(7450,709,572,'Email','email_repeat','Text','zztt4npprg@zuhause.gdn'),(7451,709,573,'Email repeat','email','Text','zztt4npprg@zuhause.gdn'),(7452,709,574,'Password','password_pwrepeat','Text',''),(7453,709,575,'Password repeat','password','Text',''),(7454,709,630,'Applicant ID Number','id_number','Text','1987'),(7455,709,639,'City of Residence','city','Text','Quatre Bornes'),(7456,709,644,'Mobile Number (optional)','mobile','Text','3539'),(7457,710,569,'Name','name','Text','AzbraimaVZ'),(7458,710,570,'Last Name','lastname','Text','AzbraimaVZ'),(7459,710,571,'Username','username','Text','AzbraimaVZ'),(7460,710,572,'Email','email_repeat','Text','azvoric81822212@mail.ru'),(7461,710,573,'Email repeat','email','Text','azvoric81822212@mail.ru'),(7462,710,574,'Password','password_pwrepeat','Text',''),(7463,710,575,'Password repeat','password','Text',''),(7464,710,630,'Applicant ID Number','id_number','Text','9314'),(7465,710,644,'Mobile Number (optional)','mobile','Text','1504'),(7466,711,569,'Name','name','Text','caromibibattte'),(7467,711,570,'Last Name','lastname','Text','caromibibattte'),(7468,711,571,'Username','username','Text','caromibibattte'),(7469,711,572,'Email','email_repeat','Text','caromibibattte@edutom.xyz'),(7470,711,573,'Email repeat','email','Text','caromibibattte@edutom.xyz'),(7471,711,574,'Password','password_pwrepeat','Text',''),(7472,711,575,'Password repeat','password','Text',''),(7473,711,630,'Applicant ID Number','id_number','Text','6987'),(7474,711,644,'Mobile Number (optional)','mobile','Text','8229'),(7475,712,569,'Name','name','Text','Eqqwinmique'),(7476,712,570,'Last Name','lastname','Text','Eqqwinmique'),(7477,712,571,'Username','username','Text','Eqqwinmique'),(7478,712,572,'Email','email_repeat','Text','eqqwinovese@mail.ru'),(7479,712,573,'Email repeat','email','Text','eqqwinovese@mail.ru'),(7480,712,574,'Password','password_pwrepeat','Text',''),(7481,712,575,'Password repeat','password','Text',''),(7482,712,630,'Applicant ID Number','id_number','Text','3825'),(7483,712,639,'City of Residence','city','Text','Stirling'),(7484,712,644,'Mobile Number (optional)','mobile','Text','9598'),(7485,713,569,'Name','name','Text','CraidgCar'),(7486,713,570,'Last Name','lastname','Text','CraidgCar'),(7487,713,571,'Username','username','Text','CraidgCar'),(7488,713,572,'Email','email_repeat','Text','startpl@gmx.com'),(7489,713,573,'Email repeat','email','Text','startpl@gmx.com'),(7490,713,574,'Password','password_pwrepeat','Text',''),(7491,713,575,'Password repeat','password','Text',''),(7492,713,630,'Applicant ID Number','id_number','Text','530'),(7493,713,639,'City of Residence','city','Text','Liberia'),(7494,713,644,'Mobile Number (optional)','mobile','Text','8578'),(7495,714,569,'Name','name','Text','riazarerompreclterg'),(7496,714,570,'Last Name','lastname','Text','riazarerompreclterg'),(7497,714,571,'Username','username','Text','riazarerompreclterg'),(7498,714,572,'Email','email_repeat','Text','riazarerompreclterg@edutom.xyz'),(7499,714,573,'Email repeat','email','Text','riazarerompreclterg@edutom.xyz'),(7500,714,574,'Password','password_pwrepeat','Text',''),(7501,714,575,'Password repeat','password','Text',''),(7502,714,630,'Applicant ID Number','id_number','Text','2113'),(7503,714,644,'Mobile Number (optional)','mobile','Text','7418'),(7504,715,569,'Name','name','Text','Muz_DUOua'),(7505,715,570,'Last Name','lastname','Text','Muz_DUOua'),(7506,715,571,'Username','username','Text','Muz_DUOua'),(7507,715,572,'Email','email_repeat','Text','alexkondrin@yandex.ua'),(7508,715,573,'Email repeat','email','Text','alexkondrin@yandex.ua'),(7509,715,574,'Password','password_pwrepeat','Text',''),(7510,715,575,'Password repeat','password','Text',''),(7511,715,630,'Applicant ID Number','id_number','Text','2471'),(7512,715,639,'City of Residence','city','Text','Moscow'),(7513,715,644,'Mobile Number (optional)','mobile','Text','5690'),(7514,716,569,'Name','name','Text','Vladerrer'),(7515,716,570,'Last Name','lastname','Text','Vladerrer'),(7516,716,571,'Username','username','Text','Vladerrer'),(7517,716,572,'Email','email_repeat','Text','vladers@love-migs.ru'),(7518,716,573,'Email repeat','email','Text','vladers@love-migs.ru'),(7519,716,574,'Password','password_pwrepeat','Text',''),(7520,716,575,'Password repeat','password','Text',''),(7521,716,630,'Applicant ID Number','id_number','Text','3963'),(7522,716,639,'City of Residence','city','Text','РФ город Рязань'),(7523,716,644,'Mobile Number (optional)','mobile','Text','8984'),(7524,717,569,'Name','name','Text','Willieinhax'),(7525,717,570,'Last Name','lastname','Text','Willieinhax'),(7526,717,571,'Username','username','Text','Willieinhax'),(7527,717,572,'Email','email_repeat','Text','lyapanarzh@gmail.com'),(7528,717,573,'Email repeat','email','Text','lyapanarzh@gmail.com'),(7529,717,574,'Password','password_pwrepeat','Text',''),(7530,717,575,'Password repeat','password','Text',''),(7531,717,630,'Applicant ID Number','id_number','Text','5972'),(7532,717,639,'City of Residence','city','Text','Москва'),(7533,717,644,'Mobile Number (optional)','mobile','Text','1346'),(7534,718,569,'Name','name','Text','7mwycmpg1b'),(7535,718,570,'Last Name','lastname','Text','7mwycmpg1b'),(7536,718,571,'Username','username','Text','7mwycmpg1b'),(7537,718,572,'Email','email_repeat','Text','7mwycmpg1b@zuhause.gdn'),(7538,718,573,'Email repeat','email','Text','7mwycmpg1b@zuhause.gdn'),(7539,718,574,'Password','password_pwrepeat','Text',''),(7540,718,575,'Password repeat','password','Text',''),(7541,718,630,'Applicant ID Number','id_number','Text','8520'),(7542,718,639,'City of Residence','city','Text','Quatre Bornes'),(7543,718,644,'Mobile Number (optional)','mobile','Text','8561'),(7544,719,569,'Name','name','Text','DerrickRic'),(7545,719,570,'Last Name','lastname','Text','DerrickRic'),(7546,719,571,'Username','username','Text','DerrickRic'),(7547,719,572,'Email','email_repeat','Text','demenceva.77@mail.ru'),(7548,719,573,'Email repeat','email','Text','demenceva.77@mail.ru'),(7549,719,574,'Password','password_pwrepeat','Text',''),(7550,719,575,'Password repeat','password','Text',''),(7551,719,630,'Applicant ID Number','id_number','Text','3632'),(7552,719,639,'City of Residence','city','Text','Suva'),(7553,719,644,'Mobile Number (optional)','mobile','Text','7826'),(7554,720,569,'Name','name','Text','EdwardSab'),(7555,720,570,'Last Name','lastname','Text','EdwardSab'),(7556,720,571,'Username','username','Text','EdwardSab'),(7557,720,572,'Email','email_repeat','Text','1.2.34.5.67.89.11.0@blogav.ru'),(7558,720,573,'Email repeat','email','Text','1.2.34.5.67.89.11.0@blogav.ru'),(7559,720,574,'Password','password_pwrepeat','Text',''),(7560,720,575,'Password repeat','password','Text',''),(7561,720,630,'Applicant ID Number','id_number','Text','4202'),(7562,720,639,'City of Residence','city','Text','Istanbul'),(7563,720,644,'Mobile Number (optional)','mobile','Text','6174'),(7564,721,569,'Name','name','Text','hb2yrot0bf'),(7565,721,570,'Last Name','lastname','Text','hb2yrot0bf'),(7566,721,571,'Username','username','Text','hb2yrot0bf'),(7567,721,572,'Email','email_repeat','Text','hb2yrot0bf@zuhause.gdn'),(7568,721,573,'Email repeat','email','Text','hb2yrot0bf@zuhause.gdn'),(7569,721,574,'Password','password_pwrepeat','Text',''),(7570,721,575,'Password repeat','password','Text',''),(7571,721,630,'Applicant ID Number','id_number','Text','4839'),(7572,721,639,'City of Residence','city','Text','Quatre Bornes'),(7573,721,644,'Mobile Number (optional)','mobile','Text','7675'),(7574,722,569,'Name','name','Text','WilliamMal'),(7575,722,570,'Last Name','lastname','Text','WilliamMal'),(7576,722,571,'Username','username','Text','WilliamMal'),(7577,722,572,'Email','email_repeat','Text','maustaripso1964@plusgmail.ru'),(7578,722,573,'Email repeat','email','Text','maustaripso1964@plusgmail.ru'),(7579,722,574,'Password','password_pwrepeat','Text',''),(7580,722,575,'Password repeat','password','Text',''),(7581,722,630,'Applicant ID Number','id_number','Text','6902'),(7582,722,639,'City of Residence','city','Text','Москва'),(7583,722,644,'Mobile Number (optional)','mobile','Text','3705'),(7584,723,569,'Name','name','Text','lenaMek'),(7585,723,570,'Last Name','lastname','Text','lenaMek'),(7586,723,571,'Username','username','Text','lenaMek'),(7587,723,572,'Email','email_repeat','Text','gornostaev-nikolayy@rambler.ua'),(7588,723,573,'Email repeat','email','Text','gornostaev-nikolayy@rambler.ua'),(7589,723,574,'Password','password_pwrepeat','Text',''),(7590,723,575,'Password repeat','password','Text',''),(7591,723,630,'Applicant ID Number','id_number','Text','1794'),(7592,723,639,'City of Residence','city','Text','Toledo'),(7593,723,644,'Mobile Number (optional)','mobile','Text','8069'),(7594,724,569,'Name','name','Text','Michaelhet'),(7595,724,570,'Last Name','lastname','Text','Michaelhet'),(7596,724,571,'Username','username','Text','Michaelhet'),(7597,724,572,'Email','email_repeat','Text','bontrunuwa1974@plusgmail.ru'),(7598,724,573,'Email repeat','email','Text','bontrunuwa1974@plusgmail.ru'),(7599,724,574,'Password','password_pwrepeat','Text',''),(7600,724,575,'Password repeat','password','Text',''),(7601,724,630,'Applicant ID Number','id_number','Text','3286'),(7602,724,639,'City of Residence','city','Text','Москва'),(7603,724,644,'Mobile Number (optional)','mobile','Text','4439'),(7604,725,569,'Name','name','Text','JoshuaPreem'),(7605,725,570,'Last Name','lastname','Text','JoshuaPreem'),(7606,725,571,'Username','username','Text','JoshuaPreem'),(7607,725,572,'Email','email_repeat','Text','servdedi@hotmail.com'),(7608,725,573,'Email repeat','email','Text','servdedi@hotmail.com'),(7609,725,574,'Password','password_pwrepeat','Text',''),(7610,725,575,'Password repeat','password','Text',''),(7611,725,630,'Applicant ID Number','id_number','Text','8747'),(7612,725,639,'City of Residence','city','Text','Nove Mesto nad Vahom'),(7613,725,644,'Mobile Number (optional)','mobile','Text','8657'),(7614,726,569,'Name','name','Text','Phillipjitte'),(7615,726,570,'Last Name','lastname','Text','Phillipjitte'),(7616,726,571,'Username','username','Text','Phillipjitte'),(7617,726,572,'Email','email_repeat','Text','upxg95175@first.baburn.com'),(7618,726,573,'Email repeat','email','Text','upxg95175@first.baburn.com'),(7619,726,574,'Password','password_pwrepeat','Text',''),(7620,726,575,'Password repeat','password','Text',''),(7621,726,630,'Applicant ID Number','id_number','Text','7259'),(7622,726,639,'City of Residence','city','Text','Krk'),(7623,726,644,'Mobile Number (optional)','mobile','Text','1297'),(7624,727,569,'Name','name','Text','Muz_DUOkz'),(7625,727,570,'Last Name','lastname','Text','Muz_DUOkz'),(7626,727,571,'Username','username','Text','Muz_DUOkz'),(7627,727,572,'Email','email_repeat','Text','alexkondrin@yandex.kz'),(7628,727,573,'Email repeat','email','Text','alexkondrin@yandex.kz'),(7629,727,574,'Password','password_pwrepeat','Text',''),(7630,727,575,'Password repeat','password','Text',''),(7631,727,630,'Applicant ID Number','id_number','Text','8332'),(7632,727,639,'City of Residence','city','Text','Moscow'),(7633,727,644,'Mobile Number (optional)','mobile','Text','7139'),(7634,728,569,'Name','name','Text','Ryno'),(7635,728,570,'Last Name','lastname','Text','Kruger'),(7636,728,571,'Username','username','Text','RynoKruger'),(7637,728,572,'Email','email_repeat','Text','ryno.tungstenstreet@gmail.com'),(7638,728,573,'Email repeat','email','Text','ryno.tungstenstreet@gmail.com'),(7639,728,574,'Password','password_pwrepeat','Text',''),(7640,728,575,'Password repeat','password','Text',''),(7641,728,630,'Applicant ID Number','id_number','Text','7803165063082'),(7642,728,639,'City of Residence','city','Text','Cape Town'),(7643,728,644,'Mobile Number (optional)','mobile','Text','0710632914'),(7644,729,569,'Name','name','Text','qkepl7bgbt'),(7645,729,570,'Last Name','lastname','Text','qkepl7bgbt'),(7646,729,571,'Username','username','Text','qkepl7bgbt'),(7647,729,572,'Email','email_repeat','Text','qkepl7bgbt@zuhause.gdn'),(7648,729,573,'Email repeat','email','Text','qkepl7bgbt@zuhause.gdn'),(7649,729,574,'Password','password_pwrepeat','Text',''),(7650,729,575,'Password repeat','password','Text',''),(7651,729,630,'Applicant ID Number','id_number','Text','2086'),(7652,729,639,'City of Residence','city','Text','Quatre Bornes'),(7653,729,644,'Mobile Number (optional)','mobile','Text','5987'),(7654,730,569,'Name','name','Text','Bennyjoync'),(7655,730,570,'Last Name','lastname','Text','Bennyjoync'),(7656,730,571,'Username','username','Text','Bennyjoync'),(7657,730,572,'Email','email_repeat','Text','jeannie@simplyemail.bid '),(7658,730,573,'Email repeat','email','Text','jeannie@simplyemail.bid '),(7659,730,574,'Password','password_pwrepeat','Text',''),(7660,730,575,'Password repeat','password','Text',''),(7661,730,630,'Applicant ID Number','id_number','Text','315'),(7662,730,639,'City of Residence','city','Text','Hohenems'),(7663,730,644,'Mobile Number (optional)','mobile','Text','429'),(7664,731,569,'Name','name','Text','Rerpl'),(7665,731,570,'Last Name','lastname','Text','Rerpl'),(7666,731,571,'Username','username','Text','Rerpl'),(7667,731,572,'Email','email_repeat','Text','rer@uhd.com.ua'),(7668,731,573,'Email repeat','email','Text','rer@uhd.com.ua'),(7669,731,574,'Password','password_pwrepeat','Text',''),(7670,731,575,'Password repeat','password','Text',''),(7671,731,630,'Applicant ID Number','id_number','Text','666'),(7672,731,639,'City of Residence','city','Text','USA'),(7673,731,644,'Mobile Number (optional)','mobile','Text','7411'),(7674,732,569,'Name','name','Text','07p21ymx7y'),(7675,732,570,'Last Name','lastname','Text','07p21ymx7y'),(7676,732,571,'Username','username','Text','07p21ymx7y'),(7677,732,572,'Email','email_repeat','Text','07p21ymx7y@zuhause.gdn'),(7678,732,573,'Email repeat','email','Text','07p21ymx7y@zuhause.gdn'),(7679,732,574,'Password','password_pwrepeat','Text',''),(7680,732,575,'Password repeat','password','Text',''),(7681,732,630,'Applicant ID Number','id_number','Text','9144'),(7682,732,639,'City of Residence','city','Text','Quatre Bornes'),(7683,732,644,'Mobile Number (optional)','mobile','Text','7905'),(7684,733,569,'Name','name','Text','cf6pz7y8t6'),(7685,733,570,'Last Name','lastname','Text','cf6pz7y8t6'),(7686,733,571,'Username','username','Text','cf6pz7y8t6'),(7687,733,572,'Email','email_repeat','Text','cf6pz7y8t6@zuhause.gdn'),(7688,733,573,'Email repeat','email','Text','cf6pz7y8t6@zuhause.gdn'),(7689,733,574,'Password','password_pwrepeat','Text',''),(7690,733,575,'Password repeat','password','Text',''),(7691,733,630,'Applicant ID Number','id_number','Text','7544'),(7692,733,639,'City of Residence','city','Text','Quatre Bornes'),(7693,733,644,'Mobile Number (optional)','mobile','Text','8074'),(7694,734,569,'Name','name','Text','r6oghqhhro'),(7695,734,570,'Last Name','lastname','Text','r6oghqhhro'),(7696,734,571,'Username','username','Text','r6oghqhhro'),(7697,734,572,'Email','email_repeat','Text','r6oghqhhro@zuhause.gdn'),(7698,734,573,'Email repeat','email','Text','r6oghqhhro@zuhause.gdn'),(7699,734,574,'Password','password_pwrepeat','Text',''),(7700,734,575,'Password repeat','password','Text',''),(7701,734,630,'Applicant ID Number','id_number','Text','881'),(7702,734,639,'City of Residence','city','Text','Quatre Bornes'),(7703,734,644,'Mobile Number (optional)','mobile','Text','4400'),(7704,735,569,'Name','name','Text','mansur'),(7705,735,570,'Last Name','lastname','Text','mansur'),(7706,735,571,'Username','username','Text','mansur'),(7707,735,572,'Email','email_repeat','Text','mansurovnak@yandex.ru'),(7708,735,573,'Email repeat','email','Text','mansurovnak@yandex.ru'),(7709,735,574,'Password','password_pwrepeat','Text',''),(7710,735,575,'Password repeat','password','Text',''),(7711,735,630,'Applicant ID Number','id_number','Text','9182'),(7712,735,639,'City of Residence','city','Text','Omsk'),(7713,735,644,'Mobile Number (optional)','mobile','Text','3129'),(7714,736,569,'Name','name','Text','b5eliwkcqx'),(7715,736,570,'Last Name','lastname','Text','b5eliwkcqx'),(7716,736,571,'Username','username','Text','b5eliwkcqx'),(7717,736,572,'Email','email_repeat','Text','b5eliwkcqx@zuhause.gdn'),(7718,736,573,'Email repeat','email','Text','b5eliwkcqx@zuhause.gdn'),(7719,736,574,'Password','password_pwrepeat','Text',''),(7720,736,575,'Password repeat','password','Text',''),(7721,736,630,'Applicant ID Number','id_number','Text','7915'),(7722,736,639,'City of Residence','city','Text','Quatre Bornes'),(7723,736,644,'Mobile Number (optional)','mobile','Text','5034'),(7724,737,569,'Name','name','Text','LarryJef'),(7725,737,570,'Last Name','lastname','Text','LarryJef'),(7726,737,571,'Username','username','Text','LarryJef'),(7727,737,572,'Email','email_repeat','Text','shimokita1ban@hotmail.com'),(7728,737,573,'Email repeat','email','Text','shimokita1ban@hotmail.com'),(7729,737,574,'Password','password_pwrepeat','Text',''),(7730,737,575,'Password repeat','password','Text',''),(7731,737,630,'Applicant ID Number','id_number','Text','9061'),(7732,737,639,'City of Residence','city','Text','Molodesjnaja'),(7733,737,644,'Mobile Number (optional)','mobile','Text','6390'),(7734,738,569,'Name','name','Text','GeorgiyMew'),(7735,738,570,'Last Name','lastname','Text','GeorgiyMew'),(7736,738,571,'Username','username','Text','GeorgiyMew'),(7737,738,572,'Email','email_repeat','Text','georgiydrype@mail.ru'),(7738,738,573,'Email repeat','email','Text','georgiydrype@mail.ru'),(7739,738,574,'Password','password_pwrepeat','Text',''),(7740,738,575,'Password repeat','password','Text',''),(7741,738,630,'Applicant ID Number','id_number','Text','1543'),(7742,738,639,'City of Residence','city','Text','автополив киев'),(7743,738,644,'Mobile Number (optional)','mobile','Text','2887'),(7744,739,569,'Name','name','Text','jvjx4qm903'),(7745,739,570,'Last Name','lastname','Text','jvjx4qm903'),(7746,739,571,'Username','username','Text','jvjx4qm903'),(7747,739,572,'Email','email_repeat','Text','jvjx4qm903@zuhause.gdn'),(7748,739,573,'Email repeat','email','Text','jvjx4qm903@zuhause.gdn'),(7749,739,574,'Password','password_pwrepeat','Text',''),(7750,739,575,'Password repeat','password','Text',''),(7751,739,630,'Applicant ID Number','id_number','Text','6789'),(7752,739,639,'City of Residence','city','Text','Quatre Bornes'),(7753,739,644,'Mobile Number (optional)','mobile','Text','1510'),(7754,740,569,'Name','name','Text','Michaelknobe'),(7755,740,570,'Last Name','lastname','Text','Michaelknobe'),(7756,740,571,'Username','username','Text','Michaelknobe'),(7757,740,572,'Email','email_repeat','Text','bezhanpal@gmail.com'),(7758,740,573,'Email repeat','email','Text','bezhanpal@gmail.com'),(7759,740,574,'Password','password_pwrepeat','Text',''),(7760,740,575,'Password repeat','password','Text',''),(7761,740,630,'Applicant ID Number','id_number','Text','8619'),(7762,740,639,'City of Residence','city','Text','Москва'),(7763,740,644,'Mobile Number (optional)','mobile','Text','6165'),(7764,741,569,'Name','name','Text','KennethPeace'),(7765,741,570,'Last Name','lastname','Text','KennethPeace'),(7766,741,571,'Username','username','Text','KennethPeace'),(7767,741,572,'Email','email_repeat','Text','laila@freewebpages.top '),(7768,741,573,'Email repeat','email','Text','laila@freewebpages.top '),(7769,741,574,'Password','password_pwrepeat','Text',''),(7770,741,575,'Password repeat','password','Text',''),(7771,741,630,'Applicant ID Number','id_number','Text','5993'),(7772,741,639,'City of Residence','city','Text','Garhoud'),(7773,741,644,'Mobile Number (optional)','mobile','Text','9077'),(7774,742,569,'Name','name','Text','dg8t8tgycn'),(7775,742,570,'Last Name','lastname','Text','dg8t8tgycn'),(7776,742,571,'Username','username','Text','dg8t8tgycn'),(7777,742,572,'Email','email_repeat','Text','dg8t8tgycn@zuhause.gdn'),(7778,742,573,'Email repeat','email','Text','dg8t8tgycn@zuhause.gdn'),(7779,742,574,'Password','password_pwrepeat','Text',''),(7780,742,575,'Password repeat','password','Text',''),(7781,742,630,'Applicant ID Number','id_number','Text','1826'),(7782,742,639,'City of Residence','city','Text','Quatre Bornes'),(7783,742,644,'Mobile Number (optional)','mobile','Text','4211'),(7784,743,569,'Name','name','Text','Illuptuh'),(7785,743,570,'Last Name','lastname','Text','Illuptuh'),(7786,743,571,'Username','username','Text','Illuptuh'),(7787,743,572,'Email','email_repeat','Text','Illuptuh@vovin.life'),(7788,743,573,'Email repeat','email','Text','Illuptuh@vovin.life'),(7789,743,574,'Password','password_pwrepeat','Text',''),(7790,743,575,'Password repeat','password','Text',''),(7791,743,630,'Applicant ID Number','id_number','Text','8692'),(7792,743,639,'City of Residence','city','Text','Mexico'),(7793,743,644,'Mobile Number (optional)','mobile','Text','6362'),(7794,744,569,'Name','name','Text','BarbaraBug'),(7795,744,570,'Last Name','lastname','Text','BarbaraBug'),(7796,744,571,'Username','username','Text','BarbaraBug'),(7797,744,572,'Email','email_repeat','Text','zabawnikowa-hohlowa.lavrentina@yandex.com'),(7798,744,573,'Email repeat','email','Text','zabawnikowa-hohlowa.lavrentina@yandex.com'),(7799,744,574,'Password','password_pwrepeat','Text',''),(7800,744,575,'Password repeat','password','Text',''),(7801,744,630,'Applicant ID Number','id_number','Text','9510'),(7802,744,639,'City of Residence','city','Text','Hohenems'),(7803,744,644,'Mobile Number (optional)','mobile','Text','6405'),(7804,745,569,'Name','name','Text','medmep01dd'),(7805,745,570,'Last Name','lastname','Text','medmep01dd'),(7806,745,571,'Username','username','Text','medmep01dd'),(7807,745,572,'Email','email_repeat','Text','medmep01dd@zuhause.gdn'),(7808,745,573,'Email repeat','email','Text','medmep01dd@zuhause.gdn'),(7809,745,574,'Password','password_pwrepeat','Text',''),(7810,745,575,'Password repeat','password','Text',''),(7811,745,630,'Applicant ID Number','id_number','Text','2889'),(7812,745,639,'City of Residence','city','Text','Quatre Bornes'),(7813,745,644,'Mobile Number (optional)','mobile','Text','5219'),(7814,746,569,'Name','name','Text','JosephPully'),(7815,746,570,'Last Name','lastname','Text','JosephPully'),(7816,746,571,'Username','username','Text','JosephPully'),(7817,746,572,'Email','email_repeat','Text','bodazhakadep@gmail.com'),(7818,746,573,'Email repeat','email','Text','bodazhakadep@gmail.com'),(7819,746,574,'Password','password_pwrepeat','Text',''),(7820,746,575,'Password repeat','password','Text',''),(7821,746,630,'Applicant ID Number','id_number','Text','8245'),(7822,746,639,'City of Residence','city','Text','Россия'),(7823,746,644,'Mobile Number (optional)','mobile','Text','6010'),(7824,747,569,'Name','name','Text','sulgitogemamwo'),(7825,747,570,'Last Name','lastname','Text','sulgitogemamwo'),(7826,747,571,'Username','username','Text','sulgitogemamwo'),(7827,747,572,'Email','email_repeat','Text','sulgitogemamwo@edutom.xyz'),(7828,747,573,'Email repeat','email','Text','sulgitogemamwo@edutom.xyz'),(7829,747,574,'Password','password_pwrepeat','Text',''),(7830,747,575,'Password repeat','password','Text',''),(7831,747,630,'Applicant ID Number','id_number','Text','6410'),(7832,747,644,'Mobile Number (optional)','mobile','Text','7657'),(7833,748,569,'Name','name','Text','v1zkfa1a43'),(7834,748,570,'Last Name','lastname','Text','v1zkfa1a43'),(7835,748,571,'Username','username','Text','v1zkfa1a43'),(7836,748,572,'Email','email_repeat','Text','v1zkfa1a43@zuhause.gdn'),(7837,748,573,'Email repeat','email','Text','v1zkfa1a43@zuhause.gdn'),(7838,748,574,'Password','password_pwrepeat','Text',''),(7839,748,575,'Password repeat','password','Text',''),(7840,748,630,'Applicant ID Number','id_number','Text','680'),(7841,748,639,'City of Residence','city','Text','Quatre Bornes'),(7842,748,644,'Mobile Number (optional)','mobile','Text','3600'),(7843,749,569,'Name','name','Text','4ktojaa63v'),(7844,749,570,'Last Name','lastname','Text','4ktojaa63v'),(7845,749,571,'Username','username','Text','4ktojaa63v'),(7846,749,572,'Email','email_repeat','Text','4ktojaa63v@zuhause.gdn'),(7847,749,573,'Email repeat','email','Text','4ktojaa63v@zuhause.gdn'),(7848,749,574,'Password','password_pwrepeat','Text',''),(7849,749,575,'Password repeat','password','Text',''),(7850,749,630,'Applicant ID Number','id_number','Text','5940'),(7851,749,639,'City of Residence','city','Text','Quatre Bornes'),(7852,749,644,'Mobile Number (optional)','mobile','Text','8461'),(7853,750,569,'Name','name','Text','Lewislog'),(7854,750,570,'Last Name','lastname','Text','Lewislog'),(7855,750,571,'Username','username','Text','Lewislog'),(7856,750,572,'Email','email_repeat','Text','spaceopal124@hotmail.com'),(7857,750,573,'Email repeat','email','Text','spaceopal124@hotmail.com'),(7858,750,574,'Password','password_pwrepeat','Text',''),(7859,750,575,'Password repeat','password','Text',''),(7860,750,630,'Applicant ID Number','id_number','Text','81'),(7861,750,639,'City of Residence','city','Text','Udon Thani'),(7862,750,644,'Mobile Number (optional)','mobile','Text','3461'),(7863,751,569,'Name','name','Text','blsdmmyb2a'),(7864,751,570,'Last Name','lastname','Text','blsdmmyb2a'),(7865,751,571,'Username','username','Text','blsdmmyb2a'),(7866,751,572,'Email','email_repeat','Text','blsdmmyb2a@zuhause.gdn'),(7867,751,573,'Email repeat','email','Text','blsdmmyb2a@zuhause.gdn'),(7868,751,574,'Password','password_pwrepeat','Text',''),(7869,751,575,'Password repeat','password','Text',''),(7870,751,630,'Applicant ID Number','id_number','Text','1836'),(7871,751,639,'City of Residence','city','Text','Quatre Bornes'),(7872,751,644,'Mobile Number (optional)','mobile','Text','4199'),(7873,752,569,'Name','name','Text','Rolien'),(7874,752,570,'Last Name','lastname','Text','Zaayman'),(7875,752,571,'Username','username','Text','Rolien'),(7876,752,572,'Email','email_repeat','Text','rolien.zaayman8@gmail.com'),(7877,752,573,'Email repeat','email','Text','rolien.zaayman8@gmail.com'),(7878,752,574,'Password','password_pwrepeat','Text',''),(7879,752,575,'Password repeat','password','Text',''),(7880,752,630,'Applicant ID Number','id_number','Text','199503240053086'),(7881,752,639,'City of Residence','city','Text','Gauteng'),(7882,752,644,'Mobile Number (optional)','mobile','Text','0844609962'),(7883,753,569,'Name','name','Text','Rolandgut'),(7884,753,570,'Last Name','lastname','Text','Rolandgut'),(7885,753,571,'Username','username','Text','Rolandgut'),(7886,753,572,'Email','email_repeat','Text','callvip.tk@yandex.ru'),(7887,753,573,'Email repeat','email','Text','callvip.tk@yandex.ru'),(7888,753,574,'Password','password_pwrepeat','Text',''),(7889,753,575,'Password repeat','password','Text',''),(7890,753,630,'Applicant ID Number','id_number','Text','1518'),(7891,753,639,'City of Residence','city','Text','Nis'),(7892,753,644,'Mobile Number (optional)','mobile','Text','4462'),(7893,754,569,'Name','name','Text','Philipmot'),(7894,754,570,'Last Name','lastname','Text','Philipmot'),(7895,754,571,'Username','username','Text','Philipmot'),(7896,754,572,'Email','email_repeat','Text','philipunsab@yandex.com'),(7897,754,573,'Email repeat','email','Text','philipunsab@yandex.com'),(7898,754,574,'Password','password_pwrepeat','Text',''),(7899,754,575,'Password repeat','password','Text',''),(7900,754,630,'Applicant ID Number','id_number','Text','8765'),(7901,754,639,'City of Residence','city','Text','Димитровград'),(7902,754,644,'Mobile Number (optional)','mobile','Text','4648'),(7903,755,569,'Name','name','Text','pampww'),(7904,755,570,'Last Name','lastname','Text','pampww'),(7905,755,571,'Username','username','Text','pampww'),(7906,755,572,'Email','email_repeat','Text','pampapusya@yandex.ru'),(7907,755,573,'Email repeat','email','Text','pampapusya@yandex.ru'),(7908,755,574,'Password','password_pwrepeat','Text',''),(7909,755,575,'Password repeat','password','Text',''),(7910,755,630,'Applicant ID Number','id_number','Text','7664'),(7911,755,639,'City of Residence','city','Text','Omsk'),(7912,755,644,'Mobile Number (optional)','mobile','Text','3895'),(7913,756,569,'Name','name','Text','Rothtime'),(7914,756,570,'Last Name','lastname','Text','Rothtime'),(7915,756,571,'Username','username','Text','Rothtime'),(7916,756,572,'Email','email_repeat','Text','Rothtime@opno.life'),(7917,756,573,'Email repeat','email','Text','Rothtime@opno.life'),(7918,756,574,'Password','password_pwrepeat','Text',''),(7919,756,575,'Password repeat','password','Text',''),(7920,756,630,'Applicant ID Number','id_number','Text','9102'),(7921,756,639,'City of Residence','city','Text','Mexico'),(7922,756,644,'Mobile Number (optional)','mobile','Text','1235'),(7923,757,569,'Name','name','Text','EgorewTap'),(7924,757,570,'Last Name','lastname','Text','EgorewTap'),(7925,757,571,'Username','username','Text','EgorewTap'),(7926,757,572,'Email','email_repeat','Text','egorewsah@mail.ru'),(7927,757,573,'Email repeat','email','Text','egorewsah@mail.ru'),(7928,757,574,'Password','password_pwrepeat','Text',''),(7929,757,575,'Password repeat','password','Text',''),(7930,757,630,'Applicant ID Number','id_number','Text','1496'),(7931,757,639,'City of Residence','city','Text','Taiping'),(7932,757,644,'Mobile Number (optional)','mobile','Text','5281'),(7933,758,569,'Name','name','Text','ShawnScege'),(7934,758,570,'Last Name','lastname','Text','ShawnScege'),(7935,758,571,'Username','username','Text','ShawnScege'),(7936,758,572,'Email','email_repeat','Text','samoylovacxl1981@mail.ru'),(7937,758,573,'Email repeat','email','Text','samoylovacxl1981@mail.ru'),(7938,758,574,'Password','password_pwrepeat','Text',''),(7939,758,575,'Password repeat','password','Text',''),(7940,758,630,'Applicant ID Number','id_number','Text','5246'),(7941,758,639,'City of Residence','city','Text','Bottegone'),(7942,758,644,'Mobile Number (optional)','mobile','Text','1653'),(7943,759,569,'Name','name','Text','cpzk1975'),(7944,759,570,'Last Name','lastname','Text','cpzk1975'),(7945,759,571,'Username','username','Text','cpzk1975'),(7946,759,572,'Email','email_repeat','Text','onqy1995@bobfilmclub.ru'),(7947,759,573,'Email repeat','email','Text','onqy1995@bobfilmclub.ru'),(7948,759,574,'Password','password_pwrepeat','Text',''),(7949,759,575,'Password repeat','password','Text',''),(7950,759,630,'Applicant ID Number','id_number','Text','7528'),(7951,759,644,'Mobile Number (optional)','mobile','Text','9373'),(7952,760,569,'Name','name','Text','VanyaWrate'),(7953,760,570,'Last Name','lastname','Text','VanyaWrate'),(7954,760,571,'Username','username','Text','VanyaWrate'),(7955,760,572,'Email','email_repeat','Text','grinko.vova@rambler.ru'),(7956,760,573,'Email repeat','email','Text','grinko.vova@rambler.ru'),(7957,760,574,'Password','password_pwrepeat','Text',''),(7958,760,575,'Password repeat','password','Text',''),(7959,760,630,'Applicant ID Number','id_number','Text','9384'),(7960,760,639,'City of Residence','city','Text','Gliwice'),(7961,760,644,'Mobile Number (optional)','mobile','Text','9848'),(7962,761,569,'Name','name','Text','MichaelHip'),(7963,761,570,'Last Name','lastname','Text','MichaelHip'),(7964,761,571,'Username','username','Text','MichaelHip'),(7965,761,572,'Email','email_repeat','Text','belyakovawfm1982@mail.ru'),(7966,761,573,'Email repeat','email','Text','belyakovawfm1982@mail.ru'),(7967,761,574,'Password','password_pwrepeat','Text',''),(7968,761,575,'Password repeat','password','Text',''),(7969,761,630,'Applicant ID Number','id_number','Text','2244'),(7970,761,639,'City of Residence','city','Text','Nove Mesto nad Vahom'),(7971,761,644,'Mobile Number (optional)','mobile','Text','2767'),(7972,762,569,'Name','name','Text','Jeffreykague'),(7973,762,570,'Last Name','lastname','Text','Jeffreykague'),(7974,762,571,'Username','username','Text','Jeffreykague'),(7975,762,572,'Email','email_repeat','Text','ydcj2815@first.baburn.com'),(7976,762,573,'Email repeat','email','Text','ydcj2815@first.baburn.com'),(7977,762,574,'Password','password_pwrepeat','Text',''),(7978,762,575,'Password repeat','password','Text',''),(7979,762,630,'Applicant ID Number','id_number','Text','6596'),(7980,762,639,'City of Residence','city','Text','Burnt Pine'),(7981,762,644,'Mobile Number (optional)','mobile','Text','2120'),(7982,763,569,'Name','name','Text','France'),(7983,763,570,'Last Name','lastname','Text','Mabina'),(7984,763,571,'Username','username','Text','YNOT MABINA'),(7985,763,572,'Email','email_repeat','Text','mabina19@webmail.co.za'),(7986,763,573,'Email repeat','email','Text','mabina19@webmail.co.za'),(7987,763,574,'Password','password_pwrepeat','Text',''),(7988,763,575,'Password repeat','password','Text',''),(7989,763,630,'Applicant ID Number','id_number','Text','9708295633084'),(7990,763,639,'City of Residence','city','Text','Mahikeng'),(7991,763,644,'Mobile Number (optional)','mobile','Text','0725776163'),(7992,764,569,'Name','name','Text','Sharon Elaine '),(7993,764,570,'Last Name','lastname','Text','Maroos'),(7994,764,571,'Username','username','Text','sharonmaroos'),(7995,764,572,'Email','email_repeat','Text','elaine.maroos@gmail.com'),(7996,764,573,'Email repeat','email','Text','elaine.maroos@gmail.com'),(7997,764,574,'Password','password_pwrepeat','Text',''),(7998,764,575,'Password repeat','password','Text',''),(7999,764,630,'Applicant ID Number','id_number','Text','8106290176087'),(8000,764,639,'City of Residence','city','Text','Johanessburg'),(8001,764,644,'Mobile Number (optional)','mobile','Text','079 393 3371'),(8002,764,657,'Your Agency (if applicable)','agency','Text','House Of Sharon Casting Agency'),(8003,765,569,'Name','name','Text','Gregorydop'),(8004,765,570,'Last Name','lastname','Text','Gregorydop'),(8005,765,571,'Username','username','Text','Gregorydop'),(8006,765,572,'Email','email_repeat','Text','bxag65528@first.baburn.com'),(8007,765,573,'Email repeat','email','Text','bxag65528@first.baburn.com'),(8008,765,574,'Password','password_pwrepeat','Text',''),(8009,765,575,'Password repeat','password','Text',''),(8010,765,630,'Applicant ID Number','id_number','Text','4145'),(8011,765,639,'City of Residence','city','Text','Udon Thani'),(8012,765,644,'Mobile Number (optional)','mobile','Text','553'),(8013,766,569,'Name','name','Text','zarabotok--doma.ru'),(8014,766,570,'Last Name','lastname','Text','zarabotok--doma.ru'),(8015,766,571,'Username','username','Text','zarabotok--doma.ru'),(8016,766,572,'Email','email_repeat','Text','xcvdfgsesas@mail.ru'),(8017,766,573,'Email repeat','email','Text','xcvdfgsesas@mail.ru'),(8018,766,574,'Password','password_pwrepeat','Text',''),(8019,766,575,'Password repeat','password','Text',''),(8020,766,630,'Applicant ID Number','id_number','Text','8077'),(8021,766,639,'City of Residence','city','Text','Lilongwe'),(8022,766,644,'Mobile Number (optional)','mobile','Text','1277'),(8023,767,569,'Name','name','Text','Jamesfounk'),(8024,767,570,'Last Name','lastname','Text','Jamesfounk'),(8025,767,571,'Username','username','Text','Jamesfounk'),(8026,767,572,'Email','email_repeat','Text','springstillmp3@mail.ru'),(8027,767,573,'Email repeat','email','Text','springstillmp3@mail.ru'),(8028,767,574,'Password','password_pwrepeat','Text',''),(8029,767,575,'Password repeat','password','Text',''),(8030,767,630,'Applicant ID Number','id_number','Text','502'),(8031,767,639,'City of Residence','city','Text','Garhoud'),(8032,767,644,'Mobile Number (optional)','mobile','Text','6260'),(8033,768,569,'Name','name','Text','Omniashka'),(8034,768,570,'Last Name','lastname','Text','Omniashka'),(8035,768,571,'Username','username','Text','Omniashka'),(8036,768,572,'Email','email_repeat','Text','vikulia_192@mail.ru'),(8037,768,573,'Email repeat','email','Text','vikulia_192@mail.ru'),(8038,768,574,'Password','password_pwrepeat','Text',''),(8039,768,575,'Password repeat','password','Text',''),(8040,768,630,'Applicant ID Number','id_number','Text','4269'),(8041,768,639,'City of Residence','city','Text','Moscow'),(8042,768,644,'Mobile Number (optional)','mobile','Text','2265'),(8043,769,569,'Name','name','Text','Raymondtailm'),(8044,769,570,'Last Name','lastname','Text','Raymondtailm'),(8045,769,571,'Username','username','Text','Raymondtailm'),(8046,769,572,'Email','email_repeat','Text','raymondchuctqi@shiphang.club'),(8047,769,573,'Email repeat','email','Text','raymondchuctqi@shiphang.club'),(8048,769,574,'Password','password_pwrepeat','Text',''),(8049,769,575,'Password repeat','password','Text',''),(8050,769,630,'Applicant ID Number','id_number','Text','2450'),(8051,769,639,'City of Residence','city','Text','La Primavera'),(8052,769,644,'Mobile Number (optional)','mobile','Text','6401'),(8053,770,569,'Name','name','Text','Pertercyneiny'),(8054,770,570,'Last Name','lastname','Text','Pertercyneiny'),(8055,770,571,'Username','username','Text','Pertercyneiny'),(8056,770,572,'Email','email_repeat','Text','123.4.56.7.8.9.110@blogav.ru'),(8057,770,573,'Email repeat','email','Text','123.4.56.7.8.9.110@blogav.ru'),(8058,770,574,'Password','password_pwrepeat','Text',''),(8059,770,575,'Password repeat','password','Text',''),(8060,770,630,'Applicant ID Number','id_number','Text','3985'),(8061,770,639,'City of Residence','city','Text','Arcatao'),(8062,770,644,'Mobile Number (optional)','mobile','Text','2808'),(8063,771,569,'Name','name','Text','Georgehal'),(8064,771,570,'Last Name','lastname','Text','Georgehal'),(8065,771,571,'Username','username','Text','Georgehal'),(8066,771,572,'Email','email_repeat','Text','lytkinaequ1966@mail.ru'),(8067,771,573,'Email repeat','email','Text','lytkinaequ1966@mail.ru'),(8068,771,574,'Password','password_pwrepeat','Text',''),(8069,771,575,'Password repeat','password','Text',''),(8070,771,630,'Applicant ID Number','id_number','Text','3873'),(8071,771,639,'City of Residence','city','Text','Ho Chi Minh City'),(8072,771,644,'Mobile Number (optional)','mobile','Text','7293'),(8073,772,569,'Name','name','Text','Michaelameme'),(8074,772,570,'Last Name','lastname','Text','Michaelameme'),(8075,772,571,'Username','username','Text','Michaelameme'),(8076,772,572,'Email','email_repeat','Text','limepalyas@gmail.com'),(8077,772,573,'Email repeat','email','Text','limepalyas@gmail.com'),(8078,772,574,'Password','password_pwrepeat','Text',''),(8079,772,575,'Password repeat','password','Text',''),(8080,772,630,'Applicant ID Number','id_number','Text','7777'),(8081,772,639,'City of Residence','city','Text','Москва'),(8082,772,644,'Mobile Number (optional)','mobile','Text','5130'),(8083,773,569,'Name','name','Text','rasskaziana'),(8084,773,570,'Last Name','lastname','Text','rasskaziana'),(8085,773,571,'Username','username','Text','rasskaziana'),(8086,773,572,'Email','email_repeat','Text','tat.yay@yandex.com'),(8087,773,573,'Email repeat','email','Text','tat.yay@yandex.com'),(8088,773,574,'Password','password_pwrepeat','Text',''),(8089,773,575,'Password repeat','password','Text',''),(8090,773,630,'Applicant ID Number','id_number','Text','3530'),(8091,773,639,'City of Residence','city','Text','Rostov'),(8092,773,644,'Mobile Number (optional)','mobile','Text','6382'),(8093,774,569,'Name','name','Text','Matthewrop'),(8094,774,570,'Last Name','lastname','Text','Matthewrop'),(8095,774,571,'Username','username','Text','Matthewrop'),(8096,774,572,'Email','email_repeat','Text','matveevaofq1970@mail.ru'),(8097,774,573,'Email repeat','email','Text','matveevaofq1970@mail.ru'),(8098,774,574,'Password','password_pwrepeat','Text',''),(8099,774,575,'Password repeat','password','Text',''),(8100,774,630,'Applicant ID Number','id_number','Text','8259'),(8101,774,639,'City of Residence','city','Text','Istanbul'),(8102,774,644,'Mobile Number (optional)','mobile','Text','5826'),(8103,775,569,'Name','name','Text','pusarwatua1988'),(8104,775,570,'Last Name','lastname','Text','pusarwatua1988'),(8105,775,571,'Username','username','Text','pusarwatua1988'),(8106,775,572,'Email','email_repeat','Text','pusarwatua1988@zuhause.gdn'),(8107,775,573,'Email repeat','email','Text','pusarwatua1988@zuhause.gdn'),(8108,775,574,'Password','password_pwrepeat','Text',''),(8109,775,575,'Password repeat','password','Text',''),(8110,775,630,'Applicant ID Number','id_number','Text','4732'),(8111,775,639,'City of Residence','city','Text','Quatre Bornes'),(8112,775,644,'Mobile Number (optional)','mobile','Text','5985'),(8113,776,569,'Name','name','Text','esfisuslo1989'),(8114,776,570,'Last Name','lastname','Text','esfisuslo1989'),(8115,776,571,'Username','username','Text','esfisuslo1989'),(8116,776,572,'Email','email_repeat','Text','esfisuslo1989@zuhause.gdn'),(8117,776,573,'Email repeat','email','Text','esfisuslo1989@zuhause.gdn'),(8118,776,574,'Password','password_pwrepeat','Text',''),(8119,776,575,'Password repeat','password','Text',''),(8120,776,630,'Applicant ID Number','id_number','Text','7785'),(8121,776,639,'City of Residence','city','Text','Quatre Bornes'),(8122,776,644,'Mobile Number (optional)','mobile','Text','8573'),(8123,777,569,'Name','name','Text','cumshandliko1982'),(8124,777,570,'Last Name','lastname','Text','cumshandliko1982'),(8125,777,571,'Username','username','Text','cumshandliko1982'),(8126,777,572,'Email','email_repeat','Text','cumshandliko1982@zuhause.gdn'),(8127,777,573,'Email repeat','email','Text','cumshandliko1982@zuhause.gdn'),(8128,777,574,'Password','password_pwrepeat','Text',''),(8129,777,575,'Password repeat','password','Text',''),(8130,777,630,'Applicant ID Number','id_number','Text','8944'),(8131,777,639,'City of Residence','city','Text','Quatre Bornes'),(8132,777,644,'Mobile Number (optional)','mobile','Text','2701'),(8133,778,569,'Name','name','Text','outdiablubma1972'),(8134,778,570,'Last Name','lastname','Text','outdiablubma1972'),(8135,778,571,'Username','username','Text','outdiablubma1972'),(8136,778,572,'Email','email_repeat','Text','outdiablubma1972@zuhause.gdn'),(8137,778,573,'Email repeat','email','Text','outdiablubma1972@zuhause.gdn'),(8138,778,574,'Password','password_pwrepeat','Text',''),(8139,778,575,'Password repeat','password','Text',''),(8140,778,630,'Applicant ID Number','id_number','Text','2215'),(8141,778,639,'City of Residence','city','Text','Quatre Bornes'),(8142,778,644,'Mobile Number (optional)','mobile','Text','378'),(8143,779,569,'Name','name','Text','AlfredGox'),(8144,779,570,'Last Name','lastname','Text','AlfredGox'),(8145,779,571,'Username','username','Text','AlfredGox'),(8146,779,572,'Email','email_repeat','Text','yaroslav_smooth_utkin@mail.ru'),(8147,779,573,'Email repeat','email','Text','yaroslav_smooth_utkin@mail.ru'),(8148,779,574,'Password','password_pwrepeat','Text',''),(8149,779,575,'Password repeat','password','Text',''),(8150,779,630,'Applicant ID Number','id_number','Text','5100'),(8151,779,639,'City of Residence','city','Text','Kaohsiung Municipality'),(8152,779,644,'Mobile Number (optional)','mobile','Text','7552'),(8153,780,569,'Name','name','Text','haubrocinin1975'),(8154,780,570,'Last Name','lastname','Text','haubrocinin1975'),(8155,780,571,'Username','username','Text','haubrocinin1975'),(8156,780,572,'Email','email_repeat','Text','haubrocinin1975@zuhause.gdn'),(8157,780,573,'Email repeat','email','Text','haubrocinin1975@zuhause.gdn'),(8158,780,574,'Password','password_pwrepeat','Text',''),(8159,780,575,'Password repeat','password','Text',''),(8160,780,630,'Applicant ID Number','id_number','Text','8283'),(8161,780,639,'City of Residence','city','Text','Quatre Bornes'),(8162,780,644,'Mobile Number (optional)','mobile','Text','5817'),(8163,781,569,'Name','name','Text','hapomofa1975'),(8164,781,570,'Last Name','lastname','Text','hapomofa1975'),(8165,781,571,'Username','username','Text','hapomofa1975'),(8166,781,572,'Email','email_repeat','Text','hapomofa1975@zuhause.gdn'),(8167,781,573,'Email repeat','email','Text','hapomofa1975@zuhause.gdn'),(8168,781,574,'Password','password_pwrepeat','Text',''),(8169,781,575,'Password repeat','password','Text',''),(8170,781,630,'Applicant ID Number','id_number','Text','1108'),(8171,781,639,'City of Residence','city','Text','Quatre Bornes'),(8172,781,644,'Mobile Number (optional)','mobile','Text','2400'),(8173,782,569,'Name','name','Text','anenlader1987'),(8174,782,570,'Last Name','lastname','Text','anenlader1987'),(8175,782,571,'Username','username','Text','anenlader1987'),(8176,782,572,'Email','email_repeat','Text','anenlader1987@zuhause.gdn'),(8177,782,573,'Email repeat','email','Text','anenlader1987@zuhause.gdn'),(8178,782,574,'Password','password_pwrepeat','Text',''),(8179,782,575,'Password repeat','password','Text',''),(8180,782,630,'Applicant ID Number','id_number','Text','5646'),(8181,782,639,'City of Residence','city','Text','Quatre Bornes'),(8182,782,644,'Mobile Number (optional)','mobile','Text','8518'),(8183,783,569,'Name','name','Text','Dustinthoca'),(8184,783,570,'Last Name','lastname','Text','Dustinthoca'),(8185,783,571,'Username','username','Text','Dustinthoca'),(8186,783,572,'Email','email_repeat','Text','mixail_vorobev78@mail.ru'),(8187,783,573,'Email repeat','email','Text','mixail_vorobev78@mail.ru'),(8188,783,574,'Password','password_pwrepeat','Text',''),(8189,783,575,'Password repeat','password','Text',''),(8190,783,630,'Applicant ID Number','id_number','Text','6456'),(8191,783,639,'City of Residence','city','Text','Mariupol'),(8192,783,644,'Mobile Number (optional)','mobile','Text','8946'),(8193,784,569,'Name','name','Text','acasvoicur1987'),(8194,784,570,'Last Name','lastname','Text','acasvoicur1987'),(8195,784,571,'Username','username','Text','acasvoicur1987'),(8196,784,572,'Email','email_repeat','Text','acasvoicur1987@zuhause.gdn'),(8197,784,573,'Email repeat','email','Text','acasvoicur1987@zuhause.gdn'),(8198,784,574,'Password','password_pwrepeat','Text',''),(8199,784,575,'Password repeat','password','Text',''),(8200,784,630,'Applicant ID Number','id_number','Text','4099'),(8201,784,639,'City of Residence','city','Text','Quatre Bornes'),(8202,784,644,'Mobile Number (optional)','mobile','Text','4398'),(8203,785,569,'Name','name','Text','RobertMairl'),(8204,785,570,'Last Name','lastname','Text','RobertMairl'),(8205,785,571,'Username','username','Text','RobertMairl'),(8206,785,572,'Email','email_repeat','Text','sekegkuna@gmail.com'),(8207,785,573,'Email repeat','email','Text','sekegkuna@gmail.com'),(8208,785,574,'Password','password_pwrepeat','Text',''),(8209,785,575,'Password repeat','password','Text',''),(8210,785,630,'Applicant ID Number','id_number','Text','2797'),(8211,785,639,'City of Residence','city','Text','Москва'),(8212,785,644,'Mobile Number (optional)','mobile','Text','2176'),(8213,786,569,'Name','name','Text','Shelkper'),(8214,786,570,'Last Name','lastname','Text','Shelkper'),(8215,786,571,'Username','username','Text','Shelkper'),(8216,786,572,'Email','email_repeat','Text','gulja@livesilk.info'),(8217,786,573,'Email repeat','email','Text','gulja@livesilk.info'),(8218,786,574,'Password','password_pwrepeat','Text',''),(8219,786,575,'Password repeat','password','Text',''),(8220,786,630,'Applicant ID Number','id_number','Text','7386'),(8221,786,639,'City of Residence','city','Text','Москва'),(8222,786,644,'Mobile Number (optional)','mobile','Text','7758'),(8223,787,569,'Name','name','Text','RichardHen'),(8224,787,570,'Last Name','lastname','Text','RichardHen'),(8225,787,571,'Username','username','Text','RichardHen'),(8226,787,572,'Email','email_repeat','Text','romanovaoxg1961@mail.ru'),(8227,787,573,'Email repeat','email','Text','romanovaoxg1961@mail.ru'),(8228,787,574,'Password','password_pwrepeat','Text',''),(8229,787,575,'Password repeat','password','Text',''),(8230,787,630,'Applicant ID Number','id_number','Text','3365'),(8231,787,639,'City of Residence','city','Text','puerto galera'),(8232,787,644,'Mobile Number (optional)','mobile','Text','8265'),(8233,788,569,'Name','name','Text','YuraSoult'),(8234,788,570,'Last Name','lastname','Text','YuraSoult'),(8235,788,571,'Username','username','Text','YuraSoult'),(8236,788,572,'Email','email_repeat','Text','gats.78@mail.ru'),(8237,788,573,'Email repeat','email','Text','gats.78@mail.ru'),(8238,788,574,'Password','password_pwrepeat','Text',''),(8239,788,575,'Password repeat','password','Text',''),(8240,788,630,'Applicant ID Number','id_number','Text','5259'),(8241,788,639,'City of Residence','city','Text','Москва'),(8242,788,644,'Mobile Number (optional)','mobile','Text','1686'),(8243,789,569,'Name','name','Text','pulkher'),(8244,789,570,'Last Name','lastname','Text','pulkher'),(8245,789,571,'Username','username','Text','pulkher'),(8246,789,572,'Email','email_repeat','Text','pulkherevnatch@yandex.ru'),(8247,789,573,'Email repeat','email','Text','pulkherevnatch@yandex.ru'),(8248,789,574,'Password','password_pwrepeat','Text',''),(8249,789,575,'Password repeat','password','Text',''),(8250,789,630,'Applicant ID Number','id_number','Text','7626'),(8251,789,639,'City of Residence','city','Text','Omsk'),(8252,789,644,'Mobile Number (optional)','mobile','Text','1566'),(8253,790,90,'Title','title','Text','Mr'),(8254,790,51,'First Name','firstname','Text','Frank '),(8255,790,52,'Surname','surname','Text','Davids '),(8256,790,124,'Designation','contactdesignation','Text','Nat Nat agency '),(8257,790,65,'Website','website','Text','davids.frank6@gmail.com '),(8258,790,66,'Email Address','email','Text','davids.frank6@gmail.com'),(8259,790,132,'Telephone Number','telephone','Text','+27763386298'),(8260,790,67,'Mobile Phone Number','mobile','Text','+27763386298'),(8261,790,72,'Company Name','companyname','Text','Naturally natured'),(8262,790,125,'Trading Name','tradingname','Text','Nat &Nat agency '),(8263,790,126,'Company Type','companytype','Radio Group','Pty Ltd'),(8264,790,127,'Company Registration','companyregistration','Text','2013/205735/07'),(8265,790,79,'Physical Address','address1','Text','31 thornbird pelican park'),(8266,790,80,'Suburb','suburb','Text','Cape Town'),(8267,790,81,'Town or City','towncity','Text','Cape Town'),(8268,790,297,'Province','province','Select List','Western Cape'),(8269,790,95,'Postcode','postcode','Text','7941'),(8270,790,100,'Postal Address 1','postaladdress1','Text','31 thornbird pelican park'),(8271,790,101,'Postal Address 2','postaladdress2','Text','New Horizon'),(8272,790,102,'Postcode','postcodepostal','Text','7941'),(8273,790,145,'Casting Type','castingtype','Select List','Background Extras'),(8274,790,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(8275,790,175,'First & Surname','owner1name','Text','Frank '),(8276,790,176,' ID Number','owner1id','Text','8312106351084'),(8277,790,177,'Position','owner1position','Text','Owner '),(8278,790,186,'Mobile Phone Number','owner1mobile','Text','+27763386298'),(8279,790,191,'First & Surname','firstsurname2','Text',''),(8280,790,196,'ID Number','idnumberowner2','Text',''),(8281,790,197,'Position','position2','Text',''),(8282,790,202,'Mobile Phone Number','mobilenumber2','Text',''),(8283,790,207,'First & Surname','firstnamesurname3','Text',''),(8284,790,208,'ID Number','idnumber3','Text',''),(8285,790,213,'Position','position3','Text',''),(8286,790,214,'Mobile Phone Number','mobile3','Text',''),(8287,790,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(8288,790,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload',''),(8289,790,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/PaymentNotification_199GPTJB191_FNBRSA02.pdf'),(8290,790,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/15075486421141035903621.jpg'),(8291,790,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(8292,790,244,'ID copy Owner/Member 3','idcopyowner3','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/1507548600848479684122.jpg'),(8293,790,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/15075486594311138441267.jpg'),(8294,790,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/1507548461347-540558559.jpg'),(8295,790,259,'Proof of Physical Address','proofaddress','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/1507548309723413092524.jpg'),(8296,791,569,'Name','name','Text','Frank '),(8297,791,570,'Last Name','lastname','Text','Davids '),(8298,791,571,'Username','username','Text','davids.frank6@gmail.com '),(8299,791,572,'Email','email_repeat','Text','davids.frank6@gmail.com'),(8300,791,573,'Email repeat','email','Text','davids.frank6@gmail.com'),(8301,791,574,'Password','password_pwrepeat','Text',''),(8302,791,575,'Password repeat','password','Text',''),(8303,791,630,'Applicant ID Number','id_number','Text','8312106351084'),(8304,791,639,'City of Residence','city','Text','Cape Town'),(8305,791,644,'Mobile Number (optional)','mobile','Text','+27763386298'),(8306,791,657,'Your Agency (if applicable)','agency','Text','Nat $Nat agency '),(8307,792,569,'Name','name','Text','mashaavago'),(8308,792,570,'Last Name','lastname','Text','mashaavago'),(8309,792,571,'Username','username','Text','mashaavago'),(8310,792,572,'Email','email_repeat','Text','marina2222344@gmail.com'),(8311,792,573,'Email repeat','email','Text','marina2222344@gmail.com'),(8312,792,574,'Password','password_pwrepeat','Text',''),(8313,792,575,'Password repeat','password','Text',''),(8314,792,630,'Applicant ID Number','id_number','Text','5173'),(8315,792,639,'City of Residence','city','Text','Madagascar'),(8316,792,644,'Mobile Number (optional)','mobile','Text','5582'),(8317,793,569,'Name','name','Text','Hilmteeriawem'),(8318,793,570,'Last Name','lastname','Text','Hilmteeriawem'),(8319,793,571,'Username','username','Text','Hilmteeriawem'),(8320,793,572,'Email','email_repeat','Text','fight547@hotmail.com'),(8321,793,573,'Email repeat','email','Text','fight547@hotmail.com'),(8322,793,574,'Password','password_pwrepeat','Text',''),(8323,793,575,'Password repeat','password','Text',''),(8324,793,630,'Applicant ID Number','id_number','Text','1614'),(8325,793,639,'City of Residence','city','Text','Debrecen'),(8326,793,644,'Mobile Number (optional)','mobile','Text','794'),(8327,794,569,'Name','name','Text','Douglassmuck'),(8328,794,570,'Last Name','lastname','Text','Douglassmuck'),(8329,794,571,'Username','username','Text','Douglassmuck'),(8330,794,572,'Email','email_repeat','Text','xristofor.afford.petuxov@mail.ru'),(8331,794,573,'Email repeat','email','Text','xristofor.afford.petuxov@mail.ru'),(8332,794,574,'Password','password_pwrepeat','Text',''),(8333,794,575,'Password repeat','password','Text',''),(8334,794,630,'Applicant ID Number','id_number','Text','6611'),(8335,794,639,'City of Residence','city','Text','Al Manamah'),(8336,794,644,'Mobile Number (optional)','mobile','Text','7813'),(8337,795,569,'Name','name','Text','Craigtib'),(8338,795,570,'Last Name','lastname','Text','Craigtib'),(8339,795,571,'Username','username','Text','Craigtib'),(8340,795,572,'Email','email_repeat','Text','seliverstovajmm1960@mail.ru'),(8341,795,573,'Email repeat','email','Text','seliverstovajmm1960@mail.ru'),(8342,795,574,'Password','password_pwrepeat','Text',''),(8343,795,575,'Password repeat','password','Text',''),(8344,795,630,'Applicant ID Number','id_number','Text','8178'),(8345,795,639,'City of Residence','city','Text','Parnu'),(8346,795,644,'Mobile Number (optional)','mobile','Text','3275'),(8347,796,569,'Name','name','Text','EdwardWed'),(8348,796,570,'Last Name','lastname','Text','EdwardWed'),(8349,796,571,'Username','username','Text','EdwardWed'),(8350,796,572,'Email','email_repeat','Text','rodneyexhig@mail.ru'),(8351,796,573,'Email repeat','email','Text','rodneyexhig@mail.ru'),(8352,796,574,'Password','password_pwrepeat','Text',''),(8353,796,575,'Password repeat','password','Text',''),(8354,796,630,'Applicant ID Number','id_number','Text','5958'),(8355,796,639,'City of Residence','city','Text','Fort Elman\r\n'),(8356,796,644,'Mobile Number (optional)','mobile','Text','8517'),(8357,797,569,'Name','name','Text','PhillipNew'),(8358,797,570,'Last Name','lastname','Text','PhillipNew'),(8359,797,571,'Username','username','Text','PhillipNew'),(8360,797,572,'Email','email_repeat','Text','jessemidsoy@gmail.com'),(8361,797,573,'Email repeat','email','Text','jessemidsoy@gmail.com'),(8362,797,574,'Password','password_pwrepeat','Text',''),(8363,797,575,'Password repeat','password','Text',''),(8364,797,630,'Applicant ID Number','id_number','Text','1299'),(8365,797,639,'City of Residence','city','Text','Yako'),(8366,797,644,'Mobile Number (optional)','mobile','Text','7524'),(8367,798,569,'Name','name','Text','DanielNic'),(8368,798,570,'Last Name','lastname','Text','DanielNic'),(8369,798,571,'Username','username','Text','DanielNic'),(8370,798,572,'Email','email_repeat','Text','danieltab@mail.ru'),(8371,798,573,'Email repeat','email','Text','danieltab@mail.ru'),(8372,798,574,'Password','password_pwrepeat','Text',''),(8373,798,575,'Password repeat','password','Text',''),(8374,798,630,'Applicant ID Number','id_number','Text','9784'),(8375,798,639,'City of Residence','city','Text','Гатчина'),(8376,798,644,'Mobile Number (optional)','mobile','Text','2820'),(8377,799,569,'Name','name','Text','Theresabeand'),(8378,799,570,'Last Name','lastname','Text','Theresabeand'),(8379,799,571,'Username','username','Text','Theresabeand'),(8380,799,572,'Email','email_repeat','Text','zen113@taidar.ru'),(8381,799,573,'Email repeat','email','Text','zen113@taidar.ru'),(8382,799,574,'Password','password_pwrepeat','Text',''),(8383,799,575,'Password repeat','password','Text',''),(8384,799,630,'Applicant ID Number','id_number','Text','9902'),(8385,799,639,'City of Residence','city','Text','La Lima'),(8386,799,644,'Mobile Number (optional)','mobile','Text','635'),(8387,800,569,'Name','name','Text','Imshibrips'),(8388,800,570,'Last Name','lastname','Text','Imshibrips'),(8389,800,571,'Username','username','Text','Imshibrips'),(8390,800,572,'Email','email_repeat','Text','imshikhotim@yandex.com'),(8391,800,573,'Email repeat','email','Text','imshikhotim@yandex.com'),(8392,800,574,'Password','password_pwrepeat','Text',''),(8393,800,575,'Password repeat','password','Text',''),(8394,800,630,'Applicant ID Number','id_number','Text','8961'),(8395,800,639,'City of Residence','city','Text','Albany'),(8396,800,644,'Mobile Number (optional)','mobile','Text','4100'),(8397,801,569,'Name','name','Text','Cory B.'),(8398,801,570,'Last Name','lastname','Text','смотреть сериалы триллеры онлайн'),(8399,801,571,'Username','username','Text','kilyan'),(8400,801,572,'Email','email_repeat','Text','kilyan2017@yandex.ru'),(8401,801,573,'Email repeat','email','Text','kilyan2017@yandex.ru'),(8402,801,574,'Password','password_pwrepeat','Text',''),(8403,801,575,'Password repeat','password','Text',''),(8404,801,639,'City of Residence','city','Text','Omsk'),(8405,802,569,'Name','name','Text','CharlesgiP'),(8406,802,570,'Last Name','lastname','Text','CharlesgiP'),(8407,802,571,'Username','username','Text','CharlesgiP'),(8408,802,572,'Email','email_repeat','Text','pornosexchatm@e1.ru'),(8409,802,573,'Email repeat','email','Text','pornosexchatm@e1.ru'),(8410,802,574,'Password','password_pwrepeat','Text',''),(8411,802,575,'Password repeat','password','Text',''),(8412,802,630,'Applicant ID Number','id_number','Text','7169'),(8413,802,639,'City of Residence','city','Text','Virbalis'),(8414,802,644,'Mobile Number (optional)','mobile','Text','8822'),(8415,803,569,'Name','name','Text','Faseega'),(8416,803,570,'Last Name','lastname','Text','Anthony'),(8417,803,571,'Username','username','Text','Faseega'),(8418,803,572,'Email','email_repeat','Text','faseega.anthony@gmail.com'),(8419,803,573,'Email repeat','email','Text','faseega.anthony@gmail.com'),(8420,803,574,'Password','password_pwrepeat','Text',''),(8421,803,575,'Password repeat','password','Text',''),(8422,803,630,'Applicant ID Number','id_number','Text','9207270286083'),(8423,803,639,'City of Residence','city','Text','Kimberley'),(8424,803,644,'Mobile Number (optional)','mobile','Text','0765726427'),(8425,804,569,'Name','name','Text','Xerpl'),(8426,804,570,'Last Name','lastname','Text','Xerpl'),(8427,804,571,'Username','username','Text','Xerpl'),(8428,804,572,'Email','email_repeat','Text','xer@uhd.net.ua'),(8429,804,573,'Email repeat','email','Text','xer@uhd.net.ua'),(8430,804,574,'Password','password_pwrepeat','Text',''),(8431,804,575,'Password repeat','password','Text',''),(8432,804,630,'Applicant ID Number','id_number','Text','1074'),(8433,804,639,'City of Residence','city','Text','USA'),(8434,804,644,'Mobile Number (optional)','mobile','Text','1453'),(8435,805,569,'Name','name','Text','TimothyHaito'),(8436,805,570,'Last Name','lastname','Text','TimothyHaito'),(8437,805,571,'Username','username','Text','TimothyHaito'),(8438,805,572,'Email','email_repeat','Text','varvanina.birgit@mail.ru'),(8439,805,573,'Email repeat','email','Text','varvanina.birgit@mail.ru'),(8440,805,574,'Password','password_pwrepeat','Text',''),(8441,805,575,'Password repeat','password','Text',''),(8442,805,630,'Applicant ID Number','id_number','Text','6966'),(8443,805,639,'City of Residence','city','Text','Nestor'),(8444,805,644,'Mobile Number (optional)','mobile','Text','8714'),(8445,806,569,'Name','name','Text','AaronCappy'),(8446,806,570,'Last Name','lastname','Text','AaronCappy'),(8447,806,571,'Username','username','Text','AaronCappy'),(8448,806,572,'Email','email_repeat','Text','delelopesssaytraff@mail.ru'),(8449,806,573,'Email repeat','email','Text','delelopesssaytraff@mail.ru'),(8450,806,574,'Password','password_pwrepeat','Text',''),(8451,806,575,'Password repeat','password','Text',''),(8452,806,630,'Applicant ID Number','id_number','Text','http://paydayloansolution.org/ '),(8453,806,639,'City of Residence','city','Text','Duverge'),(8454,806,644,'Mobile Number (optional)','mobile','Text','http://paydayloansolution.org/ '),(8455,806,657,'Your Agency (if applicable)','agency','Text','http://paydayloansolution.org/ '),(8456,807,569,'Name','name','Text','Igorirofe'),(8457,807,570,'Last Name','lastname','Text','Igorirofe'),(8458,807,571,'Username','username','Text','Igorirofe'),(8459,807,572,'Email','email_repeat','Text','igortame@mail.ru'),(8460,807,573,'Email repeat','email','Text','igortame@mail.ru'),(8461,807,574,'Password','password_pwrepeat','Text',''),(8462,807,575,'Password repeat','password','Text',''),(8463,807,630,'Applicant ID Number','id_number','Text','4486'),(8464,807,639,'City of Residence','city','Text','Проекты домов'),(8465,807,644,'Mobile Number (optional)','mobile','Text','337'),(8466,808,569,'Name','name','Text','MichaelGrini'),(8467,808,570,'Last Name','lastname','Text','MichaelGrini'),(8468,808,571,'Username','username','Text','MichaelGrini'),(8469,808,572,'Email','email_repeat','Text','asiansmile@hotmail.com'),(8470,808,573,'Email repeat','email','Text','asiansmile@hotmail.com'),(8471,808,574,'Password','password_pwrepeat','Text',''),(8472,808,575,'Password repeat','password','Text',''),(8473,808,630,'Applicant ID Number','id_number','Text','wrqr'),(8474,808,639,'City of Residence','city','Text','Delmas'),(8475,808,644,'Mobile Number (optional)','mobile','Text','wrqr'),(8476,808,657,'Your Agency (if applicable)','agency','Text','wrqr'),(8477,809,569,'Name','name','Text','Teranddup'),(8478,809,570,'Last Name','lastname','Text','Teranddup'),(8479,809,571,'Username','username','Text','Teranddup'),(8480,809,572,'Email','email_repeat','Text','mustxrum@gmail.com'),(8481,809,573,'Email repeat','email','Text','mustxrum@gmail.com'),(8482,809,574,'Password','password_pwrepeat','Text',''),(8483,809,575,'Password repeat','password','Text',''),(8484,809,630,'Applicant ID Number','id_number','Text','3096'),(8485,809,644,'Mobile Number (optional)','mobile','Text','3495'),(8486,810,569,'Name','name','Text','PolVox'),(8487,810,570,'Last Name','lastname','Text','PolVox'),(8488,810,571,'Username','username','Text','PolVox'),(8489,810,572,'Email','email_repeat','Text','marsonir@gmail.com'),(8490,810,573,'Email repeat','email','Text','marsonir@gmail.com'),(8491,810,574,'Password','password_pwrepeat','Text',''),(8492,810,575,'Password repeat','password','Text',''),(8493,810,630,'Applicant ID Number','id_number','Text','3340'),(8494,810,639,'City of Residence','city','Text','Anaheim'),(8495,810,644,'Mobile Number (optional)','mobile','Text','7907'),(8496,811,569,'Name','name','Text','AustinBoify'),(8497,811,570,'Last Name','lastname','Text','AustinBoify'),(8498,811,571,'Username','username','Text','AustinBoify'),(8499,811,572,'Email','email_repeat','Text','mdki84991@first.baburn.com'),(8500,811,573,'Email repeat','email','Text','mdki84991@first.baburn.com'),(8501,811,574,'Password','password_pwrepeat','Text',''),(8502,811,575,'Password repeat','password','Text',''),(8503,811,630,'Applicant ID Number','id_number','Text','6814'),(8504,811,639,'City of Residence','city','Text','Cheltenham'),(8505,811,644,'Mobile Number (optional)','mobile','Text','777'),(8506,812,569,'Name','name','Text','Matthewsaili'),(8507,812,570,'Last Name','lastname','Text','Matthewsaili'),(8508,812,571,'Username','username','Text','Matthewsaili'),(8509,812,572,'Email','email_repeat','Text','dsha76436@first.baburn.com'),(8510,812,573,'Email repeat','email','Text','dsha76436@first.baburn.com'),(8511,812,574,'Password','password_pwrepeat','Text',''),(8512,812,575,'Password repeat','password','Text',''),(8513,812,630,'Applicant ID Number','id_number','Text','8010'),(8514,812,639,'City of Residence','city','Text','Bamako'),(8515,812,644,'Mobile Number (optional)','mobile','Text','1534'),(8516,813,569,'Name','name','Text','Rachioznv'),(8517,813,570,'Last Name','lastname','Text','Rachioznv'),(8518,813,571,'Username','username','Text','Rachioznv'),(8519,813,572,'Email','email_repeat','Text','ghusarik@aol.com'),(8520,813,573,'Email repeat','email','Text','ghusarik@aol.com'),(8521,813,574,'Password','password_pwrepeat','Text',''),(8522,813,575,'Password repeat','password','Text',''),(8523,813,630,'Applicant ID Number','id_number','Text','6979'),(8524,813,639,'City of Residence','city','Text','Minsk'),(8525,813,644,'Mobile Number (optional)','mobile','Text','2451'),(8526,814,569,'Name','name','Text','Candyagh'),(8527,814,570,'Last Name','lastname','Text','Candyagh'),(8528,814,571,'Username','username','Text','Candyagh'),(8529,814,572,'Email','email_repeat','Text','dxp1956@yahoo.com'),(8530,814,573,'Email repeat','email','Text','dxp1956@yahoo.com'),(8531,814,574,'Password','password_pwrepeat','Text',''),(8532,814,575,'Password repeat','password','Text',''),(8533,814,630,'Applicant ID Number','id_number','Text','6879'),(8534,814,639,'City of Residence','city','Text','Minsk'),(8535,814,644,'Mobile Number (optional)','mobile','Text','7864'),(8536,815,569,'Name','name','Text','JeremySturn'),(8537,815,570,'Last Name','lastname','Text','JeremySturn'),(8538,815,571,'Username','username','Text','JeremySturn'),(8539,815,572,'Email','email_repeat','Text','ubic94549catch@first.baburn.com'),(8540,815,573,'Email repeat','email','Text','ubic94549catch@first.baburn.com'),(8541,815,574,'Password','password_pwrepeat','Text',''),(8542,815,575,'Password repeat','password','Text',''),(8543,815,630,'Applicant ID Number','id_number','Text','4527'),(8544,815,639,'City of Residence','city','Text','Praia'),(8545,815,644,'Mobile Number (optional)','mobile','Text','14'),(8546,816,569,'Name','name','Text','Robertgauct'),(8547,816,570,'Last Name','lastname','Text','Robertgauct'),(8548,816,571,'Username','username','Text','Robertgauct'),(8549,816,572,'Email','email_repeat','Text','qrgd15935@first.baburn.com'),(8550,816,573,'Email repeat','email','Text','qrgd15935@first.baburn.com'),(8551,816,574,'Password','password_pwrepeat','Text',''),(8552,816,575,'Password repeat','password','Text',''),(8553,816,630,'Applicant ID Number','id_number','Text','5721'),(8554,816,639,'City of Residence','city','Text','Raduznyj'),(8555,816,644,'Mobile Number (optional)','mobile','Text','4062'),(8556,817,569,'Name','name','Text','Ryptodweert'),(8557,817,570,'Last Name','lastname','Text','Ryptodweert'),(8558,817,571,'Username','username','Text','Ryptodweert'),(8559,817,572,'Email','email_repeat','Text','cryptodromsuper@yandex.com'),(8560,817,573,'Email repeat','email','Text','cryptodromsuper@yandex.com'),(8561,817,574,'Password','password_pwrepeat','Text',''),(8562,817,575,'Password repeat','password','Text',''),(8563,817,630,'Applicant ID Number','id_number','Text','6190'),(8564,817,639,'City of Residence','city','Text','Moscow'),(8565,817,644,'Mobile Number (optional)','mobile','Text','2370'),(8566,818,569,'Name','name','Text','PhilipSix'),(8567,818,570,'Last Name','lastname','Text','PhilipSix'),(8568,818,571,'Username','username','Text','PhilipSix'),(8569,818,572,'Email','email_repeat','Text','instavps@yandex.ru'),(8570,818,573,'Email repeat','email','Text','instavps@yandex.ru'),(8571,818,574,'Password','password_pwrepeat','Text',''),(8572,818,575,'Password repeat','password','Text',''),(8573,818,630,'Applicant ID Number','id_number','Text','3160'),(8574,818,639,'City of Residence','city','Text','Juuka'),(8575,818,644,'Mobile Number (optional)','mobile','Text','3792'),(8576,819,569,'Name','name','Text','Robertpew'),(8577,819,570,'Last Name','lastname','Text','Robertpew'),(8578,819,571,'Username','username','Text','Robertpew'),(8579,819,572,'Email','email_repeat','Text','adhc4367@first.baburn.com'),(8580,819,573,'Email repeat','email','Text','adhc4367@first.baburn.com'),(8581,819,574,'Password','password_pwrepeat','Text',''),(8582,819,575,'Password repeat','password','Text',''),(8583,819,630,'Applicant ID Number','id_number','Text','2658'),(8584,819,639,'City of Residence','city','Text','Linguere'),(8585,819,644,'Mobile Number (optional)','mobile','Text','7416'),(8586,820,569,'Name','name','Text','Henrynoisp'),(8587,820,570,'Last Name','lastname','Text','Henrynoisp'),(8588,820,571,'Username','username','Text','Henrynoisp'),(8589,820,572,'Email','email_repeat','Text','fomh34421@first.baburn.com'),(8590,820,573,'Email repeat','email','Text','fomh34421@first.baburn.com'),(8591,820,574,'Password','password_pwrepeat','Text',''),(8592,820,575,'Password repeat','password','Text',''),(8593,820,630,'Applicant ID Number','id_number','Text','5399'),(8594,820,639,'City of Residence','city','Text','Taiping'),(8595,820,644,'Mobile Number (optional)','mobile','Text','3757'),(8596,821,569,'Name','name','Text','Anbgelojer'),(8597,821,570,'Last Name','lastname','Text','Anbgelojer'),(8598,821,571,'Username','username','Text','Anbgelojer'),(8599,821,572,'Email','email_repeat','Text','sdfsdasssee@mail.ru'),(8600,821,573,'Email repeat','email','Text','sdfsdasssee@mail.ru'),(8601,821,574,'Password','password_pwrepeat','Text',''),(8602,821,575,'Password repeat','password','Text',''),(8603,821,630,'Applicant ID Number','id_number','Text','9561'),(8604,821,639,'City of Residence','city','Text','Kakamega'),(8605,821,644,'Mobile Number (optional)','mobile','Text','9740'),(8606,822,569,'Name','name','Text','MariahiC'),(8607,822,570,'Last Name','lastname','Text','MariahiC'),(8608,822,571,'Username','username','Text','MariahiC'),(8609,822,572,'Email','email_repeat','Text','mariaSkymn@edu-paper.com'),(8610,822,573,'Email repeat','email','Text','mariaSkymn@edu-paper.com'),(8611,822,574,'Password','password_pwrepeat','Text',''),(8612,822,575,'Password repeat','password','Text',''),(8613,822,630,'Applicant ID Number','id_number','Text','6909'),(8614,822,639,'City of Residence','city','Text','Giza'),(8615,822,644,'Mobile Number (optional)','mobile','Text','7249'),(8616,823,569,'Name','name','Text','EugeneSceld'),(8617,823,570,'Last Name','lastname','Text','EugeneSceld'),(8618,823,571,'Username','username','Text','EugeneSceld'),(8619,823,572,'Email','email_repeat','Text','vgcg1963@first.baburn.com'),(8620,823,573,'Email repeat','email','Text','vgcg1963@first.baburn.com'),(8621,823,574,'Password','password_pwrepeat','Text',''),(8622,823,575,'Password repeat','password','Text',''),(8623,823,630,'Applicant ID Number','id_number','Text','8149'),(8624,823,639,'City of Residence','city','Text','Lar'),(8625,823,644,'Mobile Number (optional)','mobile','Text','6585'),(8626,824,569,'Name','name','Text','JosephSoide'),(8627,824,570,'Last Name','lastname','Text','JosephSoide'),(8628,824,571,'Username','username','Text','JosephSoide'),(8629,824,572,'Email','email_repeat','Text','inkomtorgooo@gmail.com'),(8630,824,573,'Email repeat','email','Text','inkomtorgooo@gmail.com'),(8631,824,574,'Password','password_pwrepeat','Text',''),(8632,824,575,'Password repeat','password','Text',''),(8633,824,630,'Applicant ID Number','id_number','Text','367'),(8634,824,639,'City of Residence','city','Text','Wete'),(8635,824,644,'Mobile Number (optional)','mobile','Text','7022'),(8636,825,569,'Name','name','Text','Gradymot'),(8637,825,570,'Last Name','lastname','Text','Gradymot'),(8638,825,571,'Username','username','Text','Gradymot'),(8639,825,572,'Email','email_repeat','Text','silinadaniella1994439@mail.ru'),(8640,825,573,'Email repeat','email','Text','silinadaniella1994439@mail.ru'),(8641,825,574,'Password','password_pwrepeat','Text',''),(8642,825,575,'Password repeat','password','Text',''),(8643,825,630,'Applicant ID Number','id_number','Text','7834'),(8644,825,639,'City of Residence','city','Text','Rio Grande'),(8645,825,644,'Mobile Number (optional)','mobile','Text','2226'),(8646,826,569,'Name','name','Text','lamstoreglue'),(8647,826,570,'Last Name','lastname','Text','lamstoreglue'),(8648,826,571,'Username','username','Text','lamstoreglue'),(8649,826,572,'Email','email_repeat','Text','glueseller34@mail.ru'),(8650,826,573,'Email repeat','email','Text','glueseller34@mail.ru'),(8651,826,574,'Password','password_pwrepeat','Text',''),(8652,826,575,'Password repeat','password','Text',''),(8653,826,630,'Applicant ID Number','id_number','Text','4072'),(8654,826,639,'City of Residence','city','Text','Moscow'),(8655,826,644,'Mobile Number (optional)','mobile','Text','7736'),(8656,827,569,'Name','name','Text','PatrickAlari'),(8657,827,570,'Last Name','lastname','Text','PatrickAlari'),(8658,827,571,'Username','username','Text','PatrickAlari'),(8659,827,572,'Email','email_repeat','Text','bryangektr@mail.ru'),(8660,827,573,'Email repeat','email','Text','bryangektr@mail.ru'),(8661,827,574,'Password','password_pwrepeat','Text',''),(8662,827,575,'Password repeat','password','Text',''),(8663,827,630,'Applicant ID Number','id_number','Text','2544'),(8664,827,644,'Mobile Number (optional)','mobile','Text','6380'),(8665,828,569,'Name','name','Text','JamesHet'),(8666,828,570,'Last Name','lastname','Text','JamesHet'),(8667,828,571,'Username','username','Text','JamesHet'),(8668,828,572,'Email','email_repeat','Text','vita.net.kvartina@mail.ru'),(8669,828,573,'Email repeat','email','Text','vita.net.kvartina@mail.ru'),(8670,828,574,'Password','password_pwrepeat','Text',''),(8671,828,575,'Password repeat','password','Text',''),(8672,828,630,'Applicant ID Number','id_number','Text','5133'),(8673,828,639,'City of Residence','city','Text','Riohacha'),(8674,828,644,'Mobile Number (optional)','mobile','Text','2605'),(8675,829,569,'Name','name','Text','Matthewalied'),(8676,829,570,'Last Name','lastname','Text','Matthewalied'),(8677,829,571,'Username','username','Text','Matthewalied'),(8678,829,572,'Email','email_repeat','Text','bingob833@gmail.com'),(8679,829,573,'Email repeat','email','Text','bingob833@gmail.com'),(8680,829,574,'Password','password_pwrepeat','Text',''),(8681,829,575,'Password repeat','password','Text',''),(8682,829,630,'Applicant ID Number','id_number','Text','5898'),(8683,829,644,'Mobile Number (optional)','mobile','Text','6189'),(8684,830,569,'Name','name','Text','JamesDub'),(8685,830,570,'Last Name','lastname','Text','JamesDub'),(8686,830,571,'Username','username','Text','JamesDub'),(8687,830,572,'Email','email_repeat','Text','zhuravlyovamcp1992@mail.ru'),(8688,830,573,'Email repeat','email','Text','zhuravlyovamcp1992@mail.ru'),(8689,830,574,'Password','password_pwrepeat','Text',''),(8690,830,575,'Password repeat','password','Text',''),(8691,830,630,'Applicant ID Number','id_number','Text','2207'),(8692,830,639,'City of Residence','city','Text','Havana'),(8693,830,644,'Mobile Number (optional)','mobile','Text','1395'),(8694,831,569,'Name','name','Text','DunssdnadOps'),(8695,831,570,'Last Name','lastname','Text','DunssdnadOps'),(8696,831,571,'Username','username','Text','DunssdnadOps'),(8697,831,572,'Email','email_repeat','Text','vgft5redde.77@mail.ru'),(8698,831,573,'Email repeat','email','Text','vgft5redde.77@mail.ru'),(8699,831,574,'Password','password_pwrepeat','Text',''),(8700,831,575,'Password repeat','password','Text',''),(8701,831,630,'Applicant ID Number','id_number','Text','1477'),(8702,831,639,'City of Residence','city','Text','zarabotok--doma.ru'),(8703,831,644,'Mobile Number (optional)','mobile','Text','4704'),(8704,832,569,'Name','name','Text','ModestoPeawl'),(8705,832,570,'Last Name','lastname','Text','ModestoPeawl'),(8706,832,571,'Username','username','Text','ModestoPeawl'),(8707,832,572,'Email','email_repeat','Text','foxpdhamdechan2012@plusgmail.ru'),(8708,832,573,'Email repeat','email','Text','foxpdhamdechan2012@plusgmail.ru'),(8709,832,574,'Password','password_pwrepeat','Text',''),(8710,832,575,'Password repeat','password','Text',''),(8711,832,630,'Applicant ID Number','id_number','Text','4440'),(8712,832,639,'City of Residence','city','Text','Москва'),(8713,832,644,'Mobile Number (optional)','mobile','Text','4170'),(8714,833,569,'Name','name','Text','DonaldFaw'),(8715,833,570,'Last Name','lastname','Text','DonaldFaw'),(8716,833,571,'Username','username','Text','DonaldFaw'),(8717,833,572,'Email','email_repeat','Text','siblmahando1976@plusgmail.ru'),(8718,833,573,'Email repeat','email','Text','siblmahando1976@plusgmail.ru'),(8719,833,574,'Password','password_pwrepeat','Text',''),(8720,833,575,'Password repeat','password','Text',''),(8721,833,630,'Applicant ID Number','id_number','Text','4632'),(8722,833,639,'City of Residence','city','Text','Москва'),(8723,833,644,'Mobile Number (optional)','mobile','Text','7200'),(8724,834,569,'Name','name','Text','Dennismof'),(8725,834,570,'Last Name','lastname','Text','Dennismof'),(8726,834,571,'Username','username','Text','Dennismof'),(8727,834,572,'Email','email_repeat','Text','grishinadbk1989@mail.ru'),(8728,834,573,'Email repeat','email','Text','grishinadbk1989@mail.ru'),(8729,834,574,'Password','password_pwrepeat','Text',''),(8730,834,575,'Password repeat','password','Text',''),(8731,834,630,'Applicant ID Number','id_number','Text','3624'),(8732,834,639,'City of Residence','city','Text','San Vicente De Tagua Tagua'),(8733,834,644,'Mobile Number (optional)','mobile','Text','7300'),(8734,835,569,'Name','name','Text','Winstongiz'),(8735,835,570,'Last Name','lastname','Text','Winstongiz'),(8736,835,571,'Username','username','Text','Winstongiz'),(8737,835,572,'Email','email_repeat','Text','winstonmeads@yandex.ru'),(8738,835,573,'Email repeat','email','Text','winstonmeads@yandex.ru'),(8739,835,574,'Password','password_pwrepeat','Text',''),(8740,835,575,'Password repeat','password','Text',''),(8741,835,630,'Applicant ID Number','id_number','Text','7738'),(8742,835,639,'City of Residence','city','Text','Мончегорск'),(8743,835,644,'Mobile Number (optional)','mobile','Text','8468'),(8744,836,569,'Name','name','Text','Habibullah'),(8745,836,570,'Last Name','lastname','Text','Khan'),(8746,836,571,'Username','username','Text','Alberkhan1'),(8747,836,572,'Email','email_repeat','Text','alberkhan1@yahoo.com'),(8748,836,573,'Email repeat','email','Text','alberkhan1@yahoo.com'),(8749,836,574,'Password','password_pwrepeat','Text',''),(8750,836,575,'Password repeat','password','Text',''),(8751,836,630,'Applicant ID Number','id_number','Text','41304-53460423'),(8752,836,639,'City of Residence','city','Text','Hyderabad Pakistan'),(8753,836,644,'Mobile Number (optional)','mobile','Text','+923332607301'),(8754,837,569,'Name','name','Text','Anthonywaymn'),(8755,837,570,'Last Name','lastname','Text','Anthonywaymn'),(8756,837,571,'Username','username','Text','Anthonywaymn'),(8757,837,572,'Email','email_repeat','Text','paschpholkare2000@plusgmail.ru'),(8758,837,573,'Email repeat','email','Text','paschpholkare2000@plusgmail.ru'),(8759,837,574,'Password','password_pwrepeat','Text',''),(8760,837,575,'Password repeat','password','Text',''),(8761,837,630,'Applicant ID Number','id_number','Text','2270'),(8762,837,639,'City of Residence','city','Text','Москва'),(8763,837,644,'Mobile Number (optional)','mobile','Text','7741'),(8764,838,569,'Name','name','Text','Marshallcmd'),(8765,838,570,'Last Name','lastname','Text','Marshallcmd'),(8766,838,571,'Username','username','Text','Marshallcmd'),(8767,838,572,'Email','email_repeat','Text','bruceroeder@hotmail.com'),(8768,838,573,'Email repeat','email','Text','bruceroeder@hotmail.com'),(8769,838,574,'Password','password_pwrepeat','Text',''),(8770,838,575,'Password repeat','password','Text',''),(8771,838,630,'Applicant ID Number','id_number','Text','4255'),(8772,838,639,'City of Residence','city','Text','Minsk'),(8773,838,644,'Mobile Number (optional)','mobile','Text','6369'),(8774,839,569,'Name','name','Text','VincentAutob'),(8775,839,570,'Last Name','lastname','Text','VincentAutob'),(8776,839,571,'Username','username','Text','VincentAutob'),(8777,839,572,'Email','email_repeat','Text','fzenger90uu@gmail.com'),(8778,839,573,'Email repeat','email','Text','fzenger90uu@gmail.com'),(8779,839,574,'Password','password_pwrepeat','Text',''),(8780,839,575,'Password repeat','password','Text',''),(8781,839,630,'Applicant ID Number','id_number','Text','6688'),(8782,839,639,'City of Residence','city','Text','Москва'),(8783,839,644,'Mobile Number (optional)','mobile','Text','935'),(8784,840,569,'Name','name','Text','SandyFus'),(8785,840,570,'Last Name','lastname','Text','SandyFus'),(8786,840,571,'Username','username','Text','SandyFus'),(8787,840,572,'Email','email_repeat','Text','poseo@cooldudes.co.uk'),(8788,840,573,'Email repeat','email','Text','poseo@cooldudes.co.uk'),(8789,840,574,'Password','password_pwrepeat','Text',''),(8790,840,575,'Password repeat','password','Text',''),(8791,840,630,'Applicant ID Number','id_number','Text','9902'),(8792,840,639,'City of Residence','city','Text','Juuka'),(8793,840,644,'Mobile Number (optional)','mobile','Text','6508'),(8794,841,569,'Name','name','Text','Hovardcrync'),(8795,841,570,'Last Name','lastname','Text','Hovardcrync'),(8796,841,571,'Username','username','Text','Hovardcrync'),(8797,841,572,'Email','email_repeat','Text','test@nowik.tk'),(8798,841,573,'Email repeat','email','Text','test@nowik.tk'),(8799,841,574,'Password','password_pwrepeat','Text',''),(8800,841,575,'Password repeat','password','Text',''),(8801,841,630,'Applicant ID Number','id_number','Text','7216'),(8802,841,639,'City of Residence','city','Text','Los Angeles'),(8803,841,644,'Mobile Number (optional)','mobile','Text','1478'),(8804,842,569,'Name','name','Text','Marcussmorb'),(8805,842,570,'Last Name','lastname','Text','Marcussmorb'),(8806,842,571,'Username','username','Text','Marcussmorb'),(8807,842,572,'Email','email_repeat','Text','marcusgorrs@mail.ru'),(8808,842,573,'Email repeat','email','Text','marcusgorrs@mail.ru'),(8809,842,574,'Password','password_pwrepeat','Text',''),(8810,842,575,'Password repeat','password','Text',''),(8811,842,630,'Applicant ID Number','id_number','Text','9982'),(8812,842,639,'City of Residence','city','Text','Yanahuara'),(8813,842,644,'Mobile Number (optional)','mobile','Text','642'),(8814,843,569,'Name','name','Text','SpectehPal'),(8815,843,570,'Last Name','lastname','Text','SpectehPal'),(8816,843,571,'Username','username','Text','SpectehPal'),(8817,843,572,'Email','email_repeat','Text','concpetasi@mail.ru'),(8818,843,573,'Email repeat','email','Text','concpetasi@mail.ru'),(8819,843,574,'Password','password_pwrepeat','Text',''),(8820,843,575,'Password repeat','password','Text',''),(8821,843,630,'Applicant ID Number','id_number','Text','6261'),(8822,843,639,'City of Residence','city','Text','Санкт-Петербург'),(8823,843,644,'Mobile Number (optional)','mobile','Text','222'),(8824,844,569,'Name','name','Text','Freddysut'),(8825,844,570,'Last Name','lastname','Text','Freddysut'),(8826,844,571,'Username','username','Text','Freddysut'),(8827,844,572,'Email','email_repeat','Text','radekzawadzki2817@gmail.com'),(8828,844,573,'Email repeat','email','Text','radekzawadzki2817@gmail.com'),(8829,844,574,'Password','password_pwrepeat','Text',''),(8830,844,575,'Password repeat','password','Text',''),(8831,844,630,'Applicant ID Number','id_number','Text','4056'),(8832,844,639,'City of Residence','city','Text','Ga District'),(8833,844,644,'Mobile Number (optional)','mobile','Text','2285'),(8834,845,569,'Name','name','Text','Octavia'),(8835,845,570,'Last Name','lastname','Text','Logenstein'),(8836,845,571,'Username','username','Text','OLogenstein'),(8837,845,572,'Email','email_repeat','Text','Octavia.logenstein@gmail.com'),(8838,845,573,'Email repeat','email','Text','Octavia.logenstein@gmail.com'),(8839,845,574,'Password','password_pwrepeat','Text',''),(8840,845,575,'Password repeat','password','Text',''),(8841,845,630,'Applicant ID Number','id_number','Text','9703270145089'),(8842,845,639,'City of Residence','city','Text','Cape Town'),(8843,845,644,'Mobile Number (optional)','mobile','Text','0789494837'),(8844,846,569,'Name','name','Text','RalphEmpop'),(8845,846,570,'Last Name','lastname','Text','RalphEmpop'),(8846,846,571,'Username','username','Text','RalphEmpop'),(8847,846,572,'Email','email_repeat','Text','cvbdf433ghg@mail.ru'),(8848,846,573,'Email repeat','email','Text','cvbdf433ghg@mail.ru'),(8849,846,574,'Password','password_pwrepeat','Text',''),(8850,846,575,'Password repeat','password','Text',''),(8851,846,630,'Applicant ID Number','id_number','Text','4674'),(8852,846,639,'City of Residence','city','Text','Maputo'),(8853,846,644,'Mobile Number (optional)','mobile','Text','8097'),(8854,847,569,'Name','name','Text','Kirillcrync'),(8855,847,570,'Last Name','lastname','Text','Kirillcrync'),(8856,847,571,'Username','username','Text','Kirillcrync'),(8857,847,572,'Email','email_repeat','Text','mail1@bestmail.tk'),(8858,847,573,'Email repeat','email','Text','mail1@bestmail.tk'),(8859,847,574,'Password','password_pwrepeat','Text',''),(8860,847,575,'Password repeat','password','Text',''),(8861,847,630,'Applicant ID Number','id_number','Text','3114'),(8862,847,639,'City of Residence','city','Text','Los Angeles'),(8863,847,644,'Mobile Number (optional)','mobile','Text','8529'),(8864,848,569,'Name','name','Text','LouisLon'),(8865,848,570,'Last Name','lastname','Text','LouisLon'),(8866,848,571,'Username','username','Text','LouisLon'),(8867,848,572,'Email','email_repeat','Text','henrySiczx@shiphangmy.club'),(8868,848,573,'Email repeat','email','Text','henrySiczx@shiphangmy.club'),(8869,848,574,'Password','password_pwrepeat','Text',''),(8870,848,575,'Password repeat','password','Text',''),(8871,848,630,'Applicant ID Number','id_number','Text','7280'),(8872,848,639,'City of Residence','city','Text','Lianyungang'),(8873,848,644,'Mobile Number (optional)','mobile','Text','3979'),(8874,849,569,'Name','name','Text','generic viagra'),(8875,849,570,'Last Name','lastname','Text','generic viagra'),(8876,849,571,'Username','username','Text','generic viagra'),(8877,849,572,'Email','email_repeat','Text','zkrewrorv@viagrawithoutdoctorinusa.com'),(8878,849,573,'Email repeat','email','Text','zkrewrorv@viagrawithoutdoctorinusa.com'),(8879,849,574,'Password','password_pwrepeat','Text',''),(8880,849,575,'Password repeat','password','Text',''),(8881,849,630,'Applicant ID Number','id_number','Text','595'),(8882,849,644,'Mobile Number (optional)','mobile','Text','742'),(8883,850,569,'Name','name','Text','BillyDraix'),(8884,850,570,'Last Name','lastname','Text','BillyDraix'),(8885,850,571,'Username','username','Text','BillyDraix'),(8886,850,572,'Email','email_repeat','Text','habybewoce2015@yandex.ua'),(8887,850,573,'Email repeat','email','Text','habybewoce2015@yandex.ua'),(8888,850,574,'Password','password_pwrepeat','Text',''),(8889,850,575,'Password repeat','password','Text',''),(8890,850,630,'Applicant ID Number','id_number','Text','3663'),(8891,850,639,'City of Residence','city','Text','Mosta'),(8892,850,644,'Mobile Number (optional)','mobile','Text','9216'),(8893,851,569,'Name','name','Text','CalebCix'),(8894,851,570,'Last Name','lastname','Text','CalebCix'),(8895,851,571,'Username','username','Text','CalebCix'),(8896,851,572,'Email','email_repeat','Text','kfctriathlon111@hotmail.com'),(8897,851,573,'Email repeat','email','Text','kfctriathlon111@hotmail.com'),(8898,851,574,'Password','password_pwrepeat','Text',''),(8899,851,575,'Password repeat','password','Text',''),(8900,851,630,'Applicant ID Number','id_number','Text','1392'),(8901,851,639,'City of Residence','city','Text','Albany'),(8902,851,644,'Mobile Number (optional)','mobile','Text','5835'),(8903,852,569,'Name','name','Text','WayneWag'),(8904,852,570,'Last Name','lastname','Text','WayneWag'),(8905,852,571,'Username','username','Text','WayneWag'),(8906,852,572,'Email','email_repeat','Text','mukhamed46sha@mail.ru'),(8907,852,573,'Email repeat','email','Text','mukhamed46sha@mail.ru'),(8908,852,574,'Password','password_pwrepeat','Text',''),(8909,852,575,'Password repeat','password','Text',''),(8910,852,630,'Applicant ID Number','id_number','Text','5293'),(8911,852,639,'City of Residence','city','Text','Lilongwe'),(8912,852,644,'Mobile Number (optional)','mobile','Text','2287'),(8913,853,569,'Name','name','Text','WilliamSok'),(8914,853,570,'Last Name','lastname','Text','WilliamSok'),(8915,853,571,'Username','username','Text','WilliamSok'),(8916,853,572,'Email','email_repeat','Text','danilojldikdrhek@palcer.com'),(8917,853,573,'Email repeat','email','Text','danilojldikdrhek@palcer.com'),(8918,853,574,'Password','password_pwrepeat','Text',''),(8919,853,575,'Password repeat','password','Text',''),(8920,853,630,'Applicant ID Number','id_number','Text','6731'),(8921,853,639,'City of Residence','city','Text','Nuuk'),(8922,853,644,'Mobile Number (optional)','mobile','Text','8815'),(8923,854,569,'Name','name','Text','Msawenkosi'),(8924,854,570,'Last Name','lastname','Text','Zuma'),(8925,854,571,'Username','username','Text','Mswenko031'),(8926,854,572,'Email','email_repeat','Text','mkzuma17@gmail.com'),(8927,854,573,'Email repeat','email','Text','mkzuma17@gmail.com'),(8928,854,574,'Password','password_pwrepeat','Text',''),(8929,854,575,'Password repeat','password','Text',''),(8930,854,630,'Applicant ID Number','id_number','Text','9303176105087'),(8931,854,639,'City of Residence','city','Text','Johannesburg '),(8932,854,644,'Mobile Number (optional)','mobile','Text','0848280155'),(8933,854,657,'Your Agency (if applicable)','agency','Text','n/a'),(8934,855,569,'Name','name','Text','Januszek45Heaph'),(8935,855,570,'Last Name','lastname','Text','Januszek45Heaph'),(8936,855,571,'Username','username','Text','Januszek45Heaph'),(8937,855,572,'Email','email_repeat','Text','januszek45aleme@gmail.com'),(8938,855,573,'Email repeat','email','Text','januszek45aleme@gmail.com'),(8939,855,574,'Password','password_pwrepeat','Text',''),(8940,855,575,'Password repeat','password','Text',''),(8941,855,630,'Applicant ID Number','id_number','Text','4353'),(8942,855,639,'City of Residence','city','Text','Riohacha'),(8943,855,644,'Mobile Number (optional)','mobile','Text','7146'),(8944,856,569,'Name','name','Text','Novanul'),(8945,856,570,'Last Name','lastname','Text','Novanul'),(8946,856,571,'Username','username','Text','Novanul'),(8947,856,572,'Email','email_repeat','Text','dorvan@sexvipka.com'),(8948,856,573,'Email repeat','email','Text','dorvan@sexvipka.com'),(8949,856,574,'Password','password_pwrepeat','Text',''),(8950,856,575,'Password repeat','password','Text',''),(8951,856,630,'Applicant ID Number','id_number','Text','6316'),(8952,856,639,'City of Residence','city','Text','Мурманск'),(8953,856,644,'Mobile Number (optional)','mobile','Text','4238'),(8954,857,569,'Name','name','Text','OlgaRybkaPn'),(8955,857,570,'Last Name','lastname','Text','OlgaRybkaPn'),(8956,857,571,'Username','username','Text','OlgaRybkaPn'),(8957,857,572,'Email','email_repeat','Text','rybiplo5n6ew17@mail.ru'),(8958,857,573,'Email repeat','email','Text','rybiplo5n6ew17@mail.ru'),(8959,857,574,'Password','password_pwrepeat','Text',''),(8960,857,575,'Password repeat','password','Text',''),(8961,857,630,'Applicant ID Number','id_number','Text','4512'),(8962,857,639,'City of Residence','city','Text','Челябинск'),(8963,857,644,'Mobile Number (optional)','mobile','Text','2166'),(8964,858,90,'Title','title','Text','Miss'),(8965,858,51,'First Name','firstname','Text','Sarah-Lee'),(8966,858,52,'Surname','surname','Text','Fredericks'),(8967,858,124,'Designation','contactdesignation','Text','Sole Owner'),(8968,858,65,'Website','website','Text',''),(8969,858,66,'Email Address','email','Text','sarahlee2707@gmail.com'),(8970,858,132,'Telephone Number','telephone','Text',''),(8971,858,67,'Mobile Phone Number','mobile','Text','0846358641'),(8972,858,72,'Company Name','companyname','Text','One Shot Extras'),(8973,858,125,'Trading Name','tradingname','Text',''),(8974,858,126,'Company Type','companytype','Radio Group','SoleOwner'),(8975,858,127,'Company Registration','companyregistration','Text',''),(8976,858,79,'Physical Address','address1','Text','117 Wellington str'),(8977,858,80,'Suburb','suburb','Text','Goodwood'),(8978,858,81,'Town or City','towncity','Text','Cape Town'),(8979,858,297,'Province','province','Select List','Western Cape'),(8980,858,95,'Postcode','postcode','Text','7460'),(8981,858,100,'Postal Address 1','postaladdress1','Text',''),(8982,858,101,'Postal Address 2','postaladdress2','Text',''),(8983,858,102,'Postcode','postcodepostal','Text',''),(8984,858,145,'Casting Type','castingtype','Select List','Background Extras'),(8985,858,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(8986,858,175,'First & Surname','owner1name','Text','Sarah-Lee Fredericks'),(8987,858,176,' ID Number','owner1id','Text','9807270153082'),(8988,858,177,'Position','owner1position','Text','Owner'),(8989,858,186,'Mobile Phone Number','owner1mobile','Text','0846358641'),(8990,858,191,'First & Surname','firstsurname2','Text',''),(8991,858,196,'ID Number','idnumberowner2','Text',''),(8992,858,197,'Position','position2','Text',''),(8993,858,202,'Mobile Phone Number','mobilenumber2','Text',''),(8994,858,207,'First & Surname','firstnamesurname3','Text',''),(8995,858,208,'ID Number','idnumber3','Text',''),(8996,858,213,'Position','position3','Text',''),(8997,858,214,'Mobile Phone Number','mobile3','Text',''),(8998,858,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(8999,858,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Signed_constitution.pdf'),(9000,858,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/c29f34cee2895e004645ddb6a20d1609_Proof_of_payment.pdf'),(9001,858,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Certified_ID.pdf'),(9002,858,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(9003,858,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(9004,858,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Account_confirmation.pdf'),(9005,858,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Tax_clearance.pdf'),(9006,858,259,'Proof of Physical Address','proofaddress','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/e775566c64271ba918f413327aef3998_Proof_of_address.pdf'),(9007,859,569,'Name','name','Text','Nwabisa'),(9008,859,570,'Last Name','lastname','Text','Mdaka'),(9009,859,571,'Username','username','Text','issah'),(9010,859,572,'Email','email_repeat','Text','issamdaka@yahoo.com'),(9011,859,573,'Email repeat','email','Text','issamdaka@yahoo.com'),(9012,859,574,'Password','password_pwrepeat','Text',''),(9013,859,575,'Password repeat','password','Text',''),(9014,859,630,'Applicant ID Number','id_number','Text','8710030879080'),(9015,859,639,'City of Residence','city','Text','Cape Town'),(9016,859,644,'Mobile Number (optional)','mobile','Text','0835520806'),(9017,859,657,'Your Agency (if applicable)','agency','Text','none'),(9018,860,569,'Name','name','Text','Brianavege'),(9019,860,570,'Last Name','lastname','Text','Brianavege'),(9020,860,571,'Username','username','Text','Brianavege'),(9021,860,572,'Email','email_repeat','Text','sjkdyhnik@i.ua'),(9022,860,573,'Email repeat','email','Text','sjkdyhnik@i.ua'),(9023,860,574,'Password','password_pwrepeat','Text',''),(9024,860,575,'Password repeat','password','Text',''),(9025,860,630,'Applicant ID Number','id_number','Text','4345'),(9026,860,639,'City of Residence','city','Text','Tamana'),(9027,860,644,'Mobile Number (optional)','mobile','Text','519'),(9028,861,569,'Name','name','Text','Segwayhex'),(9029,861,570,'Last Name','lastname','Text','Segwayhex'),(9030,861,571,'Username','username','Text','Segwayhex'),(9031,861,572,'Email','email_repeat','Text','zz@veronabest.info'),(9032,861,573,'Email repeat','email','Text','zz@veronabest.info'),(9033,861,574,'Password','password_pwrepeat','Text',''),(9034,861,575,'Password repeat','password','Text',''),(9035,861,630,'Applicant ID Number','id_number','Text','8844'),(9036,861,639,'City of Residence','city','Text','Raduznyj'),(9037,861,644,'Mobile Number (optional)','mobile','Text','8057'),(9038,862,569,'Name','name','Text','KevinPer'),(9039,862,570,'Last Name','lastname','Text','KevinPer'),(9040,862,571,'Username','username','Text','KevinPer'),(9041,862,572,'Email','email_repeat','Text','maxolaev1985@gmail.com'),(9042,862,573,'Email repeat','email','Text','maxolaev1985@gmail.com'),(9043,862,574,'Password','password_pwrepeat','Text',''),(9044,862,575,'Password repeat','password','Text',''),(9045,862,630,'Applicant ID Number','id_number','Text','9878'),(9046,862,639,'City of Residence','city','Text','https://nuzhen-kredit.com'),(9047,862,644,'Mobile Number (optional)','mobile','Text','3334'),(9048,863,569,'Name','name','Text','JamesLam'),(9049,863,570,'Last Name','lastname','Text','JamesLam'),(9050,863,571,'Username','username','Text','JamesLam'),(9051,863,572,'Email','email_repeat','Text','jameswah@outlook.com'),(9052,863,573,'Email repeat','email','Text','jameswah@outlook.com'),(9053,863,574,'Password','password_pwrepeat','Text',''),(9054,863,575,'Password repeat','password','Text',''),(9055,863,630,'Applicant ID Number','id_number','Text','55'),(9056,863,639,'City of Residence','city','Text','Kaohsiung Municipality'),(9057,863,644,'Mobile Number (optional)','mobile','Text','835'),(9058,864,569,'Name','name','Text','Clyzdeber'),(9059,864,570,'Last Name','lastname','Text','Clyzdeber'),(9060,864,571,'Username','username','Text','Clyzdeber'),(9061,864,572,'Email','email_repeat','Text','iwillb@gmx.ca'),(9062,864,573,'Email repeat','email','Text','iwillb@gmx.ca'),(9063,864,574,'Password','password_pwrepeat','Text',''),(9064,864,575,'Password repeat','password','Text',''),(9065,864,630,'Applicant ID Number','id_number','Text','7997'),(9066,864,639,'City of Residence','city','Text','Aqtobe'),(9067,864,644,'Mobile Number (optional)','mobile','Text','341'),(9068,865,569,'Name','name','Text','RichreExots'),(9069,865,570,'Last Name','lastname','Text','RichreExots'),(9070,865,571,'Username','username','Text','RichreExots'),(9071,865,572,'Email','email_repeat','Text','iprom@gmx.ca'),(9072,865,573,'Email repeat','email','Text','iprom@gmx.ca'),(9073,865,574,'Password','password_pwrepeat','Text',''),(9074,865,575,'Password repeat','password','Text',''),(9075,865,630,'Applicant ID Number','id_number','Text','3015'),(9076,865,639,'City of Residence','city','Text','Bottegone'),(9077,865,644,'Mobile Number (optional)','mobile','Text','9581'),(9078,866,569,'Name','name','Text','VaidokBum'),(9079,866,570,'Last Name','lastname','Text','VaidokBum'),(9080,866,571,'Username','username','Text','VaidokBum'),(9081,866,572,'Email','email_repeat','Text','virtgolz@mister-vig.ru'),(9082,866,573,'Email repeat','email','Text','virtgolz@mister-vig.ru'),(9083,866,574,'Password','password_pwrepeat','Text',''),(9084,866,575,'Password repeat','password','Text',''),(9085,866,630,'Applicant ID Number','id_number','Text','7099'),(9086,866,639,'City of Residence','city','Text','РФ город Саратов'),(9087,866,644,'Mobile Number (optional)','mobile','Text','2887'),(9088,867,569,'Name','name','Text','LeonardNetly'),(9089,867,570,'Last Name','lastname','Text','LeonardNetly'),(9090,867,571,'Username','username','Text','LeonardNetly'),(9091,867,572,'Email','email_repeat','Text','leonardpe@mail.ru'),(9092,867,573,'Email repeat','email','Text','leonardpe@mail.ru'),(9093,867,574,'Password','password_pwrepeat','Text',''),(9094,867,575,'Password repeat','password','Text',''),(9095,867,630,'Applicant ID Number','id_number','Text','8612'),(9096,867,639,'City of Residence','city','Text','Ennis'),(9097,867,644,'Mobile Number (optional)','mobile','Text','6260'),(9098,868,569,'Name','name','Text','ArthurCak'),(9099,868,570,'Last Name','lastname','Text','ArthurCak'),(9100,868,571,'Username','username','Text','ArthurCak'),(9101,868,572,'Email','email_repeat','Text','arthurhor@yandex.com'),(9102,868,573,'Email repeat','email','Text','arthurhor@yandex.com'),(9103,868,574,'Password','password_pwrepeat','Text',''),(9104,868,575,'Password repeat','password','Text',''),(9105,868,630,'Applicant ID Number','id_number','Text','7939'),(9106,868,639,'City of Residence','city','Text','Саянск'),(9107,868,644,'Mobile Number (optional)','mobile','Text','2643'),(9108,869,569,'Name','name','Text','DavidHaf'),(9109,869,570,'Last Name','lastname','Text','DavidHaf'),(9110,869,571,'Username','username','Text','DavidHaf'),(9111,869,572,'Email','email_repeat','Text','ivankuvaldin1205@gmail.com'),(9112,869,573,'Email repeat','email','Text','ivankuvaldin1205@gmail.com'),(9113,869,574,'Password','password_pwrepeat','Text',''),(9114,869,575,'Password repeat','password','Text',''),(9115,869,630,'Applicant ID Number','id_number','Text','7392'),(9116,869,639,'City of Residence','city','Text','Cairo'),(9117,869,644,'Mobile Number (optional)','mobile','Text','4938'),(9118,870,569,'Name','name','Text','Jerrywople'),(9119,870,570,'Last Name','lastname','Text','Jerrywople'),(9120,870,571,'Username','username','Text','Jerrywople'),(9121,870,572,'Email','email_repeat','Text','ty7cnf6o4p1g54bv@mail.ru'),(9122,870,573,'Email repeat','email','Text','ty7cnf6o4p1g54bv@mail.ru'),(9123,870,574,'Password','password_pwrepeat','Text',''),(9124,870,575,'Password repeat','password','Text',''),(9125,870,630,'Applicant ID Number','id_number','Text','4746'),(9126,870,639,'City of Residence','city','Text','Colonel Hill'),(9127,870,644,'Mobile Number (optional)','mobile','Text','6531'),(9128,871,569,'Name','name','Text','mzalug'),(9129,871,570,'Last Name','lastname','Text','mzalug'),(9130,871,571,'Username','username','Text','mzalug'),(9131,871,572,'Email','email_repeat','Text','mzalupishka@yandex.ru'),(9132,871,573,'Email repeat','email','Text','mzalupishka@yandex.ru'),(9133,871,574,'Password','password_pwrepeat','Text',''),(9134,871,575,'Password repeat','password','Text',''),(9135,871,630,'Applicant ID Number','id_number','Text','1232'),(9136,871,639,'City of Residence','city','Text','Omsk'),(9137,871,644,'Mobile Number (optional)','mobile','Text','1293'),(9138,872,569,'Name','name','Text','CampbelDak'),(9139,872,570,'Last Name','lastname','Text','CampbelDak'),(9140,872,571,'Username','username','Text','CampbelDak'),(9141,872,572,'Email','email_repeat','Text','campbellos.win@gmail.com'),(9142,872,573,'Email repeat','email','Text','campbellos.win@gmail.com'),(9143,872,574,'Password','password_pwrepeat','Text',''),(9144,872,575,'Password repeat','password','Text',''),(9145,872,630,'Applicant ID Number','id_number','Text','3686'),(9146,872,644,'Mobile Number (optional)','mobile','Text','916'),(9147,873,569,'Name','name','Text','RichardInova'),(9148,873,570,'Last Name','lastname','Text','RichardInova'),(9149,873,571,'Username','username','Text','RichardInova'),(9150,873,572,'Email','email_repeat','Text','pakhomovacwi1950@mail.ru'),(9151,873,573,'Email repeat','email','Text','pakhomovacwi1950@mail.ru'),(9152,873,574,'Password','password_pwrepeat','Text',''),(9153,873,575,'Password repeat','password','Text',''),(9154,873,630,'Applicant ID Number','id_number','Text','5341'),(9155,873,639,'City of Residence','city','Text','puerto galera'),(9156,873,644,'Mobile Number (optional)','mobile','Text','728'),(9157,874,569,'Name','name','Text','Raygen'),(9158,874,570,'Last Name','lastname','Text','Soetmelk'),(9159,874,571,'Username','username','Text','Raygen'),(9160,874,572,'Email','email_repeat','Text','rayvolution.photography@gmail.com'),(9161,874,573,'Email repeat','email','Text','rayvolution.photography@gmail.com'),(9162,874,574,'Password','password_pwrepeat','Text',''),(9163,874,575,'Password repeat','password','Text',''),(9164,874,630,'Applicant ID Number','id_number','Text','8311045199083'),(9165,874,639,'City of Residence','city','Text','Johannesburg '),(9166,874,644,'Mobile Number (optional)','mobile','Text','0797325252'),(9167,875,569,'Name','name','Text','KennethWhoca'),(9168,875,570,'Last Name','lastname','Text','KennethWhoca'),(9169,875,571,'Username','username','Text','KennethWhoca'),(9170,875,572,'Email','email_repeat','Text','jacobcubywzft11@palcer.com'),(9171,875,573,'Email repeat','email','Text','jacobcubywzft11@palcer.com'),(9172,875,574,'Password','password_pwrepeat','Text',''),(9173,875,575,'Password repeat','password','Text',''),(9174,875,630,'Applicant ID Number','id_number','Text','1754'),(9175,875,639,'City of Residence','city','Text','Karakol'),(9176,875,644,'Mobile Number (optional)','mobile','Text','225'),(9177,876,569,'Name','name','Text','veaucrowinid1975'),(9178,876,570,'Last Name','lastname','Text','veaucrowinid1975'),(9179,876,571,'Username','username','Text','veaucrowinid1975'),(9180,876,572,'Email','email_repeat','Text','veaucrowinid1975@zuhause.gdn'),(9181,876,573,'Email repeat','email','Text','veaucrowinid1975@zuhause.gdn'),(9182,876,574,'Password','password_pwrepeat','Text',''),(9183,876,575,'Password repeat','password','Text',''),(9184,876,630,'Applicant ID Number','id_number','Text','9054'),(9185,876,639,'City of Residence','city','Text','Quatre Bornes'),(9186,876,644,'Mobile Number (optional)','mobile','Text','7914'),(9187,877,569,'Name','name','Text','JamesIsort'),(9188,877,570,'Last Name','lastname','Text','JamesIsort'),(9189,877,571,'Username','username','Text','JamesIsort'),(9190,877,572,'Email','email_repeat','Text','sosorokina350@gmail.com'),(9191,877,573,'Email repeat','email','Text','sosorokina350@gmail.com'),(9192,877,574,'Password','password_pwrepeat','Text',''),(9193,877,575,'Password repeat','password','Text',''),(9194,877,630,'Applicant ID Number','id_number','Text','6353'),(9195,877,639,'City of Residence','city','Text','Wete'),(9196,877,644,'Mobile Number (optional)','mobile','Text','925'),(9197,878,569,'Name','name','Text','lycisargo1988'),(9198,878,570,'Last Name','lastname','Text','lycisargo1988'),(9199,878,571,'Username','username','Text','lycisargo1988'),(9200,878,572,'Email','email_repeat','Text','lycisargo1988@zuhause.gdn'),(9201,878,573,'Email repeat','email','Text','lycisargo1988@zuhause.gdn'),(9202,878,574,'Password','password_pwrepeat','Text',''),(9203,878,575,'Password repeat','password','Text',''),(9204,878,630,'Applicant ID Number','id_number','Text','3922'),(9205,878,639,'City of Residence','city','Text','Quatre Bornes'),(9206,878,644,'Mobile Number (optional)','mobile','Text','1654'),(9207,879,569,'Name','name','Text','woodpershyman1982'),(9208,879,570,'Last Name','lastname','Text','woodpershyman1982'),(9209,879,571,'Username','username','Text','woodpershyman1982'),(9210,879,572,'Email','email_repeat','Text','woodpershyman1982@zuhause.gdn'),(9211,879,573,'Email repeat','email','Text','woodpershyman1982@zuhause.gdn'),(9212,879,574,'Password','password_pwrepeat','Text',''),(9213,879,575,'Password repeat','password','Text',''),(9214,879,630,'Applicant ID Number','id_number','Text','4962'),(9215,879,639,'City of Residence','city','Text','Quatre Bornes'),(9216,879,644,'Mobile Number (optional)','mobile','Text','1481'),(9217,880,569,'Name','name','Text','Rogerpah'),(9218,880,570,'Last Name','lastname','Text','Rogerpah'),(9219,880,571,'Username','username','Text','Rogerpah'),(9220,880,572,'Email','email_repeat','Text','anzelikaalekseeva25@gmail.com'),(9221,880,573,'Email repeat','email','Text','anzelikaalekseeva25@gmail.com'),(9222,880,574,'Password','password_pwrepeat','Text',''),(9223,880,575,'Password repeat','password','Text',''),(9224,880,630,'Applicant ID Number','id_number','Text','541'),(9225,880,639,'City of Residence','city','Text','Arcatao'),(9226,880,644,'Mobile Number (optional)','mobile','Text','7113'),(9227,881,569,'Name','name','Text','SpeedySlawos'),(9228,881,570,'Last Name','lastname','Text','SpeedySlawos'),(9229,881,571,'Username','username','Text','SpeedySlawos'),(9230,881,572,'Email','email_repeat','Text','neoadinpsosne@mail.ru'),(9231,881,573,'Email repeat','email','Text','neoadinpsosne@mail.ru'),(9232,881,574,'Password','password_pwrepeat','Text',''),(9233,881,575,'Password repeat','password','Text',''),(9234,881,630,'Applicant ID Number','id_number','Text','2884'),(9235,881,639,'City of Residence','city','Text','Swarzędz'),(9236,881,644,'Mobile Number (optional)','mobile','Text','3022'),(9237,882,569,'Name','name','Text','Coffeeki'),(9238,882,570,'Last Name','lastname','Text','Coffeeki'),(9239,882,571,'Username','username','Text','Coffeeki'),(9240,882,572,'Email','email_repeat','Text','thommew1000@gmail.com'),(9241,882,573,'Email repeat','email','Text','thommew1000@gmail.com'),(9242,882,574,'Password','password_pwrepeat','Text',''),(9243,882,575,'Password repeat','password','Text',''),(9244,882,630,'Applicant ID Number','id_number','Text','6918'),(9245,882,639,'City of Residence','city','Text','Киев'),(9246,882,644,'Mobile Number (optional)','mobile','Text','3715'),(9247,883,569,'Name','name','Text','ArmandoDix'),(9248,883,570,'Last Name','lastname','Text','ArmandoDix'),(9249,883,571,'Username','username','Text','ArmandoDix'),(9250,883,572,'Email','email_repeat','Text','karuselimmsk@yandex.ru'),(9251,883,573,'Email repeat','email','Text','karuselimmsk@yandex.ru'),(9252,883,574,'Password','password_pwrepeat','Text',''),(9253,883,575,'Password repeat','password','Text',''),(9254,883,630,'Applicant ID Number','id_number','Text','3241'),(9255,883,639,'City of Residence','city','Text','Сковородино'),(9256,883,644,'Mobile Number (optional)','mobile','Text','6043'),(9257,884,569,'Name','name','Text','OlgaRybka'),(9258,884,570,'Last Name','lastname','Text','OlgaRybka'),(9259,884,571,'Username','username','Text','OlgaRybka'),(9260,884,572,'Email','email_repeat','Text','777diplo5n6ew17@mail.ru'),(9261,884,573,'Email repeat','email','Text','777diplo5n6ew17@mail.ru'),(9262,884,574,'Password','password_pwrepeat','Text',''),(9263,884,575,'Password repeat','password','Text',''),(9264,884,630,'Applicant ID Number','id_number','Text','2161'),(9265,884,639,'City of Residence','city','Text','Moskow'),(9266,884,644,'Mobile Number (optional)','mobile','Text','7756'),(9267,885,569,'Name','name','Text','Artselvek'),(9268,885,570,'Last Name','lastname','Text','Artselvek'),(9269,885,571,'Username','username','Text','Artselvek'),(9270,885,572,'Email','email_repeat','Text','artseldpua@yandex.com'),(9271,885,573,'Email repeat','email','Text','artseldpua@yandex.com'),(9272,885,574,'Password','password_pwrepeat','Text',''),(9273,885,575,'Password repeat','password','Text',''),(9274,885,630,'Applicant ID Number','id_number','Text','5024'),(9275,885,639,'City of Residence','city','Text','Днепр'),(9276,885,644,'Mobile Number (optional)','mobile','Text','787'),(9277,886,569,'Name','name','Text','Bospl'),(9278,886,570,'Last Name','lastname','Text','Bospl'),(9279,886,571,'Username','username','Text','Bospl'),(9280,886,572,'Email','email_repeat','Text','boss@ahd.com.ua'),(9281,886,573,'Email repeat','email','Text','boss@ahd.com.ua'),(9282,886,574,'Password','password_pwrepeat','Text',''),(9283,886,575,'Password repeat','password','Text',''),(9284,886,630,'Applicant ID Number','id_number','Text','6731'),(9285,886,639,'City of Residence','city','Text','USA'),(9286,886,644,'Mobile Number (optional)','mobile','Text','617'),(9287,887,569,'Name','name','Text','Forum SEO'),(9288,887,570,'Last Name','lastname','Text','Forum SEO'),(9289,887,571,'Username','username','Text','Forum SEO'),(9290,887,572,'Email','email_repeat','Text','forumseo@contacterpro.com'),(9291,887,573,'Email repeat','email','Text','forumseo@contacterpro.com'),(9292,887,574,'Password','password_pwrepeat','Text',''),(9293,887,575,'Password repeat','password','Text',''),(9294,887,630,'Applicant ID Number','id_number','Text','4594'),(9295,887,639,'City of Residence','city','Text','Paris'),(9296,887,644,'Mobile Number (optional)','mobile','Text','8221'),(9297,888,569,'Name','name','Text','StevenAlary'),(9298,888,570,'Last Name','lastname','Text','StevenAlary'),(9299,888,571,'Username','username','Text','StevenAlary'),(9300,888,572,'Email','email_repeat','Text','stevencocool@yandex.ru'),(9301,888,573,'Email repeat','email','Text','stevencocool@yandex.ru'),(9302,888,574,'Password','password_pwrepeat','Text',''),(9303,888,575,'Password repeat','password','Text',''),(9304,888,630,'Applicant ID Number','id_number','Text','1521'),(9305,888,639,'City of Residence','city','Text','Saint George'),(9306,888,644,'Mobile Number (optional)','mobile','Text','1037'),(9307,889,569,'Name','name','Text','proweprik'),(9308,889,570,'Last Name','lastname','Text','proweprik'),(9309,889,571,'Username','username','Text','proweprik'),(9310,889,572,'Email','email_repeat','Text','admin@2012filmov.ru'),(9311,889,573,'Email repeat','email','Text','admin@2012filmov.ru'),(9312,889,574,'Password','password_pwrepeat','Text',''),(9313,889,575,'Password repeat','password','Text',''),(9314,889,630,'Applicant ID Number','id_number','Text','4754'),(9315,889,639,'City of Residence','city','Text','Ulaanbaatar'),(9316,889,644,'Mobile Number (optional)','mobile','Text','5376'),(9317,890,569,'Name','name','Text','JosephHar'),(9318,890,570,'Last Name','lastname','Text','JosephHar'),(9319,890,571,'Username','username','Text','JosephHar'),(9320,890,572,'Email','email_repeat','Text','zkatya3952v@gmail.com'),(9321,890,573,'Email repeat','email','Text','zkatya3952v@gmail.com'),(9322,890,574,'Password','password_pwrepeat','Text',''),(9323,890,575,'Password repeat','password','Text',''),(9324,890,630,'Applicant ID Number','id_number','Text','6422'),(9325,890,639,'City of Residence','city','Text','Москва'),(9326,890,644,'Mobile Number (optional)','mobile','Text','8024'),(9327,891,569,'Name','name','Text','Aillybaips'),(9328,891,570,'Last Name','lastname','Text','Aillybaips'),(9329,891,571,'Username','username','Text','Aillybaips'),(9330,891,572,'Email','email_repeat','Text','najelepszysylwesternadmorzem@mojxpocztar.poczta.lolekemail.net'),(9331,891,573,'Email repeat','email','Text','najelepszysylwesternadmorzem@mojxpocztar.poczta.lolekemail.net'),(9332,891,574,'Password','password_pwrepeat','Text',''),(9333,891,575,'Password repeat','password','Text',''),(9334,891,630,'Applicant ID Number','id_number','Text','6066'),(9335,891,639,'City of Residence','city','Text','Burnt Pine'),(9336,891,644,'Mobile Number (optional)','mobile','Text','7580'),(9337,892,569,'Name','name','Text','Elenaoi'),(9338,892,570,'Last Name','lastname','Text','Elenaoi'),(9339,892,571,'Username','username','Text','Elenaoi'),(9340,892,572,'Email','email_repeat','Text','nmf354@videois.ru'),(9341,892,573,'Email repeat','email','Text','nmf354@videois.ru'),(9342,892,574,'Password','password_pwrepeat','Text',''),(9343,892,575,'Password repeat','password','Text',''),(9344,892,630,'Applicant ID Number','id_number','Text','3709'),(9345,892,644,'Mobile Number (optional)','mobile','Text','4328'),(9346,893,569,'Name','name','Text','DanielTut'),(9347,893,570,'Last Name','lastname','Text','DanielTut'),(9348,893,571,'Username','username','Text','DanielTut'),(9349,893,572,'Email','email_repeat','Text','brahmicheap@gmail.com'),(9350,893,573,'Email repeat','email','Text','brahmicheap@gmail.com'),(9351,893,574,'Password','password_pwrepeat','Text',''),(9352,893,575,'Password repeat','password','Text',''),(9353,893,630,'Applicant ID Number','id_number','Text','2551'),(9354,893,639,'City of Residence','city','Text','Orange Walk'),(9355,893,644,'Mobile Number (optional)','mobile','Text','1551'),(9356,894,569,'Name','name','Text','clinical91.'),(9357,894,570,'Last Name','lastname','Text','clinical91.'),(9358,894,571,'Username','username','Text','clinical91.'),(9359,894,572,'Email','email_repeat','Text','ertuch138@chemodanymos.com'),(9360,894,573,'Email repeat','email','Text','ertuch138@chemodanymos.com'),(9361,894,574,'Password','password_pwrepeat','Text',''),(9362,894,575,'Password repeat','password','Text',''),(9363,894,630,'Applicant ID Number','id_number','Text','653'),(9364,894,639,'City of Residence','city','Text','Москва'),(9365,894,644,'Mobile Number (optional)','mobile','Text','813'),(9366,895,569,'Name','name','Text','AnthonyLex'),(9367,895,570,'Last Name','lastname','Text','AnthonyLex'),(9368,895,571,'Username','username','Text','AnthonyLex'),(9369,895,572,'Email','email_repeat','Text','kasia@l.agos-gmbh.de'),(9370,895,573,'Email repeat','email','Text','kasia@l.agos-gmbh.de'),(9371,895,574,'Password','password_pwrepeat','Text',''),(9372,895,575,'Password repeat','password','Text',''),(9373,895,630,'Applicant ID Number','id_number','Text','1614'),(9374,895,639,'City of Residence','city','Text','Nis'),(9375,895,644,'Mobile Number (optional)','mobile','Text','1089'),(9376,896,569,'Name','name','Text','EdwardBuB'),(9377,896,570,'Last Name','lastname','Text','EdwardBuB'),(9378,896,571,'Username','username','Text','EdwardBuB'),(9379,896,572,'Email','email_repeat','Text','edwardlon@mail.ru'),(9380,896,573,'Email repeat','email','Text','edwardlon@mail.ru'),(9381,896,574,'Password','password_pwrepeat','Text',''),(9382,896,575,'Password repeat','password','Text',''),(9383,896,630,'Applicant ID Number','id_number','Text','5611'),(9384,896,639,'City of Residence','city','Text','Nis'),(9385,896,644,'Mobile Number (optional)','mobile','Text','1108'),(9386,897,569,'Name','name','Text','JeffyeyDes'),(9387,897,570,'Last Name','lastname','Text','JeffyeyDes'),(9388,897,571,'Username','username','Text','JeffyeyDes'),(9389,897,572,'Email','email_repeat','Text','wowork@caramail.fr'),(9390,897,573,'Email repeat','email','Text','wowork@caramail.fr'),(9391,897,574,'Password','password_pwrepeat','Text',''),(9392,897,575,'Password repeat','password','Text',''),(9393,897,630,'Applicant ID Number','id_number','Text','4328'),(9394,897,639,'City of Residence','city','Text','Rio Grande'),(9395,897,644,'Mobile Number (optional)','mobile','Text','8691'),(9396,898,569,'Name','name','Text','yamanfukidon'),(9397,898,570,'Last Name','lastname','Text','yamanfukidon'),(9398,898,571,'Username','username','Text','yamanfukidon'),(9399,898,572,'Email','email_repeat','Text','yamanfuki@mail.ru'),(9400,898,573,'Email repeat','email','Text','yamanfuki@mail.ru'),(9401,898,574,'Password','password_pwrepeat','Text',''),(9402,898,575,'Password repeat','password','Text',''),(9403,898,630,'Applicant ID Number','id_number','Text','7175'),(9404,898,639,'City of Residence','city','Text','Obninsk'),(9405,898,644,'Mobile Number (optional)','mobile','Text','2846'),(9406,899,569,'Name','name','Text','Stevennum'),(9407,899,570,'Last Name','lastname','Text','Stevennum'),(9408,899,571,'Username','username','Text','Stevennum'),(9409,899,572,'Email','email_repeat','Text','zuevaecw1976@mail.ru'),(9410,899,573,'Email repeat','email','Text','zuevaecw1976@mail.ru'),(9411,899,574,'Password','password_pwrepeat','Text',''),(9412,899,575,'Password repeat','password','Text',''),(9413,899,630,'Applicant ID Number','id_number','Text','3289'),(9414,899,639,'City of Residence','city','Text','Udon Thani'),(9415,899,644,'Mobile Number (optional)','mobile','Text','9556'),(9416,900,569,'Name','name','Text','kuitetsuyodon'),(9417,900,570,'Last Name','lastname','Text','kuitetsuyodon'),(9418,900,571,'Username','username','Text','kuitetsuyodon'),(9419,900,572,'Email','email_repeat','Text','kuitetsuyo@mail.ru'),(9420,900,573,'Email repeat','email','Text','kuitetsuyo@mail.ru'),(9421,900,574,'Password','password_pwrepeat','Text',''),(9422,900,575,'Password repeat','password','Text',''),(9423,900,630,'Applicant ID Number','id_number','Text','3020'),(9424,900,639,'City of Residence','city','Text','Archangelsk'),(9425,900,644,'Mobile Number (optional)','mobile','Text','1841'),(9426,901,569,'Name','name','Text','DennDriny'),(9427,901,570,'Last Name','lastname','Text','DennDriny'),(9428,901,571,'Username','username','Text','DennDriny'),(9429,901,572,'Email','email_repeat','Text','dennkneeple@erxbill.com'),(9430,901,573,'Email repeat','email','Text','dennkneeple@erxbill.com'),(9431,901,574,'Password','password_pwrepeat','Text',''),(9432,901,575,'Password repeat','password','Text',''),(9433,901,630,'Applicant ID Number','id_number','Text','7891'),(9434,901,639,'City of Residence','city','Text','Burnt Pine'),(9435,901,644,'Mobile Number (optional)','mobile','Text','8496'),(9436,902,569,'Name','name','Text','kotsuf'),(9437,902,570,'Last Name','lastname','Text','kotsuf'),(9438,902,571,'Username','username','Text','kotsuf'),(9439,902,572,'Email','email_repeat','Text','kotsufostya@yandex.ru'),(9440,902,573,'Email repeat','email','Text','kotsufostya@yandex.ru'),(9441,902,574,'Password','password_pwrepeat','Text',''),(9442,902,575,'Password repeat','password','Text',''),(9443,902,630,'Applicant ID Number','id_number','Text','2809'),(9444,902,639,'City of Residence','city','Text','Omsk'),(9445,902,644,'Mobile Number (optional)','mobile','Text','6243'),(9446,903,569,'Name','name','Text','Terrydog'),(9447,903,570,'Last Name','lastname','Text','Terrydog'),(9448,903,571,'Username','username','Text','Terrydog'),(9449,903,572,'Email','email_repeat','Text','onlinesofortkredite@e1.ru'),(9450,903,573,'Email repeat','email','Text','onlinesofortkredite@e1.ru'),(9451,903,574,'Password','password_pwrepeat','Text',''),(9452,903,575,'Password repeat','password','Text',''),(9453,903,630,'Applicant ID Number','id_number','Text','1188'),(9454,903,639,'City of Residence','city','Text','Nis'),(9455,903,644,'Mobile Number (optional)','mobile','Text','3019'),(9456,904,569,'Name','name','Text','EugeneTet'),(9457,904,570,'Last Name','lastname','Text','EugeneTet'),(9458,904,571,'Username','username','Text','EugeneTet'),(9459,904,572,'Email','email_repeat','Text','perekladov.andrey@yandex.ru'),(9460,904,573,'Email repeat','email','Text','perekladov.andrey@yandex.ru'),(9461,904,574,'Password','password_pwrepeat','Text',''),(9462,904,575,'Password repeat','password','Text',''),(9463,904,630,'Applicant ID Number','id_number','Text','5348'),(9464,904,639,'City of Residence','city','Text','Albany'),(9465,904,644,'Mobile Number (optional)','mobile','Text','9482'),(9466,905,569,'Name','name','Text','Richard'),(9467,905,570,'Last Name','lastname','Text','Ndlovu'),(9468,905,571,'Username','username','Text','Richard.Ndlovu'),(9469,905,572,'Email','email_repeat','Text','Richard.ndlovu@hotmail.com'),(9470,905,573,'Email repeat','email','Text','Richard.ndlovu@hotmail.com'),(9471,905,574,'Password','password_pwrepeat','Text',''),(9472,905,575,'Password repeat','password','Text',''),(9473,905,630,'Applicant ID Number','id_number','Text','9007085260087'),(9474,905,639,'City of Residence','city','Text','Johannesburg'),(9475,905,644,'Mobile Number (optional)','mobile','Text','0813746780'),(9476,905,657,'Your Agency (if applicable)','agency','Text','Rage Model Management'),(9477,906,569,'Name','name','Text','Richard'),(9478,906,570,'Last Name','lastname','Text','Ndlovu'),(9479,906,571,'Username','username','Text','Richard.Ndlovu09'),(9480,906,572,'Email','email_repeat','Text','lebz.lyf@gmail.com'),(9481,906,573,'Email repeat','email','Text','lebz.lyf@gmail.com'),(9482,906,574,'Password','password_pwrepeat','Text',''),(9483,906,575,'Password repeat','password','Text',''),(9484,906,630,'Applicant ID Number','id_number','Text','9007085260087'),(9485,906,639,'City of Residence','city','Text','Johannesburg'),(9486,906,644,'Mobile Number (optional)','mobile','Text','0813746780'),(9487,907,569,'Name','name','Text','MatthewKak'),(9488,907,570,'Last Name','lastname','Text','MatthewKak'),(9489,907,571,'Username','username','Text','MatthewKak'),(9490,907,572,'Email','email_repeat','Text','capitalmatthew@mail.ru'),(9491,907,573,'Email repeat','email','Text','capitalmatthew@mail.ru'),(9492,907,574,'Password','password_pwrepeat','Text',''),(9493,907,575,'Password repeat','password','Text',''),(9494,907,630,'Applicant ID Number','id_number','Text','6991'),(9495,907,639,'City of Residence','city','Text','crypto023.com employment'),(9496,907,644,'Mobile Number (optional)','mobile','Text','8475'),(9497,908,569,'Name','name','Text','Matthewwag'),(9498,908,570,'Last Name','lastname','Text','Matthewwag'),(9499,908,571,'Username','username','Text','Matthewwag'),(9500,908,572,'Email','email_repeat','Text','saimademo2000@plusgmail.ru'),(9501,908,573,'Email repeat','email','Text','saimademo2000@plusgmail.ru'),(9502,908,574,'Password','password_pwrepeat','Text',''),(9503,908,575,'Password repeat','password','Text',''),(9504,908,630,'Applicant ID Number','id_number','Text','7575'),(9505,908,639,'City of Residence','city','Text','Москва'),(9506,908,644,'Mobile Number (optional)','mobile','Text','5188'),(9507,909,569,'Name','name','Text','PeterSnife'),(9508,909,570,'Last Name','lastname','Text','PeterSnife'),(9509,909,571,'Username','username','Text','PeterSnife'),(9510,909,572,'Email','email_repeat','Text','thsteroids24@gmail.com'),(9511,909,573,'Email repeat','email','Text','thsteroids24@gmail.com'),(9512,909,574,'Password','password_pwrepeat','Text',''),(9513,909,575,'Password repeat','password','Text',''),(9514,909,630,'Applicant ID Number','id_number','Text','4945'),(9515,909,639,'City of Residence','city','Text','Nuwara Eliya'),(9516,909,644,'Mobile Number (optional)','mobile','Text','1777'),(9517,910,569,'Name','name','Text','LouisNane'),(9518,910,570,'Last Name','lastname','Text','LouisNane'),(9519,910,571,'Username','username','Text','LouisNane'),(9520,910,572,'Email','email_repeat','Text','louisnane@shiphangmy.club'),(9521,910,573,'Email repeat','email','Text','louisnane@shiphangmy.club'),(9522,910,574,'Password','password_pwrepeat','Text',''),(9523,910,575,'Password repeat','password','Text',''),(9524,910,630,'Applicant ID Number','id_number','Text','2233'),(9525,910,639,'City of Residence','city','Text','Lianyungang'),(9526,910,644,'Mobile Number (optional)','mobile','Text','1678'),(9527,911,569,'Name','name','Text','JacksonZWskift'),(9528,911,570,'Last Name','lastname','Text','JacksonZWskift'),(9529,911,571,'Username','username','Text','JacksonZWskift'),(9530,911,572,'Email','email_repeat','Text','k33244524@pochta5.feelstudio.ru'),(9531,911,573,'Email repeat','email','Text','k33244524@pochta5.feelstudio.ru'),(9532,911,574,'Password','password_pwrepeat','Text',''),(9533,911,575,'Password repeat','password','Text',''),(9534,911,630,'Applicant ID Number','id_number','Text','1018'),(9535,911,639,'City of Residence','city','Text','Shahti'),(9536,911,644,'Mobile Number (optional)','mobile','Text','762'),(9537,912,569,'Name','name','Text','GachimMut'),(9538,912,570,'Last Name','lastname','Text','GachimMut'),(9539,912,571,'Username','username','Text','GachimMut'),(9540,912,572,'Email','email_repeat','Text','godofseo1337@gmail.com'),(9541,912,573,'Email repeat','email','Text','godofseo1337@gmail.com'),(9542,912,574,'Password','password_pwrepeat','Text',''),(9543,912,575,'Password repeat','password','Text',''),(9544,912,630,'Applicant ID Number','id_number','Text','667'),(9545,912,639,'City of Residence','city','Text','New York'),(9546,912,644,'Mobile Number (optional)','mobile','Text','5682'),(9547,913,569,'Name','name','Text','MichaelAbulp'),(9548,913,570,'Last Name','lastname','Text','MichaelAbulp'),(9549,913,571,'Username','username','Text','MichaelAbulp'),(9550,913,572,'Email','email_repeat','Text','kings.neverdie@yandex.com'),(9551,913,573,'Email repeat','email','Text','kings.neverdie@yandex.com'),(9552,913,574,'Password','password_pwrepeat','Text',''),(9553,913,575,'Password repeat','password','Text',''),(9554,913,630,'Applicant ID Number','id_number','Text','5636'),(9555,913,639,'City of Residence','city','Text','Willemstad'),(9556,913,644,'Mobile Number (optional)','mobile','Text','144'),(9557,914,569,'Name','name','Text','GHSTools'),(9558,914,570,'Last Name','lastname','Text','GHSTools'),(9559,914,571,'Username','username','Text','GHSTools'),(9560,914,572,'Email','email_repeat','Text','ghstools2017@contacterpro.com'),(9561,914,573,'Email repeat','email','Text','ghstools2017@contacterpro.com'),(9562,914,574,'Password','password_pwrepeat','Text',''),(9563,914,575,'Password repeat','password','Text',''),(9564,914,630,'Applicant ID Number','id_number','Text','7961'),(9565,914,639,'City of Residence','city','Text','Paris'),(9566,914,644,'Mobile Number (optional)','mobile','Text','8532'),(9567,915,569,'Name','name','Text','Content Spinning'),(9568,915,570,'Last Name','lastname','Text','Content Spinning'),(9569,915,571,'Username','username','Text','Content Spinning'),(9570,915,572,'Email','email_repeat','Text','contentspinning@contacterpro.com'),(9571,915,573,'Email repeat','email','Text','contentspinning@contacterpro.com'),(9572,915,574,'Password','password_pwrepeat','Text',''),(9573,915,575,'Password repeat','password','Text',''),(9574,915,630,'Applicant ID Number','id_number','Text','4234'),(9575,915,639,'City of Residence','city','Text','Paris'),(9576,915,644,'Mobile Number (optional)','mobile','Text','8052'),(9577,916,569,'Name','name','Text','LarryViblord'),(9578,916,570,'Last Name','lastname','Text','LarryViblord'),(9579,916,571,'Username','username','Text','LarryViblord'),(9580,916,572,'Email','email_repeat','Text','vitaliylar0ayk@mail.ru'),(9581,916,573,'Email repeat','email','Text','vitaliylar0ayk@mail.ru'),(9582,916,574,'Password','password_pwrepeat','Text',''),(9583,916,575,'Password repeat','password','Text',''),(9584,916,630,'Applicant ID Number','id_number','Text','6093'),(9585,916,639,'City of Residence','city','Text','Tolyatti'),(9586,916,644,'Mobile Number (optional)','mobile','Text','7130'),(9587,917,569,'Name','name','Text','Milesskift'),(9588,917,570,'Last Name','lastname','Text','Milesskift'),(9589,917,571,'Username','username','Text','Milesskift'),(9590,917,572,'Email','email_repeat','Text','f66699392@pochta4.feelstudio.ru'),(9591,917,573,'Email repeat','email','Text','f66699392@pochta4.feelstudio.ru'),(9592,917,574,'Password','password_pwrepeat','Text',''),(9593,917,575,'Password repeat','password','Text',''),(9594,917,630,'Applicant ID Number','id_number','Text','5125'),(9595,917,639,'City of Residence','city','Text','Shahti'),(9596,917,644,'Mobile Number (optional)','mobile','Text','9785'),(9597,918,569,'Name','name','Text','Louisgrage'),(9598,918,570,'Last Name','lastname','Text','Louisgrage'),(9599,918,571,'Username','username','Text','Louisgrage'),(9600,918,572,'Email','email_repeat','Text','furgaterma1987@plusgmail.ru'),(9601,918,573,'Email repeat','email','Text','furgaterma1987@plusgmail.ru'),(9602,918,574,'Password','password_pwrepeat','Text',''),(9603,918,575,'Password repeat','password','Text',''),(9604,918,630,'Applicant ID Number','id_number','Text','7128'),(9605,918,639,'City of Residence','city','Text','Москва'),(9606,918,644,'Mobile Number (optional)','mobile','Text','9149'),(9607,919,569,'Name','name','Text','JeffreyMeerM'),(9608,919,570,'Last Name','lastname','Text','JeffreyMeerM'),(9609,919,571,'Username','username','Text','JeffreyMeerM'),(9610,919,572,'Email','email_repeat','Text','osipovavpw1999@mail.ru'),(9611,919,573,'Email repeat','email','Text','osipovavpw1999@mail.ru'),(9612,919,574,'Password','password_pwrepeat','Text',''),(9613,919,575,'Password repeat','password','Text',''),(9614,919,630,'Applicant ID Number','id_number','Text','2176'),(9615,919,639,'City of Residence','city','Text','Cheltenham'),(9616,919,644,'Mobile Number (optional)','mobile','Text','5521'),(9617,920,569,'Name','name','Text','MieneAgoro'),(9618,920,570,'Last Name','lastname','Text','MieneAgoro'),(9619,920,571,'Username','username','Text','MieneAgoro'),(9620,920,572,'Email','email_repeat','Text','fmilent@yahoo.com'),(9621,920,573,'Email repeat','email','Text','fmilent@yahoo.com'),(9622,920,574,'Password','password_pwrepeat','Text',''),(9623,920,575,'Password repeat','password','Text',''),(9624,920,630,'Applicant ID Number','id_number','Text','2459'),(9625,920,644,'Mobile Number (optional)','mobile','Text','5673'),(10892,1066,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(10891,1066,145,'Casting Type','castingtype','Select List',''),(10890,1066,102,'Postcode','postcodepostal','Text','7925'),(10889,1066,101,'Postal Address 2','postaladdress2','Text',''),(10888,1066,100,'Postal Address 1','postaladdress1','Text','40 Frere Street, Woodstock, Cape Town, South Africa'),(10887,1066,95,'Postcode','postcode','Text','7925'),(10886,1066,297,'Province','province','Select List','Western Cape'),(10885,1066,81,'Town or City','towncity','Text','Cape Town'),(10884,1066,80,'Suburb','suburb','Text','Woodstock'),(10883,1066,79,'Physical Address','address1','Text','40 Frere Street'),(10882,1066,127,'Company Registration','companyregistration','Text','2017/362914/07'),(10881,1066,126,'Company Type','companytype','Radio Group','Pty Ltd'),(10880,1066,125,'Trading Name','tradingname','Text','Americano Sweetboy Hussein '),(10879,1066,72,'Company Name','companyname','Text','Sweet Film Agency (Pty) Ltd.'),(10878,1066,67,'Mobile Phone Number','mobile','Text','+27618638789'),(10877,1066,132,'Telephone Number','telephone','Text','+27218296316'),(10876,1066,66,'Email Address','email','Text','sweetfilmagency@gmail.com'),(10875,1066,65,'Website','website','Text','www.sweetfilmagency.co.za '),(10874,1066,124,'Designation','contactdesignation','Text','Film Agent '),(10873,1066,52,'Surname','surname','Text','Hussein Saleh '),(10872,1066,51,'First Name','firstname','Text','Maulidi'),(10871,1066,90,'Title','title','Text','Mr.'),(10870,1065,259,'Proof of Physical Address','proofaddress','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/SCX-4623_20180921_20205801.pdf'),(10869,1065,250,'Tax Clearance Certificate','taxclearance','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/SCX-4623_20180921_20184807.pdf'),(10867,1065,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(10868,1065,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/SCX-4623_20180921_20172601.pdf'),(10866,1065,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(10865,1065,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/SCX-4623_20180921_20155505.pdf'),(10864,1065,225,'Proof of Subscription Payment','proofofpayment','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/SCX-4623_20180921_20112905.pdf'),(10859,1065,208,'ID Number','idnumber3','Text','OB0873693'),(10860,1065,213,'Position','position3','Text','Owner'),(10861,1065,214,'Mobile Phone Number','mobile3','Text','+27618638789'),(10862,1065,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(10863,1065,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/SCX-4623_20180921_20063604.pdf'),(10916,1067,328,'ID Number','id','Text','7904110465081'),(10915,1067,323,'Surname','surname','Text','Padi'),(10914,1067,324,'First Name','firstname','Text','Lesego'),(10913,1066,259,'Proof of Physical Address','proofaddress','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/1f754f93ed7e57f79af8748825ba2d4e_SCX-4623_20180921_20205801.pdf'),(10912,1066,250,'Tax Clearance Certificate','taxclearance','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/a0cd41828ad4394e53f0d78cdd8d7240_SCX-4623_20180921_20184807.pdf'),(10910,1066,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(10911,1066,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/2c1164499bd92ce59e5f1ba1a78d0acc_SCX-4623_20180921_20172601.pdf'),(10909,1066,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(10908,1066,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/1e4669d3aea4d750d4235fde45163811_SCX-4623_20180921_20155505.pdf'),(10907,1066,225,'Proof of Subscription Payment','proofofpayment','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/9ac0cd1a8942841dad271c5dfb1de5f5_SCX-4623_20180921_20112905.pdf'),(10906,1066,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/3be018a14481f644ac65a533809d98af_SCX-4623_20180921_20063604.pdf'),(10903,1066,213,'Position','position3','Text','Owner'),(10904,1066,214,'Mobile Phone Number','mobile3','Text','+27618638789'),(10905,1066,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(10901,1066,207,'First & Surname','firstnamesurname3','Text','Maulidi Hussein Saleh '),(10902,1066,208,'ID Number','idnumber3','Text','OB0873693'),(10900,1066,202,'Mobile Phone Number','mobilenumber2','Text','+27618638789'),(10899,1066,197,'Position','position2','Text','Owner'),(10898,1066,196,'ID Number','idnumberowner2','Text','OB0873693'),(10896,1066,186,'Mobile Phone Number','owner1mobile','Text','+27618638789'),(10897,1066,191,'First & Surname','firstsurname2','Text','Maulidi Hussein Saleh'),(10893,1066,175,'First & Surname','owner1name','Text','Maulidi Hussein Saleh '),(10894,1066,176,' ID Number','owner1id','Text','OB0873693'),(10895,1066,177,'Position','owner1position','Text','Owner'),(9712,923,465,'First Name','firstname','Text','GoldenTabs'),(9713,923,464,'Surname','surname','Text','GoldenTabs'),(9714,923,468,'ID Number','id','Text','2552'),(9715,923,467,'Email Address','email','Text','support@goldentabs.com'),(9716,923,463,'Telephone Number','telephone','Text','46884019351'),(9717,923,466,'Mobile Phone Number','mobile','Text','47158247872'),(9718,923,498,'The Job or Production','production','Text','zfKquLIJFgCSdHbH'),(9719,923,503,'Date of Production','productiondate','Text','rZYeXUoITCsNN'),(9720,923,504,'Name of Your Agent','agentname','Text','2rand[0,1,1]'),(9721,923,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','no'),(9722,923,527,'Description/Message','description','Textarea','7piJbW https://goldentabs.com/'),(9723,924,465,'First Name','firstname','Text','GoldenTabs'),(9724,924,464,'Surname','surname','Text','GoldenTabs'),(9725,924,468,'ID Number','id','Text','8545'),(9726,924,467,'Email Address','email','Text','support@goldentabs.com'),(9727,924,463,'Telephone Number','telephone','Text','58527566333'),(9728,924,466,'Mobile Phone Number','mobile','Text','51545039086'),(9729,924,498,'The Job or Production','production','Text','PjOnntEYYAnHqrE'),(9730,924,503,'Date of Production','productiondate','Text','MYDXCzhZEFcbeqP'),(9731,924,504,'Name of Your Agent','agentname','Text','2rand[0,1,1]'),(9732,924,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','no'),(9733,924,527,'Description/Message','description','Textarea','6DrNTc https://goldentabs.com/'),(9734,925,324,'First Name','firstname','Text','Elizabeth '),(9735,925,323,'Surname','surname','Text','Seleke '),(9736,925,328,'ID Number','id','Text','9211150511081'),(9737,925,327,'Email Address','email','Text','lizzy.seleke@gmail.com'),(9738,925,320,'Telephone Number','telephone','Text',''),(9739,925,326,'Mobile Phone Number','mobile','Text','0742585427'),(9740,926,324,'First Name','firstname','Text','Chris '),(9741,926,323,'Surname','surname','Text','Martin'),(9742,926,328,'ID Number','id','Text','8202105083087'),(9743,926,327,'Email Address','email','Text','conceptualcreativecc7@gmail.com'),(9744,926,320,'Telephone Number','telephone','Text','0116607874'),(9745,926,326,'Mobile Phone Number','mobile','Text','0637886450'),(9746,927,324,'First Name','firstname','Text','raees'),(9747,927,323,'Surname','surname','Text','christians'),(9748,927,328,'ID Number','id','Text','9608225144089'),(9749,927,327,'Email Address','email','Text','raeeschristians07@gmail.com'),(9750,927,320,'Telephone Number','telephone','Text','0760612131'),(9751,927,326,'Mobile Phone Number','mobile','Text','0760612131'),(9752,928,324,'First Name','firstname','Text','jaden'),(9753,928,323,'Surname','surname','Text','louw'),(9754,928,328,'ID Number','id','Text','9902096255086'),(9755,928,327,'Email Address','email','Text','jaden3@mtn.blackberry.com'),(9756,928,320,'Telephone Number','telephone','Text','0804393917'),(9757,928,326,'Mobile Phone Number','mobile','Text','073 736 3451'),(9758,929,324,'First Name','firstname','Text','Keamogetswe'),(9759,929,323,'Surname','surname','Text','Sedumedi'),(9760,929,328,'ID Number','id','Text','9301310210086'),(9761,929,327,'Email Address','email','Text','KeaSedumedi@gmail.com'),(9762,929,320,'Telephone Number','telephone','Text','065 842 0339'),(9763,929,326,'Mobile Phone Number','mobile','Text','071 369 3108'),(9764,930,324,'First Name','firstname','Text','PATRICIA'),(9765,930,323,'Surname','surname','Text','ADONIS'),(9766,930,328,'ID Number','id','Text','7905100195O83'),(9767,930,327,'Email Address','email','Text','nuzaze@gmail.com'),(9768,930,320,'Telephone Number','telephone','Text','0813236007'),(9769,930,326,'Mobile Phone Number','mobile','Text','0839261556'),(9770,931,324,'First Name','firstname','Text','Daniel'),(9771,931,323,'Surname','surname','Text','Du Preez'),(9772,931,328,'ID Number','id','Text','9111025017084'),(9773,931,327,'Email Address','email','Text','d.dup1991@gmail.com'),(9774,931,320,'Telephone Number','telephone','Text','0658193912'),(9775,931,326,'Mobile Phone Number','mobile','Text','0658193912'),(9776,932,324,'First Name','firstname','Text','Thabo Siphiwe '),(9777,932,323,'Surname','surname','Text','Mngoma'),(9778,932,328,'ID Number','id','Text','9808296043083'),(9779,932,327,'Email Address','email','Text','Siphiwemngoma54@gmail.com'),(9780,932,320,'Telephone Number','telephone','Text',''),(9781,932,326,'Mobile Phone Number','mobile','Text','0840205859'),(9782,933,324,'First Name','firstname','Text','JELANDRE'),(9783,933,323,'Surname','surname','Text','MC QUIRE'),(9784,933,328,'ID Number','id','Text','0407260055089'),(9785,933,327,'Email Address','email','Text','shaunmcquire@yahoo.com'),(9786,933,320,'Telephone Number','telephone','Text','0616836945'),(9787,933,326,'Mobile Phone Number','mobile','Text','0616836945'),(9788,934,324,'First Name','firstname','Text','JELANDRE'),(9789,934,323,'Surname','surname','Text','MC QUIRE'),(9790,934,328,'ID Number','id','Text','0407260055089'),(9791,934,327,'Email Address','email','Text','shaunmcquire@yahoo.com'),(9792,934,320,'Telephone Number','telephone','Text','0616836945'),(9793,934,326,'Mobile Phone Number','mobile','Text','0616836945'),(9794,935,324,'First Name','firstname','Text','siviwe'),(9795,935,323,'Surname','surname','Text','javu'),(9796,935,328,'ID Number','id','Text','9304211132086'),(9797,935,327,'Email Address','email','Text','siviwejavu93@gmail.com'),(9798,935,320,'Telephone Number','telephone','Text',''),(9799,935,326,'Mobile Phone Number','mobile','Text','0664057429'),(9800,936,324,'First Name','firstname','Text','Mpho'),(9801,936,323,'Surname','surname','Text','Baloyi'),(9802,936,328,'ID Number','id','Text','9803141027084'),(9803,936,327,'Email Address','email','Text','hlomphompho18@gmail.com'),(9804,936,320,'Telephone Number','telephone','Text',''),(9805,936,326,'Mobile Phone Number','mobile','Text','0795905733'),(9806,937,324,'First Name','firstname','Text','Tebogo '),(9807,937,323,'Surname','surname','Text','Modjadji-kekana '),(9808,937,328,'ID Number','id','Text','7611040321082'),(9809,937,327,'Email Address','email','Text','Mssouthafricanationalpageant.c@gmail.com'),(9810,937,320,'Telephone Number','telephone','Text','0614503513'),(9811,937,326,'Mobile Phone Number','mobile','Text','0614503513'),(9812,938,324,'First Name','firstname','Text','LERATO'),(9813,938,323,'Surname','surname','Text','MALESA'),(9814,938,328,'ID Number','id','Text','9211250534082'),(9815,938,327,'Email Address','email','Text','DIVINELIRA@GMAIL.COM'),(9816,938,320,'Telephone Number','telephone','Text','0791816757'),(9817,938,326,'Mobile Phone Number','mobile','Text','0791816757'),(9818,939,324,'First Name','firstname','Text','DEVASHNIE '),(9819,939,323,'Surname','surname','Text','GOVENDER'),(9820,939,328,'ID Number','id','Text','9408190193082'),(9821,939,327,'Email Address','email','Text','devashnie@creatievangelsinfo.com'),(9822,939,320,'Telephone Number','telephone','Text','0315027926'),(9823,939,326,'Mobile Phone Number','mobile','Text','0812519121'),(9824,940,324,'First Name','firstname','Text','Fana'),(9825,940,323,'Surname','surname','Text','Bhengu'),(9826,940,328,'ID Number','id','Text','9208125982082'),(9827,940,327,'Email Address','email','Text','bhengufana@gmail.com'),(9828,940,320,'Telephone Number','telephone','Text',''),(9829,940,326,'Mobile Phone Number','mobile','Text','0616018843'),(9830,941,324,'First Name','firstname','Text','Fana'),(9831,941,323,'Surname','surname','Text','Bhengu'),(9832,941,328,'ID Number','id','Text','9208125982082'),(9833,941,327,'Email Address','email','Text','bhengufana@gmail.com'),(9834,941,320,'Telephone Number','telephone','Text',''),(9835,941,326,'Mobile Phone Number','mobile','Text','0616018843'),(9836,942,324,'First Name','firstname','Text','Fana'),(9837,942,323,'Surname','surname','Text','Bhengu'),(9838,942,328,'ID Number','id','Text','9208125982082'),(9839,942,327,'Email Address','email','Text','bhengufana@gmail.com'),(9840,942,320,'Telephone Number','telephone','Text',''),(9841,942,326,'Mobile Phone Number','mobile','Text','0616018843'),(9842,943,324,'First Name','firstname','Text','Dan'),(9843,943,323,'Surname','surname','Text','Nel'),(9844,943,328,'ID Number','id','Text','8406065051089'),(9845,943,327,'Email Address','email','Text','djfnel@gmail.com'),(9846,943,320,'Telephone Number','telephone','Text','+27814057759'),(9847,943,326,'Mobile Phone Number','mobile','Text','+27814057759'),(9848,944,324,'First Name','firstname','Text','Christopher'),(9849,944,323,'Surname','surname','Text','Ndlosi'),(9850,944,328,'ID Number','id','Text','8703246035084'),(9851,944,327,'Email Address','email','Text','chndlosi87@gmail.com'),(9852,944,320,'Telephone Number','telephone','Text','0110392633'),(9853,944,326,'Mobile Phone Number','mobile','Text','0715820080'),(9854,945,324,'First Name','firstname','Text','Christopher'),(9855,945,323,'Surname','surname','Text','Burg'),(9856,945,328,'ID Number','id','Text','8802235086080'),(9857,945,327,'Email Address','email','Text','Christopherburg24@gmail.com'),(9858,945,320,'Telephone Number','telephone','Text','0746984138'),(9859,945,326,'Mobile Phone Number','mobile','Text','0217061527'),(9860,946,324,'First Name','firstname','Text','Kgosi'),(9861,946,323,'Surname','surname','Text','Monye'),(9862,946,328,'ID Number','id','Text','7409075433082'),(9863,946,327,'Email Address','email','Text','kgosi777@gmail.com'),(9864,946,320,'Telephone Number','telephone','Text','0724645136'),(9865,946,326,'Mobile Phone Number','mobile','Text','0724645136'),(9866,947,324,'First Name','firstname','Text','Christopher'),(9867,947,323,'Surname','surname','Text','Burg'),(9868,947,328,'ID Number','id','Text','8802235086080'),(9869,947,327,'Email Address','email','Text','christopherburg24@gmail.com'),(9870,947,320,'Telephone Number','telephone','Text','0217061527'),(9871,947,326,'Mobile Phone Number','mobile','Text','0746984138'),(9872,948,324,'First Name','firstname','Text','Leona'),(9873,948,323,'Surname','surname','Text','Wagner'),(9874,948,328,'ID Number','id','Text','8911020228086'),(9875,948,327,'Email Address','email','Text','Leonawagner05@gmail.com'),(9876,948,320,'Telephone Number','telephone','Text','0614850647'),(9877,948,326,'Mobile Phone Number','mobile','Text','0813389323'),(9878,949,324,'First Name','firstname','Text','Maxwell '),(9879,949,323,'Surname','surname','Text','Ntombela '),(9880,949,328,'ID Number','id','Text','9609235808085'),(9881,949,327,'Email Address','email','Text','maxwelltshepo2@gmail.com'),(9882,949,320,'Telephone Number','telephone','Text',''),(9883,949,326,'Mobile Phone Number','mobile','Text','0646447825'),(9884,950,324,'First Name','firstname','Text','Lindi'),(9885,950,323,'Surname','surname','Text','Joubert'),(9886,950,328,'ID Number','id','Text','0102210155085'),(9887,950,327,'Email Address','email','Text','Lindijoubert81@gmail.com'),(9888,950,320,'Telephone Number','telephone','Text','0218530888'),(9889,950,326,'Mobile Phone Number','mobile','Text','0620575955'),(9890,951,324,'First Name','firstname','Text','Didier Kilolo'),(9891,951,323,'Surname','surname','Text','Kama'),(9892,951,328,'ID Number','id','Text','ctr00881706'),(9893,951,327,'Email Address','email','Text','didierkilolo@yahoo.fr'),(9894,951,320,'Telephone Number','telephone','Text',''),(9895,951,326,'Mobile Phone Number','mobile','Text','0744292482'),(9896,952,324,'First Name','firstname','Text','Phumeza'),(9897,952,323,'Surname','surname','Text','Mangena'),(9898,952,328,'ID Number','id','Text','9706270968089'),(9899,952,327,'Email Address','email','Text','mangenaphumeza@gmail.com'),(9900,952,320,'Telephone Number','telephone','Text',''),(9901,952,326,'Mobile Phone Number','mobile','Text','0621482117'),(9902,953,324,'First Name','firstname','Text','Tayla'),(9903,953,323,'Surname','surname','Text','Monteiro de Araujo'),(9904,953,328,'ID Number','id','Text','9901070185087'),(9905,953,327,'Email Address','email','Text','taylamda3@gmail.com'),(9906,953,320,'Telephone Number','telephone','Text','0767717568'),(9907,953,326,'Mobile Phone Number','mobile','Text','0767717568'),(9908,954,324,'First Name','firstname','Text','Leon'),(9909,954,323,'Surname','surname','Text','van Wyk'),(9910,954,328,'ID Number','id','Text','5201315145085'),(9911,954,327,'Email Address','email','Text','pannetjie1952@gmail.com'),(9912,954,320,'Telephone Number','telephone','Text',''),(9913,954,326,'Mobile Phone Number','mobile','Text','0833887399'),(9914,955,324,'First Name','firstname','Text','Rachel'),(9915,955,323,'Surname','surname','Text','Nhlapo'),(9916,955,328,'ID Number','id','Text','6708190312084'),(9917,955,327,'Email Address','email','Text','0711434633@vodamail.co.za'),(9918,955,320,'Telephone Number','telephone','Text','0124921417'),(9919,955,326,'Mobile Phone Number','mobile','Text','0711434633'),(9920,956,324,'First Name','firstname','Text','Raymond '),(9921,956,323,'Surname','surname','Text','Roman'),(9922,956,328,'ID Number','id','Text','7311145132084'),(9923,956,327,'Email Address','email','Text','raymondroman9@gmail.com'),(9924,956,320,'Telephone Number','telephone','Text','n/a'),(9925,956,326,'Mobile Phone Number','mobile','Text','0764714023'),(9926,957,90,'Title','title','Text','MR'),(9927,957,51,'First Name','firstname','Text','PAUL'),(9928,957,52,'Surname','surname','Text','KERSHAW'),(9929,957,124,'Designation','contactdesignation','Text','DIRECTOR'),(9930,957,65,'Website','website','Text',''),(9931,957,66,'Email Address','email','Text','paul@gotalent.co.za'),(9932,957,132,'Telephone Number','telephone','Text',''),(9933,957,67,'Mobile Phone Number','mobile','Text','0827830109'),(9934,957,72,'Company Name','companyname','Text','GoTalent Africa'),(9935,957,125,'Trading Name','tradingname','Text','GoTalent Artist Managment'),(9936,957,126,'Company Type','companytype','Radio Group','Pty Ltd'),(9937,957,127,'Company Registration','companyregistration','Text','20180389507'),(9938,957,79,'Physical Address','address1','Text','30 O REILLY MERRY STREET'),(9939,957,80,'Suburb','suburb','Text',''),(9940,957,81,'Town or City','towncity','Text','NORTHMEAD BENONI'),(9941,957,297,'Province','province','Select List','Gauteng'),(9942,957,95,'Postcode','postcode','Text','1501'),(9943,957,100,'Postal Address 1','postaladdress1','Text','30 O REILLY MERRY STREET'),(9944,957,101,'Postal Address 2','postaladdress2','Text','NORTHMEAD BENONI'),(9945,957,102,'Postcode','postcodepostal','Text','1501'),(9946,957,145,'Casting Type','castingtype','Select List',''),(9947,957,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(9948,957,175,'First & Surname','owner1name','Text','PAUL KERSHAW'),(9949,957,176,' ID Number','owner1id','Text','6303205143086'),(9950,957,177,'Position','owner1position','Text','DIRECTOR'),(9951,957,186,'Mobile Phone Number','owner1mobile','Text','0827830109'),(9952,957,191,'First & Surname','firstsurname2','Text','JOHANNES LODEWIKUS NIEMANDT'),(9953,957,196,'ID Number','idnumberowner2','Text','5908115074089'),(9954,957,197,'Position','position2','Text','DIRECTOR'),(9955,957,202,'Mobile Phone Number','mobilenumber2','Text','0721881395'),(9956,957,207,'First & Surname','firstnamesurname3','Text',''),(9957,957,208,'ID Number','idnumber3','Text',''),(9958,957,213,'Position','position3','Text',''),(9959,957,214,'Mobile Phone Number','mobile3','Text',''),(9960,957,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(9961,957,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Oscasa_Terms.pdf'),(9962,957,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/OSCASA_PMT.pdf'),(9963,957,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/PRK_ID_SCAN.pdf'),(9964,957,239,'ID copy Owner/Member 2','idcopyowner2','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/VIC_ID_SCAN.pdf'),(9965,957,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(9966,957,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/GT_Bank_Account.pdf'),(9967,957,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/TCC.pdf'),(9968,957,259,'Proof of Physical Address','proofaddress','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/P_O_A.pdf'),(9969,958,90,'Title','title','Text','Test, just a test'),(9970,958,51,'First Name','firstname','Text','JasonCitle'),(9971,958,52,'Surname','surname','Text','JasonCitle'),(9972,958,124,'Designation','contactdesignation','Text','Forum Administrator'),(9973,958,65,'Website','website','Text','https://top.mail.ru/code?id=3013063'),(9974,958,66,'Email Address','email','Text','andreiazin@yandex.ru'),(9975,958,132,'Telephone Number','telephone','Text','83723975222'),(9976,958,67,'Mobile Phone Number','mobile','Text','85477493786'),(9977,958,72,'Company Name','companyname','Text','JasonCitle'),(9978,958,125,'Trading Name','tradingname','Text','JasonCitle'),(9979,958,126,'Company Type','companytype','Radio Group','CC'),(9980,958,127,'Company Registration','companyregistration','Text','google'),(9981,958,79,'Physical Address','address1','Text','praidlirm'),(9982,958,80,'Suburb','suburb','Text','praidlirm'),(9983,958,81,'Town or City','towncity','Text','praidlirm'),(9984,958,297,'Province','province','Select List','Free State'),(9985,958,95,'Postcode','postcode','Text',''),(9986,958,100,'Postal Address 1','postaladdress1','Text',''),(9987,958,101,'Postal Address 2','postaladdress2','Text',''),(9988,958,102,'Postcode','postcodepostal','Text','andreiazin@yandex.ru'),(9989,958,145,'Casting Type','castingtype','Select List','Walk Ons'),(9990,958,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(9991,958,175,'First & Surname','owner1name','Text','JasonCitle'),(9992,958,176,' ID Number','owner1id','Text','4299'),(9993,958,177,'Position','owner1position','Text','Director'),(9994,958,186,'Mobile Phone Number','owner1mobile','Text','87467575868'),(9995,958,191,'First & Surname','firstsurname2','Text','JasonCitle'),(9996,958,196,'ID Number','idnumberowner2','Text','5360'),(9997,958,197,'Position','position2','Text','Asst. Director'),(9998,958,202,'Mobile Phone Number','mobilenumber2','Text','83177712187'),(9999,958,207,'First & Surname','firstnamesurname3','Text','JasonCitle'),(10000,958,208,'ID Number','idnumber3','Text','3101'),(10001,958,213,'Position','position3','Text','13'),(10002,958,214,'Mobile Phone Number','mobile3','Text','85925925437'),(10003,958,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(10004,958,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload',''),(10005,958,225,'Proof of Subscription Payment','proofofpayment','File Upload',''),(10006,958,230,'ID copy Owner/Member 1','idcopyowner1','File Upload',''),(10007,958,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(10008,958,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(10009,958,249,'Letter from Bank (Confirming account)','bankletter','File Upload',''),(10010,958,250,'Tax Clearance Certificate','taxclearance','File Upload',''),(10011,958,259,'Proof of Physical Address','proofaddress','File Upload',''),(10012,959,324,'First Name','firstname','Text','Leona'),(10013,959,323,'Surname','surname','Text','Plaatjies'),(10014,959,328,'ID Number','id','Text','8911020228086'),(10015,959,327,'Email Address','email','Text','Leonaplaatjies@gmail.com'),(10016,959,320,'Telephone Number','telephone','Text','0813389323'),(10017,959,326,'Mobile Phone Number','mobile','Text','0813389323'),(10018,960,90,'Title','title','Text','Ms'),(10019,960,51,'First Name','firstname','Text','Marie'),(10020,960,52,'Surname','surname','Text','Slabbert'),(10021,960,124,'Designation','contactdesignation','Text','Managing Member'),(10022,960,65,'Website','website','Text','www.celeb.co.za'),(10023,960,66,'Email Address','email','Text','marie@celeb.co.za'),(10024,960,132,'Telephone Number','telephone','Text','021 826 8268'),(10025,960,67,'Mobile Phone Number','mobile','Text','081 442 6666'),(10026,960,72,'Company Name','companyname','Text','Celebrities Casting & Modeling Agency'),(10027,960,125,'Trading Name','tradingname','Text','CCA Celeb'),(10028,960,126,'Company Type','companytype','Radio Group','CC'),(10029,960,127,'Company Registration','companyregistration','Text','CK 2003/003583/23'),(10030,960,79,'Physical Address','address1','Text','Unit 17 Nobel Park Shopping Centre, Old Paarl Road, Bellville 7530'),(10031,960,80,'Suburb','suburb','Text','Bellville'),(10032,960,81,'Town or City','towncity','Text','Cape Town'),(10033,960,297,'Province','province','Select List','Western Cape'),(10034,960,95,'Postcode','postcode','Text','7530'),(10035,960,100,'Postal Address 1','postaladdress1','Text','PO Box 15163'),(10036,960,101,'Postal Address 2','postaladdress2','Text','Panorama'),(10037,960,102,'Postcode','postcodepostal','Text','7530'),(10038,960,145,'Casting Type','castingtype','Select List','Characters'),(10039,960,145,'Casting Type','castingtype','Select List','Kids'),(10040,960,145,'Casting Type','castingtype','Select List','Walk Ons'),(10041,960,145,'Casting Type','castingtype','Select List','Featured Extras'),(10042,960,145,'Casting Type','castingtype','Select List','Background Extras'),(10043,960,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(10044,960,175,'First & Surname','owner1name','Text','Marie Slabbert'),(10045,960,176,' ID Number','owner1id','Text','6303030108080'),(10046,960,177,'Position','owner1position','Text','Founder Member'),(10047,960,186,'Mobile Phone Number','owner1mobile','Text','081 442 6666'),(10048,960,191,'First & Surname','firstsurname2','Text','Lizaane Slabbert'),(10049,960,196,'ID Number','idnumberowner2','Text','9005100071083'),(10050,960,197,'Position','position2','Text','HOD'),(10051,960,202,'Mobile Phone Number','mobilenumber2','Text','082 345 2320'),(10052,960,207,'First & Surname','firstnamesurname3','Text',''),(10053,960,208,'ID Number','idnumber3','Text',''),(10054,960,213,'Position','position3','Text',''),(10055,960,214,'Mobile Phone Number','mobile3','Text',''),(10056,960,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(10057,960,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/2018_OSCASA.pdf'),(10058,960,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/2018_POP_OSCASA.pdf'),(10059,960,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/2018_Marie_Slabbert_ID.png'),(10060,960,239,'ID copy Owner/Member 2','idcopyowner2','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/2018_ID_Chantelle___Cancelled_Cheque.pdf'),(10061,960,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(10062,960,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/2018_Bank_Acc_Confirmation.pdf'),(10063,960,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/2018_SARS_Certificate_of_Good_Standing.pdf'),(10064,960,259,'Proof of Physical Address','proofaddress','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/2018_Proof_of_Physical_Address.pdf'),(10065,961,90,'Title','title','Text','Mr'),(10066,961,51,'First Name','firstname','Text','July '),(10067,961,52,'Surname','surname','Text','Masilela'),(10068,961,124,'Designation','contactdesignation','Text','MD'),(10069,961,65,'Website','website','Text','www.kuzelse production.com'),(10070,961,66,'Email Address','email','Text','info@kuzekuseproduction.com'),(10071,961,132,'Telephone Number','telephone','Text','0813002962'),(10072,961,67,'Mobile Phone Number','mobile','Text','0713131843'),(10073,961,72,'Company Name','companyname','Text','Kuze Kuse Production'),(10074,961,125,'Trading Name','tradingname','Text','Kuze Kuse Production'),(10075,961,126,'Company Type','companytype','Radio Group','Pty Ltd'),(10076,961,127,'Company Registration','companyregistration','Text','2013/152343/07'),(10077,961,79,'Physical Address','address1','Text','22376 Mbuluzi Street '),(10078,961,80,'Suburb','suburb','Text','eMbalenhle'),(10079,961,81,'Town or City','towncity','Text','Secunda'),(10080,961,297,'Province','province','Select List','Mpumulanga'),(10081,961,95,'Postcode','postcode','Text','2285'),(10082,961,100,'Postal Address 1','postaladdress1','Text','P.O.Box 1660'),(10083,961,101,'Postal Address 2','postaladdress2','Text',''),(10084,961,102,'Postcode','postcodepostal','Text','2285'),(10085,961,145,'Casting Type','castingtype','Select List','Characters'),(10086,961,145,'Casting Type','castingtype','Select List','Kids'),(10087,961,145,'Casting Type','castingtype','Select List','Walk Ons'),(10088,961,145,'Casting Type','castingtype','Select List','Featured Extras'),(10089,961,145,'Casting Type','castingtype','Select List','Background Extras'),(10090,961,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(10091,961,175,'First & Surname','owner1name','Text','July Masilela'),(10092,961,176,' ID Number','owner1id','Text','8307015873087'),(10093,961,177,'Position','owner1position','Text','MD'),(10094,961,186,'Mobile Phone Number','owner1mobile','Text','0713131843'),(10095,961,191,'First & Surname','firstsurname2','Text',''),(10096,961,196,'ID Number','idnumberowner2','Text',''),(10097,961,197,'Position','position2','Text',''),(10098,961,202,'Mobile Phone Number','mobilenumber2','Text',''),(10099,961,207,'First & Surname','firstnamesurname3','Text',''),(10100,961,208,'ID Number','idnumber3','Text',''),(10101,961,213,'Position','position3','Text',''),(10102,961,214,'Mobile Phone Number','mobile3','Text',''),(10103,961,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(10104,961,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/OSCASA_Ts-Cs-Code-Of-Conduct-Constitution_v21-1.pdf'),(10105,961,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/20180305_222058-1.jpg'),(10106,961,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/July_ID_COPY.pdf'),(10107,961,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(10108,961,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(10109,961,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/PROOF_OF_BANK_ACCOUNT_FOR_BUSINESS.pdf'),(10110,961,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/tax_Clearance.pdf'),(10111,961,259,'Proof of Physical Address','proofaddress','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/PROOF_OF_ADRESS.pdf'),(10112,962,324,'First Name','firstname','Text','Lizo '),(10113,962,323,'Surname','surname','Text','Qatase'),(10114,962,328,'ID Number','id','Text','8201226028088'),(10115,962,327,'Email Address','email','Text','lqatase@gmail.com'),(10116,962,320,'Telephone Number','telephone','Text','0731080771'),(10117,962,326,'Mobile Phone Number','mobile','Text','0731080771'),(10118,963,324,'First Name','firstname','Text','Lizo'),(10119,963,323,'Surname','surname','Text','Qatase'),(10120,963,328,'ID Number','id','Text','8201226028088'),(10121,963,327,'Email Address','email','Text','lqatase@gmail.com'),(10122,963,320,'Telephone Number','telephone','Text','0731080771'),(10123,963,326,'Mobile Phone Number','mobile','Text','0731080771'),(10124,964,324,'First Name','firstname','Text','Siyabulela'),(10125,964,323,'Surname','surname','Text','Mbewane'),(10126,964,328,'ID Number','id','Text','0006175145082'),(10127,964,327,'Email Address','email','Text','syabulela.mbewane@gmail.com'),(10128,964,320,'Telephone Number','telephone','Text','0781042465'),(10129,964,326,'Mobile Phone Number','mobile','Text','0734521242'),(10130,965,324,'First Name','firstname','Text','Tracey'),(10131,965,323,'Surname','surname','Text','Rose'),(10132,965,328,'ID Number','id','Text','8108100261083'),(10133,965,327,'Email Address','email','Text','fiyatalent@gmail.com'),(10134,965,320,'Telephone Number','telephone','Text',''),(10135,965,326,'Mobile Phone Number','mobile','Text','0716410811'),(10136,966,324,'First Name','firstname','Text','Caren'),(10137,966,323,'Surname','surname','Text','Reid'),(10138,966,328,'ID Number','id','Text','6903210060082'),(10139,966,327,'Email Address','email','Text','cjreid777@gmail.com'),(10140,966,320,'Telephone Number','telephone','Text','0828644226'),(10141,966,326,'Mobile Phone Number','mobile','Text','0828644226'),(10142,967,324,'First Name','firstname','Text','Creusa'),(10143,967,323,'Surname','surname','Text','Ribeiro'),(10144,967,328,'ID Number','id','Text','006396327LA049'),(10145,967,327,'Email Address','email','Text','Creusaribeiro15@gmail.com'),(10146,967,320,'Telephone Number','telephone','Text','021 556 4349'),(10147,967,326,'Mobile Phone Number','mobile','Text','+270814791578'),(10148,968,324,'First Name','firstname','Text','Nkosi'),(10149,968,323,'Surname','surname','Text','Eugene'),(10150,968,328,'ID Number','id','Text','6302285896084'),(10151,968,327,'Email Address','email','Text','Nkosieugene@gmail.co.za'),(10152,968,320,'Telephone Number','telephone','Text','(066)536-6479'),(10153,968,326,'Mobile Phone Number','mobile','Text','+27 (087) 646-5797'),(10154,969,324,'First Name','firstname','Text','jill'),(10155,969,323,'Surname','surname','Text','bell'),(10156,969,328,'ID Number','id','Text','6106070019087'),(10157,969,327,'Email Address','email','Text','jill@thecandidate.co.za'),(10158,969,320,'Telephone Number','telephone','Text','0399751233'),(10159,969,326,'Mobile Phone Number','mobile','Text','0762074401'),(10160,970,324,'First Name','firstname','Text','Sebueng'),(10161,970,323,'Surname','surname','Text','Loate'),(10162,970,328,'ID Number','id','Text','9410180678080'),(10163,970,327,'Email Address','email','Text','loatesebueng@gmail.com'),(10164,970,320,'Telephone Number','telephone','Text',''),(10165,970,326,'Mobile Phone Number','mobile','Text','0744814916'),(10166,971,324,'First Name','firstname','Text','Sebueng'),(10167,971,323,'Surname','surname','Text','Loate'),(10168,971,328,'ID Number','id','Text','9410180678088'),(10169,971,327,'Email Address','email','Text','loatesebueng@gmail.com'),(10170,971,320,'Telephone Number','telephone','Text',''),(10171,971,326,'Mobile Phone Number','mobile','Text','0744814916'),(10172,972,324,'First Name','firstname','Text','jeremy'),(10173,972,323,'Surname','surname','Text','roedig'),(10174,972,328,'ID Number','id','Text','8812135119089'),(10175,972,327,'Email Address','email','Text','jeremyroedig0@gmail.com'),(10176,972,320,'Telephone Number','telephone','Text','0662242238'),(10177,972,326,'Mobile Phone Number','mobile','Text','0848643944'),(10178,973,324,'First Name','firstname','Text','jeremy'),(10179,973,323,'Surname','surname','Text','roedig'),(10180,973,328,'ID Number','id','Text','8812135119089'),(10181,973,327,'Email Address','email','Text','jeremyroedig0@gmail.com'),(10182,973,320,'Telephone Number','telephone','Text','0662242238'),(10183,973,326,'Mobile Phone Number','mobile','Text','0848643944'),(10184,974,324,'First Name','firstname','Text','Gareth'),(10185,974,323,'Surname','surname','Text','Kneale'),(10186,974,328,'ID Number','id','Text','6302205023082'),(10187,974,327,'Email Address','email','Text','gareth.kneale@gmail.com'),(10188,974,320,'Telephone Number','telephone','Text',''),(10189,974,326,'Mobile Phone Number','mobile','Text','+27789179842'),(10190,975,324,'First Name','firstname','Text','Gareth'),(10191,975,323,'Surname','surname','Text','Kneale'),(10192,975,328,'ID Number','id','Text','6302205023082'),(10193,975,327,'Email Address','email','Text','gareth.kneale@gmail.com'),(10194,975,320,'Telephone Number','telephone','Text',''),(10195,975,326,'Mobile Phone Number','mobile','Text','0789179842'),(10196,976,324,'First Name','firstname','Text','Carl'),(10197,976,323,'Surname','surname','Text','Harker'),(10198,976,328,'ID Number','id','Text','9402095334081'),(10199,976,327,'Email Address','email','Text','carlharker94@gmail.com'),(10200,976,320,'Telephone Number','telephone','Text',''),(10201,976,326,'Mobile Phone Number','mobile','Text','0622761671'),(10202,977,324,'First Name','firstname','Text','Carl'),(10203,977,323,'Surname','surname','Text','Harker'),(10204,977,328,'ID Number','id','Text','9402095334081'),(10205,977,327,'Email Address','email','Text','carlharker94@gmail.com'),(10206,977,320,'Telephone Number','telephone','Text',''),(10207,977,326,'Mobile Phone Number','mobile','Text','0622761671'),(10208,978,324,'First Name','firstname','Text','Carl'),(10209,978,323,'Surname','surname','Text','Harker'),(10210,978,328,'ID Number','id','Text','9402095334081'),(10211,978,327,'Email Address','email','Text','carlharker94@gmail.com'),(10212,978,320,'Telephone Number','telephone','Text',''),(10213,978,326,'Mobile Phone Number','mobile','Text','0622761671'),(10214,979,324,'First Name','firstname','Text','Carl'),(10215,979,323,'Surname','surname','Text','Harker'),(10216,979,328,'ID Number','id','Text','9402095334081'),(10217,979,327,'Email Address','email','Text','charmil9mil@gmail.com'),(10218,979,320,'Telephone Number','telephone','Text',''),(10219,979,326,'Mobile Phone Number','mobile','Text','0622761671'),(10220,980,465,'First Name','firstname','Text','CharlzsMak'),(10221,980,464,'Surname','surname','Text','CharlzsMak'),(10222,980,468,'ID Number','id','Text','9940'),(10223,980,467,'Email Address','email','Text','50perday@gmx.com'),(10224,980,463,'Telephone Number','telephone','Text','82659522151'),(10225,980,466,'Mobile Phone Number','mobile','Text','84798131348'),(10226,980,498,'The Job or Production','production','Text',''),(10227,980,503,'Date of Production','productiondate','Text','1978-12-10'),(10228,980,504,'Name of Your Agent','agentname','Text','CharlzsMak'),(10229,980,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(10230,980,527,'Description/Message','description','Textarea','Hello. And Bye.'),(10231,981,465,'First Name','firstname','Text','Nontombi Christina '),(10232,981,464,'Surname','surname','Text','Mokholokotho'),(10233,981,468,'ID Number','id','Text','9503271282083'),(10234,981,467,'Email Address','email','Text','ncmkholokothoo@gmail.com'),(10235,981,463,'Telephone Number','telephone','Text','0815182223'),(10236,981,466,'Mobile Phone Number','mobile','Text','0815182223'),(10237,981,498,'The Job or Production','production','Text','production '),(10238,981,503,'Date of Production','productiondate','Text','Asap '),(10239,981,504,'Name of Your Agent','agentname','Text','Ndlazi projects '),(10240,981,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','no'),(10241,981,527,'Description/Message','description','Textarea','i like to register on OSCASA im struggling to register online please email me the application forms and all the requirements '),(10242,982,324,'First Name','firstname','Text','Nontombi Christina '),(10243,982,323,'Surname','surname','Text','Mokholokotho'),(10244,982,328,'ID Number','id','Text','9503271282083'),(10245,982,327,'Email Address','email','Text','ndlazitrading95@gmail.com'),(10246,982,320,'Telephone Number','telephone','Text','0815513344'),(10247,982,326,'Mobile Phone Number','mobile','Text','0815513344'),(10248,983,324,'First Name','firstname','Text','Cindy'),(10249,983,323,'Surname','surname','Text','Fick'),(10250,983,328,'ID Number','id','Text','8504060144089'),(10251,983,327,'Email Address','email','Text','jolene@yes.could.za'),(10252,983,320,'Telephone Number','telephone','Text','0215937915'),(10253,983,326,'Mobile Phone Number','mobile','Text','0764838739'),(10254,984,324,'First Name','firstname','Text','Kami'),(10255,984,323,'Surname','surname','Text','Gordon'),(10256,984,328,'ID Number','id','Text','7004200247083'),(10257,984,327,'Email Address','email','Text','kamigordon@gmail.com'),(10258,984,320,'Telephone Number','telephone','Text','+27629035454'),(10259,984,326,'Mobile Phone Number','mobile','Text','+27629035454'),(10260,985,324,'First Name','firstname','Text','Johan'),(10261,985,323,'Surname','surname','Text','Delport '),(10262,985,328,'ID Number','id','Text','6209225192088'),(10263,985,327,'Email Address','email','Text','markvanderwalt@telkomsa.net'),(10264,985,320,'Telephone Number','telephone','Text','083 768 6674 '),(10265,985,326,'Mobile Phone Number','mobile','Text','083 768 6674 '),(10266,986,324,'First Name','firstname','Text','Poloko'),(10267,986,323,'Surname','surname','Text','Gabafediwe'),(10268,986,328,'ID Number','id','Text','9311215663081'),(10269,986,327,'Email Address','email','Text','bob336625@gmail.com'),(10270,986,320,'Telephone Number','telephone','Text',''),(10271,986,326,'Mobile Phone Number','mobile','Text','0765712757'),(10272,987,324,'First Name','firstname','Text','Therrance'),(10273,987,323,'Surname','surname','Text','Rauwane'),(10274,987,328,'ID Number','id','Text','8707205583083'),(10275,987,327,'Email Address','email','Text','karabojami@gmail.com'),(10276,987,320,'Telephone Number','telephone','Text',''),(10277,987,326,'Mobile Phone Number','mobile','Text','0748178355'),(10278,988,324,'First Name','firstname','Text','tebatso'),(10279,988,323,'Surname','surname','Text','chiloane'),(10280,988,328,'ID Number','id','Text','8708106019086'),(10281,988,327,'Email Address','email','Text','trchiloane@gmail.com'),(10282,988,320,'Telephone Number','telephone','Text',''),(10283,988,326,'Mobile Phone Number','mobile','Text','0796795050'),(10284,989,324,'First Name','firstname','Text','lindiwe'),(10285,989,323,'Surname','surname','Text','ngobese'),(10286,989,328,'ID Number','id','Text','6204240831083'),(10287,989,327,'Email Address','email','Text','ngobeselindibe@gmail.com'),(10288,989,320,'Telephone Number','telephone','Text',' 0835286539'),(10289,989,326,'Mobile Phone Number','mobile','Text','0835286539'),(10290,990,324,'First Name','firstname','Text','Christian '),(10291,990,323,'Surname','surname','Text','de Jager'),(10292,990,328,'ID Number','id','Text','7206155065085'),(10293,990,327,'Email Address','email','Text','xtian.dejager@gmil.com'),(10294,990,320,'Telephone Number','telephone','Text','0727733757'),(10295,990,326,'Mobile Phone Number','mobile','Text','0727733757'),(10296,991,324,'First Name','firstname','Text','Christian '),(10297,991,323,'Surname','surname','Text','de Jager'),(10298,991,328,'ID Number','id','Text','7206155065085'),(10299,991,327,'Email Address','email','Text','xtian.dejager@gmil.com'),(10300,991,320,'Telephone Number','telephone','Text','0727733757'),(10301,991,326,'Mobile Phone Number','mobile','Text','0727733757'),(10302,992,324,'First Name','firstname','Text','Christian '),(10303,992,323,'Surname','surname','Text','de Jager'),(10304,992,328,'ID Number','id','Text','7206155065085'),(10305,992,327,'Email Address','email','Text','xtian.dejager@gmil.com'),(10306,992,320,'Telephone Number','telephone','Text','0727733757'),(10307,992,326,'Mobile Phone Number','mobile','Text','0727733757'),(10308,993,324,'First Name','firstname','Text','Ntombi'),(10309,993,323,'Surname','surname','Text','Ramakgapola'),(10310,993,328,'ID Number','id','Text','8504170888088'),(10311,993,327,'Email Address','email','Text','ntombikayise85@gmail.com'),(10312,993,320,'Telephone Number','telephone','Text',''),(10313,993,326,'Mobile Phone Number','mobile','Text','0789872988'),(10314,994,324,'First Name','firstname','Text','Magauta'),(10315,994,323,'Surname','surname','Text',' Molaba '),(10316,994,328,'ID Number','id','Text','6812260737087'),(10317,994,327,'Email Address','email','Text','magautamolaba@gmail.com'),(10318,994,320,'Telephone Number','telephone','Text','0733866239'),(10319,994,326,'Mobile Phone Number','mobile','Text','0733866239'),(10320,995,324,'First Name','firstname','Text','Magauta'),(10321,995,323,'Surname','surname','Text','molaba'),(10322,995,328,'ID Number','id','Text','6812260737087'),(10323,995,327,'Email Address','email','Text','magautamolaba@gmail.com'),(10324,995,320,'Telephone Number','telephone','Text',''),(10325,995,326,'Mobile Phone Number','mobile','Text','0733866239'),(10326,996,324,'First Name','firstname','Text','Nomhle'),(10327,996,323,'Surname','surname','Text','Mncina'),(10328,996,328,'ID Number','id','Text','9507160554080'),(10329,996,327,'Email Address','email','Text','nomhle.mcina1607@gmail.com'),(10330,996,320,'Telephone Number','telephone','Text',''),(10331,996,326,'Mobile Phone Number','mobile','Text','0769245729'),(10332,997,324,'First Name','firstname','Text','Jade'),(10333,997,323,'Surname','surname','Text','Stephens'),(10334,997,328,'ID Number','id','Text','9707280029084'),(10335,997,327,'Email Address','email','Text','jade.stephens1997@gmail.com'),(10336,997,320,'Telephone Number','telephone','Text','0820535844'),(10337,997,326,'Mobile Phone Number','mobile','Text','0820535844'),(10338,998,324,'First Name','firstname','Text','Christian'),(10339,998,323,'Surname','surname','Text','de Jager'),(10340,998,328,'ID Number','id','Text','7206155065085'),(10341,998,327,'Email Address','email','Text','xtiandejager@gmail.com'),(10342,998,320,'Telephone Number','telephone','Text','0727733757'),(10343,998,326,'Mobile Phone Number','mobile','Text','0727733757'),(10344,999,324,'First Name','firstname','Text','Charlize'),(10345,999,323,'Surname','surname','Text','Churcher'),(10346,999,328,'ID Number','id','Text','0206130894085'),(10347,999,327,'Email Address','email','Text','churcherl@gmail.com'),(10348,999,320,'Telephone Number','telephone','Text','0829004824'),(10349,999,326,'Mobile Phone Number','mobile','Text','0829004824'),(10350,1000,324,'First Name','firstname','Text','Charlize'),(10351,1000,323,'Surname','surname','Text','Churcher'),(10352,1000,328,'ID Number','id','Text','0206130894085'),(10353,1000,327,'Email Address','email','Text','Charlize.churcher@gmail.com'),(10354,1000,320,'Telephone Number','telephone','Text','0829004824'),(10355,1000,326,'Mobile Phone Number','mobile','Text','0829004824'),(10356,1001,324,'First Name','firstname','Text','Kwezilomso Atlanta'),(10357,1001,323,'Surname','surname','Text','Heita'),(10358,1001,328,'ID Number','id','Text','9604010475085'),(10359,1001,327,'Email Address','email','Text','Kayloheita@gmail.com'),(10360,1001,320,'Telephone Number','telephone','Text','0614047312'),(10361,1001,326,'Mobile Phone Number','mobile','Text','0814782346'),(10362,1002,324,'First Name','firstname','Text','Kwezilomso Atlanta'),(10363,1002,323,'Surname','surname','Text','Heita'),(10364,1002,328,'ID Number','id','Text','9604010475085'),(10365,1002,327,'Email Address','email','Text','Kayloheita@gmail.com'),(10366,1002,320,'Telephone Number','telephone','Text','0614047312'),(10367,1002,326,'Mobile Phone Number','mobile','Text','0814782346'),(10368,1003,324,'First Name','firstname','Text','Trichea '),(10369,1003,323,'Surname','surname','Text','Christians '),(10370,1003,328,'ID Number','id','Text','9910080591085'),(10371,1003,327,'Email Address','email','Text','Tricheachristisns81@gmail.com'),(10372,1003,320,'Telephone Number','telephone','Text','0214480567'),(10373,1003,326,'Mobile Phone Number','mobile','Text','0733816652'),(10374,1004,324,'First Name','firstname','Text','Jucia diorelle'),(10375,1004,323,'Surname','surname','Text','Nganga '),(10376,1004,328,'ID Number','id','Text','9505221288268'),(10377,1004,327,'Email Address','email','Text','Juciadiorelle@gmail.com'),(10378,1004,320,'Telephone Number','telephone','Text','0735229821'),(10379,1004,326,'Mobile Phone Number','mobile','Text',''),(10380,1005,324,'First Name','firstname','Text','mqondisi'),(10381,1005,323,'Surname','surname','Text','masina'),(10382,1005,328,'ID Number','id','Text','9711265352081'),(10383,1005,327,'Email Address','email','Text','mqondisimasina1@gmail.com'),(10384,1005,320,'Telephone Number','telephone','Text',''),(10385,1005,326,'Mobile Phone Number','mobile','Text','0849912388'),(10386,1006,324,'First Name','firstname','Text','Siphosethu'),(10387,1006,323,'Surname','surname','Text','Mpulu'),(10388,1006,328,'ID Number','id','Text','9811010876085'),(10389,1006,327,'Email Address','email','Text','sethu2650@gmail.com'),(10390,1006,320,'Telephone Number','telephone','Text',''),(10391,1006,326,'Mobile Phone Number','mobile','Text','0717167317'),(10392,1007,324,'First Name','firstname','Text','Siyenama '),(10393,1007,323,'Surname','surname','Text','Nzama'),(10394,1007,328,'ID Number','id','Text','9009160080083'),(10395,1007,327,'Email Address','email','Text','admin@eliteartists.co.za'),(10396,1007,320,'Telephone Number','telephone','Text',''),(10397,1007,326,'Mobile Phone Number','mobile','Text',''),(10398,1008,324,'First Name','firstname','Text','Zonke'),(10399,1008,323,'Surname','surname','Text','Dlakavu'),(10400,1008,328,'ID Number','id','Text','9503200927089'),(10401,1008,327,'Email Address','email','Text','dlakavuzonke@gmail.com'),(10402,1008,320,'Telephone Number','telephone','Text','0715476289'),(10403,1008,326,'Mobile Phone Number','mobile','Text','0715476289'),(10404,1009,324,'First Name','firstname','Text','Marthina'),(10405,1009,323,'Surname','surname','Text','Loots'),(10406,1009,328,'ID Number','id','Text','6408170026081'),(10407,1009,327,'Email Address','email','Text','lootsm17@gmail.com'),(10408,1009,320,'Telephone Number','telephone','Text','0823390223'),(10409,1009,326,'Mobile Phone Number','mobile','Text','0823390223'),(10410,1010,324,'First Name','firstname','Text','Christian '),(10411,1010,323,'Surname','surname','Text','de Jager'),(10412,1010,328,'ID Number','id','Text','7206155065085'),(10413,1010,327,'Email Address','email','Text','xtian.dejager@gmail.com'),(10414,1010,320,'Telephone Number','telephone','Text','0727733757'),(10415,1010,326,'Mobile Phone Number','mobile','Text','0727733757'),(10416,1011,324,'First Name','firstname','Text','Hawkins'),(10417,1011,323,'Surname','surname','Text','BOJE'),(10418,1011,328,'ID Number','id','Text','CTR00565705'),(10419,1011,327,'Email Address','email','Text','hawkins.boje92@gmail.com'),(10420,1011,320,'Telephone Number','telephone','Text','0218270833'),(10421,1011,326,'Mobile Phone Number','mobile','Text','0783400464'),(10422,1012,90,'Title','title','Text','Miss'),(10423,1012,51,'First Name','firstname','Text','Helena'),(10424,1012,52,'Surname','surname','Text','Calitz'),(10425,1012,124,'Designation','contactdesignation','Text','CEO'),(10426,1012,65,'Website','website','Text',''),(10427,1012,66,'Email Address','email','Text','helena@xtyle.co.za'),(10428,1012,132,'Telephone Number','telephone','Text','+27829033799'),(10429,1012,67,'Mobile Phone Number','mobile','Text','0829033799'),(10430,1012,72,'Company Name','companyname','Text','XFE Group (PTY) Ltd.'),(10431,1012,125,'Trading Name','tradingname','Text','Xtyle Fitness and Entertainment'),(10432,1012,126,'Company Type','companytype','Radio Group','Pty Ltd'),(10433,1012,127,'Company Registration','companyregistration','Text','2016 / 474972 / 07'),(10434,1012,79,'Physical Address','address1','Text','5 Sunlight Street'),(10435,1012,80,'Suburb','suburb','Text','Farrarmere'),(10436,1012,81,'Town or City','towncity','Text','Benoni'),(10437,1012,297,'Province','province','Select List','Gauteng'),(10438,1012,95,'Postcode','postcode','Text','1501'),(10439,1012,100,'Postal Address 1','postaladdress1','Text','5 Sunlight Street'),(10440,1012,101,'Postal Address 2','postaladdress2','Text','Farrarmere, Benoni'),(10441,1012,102,'Postcode','postcodepostal','Text','1501'),(10442,1012,145,'Casting Type','castingtype','Select List','Characters'),(10443,1012,145,'Casting Type','castingtype','Select List','Kids'),(10444,1012,145,'Casting Type','castingtype','Select List','Walk Ons'),(10445,1012,145,'Casting Type','castingtype','Select List','Featured Extras'),(10446,1012,145,'Casting Type','castingtype','Select List','Background Extras'),(10447,1012,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(10448,1012,175,'First & Surname','owner1name','Text','Helena Calitz'),(10449,1012,176,' ID Number','owner1id','Text','850270082082'),(10450,1012,177,'Position','owner1position','Text','CEO'),(10451,1012,186,'Mobile Phone Number','owner1mobile','Text','0829033799'),(10452,1012,191,'First & Surname','firstsurname2','Text',''),(10453,1012,196,'ID Number','idnumberowner2','Text',''),(10454,1012,197,'Position','position2','Text',''),(10455,1012,202,'Mobile Phone Number','mobilenumber2','Text',''),(10456,1012,207,'First & Surname','firstnamesurname3','Text',''),(10457,1012,208,'ID Number','idnumber3','Text',''),(10458,1012,213,'Position','position3','Text',''),(10459,1012,214,'Mobile Phone Number','mobile3','Text',''),(10460,1012,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(10461,1012,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/OSCASA_Ts-Cs-Code-Of-Conduct-Constitution_v21-signed.pdf'),(10462,1012,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/bcf709b0f28a6a28b7dd5d74716a4fb0_Payment_Notification.pdf'),(10463,1012,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Helena_ID.jpg'),(10464,1012,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(10465,1012,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(10466,1012,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Bank_Confirmation_Letter.pdf'),(10467,1012,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Tax_Clearance_XFE.pdf'),(10468,1012,259,'Proof of Physical Address','proofaddress','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/proof_of_address-1.jpg'),(10469,1013,324,'First Name','firstname','Text','Kim '),(10470,1013,323,'Surname','surname','Text','Williams'),(10471,1013,328,'ID Number','id','Text','8307120176087'),(10472,1013,327,'Email Address','email','Text','Saba1hassan@gmail.com'),(10473,1013,320,'Telephone Number','telephone','Text','0713117209'),(10474,1013,326,'Mobile Phone Number','mobile','Text','0713117209'),(10475,1014,324,'First Name','firstname','Text','nhlanhla'),(10476,1014,323,'Surname','surname','Text','gongotha'),(10477,1014,328,'ID Number','id','Text','050702538808'),(10478,1014,327,'Email Address','email','Text','sisanda.gongotha@westerncape.gov.za'),(10479,1014,320,'Telephone Number','telephone','Text','0653346629'),(10480,1014,326,'Mobile Phone Number','mobile','Text','0213774397'),(10481,1015,324,'First Name','firstname','Text','Hawkins'),(10482,1015,323,'Surname','surname','Text','BOJE'),(10483,1015,328,'ID Number','id','Text','A06686483'),(10484,1015,327,'Email Address','email','Text','hawkins.boje92@gmail.com'),(10485,1015,320,'Telephone Number','telephone','Text','0218270833'),(10486,1015,326,'Mobile Phone Number','mobile','Text','0783400464'),(10487,1016,465,'First Name','firstname','Text','Ilmakrep'),(10488,1016,464,'Surname','surname','Text','Ilmakrep'),(10489,1016,468,'ID Number','id','Text','6854'),(10490,1016,467,'Email Address','email','Text','besmdoepsaopeopa@mail.ru'),(10491,1016,463,'Telephone Number','telephone','Text','88246312912'),(10492,1016,466,'Mobile Phone Number','mobile','Text','84376837583'),(10493,1016,498,'The Job or Production','production','Text',''),(10494,1016,503,'Date of Production','productiondate','Text','1979-11-10'),(10495,1016,504,'Name of Your Agent','agentname','Text','Ilmakrep'),(10496,1016,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','no'),(10497,1016,527,'Description/Message','description','Textarea','Все про то, как уехать из России'),(10498,1017,90,'Title','title','Text','Mrs'),(10499,1017,51,'First Name','firstname','Text','Jill'),(10500,1017,52,'Surname','surname','Text','Bell'),(10501,1017,124,'Designation','contactdesignation','Text','Owner'),(10502,1017,65,'Website','website','Text','www.thecandidate.co.za'),(10503,1017,66,'Email Address','email','Text','jill@thecandidate.co.za'),(10504,1017,132,'Telephone Number','telephone','Text','0399751233'),(10505,1017,67,'Mobile Phone Number','mobile','Text','0762074401'),(10506,1017,72,'Company Name','companyname','Text','The Candidate Casting'),(10507,1017,125,'Trading Name','tradingname','Text','The Candidate'),(10508,1017,126,'Company Type','companytype','Radio Group','SoleOwner'),(10509,1017,127,'Company Registration','companyregistration','Text',''),(10510,1017,79,'Physical Address','address1','Text','4 Gumtree Drive'),(10511,1017,80,'Suburb','suburb','Text','Sezela'),(10512,1017,81,'Town or City','towncity','Text','Pennington'),(10513,1017,297,'Province','province','Select List','Gauteng'),(10514,1017,95,'Postcode','postcode','Text','4215'),(10515,1017,100,'Postal Address 1','postaladdress1','Text','4 Gumtree Drive'),(10516,1017,101,'Postal Address 2','postaladdress2','Text','Sezela'),(10517,1017,102,'Postcode','postcodepostal','Text','4215'),(10518,1017,145,'Casting Type','castingtype','Select List',''),(10519,1017,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(10520,1017,175,'First & Surname','owner1name','Text','Jill Bell'),(10521,1017,176,' ID Number','owner1id','Text','6106070019087'),(10522,1017,177,'Position','owner1position','Text','owner'),(10523,1017,186,'Mobile Phone Number','owner1mobile','Text','0762074401'),(10524,1017,191,'First & Surname','firstsurname2','Text',''),(10525,1017,196,'ID Number','idnumberowner2','Text',''),(10526,1017,197,'Position','position2','Text',''),(10527,1017,202,'Mobile Phone Number','mobilenumber2','Text',''),(10528,1017,207,'First & Surname','firstnamesurname3','Text',''),(10529,1017,208,'ID Number','idnumber3','Text',''),(10530,1017,213,'Position','position3','Text',''),(10531,1017,214,'Mobile Phone Number','mobile3','Text',''),(10532,1017,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(10533,1017,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Scan_20180610.pdf'),(10534,1017,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/68f07a75a9bfe92f84041b854fdbfc26_Payment_OSCASA.pdf'),(10535,1017,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/scanned_ID_JILL.pdf'),(10536,1017,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(10537,1017,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(10538,1017,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/capitec_account_details.pdf'),(10539,1017,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/Notice_of_Paye_Reg_Jill_Bell.pdf'),(10540,1017,259,'Proof of Physical Address','proofaddress','File Upload','/home/oscasaco/public_html/media/breezingforms/uploads/copy_of_lease_4_gumtree.pdf'),(10541,1018,324,'First Name','firstname','Text','Lelethu'),(10542,1018,323,'Surname','surname','Text','Lindipasi'),(10543,1018,328,'ID Number','id','Text','9704231100080'),(10544,1018,327,'Email Address','email','Text','Lelethulindie@gmail.com'),(10545,1018,320,'Telephone Number','telephone','Text','0790139735'),(10546,1018,326,'Mobile Phone Number','mobile','Text',''),(10547,1019,324,'First Name','firstname','Text','Albert'),(10548,1019,323,'Surname','surname','Text','Pearson'),(10549,1019,328,'ID Number','id','Text','8601165176089'),(10550,1019,327,'Email Address','email','Text','albert.pvt@outlook.com'),(10551,1019,320,'Telephone Number','telephone','Text','0648048217'),(10552,1019,326,'Mobile Phone Number','mobile','Text','0648048217'),(10553,1020,324,'First Name','firstname','Text','Lizalise'),(10554,1020,323,'Surname','surname','Text','Sobuza'),(10555,1020,328,'ID Number','id','Text','9708151130084'),(10556,1020,327,'Email Address','email','Text','sobuzalizalise21@gmail.com'),(10557,1020,320,'Telephone Number','telephone','Text',''),(10558,1020,326,'Mobile Phone Number','mobile','Text','0731206935'),(10559,1021,324,'First Name','firstname','Text','Janice'),(10560,1021,323,'Surname','surname','Text','Carelse'),(10561,1021,328,'ID Number','id','Text','9811210111085'),(10562,1021,327,'Email Address','email','Text','janicercarelse21k@gmail.com'),(10563,1021,320,'Telephone Number','telephone','Text','0217524818'),(10564,1021,326,'Mobile Phone Number','mobile','Text','0662357353'),(10565,1022,324,'First Name','firstname','Text','oluwaseyi '),(10566,1022,323,'Surname','surname','Text','isikalu'),(10567,1022,328,'ID Number','id','Text','A06102331'),(10568,1022,327,'Email Address','email','Text','abayomiseyi@gmail.com'),(10569,1022,320,'Telephone Number','telephone','Text','0843869336'),(10570,1022,326,'Mobile Phone Number','mobile','Text','0843869336'),(10571,1023,324,'First Name','firstname','Text','PATRICIA'),(10572,1023,323,'Surname','surname','Text','ADONIS'),(10573,1023,328,'ID Number','id','Text','7905100195083'),(10574,1023,327,'Email Address','email','Text','nuzaze@gmail.com'),(10575,1023,320,'Telephone Number','telephone','Text','0813236007'),(10576,1023,326,'Mobile Phone Number','mobile','Text','0839261556'),(10577,1024,324,'First Name','firstname','Text','PATRICIA'),(10578,1024,323,'Surname','surname','Text','ADONIS'),(10579,1024,328,'ID Number','id','Text','7905100195083'),(10580,1024,327,'Email Address','email','Text','nuzaze@gmail.com'),(10581,1024,320,'Telephone Number','telephone','Text','0813236007'),(10582,1024,326,'Mobile Phone Number','mobile','Text','0839261556'),(10583,1025,324,'First Name','firstname','Text','Fana'),(10584,1025,323,'Surname','surname','Text','Dlamini'),(10585,1025,328,'ID Number','id','Text','9107246216083'),(10586,1025,327,'Email Address','email','Text','clips.dlamini@gmail.com'),(10587,1025,320,'Telephone Number','telephone','Text',''),(10588,1025,326,'Mobile Phone Number','mobile','Text','0813898463 '),(10589,1026,324,'First Name','firstname','Text','Maggie'),(10590,1026,323,'Surname','surname','Text','Mboyane'),(10591,1026,328,'ID Number','id','Text','8801120865087'),(10592,1026,327,'Email Address','email','Text','Mattegreymodels@gmail.com'),(10593,1026,320,'Telephone Number','telephone','Text','0614355500'),(10594,1026,326,'Mobile Phone Number','mobile','Text','0614355500'),(10595,1027,324,'First Name','firstname','Text','Siyanda'),(10596,1027,323,'Surname','surname','Text','Williams'),(10597,1027,328,'ID Number','id','Text','8816095160082'),(10598,1027,327,'Email Address','email','Text','www.siyandawilliams@gmail.com'),(10599,1027,320,'Telephone Number','telephone','Text',''),(10600,1027,326,'Mobile Phone Number','mobile','Text','0789636688'),(10601,1028,324,'First Name','firstname','Text','farzana'),(10602,1028,323,'Surname','surname','Text','moolla'),(10603,1028,328,'ID Number','id','Text','9105150095089'),(10604,1028,327,'Email Address','email','Text','farzana.m@sesfigile.co.za'),(10605,1028,320,'Telephone Number','telephone','Text','0114253358'),(10606,1028,326,'Mobile Phone Number','mobile','Text','0833526718'),(10607,1029,324,'First Name','firstname','Text','CLIFFORD'),(10608,1029,323,'Surname','surname','Text','van der scholtz'),(10609,1029,328,'ID Number','id','Text','6211015199083'),(10610,1029,327,'Email Address','email','Text','cliffy123@webmail.co.za'),(10611,1029,320,'Telephone Number','telephone','Text','0735302136'),(10612,1029,326,'Mobile Phone Number','mobile','Text','0735302136'),(10613,1030,324,'First Name','firstname','Text','Michael'),(10614,1030,323,'Surname','surname','Text','Da Silva'),(10615,1030,328,'ID Number','id','Text','9209145199087'),(10616,1030,327,'Email Address','email','Text','miguel7dasilva@gmail.com'),(10617,1030,320,'Telephone Number','telephone','Text','0214192709'),(10618,1030,326,'Mobile Phone Number','mobile','Text','0769868214'),(10619,1031,324,'First Name','firstname','Text','Maggie'),(10620,1031,323,'Surname','surname','Text','Mboyane'),(10621,1031,328,'ID Number','id','Text','8801120865087'),(10622,1031,327,'Email Address','email','Text','Mattegreymodels@gmail.com'),(10623,1031,320,'Telephone Number','telephone','Text','0614355500'),(10624,1031,326,'Mobile Phone Number','mobile','Text','0614355500'),(10625,1032,324,'First Name','firstname','Text','Dimpho'),(10626,1032,323,'Surname','surname','Text','Nchai'),(10627,1032,328,'ID Number','id','Text','9902011461082'),(10628,1032,327,'Email Address','email','Text','Dimphonchai22@gmail.com'),(10629,1032,320,'Telephone Number','telephone','Text','0844604187'),(10630,1032,326,'Mobile Phone Number','mobile','Text','0844604187'),(10631,1033,324,'First Name','firstname','Text','Christine'),(10632,1033,323,'Surname','surname','Text','Matavire'),(10633,1033,328,'ID Number','id','Text','CN1683'),(10634,1033,327,'Email Address','email','Text','matavirechristine@gmail.com'),(10635,1033,320,'Telephone Number','telephone','Text',''),(10636,1033,326,'Mobile Phone Number','mobile','Text','0744144689'),(10637,1034,465,'First Name','firstname','Text','Lisanda'),(10638,1034,464,'Surname','surname','Text','Freddie'),(10639,1034,468,'ID Number','id','Text','9802020369088'),(10640,1034,467,'Email Address','email','Text','lisanda.freddie@gmail.com'),(10641,1034,463,'Telephone Number','telephone','Text',''),(10642,1034,466,'Mobile Phone Number','mobile','Text','0810421638'),(10643,1034,498,'The Job or Production','production','Text','Origin'),(10644,1034,503,'Date of Production','productiondate','Text',''),(10645,1034,504,'Name of Your Agent','agentname','Text','London07'),(10646,1034,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(10647,1034,527,'Description/Message','description','Textarea','I signed up with London07 approximately 6 months ago. And they\'ve been the worst. Payments are always late, and not the amount that was agreed on. I did two jobs for them approximately 4months ago and they haven\'t paid us. Waiting period should be, as written on their book 4-6weeks. And they aren\'t saying anything regarding our payments. It\'s either they respond rudely or don\'t reply at all. This is very unethical and disappointing. There is quite a number of us. I know this because we as artists do communicate on day to day basis. We\'ve grown close, especially during this horrific time. '),(10648,1035,324,'First Name','firstname','Text','Koketso'),(10649,1035,323,'Surname','surname','Text','Malebana'),(10650,1035,328,'ID Number','id','Text','0105220831082'),(10651,1035,327,'Email Address','email','Text','malebanakoketso@gmail.com'),(10652,1035,320,'Telephone Number','telephone','Text','0785168479'),(10653,1035,326,'Mobile Phone Number','mobile','Text','0785168479'),(10654,1036,324,'First Name','firstname','Text','Cynthia '),(10655,1036,323,'Surname','surname','Text','Derby-Lewis '),(10656,1036,328,'ID Number','id','Text','5907240136086'),(10657,1036,327,'Email Address','email','Text','Cynmdl@gmail.com'),(10658,1036,320,'Telephone Number','telephone','Text',''),(10659,1036,326,'Mobile Phone Number','mobile','Text','0761291261'),(10660,1037,324,'First Name','firstname','Text','Bafana '),(10661,1037,323,'Surname','surname','Text','Skhosana'),(10662,1037,328,'ID Number','id','Text','9110315402089'),(10663,1037,327,'Email Address','email','Text','bafanadash@gmail.com'),(10664,1037,320,'Telephone Number','telephone','Text',''),(10665,1037,326,'Mobile Phone Number','mobile','Text','076 2696 510'),(10666,1038,324,'First Name','firstname','Text','Everon Denver'),(10667,1038,323,'Surname','surname','Text','April'),(10668,1038,328,'ID Number','id','Text','6710195500085'),(10669,1038,327,'Email Address','email','Text','carin.fisher@gmail.com'),(10670,1038,320,'Telephone Number','telephone','Text','0763687739'),(10671,1038,326,'Mobile Phone Number','mobile','Text','0763687739'),(10672,1039,324,'First Name','firstname','Text','everon'),(10673,1039,323,'Surname','surname','Text','april'),(10674,1039,328,'ID Number','id','Text','6710195500085'),(10675,1039,327,'Email Address','email','Text','carin.fisher@gmail.com'),(10676,1039,320,'Telephone Number','telephone','Text','0763687739'),(10677,1039,326,'Mobile Phone Number','mobile','Text','0763687739'),(10678,1040,324,'First Name','firstname','Text','Nqophisa '),(10679,1040,323,'Surname','surname','Text','Nodi '),(10680,1040,328,'ID Number','id','Text','9902040434084'),(10681,1040,327,'Email Address','email','Text','nodinqophisa8@gmail.com'),(10682,1040,320,'Telephone Number','telephone','Text',''),(10683,1040,326,'Mobile Phone Number','mobile','Text','0626270305'),(10684,1041,324,'First Name','firstname','Text','Sue'),(10685,1041,323,'Surname','surname','Text','Maistry'),(10686,1041,328,'ID Number','id','Text','7908310060089'),(10687,1041,327,'Email Address','email','Text','maistrysue@yahoo.com'),(10688,1041,320,'Telephone Number','telephone','Text','0744260873'),(10689,1041,326,'Mobile Phone Number','mobile','Text','0744260873'),(10690,1042,324,'First Name','firstname','Text','Tsolofelo'),(10691,1042,323,'Surname','surname','Text','Mpanza '),(10692,1042,328,'ID Number','id','Text','9903031399088'),(10693,1042,327,'Email Address','email','Text','mtsova96@gmail.com'),(10694,1042,320,'Telephone Number','telephone','Text','0838637551'),(10695,1042,326,'Mobile Phone Number','mobile','Text','0838637551'),(10696,1043,324,'First Name','firstname','Text','Thabiso'),(10697,1043,323,'Surname','surname','Text','Bless'),(10698,1043,328,'ID Number','id','Text','002055638080'),(10699,1043,327,'Email Address','email','Text','thabisobless123@gmail.com'),(10700,1043,320,'Telephone Number','telephone','Text',''),(10701,1043,326,'Mobile Phone Number','mobile','Text','.0603902823'),(10702,1044,324,'First Name','firstname','Text','jabu'),(10703,1044,323,'Surname','surname','Text','phiri'),(10704,1044,328,'ID Number','id','Text','8805085712085'),(10705,1044,327,'Email Address','email','Text','jabugeorge26@gmail.com'),(10706,1044,320,'Telephone Number','telephone','Text','0640376807'),(10707,1044,326,'Mobile Phone Number','mobile','Text','0640376806'),(10708,1045,324,'First Name','firstname','Text','Jan '),(10709,1045,323,'Surname','surname','Text','Van der mescht'),(10710,1045,328,'ID Number','id','Text','7810025045084 '),(10711,1045,327,'Email Address','email','Text','Janvandermescht@yahoo.com'),(10712,1045,320,'Telephone Number','telephone','Text',''),(10713,1045,326,'Mobile Phone Number','mobile','Text','0620035011'),(10714,1046,324,'First Name','firstname','Text','Lebogang'),(10715,1046,323,'Surname','surname','Text','Kgosana'),(10716,1046,328,'ID Number','id','Text','9507210120080'),(10717,1046,327,'Email Address','email','Text','bridgetteljkgosana@outlook.com'),(10718,1046,320,'Telephone Number','telephone','Text',''),(10719,1046,326,'Mobile Phone Number','mobile','Text','0795460259'),(10720,1047,324,'First Name','firstname','Text','Schalk'),(10721,1047,323,'Surname','surname','Text','van Staden'),(10722,1047,328,'ID Number','id','Text','0111085131089'),(10723,1047,327,'Email Address','email','Text','schalk12vanstaden@gmail.com'),(10724,1047,320,'Telephone Number','telephone','Text',''),(10725,1047,326,'Mobile Phone Number','mobile','Text','0629837663'),(10726,1048,324,'First Name','firstname','Text','Geneva'),(10727,1048,323,'Surname','surname','Text','Lehman'),(10728,1048,328,'ID Number','id','Text','7810220094085'),(10729,1048,327,'Email Address','email','Text','genevalehman2@gmail.com'),(10730,1048,320,'Telephone Number','telephone','Text','0723158889'),(10731,1048,326,'Mobile Phone Number','mobile','Text','0723158889'),(10732,1049,324,'First Name','firstname','Text','Olayinka'),(10733,1049,323,'Surname','surname','Text','Afolabi'),(10734,1049,328,'ID Number','id','Text','CTRNGA000460612'),(10735,1049,327,'Email Address','email','Text','yinlab4@yahoo.com'),(10736,1049,320,'Telephone Number','telephone','Text','+27748216869'),(10737,1049,326,'Mobile Phone Number','mobile','Text','+27748216869'),(10738,1050,324,'First Name','firstname','Text','Olayinka'),(10739,1050,323,'Surname','surname','Text','Afolabi'),(10740,1050,328,'ID Number','id','Text','CTRNGA000460612'),(10741,1050,327,'Email Address','email','Text','yinlab4@yahoo.com'),(10742,1050,320,'Telephone Number','telephone','Text','+27748216869'),(10743,1050,326,'Mobile Phone Number','mobile','Text','+27748216869'),(10744,1051,324,'First Name','firstname','Text','Olayinka'),(10745,1051,323,'Surname','surname','Text','Afolabi'),(10746,1051,328,'ID Number','id','Text','CTRNGA000460612'),(10747,1051,327,'Email Address','email','Text','yinlab4@yahoo.com'),(10748,1051,320,'Telephone Number','telephone','Text','+27748216869'),(10749,1051,326,'Mobile Phone Number','mobile','Text','+27748216869'),(10750,1052,324,'First Name','firstname','Text','Olayinka'),(10751,1052,323,'Surname','surname','Text','Afolabi'),(10752,1052,328,'ID Number','id','Text','A05480995'),(10753,1052,327,'Email Address','email','Text','yinlab4@yahoo.com'),(10754,1052,320,'Telephone Number','telephone','Text','+27748216869'),(10755,1052,326,'Mobile Phone Number','mobile','Text',''),(10756,1053,324,'First Name','firstname','Text','RONELLE'),(10757,1053,323,'Surname','surname','Text','De Souza'),(10758,1053,328,'ID Number','id','Text','7706110172082'),(10759,1053,327,'Email Address','email','Text','errolkhulisa@gmail.com'),(10760,1053,320,'Telephone Number','telephone','Text','0748405734'),(10761,1053,326,'Mobile Phone Number','mobile','Text','0748405734'),(10762,1054,324,'First Name','firstname','Text','Olayinka'),(10763,1054,323,'Surname','surname','Text','Afolabi'),(10764,1054,328,'ID Number','id','Text','CTRNGA000460612'),(10765,1054,327,'Email Address','email','Text','yinlab4@yahoo.com'),(10766,1054,320,'Telephone Number','telephone','Text','0748216869'),(10767,1054,326,'Mobile Phone Number','mobile','Text','0748216869'),(10768,1055,324,'First Name','firstname','Text','OLAYINKA'),(10769,1055,323,'Surname','surname','Text','AFOLABI'),(10770,1055,328,'ID Number','id','Text','CTRNGA000460612'),(10771,1055,327,'Email Address','email','Text','yinlab4@yahoo.com'),(10772,1055,320,'Telephone Number','telephone','Text','0748216869'),(10773,1055,326,'Mobile Phone Number','mobile','Text',''),(10774,1056,324,'First Name','firstname','Text','mosia'),(10775,1056,323,'Surname','surname','Text','mokheseng'),(10776,1056,328,'ID Number','id','Text','9210105207084'),(10777,1056,327,'Email Address','email','Text','cat.mokheseng@gmail.com'),(10778,1056,320,'Telephone Number','telephone','Text','0780820255'),(10779,1056,326,'Mobile Phone Number','mobile','Text','0780820255'),(10780,1057,324,'First Name','firstname','Text','Sandra'),(10781,1057,323,'Surname','surname','Text','Bain Edwards'),(10782,1057,328,'ID Number','id','Text','4207240021086'),(10783,1057,327,'Email Address','email','Text','zingara@telkomsa.net'),(10784,1057,320,'Telephone Number','telephone','Text',''),(10785,1057,326,'Mobile Phone Number','mobile','Text','082 452 2870'),(10786,1058,324,'First Name','firstname','Text','sisonke'),(10787,1058,323,'Surname','surname','Text','Msweli'),(10788,1058,328,'ID Number','id','Text','9102066037081'),(10789,1058,327,'Email Address','email','Text','mswelisisonke@gmail.com'),(10790,1058,320,'Telephone Number','telephone','Text','083 759 7039'),(10791,1058,326,'Mobile Phone Number','mobile','Text','083 498 3596'),(10792,1059,324,'First Name','firstname','Text','Nicole'),(10793,1059,323,'Surname','surname','Text','Zeeman'),(10794,1059,328,'ID Number','id','Text','7406180140081'),(10795,1059,327,'Email Address','email','Text','barthusnicole03@prasa.com'),(10796,1059,320,'Telephone Number','telephone','Text','0214494551'),(10797,1059,326,'Mobile Phone Number','mobile','Text','0832678581'),(10798,1060,324,'First Name','firstname','Text','Nontando'),(10799,1060,323,'Surname','surname','Text','Mbembeni'),(10800,1060,328,'ID Number','id','Text','99605170490087'),(10801,1060,327,'Email Address','email','Text','ntando55m@gmail.com'),(10802,1060,320,'Telephone Number','telephone','Text',''),(10803,1060,326,'Mobile Phone Number','mobile','Text','0725689013'),(10804,1061,324,'First Name','firstname','Text','Nontando'),(10805,1061,323,'Surname','surname','Text','Mbembeni'),(10806,1061,328,'ID Number','id','Text','99605170490087'),(10807,1061,327,'Email Address','email','Text','ntando55m@gmail.com'),(10808,1061,320,'Telephone Number','telephone','Text',''),(10809,1061,326,'Mobile Phone Number','mobile','Text','0725689013'),(10810,1062,324,'First Name','firstname','Text','Elizabeth Lerato'),(10811,1062,323,'Surname','surname','Text','Mampe'),(10812,1062,328,'ID Number','id','Text','8503011259087'),(10813,1062,327,'Email Address','email','Text','leratoelizabeth499@gmail.com'),(10814,1062,320,'Telephone Number','telephone','Text','N/A'),(10815,1062,326,'Mobile Phone Number','mobile','Text','0742579145'),(10816,1063,324,'First Name','firstname','Text','Alizwa '),(10817,1063,323,'Surname','surname','Text','Danisa '),(10818,1063,328,'ID Number','id','Text','9903290401088'),(10819,1063,327,'Email Address','email','Text','Alizwadanisa99@gmail.com'),(10820,1063,320,'Telephone Number','telephone','Text',''),(10821,1063,326,'Mobile Phone Number','mobile','Text','0849619334 '),(10917,1067,327,'Email Address','email','Text','lesegopadi1979@gmail.com'),(10918,1067,320,'Telephone Number','telephone','Text','0726313753'),(10919,1067,326,'Mobile Phone Number','mobile','Text','0726313753'),(10920,1068,324,'First Name','firstname','Text','Lesego'),(10921,1068,323,'Surname','surname','Text','Padi'),(10922,1068,328,'ID Number','id','Text','7904110465081'),(10923,1068,327,'Email Address','email','Text','lesegopadi1979@gmail.com'),(10924,1068,320,'Telephone Number','telephone','Text','0726313753'),(10925,1068,326,'Mobile Phone Number','mobile','Text','0726313753'),(10926,1069,324,'First Name','firstname','Text','Lesego'),(10927,1069,323,'Surname','surname','Text','Padi'),(10928,1069,328,'ID Number','id','Text','7904110465081'),(10929,1069,327,'Email Address','email','Text','lesegopadi1979@gmail.com'),(10930,1069,320,'Telephone Number','telephone','Text','0726313753'),(10931,1069,326,'Mobile Phone Number','mobile','Text','0726313753'),(10932,1070,324,'First Name','firstname','Text','Linamandla '),(10933,1070,323,'Surname','surname','Text','Somchiza '),(10934,1070,328,'ID Number','id','Text','9208271005084'),(10935,1070,327,'Email Address','email','Text','lsomchiza@gmail.com'),(10936,1070,320,'Telephone Number','telephone','Text','0817330679'),(10937,1070,326,'Mobile Phone Number','mobile','Text','0812663014'),(10938,1071,324,'First Name','firstname','Text','Erick'),(10939,1071,323,'Surname','surname','Text','Mthethwa'),(10940,1071,328,'ID Number','id','Text','8002026844082'),(10941,1071,327,'Email Address','email','Text','erickmthethwa@yahoo.com'),(10942,1071,320,'Telephone Number','telephone','Text','0818592912'),(10943,1071,326,'Mobile Phone Number','mobile','Text','0814077609'),(10944,1072,324,'First Name','firstname','Text','Odww'),(10945,1072,323,'Surname','surname','Text','Kobus'),(10946,1072,328,'ID Number','id','Text','9601091199089'),(10947,1072,327,'Email Address','email','Text','kobusodwa@gmail.com'),(10948,1072,320,'Telephone Number','telephone','Text','0840147072'),(10949,1072,326,'Mobile Phone Number','mobile','Text','0840147072'),(10950,1073,324,'First Name','firstname','Text','Siziwe '),(10951,1073,323,'Surname','surname','Text','Maqungo '),(10952,1073,328,'ID Number','id','Text','9208190890087'),(10953,1073,327,'Email Address','email','Text','siziwemaqungo1@gmail.com'),(10954,1073,320,'Telephone Number','telephone','Text',''),(10955,1073,326,'Mobile Phone Number','mobile','Text','0784054352 '),(10956,1074,90,'Title','title','Text','Miss'),(10957,1074,51,'First Name','firstname','Text','Margaret'),(10958,1074,52,'Surname','surname','Text','Mboyane'),(10959,1074,124,'Designation','contactdesignation','Text','Director'),(10960,1074,65,'Website','website','Text','na'),(10961,1074,66,'Email Address','email','Text','Director1@mattegreymodels.co.za'),(10962,1074,132,'Telephone Number','telephone','Text','0110469118'),(10963,1074,67,'Mobile Phone Number','mobile','Text','0614355500'),(10964,1074,72,'Company Name','companyname','Text','Matte Grey Models (Pty) Ltd'),(10965,1074,125,'Trading Name','tradingname','Text','Matte Grey Models'),(10966,1074,126,'Company Type','companytype','Radio Group','Pty Ltd'),(10967,1074,127,'Company Registration','companyregistration','Text','2018/272823/07'),(10968,1074,79,'Physical Address','address1','Text','79 hill street'),(10969,1074,80,'Suburb','suburb','Text','Ferndale'),(10970,1074,81,'Town or City','towncity','Text','Randburg'),(10971,1074,297,'Province','province','Select List','Gauteng'),(10972,1074,95,'Postcode','postcode','Text','2194'),(10973,1074,100,'Postal Address 1','postaladdress1','Text',''),(10974,1074,101,'Postal Address 2','postaladdress2','Text',''),(10975,1074,102,'Postcode','postcodepostal','Text',''),(10976,1074,145,'Casting Type','castingtype','Select List','Characters'),(10977,1074,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(10978,1074,175,'First & Surname','owner1name','Text','Margaret Mboyane'),(10979,1074,176,' ID Number','owner1id','Text','8801120865087'),(10980,1074,177,'Position','owner1position','Text','Director'),(10981,1074,186,'Mobile Phone Number','owner1mobile','Text','0614355500'),(10982,1074,191,'First & Surname','firstsurname2','Text','Fana Dlamini'),(10983,1074,196,'ID Number','idnumberowner2','Text','9107246216083'),(10984,1074,197,'Position','position2','Text','Director'),(10985,1074,202,'Mobile Phone Number','mobilenumber2','Text',' +27813898463'),(10986,1074,207,'First & Surname','firstnamesurname3','Text',''),(10987,1074,208,'ID Number','idnumber3','Text',''),(10988,1074,213,'Position','position3','Text',''),(10989,1074,214,'Mobile Phone Number','mobile3','Text',''),(10990,1074,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(10991,1074,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/OSCASA_CONSTITUTION_-_SIGNED.pdf'),(10992,1074,225,'Proof of Subscription Payment','proofofpayment','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/OSCASA_POP.pdf'),(10993,1074,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/MY_ID_COPY.pdf'),(10994,1074,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(10995,1074,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(10996,1074,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/MATTE_GREY_MODELS_-_BANK_CONFIRMATION_LETTER.pdf'),(10997,1074,250,'Tax Clearance Certificate','taxclearance','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/MATTE_GREY_MODELS_-_TCC.pdf'),(10998,1074,259,'Proof of Physical Address','proofaddress','File Upload',''),(10999,1075,324,'First Name','firstname','Text','Maggie '),(11000,1075,323,'Surname','surname','Text','Mboyane'),(11001,1075,328,'ID Number','id','Text','8801120865087'),(11002,1075,327,'Email Address','email','Text','Director1@mattegreymodels.co.za'),(11003,1075,320,'Telephone Number','telephone','Text','0614355500'),(11004,1075,326,'Mobile Phone Number','mobile','Text','0614355500'),(11005,1076,324,'First Name','firstname','Text','Tsolofelo'),(11006,1076,323,'Surname','surname','Text','Mpanza'),(11007,1076,328,'ID Number','id','Text','9903031399088'),(11008,1076,327,'Email Address','email','Text','Mtsova96@gmail.com'),(11009,1076,320,'Telephone Number','telephone','Text','0761289895'),(11010,1076,326,'Mobile Phone Number','mobile','Text','0838637551'),(11011,1077,324,'First Name','firstname','Text','Olona'),(11012,1077,323,'Surname','surname','Text','Mehlomakulu '),(11013,1077,328,'ID Number','id','Text','9609080893083'),(11014,1077,327,'Email Address','email','Text','mehloolona08@gmail.com'),(11015,1077,320,'Telephone Number','telephone','Text','0603884160'),(11016,1077,326,'Mobile Phone Number','mobile','Text','0603884160'),(11017,1078,324,'First Name','firstname','Text','Buhle'),(11018,1078,323,'Surname','surname','Text','Radebe'),(11019,1078,328,'ID Number','id','Text','9311240335085'),(11020,1078,327,'Email Address','email','Text','buhleradebe073@gmail.com'),(11021,1078,320,'Telephone Number','telephone','Text',''),(11022,1078,326,'Mobile Phone Number','mobile','Text','0635729758'),(11023,1079,324,'First Name','firstname','Text','Onwaba'),(11024,1079,323,'Surname','surname','Text','Solucoto'),(11025,1079,328,'ID Number','id','Text','9309236513087'),(11026,1079,327,'Email Address','email','Text','Onwababa@gmail.com'),(11027,1079,320,'Telephone Number','telephone','Text',''),(11028,1079,326,'Mobile Phone Number','mobile','Text','0617034367'),(11029,1080,324,'First Name','firstname','Text','wilandrie'),(11030,1080,323,'Surname','surname','Text','marnewecke'),(11031,1080,328,'ID Number','id','Text','7807060008084'),(11032,1080,327,'Email Address','email','Text','wilandrie@gmail.com'),(11033,1080,320,'Telephone Number','telephone','Text','0762574651'),(11034,1080,326,'Mobile Phone Number','mobile','Text','0762574751'),(11035,1081,324,'First Name','firstname','Text','Gertrude'),(11036,1081,323,'Surname','surname','Text','Lethule'),(11037,1081,328,'ID Number','id','Text','5009090273083'),(11038,1081,327,'Email Address','email','Text','lethuleg@gmail.com'),(11039,1081,320,'Telephone Number','telephone','Text','N/A'),(11040,1081,326,'Mobile Phone Number','mobile','Text','0765741652'),(11041,1082,324,'First Name','firstname','Text','Gertrude'),(11042,1082,323,'Surname','surname','Text','Lethule'),(11043,1082,328,'ID Number','id','Text','5009090273083'),(11044,1082,327,'Email Address','email','Text','lethuleg@gmail.com'),(11045,1082,320,'Telephone Number','telephone','Text',''),(11046,1082,326,'Mobile Phone Number','mobile','Text','0765741652'),(11047,1083,324,'First Name','firstname','Text','Janine'),(11048,1083,323,'Surname','surname','Text','Keown'),(11049,1083,328,'ID Number','id','Text','8405030261088'),(11050,1083,327,'Email Address','email','Text','janine5wp@gmail.com'),(11051,1083,320,'Telephone Number','telephone','Text',''),(11052,1083,326,'Mobile Phone Number','mobile','Text','0740652989'),(11053,1084,324,'First Name','firstname','Text','Lance'),(11054,1084,323,'Surname','surname','Text','Lucas'),(11055,1084,328,'ID Number','id','Text','8804295243080'),(11056,1084,327,'Email Address','email','Text','Limbotachyon@gmail.com'),(11057,1084,320,'Telephone Number','telephone','Text','0843637152'),(11058,1084,326,'Mobile Phone Number','mobile','Text','0843637152'),(11059,1085,324,'First Name','firstname','Text','Lance'),(11060,1085,323,'Surname','surname','Text','Lucas'),(11061,1085,328,'ID Number','id','Text','8804295243080'),(11062,1085,327,'Email Address','email','Text','Limbotachyon@gmail.com'),(11063,1085,320,'Telephone Number','telephone','Text','0843637152'),(11064,1085,326,'Mobile Phone Number','mobile','Text','0843637152'),(11065,1086,324,'First Name','firstname','Text','Lance'),(11066,1086,323,'Surname','surname','Text','Lucas'),(11067,1086,328,'ID Number','id','Text','8804295243080'),(11068,1086,327,'Email Address','email','Text','Limbotachyon@gmail.com'),(11069,1086,320,'Telephone Number','telephone','Text','0843637152'),(11070,1086,326,'Mobile Phone Number','mobile','Text','0843637152'),(11071,1087,324,'First Name','firstname','Text','Gretchen'),(11072,1087,323,'Surname','surname','Text','Fortune'),(11073,1087,328,'ID Number','id','Text','9509160219086'),(11074,1087,327,'Email Address','email','Text','grechenonicaf@gmail.com'),(11075,1087,320,'Telephone Number','telephone','Text',''),(11076,1087,326,'Mobile Phone Number','mobile','Text','0832653155'),(11077,1088,324,'First Name','firstname','Text','Christian '),(11078,1088,323,'Surname','surname','Text','de Jager '),(11079,1088,328,'ID Number','id','Text','7206155065085'),(11080,1088,327,'Email Address','email','Text','xtian.dejager@gmail.com'),(11081,1088,320,'Telephone Number','telephone','Text','0727733757 '),(11082,1088,326,'Mobile Phone Number','mobile','Text','0727733757 '),(11083,1089,324,'First Name','firstname','Text','Lance'),(11084,1089,323,'Surname','surname','Text','Lucas'),(11085,1089,328,'ID Number','id','Text','8804295243080'),(11086,1089,327,'Email Address','email','Text','Limbotachyon@gmail.com'),(11087,1089,320,'Telephone Number','telephone','Text','0843637152'),(11088,1089,326,'Mobile Phone Number','mobile','Text','0843637152'),(11089,1090,324,'First Name','firstname','Text','Lance'),(11090,1090,323,'Surname','surname','Text','Lucas'),(11091,1090,328,'ID Number','id','Text','8804295243080'),(11092,1090,327,'Email Address','email','Text','limbotachyon@gmail.com'),(11093,1090,320,'Telephone Number','telephone','Text','0218514353'),(11094,1090,326,'Mobile Phone Number','mobile','Text','0843637152'),(11095,1091,324,'First Name','firstname','Text','Lance'),(11096,1091,323,'Surname','surname','Text','Lucas'),(11097,1091,328,'ID Number','id','Text','8804295243080'),(11098,1091,327,'Email Address','email','Text','limbotachyon@gmail.com'),(11099,1091,320,'Telephone Number','telephone','Text','0218514353'),(11100,1091,326,'Mobile Phone Number','mobile','Text','0843637152'),(11101,1092,324,'First Name','firstname','Text','Thato'),(11102,1092,323,'Surname','surname','Text','Thankane'),(11103,1092,328,'ID Number','id','Text','97070502087'),(11104,1092,327,'Email Address','email','Text','thankane97@gmail.com'),(11105,1092,320,'Telephone Number','telephone','Text',''),(11106,1092,326,'Mobile Phone Number','mobile','Text','0790261323'),(11107,1093,324,'First Name','firstname','Text','Lance'),(11108,1093,323,'Surname','surname','Text','Lucas'),(11109,1093,328,'ID Number','id','Text','8804295243080'),(11110,1093,327,'Email Address','email','Text','Limbotachyon@gmail.com'),(11111,1093,320,'Telephone Number','telephone','Text','0843637152'),(11112,1093,326,'Mobile Phone Number','mobile','Text','0843637152'),(11113,1094,324,'First Name','firstname','Text','Lance'),(11114,1094,323,'Surname','surname','Text','Lucas'),(11115,1094,328,'ID Number','id','Text','8804295243080'),(11116,1094,327,'Email Address','email','Text','Limbotachyon@gmail.com'),(11117,1094,320,'Telephone Number','telephone','Text','0218514353'),(11118,1094,326,'Mobile Phone Number','mobile','Text','0843637152'),(11119,1095,324,'First Name','firstname','Text','Jacob'),(11120,1095,323,'Surname','surname','Text','Kahn'),(11121,1095,328,'ID Number','id','Text','8003185212087'),(11122,1095,327,'Email Address','email','Text','khanyacoub@gmail.com'),(11123,1095,320,'Telephone Number','telephone','Text','0213961243'),(11124,1095,326,'Mobile Phone Number','mobile','Text','0646390076'),(11125,1096,324,'First Name','firstname','Text','Lance'),(11126,1096,323,'Surname','surname','Text','Lucas'),(11127,1096,328,'ID Number','id','Text','880495243080'),(11128,1096,327,'Email Address','email','Text','limbotachyon@gmail.com'),(11129,1096,320,'Telephone Number','telephone','Text','0218514353'),(11130,1096,326,'Mobile Phone Number','mobile','Text','0843637152'),(11131,1097,324,'First Name','firstname','Text','Albenaise'),(11132,1097,323,'Surname','surname','Text','Stout'),(11133,1097,328,'ID Number','id','Text','9204240131085'),(11134,1097,327,'Email Address','email','Text','Menecia.stout@gmail.com'),(11135,1097,320,'Telephone Number','telephone','Text','0842909028'),(11136,1097,326,'Mobile Phone Number','mobile','Text','0842909028'),(11137,1098,324,'First Name','firstname','Text','Lance'),(11138,1098,323,'Surname','surname','Text','Lucas'),(11139,1098,328,'ID Number','id','Text','8804295243080'),(11140,1098,327,'Email Address','email','Text','Limbotachyon@gmail.com'),(11141,1098,320,'Telephone Number','telephone','Text','0843637152'),(11142,1098,326,'Mobile Phone Number','mobile','Text','0843637152'),(11143,1099,324,'First Name','firstname','Text','sisonke'),(11144,1099,323,'Surname','surname','Text','msweli'),(11145,1099,328,'ID Number','id','Text','9102066037081'),(11146,1099,327,'Email Address','email','Text','mswelisisonke@gmail.com'),(11147,1099,320,'Telephone Number','telephone','Text','0763428915'),(11148,1099,326,'Mobile Phone Number','mobile','Text','0834983596'),(11149,1100,324,'First Name','firstname','Text','Lance'),(11150,1100,323,'Surname','surname','Text','Lucas'),(11151,1100,328,'ID Number','id','Text','8804295243080'),(11152,1100,327,'Email Address','email','Text','Limbotachyon@gmail.com'),(11153,1100,320,'Telephone Number','telephone','Text','0843637152'),(11154,1100,326,'Mobile Phone Number','mobile','Text','0843637152'),(11155,1101,324,'First Name','firstname','Text','Lance'),(11156,1101,323,'Surname','surname','Text','Lucas'),(11157,1101,328,'ID Number','id','Text','8804295243080'),(11158,1101,327,'Email Address','email','Text','Limbotachyon@gmail.com'),(11159,1101,320,'Telephone Number','telephone','Text','0843637152'),(11160,1101,326,'Mobile Phone Number','mobile','Text','0843637152'),(11161,1102,324,'First Name','firstname','Text','Jacob'),(11162,1102,323,'Surname','surname','Text','Kahn'),(11163,1102,328,'ID Number','id','Text','8003185212087'),(11164,1102,327,'Email Address','email','Text','khanyacoub@gmail.com'),(11165,1102,320,'Telephone Number','telephone','Text','0213961243'),(11166,1102,326,'Mobile Phone Number','mobile','Text','0646390776'),(11167,1103,324,'First Name','firstname','Text','Lance'),(11168,1103,323,'Surname','surname','Text','Lucas'),(11169,1103,328,'ID Number','id','Text','8804295243080'),(11170,1103,327,'Email Address','email','Text','Limbotachyon@gmail.com'),(11171,1103,320,'Telephone Number','telephone','Text','0843637152'),(11172,1103,326,'Mobile Phone Number','mobile','Text','0843637152'),(11173,1104,324,'First Name','firstname','Text','Metja'),(11174,1104,323,'Surname','surname','Text','Molomo'),(11175,1104,328,'ID Number','id','Text','9109140416082'),(11176,1104,327,'Email Address','email','Text','metja.pelestine@gmail.com'),(11177,1104,320,'Telephone Number','telephone','Text',''),(11178,1104,326,'Mobile Phone Number','mobile','Text','0729441322'),(11179,1105,324,'First Name','firstname','Text','bukhosi'),(11180,1105,323,'Surname','surname','Text','Guqaza'),(11181,1105,328,'ID Number','id','Text','8506076211083'),(11182,1105,327,'Email Address','email','Text','guqazab@hotmail.com'),(11183,1105,320,'Telephone Number','telephone','Text','728284746'),(11184,1105,326,'Mobile Phone Number','mobile','Text','0728284746'),(11185,1106,324,'First Name','firstname','Text','SANELE'),(11186,1106,323,'Surname','surname','Text','ZONDI'),(11187,1106,328,'ID Number','id','Text','9704170111080'),(11188,1106,327,'Email Address','email','Text','nosipho.s.zondi@gmail.com'),(11189,1106,320,'Telephone Number','telephone','Text','0613314439'),(11190,1106,326,'Mobile Phone Number','mobile','Text','0613314439'),(11191,1107,324,'First Name','firstname','Text','Thlakanelo Jack'),(11192,1107,323,'Surname','surname','Text','Motaung'),(11193,1107,328,'ID Number','id','Text','8512205839081'),(11194,1107,327,'Email Address','email','Text','Motaungthlakanelo7@gmail.com'),(11195,1107,320,'Telephone Number','telephone','Text',''),(11196,1107,326,'Mobile Phone Number','mobile','Text','0792559533'),(11197,1108,324,'First Name','firstname','Text','Sihle'),(11198,1108,323,'Surname','surname','Text','Matikinca'),(11199,1108,328,'ID Number','id','Text','8502160982085'),(11200,1108,327,'Email Address','email','Text','matikincasihle@gmail.com'),(11201,1108,320,'Telephone Number','telephone','Text','0604417716'),(11202,1108,326,'Mobile Phone Number','mobile','Text','0604417716'),(11203,1109,324,'First Name','firstname','Text','Mandy'),(11204,1109,323,'Surname','surname','Text','Wilson'),(11205,1109,328,'ID Number','id','Text','8205300095087'),(11206,1109,327,'Email Address','email','Text','maltpromotions@gmail.com'),(11207,1109,320,'Telephone Number','telephone','Text','0740549442'),(11208,1109,326,'Mobile Phone Number','mobile','Text','0740549442'),(11209,1110,324,'First Name','firstname','Text','Mandy'),(11210,1110,323,'Surname','surname','Text','wilson'),(11211,1110,328,'ID Number','id','Text','8205300095087'),(11212,1110,327,'Email Address','email','Text','mandywison08@gmail.com'),(11213,1110,320,'Telephone Number','telephone','Text','0214645140'),(11214,1110,326,'Mobile Phone Number','mobile','Text','0740549442'),(11215,1111,324,'First Name','firstname','Text','Michaela'),(11216,1111,323,'Surname','surname','Text','Kgoro '),(11217,1111,328,'ID Number','id','Text','9609020376082'),(11218,1111,327,'Email Address','email','Text','kgoromichaela@gmail.com'),(11219,1111,320,'Telephone Number','telephone','Text',''),(11220,1111,326,'Mobile Phone Number','mobile','Text',''),(11221,1112,324,'First Name','firstname','Text','Connie'),(11222,1112,323,'Surname','surname','Text','Van Rhyn'),(11223,1112,328,'ID Number','id','Text','9308280148089'),(11224,1112,327,'Email Address','email','Text','hlomlahlumelo@gmail.com'),(11225,1112,320,'Telephone Number','telephone','Text','0604245236'),(11226,1112,326,'Mobile Phone Number','mobile','Text','0604245236'),(11227,1113,324,'First Name','firstname','Text','Brandon'),(11228,1113,323,'Surname','surname','Text','Viljoen'),(11229,1113,328,'ID Number','id','Text','9108075132086'),(11230,1113,327,'Email Address','email','Text','viljoen.brandon@gmail.com'),(11231,1113,320,'Telephone Number','telephone','Text','011 740 0006'),(11232,1113,326,'Mobile Phone Number','mobile','Text','063 347 9413'),(11233,1114,324,'First Name','firstname','Text','Joseph '),(11234,1114,323,'Surname','surname','Text','Mathatho '),(11235,1114,328,'ID Number','id','Text','8310125843081 '),(11236,1114,327,'Email Address','email','Text','josephmathatho@gmail.com'),(11237,1114,320,'Telephone Number','telephone','Text',''),(11238,1114,326,'Mobile Phone Number','mobile','Text','0723307644 '),(11239,1115,324,'First Name','firstname','Text','Tholinhlanhla'),(11240,1115,323,'Surname','surname','Text','Mpungose'),(11241,1115,328,'ID Number','id','Text','0007115376084'),(11242,1115,327,'Email Address','email','Text','tkhuba746@gmail.com'),(11243,1115,320,'Telephone Number','telephone','Text',''),(11244,1115,326,'Mobile Phone Number','mobile','Text','0711423601'),(11245,1116,324,'First Name','firstname','Text','Nthabeleng Palesa'),(11246,1116,323,'Surname','surname','Text','Mokhali'),(11247,1116,328,'ID Number','id','Text','RC366468'),(11248,1116,327,'Email Address','email','Text','p.mokhadi@ymail.com'),(11249,1116,320,'Telephone Number','telephone','Text','0624680943'),(11250,1116,326,'Mobile Phone Number','mobile','Text','0732318030'),(11251,1117,324,'First Name','firstname','Text','Brandon'),(11252,1117,323,'Surname','surname','Text','Viljoen'),(11253,1117,328,'ID Number','id','Text','9108075132086'),(11254,1117,327,'Email Address','email','Text','viljoen.brandon@gmail.com'),(11255,1117,320,'Telephone Number','telephone','Text','0633479413'),(11256,1117,326,'Mobile Phone Number','mobile','Text','0633479413'),(11257,1118,324,'First Name','firstname','Text','Brandon'),(11258,1118,323,'Surname','surname','Text','Viljoen'),(11259,1118,328,'ID Number','id','Text','9108075132086'),(11260,1118,327,'Email Address','email','Text','viljoen.brandon@gmail.com'),(11261,1118,320,'Telephone Number','telephone','Text','0633479413'),(11262,1118,326,'Mobile Phone Number','mobile','Text','0633479413'),(11263,1119,324,'First Name','firstname','Text','Nico'),(11264,1119,323,'Surname','surname','Text','Smit'),(11265,1119,328,'ID Number','id','Text','6812265009086'),(11266,1119,327,'Email Address','email','Text','smitnico48@gmail.com'),(11267,1119,320,'Telephone Number','telephone','Text',''),(11268,1119,326,'Mobile Phone Number','mobile','Text','0712660479'),(11269,1120,324,'First Name','firstname','Text','Nico'),(11270,1120,323,'Surname','surname','Text','Smit'),(11271,1120,328,'ID Number','id','Text','681226 5009 086'),(11272,1120,327,'Email Address','email','Text','smitnico48@gmail.com'),(11273,1120,320,'Telephone Number','telephone','Text',''),(11274,1120,326,'Mobile Phone Number','mobile','Text','0712660479'),(11275,1121,465,'First Name','firstname','Text','Nico'),(11276,1121,464,'Surname','surname','Text','Smit'),(11277,1121,468,'ID Number','id','Text','6812265009086'),(11278,1121,467,'Email Address','email','Text','smitnico48@gmail.com'),(11279,1121,463,'Telephone Number','telephone','Text',''),(11280,1121,466,'Mobile Phone Number','mobile','Text','0712660479'),(11281,1121,498,'The Job or Production','production','Text','Generations'),(11282,1121,503,'Date of Production','productiondate','Text','27 & 29 August 2018'),(11283,1121,504,'Name of Your Agent','agentname','Text','Nhlantla Ndlovu (Cidi)'),(11284,1121,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(11285,1121,527,'Description/Message','description','Textarea','My agent was suppose to pay me by the end of September, but ask if he could pay me a week or 2 later as he first need to use the money to do some othet things. Then when the time comes for him to pay me he have problems getting money. So eventually on the 17th of October he pay the money over into a closed check account after I did give him the details of my access acc. Now his bank is dragging their feet to trace the money and he refuse to give me my money as his banker have advised him against it. I still haven\'t received my money as he have decided to rather wait for kingdom come and to see what steps I\'m willing to do before he plans on paying me my money that I\'ve worked for.'),(11286,1122,324,'First Name','firstname','Text','Pamella'),(11287,1122,323,'Surname','surname','Text','Nyarashe'),(11288,1122,328,'ID Number','id','Text','9309071125088'),(11289,1122,327,'Email Address','email','Text','pamellanyarashe011@gmail.com'),(11290,1122,320,'Telephone Number','telephone','Text','0658746563'),(11291,1122,326,'Mobile Phone Number','mobile','Text','0658746563'),(11292,1123,324,'First Name','firstname','Text','Nico'),(11293,1123,323,'Surname','surname','Text','Smit'),(11294,1123,328,'ID Number','id','Text','6812265009086'),(11295,1123,327,'Email Address','email','Text','smitnico48@gmail.com'),(11296,1123,320,'Telephone Number','telephone','Text','0712660479'),(11297,1123,326,'Mobile Phone Number','mobile','Text','0712660479'),(11298,1124,324,'First Name','firstname','Text','Nico'),(11299,1124,323,'Surname','surname','Text','Smit'),(11300,1124,328,'ID Number','id','Text','6812265009086'),(11301,1124,327,'Email Address','email','Text','smitnico48@gmail.com'),(11302,1124,320,'Telephone Number','telephone','Text',''),(11303,1124,326,'Mobile Phone Number','mobile','Text','0712660479'),(11304,1125,324,'First Name','firstname','Text','Bobby'),(11305,1125,323,'Surname','surname','Text','Ramokaoi'),(11306,1125,328,'ID Number','id','Text','8009036240086'),(11307,1125,327,'Email Address','email','Text','kingdavid.ramokadi78@gmail.com'),(11308,1125,320,'Telephone Number','telephone','Text',''),(11309,1125,326,'Mobile Phone Number','mobile','Text','0814396923'),(11310,1126,324,'First Name','firstname','Text','Monique'),(11311,1126,323,'Surname','surname','Text','Low'),(11312,1126,328,'ID Number','id','Text','8108290007080'),(11313,1126,327,'Email Address','email','Text','low.monique@yahoo.com'),(11314,1126,320,'Telephone Number','telephone','Text','0825521448'),(11315,1126,326,'Mobile Phone Number','mobile','Text','0825521448'),(11316,1127,324,'First Name','firstname','Text','Donovan '),(11317,1127,323,'Surname','surname','Text','Paulin'),(11318,1127,328,'ID Number','id','Text','9703235037082'),(11319,1127,327,'Email Address','email','Text','wandapaulin@gmail.com'),(11320,1127,320,'Telephone Number','telephone','Text','0833855504'),(11321,1127,326,'Mobile Phone Number','mobile','Text','0834877623'),(11322,1128,324,'First Name','firstname','Text','Donovan'),(11323,1128,323,'Surname','surname','Text','Paulin'),(11324,1128,328,'ID Number','id','Text','9703235037082'),(11325,1128,327,'Email Address','email','Text','wandapaulin@gmail.com'),(11326,1128,320,'Telephone Number','telephone','Text','083 3855 504'),(11327,1128,326,'Mobile Phone Number','mobile','Text','083 437 7623'),(11328,1129,324,'First Name','firstname','Text','WANDA'),(11329,1129,323,'Surname','surname','Text','KUMKATI'),(11330,1129,328,'ID Number','id','Text','860466172082'),(11331,1129,327,'Email Address','email','Text','kumkati25@gmail.com'),(11332,1129,320,'Telephone Number','telephone','Text','0716119409'),(11333,1129,326,'Mobile Phone Number','mobile','Text','0716119409'),(11334,1130,324,'First Name','firstname','Text','Theresa'),(11335,1130,323,'Surname','surname','Text','Visser'),(11336,1130,328,'ID Number','id','Text','7105180236085'),(11337,1130,327,'Email Address','email','Text','Theresa@swartlandmail.co.za'),(11338,1130,320,'Telephone Number','telephone','Text','0823787595'),(11339,1130,326,'Mobile Phone Number','mobile','Text','0823787595'),(11340,1131,324,'First Name','firstname','Text','Lance'),(11341,1131,323,'Surname','surname','Text','Lucas'),(11342,1131,328,'ID Number','id','Text','8804295243080'),(11343,1131,327,'Email Address','email','Text','Limbotachyon@gmail.com'),(11344,1131,320,'Telephone Number','telephone','Text','0843637152'),(11345,1131,326,'Mobile Phone Number','mobile','Text','0843637152'),(11346,1132,324,'First Name','firstname','Text','Xolani'),(11347,1132,323,'Surname','surname','Text','Bhengu'),(11348,1132,328,'ID Number','id','Text','8609275650083'),(11349,1132,327,'Email Address','email','Text','xolanibhengu10@gmail.com'),(11350,1132,320,'Telephone Number','telephone','Text','08115151526'),(11351,1132,326,'Mobile Phone Number','mobile','Text','0848708586'),(11352,1133,324,'First Name','firstname','Text','Sue'),(11353,1133,323,'Surname','surname','Text','mitchell'),(11354,1133,328,'ID Number','id','Text','6409060173082'),(11355,1133,327,'Email Address','email','Text','sue@micmac.co.za'),(11356,1133,320,'Telephone Number','telephone','Text','021-7890003'),(11357,1133,326,'Mobile Phone Number','mobile','Text','072-5552522'),(11358,1134,324,'First Name','firstname','Text','Johan '),(11359,1134,323,'Surname','surname','Text','Van der westguizen'),(11360,1134,328,'ID Number','id','Text','8705245045089'),(11361,1134,327,'Email Address','email','Text','Johan19987@yahoo.com'),(11362,1134,320,'Telephone Number','telephone','Text','0218532585'),(11363,1134,326,'Mobile Phone Number','mobile','Text','0847547928'),(11364,1135,324,'First Name','firstname','Text','Desiree'),(11365,1135,323,'Surname','surname','Text','Pather'),(11366,1135,328,'ID Number','id','Text','8412170057086'),(11367,1135,327,'Email Address','email','Text','duminyashley@gmail.com'),(11368,1135,320,'Telephone Number','telephone','Text',''),(11369,1135,326,'Mobile Phone Number','mobile','Text','0826828014'),(11370,1136,324,'First Name','firstname','Text','Johan'),(11371,1136,323,'Surname','surname','Text','Van Der Westhuizen'),(11372,1136,328,'ID Number','id','Text','8705245045089'),(11373,1136,327,'Email Address','email','Text','johanv@bvfd.co.za'),(11374,1136,320,'Telephone Number','telephone','Text','0218532585'),(11375,1136,326,'Mobile Phone Number','mobile','Text','0847547928'),(11376,1137,324,'First Name','firstname','Text','Siphiwe'),(11377,1137,323,'Surname','surname','Text','Nkwanyana'),(11378,1137,328,'ID Number','id','Text','9701310789080'),(11379,1137,327,'Email Address','email','Text','dimphonkwanyana001@gmail.com'),(11380,1137,320,'Telephone Number','telephone','Text',''),(11381,1137,326,'Mobile Phone Number','mobile','Text','0734395641'),(11382,1138,324,'First Name','firstname','Text','Stanford'),(11383,1138,323,'Surname','surname','Text','Payne'),(11384,1138,328,'ID Number','id','Text','770307'),(11385,1138,327,'Email Address','email','Text','info@stanfordpayne.com'),(11386,1138,320,'Telephone Number','telephone','Text','0761278334'),(11387,1138,326,'Mobile Phone Number','mobile','Text','0711762339'),(11388,1139,324,'First Name','firstname','Text','Dieketseng'),(11389,1139,323,'Surname','surname','Text','Tshabalala'),(11390,1139,328,'ID Number','id','Text','8810270325081'),(11391,1139,327,'Email Address','email','Text','tshabalalamargaret@gmail.com'),(11392,1139,320,'Telephone Number','telephone','Text',''),(11393,1139,326,'Mobile Phone Number','mobile','Text','0783784473'),(11394,1140,324,'First Name','firstname','Text','Moshe'),(11395,1140,323,'Surname','surname','Text','Dizen'),(11396,1140,328,'ID Number','id','Text','9712055100086'),(11397,1140,327,'Email Address','email','Text','Iammodizen@gmail.com'),(11398,1140,320,'Telephone Number','telephone','Text',''),(11399,1140,326,'Mobile Phone Number','mobile','Text','0815251466'),(11400,1141,324,'First Name','firstname','Text','Mpho Timothy'),(11401,1141,323,'Surname','surname','Text','Ramaoka'),(11402,1141,328,'ID Number','id','Text','9609105776081'),(11403,1141,327,'Email Address','email','Text','Mtramaoka@gmail.com'),(11404,1141,320,'Telephone Number','telephone','Text','0787847823'),(11405,1141,326,'Mobile Phone Number','mobile','Text','0723594226'),(11406,1142,324,'First Name','firstname','Text','Sibusiso'),(11407,1142,323,'Surname','surname','Text','Radebe'),(11408,1142,328,'ID Number','id','Text','9807145274089'),(11409,1142,327,'Email Address','email','Text','sbu.ramathibela@gmail.com'),(11410,1142,320,'Telephone Number','telephone','Text',''),(11411,1142,326,'Mobile Phone Number','mobile','Text','0849742792'),(11412,1143,324,'First Name','firstname','Text','Thomas'),(11413,1143,323,'Surname','surname','Text','Tsheola'),(11414,1143,328,'ID Number','id','Text','7910235423087'),(11415,1143,327,'Email Address','email','Text','thomas.tsheola@gmail.com'),(11416,1143,320,'Telephone Number','telephone','Text','0642309940'),(11417,1143,326,'Mobile Phone Number','mobile','Text','0765193193'),(11418,1144,324,'First Name','firstname','Text','Thomas'),(11419,1144,323,'Surname','surname','Text','Tsheola'),(11420,1144,328,'ID Number','id','Text','7910235423087'),(11421,1144,327,'Email Address','email','Text','thomas.tsheola@gmail.com'),(11422,1144,320,'Telephone Number','telephone','Text','0765193193'),(11423,1144,326,'Mobile Phone Number','mobile','Text','0765193193'),(11424,1145,324,'First Name','firstname','Text','Sihle'),(11425,1145,323,'Surname','surname','Text','Nocanda'),(11426,1145,328,'ID Number','id','Text','9707046229085'),(11427,1145,327,'Email Address','email','Text','Citizenranks@gmail.com'),(11428,1145,320,'Telephone Number','telephone','Text',''),(11429,1145,326,'Mobile Phone Number','mobile','Text','0812739662'),(11430,1146,324,'First Name','firstname','Text','Valerie'),(11431,1146,323,'Surname','surname','Text','Carolus'),(11432,1146,328,'ID Number','id','Text','7010250185081'),(11433,1146,327,'Email Address','email','Text','jacoline@live.com'),(11434,1146,320,'Telephone Number','telephone','Text','0725384729'),(11435,1146,326,'Mobile Phone Number','mobile','Text','0825384729'),(11436,1147,324,'First Name','firstname','Text','Zhuqeelah'),(11437,1147,323,'Surname','surname','Text','Scott'),(11438,1147,328,'ID Number','id','Text','9607190138084'),(11439,1147,327,'Email Address','email','Text','zhuqeelah@gmail.com'),(11440,1147,320,'Telephone Number','telephone','Text','0711852372'),(11441,1147,326,'Mobile Phone Number','mobile','Text','0711852372'),(11442,1148,324,'First Name','firstname','Text','Zhuqeelah'),(11443,1148,323,'Surname','surname','Text','Scott'),(11444,1148,328,'ID Number','id','Text','9607190138084'),(11445,1148,327,'Email Address','email','Text','zhuqeelah@gmail.com'),(11446,1148,320,'Telephone Number','telephone','Text','0711852372'),(11447,1148,326,'Mobile Phone Number','mobile','Text','0711852372'),(11448,1149,324,'First Name','firstname','Text','Elmay'),(11449,1149,323,'Surname','surname','Text','Preller'),(11450,1149,328,'ID Number','id','Text','9209060016084'),(11451,1149,327,'Email Address','email','Text','elmay.cp@gmail.com'),(11452,1149,320,'Telephone Number','telephone','Text',''),(11453,1149,326,'Mobile Phone Number','mobile','Text','0812612055'),(11454,1150,324,'First Name','firstname','Text','valerie'),(11455,1150,323,'Surname','surname','Text','hogdahl'),(11456,1150,328,'ID Number','id','Text','7010250185081'),(11457,1150,327,'Email Address','email','Text','valhogdahl@hotmail.com'),(11458,1150,320,'Telephone Number','telephone','Text','0214621785'),(11459,1150,326,'Mobile Phone Number','mobile','Text','0725384729'),(11460,1151,324,'First Name','firstname','Text','valerie'),(11461,1151,323,'Surname','surname','Text','hogdahl'),(11462,1151,328,'ID Number','id','Text','7010250185081'),(11463,1151,327,'Email Address','email','Text','valhogdahl@hotmail.com'),(11464,1151,320,'Telephone Number','telephone','Text','0214621785'),(11465,1151,326,'Mobile Phone Number','mobile','Text','0725384729'),(11466,1152,324,'First Name','firstname','Text','Thapelo'),(11467,1152,323,'Surname','surname','Text','Sekhonyane'),(11468,1152,328,'ID Number','id','Text','9207275284082'),(11469,1152,327,'Email Address','email','Text','sekhonyanethapelo73@Gmail.com'),(11470,1152,320,'Telephone Number','telephone','Text','0627631312'),(11471,1152,326,'Mobile Phone Number','mobile','Text','N/A'),(11472,1153,324,'First Name','firstname','Text','Theodora'),(11473,1153,323,'Surname','surname','Text','Sidelo'),(11474,1153,328,'ID Number','id','Text','8304040059089'),(11475,1153,327,'Email Address','email','Text','ncebas191@gmail.com'),(11476,1153,320,'Telephone Number','telephone','Text','0734020598'),(11477,1153,326,'Mobile Phone Number','mobile','Text','0781914438'),(11478,1154,324,'First Name','firstname','Text','David'),(11479,1154,323,'Surname','surname','Text','bondo'),(11480,1154,328,'ID Number','id','Text','9703176462083'),(11481,1154,327,'Email Address','email','Text','davidknbondo@outlook.com'),(11482,1154,320,'Telephone Number','telephone','Text',''),(11483,1154,326,'Mobile Phone Number','mobile','Text','0762327185'),(11484,1155,324,'First Name','firstname','Text','Charlotte '),(11485,1155,323,'Surname','surname','Text','Mama'),(11486,1155,328,'ID Number','id','Text','8201310539081 '),(11487,1155,327,'Email Address','email','Text','charlottek.mama@gmail.com'),(11488,1155,320,'Telephone Number','telephone','Text','0815080220'),(11489,1155,326,'Mobile Phone Number','mobile','Text','0815080220'),(11490,1156,324,'First Name','firstname','Text','Sky '),(11491,1156,323,'Surname','surname','Text','Mama-Kucukdemir '),(11492,1156,328,'ID Number','id','Text','1109015495086'),(11493,1156,327,'Email Address','email','Text','charlottek.mama@gmail.com'),(11494,1156,320,'Telephone Number','telephone','Text','0815080220'),(11495,1156,326,'Mobile Phone Number','mobile','Text','0815080220'),(11496,1157,324,'First Name','firstname','Text','Sky '),(11497,1157,323,'Surname','surname','Text','Mama-Kucukdemir '),(11498,1157,328,'ID Number','id','Text','1109015495086'),(11499,1157,327,'Email Address','email','Text','charlottek.mama@gmail.com'),(11500,1157,320,'Telephone Number','telephone','Text','0815080220'),(11501,1157,326,'Mobile Phone Number','mobile','Text','0815080220'),(11502,1158,324,'First Name','firstname','Text','Busisiwe'),(11503,1158,323,'Surname','surname','Text','Sibisi'),(11504,1158,328,'ID Number','id','Text','6704300263085'),(11505,1158,327,'Email Address','email','Text','izibisi73@gmail.com'),(11506,1158,320,'Telephone Number','telephone','Text','0814516690'),(11507,1158,326,'Mobile Phone Number','mobile','Text','0824851061'),(11508,1159,324,'First Name','firstname','Text','robert'),(11509,1159,323,'Surname','surname','Text','nkosi'),(11510,1159,328,'ID Number','id','Text','8211165839080'),(11511,1159,327,'Email Address','email','Text','nkosirobert@gmail.com'),(11512,1159,320,'Telephone Number','telephone','Text','0837382667'),(11513,1159,326,'Mobile Phone Number','mobile','Text','0837382667'),(11514,1160,324,'First Name','firstname','Text','robert'),(11515,1160,323,'Surname','surname','Text','nkosi'),(11516,1160,328,'ID Number','id','Text','8211165839080'),(11517,1160,327,'Email Address','email','Text','nkosirobert@gmail.com'),(11518,1160,320,'Telephone Number','telephone','Text','0837382667'),(11519,1160,326,'Mobile Phone Number','mobile','Text','0837382667'),(11520,1161,324,'First Name','firstname','Text','David'),(11521,1161,323,'Surname','surname','Text','bondo'),(11522,1161,328,'ID Number','id','Text','9703176462083'),(11523,1161,327,'Email Address','email','Text','davidknbondo@outlook.com'),(11524,1161,320,'Telephone Number','telephone','Text',''),(11525,1161,326,'Mobile Phone Number','mobile','Text','0762327185'),(11526,1162,324,'First Name','firstname','Text','David'),(11527,1162,323,'Surname','surname','Text','bondo'),(11528,1162,328,'ID Number','id','Text','9703176462083'),(11529,1162,327,'Email Address','email','Text','davidknbondo@outlook.com'),(11530,1162,320,'Telephone Number','telephone','Text',''),(11531,1162,326,'Mobile Phone Number','mobile','Text','0762327185'),(11532,1163,324,'First Name','firstname','Text','Aphiwe'),(11533,1163,323,'Surname','surname','Text','Ndzima'),(11534,1163,328,'ID Number','id','Text','9410250135086'),(11535,1163,327,'Email Address','email','Text','aphiwendzima@yahoo.com'),(11536,1163,320,'Telephone Number','telephone','Text',''),(11537,1163,326,'Mobile Phone Number','mobile','Text','0713296143'),(11538,1164,324,'First Name','firstname','Text','Sky '),(11539,1164,323,'Surname','surname','Text','Mama-Kucukdemir'),(11540,1164,328,'ID Number','id','Text','1109015495086'),(11541,1164,327,'Email Address','email','Text','charlottek.mama@gmail.com'),(11542,1164,320,'Telephone Number','telephone','Text',''),(11543,1164,326,'Mobile Phone Number','mobile','Text','0815080220'),(11544,1165,324,'First Name','firstname','Text','Luzanne'),(11545,1165,323,'Surname','surname','Text','de Leeuw'),(11546,1165,328,'ID Number','id','Text','9512030062082'),(11547,1165,327,'Email Address','email','Text','luzannedeleeuw8@gmail.com'),(11548,1165,320,'Telephone Number','telephone','Text','0718776364'),(11549,1165,326,'Mobile Phone Number','mobile','Text','0718776364'),(11550,1166,324,'First Name','firstname','Text','Lungelo'),(11551,1166,323,'Surname','surname','Text','Mfingwana'),(11552,1166,328,'ID Number','id','Text','8907275829081'),(11553,1166,327,'Email Address','email','Text','juliuswaka4@gmail.com'),(11554,1166,320,'Telephone Number','telephone','Text',''),(11555,1166,326,'Mobile Phone Number','mobile','Text',''),(11556,1167,324,'First Name','firstname','Text','Lance'),(11557,1167,323,'Surname','surname','Text','Lucas'),(11558,1167,328,'ID Number','id','Text','8804295243080'),(11559,1167,327,'Email Address','email','Text','Limbotachyon@gmail.com'),(11560,1167,320,'Telephone Number','telephone','Text','0843637152'),(11561,1167,326,'Mobile Phone Number','mobile','Text','0843637152'),(11562,1168,324,'First Name','firstname','Text','Sizwe Rodgers'),(11563,1168,323,'Surname','surname','Text','Gwala'),(11564,1168,328,'ID Number','id','Text','8606145842080'),(11565,1168,327,'Email Address','email','Text','emzindeni@gmail.com'),(11566,1168,320,'Telephone Number','telephone','Text','0357898855'),(11567,1168,326,'Mobile Phone Number','mobile','Text','0613617524'),(11568,1169,324,'First Name','firstname','Text','George'),(11569,1169,323,'Surname','surname','Text','Nkabinde'),(11570,1169,328,'ID Number','id','Text','8301235296088'),(11571,1169,327,'Email Address','email','Text','georgempiza@gmail.com'),(11572,1169,320,'Telephone Number','telephone','Text','0731011903'),(11573,1169,326,'Mobile Phone Number','mobile','Text','0731011903'),(11574,1170,324,'First Name','firstname','Text','Sanele '),(11575,1170,323,'Surname','surname','Text','Ngcobo '),(11576,1170,328,'ID Number','id','Text','8506265339083'),(11577,1170,327,'Email Address','email','Text','sanelengcobo35@gmail.com'),(11578,1170,320,'Telephone Number','telephone','Text','0641822350'),(11579,1170,326,'Mobile Phone Number','mobile','Text','071890822'),(11580,1171,324,'First Name','firstname','Text','OLAYINKA'),(11581,1171,323,'Surname','surname','Text','AFOLABI'),(11582,1171,328,'ID Number','id','Text','CTRNG460612'),(11583,1171,327,'Email Address','email','Text','yinlab4@yahoo.com'),(11584,1171,320,'Telephone Number','telephone','Text','0748216869'),(11585,1171,326,'Mobile Phone Number','mobile','Text','0748216869'),(11586,1172,324,'First Name','firstname','Text','agrohimtft'),(11587,1172,323,'Surname','surname','Text','agrohimtft'),(11588,1172,328,'ID Number','id','Text','5024'),(11589,1172,327,'Email Address','email','Text','l.iderpro.mo.2.01.5.su.pe.r@gmail.com\r\n'),(11590,1172,320,'Telephone Number','telephone','Text','82337752935'),(11591,1172,326,'Mobile Phone Number','mobile','Text','84965525123'),(11592,1173,465,'First Name','firstname','Text','OLAYINKA'),(11593,1173,464,'Surname','surname','Text','AFOLABI'),(11594,1173,468,'ID Number','id','Text','CTRNG460612'),(11595,1173,467,'Email Address','email','Text','yinlab4@yahoo.com'),(11596,1173,463,'Telephone Number','telephone','Text','0748216869'),(11597,1173,466,'Mobile Phone Number','mobile','Text','0748216869'),(11598,1173,498,'The Job or Production','production','Text','HUNGRY LION'),(11599,1173,503,'Date of Production','productiondate','Text','8TH & 9TH JANUARY 2019'),(11600,1173,504,'Name of Your Agent','agentname','Text','COLT TALENTY'),(11601,1173,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(11602,1173,527,'Description/Message','description','Textarea','Excess of charges and cheating. '),(11603,1174,324,'First Name','firstname','Text','Karabo '),(11604,1174,323,'Surname','surname','Text','Vilakazi'),(11605,1174,328,'ID Number','id','Text','9507265656087'),(11606,1174,327,'Email Address','email','Text','Karabobq.bq@gmail.com'),(11607,1174,320,'Telephone Number','telephone','Text','0720447734'),(11608,1174,326,'Mobile Phone Number','mobile','Text','0740485347'),(11609,1175,324,'First Name','firstname','Text','masibonge '),(11610,1175,323,'Surname','surname','Text','QONDO '),(11611,1175,328,'ID Number','id','Text','9809010798085'),(11612,1175,327,'Email Address','email','Text','masibongemacyqondo@mail.com'),(11613,1175,320,'Telephone Number','telephone','Text',''),(11614,1175,326,'Mobile Phone Number','mobile','Text','0785263353'),(11615,1176,324,'First Name','firstname','Text','Sasha- Lee'),(11616,1176,323,'Surname','surname','Text','Dema\'s'),(11617,1176,328,'ID Number','id','Text','9201300111080'),(11618,1176,327,'Email Address','email','Text','sashaddemas@gmail.com'),(11619,1176,320,'Telephone Number','telephone','Text','0218532059'),(11620,1176,326,'Mobile Phone Number','mobile','Text','0848998548'),(11621,1177,324,'First Name','firstname','Text','Sasha- Lee'),(11622,1177,323,'Surname','surname','Text','Dema\'s'),(11623,1177,328,'ID Number','id','Text','9201300111080'),(11624,1177,327,'Email Address','email','Text','sashaddemas@gmail.com'),(11625,1177,320,'Telephone Number','telephone','Text','0218532059'),(11626,1177,326,'Mobile Phone Number','mobile','Text','0848998548'),(11627,1178,324,'First Name','firstname','Text','LIZALISE'),(11628,1178,323,'Surname','surname','Text','XHOBANI'),(11629,1178,328,'ID Number','id','Text','9107305894085'),(11630,1178,327,'Email Address','email','Text','lizaxhobani@gmail.com'),(11631,1178,320,'Telephone Number','telephone','Text',''),(11632,1178,326,'Mobile Phone Number','mobile','Text','0847729356'),(11633,1179,324,'First Name','firstname','Text','NOZUKO'),(11634,1179,323,'Surname','surname','Text','Nkosiyane'),(11635,1179,328,'ID Number','id','Text','8512190979084'),(11636,1179,327,'Email Address','email','Text','nkosiyanezee@gmail.com'),(11637,1179,320,'Telephone Number','telephone','Text','0743353054'),(11638,1179,326,'Mobile Phone Number','mobile','Text','0743353054'),(11639,1180,324,'First Name','firstname','Text','lephema'),(11640,1180,323,'Surname','surname','Text','lephema'),(11641,1180,328,'ID Number','id','Text','9808046266083'),(11642,1180,327,'Email Address','email','Text','lephema.1998@gmail.com'),(11643,1180,320,'Telephone Number','telephone','Text',''),(11644,1180,326,'Mobile Phone Number','mobile','Text','0786737623'),(11645,1181,324,'First Name','firstname','Text','lephema'),(11646,1181,323,'Surname','surname','Text','lephema'),(11647,1181,328,'ID Number','id','Text','9808046266083'),(11648,1181,327,'Email Address','email','Text','lephema.1998@gmail.com'),(11649,1181,320,'Telephone Number','telephone','Text',''),(11650,1181,326,'Mobile Phone Number','mobile','Text','0786737623'),(11651,1182,324,'First Name','firstname','Text','Labeeba'),(11652,1182,323,'Surname','surname','Text','Whisgary'),(11653,1182,328,'ID Number','id','Text','5704300745082'),(11654,1182,327,'Email Address','email','Text','labeebacoller@gmail.com'),(11655,1182,320,'Telephone Number','telephone','Text',''),(11656,1182,326,'Mobile Phone Number','mobile','Text','0832577080'),(11657,1183,324,'First Name','firstname','Text','Somikazi'),(11658,1183,323,'Surname','surname','Text','Tyaliti'),(11659,1183,328,'ID Number','id','Text','8408241127080'),(11660,1183,327,'Email Address','email','Text','styaliti@yahoo.com'),(11661,1183,320,'Telephone Number','telephone','Text','0112243400'),(11662,1183,326,'Mobile Phone Number','mobile','Text','0840151375'),(11663,1184,324,'First Name','firstname','Text','Sizakele'),(11664,1184,323,'Surname','surname','Text','Mahlangu'),(11665,1184,328,'ID Number','id','Text','9008161137082'),(11666,1184,327,'Email Address','email','Text','sizakelechristina.sc@gmail.com'),(11667,1184,320,'Telephone Number','telephone','Text',''),(11668,1184,326,'Mobile Phone Number','mobile','Text','0768023768'),(11669,1185,324,'First Name','firstname','Text','Seele'),(11670,1185,323,'Surname','surname','Text','Shakhane'),(11671,1185,328,'ID Number','id','Text','9402156261082'),(11672,1185,327,'Email Address','email','Text','patrickdongudda@gmail.com'),(11673,1185,320,'Telephone Number','telephone','Text',''),(11674,1185,326,'Mobile Phone Number','mobile','Text','0760966772'),(11675,1186,324,'First Name','firstname','Text','kyle'),(11676,1186,323,'Surname','surname','Text','hyde'),(11677,1186,328,'ID Number','id','Text','8902055392087'),(11678,1186,327,'Email Address','email','Text','kthyde89@gmail.com'),(11679,1186,320,'Telephone Number','telephone','Text','0615104205'),(11680,1186,326,'Mobile Phone Number','mobile','Text','0615104205'),(11681,1187,324,'First Name','firstname','Text','Sinekhaya'),(11682,1187,323,'Surname','surname','Text','Manyati'),(11683,1187,328,'ID Number','id','Text','9305295909083'),(11684,1187,327,'Email Address','email','Text','sinekhayasinalothompsonmanyati@gmail.com'),(11685,1187,320,'Telephone Number','telephone','Text','0785463492'),(11686,1187,326,'Mobile Phone Number','mobile','Text','0785463492'),(11687,1188,324,'First Name','firstname','Text','Sinekhaya'),(11688,1188,323,'Surname','surname','Text','Manyati'),(11689,1188,328,'ID Number','id','Text','9305295909083'),(11690,1188,327,'Email Address','email','Text','sinekhayasinalothompsonmanyati@gmail.com'),(11691,1188,320,'Telephone Number','telephone','Text','0785463492'),(11692,1188,326,'Mobile Phone Number','mobile','Text','0785463492'),(11693,1189,324,'First Name','firstname','Text','Sinekhaya'),(11694,1189,323,'Surname','surname','Text','Manyati'),(11695,1189,328,'ID Number','id','Text','9305295909083'),(11696,1189,327,'Email Address','email','Text','sinekhayasinalothompsonmanyati@gmail.com'),(11697,1189,320,'Telephone Number','telephone','Text','0785463492'),(11698,1189,326,'Mobile Phone Number','mobile','Text','0785463492'),(11699,1190,324,'First Name','firstname','Text','Moewada'),(11700,1190,323,'Surname','surname','Text','Abrahams'),(11701,1190,328,'ID Number','id','Text','711207 0133 083'),(11702,1190,327,'Email Address','email','Text','moewadaabrahs@gmail.com'),(11703,1190,320,'Telephone Number','telephone','Text','076 808 6913'),(11704,1190,326,'Mobile Phone Number','mobile','Text','062 061 0123'),(11705,1191,324,'First Name','firstname','Text','Moewada'),(11706,1191,323,'Surname','surname','Text','Abrahams'),(11707,1191,328,'ID Number','id','Text','7112070133083'),(11708,1191,327,'Email Address','email','Text','moewadaabrahs@gmail.com'),(11709,1191,320,'Telephone Number','telephone','Text',''),(11710,1191,326,'Mobile Phone Number','mobile','Text','062 061 0123'),(11711,1192,324,'First Name','firstname','Text','Nicoleen'),(11712,1192,323,'Surname','surname','Text','Gresse'),(11713,1192,328,'ID Number','id','Text','6908200088084'),(11714,1192,327,'Email Address','email','Text','Nicoleen.gresse@gmail.com'),(11715,1192,320,'Telephone Number','telephone','Text',''),(11716,1192,326,'Mobile Phone Number','mobile','Text','0823784040'),(11717,1193,324,'First Name','firstname','Text','Garth'),(11718,1193,323,'Surname','surname','Text','Stevens'),(11719,1193,328,'ID Number','id','Text','8001275215085'),(11720,1193,327,'Email Address','email','Text','Garths8@gmail.com'),(11721,1193,320,'Telephone Number','telephone','Text','+27720617313'),(11722,1193,326,'Mobile Phone Number','mobile','Text','+27720617313'),(11723,1194,324,'First Name','firstname','Text','Mpho '),(11724,1194,323,'Surname','surname','Text','Malebye'),(11725,1194,328,'ID Number','id','Text','9704025444082'),(11726,1194,327,'Email Address','email','Text','mmalebye32@gmail.com'),(11727,1194,320,'Telephone Number','telephone','Text',''),(11728,1194,326,'Mobile Phone Number','mobile','Text','0763022736'),(11729,1195,324,'First Name','firstname','Text','Eunice Thandeka '),(11730,1195,323,'Surname','surname','Text','Madlongwana '),(11731,1195,328,'ID Number','id','Text','8511070617087'),(11732,1195,327,'Email Address','email','Text','tmavimbela84@gmail.com'),(11733,1195,320,'Telephone Number','telephone','Text','0113676515'),(11734,1195,326,'Mobile Phone Number','mobile','Text','0786534779'),(11735,1196,324,'First Name','firstname','Text','fazel'),(11736,1196,323,'Surname','surname','Text','meyer'),(11737,1196,328,'ID Number','id','Text','9505235343083'),(11738,1196,327,'Email Address','email','Text','fazelmeyer@gmail.com'),(11739,1196,320,'Telephone Number','telephone','Text',''),(11740,1196,326,'Mobile Phone Number','mobile','Text','0795585087'),(11741,1197,324,'First Name','firstname','Text','Patricia '),(11742,1197,323,'Surname','surname','Text','Adonis'),(11743,1197,328,'ID Number','id','Text','7905100195083'),(11744,1197,327,'Email Address','email','Text','nuzaze@gmail.com'),(11745,1197,320,'Telephone Number','telephone','Text','0813236007'),(11746,1197,326,'Mobile Phone Number','mobile','Text','0839261556'),(11747,1198,324,'First Name','firstname','Text','Winston John'),(11748,1198,323,'Surname','surname','Text','Ho'),(11749,1198,328,'ID Number','id','Text','8008105116086'),(11750,1198,327,'Email Address','email','Text','winstonjohnho@gmail.com'),(11751,1198,320,'Telephone Number','telephone','Text',''),(11752,1198,326,'Mobile Phone Number','mobile','Text',''),(11753,1199,324,'First Name','firstname','Text','Sinekhaya'),(11754,1199,323,'Surname','surname','Text','Manyati'),(11755,1199,328,'ID Number','id','Text','9305295909083'),(11756,1199,327,'Email Address','email','Text','sinekhayasinalothompsonmanyati@gmail.com'),(11757,1199,320,'Telephone Number','telephone','Text',''),(11758,1199,326,'Mobile Phone Number','mobile','Text','0618546479'),(11759,1200,324,'First Name','firstname','Text','Marco'),(11760,1200,323,'Surname','surname','Text','le Roux'),(11761,1200,328,'ID Number','id','Text','7603235186081'),(11762,1200,327,'Email Address','email','Text','marcoleroux@gmail.com'),(11763,1200,320,'Telephone Number','telephone','Text',''),(11764,1200,326,'Mobile Phone Number','mobile','Text',''),(11765,1201,324,'First Name','firstname','Text','MATTHEWS'),(11766,1201,323,'Surname','surname','Text','SETLHATLOLE'),(11767,1201,328,'ID Number','id','Text','8612045356080'),(11768,1201,327,'Email Address','email','Text','mattfacelift@gmail.com'),(11769,1201,320,'Telephone Number','telephone','Text',''),(11770,1201,326,'Mobile Phone Number','mobile','Text','0828283044'),(11771,1202,324,'First Name','firstname','Text','Karin Lee'),(11772,1202,323,'Surname','surname','Text','Howard'),(11773,1202,328,'ID Number','id','Text','6608300402181'),(11774,1202,327,'Email Address','email','Text','karinleehoward@gmail.com'),(11775,1202,320,'Telephone Number','telephone','Text',''),(11776,1202,326,'Mobile Phone Number','mobile','Text','0711301456'),(11777,1203,324,'First Name','firstname','Text','Margaret'),(11778,1203,323,'Surname','surname','Text','Phillips'),(11779,1203,328,'ID Number','id','Text','6602040199082'),(11780,1203,327,'Email Address','email','Text','margaret@bizcommunity.com'),(11781,1203,320,'Telephone Number','telephone','Text','0214041460'),(11782,1203,326,'Mobile Phone Number','mobile','Text','064 750 3220'),(11783,1204,324,'First Name','firstname','Text','Nonke'),(11784,1204,323,'Surname','surname','Text','xawuka'),(11785,1204,328,'ID Number','id','Text','9106096006081'),(11786,1204,327,'Email Address','email','Text','nonke4x@gmail.com'),(11787,1204,320,'Telephone Number','telephone','Text','0740417285'),(11788,1204,326,'Mobile Phone Number','mobile','Text','0740417285'),(11789,1205,324,'First Name','firstname','Text','Paul'),(11790,1205,323,'Surname','surname','Text','Kershaw'),(11791,1205,328,'ID Number','id','Text','6303205143086'),(11792,1205,327,'Email Address','email','Text','paul@gotalent.co.za'),(11793,1205,320,'Telephone Number','telephone','Text','0103125216'),(11794,1205,326,'Mobile Phone Number','mobile','Text','0827830109'),(11795,1206,90,'Title','title','Text','Mr'),(11796,1206,51,'First Name','firstname','Text','Paul'),(11797,1206,52,'Surname','surname','Text','Kershaw'),(11798,1206,124,'Designation','contactdesignation','Text','Owner'),(11799,1206,65,'Website','website','Text','www.gotalentartists.co.za'),(11800,1206,66,'Email Address','email','Text','paul@gotalent.co.za'),(11801,1206,132,'Telephone Number','telephone','Text','0103125216'),(11802,1206,67,'Mobile Phone Number','mobile','Text','0827830109'),(11803,1206,72,'Company Name','companyname','Text','T/A'),(11804,1206,125,'Trading Name','tradingname','Text','GoTalent! Artist Management'),(11805,1206,126,'Company Type','companytype','Radio Group','SoleOwner'),(11806,1206,127,'Company Registration','companyregistration','Text','N.appl'),(11807,1206,79,'Physical Address','address1','Text','30 O\'Reilly Merry Strret'),(11808,1206,80,'Suburb','suburb','Text','Northmead'),(11809,1206,81,'Town or City','towncity','Text','Benoni'),(11810,1206,297,'Province','province','Select List','Gauteng'),(11811,1206,95,'Postcode','postcode','Text','1504'),(11812,1206,100,'Postal Address 1','postaladdress1','Text','P O Box 13808'),(11813,1206,101,'Postal Address 2','postaladdress2','Text','Northmead'),(11814,1206,102,'Postcode','postcodepostal','Text','1511'),(11815,1206,145,'Casting Type','castingtype','Select List',''),(11816,1206,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(11817,1206,175,'First & Surname','owner1name','Text','Paul Kershaw'),(11818,1206,176,' ID Number','owner1id','Text','6303205143086'),(11819,1206,177,'Position','owner1position','Text','Owner'),(11820,1206,186,'Mobile Phone Number','owner1mobile','Text','0827830109'),(11821,1206,191,'First & Surname','firstsurname2','Text',''),(11822,1206,196,'ID Number','idnumberowner2','Text',''),(11823,1206,197,'Position','position2','Text',''),(11824,1206,202,'Mobile Phone Number','mobilenumber2','Text',''),(11825,1206,207,'First & Surname','firstnamesurname3','Text',''),(11826,1206,208,'ID Number','idnumber3','Text',''),(11827,1206,213,'Position','position3','Text',''),(11828,1206,214,'Mobile Phone Number','mobile3','Text',''),(11829,1206,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(11830,1206,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/Oscasa_Consituttion_signed.pdf'),(11831,1206,225,'Proof of Subscription Payment','proofofpayment','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/OSCASA_POP_2019.pdf'),(11832,1206,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/Paul_ID_Certified.pdf'),(11833,1206,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(11834,1206,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(11835,1206,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/GOTALENT_BANK_NEDBANK.pdf'),(11836,1206,250,'Tax Clearance Certificate','taxclearance','File Upload',''),(11837,1206,259,'Proof of Physical Address','proofaddress','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/PRK_POA_BIDVEST.pdf'),(11838,1207,324,'First Name','firstname','Text','SIYANDA '),(11839,1207,323,'Surname','surname','Text','CWABA'),(11840,1207,328,'ID Number','id','Text','9207176079087'),(11841,1207,327,'Email Address','email','Text','biyana342@gmail.com'),(11842,1207,320,'Telephone Number','telephone','Text','0818108792'),(11843,1207,326,'Mobile Phone Number','mobile','Text','0607251520'),(11844,1208,465,'First Name','firstname','Text','Jamestip'),(11845,1208,464,'Surname','surname','Text','Jamestip'),(11846,1208,468,'ID Number','id','Text','4603'),(11847,1208,467,'Email Address','email','Text','vera@nu-kupi.ru'),(11848,1208,463,'Telephone Number','telephone','Text','82389239372'),(11849,1208,466,'Mobile Phone Number','mobile','Text','86475828533'),(11850,1208,498,'The Job or Production','production','Text',''),(11851,1208,503,'Date of Production','productiondate','Text','1977-12-10'),(11852,1208,504,'Name of Your Agent','agentname','Text','Jamestip'),(11853,1208,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(11854,1208,527,'Description/Message','description','Textarea','Hello friend!!! \r\nLook at my hot photos!'),(11855,1209,324,'First Name','firstname','Text','Don'),(11856,1209,323,'Surname','surname','Text','Ezeano'),(11857,1209,328,'ID Number','id','Text','0111275150089'),(11858,1209,327,'Email Address','email','Text','donezeano@gmail.com'),(11859,1209,320,'Telephone Number','telephone','Text',''),(11860,1209,326,'Mobile Phone Number','mobile','Text','0614635366'),(11861,1210,324,'First Name','firstname','Text','Don'),(11862,1210,323,'Surname','surname','Text','Ezeano'),(11863,1210,328,'ID Number','id','Text','0111275150089'),(11864,1210,327,'Email Address','email','Text','donezeano@gmail.com'),(11865,1210,320,'Telephone Number','telephone','Text',''),(11866,1210,326,'Mobile Phone Number','mobile','Text','0614635366'),(11867,1211,324,'First Name','firstname','Text','Karin Lee'),(11868,1211,323,'Surname','surname','Text','Howard'),(11869,1211,328,'ID Number','id','Text','6608300402181'),(11870,1211,327,'Email Address','email','Text','karinleehoward@gmail.com'),(11871,1211,320,'Telephone Number','telephone','Text',''),(11872,1211,326,'Mobile Phone Number','mobile','Text','0711301456'),(11873,1212,324,'First Name','firstname','Text','Perseverance'),(11874,1212,323,'Surname','surname','Text','Banda'),(11875,1212,328,'ID Number','id','Text','PTZWE1096422377'),(11876,1212,327,'Email Address','email','Text','Percynokthula@gmail.com'),(11877,1212,320,'Telephone Number','telephone','Text','0651160293'),(11878,1212,326,'Mobile Phone Number','mobile','Text','0651160293'),(11879,1213,324,'First Name','firstname','Text','vile'),(11880,1213,323,'Surname','surname','Text','magodla'),(11881,1213,328,'ID Number','id','Text','8909030876084'),(11882,1213,327,'Email Address','email','Text','magodlavile@gmail.com'),(11883,1213,320,'Telephone Number','telephone','Text','0814435887'),(11884,1213,326,'Mobile Phone Number','mobile','Text','0814435887'),(11885,1214,324,'First Name','firstname','Text','Perseverance'),(11886,1214,323,'Surname','surname','Text','Banda'),(11887,1214,328,'ID Number','id','Text','PTZWE1096422377'),(11888,1214,327,'Email Address','email','Text','Percynokthula@gmail.com'),(11889,1214,320,'Telephone Number','telephone','Text','0651160293'),(11890,1214,326,'Mobile Phone Number','mobile','Text','0651160293'),(11891,1215,324,'First Name','firstname','Text','Mandy'),(11892,1215,323,'Surname','surname','Text','Nkosi'),(11893,1215,328,'ID Number','id','Text','8111230737089'),(11894,1215,327,'Email Address','email','Text','mandynkosi8@gmail.com'),(11895,1215,320,'Telephone Number','telephone','Text',''),(11896,1215,326,'Mobile Phone Number','mobile','Text','0786223074'),(11897,1216,324,'First Name','firstname','Text','Bontlenyana'),(11898,1216,323,'Surname','surname','Text','Mokoena'),(11899,1216,328,'ID Number','id','Text','8809150344089'),(11900,1216,327,'Email Address','email','Text','bontle.lyn@gmail.com'),(11901,1216,320,'Telephone Number','telephone','Text','0732273602'),(11902,1216,326,'Mobile Phone Number','mobile','Text','0732273602'),(11903,1217,324,'First Name','firstname','Text','Bontlenyana'),(11904,1217,323,'Surname','surname','Text','Mokoena'),(11905,1217,328,'ID Number','id','Text','8809150344089'),(11906,1217,327,'Email Address','email','Text','bontle.lyn@gmail.com'),(11907,1217,320,'Telephone Number','telephone','Text','0732273602'),(11908,1217,326,'Mobile Phone Number','mobile','Text','0732273602'),(11909,1218,324,'First Name','firstname','Text','Bontlenyana'),(11910,1218,323,'Surname','surname','Text','Mokoena'),(11911,1218,328,'ID Number','id','Text','8809150344089'),(11912,1218,327,'Email Address','email','Text','bontle.lyn@gmail.com'),(11913,1218,320,'Telephone Number','telephone','Text','0732273602'),(11914,1218,326,'Mobile Phone Number','mobile','Text','0732273602'),(11915,1219,324,'First Name','firstname','Text','Fundiswa'),(11916,1219,323,'Surname','surname','Text','Mbhele'),(11917,1219,328,'ID Number','id','Text','960730 0673 087'),(11918,1219,327,'Email Address','email','Text','Fundiswambhele3@gmail.com'),(11919,1219,320,'Telephone Number','telephone','Text','N/A'),(11920,1219,326,'Mobile Phone Number','mobile','Text','071 910 3105'),(11921,1220,324,'First Name','firstname','Text','albenaise'),(11922,1220,323,'Surname','surname','Text','stout'),(11923,1220,328,'ID Number','id','Text','9204240131085'),(11924,1220,327,'Email Address','email','Text','menecia.stout@gmail.com'),(11925,1220,320,'Telephone Number','telephone','Text','0842909028'),(11926,1220,326,'Mobile Phone Number','mobile','Text','0842909028'),(11927,1221,324,'First Name','firstname','Text','albenaise'),(11928,1221,323,'Surname','surname','Text','stout'),(11929,1221,328,'ID Number','id','Text','9204240131085'),(11930,1221,327,'Email Address','email','Text','menecia.stout@gmail.com'),(11931,1221,320,'Telephone Number','telephone','Text','0842909028'),(11932,1221,326,'Mobile Phone Number','mobile','Text','0842909028'),(11933,1222,324,'First Name','firstname','Text','albenaise'),(11934,1222,323,'Surname','surname','Text','stout'),(11935,1222,328,'ID Number','id','Text','9204240131085'),(11936,1222,327,'Email Address','email','Text','menecia.stout@gmail.com'),(11937,1222,320,'Telephone Number','telephone','Text','0842909028'),(11938,1222,326,'Mobile Phone Number','mobile','Text','0842909028'),(11939,1223,324,'First Name','firstname','Text','Phumza Peach '),(11940,1223,323,'Surname','surname','Text','Nosindwa '),(11941,1223,328,'ID Number','id','Text','8802020623089'),(11942,1223,327,'Email Address','email','Text','peach.nosindwa@gmail.com'),(11943,1223,320,'Telephone Number','telephone','Text','0713065976'),(11944,1223,326,'Mobile Phone Number','mobile','Text','0713065976'),(11945,1224,324,'First Name','firstname','Text','Puseletso '),(11946,1224,323,'Surname','surname','Text','Motlhaolwa '),(11947,1224,328,'ID Number','id','Text','9606171234086'),(11948,1224,327,'Email Address','email','Text','Puseletsomotlhaolwa19@gmail.com'),(11949,1224,320,'Telephone Number','telephone','Text','0624199008'),(11950,1224,326,'Mobile Phone Number','mobile','Text','0717113210'),(11951,1225,324,'First Name','firstname','Text','Stephanie'),(11952,1225,323,'Surname','surname','Text','Knozer'),(11953,1225,328,'ID Number','id','Text','8710090045085'),(11954,1225,327,'Email Address','email','Text','steff2williams@gmail.com'),(11955,1225,320,'Telephone Number','telephone','Text','0769401033'),(11956,1225,326,'Mobile Phone Number','mobile','Text','0769401033'),(11957,1226,465,'First Name','firstname','Text','Michelle '),(11958,1226,464,'Surname','surname','Text','monyetshwale '),(11959,1226,468,'ID Number','id','Text','9309080651082'),(11960,1226,467,'Email Address','email','Text','Micassiamogelang@gmail.com'),(11961,1226,463,'Telephone Number','telephone','Text',''),(11962,1226,466,'Mobile Phone Number','mobile','Text','0719945710'),(11963,1226,498,'The Job or Production','production','Text','Extra'),(11964,1226,503,'Date of Production','productiondate','Text',''),(11965,1226,504,'Name of Your Agent','agentname','Text','Platinum blue '),(11966,1226,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(11967,1226,527,'Description/Message','description','Textarea',''),(11968,1227,324,'First Name','firstname','Text','Michelle '),(11969,1227,323,'Surname','surname','Text','monyetshwale '),(11970,1227,328,'ID Number','id','Text','9309080651082'),(11971,1227,327,'Email Address','email','Text','Micassiamogelang@gmail.com'),(11972,1227,320,'Telephone Number','telephone','Text',''),(11973,1227,326,'Mobile Phone Number','mobile','Text','0719945710'),(11974,1228,324,'First Name','firstname','Text','ANTHONY'),(11975,1228,323,'Surname','surname','Text','CHIJIOKE'),(11976,1228,328,'ID Number','id','Text','13/07/1981'),(11977,1228,327,'Email Address','email','Text','tonychijiokke@gmail.com'),(11978,1228,320,'Telephone Number','telephone','Text',''),(11979,1228,326,'Mobile Phone Number','mobile','Text','0737102268'),(11980,1229,324,'First Name','firstname','Text','Alicia '),(11981,1229,323,'Surname','surname','Text','Henn'),(11982,1229,328,'ID Number','id','Text','9808080219089 '),(11983,1229,327,'Email Address','email','Text','Mollyrodriguez2908@gmail.com'),(11984,1229,320,'Telephone Number','telephone','Text','+27740393902'),(11985,1229,326,'Mobile Phone Number','mobile','Text','+27624578462'),(11986,1230,324,'First Name','firstname','Text','Ovayo'),(11987,1230,323,'Surname','surname','Text','Deyi'),(11988,1230,328,'ID Number','id','Text','9706236373083'),(11989,1230,327,'Email Address','email','Text','Ovayodeyi75@gmail.com'),(11990,1230,320,'Telephone Number','telephone','Text',''),(11991,1230,326,'Mobile Phone Number','mobile','Text','0632001289'),(11992,1231,324,'First Name','firstname','Text','Thair'),(11993,1231,323,'Surname','surname','Text','Sultan'),(11994,1231,328,'ID Number','id','Text','8011015173080'),(11995,1231,327,'Email Address','email','Text','frostsultan@gmail.com'),(11996,1231,320,'Telephone Number','telephone','Text','+27722427768'),(11997,1231,326,'Mobile Phone Number','mobile','Text','+27722427768'),(11998,1232,324,'First Name','firstname','Text','Nokululeko'),(11999,1232,323,'Surname','surname','Text','Mbokazi'),(12000,1232,328,'ID Number','id','Text','9407091201085'),(12001,1232,327,'Email Address','email','Text','Nkulimbokazi1@gmail.com'),(12002,1232,320,'Telephone Number','telephone','Text','0784542736'),(12003,1232,326,'Mobile Phone Number','mobile','Text','0784542736'),(12004,1233,324,'First Name','firstname','Text','Lance'),(12005,1233,323,'Surname','surname','Text','Lucas'),(12006,1233,328,'ID Number','id','Text','8804295243080'),(12007,1233,327,'Email Address','email','Text','Limbotachyon@gmail.com'),(12008,1233,320,'Telephone Number','telephone','Text','0843637152'),(12009,1233,326,'Mobile Phone Number','mobile','Text','0843637152'),(12010,1234,324,'First Name','firstname','Text','Lance'),(12011,1234,323,'Surname','surname','Text','Lucas'),(12012,1234,328,'ID Number','id','Text','8804295243080'),(12013,1234,327,'Email Address','email','Text','Limbotachyon@gmail.com'),(12014,1234,320,'Telephone Number','telephone','Text','0843637152'),(12015,1234,326,'Mobile Phone Number','mobile','Text','0843637152'),(12016,1235,324,'First Name','firstname','Text','HowardPhism'),(12017,1235,323,'Surname','surname','Text','HowardPhism'),(12018,1235,328,'ID Number','id','Text','607296'),(12019,1235,327,'Email Address','email','Text','kremleyrod@mail.ru'),(12020,1235,320,'Telephone Number','telephone','Text','84469461555'),(12021,1235,326,'Mobile Phone Number','mobile','Text','Sony Ericsson Z610'),(12022,1236,324,'First Name','firstname','Text','HowardPhism'),(12023,1236,323,'Surname','surname','Text','HowardPhism'),(12024,1236,328,'ID Number','id','Text','639635'),(12025,1236,327,'Email Address','email','Text','kremleyrod@mail.ru'),(12026,1236,320,'Telephone Number','telephone','Text','86398244416'),(12027,1236,326,'Mobile Phone Number','mobile','Text','Sony Ericsson Z610'),(12028,1237,324,'First Name','firstname','Text','Thabang Mike '),(12029,1237,323,'Surname','surname','Text','Mogane '),(12030,1237,328,'ID Number','id','Text','9901115195083'),(12031,1237,327,'Email Address','email','Text','Mikemorganza@gmail.com'),(12032,1237,320,'Telephone Number','telephone','Text',''),(12033,1237,326,'Mobile Phone Number','mobile','Text','0605186429 '),(12034,1238,324,'First Name','firstname','Text','Rita Noxolo'),(12035,1238,323,'Surname','surname','Text','Hlaluka'),(12036,1238,328,'ID Number','id','Text','9010310324082'),(12037,1238,327,'Email Address','email','Text','noxhlaluka@gmail.com'),(12038,1238,320,'Telephone Number','telephone','Text',''),(12039,1238,326,'Mobile Phone Number','mobile','Text','0617804987'),(12040,1239,324,'First Name','firstname','Text','Ahmedcrymn'),(12041,1239,323,'Surname','surname','Text','Ahmedcrymn'),(12042,1239,328,'ID Number','id','Text','3652'),(12043,1239,327,'Email Address','email','Text','andrey16tim@mail.ru'),(12044,1239,320,'Telephone Number','telephone','Text','88812975296'),(12045,1239,326,'Mobile Phone Number','mobile','Text','86674964349'),(12046,1240,324,'First Name','firstname','Text','Keorapetse '),(12047,1240,323,'Surname','surname','Text','Marobe'),(12048,1240,328,'ID Number','id','Text','9708016010083'),(12049,1240,327,'Email Address','email','Text','Marobekeorapetse@gmail.com'),(12050,1240,320,'Telephone Number','telephone','Text',''),(12051,1240,326,'Mobile Phone Number','mobile','Text','0745670505'),(12052,1241,324,'First Name','firstname','Text','ranapo'),(12053,1241,323,'Surname','surname','Text','matsomane'),(12054,1241,328,'ID Number','id','Text','9905020698081'),(12055,1241,327,'Email Address','email','Text','rayranapo@gmail.com'),(12056,1241,320,'Telephone Number','telephone','Text','0796742588'),(12057,1241,326,'Mobile Phone Number','mobile','Text','07942478081'),(12058,1242,324,'First Name','firstname','Text','Alice valeria'),(12059,1242,323,'Surname','surname','Text','Van deventer'),(12060,1242,328,'ID Number','id','Text','9111040343085'),(12061,1242,327,'Email Address','email','Text','ALLYTUCKER59@gmail.com'),(12062,1242,320,'Telephone Number','telephone','Text','0215919407'),(12063,1242,326,'Mobile Phone Number','mobile','Text','0797905716'),(12064,1243,324,'First Name','firstname','Text','Chris'),(12065,1243,323,'Surname','surname','Text','Van as'),(12066,1243,328,'ID Number','id','Text','5201245089080'),(12067,1243,327,'Email Address','email','Text','ALLYTUCKER59@gmail.com'),(12068,1243,320,'Telephone Number','telephone','Text','0215919407'),(12069,1243,326,'Mobile Phone Number','mobile','Text','0648215910'),(12070,1244,324,'First Name','firstname','Text','Yi '),(12071,1244,323,'Surname','surname','Text','Syer '),(12072,1244,328,'ID Number','id','Text','8108221034187'),(12073,1244,327,'Email Address','email','Text','gloryyuan28@hotmail.com'),(12074,1244,320,'Telephone Number','telephone','Text','0735451841'),(12075,1244,326,'Mobile Phone Number','mobile','Text','0735451841'),(12076,1245,324,'First Name','firstname','Text','Kgotlelelo'),(12077,1245,323,'Surname','surname','Text','Tlaka'),(12078,1245,328,'ID Number','id','Text','9902161224082'),(12079,1245,327,'Email Address','email','Text','kgotlelelotlaka44@gmail.com'),(12080,1245,320,'Telephone Number','telephone','Text',''),(12081,1245,326,'Mobile Phone Number','mobile','Text','0671131742'),(12082,1246,324,'First Name','firstname','Text','Tony'),(12083,1246,323,'Surname','surname','Text','Anene'),(12084,1246,328,'ID Number','id','Text','P0735849'),(12085,1246,327,'Email Address','email','Text','egbutony@yahoo.com'),(12086,1246,320,'Telephone Number','telephone','Text','0834921393'),(12087,1246,326,'Mobile Phone Number','mobile','Text','0834921393'),(12088,1247,324,'First Name','firstname','Text','Busisiwe'),(12089,1247,323,'Surname','surname','Text','Tshetu'),(12090,1247,328,'ID Number','id','Text','9611030137082'),(12091,1247,327,'Email Address','email','Text','tshetubusisiwe@gmail.com'),(12092,1247,320,'Telephone Number','telephone','Text',''),(12093,1247,326,'Mobile Phone Number','mobile','Text','0670774512'),(12094,1248,324,'First Name','firstname','Text','Tumisang'),(12095,1248,323,'Surname','surname','Text','Motseodibe'),(12096,1248,328,'ID Number','id','Text','8510045551082'),(12097,1248,327,'Email Address','email','Text','tumidickmotseodibe@gmail.com'),(12098,1248,320,'Telephone Number','telephone','Text','0712822999'),(12099,1248,326,'Mobile Phone Number','mobile','Text','0712822999'),(12100,1249,324,'First Name','firstname','Text','Tumisang'),(12101,1249,323,'Surname','surname','Text','Motseodibe'),(12102,1249,328,'ID Number','id','Text','8510045551082'),(12103,1249,327,'Email Address','email','Text','tumidickmotseodibe@gmail.com'),(12104,1249,320,'Telephone Number','telephone','Text','0712822999'),(12105,1249,326,'Mobile Phone Number','mobile','Text','0712822999'),(12106,1250,324,'First Name','firstname','Text','Lucky'),(12107,1250,323,'Surname','surname','Text','Dlamini'),(12108,1250,328,'ID Number','id','Text','9202086122085'),(12109,1250,327,'Email Address','email','Text','Cystoe497@gmail.com'),(12110,1250,320,'Telephone Number','telephone','Text','0781515756'),(12111,1250,326,'Mobile Phone Number','mobile','Text','0781515756'),(12112,1251,324,'First Name','firstname','Text','Nhlanhla'),(12113,1251,323,'Surname','surname','Text','Mamputa'),(12114,1251,328,'ID Number','id','Text','9903070272089'),(12115,1251,327,'Email Address','email','Text','nhlanhlamamputa@gmail.com'),(12116,1251,320,'Telephone Number','telephone','Text',''),(12117,1251,326,'Mobile Phone Number','mobile','Text','0677273049'),(12118,1252,324,'First Name','firstname','Text','Plasticixa'),(12119,1252,323,'Surname','surname','Text','Plasticixa'),(12120,1252,328,'ID Number','id','Text','7671'),(12121,1252,327,'Email Address','email','Text','stem.derek@yahoo.com'),(12122,1252,320,'Telephone Number','telephone','Text','88872387663'),(12123,1252,326,'Mobile Phone Number','mobile','Text','83732462294'),(12124,1253,324,'First Name','firstname','Text','Senzo'),(12125,1253,323,'Surname','surname','Text','Kubheka'),(12126,1253,328,'ID Number','id','Text','9110145667083'),(12127,1253,327,'Email Address','email','Text','Kubhekasenzo1@gmail.com'),(12128,1253,320,'Telephone Number','telephone','Text',''),(12129,1253,326,'Mobile Phone Number','mobile','Text','0767702220'),(12130,1254,324,'First Name','firstname','Text','sSENZO'),(12131,1254,323,'Surname','surname','Text','KUBHEKA'),(12132,1254,328,'ID Number','id','Text','9110145667083'),(12133,1254,327,'Email Address','email','Text','kubhekasenzo1@gmail.com'),(12134,1254,320,'Telephone Number','telephone','Text',''),(12135,1254,326,'Mobile Phone Number','mobile','Text','0767702220'),(12136,1255,324,'First Name','firstname','Text','Churchill'),(12137,1255,323,'Surname','surname','Text','Selane'),(12138,1255,328,'ID Number','id','Text','9704015316084'),(12139,1255,327,'Email Address','email','Text','Khotsochurchill@gmail.com'),(12140,1255,320,'Telephone Number','telephone','Text','0735013541'),(12141,1255,326,'Mobile Phone Number','mobile','Text','0662784994'),(12142,1256,324,'First Name','firstname','Text','Sasha'),(12143,1256,323,'Surname','surname','Text','Maselwanyana'),(12144,1256,328,'ID Number','id','Text','0006190061082'),(12145,1256,327,'Email Address','email','Text','sashakealeboga@gmail.com'),(12146,1256,320,'Telephone Number','telephone','Text','+27670241007'),(12147,1256,326,'Mobile Phone Number','mobile','Text','0607264749'),(12148,1257,324,'First Name','firstname','Text','Esther'),(12149,1257,323,'Surname','surname','Text','Ndlovu'),(12150,1257,328,'ID Number','id','Text','DN578849'),(12151,1257,327,'Email Address','email','Text','essyndlovu@hotmail.com'),(12152,1257,320,'Telephone Number','telephone','Text','0611588090'),(12153,1257,326,'Mobile Phone Number','mobile','Text','0611588090'),(12154,1258,324,'First Name','firstname','Text','Tyrone'),(12155,1258,323,'Surname','surname','Text','Murphy'),(12156,1258,328,'ID Number','id','Text','9009155115084'),(12157,1258,327,'Email Address','email','Text','tyronepaulmurphy@gmail.com'),(12158,1258,320,'Telephone Number','telephone','Text','0833008442'),(12159,1258,326,'Mobile Phone Number','mobile','Text','0833008442'),(12160,1259,324,'First Name','firstname','Text','Dineo'),(12161,1259,323,'Surname','surname','Text','Chokoe'),(12162,1259,328,'ID Number','id','Text','9612071023082'),(12163,1259,327,'Email Address','email','Text','D.Chokoe46@gmail.com'),(12164,1259,320,'Telephone Number','telephone','Text',''),(12165,1259,326,'Mobile Phone Number','mobile','Text','0664990707'),(12166,1260,324,'First Name','firstname','Text','Sightlnh'),(12167,1260,323,'Surname','surname','Text','Sightlnh'),(12168,1260,328,'ID Number','id','Text','365'),(12169,1260,327,'Email Address','email','Text','amazon@bransontourismcenter.com'),(12170,1260,320,'Telephone Number','telephone','Text','89345832291'),(12171,1260,326,'Mobile Phone Number','mobile','Text','88722789586'),(12172,1261,324,'First Name','firstname','Text','Albenaise'),(12173,1261,323,'Surname','surname','Text','stout'),(12174,1261,328,'ID Number','id','Text','9204240131085'),(12175,1261,327,'Email Address','email','Text','Menecia.stout@gmail.com'),(12176,1261,320,'Telephone Number','telephone','Text','0842909028'),(12177,1261,326,'Mobile Phone Number','mobile','Text','0842909028'),(12178,1262,324,'First Name','firstname','Text','TimothyNum'),(12179,1262,323,'Surname','surname','Text','TimothyNum'),(12180,1262,328,'ID Number','id','Text','6879'),(12181,1262,327,'Email Address','email','Text','ru.huiya@bk.ru'),(12182,1262,320,'Telephone Number','telephone','Text','86513291979'),(12183,1262,326,'Mobile Phone Number','mobile','Text','85377355497'),(12184,1263,324,'First Name','firstname','Text','Tshepiso '),(12185,1263,323,'Surname','surname','Text','Seanego'),(12186,1263,328,'ID Number','id','Text','8109231046088'),(12187,1263,327,'Email Address','email','Text','seanegojacqueline@gmail.com'),(12188,1263,320,'Telephone Number','telephone','Text',''),(12189,1263,326,'Mobile Phone Number','mobile','Text','0761495580'),(12190,1264,324,'First Name','firstname','Text','Churchill'),(12191,1264,323,'Surname','surname','Text','Selane'),(12192,1264,328,'ID Number','id','Text','9704015316084'),(12193,1264,327,'Email Address','email','Text','Khotsochurchill@gmail.com'),(12194,1264,320,'Telephone Number','telephone','Text','0735013541'),(12195,1264,326,'Mobile Phone Number','mobile','Text','0662784994'),(12196,1265,324,'First Name','firstname','Text','Kgomotso'),(12197,1265,323,'Surname','surname','Text','Sekei'),(12198,1265,328,'ID Number','id','Text','9806180042088'),(12199,1265,327,'Email Address','email','Text','kgomotsosekei.co.za@gmail.com'),(12200,1265,320,'Telephone Number','telephone','Text',''),(12201,1265,326,'Mobile Phone Number','mobile','Text','0662234581'),(12202,1266,324,'First Name','firstname','Text','Moshe'),(12203,1266,323,'Surname','surname','Text','Masia'),(12204,1266,328,'ID Number','id','Text','8805295438083'),(12205,1266,327,'Email Address','email','Text','Imasia723@gmail.com'),(12206,1266,320,'Telephone Number','telephone','Text','0610575757'),(12207,1266,326,'Mobile Phone Number','mobile','Text','0610575757'),(12208,1267,324,'First Name','firstname','Text','Gareth'),(12209,1267,323,'Surname','surname','Text','Kneale'),(12210,1267,328,'ID Number','id','Text','6302205023082'),(12211,1267,327,'Email Address','email','Text','gareth.kneale@gmail.com'),(12212,1267,320,'Telephone Number','telephone','Text','0789179842'),(12213,1267,326,'Mobile Phone Number','mobile','Text','0789179842'),(12214,1268,324,'First Name','firstname','Text','Gareth'),(12215,1268,323,'Surname','surname','Text','Kneale'),(12216,1268,328,'ID Number','id','Text','6302205023082'),(12217,1268,327,'Email Address','email','Text','gareth.kneale@gmail.com'),(12218,1268,320,'Telephone Number','telephone','Text',''),(12219,1268,326,'Mobile Phone Number','mobile','Text','0789179842'),(12220,1269,324,'First Name','firstname','Text','Jared'),(12221,1269,323,'Surname','surname','Text','Main'),(12222,1269,328,'ID Number','id','Text','8903045078083'),(12223,1269,327,'Email Address','email','Text','jaredmain@gmail.com'),(12224,1269,320,'Telephone Number','telephone','Text',''),(12225,1269,326,'Mobile Phone Number','mobile','Text',''),(12226,1270,324,'First Name','firstname','Text','Noxolo'),(12227,1270,323,'Surname','surname','Text','Msani'),(12228,1270,328,'ID Number','id','Text','0002091313086'),(12229,1270,327,'Email Address','email','Text','NoxoloMxolisi1@gmail.com'),(12230,1270,320,'Telephone Number','telephone','Text',''),(12231,1270,326,'Mobile Phone Number','mobile','Text','0651266160'),(12232,1271,324,'First Name','firstname','Text','Amber'),(12233,1271,323,'Surname','surname','Text','Brikkels'),(12234,1271,328,'ID Number','id','Text','0007180125085'),(12235,1271,327,'Email Address','email','Text','Amberbrikkelspooh2@gmail.com'),(12236,1271,320,'Telephone Number','telephone','Text',''),(12237,1271,326,'Mobile Phone Number','mobile','Text','081 598 9047'),(12238,1272,324,'First Name','firstname','Text','Niveshnee '),(12239,1272,323,'Surname','surname','Text','Chellan '),(12240,1272,328,'ID Number','id','Text','8505060201084'),(12241,1272,327,'Email Address','email','Text','iron06chellan@gmail.com'),(12242,1272,320,'Telephone Number','telephone','Text','0843634603'),(12243,1272,326,'Mobile Phone Number','mobile','Text','0843634603 '),(12244,1273,324,'First Name','firstname','Text','Andisiwe'),(12245,1273,323,'Surname','surname','Text','Majaca'),(12246,1273,328,'ID Number','id','Text','9512200841083'),(12247,1273,327,'Email Address','email','Text','xawukaa@gmail.com'),(12248,1273,320,'Telephone Number','telephone','Text','0604883122'),(12249,1273,326,'Mobile Phone Number','mobile','Text','0604883122'),(12250,1274,324,'First Name','firstname','Text','Brenda'),(12251,1274,323,'Surname','surname','Text','Molefe'),(12252,1274,328,'ID Number','id','Text','8210210591084'),(12253,1274,327,'Email Address','email','Text','brendmo05@gmail.com'),(12254,1274,320,'Telephone Number','telephone','Text','0765100800'),(12255,1274,326,'Mobile Phone Number','mobile','Text','0765100800'),(12256,1275,324,'First Name','firstname','Text','Zintle Precious '),(12257,1275,323,'Surname','surname','Text','Shushu'),(12258,1275,328,'ID Number','id','Text','0002281110086'),(12259,1275,327,'Email Address','email','Text','ZintlepreciousShushu@gmail.com'),(12260,1275,320,'Telephone Number','telephone','Text','N/A'),(12261,1275,326,'Mobile Phone Number','mobile','Text','0619706868'),(12262,1276,324,'First Name','firstname','Text','Tallboy Lubabalo '),(12263,1276,323,'Surname','surname','Text','Ntame '),(12264,1276,328,'ID Number','id','Text','9006155722083 '),(12265,1276,327,'Email Address','email','Text','lubabalontame@gmail.com'),(12266,1276,320,'Telephone Number','telephone','Text',''),(12267,1276,326,'Mobile Phone Number','mobile','Text','0820479903 '),(12268,1277,324,'First Name','firstname','Text','Kebakae '),(12269,1277,323,'Surname','surname','Text','Lekgoale'),(12270,1277,328,'ID Number','id','Text','8005195384087'),(12271,1277,327,'Email Address','email','Text','KebakaeLucas@gmail.com'),(12272,1277,320,'Telephone Number','telephone','Text','0825360684'),(12273,1277,326,'Mobile Phone Number','mobile','Text','0825360684'),(12274,1278,324,'First Name','firstname','Text','Theresa'),(12275,1278,323,'Surname','surname','Text','Nojila '),(12276,1278,328,'ID Number','id','Text','9904231051081'),(12277,1278,327,'Email Address','email','Text','theresanojila99@gmail.com'),(12278,1278,320,'Telephone Number','telephone','Text','0710383583'),(12279,1278,326,'Mobile Phone Number','mobile','Text','0829697086'),(12280,1279,324,'First Name','firstname','Text','Elfas'),(12281,1279,323,'Surname','surname','Text','Ncube'),(12282,1279,328,'ID Number','id','Text','EN861942'),(12283,1279,327,'Email Address','email','Text','iamiceeazy@gmail.com'),(12284,1279,320,'Telephone Number','telephone','Text',''),(12285,1279,326,'Mobile Phone Number','mobile','Text','0676514463'),(12286,1280,324,'First Name','firstname','Text','Tiara '),(12287,1280,323,'Surname','surname','Text','Adams'),(12288,1280,328,'ID Number','id','Text','9612020082080'),(12289,1280,327,'Email Address','email','Text','tiaraadams6@gmail.com'),(12290,1280,320,'Telephone Number','telephone','Text','0843242015'),(12291,1280,326,'Mobile Phone Number','mobile','Text','0843242015'),(12292,1281,324,'First Name','firstname','Text','Zandile'),(12293,1281,323,'Surname','surname','Text','Qudalele'),(12294,1281,328,'ID Number','id','Text','9002121465089'),(12295,1281,327,'Email Address','email','Text','zandyqudalele8@gmail.com'),(12296,1281,320,'Telephone Number','telephone','Text','0638560147'),(12297,1281,326,'Mobile Phone Number','mobile','Text','0605667428'),(12298,1282,324,'First Name','firstname','Text','Zandile'),(12299,1282,323,'Surname','surname','Text','Qudalele'),(12300,1282,328,'ID Number','id','Text','9002121465089'),(12301,1282,327,'Email Address','email','Text','zandyqudalele8@gmail.com'),(12302,1282,320,'Telephone Number','telephone','Text','0638560147'),(12303,1282,326,'Mobile Phone Number','mobile','Text','0605667428'),(12304,1283,465,'First Name','firstname','Text','Alden'),(12305,1283,464,'Surname','surname','Text','Bronkhorst'),(12306,1283,468,'ID Number','id','Text','6412305081086'),(12307,1283,467,'Email Address','email','Text','aldon.bronkhorat@gmail.com'),(12308,1283,463,'Telephone Number','telephone','Text',''),(12309,1283,466,'Mobile Phone Number','mobile','Text','0714411032'),(12310,1283,498,'The Job or Production','production','Text',''),(12311,1283,503,'Date of Production','productiondate','Text',''),(12312,1283,504,'Name of Your Agent','agentname','Text',''),(12313,1283,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(12314,1283,527,'Description/Message','description','Textarea','Can a agency charge me for registration and photos?'),(12315,1284,324,'First Name','firstname','Text','Alden'),(12316,1284,323,'Surname','surname','Text','Bronkhorst'),(12317,1284,328,'ID Number','id','Text','6412305081086'),(12318,1284,327,'Email Address','email','Text','aldon.bronkhorst@gmail.com'),(12319,1284,320,'Telephone Number','telephone','Text',''),(12320,1284,326,'Mobile Phone Number','mobile','Text','0714411032'),(12321,1285,324,'First Name','firstname','Text','BrettSpita'),(12322,1285,323,'Surname','surname','Text','BrettSpita'),(12323,1285,328,'ID Number','id','Text','7678'),(12324,1285,327,'Email Address','email','Text','nsandiatipur1974@yahoo.com'),(12325,1285,320,'Telephone Number','telephone','Text','82646365784'),(12326,1285,326,'Mobile Phone Number','mobile','Text','82798561971'),(12327,1286,324,'First Name','firstname','Text','Zintsizwa'),(12328,1286,323,'Surname','surname','Text','Blose'),(12329,1286,328,'ID Number','id','Text','980528671080'),(12330,1286,327,'Email Address','email','Text','zinsizwablose1@gmail.com'),(12331,1286,320,'Telephone Number','telephone','Text','not applicable'),(12332,1286,326,'Mobile Phone Number','mobile','Text','0604619770'),(12333,1287,324,'First Name','firstname','Text','Sindi'),(12334,1287,323,'Surname','surname','Text','Malinga'),(12335,1287,328,'ID Number','id','Text','8111190284080'),(12336,1287,327,'Email Address','email','Text','Kaeloqn@gmail.com'),(12337,1287,320,'Telephone Number','telephone','Text','0828351001'),(12338,1287,326,'Mobile Phone Number','mobile','Text','0828351001'),(12339,1288,324,'First Name','firstname','Text','Mxolisi Men'),(12340,1288,323,'Surname','surname','Text','Sithole'),(12341,1288,328,'ID Number','id','Text','0002116134087'),(12342,1288,327,'Email Address','email','Text','mmsithole03@gmail.com'),(12343,1288,320,'Telephone Number','telephone','Text','0653523914'),(12344,1288,326,'Mobile Phone Number','mobile','Text','0653523914'),(12345,1289,324,'First Name','firstname','Text','Mxolisi Men'),(12346,1289,323,'Surname','surname','Text','Sithole'),(12347,1289,328,'ID Number','id','Text','0002116134087'),(12348,1289,327,'Email Address','email','Text','mmsithole03@gmail.com'),(12349,1289,320,'Telephone Number','telephone','Text','0653523914'),(12350,1289,326,'Mobile Phone Number','mobile','Text','0653523914'),(12351,1290,324,'First Name','firstname','Text','Don'),(12352,1290,323,'Surname','surname','Text','Ezeano'),(12353,1290,328,'ID Number','id','Text','0111275150089'),(12354,1290,327,'Email Address','email','Text','donezeano@gmail.com'),(12355,1290,320,'Telephone Number','telephone','Text',''),(12356,1290,326,'Mobile Phone Number','mobile','Text','0614635366'),(12357,1291,324,'First Name','firstname','Text','Don'),(12358,1291,323,'Surname','surname','Text','Ezeano'),(12359,1291,328,'ID Number','id','Text','0111275150089'),(12360,1291,327,'Email Address','email','Text','donezeano@gmail.com'),(12361,1291,320,'Telephone Number','telephone','Text',''),(12362,1291,326,'Mobile Phone Number','mobile','Text','0614635366'),(12363,1292,324,'First Name','firstname','Text','Justine '),(12364,1292,323,'Surname','surname','Text','Jooste '),(12365,1292,328,'ID Number','id','Text','930105040089'),(12366,1292,327,'Email Address','email','Text','Justine@rlabs.org'),(12367,1292,320,'Telephone Number','telephone','Text','0623636308'),(12368,1292,326,'Mobile Phone Number','mobile','Text','0623536308'),(12369,1293,324,'First Name','firstname','Text','Stean'),(12370,1293,323,'Surname','surname','Text','Fourie'),(12371,1293,328,'ID Number','id','Text','0003015307089'),(12372,1293,327,'Email Address','email','Text','steanfourie.stu@gmail.com'),(12373,1293,320,'Telephone Number','telephone','Text','0745150284'),(12374,1293,326,'Mobile Phone Number','mobile','Text','0745150284'),(12375,1294,324,'First Name','firstname','Text','Nosikhumbuzo'),(12376,1294,323,'Surname','surname','Text','Manyonya'),(12377,1294,328,'ID Number','id','Text','8806090913080'),(12378,1294,327,'Email Address','email','Text','nmanyonya01@gmail.com'),(12379,1294,320,'Telephone Number','telephone','Text','0710014842'),(12380,1294,326,'Mobile Phone Number','mobile','Text','0710014842'),(12381,1295,324,'First Name','firstname','Text','Zwelibanzi'),(12382,1295,323,'Surname','surname','Text','Khumalo'),(12383,1295,328,'ID Number','id','Text','9404125059084'),(12384,1295,327,'Email Address','email','Text','zwelibanzik40@gmail.com'),(12385,1295,320,'Telephone Number','telephone','Text','+27730319571'),(12386,1295,326,'Mobile Phone Number','mobile','Text','0730319571'),(12387,1296,324,'First Name','firstname','Text','Zwelibanzi'),(12388,1296,323,'Surname','surname','Text','Khumalo'),(12389,1296,328,'ID Number','id','Text','9404125059084'),(12390,1296,327,'Email Address','email','Text','zwelibanzik40@gmail.com'),(12391,1296,320,'Telephone Number','telephone','Text','+27730319571'),(12392,1296,326,'Mobile Phone Number','mobile','Text','+27730319571'),(12393,1297,324,'First Name','firstname','Text','Albert'),(12394,1297,323,'Surname','surname','Text','Van der Merwe'),(12395,1297,328,'ID Number','id','Text','6808125055087'),(12396,1297,327,'Email Address','email','Text','franger463@gmail.com'),(12397,1297,320,'Telephone Number','telephone','Text',''),(12398,1297,326,'Mobile Phone Number','mobile','Text','0825492556'),(12399,1298,324,'First Name','firstname','Text','Morena'),(12400,1298,323,'Surname','surname','Text','Moeti'),(12401,1298,328,'ID Number','id','Text','9801125668790'),(12402,1298,327,'Email Address','email','Text','Morenico.1618@gmail.com'),(12403,1298,320,'Telephone Number','telephone','Text',''),(12404,1298,326,'Mobile Phone Number','mobile','Text','0733524466'),(12405,1299,324,'First Name','firstname','Text','peter'),(12406,1299,323,'Surname','surname','Text','clark'),(12407,1299,328,'ID Number','id','Text','6902085038082'),(12408,1299,327,'Email Address','email','Text','clarkpeter1969@gmail.com'),(12409,1299,320,'Telephone Number','telephone','Text','0729936661'),(12410,1299,326,'Mobile Phone Number','mobile','Text','0729936661'),(12411,1300,324,'First Name','firstname','Text','MD'),(12412,1300,323,'Surname','surname','Text','Edwards'),(12413,1300,328,'ID Number','id','Text','7104235626085'),(12414,1300,327,'Email Address','email','Text','max.ddwards7@icloud.com'),(12415,1300,320,'Telephone Number','telephone','Text','+27741064003'),(12416,1300,326,'Mobile Phone Number','mobile','Text',''),(12417,1301,324,'First Name','firstname','Text','Nompilo'),(12418,1301,323,'Surname','surname','Text','kheswa'),(12419,1301,328,'ID Number','id','Text','9702130632088'),(12420,1301,327,'Email Address','email','Text','Mpilopearlk@gmail.com'),(12421,1301,320,'Telephone Number','telephone','Text',''),(12422,1301,326,'Mobile Phone Number','mobile','Text','0659271091'),(12423,1302,324,'First Name','firstname','Text','Sanny'),(12424,1302,323,'Surname','surname','Text','Kheswa'),(12425,1302,328,'ID Number','id','Text','9008075261085'),(12426,1302,327,'Email Address','email','Text','mrsakheswa@zanesartistmanagement.co.za'),(12427,1302,320,'Telephone Number','telephone','Text','0815861801'),(12428,1302,326,'Mobile Phone Number','mobile','Text','0815861801'),(12429,1303,324,'First Name','firstname','Text','Linda'),(12430,1303,323,'Surname','surname','Text','Lemon'),(12431,1303,328,'ID Number','id','Text','6909140011087'),(12432,1303,327,'Email Address','email','Text','passion8work@gmail.com'),(12433,1303,320,'Telephone Number','telephone','Text',''),(12434,1303,326,'Mobile Phone Number','mobile','Text','0746217840'),(12435,1304,324,'First Name','firstname','Text','Elaine'),(12436,1304,323,'Surname','surname','Text','du Toit'),(12437,1304,328,'ID Number','id','Text','6701250099089'),(12438,1304,327,'Email Address','email','Text','elainedt10@gmail.com'),(12439,1304,320,'Telephone Number','telephone','Text',''),(12440,1304,326,'Mobile Phone Number','mobile','Text','0815796784'),(12441,1305,324,'First Name','firstname','Text','Prince '),(12442,1305,323,'Surname','surname','Text','Tamane '),(12443,1305,328,'ID Number','id','Text','0008215578082'),(12444,1305,327,'Email Address','email','Text','sasdotamane@gmail.com'),(12445,1305,320,'Telephone Number','telephone','Text','0670641545'),(12446,1305,326,'Mobile Phone Number','mobile','Text','0670641545 '),(12447,1306,324,'First Name','firstname','Text','Prince '),(12448,1306,323,'Surname','surname','Text','Tamane '),(12449,1306,328,'ID Number','id','Text','0008215578082'),(12450,1306,327,'Email Address','email','Text','sasdotamane@gmail.com'),(12451,1306,320,'Telephone Number','telephone','Text',''),(12452,1306,326,'Mobile Phone Number','mobile','Text','0670641545 '),(12453,1307,324,'First Name','firstname','Text','Shamina Bongiwe'),(12454,1307,323,'Surname','surname','Text','Banda'),(12455,1307,328,'ID Number','id','Text','9304240402088'),(12456,1307,327,'Email Address','email','Text','shaminabanda55@gmail.com'),(12457,1307,320,'Telephone Number','telephone','Text','0119452050'),(12458,1307,326,'Mobile Phone Number','mobile','Text','0834784206'),(12459,1308,324,'First Name','firstname','Text','Shamina Bongiwe'),(12460,1308,323,'Surname','surname','Text','Banda'),(12461,1308,328,'ID Number','id','Text','9304240402088'),(12462,1308,327,'Email Address','email','Text','shaminabanda55@gmail.com'),(12463,1308,320,'Telephone Number','telephone','Text','0119452050'),(12464,1308,326,'Mobile Phone Number','mobile','Text','0834784206'),(12465,1309,324,'First Name','firstname','Text','sanele'),(12466,1309,323,'Surname','surname','Text','welkom'),(12467,1309,328,'ID Number','id','Text','8908296147081'),(12468,1309,327,'Email Address','email','Text','sanelewelkom27@gmail.com'),(12469,1309,320,'Telephone Number','telephone','Text','063 109 8764'),(12470,1309,326,'Mobile Phone Number','mobile','Text','063 109 8764'),(12471,1310,324,'First Name','firstname','Text','sanele'),(12472,1310,323,'Surname','surname','Text','welkom'),(12473,1310,328,'ID Number','id','Text','8908296147081'),(12474,1310,327,'Email Address','email','Text','sanelewelkom27@gmail.com'),(12475,1310,320,'Telephone Number','telephone','Text','0719538796'),(12476,1310,326,'Mobile Phone Number','mobile','Text','063 109 8764'),(12477,1311,324,'First Name','firstname','Text','Asambese '),(12478,1311,323,'Surname','surname','Text','Mkumatela '),(12479,1311,328,'ID Number','id','Text','9810031057089'),(12480,1311,327,'Email Address','email','Text','asambesebintomkumatela@gmail.com'),(12481,1311,320,'Telephone Number','telephone','Text',''),(12482,1311,326,'Mobile Phone Number','mobile','Text','0718065607'),(12483,1312,324,'First Name','firstname','Text','Siphiwe David '),(12484,1312,323,'Surname','surname','Text','Mthimkulu '),(12485,1312,328,'ID Number','id','Text','7303036795087'),(12486,1312,327,'Email Address','email','Text','siyakhaisizwe5@gmail.com'),(12487,1312,320,'Telephone Number','telephone','Text','0638280211'),(12488,1312,326,'Mobile Phone Number','mobile','Text','0638280211'),(12489,1313,324,'First Name','firstname','Text','Rashid'),(12490,1313,323,'Surname','surname','Text','Mlongo'),(12491,1313,328,'ID Number','id','Text','8504175471088'),(12492,1313,327,'Email Address','email','Text','thisizrenegade@gmail.com'),(12493,1313,320,'Telephone Number','telephone','Text','0827566830'),(12494,1313,326,'Mobile Phone Number','mobile','Text','0827566830'),(12495,1314,90,'Title','title','Text','Male'),(12496,1314,51,'First Name','firstname','Text','Xolani innocent '),(12497,1314,52,'Surname','surname','Text','Mthembu'),(12498,1314,124,'Designation','contactdesignation','Text','Durban'),(12499,1314,65,'Website','website','Text','Www.isizibacastingagency.co.za '),(12500,1314,66,'Email Address','email','Text','Info@isizibacastingagency.co.za '),(12501,1314,132,'Telephone Number','telephone','Text','0849842994 '),(12502,1314,67,'Mobile Phone Number','mobile','Text','0849842994 '),(12503,1314,72,'Company Name','companyname','Text','ISIZIBA CASTING AGENCY '),(12504,1314,125,'Trading Name','tradingname','Text','ISIZIBA CASTING AGENCY '),(12505,1314,126,'Company Type','companytype','Radio Group','Pty Ltd'),(12506,1314,127,'Company Registration','companyregistration','Text','2018/329476/07'),(12507,1314,79,'Physical Address','address1','Text','CC4515 BELLIAR ROAD Mayville 4091 Durban 40001'),(12508,1314,80,'Suburb','suburb','Text','Suburb'),(12509,1314,81,'Town or City','towncity','Text','Town'),(12510,1314,297,'Province','province','Select List','Kwazulu-Natal'),(12511,1314,95,'Postcode','postcode','Text','4000'),(12512,1314,100,'Postal Address 1','postaladdress1','Text','CC4515 BELLIAR ROAD Mayville 4091 Durban 40001'),(12513,1314,101,'Postal Address 2','postaladdress2','Text','CC4515 BELLIAR ROAD Mayville 4091 Durban 40001'),(12514,1314,102,'Postcode','postcodepostal','Text','4091'),(12515,1314,145,'Casting Type','castingtype','Select List','Characters'),(12516,1314,145,'Casting Type','castingtype','Select List','Kids'),(12517,1314,145,'Casting Type','castingtype','Select List','Featured Extras'),(12518,1314,145,'Casting Type','castingtype','Select List','Background Extras'),(12519,1314,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(12520,1314,175,'First & Surname','owner1name','Text','Xolani innocent mthembu '),(12521,1314,176,' ID Number','owner1id','Text','9103145833086'),(12522,1314,177,'Position','owner1position','Text','CEO'),(12523,1314,186,'Mobile Phone Number','owner1mobile','Text','0849842994 '),(12524,1314,191,'First & Surname','firstsurname2','Text','GLORIA NOBUHLE MHOSHO '),(12525,1314,196,'ID Number','idnumberowner2','Text','7511150384088'),(12526,1314,197,'Position','position2','Text','ADMINISTRATE '),(12527,1314,202,'Mobile Phone Number','mobilenumber2','Text','0826358429 '),(12528,1314,207,'First & Surname','firstnamesurname3','Text',''),(12529,1314,208,'ID Number','idnumber3','Text',''),(12530,1314,213,'Position','position3','Text',''),(12531,1314,214,'Mobile Phone Number','mobile3','Text',''),(12532,1314,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(12533,1314,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload',''),(12534,1314,225,'Proof of Subscription Payment','proofofpayment','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/15616125085917204079473825924804.jpg'),(12535,1314,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/1561612466250261982354257177284.jpg'),(12536,1314,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(12537,1314,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(12538,1314,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/15616123360377003845353562502990.jpg'),(12539,1314,250,'Tax Clearance Certificate','taxclearance','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/15616123001833227583431642499447.jpg'),(12540,1314,259,'Proof of Physical Address','proofaddress','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/15616123748922379653023015177561.jpg'),(12541,1315,324,'First Name','firstname','Text','Fibie'),(12542,1315,323,'Surname','surname','Text','Mangena'),(12543,1315,328,'ID Number','id','Text','9904305655080'),(12544,1315,327,'Email Address','email','Text','Fibifibi00@gmail.com'),(12545,1315,320,'Telephone Number','telephone','Text',''),(12546,1315,326,'Mobile Phone Number','mobile','Text','0813454542'),(12547,1316,324,'First Name','firstname','Text','Brett'),(12548,1316,323,'Surname','surname','Text','Horkins'),(12549,1316,328,'ID Number','id','Text','8507075272084'),(12550,1316,327,'Email Address','email','Text','brettlee187@gmail.com'),(12551,1316,320,'Telephone Number','telephone','Text','0765440911'),(12552,1316,326,'Mobile Phone Number','mobile','Text','0765440911'),(12553,1317,465,'First Name','firstname','Text','Brett'),(12554,1317,464,'Surname','surname','Text','Horkins'),(12555,1317,468,'ID Number','id','Text','8507075272084'),(12556,1317,467,'Email Address','email','Text','brettlee187@gmail.com'),(12557,1317,463,'Telephone Number','telephone','Text',''),(12558,1317,466,'Mobile Phone Number','mobile','Text','0765440911'),(12559,1317,498,'The Job or Production','production','Text','Nivea beach shoot'),(12560,1317,503,'Date of Production','productiondate','Text','12/02/19'),(12561,1317,504,'Name of Your Agent','agentname','Text','Colt Talent'),(12562,1317,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(12563,1317,527,'Description/Message','description','Textarea','Good day, my query is related to a shoot that was done on 12 February 2019 this month will be 5 months ago. i have contacted the agency multiple times and they have said they investigating the matter, and she is now failing to respond to any of my messages. I would like to formally submit a complaint against them and find out what is the way forward. Thank you.'),(12564,1318,324,'First Name','firstname','Text','Peter'),(12565,1318,323,'Surname','surname','Text','Shaw'),(12566,1318,328,'ID Number','id','Text','5502055150080'),(12567,1318,327,'Email Address','email','Text','nyakap@gmail.com'),(12568,1318,320,'Telephone Number','telephone','Text',''),(12569,1318,326,'Mobile Phone Number','mobile','Text','0649048347'),(12570,1319,324,'First Name','firstname','Text','Lisa Mary'),(12571,1319,323,'Surname','surname','Text','Narramore'),(12572,1319,328,'ID Number','id','Text','7302010092081'),(12573,1319,327,'Email Address','email','Text','paintedmoon.lisa@gmail.com'),(12574,1319,320,'Telephone Number','telephone','Text','0728549553'),(12575,1319,326,'Mobile Phone Number','mobile','Text',''),(12576,1320,324,'First Name','firstname','Text','Lisa Mary'),(12577,1320,323,'Surname','surname','Text','Narramore'),(12578,1320,328,'ID Number','id','Text','7302010092081'),(12579,1320,327,'Email Address','email','Text','paintedmoon.lisa@gmail.com'),(12580,1320,320,'Telephone Number','telephone','Text','0728549553'),(12581,1320,326,'Mobile Phone Number','mobile','Text',''),(12582,1321,465,'First Name','firstname','Text','Peter'),(12583,1321,464,'Surname','surname','Text','Shaw'),(12584,1321,468,'ID Number','id','Text','5502055150080'),(12585,1321,467,'Email Address','email','Text','nyakap@gmail.com'),(12586,1321,463,'Telephone Number','telephone','Text',''),(12587,1321,466,'Mobile Phone Number','mobile','Text','0649048347'),(12588,1321,498,'The Job or Production','production','Text','test'),(12589,1321,503,'Date of Production','productiondate','Text','test'),(12590,1321,504,'Name of Your Agent','agentname','Text','test'),(12591,1321,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(12592,1321,527,'Description/Message','description','Textarea','no vegetarian food provided'),(12593,1322,465,'First Name','firstname','Text','Peter'),(12594,1322,464,'Surname','surname','Text','Shaw'),(12595,1322,468,'ID Number','id','Text','5502055150080'),(12596,1322,467,'Email Address','email','Text','nyakap@gmail.com'),(12597,1322,463,'Telephone Number','telephone','Text',''),(12598,1322,466,'Mobile Phone Number','mobile','Text','0649048347'),(12599,1322,498,'The Job or Production','production','Text','test'),(12600,1322,503,'Date of Production','productiondate','Text','test'),(12601,1322,504,'Name of Your Agent','agentname','Text','test'),(12602,1322,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(12603,1322,527,'Description/Message','description','Textarea','no vegetarian food provided'),(12604,1323,465,'First Name','firstname','Text','Peter'),(12605,1323,464,'Surname','surname','Text','Shaw'),(12606,1323,468,'ID Number','id','Text','5502055150080'),(12607,1323,467,'Email Address','email','Text','nyakap@gmail.com'),(12608,1323,463,'Telephone Number','telephone','Text',''),(12609,1323,466,'Mobile Phone Number','mobile','Text','0649048347'),(12610,1323,498,'The Job or Production','production','Text',''),(12611,1323,503,'Date of Production','productiondate','Text',''),(12612,1323,504,'Name of Your Agent','agentname','Text',''),(12613,1323,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(12614,1323,527,'Description/Message','description','Textarea',''),(12615,1324,465,'First Name','firstname','Text','Peter'),(12616,1324,464,'Surname','surname','Text','Shaw'),(12617,1324,468,'ID Number','id','Text','5502055150080'),(12618,1324,467,'Email Address','email','Text','nyakap@gmail.com'),(12619,1324,463,'Telephone Number','telephone','Text',''),(12620,1324,466,'Mobile Phone Number','mobile','Text','0649048347'),(12621,1324,498,'The Job or Production','production','Text',''),(12622,1324,503,'Date of Production','productiondate','Text',''),(12623,1324,504,'Name of Your Agent','agentname','Text',''),(12624,1324,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(12625,1324,527,'Description/Message','description','Textarea',''),(12626,1325,465,'First Name','firstname','Text','Peter'),(12627,1325,464,'Surname','surname','Text','Shaw'),(12628,1325,468,'ID Number','id','Text','5502055150080'),(12629,1325,467,'Email Address','email','Text','nyakap@gmail.com'),(12630,1325,463,'Telephone Number','telephone','Text',''),(12631,1325,466,'Mobile Phone Number','mobile','Text','0649048347'),(12632,1325,498,'The Job or Production','production','Text',''),(12633,1325,503,'Date of Production','productiondate','Text',''),(12634,1325,504,'Name of Your Agent','agentname','Text',''),(12635,1325,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(12636,1325,527,'Description/Message','description','Textarea',''),(12637,1326,465,'First Name','firstname','Text','Peter'),(12638,1326,464,'Surname','surname','Text','Shaw'),(12639,1326,468,'ID Number','id','Text','5502055150080'),(12640,1326,467,'Email Address','email','Text','nyakap@gmail.com'),(12641,1326,463,'Telephone Number','telephone','Text',''),(12642,1326,466,'Mobile Phone Number','mobile','Text','0649048347'),(12643,1326,498,'The Job or Production','production','Text',''),(12644,1326,503,'Date of Production','productiondate','Text',''),(12645,1326,504,'Name of Your Agent','agentname','Text',''),(12646,1326,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(12647,1326,527,'Description/Message','description','Textarea',''),(12648,1327,465,'First Name','firstname','Text','Peter'),(12649,1327,464,'Surname','surname','Text','Shaw'),(12650,1327,468,'ID Number','id','Text','5502055150080'),(12651,1327,467,'Email Address','email','Text','nyakap@gmail.com'),(12652,1327,463,'Telephone Number','telephone','Text',''),(12653,1327,466,'Mobile Phone Number','mobile','Text','0649048347'),(12654,1327,498,'The Job or Production','production','Text',''),(12655,1327,503,'Date of Production','productiondate','Text',''),(12656,1327,504,'Name of Your Agent','agentname','Text',''),(12657,1327,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(12658,1327,527,'Description/Message','description','Textarea',''),(12659,1328,465,'First Name','firstname','Text','Azwihangwisi'),(12660,1328,464,'Surname','surname','Text','Mphephu'),(12661,1328,468,'ID Number','id','Text','9109171566086'),(12662,1328,467,'Email Address','email','Text','azwie.hope@gmail.com'),(12663,1328,463,'Telephone Number','telephone','Text',''),(12664,1328,466,'Mobile Phone Number','mobile','Text','0820904535'),(12665,1328,498,'The Job or Production','production','Text','Background Artist'),(12666,1328,503,'Date of Production','productiondate','Text',''),(12667,1328,504,'Name of Your Agent','agentname','Text','Turning heads'),(12668,1328,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(12669,1328,527,'Description/Message','description','Textarea','Good day, I would like to ask how can as an Artist lodged our complaints do we have to member in order to lodge our complaints, I will really appreciate your feeds.'),(12670,1329,465,'First Name','firstname','Text','Eric'),(12671,1329,464,'Surname','surname','Text','Eric'),(12672,1329,468,'ID Number','id','Text','Brbnq'),(12673,1329,467,'Email Address','email','Text','eric@talkwithcustomer.com'),(12674,1329,463,'Telephone Number','telephone','Text','416-385-3200'),(12675,1329,466,'Mobile Phone Number','mobile','Text','416-385-3200'),(12676,1329,498,'The Job or Production','production','Text',''),(12677,1329,503,'Date of Production','productiondate','Text',''),(12678,1329,504,'Name of Your Agent','agentname','Text','Eric'),(12679,1329,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','no'),(12680,1329,527,'Description/Message','description','Textarea','Hello oscasa.com,\r\n\r\nPeople ask, “why does TalkWithCustomer work so well?”\r\n\r\nIt’s simple.\r\n\r\nTalkWithCustomer enables you to connect with a prospective customer at EXACTLY the Perfect Time.\r\n\r\n- NOT one week, two weeks, three weeks after they’ve checked out your website oscasa.com.\r\n- NOT with a form letter style email that looks like it was written by a bot.\r\n- NOT with a robocall that could come at any time out of the blue.\r\n\r\nTalkWithCustomer connects you to that person within seconds of THEM asking to hear from YOU.\r\n\r\nThey kick off the conversation.\r\n\r\nThey take that first step.\r\n\r\nThey ask to hear from you regarding what you have to offer and how it can make their life better. \r\n\r\nAnd it happens almost immediately. In real time. While they’re still looking over your website oscasa.com, trying to make up their mind whether you are right for them.\r\n\r\nWhen you connect with them at that very moment it’s the ultimate in Perfect Timing – as one famous marketer put it, “you’re entering the conversation already going on in their mind.”\r\n\r\nYou can’t find a better opportunity than that.\r\n\r\nAnd you can’t find an easier way to seize that chance than TalkWithCustomer. \r\n\r\nCLICK HERE http://www.talkwithcustomer.com now to take a free, 14-day test drive and see what a difference “Perfect Timing” can make to your business.\r\n\r\nSincerely,\r\nEric\r\n\r\nPS: If you’re wondering whether NOW is the perfect time to try TalkWithCustomer, ask yourself this:\r\n“Will doing what I’m already doing now produce up to 100X more leads?”\r\nBecause those are the kinds of results we know TalkWithCustomer can deliver. \r\nIt shouldn’t even be a question, especially since it will cost you ZERO to give it a try. \r\nCLICK HERE http://www.talkwithcustomer.com to start your free 14-day test drive today.\r\n\r\nIf you\'d like to unsubscribe click here http://liveserveronline.com/talkwithcustomer.aspx?d=oscasa.com\r\n'),(12681,1330,465,'First Name','firstname','Text','Sharon'),(12682,1330,464,'Surname','surname','Text','Callagan'),(12683,1330,468,'ID Number','id','Text','8202150051088'),(12684,1330,467,'Email Address','email','Text','sharon@constantgroup.co.za'),(12685,1330,463,'Telephone Number','telephone','Text','0658724451'),(12686,1330,466,'Mobile Phone Number','mobile','Text','0658724451'),(12687,1330,498,'The Job or Production','production','Text','Kids on Camera C'),(12688,1330,503,'Date of Production','productiondate','Text','N/A'),(12689,1330,504,'Name of Your Agent','agentname','Text','Natasha Brickman'),(12690,1330,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(12691,1330,527,'Description/Message','description','Textarea','Good day, I registered both of my daughters (ages 4 & 13 at the time) with Kids on Camera Casting Agency in 2018. I don\'t remember the exact date and another company would like to work with both of my kids and has requested my contract so that they can see ending dates and whether there is a way to terminate contract before 2 year period. I did not receive a contract from Kids on Camera and have requested this from the owner Natasha Brickman. Natasha has responded as said that they cannot work for anyone else, although she is not responding when asking for my contract. Also she only accepts cash on registration and I have seen several online complaints about this and also her service. Please could you advise how I can handle this situation or who best to contact.'),(12692,1331,465,'First Name','firstname','Text','Joanne '),(12693,1331,464,'Surname','surname','Text','Van Greunen'),(12694,1331,468,'ID Number','id','Text','7312250018084'),(12695,1331,467,'Email Address','email','Text','Joannev@joburg.org.za'),(12696,1331,463,'Telephone Number','telephone','Text',''),(12697,1331,466,'Mobile Phone Number','mobile','Text','0834451397'),(12698,1331,498,'The Job or Production','production','Text',''),(12699,1331,503,'Date of Production','productiondate','Text',''),(12700,1331,504,'Name of Your Agent','agentname','Text',''),(12701,1331,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(12702,1331,527,'Description/Message','description','Textarea','I would like to register my daughter but have a few questions I\'d like to discuss first.'),(12703,1332,465,'First Name','firstname','Text','Florence '),(12704,1332,464,'Surname','surname','Text','Masinga'),(12705,1332,468,'ID Number','id','Text','9007050333083'),(12706,1332,467,'Email Address','email','Text','pekay.masinga57@gmail.com'),(12707,1332,463,'Telephone Number','telephone','Text','727264639'),(12708,1332,466,'Mobile Phone Number','mobile','Text','0727264639'),(12709,1332,498,'The Job or Production','production','Text',''),(12710,1332,503,'Date of Production','productiondate','Text',''),(12711,1332,504,'Name of Your Agent','agentname','Text',''),(12712,1332,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(12713,1332,527,'Description/Message','description','Textarea','Good day.. my name is Florence and i am an inspiring actress, i had payed for a photoshoot at a casting agency and they cancelled me on the last minute, i decided to cancel because they are unprofessional.. they are refusing to pay me back they are stating that the contract says that i am not entitled to it but I didn’t even sign the contract. I feel cheated and i need help'),(12714,1333,465,'First Name','firstname','Text','Alister'),(12715,1333,464,'Surname','surname','Text','Albrecht'),(12716,1333,468,'ID Number','id','Text','8209245076087'),(12717,1333,467,'Email Address','email','Text','Alister.Albrecht@gmail.com'),(12718,1333,463,'Telephone Number','telephone','Text',''),(12719,1333,466,'Mobile Phone Number','mobile','Text','0828746918'),(12720,1333,498,'The Job or Production','production','Text','Our Girl'),(12721,1333,503,'Date of Production','productiondate','Text','June-July 2019'),(12722,1333,504,'Name of Your Agent','agentname','Text','CATS Casting - Mirri'),(12723,1333,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(12724,1333,527,'Description/Message','description','Textarea','I was approached by CATS casting agency to be an extra on the BBC series called, Our Girl, which was being filmed here in Cape Town. I was on set for 3 days, did my registrations with both the film production company as well as CATS castings. When it came to payment Christopher and Mirri from CATS castings assured me I would get paid once production wrapped up but couldn\'t tell me when this would be, even though I advised them that I wouldn\'t be available on set any longer as I would be starting a perm job. I finally received payment but it was nowhere near what I was supposed to be paid. I tried to contact Mirri from CATS casting numerous times, telephonically and through WhatsApp and was ignored. When she finally replied, she was exceptionally rude and told me that I have to contact the Film production company to query my payment. She provided me with a cell number for someone named Jana who apparently works for the film production company, I have tried calling the number numerous times which doesn\'t get answered. I feel that as CATS casting is supposed to be the agency representing me that it is THEIR job to sort out any payment issues. It shouldn\'t be for me to query whatsoever. It is completely unprofessional. CATS casting is not a reputable Casting agency and should NOT be allowed to represent any artists as they do not look after us in the slightest. I had to travel to the set locations which were quite a distance, was asked by a CATS casting rep to provide lifts to other extra\'s and am still awaiting full payment for my days on set, and CATS casting refuses to assist. '),(12725,1334,465,'First Name','firstname','Text','Coy'),(12726,1334,464,'Surname','surname','Text','Coy Carbone'),(12727,1334,468,'ID Number','id','Text','Wwnsk'),(12728,1334,467,'Email Address','email','Text','mike@monkeydigital.co'),(12729,1334,463,'Telephone Number','telephone','Text','091 546 99 98'),(12730,1334,466,'Mobile Phone Number','mobile','Text','091 546 99 98'),(12731,1334,498,'The Job or Production','production','Text',''),(12732,1334,503,'Date of Production','productiondate','Text',''),(12733,1334,504,'Name of Your Agent','agentname','Text','Coy Carbone'),(12734,1334,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','no'),(12735,1334,527,'Description/Message','description','Textarea','Fastest and Most Effective Way to Dominate the Web. Dominate search engines and be on the top position for Google. EDU backlinks are considered more trustworthy therefore are harder to get\r\nBoost ranks and SEO metrics with a cheap yet effective SEO Campaign\r\n\r\nMore details here\r\nhttps://monkeydigital.co/product/edu-backlinks/\r\n\r\nUse this coupon on the cart page DIGITALNOISE\r\nGet your Discount and SEO campaign today !\r\n\r\nregards\r\nMike\r\nmonkeydigital.co@gmail.com'),(12736,1335,465,'First Name','firstname','Text','Liliana'),(12737,1335,464,'Surname','surname','Text','Liliana McKerihan'),(12738,1335,468,'ID Number','id','Text','Hgqwkc Nziz'),(12739,1335,467,'Email Address','email','Text','mike@monkeydigital.co'),(12740,1335,463,'Telephone Number','telephone','Text','972-532-9685'),(12741,1335,466,'Mobile Phone Number','mobile','Text','972-532-9685'),(12742,1335,498,'The Job or Production','production','Text',''),(12743,1335,503,'Date of Production','productiondate','Text',''),(12744,1335,504,'Name of Your Agent','agentname','Text','Liliana McKerihan'),(12745,1335,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(12746,1335,527,'Description/Message','description','Textarea','What will we do to increase your DA?\r\n\r\nOur Plan is very simple yet very effective. We have researched all available sources and gained access to thousands of High DA domains that are directly indexed and re-crawled by Moz Robots on each update. So, we will build and index:\r\n\r\n- 5000 DA30+ backlinks\r\n- 4000 TF10+ backlinks\r\n- 1000 EDU and Gov links\r\n\r\nstart boosting ranks and SEO metrics with our plan today:\r\nhttps://monkeydigital.co/product/moz-da-seo-plan/\r\n\r\nBest regards\r\nMike\r\nmonkeydigital.co@gmail.com'),(12747,1336,465,'First Name','firstname','Text','Randell'),(12748,1336,464,'Surname','surname','Text','Randell Santiago'),(12749,1336,468,'ID Number','id','Text','Bqua Ewjjefkiw'),(12750,1336,467,'Email Address','email','Text','mike@monkeydigital.co'),(12751,1336,463,'Telephone Number','telephone','Text','06-81594927'),(12752,1336,466,'Mobile Phone Number','mobile','Text','06-81594927'),(12753,1336,498,'The Job or Production','production','Text',''),(12754,1336,503,'Date of Production','productiondate','Text',''),(12755,1336,504,'Name of Your Agent','agentname','Text','Randell Santiago'),(12756,1336,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','no'),(12757,1336,527,'Description/Message','description','Textarea','What will we do to increase your DA?\r\n\r\nOur Plan is very simple yet very effective. We have researched all available sources and gained access to thousands of High DA domains that are directly indexed and re-crawled by Moz Robots on each update. So, we will build and index:\r\n\r\n- 5000 DA30+ backlinks\r\n- 4000 TF10+ backlinks\r\n- 1000 EDU and Gov links\r\n\r\nstart boosting ranks and SEO metrics with our plan today:\r\nhttps://monkeydigital.co/product/moz-da-seo-plan/\r\n\r\nBest regards\r\nMike\r\nmonkeydigital.co@gmail.com'),(12758,1337,465,'First Name','firstname','Text','AngelaSTox'),(12759,1337,464,'Surname','surname','Text','AngelaSTox'),(12760,1337,468,'ID Number','id','Text',''),(12761,1337,467,'Email Address','email','Text','andzelasmi@yandex.com'),(12762,1337,463,'Telephone Number','telephone','Text',''),(12763,1337,466,'Mobile Phone Number','mobile','Text',''),(12764,1337,498,'The Job or Production','production','Text',''),(12765,1337,503,'Date of Production','productiondate','Text',''),(12766,1337,504,'Name of Your Agent','agentname','Text','AngelaSTox'),(12767,1337,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(12768,1337,527,'Description/Message','description','Textarea','АРЕНДА ПРОДАЖА ВЫКУП БАРТЕР ЛИЗИНГ ОПАЛУБКИ И ОБОРУДОВАНИЯ индивидуальные и более выгодные условия! \r\nАренда от 10р./м2 в сутки для монолитного строительства в Краснодаре и Южном Федеральном округе \r\n \r\nГибкие условия! Выгода до 50% \r\n \r\nАренда опалубки с правом выкупа - возможность выкупа спустя 6 месяцев за 50% стоимости. \r\n \r\nПродажа многоразовой стальной и алюминиевой опалубки. \r\n \r\nВыкуп б/у опалубки(покупку) стен, колонн, перекрытий (стойки телескопические и объемные), лесов, комплектующих. \r\n \r\nОперативно произведем осмотр, дефектовку, самовывоз. TradeIn - замена старого комплекта опалубки на новый. \r\n____________________________________ \r\nаренда опалубка РІ астане Адлер\r\nопалубка аренда без залога Сочи\r\nаренда опалубки РІ дзержинске Павловская\r\n \r\n---------------------- \r\nhttp://опалубка-краснодар.рф/'),(12769,1338,465,'First Name','firstname','Text','Finn'),(12770,1338,464,'Surname','surname','Text','Finn Finniss'),(12771,1338,468,'ID Number','id','Text','Eguljmntykn'),(12772,1338,467,'Email Address','email','Text','finniss.finn60@outlook.com'),(12773,1338,463,'Telephone Number','telephone','Text','0474 55 11 07'),(12774,1338,466,'Mobile Phone Number','mobile','Text','0474 55 11 07'),(12775,1338,498,'The Job or Production','production','Text',''),(12776,1338,503,'Date of Production','productiondate','Text',''),(12777,1338,504,'Name of Your Agent','agentname','Text','Finn Finniss'),(12778,1338,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','no'),(12779,1338,527,'Description/Message','description','Textarea','We will increase your Website TF in 30 days (Majestic SEO – Trust Flow) or we will refund you every cent. 100% Money back guarantee\r\n\r\nWe offer Guaranteed TF 20 and TF 30\r\n\r\nMajestic Trust Flow is the most important SEO metric since the dissapearance of Google Page Rank.\r\nEnsure confidence and trust in your website having a high Trust Flow score\r\n\r\nMore details about our service can be found here:\r\nhttps://monkeydigital.co/product/trust-flow-seo-package/\r\n\r\nBest regards\r\nMike\r\nmonkeydigital.co@gmail.com\r\n'),(12780,1339,465,'First Name','firstname','Text','Asflt93Tox'),(12781,1339,464,'Surname','surname','Text','Asflt93Tox'),(12782,1339,468,'ID Number','id','Text','5733'),(12783,1339,467,'Email Address','email','Text','andzelasmi@yandex.com'),(12784,1339,463,'Telephone Number','telephone','Text','88558425629'),(12785,1339,466,'Mobile Phone Number','mobile','Text','83774185639'),(12786,1339,498,'The Job or Production','production','Text',''),(12787,1339,503,'Date of Production','productiondate','Text','1978-12-10'),(12788,1339,504,'Name of Your Agent','agentname','Text','Asflt93Tox'),(12789,1339,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(12790,1339,527,'Description/Message','description','Textarea','Предоставляем услуги от ямочного ремонта небольших дворовых территорий до строительства городского паркинга и дорог муниципального и федерального значения. \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\nhttp://благоустройство-краснодар.рф/'),(12791,1340,465,'First Name','firstname','Text','nikita jesse'),(12792,1340,464,'Surname','surname','Text','visser'),(12793,1340,468,'ID Number','id','Text','9912080178087'),(12794,1340,467,'Email Address','email','Text','junitavisser@gmail.com'),(12795,1340,463,'Telephone Number','telephone','Text','0219405911'),(12796,1340,466,'Mobile Phone Number','mobile','Text','0833029594'),(12797,1340,498,'The Job or Production','production','Text','virgin active'),(12798,1340,503,'Date of Production','productiondate','Text','15 march 2019 '),(12799,1340,504,'Name of Your Agent','agentname','Text','funky lenon'),(12800,1340,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(12801,1340,527,'Description/Message','description','Textarea','my daughter did a shoot for virgin active the 15 march as a featured, pics is out yet for a month already , but agency gives her run around , every week after 90 days still no payment r 2625.00 , Nadine just brush her off. also ask for rrp 5 for shoot she did , told her the feb shoots of this year she has to wait till next year tax season. Can you please assist . I can send you the spreadsheets and email from funky lemon as proof . my tel nr 0833029594 . my daughter at college'),(12802,1341,465,'First Name','firstname','Text','Eric'),(12803,1341,464,'Surname','surname','Text','Eric'),(12804,1341,468,'ID Number','id','Text','Tjrvyvyy'),(12805,1341,467,'Email Address','email','Text','eric@talkwithcustomer.com'),(12806,1341,463,'Telephone Number','telephone','Text','416-385-3200'),(12807,1341,466,'Mobile Phone Number','mobile','Text','416-385-3200'),(12808,1341,498,'The Job or Production','production','Text',''),(12809,1341,503,'Date of Production','productiondate','Text',''),(12810,1341,504,'Name of Your Agent','agentname','Text','Eric'),(12811,1341,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(12812,1341,527,'Description/Message','description','Textarea','Hello oscasa.com,\r\n\r\nPeople ask, “why does TalkWithCustomer work so well?”\r\n\r\nIt’s simple.\r\n\r\nTalkWithCustomer enables you to connect with a prospective customer at EXACTLY the Perfect Time.\r\n\r\n- NOT one week, two weeks, three weeks after they’ve checked out your website oscasa.com.\r\n- NOT with a form letter style email that looks like it was written by a bot.\r\n- NOT with a robocall that could come at any time out of the blue.\r\n\r\nTalkWithCustomer connects you to that person within seconds of THEM asking to hear from YOU.\r\n\r\nThey kick off the conversation.\r\n\r\nThey take that first step.\r\n\r\nThey ask to hear from you regarding what you have to offer and how it can make their life better. \r\n\r\nAnd it happens almost immediately. In real time. While they’re still looking over your website oscasa.com, trying to make up their mind whether you are right for them.\r\n\r\nWhen you connect with them at that very moment it’s the ultimate in Perfect Timing – as one famous marketer put it, “you’re entering the conversation already going on in their mind.”\r\n\r\nYou can’t find a better opportunity than that.\r\n\r\nAnd you can’t find an easier way to seize that chance than TalkWithCustomer. \r\n\r\nCLICK HERE http://www.talkwithcustomer.com now to take a free, 14-day test drive and see what a difference “Perfect Timing” can make to your business.\r\n\r\nSincerely,\r\nEric\r\n\r\nPS: If you’re wondering whether NOW is the perfect time to try TalkWithCustomer, ask yourself this:\r\n“Will doing what I’m already doing now produce up to 100X more leads?”\r\nBecause those are the kinds of results we know TalkWithCustomer can deliver. \r\nIt shouldn’t even be a question, especially since it will cost you ZERO to give it a try. \r\nCLICK HERE http://www.talkwithcustomer.com to start your free 14-day test drive today.\r\n\r\nIf you\'d like to unsubscribe click here http://liveserveronline.com/talkwithcustomer.aspx?d=oscasa.com\r\n'),(12813,1342,465,'First Name','firstname','Text','Lucille'),(12814,1342,464,'Surname','surname','Text','Lucille Huntington'),(12815,1342,468,'ID Number','id','Text','Dxlhyxaxj'),(12816,1342,467,'Email Address','email','Text','noreplymonkeydigital@gmail.com'),(12817,1342,463,'Telephone Number','telephone','Text','01.62.94.49.76'),(12818,1342,466,'Mobile Phone Number','mobile','Text','01.62.94.49.76'),(12819,1342,498,'The Job or Production','production','Text',''),(12820,1342,503,'Date of Production','productiondate','Text',''),(12821,1342,504,'Name of Your Agent','agentname','Text','Lucille Huntington'),(12822,1342,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','no'),(12823,1342,527,'Description/Message','description','Textarea','Fastest and Most Effective Way to Dominate the Web. Dominate search engines and be on the top position for Google. EDU backlinks are considered more trustworthy therefore are harder to get\r\n\r\nRead more\r\nhttps://monkeydigital.co/product/edu-backlinks/\r\n\r\nregards\r\nMike\r\nmonkeydigital.co@gmail.com\r\n'),(12824,1343,465,'First Name','firstname','Text','George'),(12825,1343,464,'Surname','surname','Text','George Martin'),(12826,1343,468,'ID Number','id','Text','Amrm'),(12827,1343,467,'Email Address','email','Text','george1@georgemartinjr.com'),(12828,1343,463,'Telephone Number','telephone','Text','0387 3335170'),(12829,1343,466,'Mobile Phone Number','mobile','Text','0387 3335170'),(12830,1343,498,'The Job or Production','production','Text',''),(12831,1343,503,'Date of Production','productiondate','Text',''),(12832,1343,504,'Name of Your Agent','agentname','Text','George Martin'),(12833,1343,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(12834,1343,527,'Description/Message','description','Textarea','Would you be interested in submitting a guest post on georgemartjr.com or possibly allowing us to submit a post to oscasa.com ? Maybe you know by now that links are essential\r\nto building a brand online? If you are interested in submitting a post and obtaining a link to oscasa.com , let me know and we will get it published in a speedy manner to our blog.\r\n\r\nHope to hear from you soon\r\nGeorge'),(12835,1344,465,'First Name','firstname','Text','RobertNailm'),(12836,1344,464,'Surname','surname','Text','RobertNailm'),(12837,1344,468,'ID Number','id','Text','599'),(12838,1344,467,'Email Address','email','Text','raphaeBoirlEralry@gmail.com'),(12839,1344,463,'Telephone Number','telephone','Text','86896873147'),(12840,1344,466,'Mobile Phone Number','mobile','Text','88775297949'),(12841,1344,498,'The Job or Production','production','Text',''),(12842,1344,503,'Date of Production','productiondate','Text','1977-10-10'),(12843,1344,504,'Name of Your Agent','agentname','Text','RobertNailm'),(12844,1344,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(12845,1344,527,'Description/Message','description','Textarea','Hi! oscasa.com \r\n \r\nWe suggesting \r\n \r\nSending your message through the Contact us form which can be found on the sites in the contact section. Contact form are filled in by our software and the captcha is solved. The superiority of this method is that messages sent through feedback forms are whitelisted. This method increases the chances that your message will be open. \r\n \r\nOur database contains more than 25 million sites around the world to which we can send your message. \r\n \r\nThe cost of one million messages 49 USD \r\n \r\nFREE TEST mailing of 50,000 messages to any country of your choice. \r\n \r\n \r\nThis message is automatically generated to use our contacts for communication. \r\n \r\n \r\n \r\nContact us. \r\nTelegram - @FeedbackFormEU \r\nSkype FeedbackForm2019 \r\nEmail - FeedbackForm@make-success.com'),(12846,1345,465,'First Name','firstname','Text','Akilah'),(12847,1345,464,'Surname','surname','Text','Akilah Kwok'),(12848,1345,468,'ID Number','id','Text','Meeqdf e Q'),(12849,1345,467,'Email Address','email','Text','noreplymonkeydigital@gmail.com'),(12850,1345,463,'Telephone Number','telephone','Text','989-492-5940'),(12851,1345,466,'Mobile Phone Number','mobile','Text','989-492-5940'),(12852,1345,498,'The Job or Production','production','Text',''),(12853,1345,503,'Date of Production','productiondate','Text',''),(12854,1345,504,'Name of Your Agent','agentname','Text','Akilah Kwok'),(12855,1345,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(12856,1345,527,'Description/Message','description','Textarea','When you order 1000 backlinks with this service you get 1000 unique domains, Only receive 1 backlinks from each domain. All domains come with DA above 15-20 and with actual page high PA values. Simple yet very effective service to improve your linkbase and SEO metrics.\r\n\r\nOrder this great service from here today:\r\nhttps://monkeydigital.co/product/unique-domains-backlinks/\r\n\r\nMultiple offers available\r\n\r\nthanks and regards\r\nMikle\r\nmonkeydigital.co@gmail.com'),(12857,1346,90,'Title','title','Text','Mr'),(12858,1346,51,'First Name','firstname','Text','James'),(12859,1346,52,'Surname','surname','Text','Eze'),(12860,1346,124,'Designation','contactdesignation','Text','Director'),(12861,1346,65,'Website','website','Text','www.simleeagency.co.za'),(12862,1346,66,'Email Address','email','Text','info@simleeagency.co.za'),(12863,1346,132,'Telephone Number','telephone','Text','011 074 9902 '),(12864,1346,67,'Mobile Phone Number','mobile','Text','0749798852'),(12865,1346,72,'Company Name','companyname','Text','SIMLEE Modelling & Casting Agency Pty Ltd'),(12866,1346,125,'Trading Name','tradingname','Text','SIMLEE Modelling & Casting Agency Pty Ltd'),(12867,1346,126,'Company Type','companytype','Radio Group','Pty Ltd'),(12868,1346,127,'Company Registration','companyregistration','Text','2019/055770/07'),(12869,1346,79,'Physical Address','address1','Text','40 Monte Carlo Crescent Kyalami'),(12870,1346,80,'Suburb','suburb','Text','Midrand, Johhanesburg'),(12871,1346,81,'Town or City','towncity','Text','Midrand, Johhanesburg'),(12872,1346,297,'Province','province','Select List','Gauteng'),(12873,1346,95,'Postcode','postcode','Text','1685'),(12874,1346,100,'Postal Address 1','postaladdress1','Text','40 Monte Carlo Crescent Kyalami'),(12875,1346,101,'Postal Address 2','postaladdress2','Text',''),(12876,1346,102,'Postcode','postcodepostal','Text','1632'),(12877,1346,145,'Casting Type','castingtype','Select List',''),(12878,1346,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(12879,1346,175,'First & Surname','owner1name','Text','ESIMAKWINI OSHIOZEKHAI SIMION'),(12880,1346,176,' ID Number','owner1id','Text','7511026073188'),(12881,1346,177,'Position','owner1position','Text','Ceo'),(12882,1346,186,'Mobile Phone Number','owner1mobile','Text','0815975548'),(12883,1346,191,'First & Surname','firstsurname2','Text','EZE JAMES NELLY'),(12884,1346,196,'ID Number','idnumberowner2','Text','A03436916'),(12885,1346,197,'Position','position2','Text','Director'),(12886,1346,202,'Mobile Phone Number','mobilenumber2','Text','0749798852'),(12887,1346,207,'First & Surname','firstnamesurname3','Text',''),(12888,1346,208,'ID Number','idnumber3','Text',''),(12889,1346,213,'Position','position3','Text',''),(12890,1346,214,'Mobile Phone Number','mobile3','Text',''),(12891,1346,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(12892,1346,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload',''),(12893,1346,225,'Proof of Subscription Payment','proofofpayment','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/abf0ca397c41692b13fcdf2b1d7a8d76_Payment_Notification.pdf'),(12894,1346,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/SKM_454e19012519430__1_.pdf'),(12895,1346,239,'ID copy Owner/Member 2','idcopyowner2','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/2017-06-16_1111_AM.pdf'),(12896,1346,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(12897,1346,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/Untitled__1_.pdf'),(12898,1346,250,'Tax Clearance Certificate','taxclearance','File Upload',''),(12899,1346,259,'Proof of Physical Address','proofaddress','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/MIMSHACK_INVOICE__1_.PDF'),(12900,1347,465,'First Name','firstname','Text',''),(12901,1347,464,'Surname','surname','Text',''),(12902,1347,468,'ID Number','id','Text',''),(12903,1347,467,'Email Address','email','Text','abebe@48fitzroy.com'),(12904,1347,463,'Telephone Number','telephone','Text',''),(12905,1347,466,'Mobile Phone Number','mobile','Text',''),(12906,1347,498,'The Job or Production','production','Text',''),(12907,1347,503,'Date of Production','productiondate','Text',''),(12908,1347,504,'Name of Your Agent','agentname','Text',''),(12909,1347,505,'Is Your Agent an OSCASA member?','oscasamember','Select List',''),(12910,1347,527,'Description/Message','description','Textarea',''),(12911,1348,465,'First Name','firstname','Text','NancyIsorm'),(12912,1348,464,'Surname','surname','Text','NancyIsorm'),(12913,1348,468,'ID Number','id','Text','7809'),(12914,1348,467,'Email Address','email','Text',''),(12915,1348,463,'Telephone Number','telephone','Text','86758718642'),(12916,1348,466,'Mobile Phone Number','mobile','Text','85768541644'),(12917,1348,498,'The Job or Production','production','Text',''),(12918,1348,503,'Date of Production','productiondate','Text','1979-10-11'),(12919,1348,504,'Name of Your Agent','agentname','Text','NancyIsorm'),(12920,1348,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(12921,1348,527,'Description/Message','description','Textarea',' Hy there, What we hold here is , an interestingcome forward http://inleajuni.gq/m7a2'),(12922,1349,465,'First Name','firstname','Text','PatsyHeasy'),(12923,1349,464,'Surname','surname','Text','PatsyHeasy'),(12924,1349,468,'ID Number','id','Text','4410'),(12925,1349,467,'Email Address','email','Text','patsynorce@gmail.com'),(12926,1349,463,'Telephone Number','telephone','Text','81749758429'),(12927,1349,466,'Mobile Phone Number','mobile','Text','85528672629'),(12928,1349,498,'The Job or Production','production','Text',''),(12929,1349,503,'Date of Production','productiondate','Text','1975-12-12'),(12930,1349,504,'Name of Your Agent','agentname','Text','PatsyHeasy'),(12931,1349,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(12932,1349,527,'Description/Message','description','Textarea','hi there \r\nWe all know there are no tricks with google anymore \r\nSo, instead of looking for ways to trick google, why not perform a whitehat results driven monthly SEO Plan instead. \r\n \r\nCheck out our plans \r\nhttps://googlealexarank.com/index.php/seo-packages/ \r\n \r\nWe know how to get you into top safely, without risking your investment during google updates \r\n \r\nthanks and regards \r\nMike \r\nstr8creativecom@gmail.com'),(12933,1350,465,'First Name','firstname','Text','Averycap'),(12934,1350,464,'Surname','surname','Text','Averycap'),(12935,1350,468,'ID Number','id','Text','3533'),(12936,1350,467,'Email Address','email','Text','raphaeLiex@gmail.com'),(12937,1350,463,'Telephone Number','telephone','Text','85997654963'),(12938,1350,466,'Mobile Phone Number','mobile','Text','83591968438'),(12939,1350,498,'The Job or Production','production','Text',''),(12940,1350,503,'Date of Production','productiondate','Text','1976-10-10'),(12941,1350,504,'Name of Your Agent','agentname','Text','Averycap'),(12942,1350,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(12943,1350,527,'Description/Message','description','Textarea','Hi! oscasa.com \r\n \r\nHave you ever heard of sending messages via contact forms? \r\n \r\nThink of that your message will be readseen by hundreds of thousands of your potential future userscustomers. \r\nYour message will not go to the spam folder because people will send the message to themselves. As an example, we have sent you our suggestion in the same way. \r\n \r\nWe have a database of more than 30 million sites to which we can send your letter. Sites are sorted by country. Unfortunately, you can only select a country when sending a offer. \r\n \r\nThe cost of one million messages 49 USD. \r\nThere is a discount program when you buy more than two million letter packages. \r\n \r\n \r\nFree proof mailing of 50,000 messages to any country of your choice. \r\n \r\n \r\nThis message is created automatically. Please use the contact details below to contact us. \r\n \r\n \r\n \r\nContact us. \r\nTelegram - @FeedbackFormEU \r\nSkype FeedbackForm2019 \r\nEmail - Contact@feedbackmessages.com'),(12944,1351,465,'First Name','firstname','Text','Blair'),(12945,1351,464,'Surname','surname','Text','Blair Friese'),(12946,1351,468,'ID Number','id','Text','T itizfq'),(12947,1351,467,'Email Address','email','Text','noreplygooglealexarank@gmail.com'),(12948,1351,463,'Telephone Number','telephone','Text','(07) 3739 3966'),(12949,1351,466,'Mobile Phone Number','mobile','Text','(07) 3739 3966'),(12950,1351,498,'The Job or Production','production','Text',''),(12951,1351,503,'Date of Production','productiondate','Text',''),(12952,1351,504,'Name of Your Agent','agentname','Text','Blair Friese'),(12953,1351,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(12954,1351,527,'Description/Message','description','Textarea','hi there\r\nWe all know there are no tricks with google anymore\r\nSo, instead of looking for ways to trick google, why not perform a whitehat results driven monthly SEO Plan instead.\r\n\r\nCheck out our plans\r\nhttps://googlealexarank.com/index.php/seo-packages/\r\n\r\nWe know how to get you into top safely, without risking your investment during google updates\r\n\r\nthanks and regards\r\nSteve\r\nstevewebberr@mail.com'),(12955,1352,465,'First Name','firstname','Text','contactdzwxgy'),(12956,1352,464,'Surname','surname','Text','contactdzwxgy'),(12957,1352,468,'ID Number','id','Text',''),(12958,1352,467,'Email Address','email','Text','basilia_miyasaka04@rambler.ru'),(12959,1352,463,'Telephone Number','telephone','Text','123456789'),(12960,1352,466,'Mobile Phone Number','mobile','Text','123456789'),(12961,1352,498,'The Job or Production','production','Text',''),(12962,1352,503,'Date of Production','productiondate','Text',''),(12963,1352,504,'Name of Your Agent','agentname','Text','contactdzwxgy'),(12964,1352,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(12965,1352,527,'Description/Message','description','Textarea','I\'m happy to welcome you! \r\n \r\nSending newsletters of Your offers via contact forms to the sites of companies via all countries of the world in all languages. \r\n \r\nYour offer is sent to E-mail of business organization hundred % will get to inbox folder! \r\n \r\nTest: \r\nten thousand messages on foreign zones to your electronic box - 20 $. \r\nWe need from You only email address, title and text of the letter. \r\n \r\nIn our price there are more 800 databases for all domains of the world. \r\nCommon databases: \r\nAll Europe 44 countries 60726150 of domain names - 1100$ \r\nAll European Union 28 countries 56752547 of sites- 1000$ \r\nAll Asia 48 countries 14662004 of sites - 300$ \r\nAll Africa 50 countries 1594390 of domain names - 200$ \r\nAll North and Central America in 35 countries 7441637 of sites - 300$ \r\nAll South America 14 countries 5826884 of domains - 200$ \r\nNew domain names from around the world registered 24-48 hours ago. (A cycle of 15 mailings during the month) - 500$ \r\nCompanies of the Russian Federation 3012045 - 300$ \r\nUkraine 605745 of domain names - 100$ \r\nAll Russian-speaking countries minus RF are 15 countries and there are 1526797 of sites - 200$ \r\nNew domains of the Russia, registered 24-48 hours ago (A cycle of 15 mailings during the month) - 250$ \r\n \r\nOur databases: \r\nWHOIS databases of domains for all countries of the world. \r\nYou can purchase our databases separately from newsletter\'s service at the request. \r\n \r\nP.S. \r\nPlease, do not respond to this letter from your electronic box, as it has been generated in automatic mode and will not reach us! \r\nContact E-mail: feedback-contact@seznam.cz \r\n \r\nPRICE LIST: \r\n \r\nTest mailing: $20 – 10000 contact forms websites \r\n \r\nAll Europe 44 countries there are 60726150 websites – $1100 \r\n \r\nAll EU 28 countries there are 56752547 websites – $1000 \r\n \r\nAll Asia 48 countries there are 14662004 websites – $500 \r\n \r\nAll Africa 50 countries there are 1594390 websites – $200 \r\n \r\nAll North and Central America is 35 countries there are 7441637 websites – $300 \r\n \r\nAll South America 14 countries there are 5826884 websites – $200 \r\n \r\nTop 1 Million World’s Best websites – $100 \r\n \r\nTop 16821856 the most visited websites in the world – $200 \r\n \r\nBusinesses and organizations of the Russian Federation – there are 3012045 websites – $300 \r\n \r\nUkraine 605745 websites – $100 \r\n \r\nAll Russian-speaking countries minus Russia – there are 15 countries and 1526797 websites – $200 \r\n \r\n1499203 of hosting websites around the world (there are selections for all countries, are excluded from databases for mailings) – $200 \r\n \r\n35439 websites of public authorities of all countries of the world (selections for all countries, are excluded from databases for mailings) – $100 \r\n \r\nCMS mailings: \r\nAmiro 2294 websites $50 \r\nBitrix 175513 websites $80 \r\nConcrete5 49721 websites $50 \r\nCONTENIDO 7769 websites $50 \r\nCubeCart 1562 websites $50 \r\nDatalife Engine 29220 websites $50 \r\nDiscuz 70252 websites $50 \r\nDotnetnuke 31114 websites $50 \r\nDrupal 802121 websites $100 \r\nHostCMS 6342 websites $50 \r\nInstantCMS 4936 websites $50 \r\nInvision Power Board 510 websites $50 \r\nJoomla 1906994 websites $200 \r\nLiferay 5937 websites $50 \r\nMagento 269488 websites $80 \r\nMODx 67023 websites $50 \r\nMovable Type 13523 websites $50 \r\nNetCat 6936 websites $50 \r\nNopCommerce 5313 websites $50 \r\nOpenCart 321057 websites $80 \r\nosCommerce 65468 websites $50 \r\nphpBB 3582 websites $50 \r\nPrestashop 92949 websites $50 \r\nShopify 365755 websites $80 \r\nSimpla 8963 websites $50 \r\nSitefinity 4883 websites $50 \r\nTYPO3 227167 websites $80 \r\nUMI.CMS 15943 websites $50 \r\nvBulletin 154677 websites $80 \r\nWix 2305768 websites $230 \r\nWordPress 14467405 websites $450 \r\nWooCommerce 2097367 websites $210 \r\n \r\n.com 133766112 websites commercial – $1950 \r\n.biz 2361884 websites business – $150 \r\n.info 6216929 websites information – $250 \r\n.net 15689222 websites network – $450 \r\n.org 10922428 websites organization – $350 \r\n \r\n.abogado 279 websites – $50 \r\n.ac 16799 websites – $50 \r\n.academy 27306 websites – $50 \r\n.accountant 96542 websites – $50 \r\n.actor 1928 websites – $50 \r\n.ad 414 websites – $50 \r\n.adult 10540 websites- $50 \r\n.ae 1821 websites International zone UAE:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ae 199533 websites UAE – $50 \r\n.aero 18325 websites- $50 \r\n.af 3315 websites – $50 \r\n.africa 15056 websites- $50 \r\n.ag 10339 websites – $50 \r\n.agency 47508 websites – $50 \r\n.ai 17199 websites – $50 \r\n.airforce 560 websites – $50 \r\n.al 6078 websites – $50 \r\n.alsace 1982 websites – $50 \r\n.am 17987 websites Armenia – $50 \r\n.am 1684 websites International zone Armenia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.amsterdam 28141 websites Amsterdam, Kingdom of the Netherlands – $50 \r\n.ao 518 websites – $50 \r\n.apartments 3758 websites – $50 \r\n.ar 551804 websites Argentina – $80 \r\n.ar 64008 websites International zone Argentina:.com .net .biz .info .name .tel .mobi .asia – $50 \r\n.archi 2084 websites – $50 \r\n.army 1842 websites – $50 \r\n.art 26402 websites – $50 \r\n.as 10025 websites – $50 \r\n.asia 228418 websites – $80 \r\n.associates 3340 websites – $50 \r\n.at 1356722 websites Austria – $100 \r\n.at 181907 websites International zone Austria :.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.attorney 8224 websites- $50 \r\n.attorney 7204 websites – $50 \r\n.au 2243263 websites Australia – $150 \r\n.au 461279 websites International zone Australia:.com.net.biz.info.org.name.tel.mobi.asia-$80 \r\n.auction 3625 websites- $50 \r\n.audio 23052 websites- $50 \r\n.auto 400 websites- $50 \r\n.aw 235 websites- $50 \r\n.az 11104 websites Azerbaijan – $50 \r\n.az 2036 websites International zone Azerbaijan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ba 7012 websites – $50 \r\n.ba 2291 websites International zone Bosnia and Herzegovina:.com.net.biz.info.org.name.tel.mobi.asia \r\n.band 11515 websites – $50 \r\n.bank 1621 websites- $50 \r\n.bar 5506 websites – $50 \r\n.barcelona 7919 websites – $50 \r\n.bargains 2997 websites- $50 \r\n.bayern 32565 websites – $50 \r\n.bb 2277 websites – $50 \r\n.be 1349658 websites Belgium – $100 \r\n.be 184810 websites International zone Belgium:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.beer 11834 websites- $50 \r\n.berlin 58088 websites Berlin – $50 \r\n.best 2912 websites – $50 \r\n.bet 17637 websites – $50 \r\n.bf 238 websites – $50 \r\n.bg 33252 websites Bulgaria – $50 \r\n.bg 50685 websites International zone Bulgaria:.com.net.biz.info.org.name.tel.mobi.asia \r\n.bh 453 websites – $50 \r\n.bi 2328 websites Burundi- $50 \r\n.bible 1160 websites – $50 \r\n.bid 474509 websites – $80 \r\n.bike 15729 websites – $50 \r\n.bingo 1332 websites – $50 \r\n.bio 15531 websites- $50 \r\n.bj 147 websites- $50 \r\n.black 6582 websites – $50 \r\n.blackfriday 12106 websites – $50 \r\n.blog 145463 websites – $50 \r\n.blue 16852 websites – $50 \r\n.bm 8089 websites Bermuda – $50 \r\n.bo 2302 websites- $50 \r\n.boats 266 websites- $50 \r\n.boston 21762 websites- $50 \r\n.boutique 8834 websites – $50 \r\n.br 2367290 websites Brazil – $150 \r\n.br 933750 websites International zone Brazil:.com.net.biz.info.org.name.tel.mobi.asia-$100 \r\n.bradesco 129 websites- $50 \r\n.broadway 261 websites- $50 \r\n.broker 660 websites- $50 \r\n.brussels 7181 websites – $50 \r\n.bs 330 websites- $50 \r\n.bt 284 websites- $50 \r\n.build 3857 websites- $50 \r\n.builders 3906 websites- $50 \r\n.business 35168 websites – $50 \r\n.buzz 11257 websites – $50 \r\n.bw 656 websites – $50 \r\n.by 1574 websites International zone Belarus:.com.net.biz.info.org.name.tel.mobi.asia \r\n.by 92679 websites Belarus – $50 \r\n.bz 7751 websites – $50 \r\n.bzh 5403 websites – $50 \r\n.ca 2587463 websites Canada – $150 \r\n.ca 288395 websites International zone Canada:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.cab 3223 websites – $50 \r\n.cafe 13606 websites – $50 \r\n.cam 5156 websites – $50 \r\n.camera 5236 websites – $50 \r\n.camp 6315 websites – $50 \r\n.capetown 4750 websites – $50 \r\n.capital 11387 websites – $50 \r\n.car 342 websites – $50 \r\n.cards 5992 websites – $50 \r\n.care 18204 websites – $50 \r\n.career 1217 websites – $50 \r\n.careers 7055 websites – $50 \r\n.cars 309 websites – $50 \r\n.casa 18918 websites – $50 \r\n.cash 13193 websites – $50 \r\n.casino 4354 websites – $50 \r\n.cat 108569 websites – $50 \r\n.catering 3482 websites – $50 \r\n.cc 1920589 websites Cocos Keeling Islands- $150 \r\n.cd 5365 websites – $50 \r\n.center 35353 websites – $50 \r\n.ceo 2458 websites – $50 \r\n.cf 476142 websites Central African Republic – $50 \r\n.cg 166 – $50 \r\n.ch 1471685 websites Switzerland – $100 \r\n.ch 205292 websites International zone Switzerland:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.chat 11126 websites – $50 \r\n.cheap 3267 websites – $50 \r\n.christmas 15255 websites – $50 \r\n.church 21104 websites – $50 \r\n.ci 112 websites International zone Cote d’Ivoire:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ci 5663 websites Cote d’Ivoire- $50 \r\n.city 46171 websites – $50 \r\n.cl 498401 websites Chile – $80 \r\n.claims 2374 websites – $50 \r\n.cleaning 2385 websites – $50 \r\n.click 181015 websites – $50 \r\n.clinic 7006 websites – $50 \r\n.clothing 13639 websites – $50 \r\n.cloud 134113 websites – $50 \r\n.club 1045323 websites – $100 \r\n.cm 12001 websites Cameroon- $50 \r\n.cn 1372416 websites International zone China:.com.net.biz.info.org.name.tel.mobi.asia-$100 \r\n.cn 7264587 websites China – $300 \r\n.co 1778923 websites Colombia – $150 \r\n.coach 12002 websites- $50 \r\n.codes 6844 websites – $50 \r\n.coffee 17257 websites – $50 \r\n.cologne 5137 websites – $50 \r\n.cologne 5198 websites – $50 \r\n.com.ar 657716 websites Argentina – $80 \r\n.com.br 942898 websites Brazil – $100 \r\n.com.cy 11153 websites Cyprus – $50 \r\n.com.ni 23747 websites – $50 \r\n.com.np 38828 websites – $50 \r\n.com.ru, .net.ru, .org.ru, .spb.ru, .msk.ru 79058 websites Russia – $50 \r\n.community 13013 websites – $50 \r\n.company 61217 websites – $50 \r\n.computer 5039 websites – $50 \r\n.condos 2192 websites – $50 \r\n.construction 6804 websites – $50 \r\n.consulting 22128 websites – $50 \r\n.contractors 3982 websites – $50 \r\n.cooking 1476 websites – $50 \r\n.cool 16008 websites – $50 \r\n.coop 7879 websites – $50 \r\n.corsica 1042 websites – $50 \r\n.country 7144 websites – $50 \r\n.cr 7934 websites – $50 \r\n.credit 4020 websites – $50 \r\n.creditcard 825 websites – $50 \r\n.creditunion 511 websites – $50 \r\n.cricket 33413 websites – $50 \r\n.cruises 2234 websites – $50 \r\n.cu 137 websites – $50 \r\n.cv 1879 websites – $50 \r\n.cx 15753 websites – $50 \r\n.cy 11092 websites Cyprus – $50 \r\n.cy 710 websites International zone Cyprus:.com.net.biz.info.org.name.tel.mobi.asia \r\n.cymru 7114 websites – $50 \r\n.cz 193400 websites International zone Czech Republic:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.cz 930208 websites Czech Republic – $80 \r\n.dance 6290 websites – $50 \r\n.date 123037 websites – $50 \r\n.dating 2892 websites – $50 \r\n.de 15078512 websites Germany – $450 \r\n.de 3894156 websites International zone Germany:.com.net.biz.info.org.name.tel.mobi.asia-$200 \r\n.deals 8132 websites – $50 \r\n.degree 2178 websites – $50 \r\n.delivery 4782 websites – $50 \r\n.democrat 1072 websites – $50 \r\n.dental 7541 websites – $50 \r\n.dentist 3046 websites – $50 \r\n.desi 2647 websites – $50 \r\n.design 71711 websites – $50 \r\n.diamonds 2730 websites – $50 \r\n.diet 18291 websites – $50 \r\n.digital 31449 websites – $50 \r\n.direct 10629 websites – $50 \r\n.directory 18157 websites – $50 \r\n.discount 3898 websites – $50 \r\n.dj 7280 websites – $50 \r\n.dk 1320155 websites Denmark – $100 \r\n.dk 148164 websites International zone Denmark:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.dm 23318 websites – $50 \r\n.do 5255 websites Dominican Republic- $50 \r\n.dog 10030 websites – $50 \r\n.domains 6553 websites – $50 \r\n.download 129223 websites – $50 \r\n.durban 2247 websites – $50 \r\n.dz 982 websites – $50 \r\n.earth 8139 websites – $50 \r\n.ec 11731 websites – $50 \r\n.edu 4445 websites – $50 \r\n.edu.np 4883 websites- $50 \r\n.education 22003 websites – $50 \r\n.ee 10490 websites International zone Estonia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ee 119701 websites Estonia- $50 \r\n.eg 1699 websites – $50 \r\n.email 77321 websites – $50 \r\n.energy 9769 websites – $50 \r\n.engineer 2785 websites – $50 \r\n.engineering 5533 websites – $50 \r\n.enterprises 6153 websites – $50 \r\n.equipment 5760 websites – $50 \r\n.es 1685048 websites Spain – $100 \r\n.es 541916 websites International zone Spain:.com.net.biz.info.org.name.tel.mobi.asia-$80 \r\n.estate 9185 websites – $50 \r\n.et 124 websites – $50 \r\n.eu 3321576 websites Europe – $150 \r\n.eu 633384 websites International zone Europe:.com.net.biz.info.org.name.tel.mobi.asia-$80 \r\n.eus 8116 websites – $50 \r\n.events 22115 websites – $50 \r\n.exchange 9432 websites – $50 \r\n.expert 31240 websites – $50 \r\n.exposed 3147 websites – $50 \r\n.express 6919 websites – $50 \r\n.fail 3322 websites – $50 \r\n.faith 54195 websites – $50 \r\n.family 15577 websites – $50 \r\n.fans 1388 websites – $50 \r\n.farm 13499 websites – $50 \r\n.fashion 12475 websites – $50 \r\n.feedback 2301 websites – $50 \r\n.fi 178337 websites Finland – $50 \r\n.fi 69631 websites International zone Finland:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.film 3601 websites – $50 \r\n.finance 7982 websites – $50 \r\n.financial 4086 websites – $50 \r\n.fish 4162 websites – $50 \r\n.fishing 1423 websites – $50 \r\n.fit 17007 websites – $50 \r\n.fitness 9689 websites – $50 \r\n.flights 2119 websites – $50 \r\n.florist 2286 websites – $50 \r\n.flowers 25590 websites – $50 \r\n.fm 5407 websites – $50 \r\n.fo 3098 websites- $50 \r\n.football 4877 websites – $50 \r\n.forex 212 websites – $50 \r\n.forsale 7118 websites – $50 \r\n.foundation 10118 websites – $50 \r\n.fr 2391045 websites France – $150 \r\n.fr 639546 websites International zone France:.com.net.biz.info.org.name.tel.mobi.asia-$80 \r\n.frl 14028 websites – $50 \r\n.fun 86419 websites – $50 \r\n.fund 11205 websites – $50 \r\n.furniture 2246 websites – $50 \r\n.futbol 2783 websites – $50 \r\n.fyi 9772 websites – $50 \r\n.ga 12048 websites Gabon – $50 \r\n.gal 4606 websites – $50 \r\n.gallery 17263 websites – $50 \r\n.game 1996 websites – $50 \r\n.games 13234 websites – $50 \r\n.garden 914 websites – $50 \r\n.gd 4238 websites – $50 \r\n.ge 1676 websites International zone Georgia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ge 17361 websites Georgia – $50 \r\n.gent 3389 websites – $50 \r\n.gf 121 websites – $50 \r\n.gg 9443 websites – $50 \r\n.gh 693 websites – $50 \r\n.gi 1063 websites – $50 \r\n.gift 6281 websites – $50 \r\n.gifts 3757 websites – $50 \r\n.gives 1563 websites – $50 \r\n.gl 3575 websites – $50 \r\n.glass 3539 websites – $50 \r\n.global 38972 websites – $50 \r\n.gm 468 websites – $50 \r\n.gmbh 19186 websites – $50 \r\n.gold 9081 websites – $50 \r\n.golf 8319 websites – $50 \r\n.gop 1341 websites – $50 \r\n.gov 4525 websites – $50 \r\n.gov.np 1937 websites- $50 \r\n.gp 416 websites – $50 \r\n.gq 23306 websites – $50 \r\n.gr 356168 websites Greece – $80 \r\n.gr 57984 websites International zone Greece:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.graphics 7155 websites – $50 \r\n.gratis 4283 websites – $50 \r\n.green 3661 websites – $50 \r\n.gripe 1075 websites – $50 \r\n.group 54983 websites – $50 \r\n.gs 5108 websites – $50 \r\n.gt 15351 websites – $50 \r\n.guide 16044 websites – $50 \r\n.guitars 1278 websites – $50 \r\n.guru 60588 websites – $50 \r\n.gy 2447 websites – $50 \r\n.hamburg 23885 websites – $50 \r\n.haus 5186 websites – $50 \r\n.health 6211 websites – $50 \r\n.healthcare 8051 websites – $50 \r\n.help 13500 websites – $50 \r\n.hiphop 1064 websites – $50 \r\n.hiv 331 websites – $50 \r\n.hk 116093 websites – $50 \r\n.hm 249 websites – $50 \r\n.hn 4732 websites – $50 \r\n.hockey 1102 websites – $50 \r\n.holdings 5412 websites – $50 \r\n.holiday 5017 websites – $50 \r\n.homes 432 websites – $50 \r\n.horse 2116 websites – $50 \r\n.host 31309 websites – $50 \r\n.hosting 4132 websites – $50 \r\n.house 18096 websites – $50 \r\n.how 1957 websites – $50 \r\n.hr 16592 websites International zone Croatia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.hr 43565 websites Croatia – $50 \r\n.ht 2559 websites – $50 \r\n.hu 53940 websites International zone Hungary:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.hu 618532 websites Hungary – $80 \r\n.id 37212 websites – $50 \r\n.ie 195987 websites Ireland – $50 \r\n.ie 49861 websites International zone Ireland:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.il 224167 websites Israel – $80 \r\n.il 38537 websites International zone Israel:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.im 20701 websites – $50 \r\n.immo 16009 websites – $50 \r\n.immobilien 7094 websites – $50 \r\n.in 1143482 websites India – $100 \r\n.in 266179 websites International zone India:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.industries 3749 websites – $50 \r\n.ink 27117 websites – $50 \r\n.institute 10134 websites – $50 \r\n.insure 4615 websites – $50 \r\n.int 191 websites – $50 \r\n.international 23930 websites – $50 \r\n.investments 4113 websites – $50 \r\n.io 314287 websites British Indian Ocean – $50 \r\n.iq 1118 websites – $50 \r\n.ir 15487 websites International zone Iran:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ir 427735 websites Iran- $80 \r\n.irish 3326 websites – $50 \r\n.is 31176 websites Iceland – $50 \r\n.ist 10060 websites – $50 \r\n.istanbul 13139 websites – $50 \r\n.it 2258105 websites Italy – $200 \r\n.it 954040 websites International zone Italy:.com.net.biz.info.org.name.tel.mobi.asia-$100 \r\n.je 2716 websites – $50 \r\n.jetzt 11118 websites – $50 \r\n.jetzt 11704 websites – $50 \r\n.jewelry 3350 websites – $50 \r\n.jo 555 websites – $50 \r\n.jobs 46350 websites- $50 \r\n.joburg 3139 websites – $50 \r\n.jp 1146243 websites Japan – $100 \r\n.juegos 844 websites – $50 \r\n.kaufen 7134 websites – $50 \r\n.kg 664 websites International zone Kyrgyzstan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.kg 8919 websites Kyrgyzstan – $50 \r\n.ki 1146 websites – $50 \r\n.kim 16637 websites- $50 \r\n.kitchen 6581 websites – $50 \r\n.kiwi 19426 websites – $50 \r\n.kn 1271 websites – $50 \r\n.koeln 23489 websites – $50 \r\n.kr 254447 websites Korea- $50 \r\n.krd 375 websites – $50 \r\n.kred 6120 websites – $50 \r\n.kw 423 websites – $50 \r\n.ky 1201 websites – $50 \r\n.kyoto 659 websites – $50 \r\n.kz 112459 websites Kazakhstan – $50 \r\n.kz 5876 websites International zone Kazakhstan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.la 32189 websites Laos – $50 \r\n.land 14474 websites- $50 \r\n.lat 2971 websites – $50 \r\n.law 11842 websites – $50 \r\n.lawyer 11600 websites- $50 \r\n.lc 651 websites- $50 \r\n.lease 1855 websites- $50 \r\n.leclerc 127 websites- $50 \r\n.legal 11047 websites- $50 \r\n.lgbt 2249 websites- $50 \r\n.li 12044 websites – $50 \r\n.life 170053 websites – $50 \r\n.lighting 6096 websites – $50 \r\n.limited 5365 websites – $50 \r\n.limo 2409 websites- $50 \r\n.link 133123 websites – $50 \r\n.live 160896 websites – $50 \r\n.lk 6601 websites – $50 \r\n.loan 1932173 websites- $200 \r\n.loans 3914 websites – $50 \r\n.lol 7470 websites- $50 \r\n.london 82443 websites London, United Kingdom- $50 \r\n.love 22287 websites- $50 \r\n.lt 27710 websites International zone Lithuania:.com.net.biz.info.org.name.tel.mobi.asia \r\n.lt 89073 websites Lithuania- $50 \r\n.ltd 329225 websites – $50 \r\n.lu 43052 websites Luxembourg – $50 \r\n.lu 4125 websites International zone Luxembourg:.com.net.biz.info.org.name.tel.mobi.asia \r\n.luxury 905 websites – $50 \r\n.lv 61886 websites Latvia- $50 \r\n.lv 8887 websites International zone Latvia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ly 8013 websites – $50 \r\n.ma 51862 websites Morocco – $50 \r\n.maison 1123 websites – $50 \r\n.management 10088 websites- $50 \r\n.market 22167 websites- $50 \r\n.marketing 18262 websites- $50 \r\n.markets 816 websites- $50 \r\n.mba 3023 websites- $50 \r\n.mc 3036 websites Monaco – $50 \r\n.md 15435 websites Moldova – $50 \r\n.md 1293 websites International zone Moldova:.com.net.biz.info.org.name.tel.mobi.asia \r\n.me 761596 websites Montenegro – $80 \r\n.me 86897 websites International zone Montenegro:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.media 40573 websites – $50 \r\n.melbourne 10041 websites – $50 \r\n.memorial 512 websites – $50 \r\n.men 470140 websites – $80 \r\n.menu 5512 websites restaurants- $50 \r\n.mg 3380 websites Madagascar- $50 \r\n.miami 14431 websites Miami, USA – $50 \r\n.mk 12704 websites – $50 \r\n.ml 70170 websites – $50 \r\n.mma 1706 websites – $50 \r\n.mn 16710 websites – $50 \r\n.mo 573 websites – $50 \r\n.mobi 462419 websites- $80 \r\n.moda 3015 websites – $50 \r\n.moe 7709 websites – $50 \r\n.mom 3145 websites – $50 \r\n.money 9731 websites – $50 \r\n.mortgage 3126 websites – $50 \r\n.moscow 22097 websites Moscow Russian Federation- $50 \r\n.movie 2575 websites – $50 \r\n.mr 1725 websites – $50 \r\n.ms 7565 websites – $50 \r\n.mt 1623 websites Malta – $50 \r\n.mu 6175 websites – $50 \r\n.museum 34464 websites – $50 \r\n.mv 1907 websites – $50 \r\n.mw 8579 websites Malawi – $50 \r\n.mx 609278 websites Mexico- $80 \r\n.mx 86593 websites International zone Mexico:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.my 283349 websites Malaysia- $80 \r\n.mz 263 websites – $50 \r\n.na 781 websites – $50 \r\n.nagoya 7807 websites – $50 \r\n.name 135818 websites- $50 \r\n.navy 698 websites – $50 \r\n.nc 1240 websites – $50 \r\n.network 40018 websites – $50 \r\n.news 65546 websites – $50 \r\n.ng 16608 websites – $50 \r\n.ngo 3422 websites – $50 \r\n.ninja 49007 websites – $50 \r\n.nl 1019697 websites International zone Netherlands:.com.net.biz.info.org.name.tel.mobi.asia-$100 \r\n.nl 3566172 websites Netherlands – $200 \r\n.no 579185 websites Norway – $80 \r\n.no 74318 websites International zone Norway:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.nra 144 websites – $50 \r\n.nrw 18487 websites – $50 \r\n.nu 489605 websites Niue- $50 \r\n.nyc 67153 websites – $50 \r\n.nz 576127 websites New Zealand – $80 \r\n.om 1603 websites – $50 \r\n.one 63063 websites – $50 \r\n.ong 3422 websites – $50 \r\n.onl 3790 websites – $50 \r\n.online 695007 websites – $50 \r\n.ooo 6400 websites – $50 \r\n.org.np 7082 websites – $50 \r\n.org.ua 41362 websites – $50 \r\n.organic 1633 websites – $50 \r\n.osaka 628 websites – $50 \r\n.ovh 50056 websites – $50 \r\n.pa 1558 websites – $50 \r\n.paris 19283 websites – $50 \r\n.partners 6576 websites – $50 \r\n.parts 5514 websites – $50 \r\n.party 115578 websites- $50 \r\n.pe 59157 websites International zone Peru:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.pe 69367 websites Peru – $50 \r\n.pet 8487 websites – $50 \r\n.pf 349 websites – $50 \r\n.pg 1979 websites Papua – $50 \r\n.ph 17940 websites Philippines – $50 \r\n.photo 17165 websites- $50 \r\n.photography 50434 websites- $50 \r\n.photos 19107 websites- $50 \r\n.physio 1160 websites- $50 \r\n.pics 7659 websites- $50 \r\n.pictures 7807 websites- $50 \r\n.pink 6373 websites- $50 \r\n.pizza 5949 websites – $50 \r\n.pk 44464 websites Pakistan – $50 \r\n.pl 1675325 websites Poland – $100 \r\n.pl 327587 websites International zone Poland:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.place 7002 websites – $50 \r\n.plumbing 3005 websites – $50 \r\n.plus 9892 websites – $50 \r\n.pm 4401 websites – $50 \r\n.poker 3209 websites – $50 \r\n.porn 10023 websites- $50 \r\n.post 3481 websites – $50 \r\n.pr 18419 websites – $50 \r\n.press 35032 websites – $50 \r\n.pro 280776 websites – $50 \r\n.productions 6144 websites – $50 \r\n.promo 5020 websites – $50 \r\n.properties 14144 websites – $50 \r\n.property 4366 websites – $50 \r\n.ps 2050 websites – $50 \r\n.pt 17691 websites International zone Portugal:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.pt 225136 websites Portugal – $80 \r\n.pub 16703 websites – $50 \r\n.pw 16206 websites – $50 \r\n.py 4635 websites – $50 \r\n.qa 8503 websites – $50 \r\n.quebec 8042 websites – $50 \r\n.racing 55001 websites – $50 \r\n.re 11082 websites – $50 \r\n.realtor 39465 websites – $50 \r\n.realty 55291 websites – $50 \r\n.recipes 3251 websites – $50 \r\n.red 25701 websites – $50 \r\n.rehab 1816 websites – $50 \r\n.reise 4146 websites – $50 \r\n.reisen 9228 websites – $50 \r\n.reit 126 websites – $50 \r\n.ren 108303 websites – $50 \r\n.rent 3788 websites – $50 \r\n.rentals 11823 websites- $50 \r\n.repair 6628 websites- $50 \r\n.report 5869 websites – $50 \r\n.republican 952 websites – $50 \r\n.rest 1894 websites – $50 \r\n.restaurant 7703 websites – $50 \r\n.review 229514 websites – $80 \r\n.reviews 16132 websites- $50 \r\n.rio 1062 websites- $50 \r\n.rip 3199 websites- $50 \r\n.ro 42046 websites International zone Romania:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.ro 483266 websites Romania – $80 \r\n.rocks 81108 websites – $50 \r\n.rs 75503 websites Serbia – $50 \r\n.ru 5292104 websites Russian- $250 \r\n.ru 514668 websites International zone Russian:.com.net.biz.info.org.name.tel.mobi.asia -$80 \r\n.ru.com 6499 websites Russia – $50 \r\n.ruhr 9887 websites – $50 \r\n.run 10622 websites – $50 \r\n.rw 244 websites – $50 \r\n.sa 5064 websites International zone Saudi Arabia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.sa 11604 websites Saudi Arabia- $50 \r\n.saarland 3825 websites – $50 \r\n.sale 35407 websites – $50 \r\n.salon 1782 websites – $50 \r\n.sarl 939 websites – $50 \r\n.sc 4942 websites Seychelles- $50 \r\n.school 11672 websites – $50 \r\n.schule 4678 websites – $50 \r\n.science 74115 websites – $80 \r\n.scot 11175 websites – $50 \r\n.sd 619 websites – $50 \r\n.se 293316 websites International zone Sweden:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.se 1799365 websites Sweden – $150 \r\n.seat 618 websites – $50 \r\n.security 255 websites – $50 \r\n.services 52098 websites – $50 \r\n.sex 7655 websites – $50 \r\n.sexy 18260 websites – $50 \r\n.sg 164351 websites Republic Of Singapore – $50 \r\n.sh 9408 websites – $50 \r\n.shiksha 1626 websites – $50 \r\n.shoes 5007 websites – $50 \r\n.shop 402139 websites – $80 \r\n.shopping 6297 websites – $50 \r\n.show 6946 websites – $50 \r\n.si 12879 websites International zone Slovenia:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.si 39749 websites Slovenia- $50 \r\n.singles 3559 websites – $50 \r\n.site 384414 websites – $80 \r\n.sk 31572 websites International zone Slovakia:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.sk 347101 websites Slovakia- $80 \r\n.ski 5071 websites – $50 \r\n.sl 418 websites – $50 \r\n.sm 2009 websites – $50 \r\n.sn 344 websites International zone Senegal:.com.net.biz.info.org.name.tel.mobi.asia \r\n.sn 4954 websites Senegal – $50 \r\n.so 9003 websites – $50 \r\n.soccer 2833 websites – $50 \r\n.social 19134 websites – $50 \r\n.software 13001 websites – $50 \r\n.solar 7095 websites – $50 \r\n.solutions 81282 websites – $50 \r\n.soy 1200 websites – $50 \r\n.space 220771 websites – $80 \r\n.sr 638 – $50 \r\n.srl 4391 – $50 \r\n.st 7683 websites – $50 \r\n.storage 623 – $50 \r\n.store 167141 websites – $50 \r\n.stream 239795 websites – $80 \r\n.studio 39132 websites – $50 \r\n.study 5132 websites – $50 \r\n.style 9248 websites – $50 \r\n.su 125358 websites Russian- $50 \r\n.sucks 7629 websites – $50 \r\n.supplies 3082 websites – $50 \r\n.supply 4580 websites – $50 \r\n.support 20377 websites – $50 \r\n.surf 2573 websites – $50 \r\n.surgery 1778 websites – $50 \r\n.sv 8132 websites Salvador- $50 \r\n.swiss 17323 websites – $50 \r\n.sx 3240 websites – $50 \r\n.sy 2063 websites – $50 \r\n.sydney 10073 websites – $50 \r\n.systems 26094 websites – $50 \r\n.sz 194 websites – $50 \r\n.taipei 5664 websites – $50 \r\n.tattoo 2004 websites- $50 \r\n.tax 5788 websites – $50 \r\n.taxi 5784 websites – $50 \r\n.tc 16384 websites Turks and Caicos Islands- $50 \r\n.team 18421 websites- $50 \r\n.tech 196321 websites – $50 \r\n.technology 40181 websites- $50 \r\n.tel 80752 websites- $50 \r\n.tennis 1494 websites – $50 \r\n.tf 2049 websites – $50 \r\n.tg 521 websites – $50 \r\n.th 23968 websites Kingdom Of Thailand- $50 \r\n.theater 1053 websites – $50 \r\n.tickets 1141 websites – $50 \r\n.tienda 2951 websites – $50 \r\n.tips 31287 websites- $50 \r\n.tires 960 websites – $50 \r\n.tirol 5412 websites – $50 \r\n.tj 34 websites International zone Tajikistan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.tj 6804 websites Tajikistan- $50 \r\n.tk 12799253 websites Tokelau – $450 \r\n.tl 2728 websites – $50 \r\n.tm 6056 websites Turkmenistan- $50 \r\n.tm 44 websites International zone Turkmenistan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.tn 27383 websites – $50 \r\n.to 16987 websites Tonga- $50 \r\n.today 98034 websites – $50 \r\n.tokyo 90132 websites – $50 \r\n.tools 10439 websites – $50 \r\n.top 2140480 websites – $200 \r\n.tours 9151 websites – $50 \r\n.town 3328 websites – $50 \r\n.toys 4391 websites – $50 \r\n.tr 138818 International zone Turkey:.com.net.biz.info.org.name.tel.mobi.asia -$50 \r\n.tr 317690 websites Turkey – $80 \r\n.trade 151130 websites – $50 \r\n.trading 896 websites – $50 \r\n.training 18192 websites – $50 \r\n.travel 18054 websites – $50 \r\n.tt 516 websites – $50 \r\n.tube 2104 websites – $50 \r\n.tv 559502 websites Tuvalu – $80 \r\n.tw 243062 websites Taiwan – $50 \r\n.tz 1874 websites – $50 \r\n.ua 117701 websites International zone Ukraine:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.ua 553216 websites Ukraina – $80 \r\n.ug 2331 websites Ukraina \r\n.uk 3304606 websites International zone United Kingdom:.com.net.biz.info.org.name.tel.mobi.asia-$150 \r\n.uk 5496382 websites United Kingdom – $250 \r\n.university 5799 websites – $50 \r\n.uno 16394 websites – $50 \r\n.us 3139563 websites USA – $200 \r\n.us 578927 websites International zone USA:.com.net.biz.info.org.name.tel.mobi.asia-$80 \r\n.uy 14683 websites Uruguay – $50 \r\n.uz 365 websites International zone Uzbekistan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.uz 14689 websites Uzbekistan – $50 \r\n.vacations 3926 websites – $50 \r\n.vc 16606 websites – $50 \r\n.ve 14015 websites Venezuela – $50 \r\n.vegas 18008 websites Las Vegas NV United States of America – $50 \r\n.ventures 10066 websites – $50 \r\n.versicherung 2009 websites – $50 \r\n.vet 5760 websites – $50 \r\n.vg 8389 site – $50 \r\n.viajes 2512 site – $50 \r\n.video 16204 websites- $50 \r\n.villas 1940 site – $50 \r\n.vin 5094 websites – $50 \r\n.vip 755289 websites – $80 \r\n.vision 6420 websites – $50 \r\n.vlaanderen 6114 websites – $50 \r\n.vn 161855 websites International zone Vietnam:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.vn 436005 websites Vietnam – $80 \r\n.vodka 1420 websites – $50 \r\n.vote 2316 websites – $50 \r\n.voto 269 websites – $50 \r\n.voyage 2773 websites – $50 \r\n.vu 1201 websites – $50 \r\n.wales 13063 websites – $50 \r\n.wang 604718 websites – $80 \r\n.watch 6120 websites – $50 \r\n.webcam 60142 websites – $50 \r\n.website 207002 websites -$50 \r\n.wedding 22162 websites – $50 \r\n.wf 1188 websites – $50 \r\n.wien 14464 websites – $50 \r\n.wien 14913 websites – $50 \r\n.wiki 14129 websites wikis – $50 \r\n.win 655735 websites – $80 \r\n.wine 13095 websites – $50 \r\n.work 256086 websites – $80 \r\n.works 15112 websites – $50 \r\n.world 86012 websites – $50 \r\n.ws 97008 websites Samoa- $80 \r\n.wtf 10038 websites – $50 \r\n.xin 178450 websites – $50 \r\n.xn--3ds443g 44019 websites – $50 \r\n.xn--55qx5d 47456 websites – $50 \r\n.xn--6qq986b3xl 18188 websites – $50 \r\n.xn--czr694b 21109 websites – $50 \r\n.xn--czru2d 9020 websites – $50 \r\n.xn--fiq228c5hs 12145 websites – $50 \r\n.xn--io0a7i 30199 websites – $50 \r\n.xn--j6w193g 31764 websites – $50 \r\n.xn--kput3i 31856 websites – $50 \r\n.xn--mgbaam7a8h 2038 websites – $50 \r\n.xn--mgberp4a5d4ar 2534 websites – $50 \r\n.xn--mk1bu44c 6001 websites – $50 \r\n.xn--rhqv96g 7723 websites – $50 \r\n.xn--ses554g 198539 websites – $80 \r\n.xn--tckwe 6197 websites – $50 \r\n.xn--vuq861b 19706 websites – $50 \r\n.xxx 119879 websites- $50 \r\n.xyz 1888763 websites – $150 \r\n.yachts 154 websites – $50 \r\n.yoga 7963 websites – $50 \r\n.yokohama 8140 websites – $50 \r\n.yt 2004 websites – $50 \r\n.za 837189 websites South Africa – $100 \r\n.zm 224 websites – $50 \r\n.zone 25798 websites – $50 \r\n.бг (.xn--90ae) 2470 websites – $50 \r\n.дети 169 websites – $50 \r\n.москва (.xn--80adxhks) 19582 websites Moscow – $50 \r\n.онлайн 3403 websites – $50 \r\n.орг 1160 websites – $50 \r\n.рус (.xn--p1acf) 110789 websites – $50 \r\n.рф (.xn--p1ai) 869759 websites Russia – $80 \r\n.сайт 1146 websites – $50 \r\n.укр (.xn--j1amh) 10563 websites- $50 \r\n.संगठन 105 sites – $50 \r\n>.みんな 166 sites – $50 \r\n.コム 6532 sites – $50 \r\n.世界 4171 sites – $50 \r\n.公司 46161 sites – $50 \r\n.商城 6 907 sites – $50 \r\n.商标 9865 sites – $50 \r\n.我爱你 15465 sites – $50 \r\n.手机 31543 sites – $50 \r\n.机构 243 sites – $50 \r\n.游戏 187 sites – $50 \r\n.移动 3277 sites – $50 \r\n.网店 3711 sites – $50 \r\n.网络 30808 sites – $50 \r\n.닷컴 5937 sites – $50 \r\n.بازار sites 648 – $50 \r\n.شبكة sites 833 – $50 \r\n.موقع sites 478 – $50'),(12966,1353,465,'First Name','firstname','Text','Martha'),(12967,1353,464,'Surname','surname','Text','Martha Stonor'),(12968,1353,468,'ID Number','id','Text','Ptc oycgpgx Pq'),(12969,1353,467,'Email Address','email','Text','noreplygooglealexarank@gmail.com'),(12970,1353,463,'Telephone Number','telephone','Text','514-280-0371'),(12971,1353,466,'Mobile Phone Number','mobile','Text','514-280-0371'),(12972,1353,498,'The Job or Production','production','Text',''),(12973,1353,503,'Date of Production','productiondate','Text',''),(12974,1353,504,'Name of Your Agent','agentname','Text','Martha Stonor'),(12975,1353,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(12976,1353,527,'Description/Message','description','Textarea','hi there\r\nWe all know there are no tricks with google anymore\r\nSo, instead of looking for ways to trick google, why not perform a whitehat results driven monthly SEO Plan instead.\r\n\r\nCheck out our plans\r\nhttps://googlealexarank.com/index.php/seo-packages/\r\n\r\nWe know how to get you into top safely, without risking your investment during google updates\r\n\r\nthanks and regards\r\nSteve\r\nstevewebberr@mail.com'),(12977,1354,465,'First Name','firstname','Text','sandisiwe'),(12978,1354,464,'Surname','surname','Text','cosa'),(12979,1354,468,'ID Number','id','Text','9201251111089'),(12980,1354,467,'Email Address','email','Text','Luphelo365@gmail.com'),(12981,1354,463,'Telephone Number','telephone','Text','0632654063'),(12982,1354,466,'Mobile Phone Number','mobile','Text','0733837843'),(12983,1354,498,'The Job or Production','production','Text','Extra'),(12984,1354,503,'Date of Production','productiondate','Text',''),(12985,1354,504,'Name of Your Agent','agentname','Text','HTA'),(12986,1354,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(12987,1354,527,'Description/Message','description','Textarea',''),(12988,1355,465,'First Name','firstname','Text',''),(12989,1355,464,'Surname','surname','Text',''),(12990,1355,468,'ID Number','id','Text',''),(12991,1355,467,'Email Address','email','Text','bob.newpatientinquiries.com@gmail.com'),(12992,1355,463,'Telephone Number','telephone','Text',''),(12993,1355,466,'Mobile Phone Number','mobile','Text',''),(12994,1355,498,'The Job or Production','production','Text',''),(12995,1355,503,'Date of Production','productiondate','Text',''),(12996,1355,504,'Name of Your Agent','agentname','Text',''),(12997,1355,505,'Is Your Agent an OSCASA member?','oscasamember','Select List',''),(12998,1355,527,'Description/Message','description','Textarea',''),(12999,1356,90,'Title','title','Text','Mr'),(13000,1356,51,'First Name','firstname','Text','James'),(13001,1356,52,'Surname','surname','Text','Eze'),(13002,1356,124,'Designation','contactdesignation','Text','Director'),(13003,1356,65,'Website','website','Text','www.simleeagency.co.za'),(13004,1356,66,'Email Address','email','Text','info@simleeagency.co.za'),(13005,1356,132,'Telephone Number','telephone','Text','011 074 9902 '),(13006,1356,67,'Mobile Phone Number','mobile','Text','0749798852'),(13007,1356,72,'Company Name','companyname','Text','SIMLEE Modelling & Casting Agency Pty Ltd'),(13008,1356,125,'Trading Name','tradingname','Text','SIMLEE Modelling & Casting Agency Pty Ltd'),(13009,1356,126,'Company Type','companytype','Radio Group','Pty Ltd'),(13010,1356,127,'Company Registration','companyregistration','Text','2019/055770/07'),(13011,1356,79,'Physical Address','address1','Text','40 Monte Carlo Crescent Kyalami'),(13012,1356,80,'Suburb','suburb','Text','Midrand, Johhanesburg'),(13013,1356,81,'Town or City','towncity','Text','Midrand, Johhanesburg'),(13014,1356,297,'Province','province','Select List','Gauteng'),(13015,1356,95,'Postcode','postcode','Text','1685'),(13016,1356,100,'Postal Address 1','postaladdress1','Text','40 Monte Carlo Crescent Kyalami'),(13017,1356,101,'Postal Address 2','postaladdress2','Text',''),(13018,1356,102,'Postcode','postcodepostal','Text','1685'),(13019,1356,145,'Casting Type','castingtype','Select List',''),(13020,1356,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(13021,1356,175,'First & Surname','owner1name','Text','ESIMAKWINI OSHIOZEKHAI SIMION'),(13022,1356,176,' ID Number','owner1id','Text','7511026073188'),(13023,1356,177,'Position','owner1position','Text','CEO'),(13024,1356,186,'Mobile Phone Number','owner1mobile','Text','0815975548'),(13025,1356,191,'First & Surname','firstsurname2','Text','EZE JAMES NELLY'),(13026,1356,196,'ID Number','idnumberowner2','Text',''),(13027,1356,197,'Position','position2','Text','Director'),(13028,1356,202,'Mobile Phone Number','mobilenumber2','Text','0749798852'),(13029,1356,207,'First & Surname','firstnamesurname3','Text',''),(13030,1356,208,'ID Number','idnumber3','Text',''),(13031,1356,213,'Position','position3','Text',''),(13032,1356,214,'Mobile Phone Number','mobile3','Text',''),(13033,1356,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(13034,1356,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/SIGNED_PAPER.pdf'),(13035,1356,225,'Proof of Subscription Payment','proofofpayment','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/c9b2463507ece698ad82f5db13688169_Payment_Notification.pdf'),(13036,1356,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/SIMON_ID.pdf'),(13037,1356,239,'ID copy Owner/Member 2','idcopyowner2','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/PASSPORT_JAME.pdf'),(13038,1356,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(13039,1356,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/BANK_LETTER.pdf'),(13040,1356,250,'Tax Clearance Certificate','taxclearance','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/SIM-LEE_TAX.pdf'),(13041,1356,259,'Proof of Physical Address','proofaddress','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/dce0b3996797d180b304527db7e55b7f_MIMSHACK_INVOICE__1_.PDF'),(13042,1357,90,'Title','title','Text','Miss'),(13043,1357,51,'First Name','firstname','Text','Nombuyiselo'),(13044,1357,52,'Surname','surname','Text','Sithole'),(13045,1357,124,'Designation','contactdesignation','Text','Company founder/director'),(13046,1357,65,'Website','website','Text',''),(13047,1357,66,'Email Address','email','Text','mbuyisithole@gmail.com'),(13048,1357,132,'Telephone Number','telephone','Text','0812070999'),(13049,1357,67,'Mobile Phone Number','mobile','Text','0812070999'),(13050,1357,72,'Company Name','companyname','Text','Moonstone Artist Management PTY LTD'),(13051,1357,125,'Trading Name','tradingname','Text','Moonstone Artist Managemen'),(13052,1357,126,'Company Type','companytype','Radio Group','Pty Ltd'),(13053,1357,127,'Company Registration','companyregistration','Text','2015/240097/07'),(13054,1357,79,'Physical Address','address1','Text','5933 Pyrrhotite Street '),(13055,1357,80,'Suburb','suburb','Text','Ennerdale'),(13056,1357,81,'Town or City','towncity','Text','Johannesburg'),(13057,1357,297,'Province','province','Select List','Gauteng'),(13058,1357,95,'Postcode','postcode','Text','1830'),(13059,1357,100,'Postal Address 1','postaladdress1','Text','5933 Pyrrhotite Street'),(13060,1357,101,'Postal Address 2','postaladdress2','Text','Ennerdale ext 8'),(13061,1357,102,'Postcode','postcodepostal','Text','1830'),(13062,1357,145,'Casting Type','castingtype','Select List','Characters'),(13063,1357,145,'Casting Type','castingtype','Select List','Kids'),(13064,1357,145,'Casting Type','castingtype','Select List','Walk Ons'),(13065,1357,145,'Casting Type','castingtype','Select List','Featured Extras'),(13066,1357,145,'Casting Type','castingtype','Select List','Background Extras'),(13067,1357,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(13068,1357,175,'First & Surname','owner1name','Text','Nombuyiselo Sithole'),(13069,1357,176,' ID Number','owner1id','Text','9005260568084'),(13070,1357,177,'Position','owner1position','Text','Founder/Director'),(13071,1357,186,'Mobile Phone Number','owner1mobile','Text','0812070999'),(13072,1357,191,'First & Surname','firstsurname2','Text',''),(13073,1357,196,'ID Number','idnumberowner2','Text',''),(13074,1357,197,'Position','position2','Text',''),(13075,1357,202,'Mobile Phone Number','mobilenumber2','Text',''),(13076,1357,207,'First & Surname','firstnamesurname3','Text',''),(13077,1357,208,'ID Number','idnumber3','Text',''),(13078,1357,213,'Position','position3','Text',''),(13079,1357,214,'Mobile Phone Number','mobile3','Text',''),(13080,1357,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(13081,1357,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/OSCASA_TCS.pdf'),(13082,1357,225,'Proof of Subscription Payment','proofofpayment','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/41c3e214b314aa4aebacdd4ed34d0c3f_Payment_Notification.pdf'),(13083,1357,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/ID_copy_certified.pdf'),(13084,1357,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(13085,1357,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(13086,1357,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/bankaccountletter.pdf'),(13087,1357,250,'Tax Clearance Certificate','taxclearance','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/903b6d0c63025767ce89c906563622b7_TCC.pdf'),(13088,1357,259,'Proof of Physical Address','proofaddress','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/POA.pdf'),(13089,1358,465,'First Name','firstname','Text','Ronda'),(13090,1358,464,'Surname','surname','Text','Ronda Richard'),(13091,1358,468,'ID Number','id','Text','J rqss N I'),(13092,1358,467,'Email Address','email','Text','noreplymonkeydigital@gmai.com'),(13093,1358,463,'Telephone Number','telephone','Text','(03) 6221 0656'),(13094,1358,466,'Mobile Phone Number','mobile','Text','(03) 6221 0656'),(13095,1358,498,'The Job or Production','production','Text',''),(13096,1358,503,'Date of Production','productiondate','Text',''),(13097,1358,504,'Name of Your Agent','agentname','Text','Ronda Richard'),(13098,1358,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','no'),(13099,1358,527,'Description/Message','description','Textarea','Get over 1000 backlinks from domains that have Majestic SEO Trust Flow score above 30. The backlinks come from old aged pages on these domains. You will win 2 times, as the pages have as well very high Page Authority scores. Boost Ranks and SEO metrics with this simple yet very effective service.\r\n\r\nread more:\r\nhttps://monkeydigital.co/product/1000-tf30-backlinks/\r\n\r\nthanks and regards\r\nMike\r\nmonkeydigital.co@gmail.com'),(13100,1359,465,'First Name','firstname','Text','AngelaSSig'),(13101,1359,464,'Surname','surname','Text','AngelaSSig'),(13102,1359,468,'ID Number','id','Text','6185'),(13103,1359,467,'Email Address','email','Text','andzelasmi@yandex.com'),(13104,1359,463,'Telephone Number','telephone','Text','85343267193'),(13105,1359,466,'Mobile Phone Number','mobile','Text','87376247118'),(13106,1359,498,'The Job or Production','production','Text',''),(13107,1359,503,'Date of Production','productiondate','Text','1976-11-11'),(13108,1359,504,'Name of Your Agent','agentname','Text','AngelaSSig'),(13109,1359,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(13110,1359,527,'Description/Message','description','Textarea','ПРОДАЖА ОПАЛУБКИ И оборудования персональные и наиболее доходные условия! \r\nАрендная плата от 10р./м2 в день для монолитного возведения домов в Краснодаре и Южном Федеральном округе \r\n \r\nГибкие параметры! Польза до 50% \r\n \r\nЛизинг опалубки с правом выкупа - возможность выкупа через 6 месяцев за 50% стоимости! \r\n \r\nРаспродажа многоразовой железной и дюралевой опалубки. \r\n \r\nОбмен опалубки(покупка) стен, колонн, перекрытий (стойки телескопические и объемные), лесов, деталей. \r\n \r\nОперативно произведем инспектирование, дефектовку, самовывоз. \r\n \r\nTradeIn - замена ветхого комплекта опалубки на модернизированный. \r\n____________________________________ \r\nсниму в аренду опалубку Новоросийск\r\nопалубку аренда харьков Новоросийск\r\nопалубка аренда иркутск Анапа\r\n \r\n---------------------- \r\nhttp://опалубка-краснодар.рф \r\nhttp://opalubka-krasnodar.blogspot.com \r\nhttp://xn----7sbabacy8bcf2adjewfm2a.xn--p1ai'),(13111,1360,465,'First Name','firstname','Text','Hildareaws'),(13112,1360,464,'Surname','surname','Text','Hildareaws'),(13113,1360,468,'ID Number','id','Text','5612'),(13114,1360,467,'Email Address','email','Text','info@casablanca.at'),(13115,1360,463,'Telephone Number','telephone','Text','81731785971'),(13116,1360,466,'Mobile Phone Number','mobile','Text','84441819957'),(13117,1360,498,'The Job or Production','production','Text',''),(13118,1360,503,'Date of Production','productiondate','Text','1979-12-12'),(13119,1360,504,'Name of Your Agent','agentname','Text','Hildareaws'),(13120,1360,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(13121,1360,527,'Description/Message','description','Textarea','We would like to inform that you liked a comment ID:35915743 in a social network , January 9, 2019 at 19:48 \r\nThis like has been randomly selected to win the seasonal «Like Of The Year» 2019 award! \r\nhttp://facebook.comпјЏprizeпјЏ@0X4E18DCC7/Qz8zSz'),(13122,1361,90,'Title','title','Text','Ms'),(13123,1361,51,'First Name','firstname','Text','Roxanne'),(13124,1361,52,'Surname','surname','Text','Elliott'),(13125,1361,124,'Designation','contactdesignation','Text','Owner'),(13126,1361,65,'Website','website','Text','thehubbagroup.co.za'),(13127,1361,66,'Email Address','email','Text','roxy@thehubbagroup.co.za'),(13128,1361,132,'Telephone Number','telephone','Text',''),(13129,1361,67,'Mobile Phone Number','mobile','Text','0837906748'),(13130,1361,72,'Company Name','companyname','Text','Hubba Hubba Talent'),(13131,1361,125,'Trading Name','tradingname','Text','Roxanne Elliott T/A The Hubba Group'),(13132,1361,126,'Company Type','companytype','Radio Group','SoleOwner'),(13133,1361,127,'Company Registration','companyregistration','Text',''),(13134,1361,79,'Physical Address','address1','Text','53 Exmouth Road'),(13135,1361,80,'Suburb','suburb','Text','Plumstead'),(13136,1361,81,'Town or City','towncity','Text','Cape Town'),(13137,1361,297,'Province','province','Select List','Western Cape'),(13138,1361,95,'Postcode','postcode','Text','7801'),(13139,1361,100,'Postal Address 1','postaladdress1','Text','3 Oblowitz Court'),(13140,1361,101,'Postal Address 2','postaladdress2','Text','15 Cromer Road'),(13141,1361,102,'Postcode','postcodepostal','Text','7951'),(13142,1361,145,'Casting Type','castingtype','Select List','Kids'),(13143,1361,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(13144,1361,175,'First & Surname','owner1name','Text','Roxanne Elliott'),(13145,1361,176,' ID Number','owner1id','Text','8202160083089'),(13146,1361,177,'Position','owner1position','Text','Owner'),(13147,1361,186,'Mobile Phone Number','owner1mobile','Text','0837906748'),(13148,1361,191,'First & Surname','firstsurname2','Text',''),(13149,1361,196,'ID Number','idnumberowner2','Text',''),(13150,1361,197,'Position','position2','Text',''),(13151,1361,202,'Mobile Phone Number','mobilenumber2','Text',''),(13152,1361,207,'First & Surname','firstnamesurname3','Text',''),(13153,1361,208,'ID Number','idnumber3','Text',''),(13154,1361,213,'Position','position3','Text',''),(13155,1361,214,'Mobile Phone Number','mobile3','Text',''),(13156,1361,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(13157,1361,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/SKMBT_C36019092012230.pdf'),(13158,1361,225,'Proof of Subscription Payment','proofofpayment','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/Oscasa_Payment_Notification_2019.pdf'),(13159,1361,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/certified_ID.pdf'),(13160,1361,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(13161,1361,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(13162,1361,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/Nedbank_Proof_of_Banking.pdf'),(13163,1361,250,'Tax Clearance Certificate','taxclearance','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/SARS_Statement_of_Account_2742_.pdf'),(13164,1361,259,'Proof of Physical Address','proofaddress','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/Statement_September_2019_0010010000869434487_14669_2741_.pdf'),(13165,1362,465,'First Name','firstname','Text','Gregory'),(13166,1362,464,'Surname','surname','Text','Gregory Yali'),(13167,1362,468,'ID Number','id','Text','Y xukfgycra'),(13168,1362,467,'Email Address','email','Text','noreplymonkeydigital@gmai.com'),(13169,1362,463,'Telephone Number','telephone','Text','0319 2013723'),(13170,1362,466,'Mobile Phone Number','mobile','Text','0319 2013723'),(13171,1362,498,'The Job or Production','production','Text',''),(13172,1362,503,'Date of Production','productiondate','Text',''),(13173,1362,504,'Name of Your Agent','agentname','Text','Gregory Yali'),(13174,1362,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(13175,1362,527,'Description/Message','description','Textarea','Get over 1000 backlinks from domains that have Majestic SEO Trust Flow score above 30. The backlinks come from old aged pages on these domains. You will win 2 times, as the pages have as well very high Page Authority scores. Boost Ranks and SEO metrics with this simple yet very effective service.\r\n\r\nread more:\r\nhttps://monkeydigital.co/product/1000-tf30-backlinks/\r\n\r\nthanks and regards\r\nMike\r\nmonkeydigital.co@gmail.com'),(13176,1363,465,'First Name','firstname','Text','Boliano'),(13177,1363,464,'Surname','surname','Text','Boliano'),(13178,1363,468,'ID Number','id','Text','1222'),(13179,1363,467,'Email Address','email','Text','nakolayf1z@mail.ru'),(13180,1363,463,'Telephone Number','telephone','Text','86598332189'),(13181,1363,466,'Mobile Phone Number','mobile','Text','85868294561'),(13182,1363,498,'The Job or Production','production','Text',''),(13183,1363,503,'Date of Production','productiondate','Text','1979-12-11'),(13184,1363,504,'Name of Your Agent','agentname','Text','Boliano'),(13185,1363,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(13186,1363,527,'Description/Message','description','Textarea','see more \r\n \r\nVDS-bestseller- http://clc.to/hosting-black-friday-sell-out \r\n \r\nTDS-bestseller- http://clc.to/tds-black-friday-sell-out-7days-free \r\n____________________________________ \r\n18+/ \r\nhttp://new-binary-crypto-trayding.tk \r\nhttp://new-dating-app.tk \r\nhttp://new-gambling.tk'),(13187,1364,465,'First Name','firstname','Text','VRC1VS5XUK4 www.yandex.ru'),(13188,1364,464,'Surname','surname','Text','VRC1VS5XUK4 www.yandex.ru'),(13189,1364,468,'ID Number','id','Text','05CZPqhVx'),(13190,1364,467,'Email Address','email','Text','noillshinysun@mail.ru'),(13191,1364,463,'Telephone Number','telephone','Text','+74956601420'),(13192,1364,466,'Mobile Phone Number','mobile','Text','IPw1b9Ld5Lh'),(13193,1364,498,'The Job or Production','production','Text','sgBCJi5KDVg'),(13194,1364,503,'Date of Production','productiondate','Text','6iJGHdiyiu'),(13195,1364,504,'Name of Your Agent','agentname','Text','iQefOD42rX'),(13196,1364,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(13197,1364,527,'Description/Message','description','Textarea','6LHcn1hX'),(13198,1365,465,'First Name','firstname','Text','Juliane'),(13199,1365,464,'Surname','surname','Text','Juliane Kilgour'),(13200,1365,468,'ID Number','id','Text','Irbtd Wbcg'),(13201,1365,467,'Email Address','email','Text','noreplymonkeydigital@gmail.com'),(13202,1365,463,'Telephone Number','telephone','Text','0676 603 78 17'),(13203,1365,466,'Mobile Phone Number','mobile','Text','0676 603 78 17'),(13204,1365,498,'The Job or Production','production','Text',''),(13205,1365,503,'Date of Production','productiondate','Text',''),(13206,1365,504,'Name of Your Agent','agentname','Text','Juliane Kilgour'),(13207,1365,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(13208,1365,527,'Description/Message','description','Textarea','All of the backlinks that you receive from us in any of these packages are one hundred percent, authentic dofollow Backlinks from old pages with high DA PA values.\r\n\r\nAdditionally, the backlinks that we are now offering you today in these packages are the exact kind of backlinks which most webmasters prefer because it is these types of backlinks specifically which transfer the most amount of link power to your pages fast!\r\n\r\nread more about this great offer here\r\nhttps://monkeydigital.co/product/150-dofollow-backlinks/\r\n\r\nthanks and regards\r\nMike\r\nmonkeydigital.co@gmail.com\r\n'),(13209,1366,90,'Title','title','Text','Mr'),(13210,1366,51,'First Name','firstname','Text','Sandile'),(13211,1366,52,'Surname','surname','Text','Ndwalane'),(13212,1366,124,'Designation','contactdesignation','Text','Director'),(13213,1366,65,'Website','website','Text','www.valutaentertainment.com'),(13214,1366,66,'Email Address','email','Text','sandilezar@gmail.com'),(13215,1366,132,'Telephone Number','telephone','Text','0837974909'),(13216,1366,67,'Mobile Phone Number','mobile','Text','0760865824'),(13217,1366,72,'Company Name','companyname','Text','Valuta Entertainment'),(13218,1366,125,'Trading Name','tradingname','Text','Valuta Entertainment & Events'),(13219,1366,126,'Company Type','companytype','Radio Group','Pty Ltd'),(13220,1366,127,'Company Registration','companyregistration','Text','2019/229496/07'),(13221,1366,79,'Physical Address','address1','Text','1128 Bangibizo Loc'),(13222,1366,80,'Suburb','suburb','Text','Hibberedene'),(13223,1366,81,'Town or City','towncity','Text','Durban'),(13224,1366,297,'Province','province','Select List','Kwazulu-Natal'),(13225,1366,95,'Postcode','postcode','Text','4220'),(13226,1366,100,'Postal Address 1','postaladdress1','Text','P O BOX 46120'),(13227,1366,101,'Postal Address 2','postaladdress2','Text','HIBBERDENE'),(13228,1366,102,'Postcode','postcodepostal','Text','4220'),(13229,1366,145,'Casting Type','castingtype','Select List','Characters'),(13230,1366,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(13231,1366,175,'First & Surname','owner1name','Text','Sandile Ndwalane'),(13232,1366,176,' ID Number','owner1id','Text','9509025424087'),(13233,1366,177,'Position','owner1position','Text','Director'),(13234,1366,186,'Mobile Phone Number','owner1mobile','Text','0670865824'),(13235,1366,191,'First & Surname','firstsurname2','Text',''),(13236,1366,196,'ID Number','idnumberowner2','Text',''),(13237,1366,197,'Position','position2','Text',''),(13238,1366,202,'Mobile Phone Number','mobilenumber2','Text',''),(13239,1366,207,'First & Surname','firstnamesurname3','Text',''),(13240,1366,208,'ID Number','idnumber3','Text',''),(13241,1366,213,'Position','position3','Text',''),(13242,1366,214,'Mobile Phone Number','mobile3','Text',''),(13243,1366,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(13244,1366,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload',''),(13245,1366,225,'Proof of Subscription Payment','proofofpayment','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/Sep_27__Doc_1__1_.pdf'),(13246,1366,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/Sep_27__Doc_3__1_.pdf'),(13247,1366,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(13248,1366,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(13249,1366,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/Sep_27__Doc_3.pdf'),(13250,1366,250,'Tax Clearance Certificate','taxclearance','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/Sep_27__Doc_2.pdf'),(13251,1366,259,'Proof of Physical Address','proofaddress','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/Sep_27__Doc_1.pdf'),(13252,1367,465,'First Name','firstname','Text','Eska'),(13253,1367,464,'Surname','surname','Text','Claasen'),(13254,1367,468,'ID Number','id','Text','8306110072082'),(13255,1367,467,'Email Address','email','Text','eska@queuingtalent.com'),(13256,1367,463,'Telephone Number','telephone','Text','0825863029'),(13257,1367,466,'Mobile Phone Number','mobile','Text','0825863029'),(13258,1367,498,'The Job or Production','production','Text',''),(13259,1367,503,'Date of Production','productiondate','Text',''),(13260,1367,504,'Name of Your Agent','agentname','Text',''),(13261,1367,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','no'),(13262,1367,527,'Description/Message','description','Textarea','Good day, I\'ve recently started an extras business in the Garden Route and would like to join as a member. As we are still a start up business, we are doing a Sole Proprietor for now, so don\'t have all the documentation like registration documents of the company etc, as it is not a registered company yet. Can I complete the form and send my ID and whatever I can and the proof of payment, would that be in order? As soon as the company has grown a bit, we will register it as a private company...'),(13263,1368,465,'First Name','firstname','Text','Eska'),(13264,1368,464,'Surname','surname','Text','Claasen'),(13265,1368,468,'ID Number','id','Text','8306110072082'),(13266,1368,467,'Email Address','email','Text','eska@queuingtalent.com'),(13267,1368,463,'Telephone Number','telephone','Text',''),(13268,1368,466,'Mobile Phone Number','mobile','Text','0825863029'),(13269,1368,498,'The Job or Production','production','Text',''),(13270,1368,503,'Date of Production','productiondate','Text',''),(13271,1368,504,'Name of Your Agent','agentname','Text',''),(13272,1368,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','no'),(13273,1368,527,'Description/Message','description','Textarea','Good day, I\'ve recently started an extras company in the Garden Route. As we are still starting up, we are doing a Sole Proprietor for now, so I don\'t have documents such as company registration etc. Is it ok to complete the application and send what I have and the POP, then as soon as we are more busy, we will be registering a private company...'),(13274,1369,465,'First Name','firstname','Text','Kristal'),(13275,1369,464,'Surname','surname','Text','Kristal Seaman'),(13276,1369,468,'ID Number','id','Text','P zczjx'),(13277,1369,467,'Email Address','email','Text','noreplymonkeydigital@gmail.com'),(13278,1369,463,'Telephone Number','telephone','Text','(07) 4056 6344'),(13279,1369,466,'Mobile Phone Number','mobile','Text','(07) 4056 6344'),(13280,1369,498,'The Job or Production','production','Text',''),(13281,1369,503,'Date of Production','productiondate','Text',''),(13282,1369,504,'Name of Your Agent','agentname','Text','Kristal Seaman'),(13283,1369,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','no'),(13284,1369,527,'Description/Message','description','Textarea','All of the backlinks that you receive from us in any of these packages are one hundred percent, authentic dofollow Backlinks from old pages with high DA PA values.\r\n\r\nAdditionally, the backlinks that we are now offering you today in these packages are the exact kind of backlinks which most webmasters prefer because it is these types of backlinks specifically which transfer the most amount of link power to your pages fast!\r\n\r\nread more about this great offer here\r\nhttps://monkeydigital.co/product/150-dofollow-backlinks/\r\n\r\nthanks and regards\r\nMike\r\nmonkeydigital.co@gmail.com\r\n'),(13285,1370,465,'First Name','firstname','Text','test'),(13286,1370,464,'Surname','surname','Text','test'),(13287,1370,468,'ID Number','id','Text','5502055150080'),(13288,1370,467,'Email Address','email','Text','nyakap@gmail.com'),(13289,1370,463,'Telephone Number','telephone','Text',''),(13290,1370,466,'Mobile Phone Number','mobile','Text','0649048347'),(13291,1370,498,'The Job or Production','production','Text',''),(13292,1370,503,'Date of Production','productiondate','Text',''),(13293,1370,504,'Name of Your Agent','agentname','Text',''),(13294,1370,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','no'),(13295,1370,527,'Description/Message','description','Textarea',''),(13296,1371,465,'First Name','firstname','Text','test'),(13297,1371,464,'Surname','surname','Text','test'),(13298,1371,468,'ID Number','id','Text','5502055150080'),(13299,1371,467,'Email Address','email','Text','nyakap@gmail.com'),(13300,1371,463,'Telephone Number','telephone','Text',''),(13301,1371,466,'Mobile Phone Number','mobile','Text','0649048347'),(13302,1371,498,'The Job or Production','production','Text',''),(13303,1371,503,'Date of Production','productiondate','Text',''),(13304,1371,504,'Name of Your Agent','agentname','Text',''),(13305,1371,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(13306,1371,527,'Description/Message','description','Textarea',''),(13307,1372,465,'First Name','firstname','Text','Dikeledi '),(13308,1372,464,'Surname','surname','Text','Masanabo '),(13309,1372,468,'ID Number','id','Text','8306130968087'),(13310,1372,467,'Email Address','email','Text','Oraluyo.fashion@gmail.com'),(13311,1372,463,'Telephone Number','telephone','Text','0658902710'),(13312,1372,466,'Mobile Phone Number','mobile','Text','0658902710'),(13313,1372,498,'The Job or Production','production','Text','Background '),(13314,1372,503,'Date of Production','productiondate','Text','13 August 2019'),(13315,1372,504,'Name of Your Agent','agentname','Text','Leap management '),(13316,1372,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(13317,1372,527,'Description/Message','description','Textarea','I was told I\'m.going to be a regular bordmember of Mvhango so I been going for the shots since till my Agency took me to Sibaya for gala dinner Shoot and he did not tell me I was going to be there for 13 hours and get paid 250 , and when I called him to ask why he did not tell me he did not respond till I send him a message that he did not like that I was not happy with what he did then.he latter replaced me at Mvhango as regular bord members he now avoiding me \r\n\r\n'),(13318,1373,90,'Title','title','Text','Mr.'),(13319,1373,51,'First Name','firstname','Text','Edwin Mbosi'),(13320,1373,52,'Surname','surname','Text','Gubaza'),(13321,1373,124,'Designation','contactdesignation','Text','Managing director'),(13322,1373,65,'Website','website','Text','N/a'),(13323,1373,66,'Email Address','email','Text','egubaza@gmail.com'),(13324,1373,132,'Telephone Number','telephone','Text','0710462597'),(13325,1373,67,'Mobile Phone Number','mobile','Text','0710462597'),(13326,1373,72,'Company Name','companyname','Text','Dikukama holdings (Pty)ltd'),(13327,1373,125,'Trading Name','tradingname','Text','Dikukama holdings (Pty)ltd'),(13328,1373,126,'Company Type','companytype','Radio Group','Pty Ltd'),(13329,1373,127,'Company Registration','companyregistration','Text','2012/085674/07'),(13330,1373,79,'Physical Address','address1','Text','E130f dithakong village'),(13331,1373,80,'Suburb','suburb','Text','Mahikeng'),(13332,1373,81,'Town or City','towncity','Text','Mahikeng'),(13333,1373,297,'Province','province','Select List','North West'),(13334,1373,95,'Postcode','postcode','Text','2745'),(13335,1373,100,'Postal Address 1','postaladdress1','Text','P.o.box 136 mahikeng'),(13336,1373,101,'Postal Address 2','postaladdress2','Text','P.o.box 136 mahikeng'),(13337,1373,102,'Postcode','postcodepostal','Text','2745'),(13338,1373,145,'Casting Type','castingtype','Select List',''),(13339,1373,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(13340,1373,175,'First & Surname','owner1name','Text','Edwin Mbosi Gubaza'),(13341,1373,176,' ID Number','owner1id','Text','8208245855086'),(13342,1373,177,'Position','owner1position','Text','Producer'),(13343,1373,186,'Mobile Phone Number','owner1mobile','Text','0710462597'),(13344,1373,191,'First & Surname','firstsurname2','Text','Edwin mbosi Gubaza'),(13345,1373,196,'ID Number','idnumberowner2','Text','8208245855086'),(13346,1373,197,'Position','position2','Text','Producer'),(13347,1373,202,'Mobile Phone Number','mobilenumber2','Text','0710462597'),(13348,1373,207,'First & Surname','firstnamesurname3','Text','Edwin mbosi Gubaza'),(13349,1373,208,'ID Number','idnumber3','Text','8208245855086'),(13350,1373,213,'Position','position3','Text','Producer'),(13351,1373,214,'Mobile Phone Number','mobile3','Text','0710462597'),(13352,1373,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(13353,1373,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/IMG_20191011_210752.jpg'),(13354,1373,225,'Proof of Subscription Payment','proofofpayment','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/IMG_20191009_093227.jpg'),(13355,1373,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/IMG_20191009_071804.jpg'),(13356,1373,239,'ID copy Owner/Member 2','idcopyowner2','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/IMG_20191009_071623.jpg'),(13357,1373,244,'ID copy Owner/Member 3','idcopyowner3','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/IMG_20191009_071756.jpg'),(13358,1373,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/IMG_20191009_071144.jpg'),(13359,1373,250,'Tax Clearance Certificate','taxclearance','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/IMG_20191009_071849.jpg'),(13360,1373,259,'Proof of Physical Address','proofaddress','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/IMG_20191009_072342.jpg'),(13361,1374,465,'First Name','firstname','Text','Justin'),(13362,1374,464,'Surname','surname','Text','Downward'),(13363,1374,468,'ID Number','id','Text','7803075076083'),(13364,1374,467,'Email Address','email','Text','juzd1978@gmail.com'),(13365,1374,463,'Telephone Number','telephone','Text','0736320239'),(13366,1374,466,'Mobile Phone Number','mobile','Text','0736320239'),(13367,1374,498,'The Job or Production','production','Text','Rhythm City'),(13368,1374,503,'Date of Production','productiondate','Text','21 August 2019'),(13369,1374,504,'Name of Your Agent','agentname','Text','Justin Downward'),(13370,1374,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(13371,1374,527,'Description/Message','description','Textarea','Terrance from T3 has not paid me for my shoot. Payment was promised on 7 October 2019 and to date no payment has been made. '),(13372,1375,465,'First Name','firstname','Text','Micheline'),(13373,1375,464,'Surname','surname','Text','Lindemann'),(13374,1375,468,'ID Number','id','Text','8310090144085'),(13375,1375,467,'Email Address','email','Text','mlindemann0310@gmail.com'),(13376,1375,463,'Telephone Number','telephone','Text',''),(13377,1375,466,'Mobile Phone Number','mobile','Text','0739563881'),(13378,1375,498,'The Job or Production','production','Text',''),(13379,1375,503,'Date of Production','productiondate','Text',''),(13380,1375,504,'Name of Your Agent','agentname','Text','Season Models'),(13381,1375,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(13382,1375,527,'Description/Message','description','Textarea','Hi, can you confirm if Season Models (based in Durbanville, Cape Town) is a member of OSCASA?'),(13383,1376,465,'First Name','firstname','Text','Justin'),(13384,1376,464,'Surname','surname','Text','Downward'),(13385,1376,468,'ID Number','id','Text','7803075076083'),(13386,1376,467,'Email Address','email','Text','juzd1978@gmail.com'),(13387,1376,463,'Telephone Number','telephone','Text','0736320239'),(13388,1376,466,'Mobile Phone Number','mobile','Text','0736320239'),(13389,1376,498,'The Job or Production','production','Text','Rhythm City'),(13390,1376,503,'Date of Production','productiondate','Text','21 August 2019'),(13391,1376,504,'Name of Your Agent','agentname','Text','Terrance T3 Castings'),(13392,1376,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(13393,1376,527,'Description/Message','description','Textarea','I have yet to be paid by T3. Payment was promised no later than 7 October 2019 and to date I have received no payment. When I query this, Terrance does not take me seriously and thinks that this is a joke. I am tired of not being taken seriously.'),(13394,1377,90,'Title','title','Text','Mr.'),(13395,1377,51,'First Name','firstname','Text','Edwin Mbosi'),(13396,1377,52,'Surname','surname','Text','Gubaza'),(13397,1377,124,'Designation','contactdesignation','Text','Managing director'),(13398,1377,65,'Website','website','Text','n/a'),(13399,1377,66,'Email Address','email','Text','egubaza@gmail.com'),(13400,1377,132,'Telephone Number','telephone','Text','0710462597'),(13401,1377,67,'Mobile Phone Number','mobile','Text','0710462597'),(13402,1377,72,'Company Name','companyname','Text','Dikukama holding pty ltd'),(13403,1377,125,'Trading Name','tradingname','Text','Dikukama holdings pty ltd'),(13404,1377,126,'Company Type','companytype','Radio Group','CC'),(13405,1377,127,'Company Registration','companyregistration','Text','2012/085674/07'),(13406,1377,79,'Physical Address','address1','Text','E130f Dithakong '),(13407,1377,80,'Suburb','suburb','Text','Mahikeng'),(13408,1377,81,'Town or City','towncity','Text','Mahikeng'),(13409,1377,297,'Province','province','Select List','North West'),(13410,1377,95,'Postcode','postcode','Text','2745'),(13411,1377,100,'Postal Address 1','postaladdress1','Text','P.o.box 136 mahikeng'),(13412,1377,101,'Postal Address 2','postaladdress2','Text','P.o.box 136 mahikeng'),(13413,1377,102,'Postcode','postcodepostal','Text','2745'),(13414,1377,145,'Casting Type','castingtype','Select List','Characters'),(13415,1377,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(13416,1377,175,'First & Surname','owner1name','Text','Edwin Gubaza'),(13417,1377,176,' ID Number','owner1id','Text','8208245855086'),(13418,1377,177,'Position','owner1position','Text','Producer'),(13419,1377,186,'Mobile Phone Number','owner1mobile','Text','0710462597'),(13420,1377,191,'First & Surname','firstsurname2','Text','Edwin Gubaza'),(13421,1377,196,'ID Number','idnumberowner2','Text','8208245855086'),(13422,1377,197,'Position','position2','Text','Producer'),(13423,1377,202,'Mobile Phone Number','mobilenumber2','Text','0710462597'),(13424,1377,207,'First & Surname','firstnamesurname3','Text','Edwin Gubaza'),(13425,1377,208,'ID Number','idnumber3','Text','8208245855086'),(13426,1377,213,'Position','position3','Text','Producer'),(13427,1377,214,'Mobile Phone Number','mobile3','Text','0710462597'),(13428,1377,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(13429,1377,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/constution.pdf'),(13430,1377,225,'Proof of Subscription Payment','proofofpayment','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/slip1.pdf'),(13431,1377,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/edwin.pdf'),(13432,1377,239,'ID copy Owner/Member 2','idcopyowner2','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/1ae73fbfd8cc3a87380c9ac8a617a497_edwin.pdf'),(13433,1377,244,'ID copy Owner/Member 3','idcopyowner3','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/3df25020fde068b7a9fe3297cb17aff5_edwin.pdf'),(13434,1377,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/bank_confirm.pdf'),(13435,1377,250,'Tax Clearance Certificate','taxclearance','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/sars.pdf'),(13436,1377,259,'Proof of Physical Address','proofaddress','File Upload','/data/oscasaco/public_html/media/breezingforms/uploads/proof_of_resid.pdf'),(13437,1378,465,'First Name','firstname','Text','Sasha'),(13438,1378,464,'Surname','surname','Text','Mendes'),(13439,1378,468,'ID Number','id','Text','8310220191089'),(13440,1378,467,'Email Address','email','Text','sasha@gobigproductions.net'),(13441,1378,463,'Telephone Number','telephone','Text','0741926854'),(13442,1378,466,'Mobile Phone Number','mobile','Text','0741926854'),(13443,1378,498,'The Job or Production','production','Text','Pampers'),(13444,1378,503,'Date of Production','productiondate','Text','2016'),(13445,1378,504,'Name of Your Agent','agentname','Text','Sasha Nirmul'),(13446,1378,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(13447,1378,527,'Description/Message','description','Textarea','Hi I am an agent and need to quote on usages for an advert my artiste was in, please can you assist Thank you Sasha'),(13485,1380,191,'First & Surname','firstsurname2','Text','qdncwEfGmYVkNOe'),(13486,1380,196,'ID Number','idnumberowner2','Text','OkMTJNIEvHSP'),(13487,1380,197,'Position','position2','Text','fUvxXodyNJt'),(13488,1380,202,'Mobile Phone Number','mobilenumber2','Text','4227318954'),(13489,1380,207,'First & Surname','firstnamesurname3','Text','uEUFmVDCSXj'),(13490,1380,208,'ID Number','idnumber3','Text','jbdpKzFAtCucVWsm'),(13491,1380,213,'Position','position3','Text','yWYCcPjZUfbrNmO'),(13492,1380,214,'Mobile Phone Number','mobile3','Text','2375343670'),(13493,1380,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','no'),(13494,1380,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload',''),(13495,1380,225,'Proof of Subscription Payment','proofofpayment','File Upload',''),(13496,1380,230,'ID copy Owner/Member 1','idcopyowner1','File Upload',''),(13497,1380,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(13498,1380,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(13499,1380,249,'Letter from Bank (Confirming account)','bankletter','File Upload',''),(13500,1380,250,'Tax Clearance Certificate','taxclearance','File Upload',''),(13501,1380,259,'Proof of Physical Address','proofaddress','File Upload',''),(13502,1381,90,'Title','title','Text','suJOjUzVZh'),(13503,1381,51,'First Name','firstname','Text','erWPlLuXmnSMqzac'),(13504,1381,52,'Surname','surname','Text','dDZIkyznrT'),(13505,1381,124,'Designation','contactdesignation','Text','ogGzBKbplxFJ'),(13506,1381,65,'Website','website','Text','mDRNEfoXsVpe'),(13507,1381,66,'Email Address','email','Text','dmcbride742@gmail.com'),(13508,1381,132,'Telephone Number','telephone','Text','8108677096'),(13509,1381,67,'Mobile Phone Number','mobile','Text','4047210563'),(13510,1381,72,'Company Name','companyname','Text','MQfzRjOaUBZdhlvE'),(13511,1381,125,'Trading Name','tradingname','Text','qBrcAdfHYGWS'),(13512,1381,126,'Company Type','companytype','Radio Group','CC'),(13513,1381,126,'Company Type','companytype','Radio Group','Pty Ltd'),(13514,1381,126,'Company Type','companytype','Radio Group','SoleOwner'),(13515,1381,127,'Company Registration','companyregistration','Text','edOYcFMTNZisaI'),(13516,1381,79,'Physical Address','address1','Text','jGMnwvbC'),(13517,1381,80,'Suburb','suburb','Text','xlbqmMLAnhzTXtEJ'),(13518,1381,81,'Town or City','towncity','Text','aSoHDerVfOcsg'),(13519,1381,297,'Province','province','Select List','Gauteng'),(13520,1381,95,'Postcode','postcode','Text','HyYaQBVXJfUbhCo'),(13521,1381,100,'Postal Address 1','postaladdress1','Text','LFCcRwsdVGMbX'),(13522,1381,101,'Postal Address 2','postaladdress2','Text','RDqJwoxNCshQuOkK'),(13523,1381,102,'Postcode','postcodepostal','Text','YefStygRNlJX'),(13524,1381,145,'Casting Type','castingtype','Select List','Characters'),(13525,1381,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(13526,1381,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','no'),(13527,1381,175,'First & Surname','owner1name','Text','XCMUhquNJdgms'),(13528,1381,176,' ID Number','owner1id','Text','PWKFRUnyeqbMQHaf'),(13529,1381,177,'Position','owner1position','Text','KgLFkjqcxd'),(13530,1381,186,'Mobile Phone Number','owner1mobile','Text','2324061268'),(13531,1381,191,'First & Surname','firstsurname2','Text','URslfVGvgep'),(13532,1381,196,'ID Number','idnumberowner2','Text','fbGXWLJkHl'),(13533,1381,197,'Position','position2','Text','CRIDgjpiVundqhyr'),(13534,1381,202,'Mobile Phone Number','mobilenumber2','Text','2599237024'),(13535,1381,207,'First & Surname','firstnamesurname3','Text','jTSUiERkgaXIGpy'),(13536,1381,208,'ID Number','idnumber3','Text','DUNuBjIVvYfClQsy'),(13537,1381,213,'Position','position3','Text','iakZVMSt'),(13538,1381,214,'Mobile Phone Number','mobile3','Text','2908577669'),(13539,1381,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(13540,1381,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','no'),(13541,1381,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload',''),(13542,1381,225,'Proof of Subscription Payment','proofofpayment','File Upload',''),(13543,1381,230,'ID copy Owner/Member 1','idcopyowner1','File Upload',''),(13544,1381,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(13545,1381,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(13546,1381,249,'Letter from Bank (Confirming account)','bankletter','File Upload',''),(13547,1381,250,'Tax Clearance Certificate','taxclearance','File Upload',''),(13548,1381,259,'Proof of Physical Address','proofaddress','File Upload',''),(13549,1382,90,'Title','title','Text','gNkdWctFYLaV'),(13550,1382,51,'First Name','firstname','Text','fkJIxyRgBeZriva'),(13551,1382,52,'Surname','surname','Text','UCtcyEMzdbSHwW'),(13552,1382,124,'Designation','contactdesignation','Text','uveKZAXDwrmfYIbj'),(13553,1382,65,'Website','website','Text','tFpjJOXc'),(13554,1382,66,'Email Address','email','Text','dmcbride742@gmail.com'),(13555,1382,132,'Telephone Number','telephone','Text','9893641168'),(13556,1382,67,'Mobile Phone Number','mobile','Text','4448483513'),(13557,1382,72,'Company Name','companyname','Text','nAYmQuHpyKGfTJzq'),(13558,1382,125,'Trading Name','tradingname','Text','deGqMhytDn'),(13559,1382,126,'Company Type','companytype','Radio Group','SoleOwner'),(13560,1382,127,'Company Registration','companyregistration','Text','DkvGtVAPxcbzmSML'),(13561,1382,79,'Physical Address','address1','Text','FJWnCsUyQGXblAo'),(13562,1382,80,'Suburb','suburb','Text','CidJmwDQG'),(13563,1382,81,'Town or City','towncity','Text','lVWHgNoLjBi'),(13564,1382,297,'Province','province','Select List','Gauteng'),(13565,1382,95,'Postcode','postcode','Text','WuQXpfLKkH'),(13566,1382,100,'Postal Address 1','postaladdress1','Text','IaVfpgjRiqZXSeK'),(13567,1382,101,'Postal Address 2','postaladdress2','Text','qYZiUfwPRWlnd'),(13568,1382,102,'Postcode','postcodepostal','Text','gEuBqhANlYsvtXCf'),(13569,1382,145,'Casting Type','castingtype','Select List','Characters'),(13570,1382,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','no'),(13571,1382,175,'First & Surname','owner1name','Text','FBehQCbUKoJv'),(13572,1382,176,' ID Number','owner1id','Text','TlYxMXFz'),(13573,1382,177,'Position','owner1position','Text','IupwhQyvsb'),(13574,1382,186,'Mobile Phone Number','owner1mobile','Text','3093729016'),(13575,1382,191,'First & Surname','firstsurname2','Text','dKJGmDPuRwLIzE'),(13576,1382,196,'ID Number','idnumberowner2','Text','zZRPxNoJdwW'),(13577,1382,197,'Position','position2','Text','IRevFfkVaXHi'),(13578,1382,202,'Mobile Phone Number','mobilenumber2','Text','6466876467'),(13579,1382,207,'First & Surname','firstnamesurname3','Text','OWZCJnuEa'),(13580,1382,208,'ID Number','idnumber3','Text','xRgmlLErZieMFzc'),(13581,1382,213,'Position','position3','Text','qoXOYEeJhWcri'),(13582,1382,214,'Mobile Phone Number','mobile3','Text','2102059908'),(13583,1382,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','no'),(13584,1382,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload',''),(13585,1382,225,'Proof of Subscription Payment','proofofpayment','File Upload',''),(13586,1382,230,'ID copy Owner/Member 1','idcopyowner1','File Upload',''),(13587,1382,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(13588,1382,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(13589,1382,249,'Letter from Bank (Confirming account)','bankletter','File Upload',''),(13590,1382,250,'Tax Clearance Certificate','taxclearance','File Upload',''),(13591,1382,259,'Proof of Physical Address','proofaddress','File Upload',''),(13592,1383,90,'Title','title','Text','UeZzNQPO'),(13593,1383,51,'First Name','firstname','Text','hPbkoLnKHRVOFmvt'),(13594,1383,52,'Surname','surname','Text','BouFjZryEfhcaOln'),(13595,1383,124,'Designation','contactdesignation','Text','TgvzfjHLBXJybZPR'),(13596,1383,65,'Website','website','Text','APQtMhoECKFlxJn'),(13597,1383,66,'Email Address','email','Text','dmcbride742@gmail.com'),(13598,1383,132,'Telephone Number','telephone','Text','8346589253'),(13599,1383,67,'Mobile Phone Number','mobile','Text','2495620357'),(13600,1383,72,'Company Name','companyname','Text','VwliMGCR'),(13601,1383,125,'Trading Name','tradingname','Text','kMCVuqZSQRrK'),(13602,1383,126,'Company Type','companytype','Radio Group','CC'),(13603,1383,126,'Company Type','companytype','Radio Group','Pty Ltd'),(13604,1383,126,'Company Type','companytype','Radio Group','SoleOwner'),(13605,1383,127,'Company Registration','companyregistration','Text','YvzBqDEiNTwjRar'),(13606,1383,79,'Physical Address','address1','Text','tJdAGsIeHq'),(13607,1383,80,'Suburb','suburb','Text','KozJfNwpTrqXuE'),(13608,1383,81,'Town or City','towncity','Text','ENvAxzdHTWj'),(13609,1383,297,'Province','province','Select List','Gauteng'),(13610,1383,95,'Postcode','postcode','Text','tNanJEfWz'),(13611,1383,100,'Postal Address 1','postaladdress1','Text','RBNiwEnXu'),(13612,1383,101,'Postal Address 2','postaladdress2','Text','tKMaUuLzdYCeijFH'),(13613,1383,102,'Postcode','postcodepostal','Text','YtGwfVNkU'),(13614,1383,145,'Casting Type','castingtype','Select List','Characters'),(13615,1383,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(13616,1383,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','no'),(13617,1383,175,'First & Surname','owner1name','Text','khYNoAQSmqFMPUOZ'),(13618,1383,176,' ID Number','owner1id','Text','CjPLZfIgl'),(13619,1383,177,'Position','owner1position','Text','nBKlDEtpvok'),(13620,1383,186,'Mobile Phone Number','owner1mobile','Text','5066111053'),(13621,1383,191,'First & Surname','firstsurname2','Text','vZFjXBYTVMaueR'),(13622,1383,196,'ID Number','idnumberowner2','Text','utkYjxJOFPDrRl'),(13623,1383,197,'Position','position2','Text','wltEDLFasBb'),(13624,1383,202,'Mobile Phone Number','mobilenumber2','Text','8783512614'),(13625,1383,207,'First & Surname','firstnamesurname3','Text','srAHOpDk'),(13626,1383,208,'ID Number','idnumber3','Text','keumhOFQrzwHsDK'),(13627,1383,213,'Position','position3','Text','GOREcPViUYFdrvAw'),(13628,1383,214,'Mobile Phone Number','mobile3','Text','9316144978'),(13629,1383,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(13630,1383,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','no'),(13631,1383,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload',''),(13632,1383,225,'Proof of Subscription Payment','proofofpayment','File Upload',''),(13633,1383,230,'ID copy Owner/Member 1','idcopyowner1','File Upload',''),(13634,1383,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(13635,1383,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(13636,1383,249,'Letter from Bank (Confirming account)','bankletter','File Upload',''),(13637,1383,250,'Tax Clearance Certificate','taxclearance','File Upload',''),(13638,1383,259,'Proof of Physical Address','proofaddress','File Upload',''),(13639,1384,465,'First Name','firstname','Text','Lodewikus'),(13640,1384,464,'Surname','surname','Text','de Bruyn'),(13641,1384,468,'ID Number','id','Text','8007125142080'),(13642,1384,467,'Email Address','email','Text','wikazidb@gmail.com'),(13643,1384,463,'Telephone Number','telephone','Text','0676785699'),(13644,1384,466,'Mobile Phone Number','mobile','Text','0676785699'),(13645,1384,498,'The Job or Production','production','Text','Projek Dina'),(13646,1384,503,'Date of Production','productiondate','Text','3 September 2019'),(13647,1384,504,'Name of Your Agent','agentname','Text','Funky Lemon'),(13648,1384,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(13649,1384,527,'Description/Message','description','Textarea','Funky Lemon is withholding payent for a shoot I did and they already paid by the production company.'),(13650,1385,465,'First Name','firstname','Text','Lodewikus'),(13651,1385,464,'Surname','surname','Text','de Bruyn'),(13652,1385,468,'ID Number','id','Text','8007125142080'),(13653,1385,467,'Email Address','email','Text','wikazidb@gmail.com'),(13654,1385,463,'Telephone Number','telephone','Text','0676785699'),(13655,1385,466,'Mobile Phone Number','mobile','Text','0676785699'),(13656,1385,498,'The Job or Production','production','Text','Projek Dina'),(13657,1385,503,'Date of Production','productiondate','Text','3 September 2019'),(13658,1385,504,'Name of Your Agent','agentname','Text','Funky Lemon'),(13659,1385,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(13660,1385,527,'Description/Message','description','Textarea','Funky Lemon is withholding payent for a shoot I did and they already paid by the production company.'),(13661,1386,465,'First Name','firstname','Text','Lodewikus'),(13662,1386,464,'Surname','surname','Text','de Bruyn'),(13663,1386,468,'ID Number','id','Text','8007125142080'),(13664,1386,467,'Email Address','email','Text','wikazidb@gmail.com'),(13665,1386,463,'Telephone Number','telephone','Text',''),(13666,1386,466,'Mobile Phone Number','mobile','Text','0676785699'),(13667,1386,498,'The Job or Production','production','Text','Projek Dina'),(13668,1386,503,'Date of Production','productiondate','Text','3 September 2029'),(13669,1386,504,'Name of Your Agent','agentname','Text','Funky Lemon'),(13670,1386,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(13671,1386,527,'Description/Message','description','Textarea','Funky Lemon is withholding payment due to me which should have been paid on the 31st October already. '),(13672,1387,465,'First Name','firstname','Text','Wayne '),(13673,1387,464,'Surname','surname','Text','Smith '),(13674,1387,468,'ID Number','id','Text','8107165102083'),(13675,1387,467,'Email Address','email','Text','waynzo39@gmail.com'),(13676,1387,463,'Telephone Number','telephone','Text','0608340040 '),(13677,1387,466,'Mobile Phone Number','mobile','Text','0608340040 '),(13678,1387,498,'The Job or Production','production','Text','The Professionals '),(13679,1387,503,'Date of Production','productiondate','Text','August 2019 '),(13680,1387,504,'Name of Your Agent','agentname','Text','Back to one '),(13681,1387,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(13682,1387,527,'Description/Message','description','Textarea','No payment '),(13683,1388,90,'Title','title','Text','Mr'),(13684,1388,51,'First Name','firstname','Text','Sandile'),(13685,1388,52,'Surname','surname','Text','Ndwalane'),(13686,1388,124,'Designation','contactdesignation','Text','Director'),(13687,1388,65,'Website','website','Text','www.valutaentertainment.com'),(13688,1388,66,'Email Address','email','Text','valuta@valutaentertainment.com'),(13689,1388,132,'Telephone Number','telephone','Text','0837974909'),(13690,1388,67,'Mobile Phone Number','mobile','Text','0670865824'),(13691,1388,72,'Company Name','companyname','Text','Valuta Entertainment'),(13692,1388,125,'Trading Name','tradingname','Text','Valuta Entertainment and Events'),(13693,1388,126,'Company Type','companytype','Radio Group','CC'),(13694,1388,127,'Company Registration','companyregistration','Text','2019/229496/07'),(13695,1388,79,'Physical Address','address1','Text','114 West Street, Durban, 4000'),(13696,1388,80,'Suburb','suburb','Text','South Beach'),(13697,1388,81,'Town or City','towncity','Text','Durban'),(13698,1388,297,'Province','province','Select List','Kwazulu-Natal'),(13699,1388,95,'Postcode','postcode','Text','4001'),(13700,1388,100,'Postal Address 1','postaladdress1','Text','P O Box 46120'),(13701,1388,101,'Postal Address 2','postaladdress2','Text','Hibberdene'),(13702,1388,102,'Postcode','postcodepostal','Text','4220'),(13703,1388,145,'Casting Type','castingtype','Select List','Characters'),(13704,1388,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(13705,1388,175,'First & Surname','owner1name','Text','Sandile Ndwalane'),(13706,1388,176,' ID Number','owner1id','Text','9509025424087'),(13707,1388,177,'Position','owner1position','Text','Director'),(13708,1388,186,'Mobile Phone Number','owner1mobile','Text','0837974909'),(13709,1388,191,'First & Surname','firstsurname2','Text','Nokubonga Adelle Ndwalne'),(13710,1388,196,'ID Number','idnumberowner2','Text','9003220636083'),(13711,1388,197,'Position','position2','Text','Shareholder'),(13712,1388,202,'Mobile Phone Number','mobilenumber2','Text','0789409588'),(13713,1388,207,'First & Surname','firstnamesurname3','Text','Popi Sibusiso Earl'),(13714,1388,208,'ID Number','idnumber3','Text','8511125708089'),(13715,1388,213,'Position','position3','Text','Shareholder'),(13716,1388,214,'Mobile Phone Number','mobile3','Text','0820598722'),(13717,1388,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(13718,1388,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/Nov_19__Doc_1.pdf'),(13719,1388,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/Nov_19__Doc_1__1_.pdf'),(13720,1388,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/Nov_19__Doc_1__2_.pdf'),(13721,1388,239,'ID copy Owner/Member 2','idcopyowner2','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/Nicky_id.pdf'),(13722,1388,244,'ID copy Owner/Member 3','idcopyowner3','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/Member_3.pdf'),(13723,1388,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/Bank.pdf'),(13724,1388,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/Nov_19__Doc_1__3_.pdf'),(13725,1388,259,'Proof of Physical Address','proofaddress','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/Proof_of_res.pdf'),(13726,1389,465,'First Name','firstname','Text','test'),(13727,1389,464,'Surname','surname','Text','test'),(13728,1389,468,'ID Number','id','Text','5502055150080'),(13729,1389,467,'Email Address','email','Text','nyakap@gmail.com'),(13730,1389,463,'Telephone Number','telephone','Text',''),(13731,1389,466,'Mobile Phone Number','mobile','Text','0649048347'),(13732,1389,498,'The Job or Production','production','Text','test'),(13733,1389,503,'Date of Production','productiondate','Text','test'),(13734,1389,504,'Name of Your Agency','agentname','Text','test'),(13735,1389,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(13736,1389,527,'Description/Message','description','Textarea',''),(13737,1390,465,'First Name','firstname','Text','test'),(13738,1390,464,'Surname','surname','Text','test'),(13739,1390,468,'ID Number','id','Text','5502055150080'),(13740,1390,467,'Email Address','email','Text','nyakap@gmail.com'),(13741,1390,463,'Telephone Number','telephone','Text',''),(13742,1390,466,'Mobile Phone Number','mobile','Text','0649048347'),(13743,1390,498,'The Job or Production','production','Text','test'),(13744,1390,503,'Date of Production','productiondate','Text','test'),(13745,1390,504,'Name of Your Agency','agentname','Text','test'),(13746,1390,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(13747,1390,527,'Description/Message','description','Textarea',''),(13748,1391,465,'First Name','firstname','Text','test'),(13749,1391,464,'Surname','surname','Text','test'),(13750,1391,468,'ID Number','id','Text','5502055150080'),(13751,1391,467,'Email Address','email','Text','nyakap@gmail.com'),(13752,1391,463,'Telephone Number','telephone','Text',''),(13753,1391,466,'Mobile Phone Number','mobile','Text','0649048347'),(13754,1391,498,'The Job or Production','production','Text','test'),(13755,1391,503,'Date of Production','productiondate','Text','test'),(13756,1391,504,'Name of Your Agency','agentname','Text','test'),(13757,1391,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(13758,1391,527,'Description/Message','description','Textarea',''),(13759,1392,465,'First Name','firstname','Text','Andrew'),(13760,1392,464,'Surname','surname','Text','Travis'),(13761,1392,468,'ID Number','id','Text','9305105042083'),(13762,1392,467,'Email Address','email','Text','AndrewTravis777@gmail.com'),(13763,1392,463,'Telephone Number','telephone','Text','0783749557'),(13764,1392,466,'Mobile Phone Number','mobile','Text','0783749557'),(13765,1392,498,'The Job or Production','production','Text','Actor'),(13766,1392,503,'Date of Production','productiondate','Text','More than one date'),(13767,1392,504,'Name of Your Agency','agentname','Text','Andrew Travis'),(13768,1392,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(13769,1392,527,'Description/Message','description','Textarea','I have completed work that I did not get paid for'),(13770,1393,465,'First Name','firstname','Text','Pene '),(13771,1393,464,'Surname','surname','Text','Test'),(13772,1393,468,'ID Number','id','Text','6609240207086'),(13773,1393,467,'Email Address','email','Text','studio@studioonraats.co.za'),(13774,1393,463,'Telephone Number','telephone','Text','0215564289'),(13775,1393,466,'Mobile Phone Number','mobile','Text','0737617097'),(13776,1393,498,'The Job or Production','production','Text','Testing 123'),(13777,1393,503,'Date of Production','productiondate','Text','Jan 2019'),(13778,1393,504,'Name of Your Agency','agentname','Text','Ozone'),(13779,1393,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(13780,1393,527,'Description/Message','description','Textarea','i am testing the oscasa email address'),(13781,1394,465,'First Name','firstname','Text','Glen '),(13782,1394,464,'Surname','surname','Text','Henry '),(13783,1394,468,'ID Number','id','Text','6909215266087 '),(13784,1394,467,'Email Address','email','Text','searcherglen@gmail.com'),(13785,1394,463,'Telephone Number','telephone','Text','0814317009 '),(13786,1394,466,'Mobile Phone Number','mobile','Text','0769587005'),(13787,1394,498,'The Job or Production','production','Text','Townfolk in spell movie '),(13788,1394,503,'Date of Production','productiondate','Text','November 2019 '),(13789,1394,504,'Name of Your Agency','agentname','Text',''),(13790,1394,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(13791,1394,527,'Description/Message','description','Textarea','Been confirmed on days and lost out on other jobs due to being confirmed '),(13792,1395,465,'First Name','firstname','Text','Glen '),(13793,1395,464,'Surname','surname','Text','Henry '),(13794,1395,468,'ID Number','id','Text','6909215266087 '),(13795,1395,467,'Email Address','email','Text','searcherglen@gmail.com'),(13796,1395,463,'Telephone Number','telephone','Text','0814317009 '),(13797,1395,466,'Mobile Phone Number','mobile','Text','0769587005'),(13798,1395,498,'The Job or Production','production','Text','Townfolk in spell movie '),(13799,1395,503,'Date of Production','productiondate','Text','November 2019 '),(13800,1395,504,'Name of Your Agency','agentname','Text',''),(13801,1395,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(13802,1395,527,'Description/Message','description','Textarea','Been confirmed on days and lost out on other jobs due to being confirmed '),(13803,1396,465,'First Name','firstname','Text','Glen '),(13804,1396,464,'Surname','surname','Text','Henry '),(13805,1396,468,'ID Number','id','Text','6909215266087 '),(13806,1396,467,'Email Address','email','Text','searcherglen@gmail.com'),(13807,1396,463,'Telephone Number','telephone','Text','0814317009 '),(13808,1396,466,'Mobile Phone Number','mobile','Text','0769587005'),(13809,1396,498,'The Job or Production','production','Text','Townfolk in spell movie '),(13810,1396,503,'Date of Production','productiondate','Text','November 2019 '),(13811,1396,504,'Name of Your Agency','agentname','Text','Colt agents '),(13812,1396,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(13813,1396,527,'Description/Message','description','Textarea','Been confirmed on days and lost out on other jobs due to being confirmed '),(13814,1397,465,'First Name','firstname','Text','Glen '),(13815,1397,464,'Surname','surname','Text','Henry '),(13816,1397,468,'ID Number','id','Text','6909215266087 '),(13817,1397,467,'Email Address','email','Text','searcherglen@gmail.com'),(13818,1397,463,'Telephone Number','telephone','Text','0814317009 '),(13819,1397,466,'Mobile Phone Number','mobile','Text','0769587005'),(13820,1397,498,'The Job or Production','production','Text','Townfolk in spell movie '),(13821,1397,503,'Date of Production','productiondate','Text','November 2019 '),(13822,1397,504,'Name of Your Agency','agentname','Text','Colt agents '),(13823,1397,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(13824,1397,527,'Description/Message','description','Textarea','Been confirmed on days and lost out on other jobs due to being confirmed '),(13825,1398,465,'First Name','firstname','Text','Sandile'),(13826,1398,464,'Surname','surname','Text','Mwelase'),(13827,1398,468,'ID Number','id','Text','8502195631087'),(13828,1398,467,'Email Address','email','Text','apostlesandilem@gmail.com'),(13829,1398,463,'Telephone Number','telephone','Text',''),(13830,1398,466,'Mobile Phone Number','mobile','Text','0630649561'),(13831,1398,498,'The Job or Production','production','Text',''),(13832,1398,503,'Date of Production','productiondate','Text',''),(13833,1398,504,'Name of Your Agency','agentname','Text','Enhle Casting Agency'),(13834,1398,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','no'),(13835,1398,527,'Description/Message','description','Textarea','I just started a casting agency, i would like to know more of how to approach casting directors, I been trying and no luck. Thank you'),(13836,1399,465,'First Name','firstname','Text','Sandile'),(13837,1399,464,'Surname','surname','Text','Mwelase'),(13838,1399,468,'ID Number','id','Text','8502195631087'),(13839,1399,467,'Email Address','email','Text','apostlesandilem@gmail.com'),(13840,1399,463,'Telephone Number','telephone','Text',''),(13841,1399,466,'Mobile Phone Number','mobile','Text','0630649561'),(13842,1399,498,'The Job or Production','production','Text',''),(13843,1399,503,'Date of Production','productiondate','Text',''),(13844,1399,504,'Name of Your Agency','agentname','Text','Enhle Casting Agency'),(13845,1399,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','no'),(13846,1399,527,'Description/Message','description','Textarea','I just started a casting agency, i would like to know more of how to approach casting directors, I been trying and no luck. Thank you'),(13847,1400,465,'First Name','firstname','Text','Toni'),(13848,1400,464,'Surname','surname','Text','Mngoma'),(13849,1400,468,'ID Number','id','Text','8810190328082'),(13850,1400,467,'Email Address','email','Text','tonimngoma@gmail.com'),(13851,1400,463,'Telephone Number','telephone','Text','0845886405'),(13852,1400,466,'Mobile Phone Number','mobile','Text','0845886405'),(13853,1400,498,'The Job or Production','production','Text','Legal wise '),(13854,1400,503,'Date of Production','productiondate','Text','2017'),(13855,1400,504,'Name of Your Agency','agentname','Text','JUST YOU '),(13856,1400,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(13857,1400,527,'Description/Message','description','Textarea','Just You is withholding my previous work contracts and possible renewal fees might be owed to me. '),(13858,1401,465,'First Name','firstname','Text','Peter'),(13859,1401,464,'Surname','surname','Text','Shaw'),(13860,1401,468,'ID Number','id','Text','5502055150080'),(13861,1401,467,'Email Address','email','Text','nyakap@gmail.com'),(13862,1401,463,'Telephone Number','telephone','Text',''),(13863,1401,466,'Mobile Phone Number','mobile','Text','0649048347'),(13864,1401,498,'The Job or Production','production','Text','test'),(13865,1401,503,'Date of Production','productiondate','Text','test'),(13866,1401,504,'Name of Your Agency','agentname','Text','Peter Shaw'),(13867,1401,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(13868,1401,527,'Description/Message','description','Textarea','test'),(13869,1402,465,'First Name','firstname','Text','Peter'),(13870,1402,464,'Surname','surname','Text','Shaw'),(13871,1402,468,'ID Number','id','Text','5502055150080'),(13872,1402,467,'Email Address','email','Text','nyakap@gmail.com'),(13873,1402,463,'Telephone Number','telephone','Text',''),(13874,1402,466,'Mobile Phone Number','mobile','Text','0649048347'),(13875,1402,498,'The Job or Production','production','Text','test'),(13876,1402,503,'Date of Production','productiondate','Text','test'),(13877,1402,504,'Name of Your Agency','agentname','Text','Peter Shaw'),(13878,1402,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(13879,1402,527,'Description/Message','description','Textarea','test'),(13880,1403,465,'First Name','firstname','Text','Peter'),(13881,1403,464,'Surname','surname','Text','Shaw'),(13882,1403,468,'ID Number','id','Text','5502055150080'),(13883,1403,467,'Email Address','email','Text','nyakap@gmail.com'),(13884,1403,463,'Telephone Number','telephone','Text',''),(13885,1403,466,'Mobile Phone Number','mobile','Text','0649048347'),(13886,1403,498,'The Job or Production','production','Text','test'),(13887,1403,503,'Date of Production','productiondate','Text','test'),(13888,1403,504,'Name of Your Agency','agentname','Text','Peter Shaw'),(13889,1403,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(13890,1403,527,'Description/Message','description','Textarea','test'),(13891,1404,465,'First Name','firstname','Text','Peter'),(13892,1404,464,'Surname','surname','Text','Shaw'),(13893,1404,468,'ID Number','id','Text','5502055150080'),(13894,1404,467,'Email Address','email','Text','nyakap@gmail.com'),(13895,1404,463,'Telephone Number','telephone','Text',''),(13896,1404,466,'Mobile Phone Number','mobile','Text','0649048347'),(13897,1404,498,'The Job or Production','production','Text','test'),(13898,1404,503,'Date of Production','productiondate','Text','test'),(13899,1404,504,'Name of Your Agency','agentname','Text','Peter Shaw'),(13900,1404,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(13901,1404,527,'Description/Message','description','Textarea','test'),(13902,1405,465,'First Name','firstname','Text','Bennie'),(13903,1405,464,'Surname','surname','Text','Wolmarans'),(13904,1405,468,'ID Number','id','Text','9007155742089'),(13905,1405,467,'Email Address','email','Text','benniewolmarans25@gmail.com'),(13906,1405,463,'Telephone Number','telephone','Text',''),(13907,1405,466,'Mobile Phone Number','mobile','Text','064 724 0454'),(13908,1405,498,'The Job or Production','production','Text','Dions Wired Commercial'),(13909,1405,503,'Date of Production','productiondate','Text','21 August 2019'),(13910,1405,504,'Name of Your Agency','agentname','Text','Professional Background Artist'),(13911,1405,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(13912,1405,527,'Description/Message','description','Textarea','AGENCY FEES'),(13913,1406,465,'First Name','firstname','Text','Ryno'),(13914,1406,464,'Surname','surname','Text','Kruger'),(13915,1406,468,'ID Number','id','Text','7803165063082'),(13916,1406,467,'Email Address','email','Text','ryno.tungstenstreet@gmail.com'),(13917,1406,463,'Telephone Number','telephone','Text','0637699018'),(13918,1406,466,'Mobile Phone Number','mobile','Text','0637699018'),(13919,1406,498,'The Job or Production','production','Text','Black Beauty'),(13920,1406,503,'Date of Production','productiondate','Text','October 2019'),(13921,1406,504,'Name of Your Agency','agentname','Text','Funky Lemon'),(13922,1406,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(13923,1406,527,'Description/Message','description','Textarea','I have correspondence where my agent told me that he has paid my money into my account, but he lied about it. I had words with his staff because he is already on holiday. Please tell me what I can do to make him pay me what he owes me'),(13924,1407,465,'First Name','firstname','Text','Ryno'),(13925,1407,464,'Surname','surname','Text','Kruger'),(13926,1407,468,'ID Number','id','Text','7803165063082'),(13927,1407,467,'Email Address','email','Text','ryno.tungstenstreet@gmail.com'),(13928,1407,463,'Telephone Number','telephone','Text','0637699018'),(13929,1407,466,'Mobile Phone Number','mobile','Text','0637699018'),(13930,1407,498,'The Job or Production','production','Text','Black Beauty'),(13931,1407,503,'Date of Production','productiondate','Text','October 2019'),(13932,1407,504,'Name of Your Agency','agentname','Text','Funky Lemon'),(13933,1407,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','yes'),(13934,1407,527,'Description/Message','description','Textarea','I have correspondence where my agent told me that he has paid my money into my account, but he lied about it. I had words with his staff because he is already on holiday. Please tell me what I can do to make him pay me what he owes me'),(13935,1408,465,'First Name','firstname','Text','Peter'),(13936,1408,464,'Surname','surname','Text','Shaw'),(13937,1408,468,'ID Number','id','Text','5502055150080'),(13938,1408,467,'Email Address','email','Text','nyakap@gmail.com'),(13939,1408,463,'Telephone Number','telephone','Text',''),(13940,1408,466,'Mobile Phone Number','mobile','Text','0649048347'),(13941,1408,498,'The Job or Production','production','Text','test'),(13942,1408,503,'Date of Production','productiondate','Text','test'),(13943,1408,504,'Name of Your Agency','agentname','Text','Peter Shaw'),(13944,1408,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(13945,1408,527,'N.B. Message or Complaint Detail','description','Textarea','not paid after 12 months'),(13946,1409,465,'First Name','firstname','Text','Peter'),(13947,1409,464,'Surname','surname','Text','Shaw'),(13948,1409,468,'ID Number','id','Text','5502055150080'),(13949,1409,467,'Email Address','email','Text','nyakap@gmail.com'),(13950,1409,463,'Telephone Number','telephone','Text',''),(13951,1409,466,'Mobile Phone Number','mobile','Text','0649048347'),(13952,1409,498,'The Job or Production','production','Text','test'),(13953,1409,503,'Date of Production','productiondate','Text','test'),(13954,1409,504,'Name of Your Agency','agentname','Text','Peter Shaw'),(13955,1409,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(13956,1409,527,'N.B. Message or Complaint Detail','description','Textarea','not paid after 12 months'),(13957,1410,465,'First Name','firstname','Text','Peter'),(13958,1410,464,'Surname','surname','Text','Shaw'),(13959,1410,468,'ID Number','id','Text','5502055150080'),(13960,1410,467,'Email Address','email','Text','nyakap@gmail.com'),(13961,1410,463,'Telephone Number','telephone','Text',''),(13962,1410,466,'Mobile Phone Number','mobile','Text','0649048347'),(13963,1410,498,'The Job or Production','production','Text','test'),(13964,1410,503,'Date of Production','productiondate','Text','test'),(13965,1410,504,'Name of Your Agency','agentname','Text','Peter Shaw'),(13966,1410,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(13967,1410,527,'N.B. Message or Complaint Detail','description','Textarea','not paid after 12 months'),(13968,1411,90,'Title','title','Text','smfryHVz'),(13969,1411,51,'First Name','firstname','Text','IZTPRLxGa'),(13970,1411,52,'Surname','surname','Text','rOKeXtDEqACLU'),(13971,1411,124,'Designation','contactdesignation','Text','WclQbGVuEBZgaiv'),(13972,1411,65,'Website','website','Text','cIfevztrdNwxqZ'),(13973,1411,66,'Email Address','email','Text','robertshort559@gmail.com'),(13974,1411,132,'Telephone Number','telephone','Text','6977387463'),(13975,1411,67,'Mobile Phone Number','mobile','Text','4787423303'),(13976,1411,72,'Company Name','companyname','Text','qlfUytYoBVCd'),(13977,1411,125,'Trading Name','tradingname','Text','oabZUqEJY'),(13978,1411,126,'Company Type','companytype','Radio Group','SoleOwner'),(13979,1411,127,'Company Registration','companyregistration','Text','npyILCBJksFxdXcm'),(13980,1411,79,'Physical Address','address1','Text','GfWLJgzyIN'),(13981,1411,80,'Suburb','suburb','Text','gZUEPwOtSByp'),(13982,1411,81,'Town or City','towncity','Text','pMYrcoPK'),(13983,1411,297,'Province','province','Select List','Gauteng'),(13984,1411,95,'Postcode','postcode','Text','WSyakRHM'),(13985,1411,100,'Postal Address 1','postaladdress1','Text','PckGeCwsVuI'),(13986,1411,101,'Postal Address 2','postaladdress2','Text','TuJthiPMVrvpxQ'),(13987,1411,102,'Postcode','postcodepostal','Text','AjUZbiFxNCWmk'),(13988,1411,145,'Casting Type','castingtype','Select List','Characters'),(13989,1411,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','no'),(13990,1411,175,'First & Surname','owner1name','Text','marfdsAxQ'),(13991,1411,176,' ID Number','owner1id','Text','XduiqhDpYNQOMz'),(13992,1411,177,'Position','owner1position','Text','yvjLiZOJPp'),(13993,1411,186,'Mobile Phone Number','owner1mobile','Text','9822961399'),(13994,1411,191,'First & Surname','firstsurname2','Text','uEaWULyGKrQg'),(13995,1411,196,'ID Number','idnumberowner2','Text','NwqfJoVCPBIyzp'),(13996,1411,197,'Position','position2','Text','TbncaHxgFRCEm'),(13997,1411,202,'Mobile Phone Number','mobilenumber2','Text','3901818940'),(13998,1411,207,'First & Surname','firstnamesurname3','Text','uCPyKbhiSajf'),(13999,1411,208,'ID Number','idnumber3','Text','zLtAEaSNT'),(14000,1411,213,'Position','position3','Text','kYfEsOumhGLjZpU'),(14001,1411,214,'Mobile Phone Number','mobile3','Text','4335655662'),(14002,1411,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','no'),(14003,1411,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload',''),(14004,1411,225,'Proof of Subscription Payment','proofofpayment','File Upload',''),(14005,1411,230,'ID copy Owner/Member 1','idcopyowner1','File Upload',''),(14006,1411,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(14007,1411,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(14008,1411,249,'Letter from Bank (Confirming account)','bankletter','File Upload',''),(14009,1411,250,'Tax Clearance Certificate','taxclearance','File Upload',''),(14010,1411,259,'Proof of Physical Address','proofaddress','File Upload',''),(14011,1412,90,'Title','title','Text','sTltAKSNfGk'),(14012,1412,51,'First Name','firstname','Text','hgRlimyqrW'),(14013,1412,52,'Surname','surname','Text','JpZHrKXaER'),(14014,1412,124,'Designation','contactdesignation','Text','OyAENXVMcJTC'),(14015,1412,65,'Website','website','Text','CDvZOskAflmJIKU'),(14016,1412,66,'Email Address','email','Text','robertshort559@gmail.com'),(14017,1412,132,'Telephone Number','telephone','Text','4746921837'),(14018,1412,67,'Mobile Phone Number','mobile','Text','5508972523'),(14019,1412,72,'Company Name','companyname','Text','LBEFAasV'),(14020,1412,125,'Trading Name','tradingname','Text','whEBuGQLivDZUJm'),(14021,1412,126,'Company Type','companytype','Radio Group','CC'),(14022,1412,126,'Company Type','companytype','Radio Group','Pty Ltd'),(14023,1412,126,'Company Type','companytype','Radio Group','SoleOwner'),(14024,1412,127,'Company Registration','companyregistration','Text','eJRCLgYPnBVr'),(14025,1412,79,'Physical Address','address1','Text','EofLyRuhtdAwM'),(14026,1412,80,'Suburb','suburb','Text','WyKMGSkCQ'),(14027,1412,81,'Town or City','towncity','Text','YkCeNSFdKAQwoDR'),(14028,1412,297,'Province','province','Select List','Gauteng'),(14029,1412,95,'Postcode','postcode','Text','ZhTpHXYGbwscMN'),(14030,1412,100,'Postal Address 1','postaladdress1','Text','OmUxXRbdWQphJnj'),(14031,1412,101,'Postal Address 2','postaladdress2','Text','VmeZHWBTMUP'),(14032,1412,102,'Postcode','postcodepostal','Text','bEXVcATa'),(14033,1412,145,'Casting Type','castingtype','Select List','Characters'),(14034,1412,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(14035,1412,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','no'),(14036,1412,175,'First & Surname','owner1name','Text','ONbwkpnAUWLSKHJf'),(14037,1412,176,' ID Number','owner1id','Text','cICzZTqLklm'),(14038,1412,177,'Position','owner1position','Text','kxHAyPLoJ'),(14039,1412,186,'Mobile Phone Number','owner1mobile','Text','4398949160'),(14040,1412,191,'First & Surname','firstsurname2','Text','oIOeQjid'),(14041,1412,196,'ID Number','idnumberowner2','Text','hZFuJXdgRl'),(14042,1412,197,'Position','position2','Text','rkiOcWNBHYv'),(14043,1412,202,'Mobile Phone Number','mobilenumber2','Text','7776603279'),(14044,1412,207,'First & Surname','firstnamesurname3','Text','HVsotQfFxKrAdD'),(14045,1412,208,'ID Number','idnumber3','Text','PgFVEfqrvpSzNDA'),(14046,1412,213,'Position','position3','Text','QgJrLaUnOhNzAB'),(14047,1412,214,'Mobile Phone Number','mobile3','Text','9076103848'),(14048,1412,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(14049,1412,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','no'),(14050,1412,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload',''),(14051,1412,225,'Proof of Subscription Payment','proofofpayment','File Upload',''),(14052,1412,230,'ID copy Owner/Member 1','idcopyowner1','File Upload',''),(14053,1412,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(14054,1412,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(14055,1412,249,'Letter from Bank (Confirming account)','bankletter','File Upload',''),(14056,1412,250,'Tax Clearance Certificate','taxclearance','File Upload',''),(14057,1412,259,'Proof of Physical Address','proofaddress','File Upload',''),(14058,1413,90,'Title','title','Text','SgYnRkyJIKOcFt'),(14059,1413,51,'First Name','firstname','Text','uZtjAHUJhgCEFyM'),(14060,1413,52,'Surname','surname','Text','cXHuGsPk'),(14061,1413,124,'Designation','contactdesignation','Text','RTxHysuhKSVEwr'),(14062,1413,65,'Website','website','Text','ytcqgPuNQXvZC'),(14063,1413,66,'Email Address','email','Text','robertshort559@gmail.com'),(14064,1413,132,'Telephone Number','telephone','Text','4167583832'),(14065,1413,67,'Mobile Phone Number','mobile','Text','7281665532'),(14066,1413,72,'Company Name','companyname','Text','DYvIAliFNdC'),(14067,1413,125,'Trading Name','tradingname','Text','xJMeLAEBFrap'),(14068,1413,126,'Company Type','companytype','Radio Group','SoleOwner'),(14069,1413,127,'Company Registration','companyregistration','Text','RrSJXgfiHtvQLEB'),(14070,1413,79,'Physical Address','address1','Text','mTRQFGCVirazsDPK'),(14071,1413,80,'Suburb','suburb','Text','lkZQWqzUHDvRVBaI'),(14072,1413,81,'Town or City','towncity','Text','eqlXBKhpij'),(14073,1413,297,'Province','province','Select List','Gauteng'),(14074,1413,95,'Postcode','postcode','Text','GXnBmNqhcYJZgeb'),(14075,1413,100,'Postal Address 1','postaladdress1','Text','fdYlkvLTNsMB'),(14076,1413,101,'Postal Address 2','postaladdress2','Text','TmIDvWNsMrdon'),(14077,1413,102,'Postcode','postcodepostal','Text','QOcSeYralsqxVf'),(14078,1413,145,'Casting Type','castingtype','Select List','Characters'),(14079,1413,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','no'),(14080,1413,175,'First & Surname','owner1name','Text','oAwdKhmTONaeSJft'),(14081,1413,176,' ID Number','owner1id','Text','XVPbcndiFRO'),(14082,1413,177,'Position','owner1position','Text','ROFghTDXvKMf'),(14083,1413,186,'Mobile Phone Number','owner1mobile','Text','6536619500'),(14084,1413,191,'First & Surname','firstsurname2','Text','MxAcLiBwy'),(14085,1413,196,'ID Number','idnumberowner2','Text','asKNnLuEGhyZHok'),(14086,1413,197,'Position','position2','Text','tXAOJhDIVEsH'),(14087,1413,202,'Mobile Phone Number','mobilenumber2','Text','7421904450'),(14088,1413,207,'First & Surname','firstnamesurname3','Text','LmjyazIhPVNGocq'),(14089,1413,208,'ID Number','idnumber3','Text','VcClWEBLgj'),(14090,1413,213,'Position','position3','Text','qimkVFlaNHbvfDcS'),(14091,1413,214,'Mobile Phone Number','mobile3','Text','4207220660'),(14092,1413,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','no'),(14093,1413,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload',''),(14094,1413,225,'Proof of Subscription Payment','proofofpayment','File Upload',''),(14095,1413,230,'ID copy Owner/Member 1','idcopyowner1','File Upload',''),(14096,1413,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(14097,1413,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(14098,1413,249,'Letter from Bank (Confirming account)','bankletter','File Upload',''),(14099,1413,250,'Tax Clearance Certificate','taxclearance','File Upload',''),(14100,1413,259,'Proof of Physical Address','proofaddress','File Upload',''),(14101,1414,90,'Title','title','Text','wSxKTZrUf'),(14102,1414,51,'First Name','firstname','Text','EVaSHvBQMqAgNoc'),(14103,1414,52,'Surname','surname','Text','JnqidXWAU'),(14104,1414,124,'Designation','contactdesignation','Text','QLWDrJltVvb'),(14105,1414,65,'Website','website','Text','oKxXNOReQIlV'),(14106,1414,66,'Email Address','email','Text','robertshort559@gmail.com'),(14107,1414,132,'Telephone Number','telephone','Text','2675619018'),(14108,1414,67,'Mobile Phone Number','mobile','Text','8109598894'),(14109,1414,72,'Company Name','companyname','Text','FJBxpjiwACR'),(14110,1414,125,'Trading Name','tradingname','Text','fZmnzNob'),(14111,1414,126,'Company Type','companytype','Radio Group','CC'),(14112,1414,126,'Company Type','companytype','Radio Group','Pty Ltd'),(14113,1414,126,'Company Type','companytype','Radio Group','SoleOwner'),(14114,1414,127,'Company Registration','companyregistration','Text','oUfNGqpEhKmaJ'),(14115,1414,79,'Physical Address','address1','Text','QhVCMSOyoZ'),(14116,1414,80,'Suburb','suburb','Text','XPNtIOZxHfi'),(14117,1414,81,'Town or City','towncity','Text','xnEsHXegPjGVOkL'),(14118,1414,297,'Province','province','Select List','Gauteng'),(14119,1414,95,'Postcode','postcode','Text','fWhHYPCBc'),(14120,1414,100,'Postal Address 1','postaladdress1','Text','NGWMPrcZjyoIw'),(14121,1414,101,'Postal Address 2','postaladdress2','Text','zFjVIYrJSkcQaZMh'),(14122,1414,102,'Postcode','postcodepostal','Text','QrlbAJYCpRwo'),(14123,1414,145,'Casting Type','castingtype','Select List','Characters'),(14124,1414,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(14125,1414,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','no'),(14126,1414,175,'First & Surname','owner1name','Text','ARDsueGCaLKOhQc'),(14127,1414,176,' ID Number','owner1id','Text','URwtSGuyEsNCMOJQ'),(14128,1414,177,'Position','owner1position','Text','XjdKHYSplzRP'),(14129,1414,186,'Mobile Phone Number','owner1mobile','Text','2569778935'),(14130,1414,191,'First & Surname','firstsurname2','Text','TLigmtnNh'),(14131,1414,196,'ID Number','idnumberowner2','Text','LfwVocZk'),(14132,1414,197,'Position','position2','Text','DkXZYaLOtnBohpy'),(14133,1414,202,'Mobile Phone Number','mobilenumber2','Text','2646288876'),(14134,1414,207,'First & Surname','firstnamesurname3','Text','PUvDnjCLpN'),(14135,1414,208,'ID Number','idnumber3','Text','WOdgfQLUtSl'),(14136,1414,213,'Position','position3','Text','DYkKHRxr'),(14137,1414,214,'Mobile Phone Number','mobile3','Text','7077244342'),(14138,1414,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(14139,1414,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','no'),(14140,1414,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload',''),(14141,1414,225,'Proof of Subscription Payment','proofofpayment','File Upload',''),(14142,1414,230,'ID copy Owner/Member 1','idcopyowner1','File Upload',''),(14143,1414,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(14144,1414,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(14145,1414,249,'Letter from Bank (Confirming account)','bankletter','File Upload',''),(14146,1414,250,'Tax Clearance Certificate','taxclearance','File Upload',''),(14147,1414,259,'Proof of Physical Address','proofaddress','File Upload',''),(14148,1415,90,'Title','title','Text','Mrs'),(14149,1415,51,'First Name','firstname','Text','Lynette'),(14150,1415,52,'Surname','surname','Text','Engelbrecht'),(14151,1415,124,'Designation','contactdesignation','Text','Mrs'),(14152,1415,65,'Website','website','Text','www.exousiatalent.wixsite.com/exousiatalents'),(14153,1415,66,'Email Address','email','Text','lynetteengelbrecht7@gmail.com'),(14154,1415,132,'Telephone Number','telephone','Text','0662892342'),(14155,1415,67,'Mobile Phone Number','mobile','Text','0662892342'),(14156,1415,72,'Company Name','companyname','Text','Exousia Talents pty ltd'),(14157,1415,125,'Trading Name','tradingname','Text','Exousia Talents pty ltd'),(14158,1415,126,'Company Type','companytype','Radio Group','Pty Ltd'),(14159,1415,127,'Company Registration','companyregistration','Text','2019/608583/07'),(14160,1415,79,'Physical Address','address1','Text','9 Tolbos Avenue'),(14161,1415,80,'Suburb','suburb','Text','Birchleigh'),(14162,1415,81,'Town or City','towncity','Text','Kempton Park'),(14163,1415,297,'Province','province','Select List','Gauteng'),(14164,1415,95,'Postcode','postcode','Text','1619'),(14165,1415,100,'Postal Address 1','postaladdress1','Text','9 tolbos avenue'),(14166,1415,101,'Postal Address 2','postaladdress2','Text','Birchleigh'),(14167,1415,102,'Postcode','postcodepostal','Text','1619'),(14168,1415,145,'Casting Type','castingtype','Select List','Characters'),(14169,1415,145,'Casting Type','castingtype','Select List','Kids'),(14170,1415,145,'Casting Type','castingtype','Select List','Walk Ons'),(14171,1415,145,'Casting Type','castingtype','Select List','Featured Extras'),(14172,1415,145,'Casting Type','castingtype','Select List','Background Extras'),(14173,1415,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(14174,1415,175,'First & Surname','owner1name','Text','Lynette Engelbrecht'),(14175,1415,176,' ID Number','owner1id','Text','7203230027081'),(14176,1415,177,'Position','owner1position','Text','Director'),(14177,1415,186,'Mobile Phone Number','owner1mobile','Text','0662892342'),(14178,1415,191,'First & Surname','firstsurname2','Text',''),(14179,1415,196,'ID Number','idnumberowner2','Text',''),(14180,1415,197,'Position','position2','Text',''),(14181,1415,202,'Mobile Phone Number','mobilenumber2','Text',''),(14182,1415,207,'First & Surname','firstnamesurname3','Text',''),(14183,1415,208,'ID Number','idnumber3','Text',''),(14184,1415,213,'Position','position3','Text',''),(14185,1415,214,'Mobile Phone Number','mobile3','Text',''),(14186,1415,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(14187,1415,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/OSCASA_Constitution.pdf'),(14188,1415,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/AbsaNotificationOscasa.pdf'),(14189,1415,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/My_ID_copy.jpg'),(14190,1415,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(14191,1415,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(14192,1415,249,'Letter from Bank (Confirming account)','bankletter','File Upload',''),(14193,1415,250,'Tax Clearance Certificate','taxclearance','File Upload',''),(14194,1415,259,'Proof of Physical Address','proofaddress','File Upload',''),(14424,1425,214,'Mobile Phone Number','mobile3','Text',''),(14423,1425,213,'Position','position3','Text',''),(14422,1425,208,'ID Number','idnumber3','Text',''),(14421,1425,207,'First & Surname','firstnamesurname3','Text',''),(14420,1425,202,'Mobile Phone Number','mobilenumber2','Text',''),(14419,1425,197,'Position','position2','Text',''),(14418,1425,196,'ID Number','idnumberowner2','Text',''),(14417,1425,191,'First & Surname','firstsurname2','Text',''),(14416,1425,186,'Mobile Phone Number','owner1mobile','Text','07651008p0'),(14415,1425,177,'Position','owner1position','Text','Managing Director '),(14414,1425,176,' ID Number','owner1id','Text','8210210591084'),(14413,1425,175,'First & Surname','owner1name','Text','Brenda Molefe '),(14412,1425,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(14411,1425,145,'Casting Type','castingtype','Select List','Background Extras'),(14410,1425,145,'Casting Type','castingtype','Select List','Featured Extras'),(14409,1425,145,'Casting Type','castingtype','Select List','Kids'),(14408,1425,145,'Casting Type','castingtype','Select List','Characters'),(14407,1425,102,'Postcode','postcodepostal','Text','0157'),(14406,1425,101,'Postal Address 2','postaladdress2','Text','Zwartkop X8'),(14405,1425,100,'Postal Address 1','postaladdress1','Text','59A Rhyolite Avenue'),(14404,1425,95,'Postcode','postcode','Text','0157'),(14403,1425,297,'Province','province','Select List','Gauteng'),(14401,1425,80,'Suburb','suburb','Text','Centurion'),(14402,1425,81,'Town or City','towncity','Text','Centurion'),(14400,1425,79,'Physical Address','address1','Text','59A Rhyolite Avenue'),(14398,1425,126,'Company Type','companytype','Radio Group','Pty Ltd'),(14399,1425,127,'Company Registration','companyregistration','Text','K2016307503-07'),(14396,1425,72,'Company Name','companyname','Text','Last born Creations Pty Ltd'),(14397,1425,125,'Trading Name','tradingname','Text','Sisters Rising Model and Talent Management '),(14395,1425,67,'Mobile Phone Number','mobile','Text','0765100800'),(14393,1425,66,'Email Address','email','Text','Brendmo05@gmail.com '),(14394,1425,132,'Telephone Number','telephone','Text','0765100800'),(14391,1425,124,'Designation','contactdesignation','Text','Managing Director'),(14392,1425,65,'Website','website','Text','www.SR models.co.za '),(14388,1425,90,'Title','title','Text','Miss'),(14389,1425,51,'First Name','firstname','Text','Brenda'),(14390,1425,52,'Surname','surname','Text','Molefe'),(14238,1417,465,'First Name','firstname','Text','Peter'),(14239,1417,464,'Surname','surname','Text','Shaw'),(14240,1417,468,'ID Number','id','Text','5502055150080'),(14241,1417,467,'Email Address','email','Text','nyakap@gmail.com'),(14242,1417,463,'Telephone Number','telephone','Text',''),(14243,1417,466,'Mobile Phone Number','mobile','Text','0649048347'),(14244,1417,498,'The Job or Production','production','Text','test'),(14245,1417,503,'Date of Production','productiondate','Text','test'),(14246,1417,504,'Name of Your Agency','agentname','Text','Peter Shaw'),(14247,1417,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(14248,1417,527,'N.B. Message or Complaint Detail','description','Textarea','test'),(14249,1418,465,'First Name','firstname','Text','Peter'),(14250,1418,464,'Surname','surname','Text','Shaw'),(14251,1418,468,'ID Number','id','Text','5502055150080'),(14252,1418,467,'Email Address','email','Text','nyakap@gmail.com'),(14253,1418,463,'Telephone Number','telephone','Text',''),(14254,1418,466,'Mobile Phone Number','mobile','Text','0649048347'),(14255,1418,498,'The Job or Production','production','Text','test'),(14256,1418,503,'Date of Production','productiondate','Text','test'),(14257,1418,504,'Name of Your Agency','agentname','Text','Peter Shaw'),(14258,1418,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(14259,1418,527,'N.B. Message or Complaint Detail','description','Textarea','test'),(14260,1419,465,'First Name','firstname','Text','Peter'),(14261,1419,464,'Surname','surname','Text','Shaw'),(14262,1419,468,'ID Number','id','Text','5502055150080'),(14263,1419,467,'Email Address','email','Text','nyakap@gmail.com'),(14264,1419,463,'Telephone Number','telephone','Text',''),(14265,1419,466,'Mobile Phone Number','mobile','Text','0649048347'),(14266,1419,498,'The Job or Production','production','Text','test'),(14267,1419,503,'Date of Production','productiondate','Text','test'),(14268,1419,504,'Name of Your Agency','agentname','Text','Peter Shaw'),(14269,1419,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(14270,1419,527,'N.B. Message or Complaint Detail','description','Textarea','test'),(14271,1420,465,'First Name','firstname','Text','Peter'),(14272,1420,464,'Surname','surname','Text','Shaw'),(14273,1420,468,'ID Number','id','Text','5502055150080'),(14274,1420,467,'Email Address','email','Text','nyakap@gmail.com'),(14275,1420,463,'Telephone Number','telephone','Text',''),(14276,1420,466,'Mobile Phone Number','mobile','Text','0649048347'),(14277,1420,498,'The Job or Production','production','Text','test'),(14278,1420,503,'Date of Production','productiondate','Text','test'),(14279,1420,504,'Name of Your Agency','agentname','Text','Peter Shaw'),(14280,1420,505,'Is Your Agent an OSCASA member?','oscasamember','Select List','don\'t know'),(14281,1420,527,'N.B. Message or Complaint Detail','description','Textarea','test'),(14282,1421,90,'Title','title','Text',''),(14283,1421,51,'First Name','firstname','Text','Pene'),(14284,1421,52,'Surname','surname','Text','Saunders'),(14285,1421,124,'Designation','contactdesignation','Text','Owner'),(14286,1421,65,'Website','website','Text',''),(14287,1421,66,'Email Address','email','Text','pene@ozoneartists.co.za'),(14288,1421,132,'Telephone Number','telephone','Text',''),(14289,1421,67,'Mobile Phone Number','mobile','Text','0737617097'),(14290,1421,72,'Company Name','companyname','Text','Test'),(14291,1421,125,'Trading Name','tradingname','Text',''),(14292,1421,126,'Company Type','companytype','Radio Group','CC'),(14293,1421,127,'Company Registration','companyregistration','Text',''),(14294,1421,79,'Physical Address','address1','Text','30A Raats Drive'),(14295,1421,80,'Suburb','suburb','Text','Table View'),(14296,1421,81,'Town or City','towncity','Text',''),(14297,1421,297,'Province','province','Select List','Western Cape'),(14298,1421,95,'Postcode','postcode','Text',''),(14299,1421,100,'Postal Address 1','postaladdress1','Text',''),(14300,1421,101,'Postal Address 2','postaladdress2','Text',''),(14301,1421,102,'Postcode','postcodepostal','Text',''),(14302,1421,145,'Casting Type','castingtype','Select List',''),(14303,1421,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(14304,1421,175,'First & Surname','owner1name','Text','Pene Saunders'),(14305,1421,176,' ID Number','owner1id','Text','6609240207086'),(14306,1421,177,'Position','owner1position','Text','Owner'),(14307,1421,186,'Mobile Phone Number','owner1mobile','Text','0737617097'),(14308,1421,191,'First & Surname','firstsurname2','Text',''),(14309,1421,196,'ID Number','idnumberowner2','Text',''),(14310,1421,197,'Position','position2','Text',''),(14311,1421,202,'Mobile Phone Number','mobilenumber2','Text',''),(14312,1421,207,'First & Surname','firstnamesurname3','Text',''),(14313,1421,208,'ID Number','idnumber3','Text',''),(14314,1421,213,'Position','position3','Text',''),(14315,1421,214,'Mobile Phone Number','mobile3','Text',''),(14316,1421,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(14317,1421,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload',''),(14318,1421,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/IMG_0361-2_resized.jpg'),(14319,1421,230,'ID copy Owner/Member 1','idcopyowner1','File Upload',''),(14320,1421,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(14321,1421,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(14322,1421,249,'Letter from Bank (Confirming account)','bankletter','File Upload',''),(14323,1421,250,'Tax Clearance Certificate','taxclearance','File Upload',''),(14324,1421,259,'Proof of Physical Address','proofaddress','File Upload',''),(14451,1427,503,'Date of Production','productiondate','Text','31/08/2018 to 18/09/2018'),(14450,1427,498,'The Job or Production','production','Text','I am Lincolns goon. I\'m sent by him to kidnap Obakeng and later on try to kill him.'),(14449,1427,466,'Mobile Phone Number','mobile','Text','0849499867'),(14448,1427,463,'Telephone Number','telephone','Text',''),(14447,1427,467,'Email Address','email','Text','zwelidakada@gmail.com'),(14446,1427,468,'ID Number','id','Text','9002065414085'),(14445,1427,464,'Surname','surname','Text','Dakada'),(14444,1427,465,'First Name','firstname','Text','Zwelethu'),(14443,1426,527,'N.B. Message or Complaint Detail','description','Textarea','testing form'),(14442,1426,504,'Name of Your Agency','agentname','Text','Peter Shaw'),(14441,1426,503,'Date of Production','productiondate','Text','test'),(14439,1426,466,'Mobile Phone Number','mobile','Text','0649048347'),(14440,1426,498,'The Job or Production','production','Text','test'),(14438,1426,463,'Telephone Number','telephone','Text',''),(14437,1426,467,'Email Address','email','Text','nyakap@gmail.com'),(14436,1426,468,'ID Number','id','Text','5502055150080'),(14435,1426,464,'Surname','surname','Text','Shaw'),(14434,1426,465,'First Name','firstname','Text','test'),(14433,1425,259,'Proof of Physical Address','proofaddress','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/account_statement.pdf'),(14432,1425,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/GetLetter_1_.pdf'),(14431,1425,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/a647584bcceb7663197e07f781971f8b_capitec_account_details.pdf'),(14429,1425,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(14430,1425,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(14428,1425,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/BN__Molefe_ID_1_.pdf'),(14427,1425,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/payment_notification.pdf'),(14426,1425,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/OSCASA_Ts-Cs-Code-Of-Conduct-Constitution_v21-page-001-converted.pdf'),(14425,1425,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(14368,1423,465,'First Name','firstname','Text','Nomsa'),(14369,1423,464,'Surname','surname','Text','Ntuli '),(14370,1423,468,'ID Number','id','Text','9504030245080'),(14371,1423,467,'Email Address','email','Text','Nomsantuli@icloud.com'),(14372,1423,463,'Telephone Number','telephone','Text',''),(14373,1423,466,'Mobile Phone Number','mobile','Text','0659191299'),(14374,1423,498,'The Job or Production','production','Text','Background '),(14375,1423,503,'Date of Production','productiondate','Text','16 October '),(14376,1423,504,'Name of Your Agency','agentname','Text','Foxstar '),(14377,1423,527,'N.B. Message or Complaint Detail','description','Textarea','Hi hope you’re well. I was on set of a pick n pay shoot in Mall of Africa on 16 October 2019. I was unfairly dismissed by the assistant director and I have witnesses to prove it. The client refused to pay me even though they told me they will pay me for the 4 hours I worked. \r\n\r\nMy agency sided with the client and removed me from their books . \r\n\r\nPlease kindly assist with how I can be paid for those 4 hours and how I can receive justice for humiliation and harassment by the AD ? \r\n\r\nThanks '),(14378,1424,465,'First Name','firstname','Text','Andre (Cornelius Andreas)'),(14379,1424,464,'Surname','surname','Text','Weber '),(14380,1424,468,'ID Number','id','Text','6701135091087'),(14381,1424,467,'Email Address','email','Text','ca.weber@outlook.com'),(14382,1424,463,'Telephone Number','telephone','Text','0729903028'),(14383,1424,466,'Mobile Phone Number','mobile','Text','0729903028'),(14384,1424,498,'The Job or Production','production','Text','N/A'),(14385,1424,503,'Date of Production','productiondate','Text','N/A'),(14386,1424,504,'Name of Your Agency','agentname','Text','N/A'),(14387,1424,527,'N.B. Message or Complaint Detail','description','Textarea','Good afternoon\r\nHow do you become an individual member of oscasa'),(14452,1427,504,'Name of Your Agency','agentname','Text','RKP Productions'),(14453,1427,527,'N.B. Message or Complaint Detail','description','Textarea','I was featured as Lincolns goon at the end of August till the third week of September 2018. Three weeks after being featured I started to become worried and enquired about my money. When I contacted Isidingo they said they\'d given my agent Mxolisi Twala from RKP Productions weeks ago. When I asked my agent he kept on giving me the run around for weeks until I realised there was a possibility my money had already been eaten. When I contacted Isidingo inorder to find out how much they had paid my agent because I wanted to take him to the small claims court inorder to get 70% of wats due to me Isidingo said they can\'t disclose the amount. Furthermore, they also said since they\'d paid my agent it\'s none of their business going forward. '),(14454,1428,465,'First Name','firstname','Text','Albenaise '),(14455,1428,464,'Surname','surname','Text','Stout'),(14456,1428,468,'ID Number','id','Text','0202240131085'),(14457,1428,467,'Email Address','email','Text','Menecia.stout@gmail.com'),(14458,1428,463,'Telephone Number','telephone','Text','0814508872'),(14459,1428,466,'Mobile Phone Number','mobile','Text','0814508872'),(14460,1428,498,'The Job or Production','production','Text','Background artist'),(14461,1428,503,'Date of Production','productiondate','Text','19 September 2019'),(14462,1428,504,'Name of Your Agency','agentname','Text','Pixels'),(14463,1428,527,'N.B. Message or Complaint Detail','description','Textarea','Hi \r\n\r\nHow do i go about with the following...\r\n\r\nGlenvliet commercial was on the 19th September 2019.\r\nI still have not recieved payment until now the 4th February 2020.\r\nPayment was asked for but documents had gone missing then asked a few more times for payment and payment had to be processed still and banking details had to be given???\r\n\r\n\r\nThere was another day worked with pixels for blood and water was said to be rate R450.\r\nPayment was sent through which was minus the registration...\r\n\r\n(Good Morning please confirm your banking details for payment for Blood and Water .\r\n\r\nAmount R325.\r\n- R100 registration fee as per Terms and all artists. \r\n\r\nAmount due R225.)\r\n\r\nAbove is as sent via whatsapp chat.\r\n\r\n\r\n[17/01, 11:15] ❤❤?@phrodite?❤❤: Hi has the payments situation been sorted out as yet?\r\n[17/01, 11:25] Amy - Pixels Agency: Yes sent you a message the other day for Banking details\r\n[17/01, 11:25] Amy - Pixels Agency: Running payments today and tomorrow. \r\nWill.send you a breakdown once payment has been processed.\r\n\r\n\r\n*No breakdown was sent nor any information of payment being processed.\r\n'),(14464,1429,465,'First Name','firstname','Text','Jean-Claude'),(14465,1429,464,'Surname','surname','Text','Roos'),(14466,1429,468,'ID Number','id','Text','9104196145081'),(14467,1429,467,'Email Address','email','Text','jeanclaude.roos.jr@gmail.com'),(14468,1429,463,'Telephone Number','telephone','Text',''),(14469,1429,466,'Mobile Phone Number','mobile','Text','0606193248'),(14470,1429,498,'The Job or Production','production','Text','Dzuguda production/dzugudapro '),(14471,1429,503,'Date of Production','productiondate','Text','18th and 19th November 2019 '),(14472,1429,504,'Name of Your Agency','agentname','Text','Starset casting '),(14473,1429,527,'N.B. Message or Complaint Detail','description','Textarea','Good day,\r\n\r\nMyself and a group of other artists have worked on a TV show called now or never on the 18th and 19th of November 2019. We were told we\'d get paid the 8th - 10th of December 2019, but when the time came, we were told the money hadn\'t come through yet. We waited and checked for updates, eventually got an answer that we were only getting paid end of January 2020. It is the 12th of February 2020 and yet we still haven\'t been paid.\r\nWe\'d appreciate your assistance. '),(14474,1430,465,'First Name','firstname','Text','Lance'),(14475,1430,464,'Surname','surname','Text','Lucas'),(14476,1430,468,'ID Number','id','Text','8804295243080'),(14477,1430,467,'Email Address','email','Text','Limbotachyon@gmail.com'),(14478,1430,463,'Telephone Number','telephone','Text',''),(14479,1430,466,'Mobile Phone Number','mobile','Text','0843637152'),(14480,1430,498,'The Job or Production','production','Text','All productions'),(14481,1430,503,'Date of Production','productiondate','Text','N/A'),(14482,1430,504,'Name of Your Agency','agentname','Text','Funky lemon'),(14483,1430,527,'N.B. Message or Complaint Detail','description','Textarea','Hi.\r\n\r\nI was reading through the guidelines and noticed that if the shoot location is more than 40km from the artiste, an allowance will be paid or transport provided. I have been on many shoots all further than 40km and not once have i been offered any allowance even though i travel with my own vehicle. ?'),(14484,1431,465,'First Name','firstname','Text','Clare'),(14485,1431,464,'Surname','surname','Text','Chivers'),(14486,1431,468,'ID Number','id','Text','7911020016086'),(14487,1431,467,'Email Address','email','Text','Clarec1979@Gmail.com'),(14488,1431,463,'Telephone Number','telephone','Text','0636521867'),(14489,1431,466,'Mobile Phone Number','mobile','Text','0636521867'),(14490,1431,498,'The Job or Production','production','Text','Dzuguda Communications'),(14491,1431,503,'Date of Production','productiondate','Text','18 November 2019'),(14492,1431,504,'Name of Your Agency','agentname','Text','Starset Casting Agency'),(14493,1431,527,'N.B. Message or Complaint Detail','description','Textarea','To date this production has continued to withhold payments due to the majority of the cast.\r\nMy son, along with two other minors have been paid to date.\r\nWe have been in direct contact with production but keep getting empty promises.\r\nPlease could you kindly advise of a way to obtain payment? Do we have to go the legal route or directly to SABC to get paid? Thank you!'),(14494,1432,465,'First Name','firstname','Text','Christian'),(14495,1432,464,'Surname','surname','Text','de Jager'),(14496,1432,468,'ID Number','id','Text','7206155065085'),(14497,1432,467,'Email Address','email','Text','xtian.dejager@gmail.com'),(14498,1432,463,'Telephone Number','telephone','Text','0727733757 '),(14499,1432,466,'Mobile Phone Number','mobile','Text','0727733757 '),(14500,1432,498,'The Job or Production','production','Text','Binnelanders/ Stark'),(14501,1432,503,'Date of Production','productiondate','Text','2020/03/10'),(14502,1432,504,'Name of Your Agency','agentname','Text','Tshole Casting'),(14503,1432,527,'N.B. Message or Complaint Detail','description','Textarea','Email from Production manager re a rate cut From R320 to R220. As back ground doctor on the soap we where always paid a featured rate for doing Ruskamers. I can email a copy of the email to you. Also a copy HD treatment on set of us as back ground is terrible there. You can ask any one who ever worked on Binnelanders they treat us like dirt and scrap. The lunch and breakfast we get tjere is sub standard compared to other productions. I will be pleased if you can look in to this matter. I would prefer to stay anonymous for now. '),(14504,1433,465,'First Name','firstname','Text','Jabulisile'),(14505,1433,464,'Surname','surname','Text','Ndlovu'),(14506,1433,468,'ID Number','id','Text','8101230663088'),(14507,1433,467,'Email Address','email','Text','jcforex81@gmail.com'),(14508,1433,463,'Telephone Number','telephone','Text','0817733042'),(14509,1433,466,'Mobile Phone Number','mobile','Text','0817733042'),(14510,1433,498,'The Job or Production','production','Text','Production '),(14511,1433,503,'Date of Production','productiondate','Text','07/march'),(14512,1433,504,'Name of Your Agency','agentname','Text','BBS casting agency '),(14513,1433,527,'N.B. Message or Complaint Detail','description','Textarea','I would like to know as a new agency what are the benefits of joining Oscasa\r\nWill it help my company to grow and get opportunities?'),(14514,1434,465,'First Name','firstname','Text','Zolani'),(14515,1434,464,'Surname','surname','Text','Sonjica'),(14516,1434,468,'ID Number','id','Text','9305115912085'),(14517,1434,467,'Email Address','email','Text','zolanisonjica93@gmail.com'),(14518,1434,463,'Telephone Number','telephone','Text','0812583611'),(14519,1434,466,'Mobile Phone Number','mobile','Text','0812583611'),(14520,1434,498,'The Job or Production','production','Text','Pixels Casting Agency'),(14521,1434,503,'Date of Production','productiondate','Text','August 2019'),(14522,1434,504,'Name of Your Agency','agentname','Text','Pixels Casting Agency '),(14523,1434,527,'N.B. Message or Complaint Detail','description','Textarea','Hi my name is Zolani Sonjica.\r\nI have a problem with my Agency\'s Booker she does not want to pay me. \r\n\r\nI worked on 3 jobs for her and she says she payed me but she gave me money for 2 jobs. Even in one of the 2 jobs she did pay me well and now she says she payed me all my money. These even R150 of petrol because she promise to pay for other 2 artist i had to transport at night on a 3days shoot. \r\n\r\nNow she blocked me on WhatsApp and not talking my calls.'),(14524,1435,465,'First Name','firstname','Text','Zolani'),(14525,1435,464,'Surname','surname','Text','Sonjica'),(14526,1435,468,'ID Number','id','Text','9305115912085'),(14527,1435,467,'Email Address','email','Text','zolanisonjica93@gmail.com'),(14528,1435,463,'Telephone Number','telephone','Text','0812583611'),(14529,1435,466,'Mobile Phone Number','mobile','Text','0812583611'),(14530,1435,498,'The Job or Production','production','Text','Music Video '),(14531,1435,503,'Date of Production','productiondate','Text','August 2019'),(14532,1435,504,'Name of Your Agency','agentname','Text','Pixels Casting Agency '),(14533,1435,527,'N.B. Message or Complaint Detail','description','Textarea','Hi \r\nMy name is Zolani Sonjica, I am registered as background with Pixcels Casting Agency. I have a problem with my Booker.\r\n\r\nI have worked on 3 jobs and my Agency paid me for 2 jobs only and my book says that they paid me for all jobs but she is lieying. \r\n\r\nIn this 3 jobs one was 3days shoot and the rate was R1000.00 but she gave me R1100.00 only and the other job was R500 and she gave me R370 and said she is done.\r\n\r\nOn top of all, on the 3 days shoot she asked me to transport 2 guys which are background like me, she promised to give me R150, and she did not give me that money \r\n\r\nOn the job that she does not want to pay was a Music Video which took place at a beach near Somerset Mall in Cape Town, on the shoot day the crew left us at the beach without transport but luckily was driving so I had to drive with 8 people in 4 seat car.\r\n\r\nPlease please help me with this issue because I need this money.\r\n\r\nThank you \r\nZ SONJICA'),(14534,1436,465,'First Name','firstname','Text','Helen'),(14535,1436,464,'Surname','surname','Text','Mouton'),(14536,1436,468,'ID Number','id','Text','5707260238089'),(14537,1436,467,'Email Address','email','Text','helenmouton57@gmail.com'),(14538,1436,463,'Telephone Number','telephone','Text','0836689500'),(14539,1436,466,'Mobile Phone Number','mobile','Text','0731513444'),(14540,1436,498,'The Job or Production','production','Text','SABC 2 Q4 Creative'),(14541,1436,503,'Date of Production','productiondate','Text','19 March 2020'),(14542,1436,504,'Name of Your Agency','agentname','Text','Euniki Casting'),(14543,1436,527,'N.B. Message or Complaint Detail','description','Textarea','Barbara from Euniki Casting asked me to feature in a trailer for SABC 2.\r\nAt the time I asked Barbara what the rate would be. She was unsure and said she will let me know. On the day of the shooting my colleague told me that Barbara confirmed with him that it was R500 for the day.\r\nI featured and I had dialogue for the whole day. \r\nI spoke to Production and they said I have to take it up with Barbara but they felt that I should of been paid more.\r\nI would like to enquire as I feel it is unfair to be paid R500 for the day and this is a trailer that gets advertised everyday\r\nPlease advise what my rights are.'),(14544,1437,465,'First Name','firstname','Text','Keagan'),(14545,1437,464,'Surname','surname','Text','Gaillard'),(14546,1437,468,'ID Number','id','Text','9401275032085'),(14547,1437,467,'Email Address','email','Text','keagan.g@outlook.com'),(14548,1437,463,'Telephone Number','telephone','Text','0625042501'),(14549,1437,466,'Mobile Phone Number','mobile','Text','0625042501'),(14550,1437,498,'The Job or Production','production','Text','Turbo tax'),(14551,1437,503,'Date of Production','productiondate','Text','06 November 2019'),(14552,1437,504,'Name of Your Agency','agentname','Text','Little charmers'),(14553,1437,527,'N.B. Message or Complaint Detail','description','Textarea','Good day,\r\n\r\nI am querying what my recourse may be sif my agency has recieved funds late, and yet still continues to delay payment. I have been in communication, however I have been told \"there has been a huge mix up and I am trying to sort it out\".\r\n\r\nThere has been 8 months between the initial shoot and release of usage fees, as my day rate payment was made by orange films in January and then released at the end of January but since then there has been problems with the recieving of the usage funds. \r\n\r\nI would appreciate any kind of answer as the constant patience is reaching a peak during this whole Covid-19 epidemic and me being unemployed. \r\n\r\nThank you in advance \r\nKeagan Gaillard '),(14554,1438,90,'Title','title','Text','Ms'),(14555,1438,51,'First Name','firstname','Text','Sthandwa'),(14556,1438,52,'Surname','surname','Text','Maseko'),(14557,1438,124,'Designation','contactdesignation','Text','Director'),(14558,1438,65,'Website','website','Text',''),(14559,1438,66,'Email Address','email','Text','iconsmanagementagency@gmail.com'),(14560,1438,132,'Telephone Number','telephone','Text','+27783749548'),(14561,1438,67,'Mobile Phone Number','mobile','Text','0783749548'),(14562,1438,72,'Company Name','companyname','Text','Icons Managements (PTY)LTD'),(14563,1438,125,'Trading Name','tradingname','Text','Icons Talent Management Agency'),(14564,1438,126,'Company Type','companytype','Radio Group','Pty Ltd'),(14565,1438,127,'Company Registration','companyregistration','Text','2020/000523/07'),(14566,1438,79,'Physical Address','address1','Text','3 Roets Street'),(14567,1438,80,'Suburb','suburb','Text','Rensberg'),(14568,1438,81,'Town or City','towncity','Text','Heidelberg'),(14569,1438,297,'Province','province','Select List','Gauteng'),(14570,1438,95,'Postcode','postcode','Text','1441'),(14571,1438,100,'Postal Address 1','postaladdress1','Text','4596 Danne Ave'),(14572,1438,101,'Postal Address 2','postaladdress2','Text',''),(14573,1438,102,'Postcode','postcodepostal','Text','1441'),(14574,1438,145,'Casting Type','castingtype','Select List','Characters'),(14575,1438,145,'Casting Type','castingtype','Select List','Kids'),(14576,1438,145,'Casting Type','castingtype','Select List','Walk Ons'),(14577,1438,145,'Casting Type','castingtype','Select List','Featured Extras'),(14578,1438,145,'Casting Type','castingtype','Select List','Background Extras'),(14579,1438,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(14580,1438,175,'First & Surname','owner1name','Text','Sthandwa Maseko'),(14581,1438,176,' ID Number','owner1id','Text','9811040582083'),(14582,1438,177,'Position','owner1position','Text','Director'),(14583,1438,186,'Mobile Phone Number','owner1mobile','Text','0783749548'),(14584,1438,191,'First & Surname','firstsurname2','Text',''),(14585,1438,196,'ID Number','idnumberowner2','Text',''),(14586,1438,197,'Position','position2','Text',''),(14587,1438,202,'Mobile Phone Number','mobilenumber2','Text',''),(14588,1438,207,'First & Surname','firstnamesurname3','Text',''),(14589,1438,208,'ID Number','idnumber3','Text',''),(14590,1438,213,'Position','position3','Text',''),(14591,1438,214,'Mobile Phone Number','mobile3','Text',''),(14592,1438,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(14593,1438,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/Cons.pdf'),(14594,1438,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/Proof_of_Payment.pdf'),(14595,1438,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/ID_Copy.pdf'),(14596,1438,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(14597,1438,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(14598,1438,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/Bank_Con.pdf'),(14599,1438,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/Tax.pdf'),(14600,1438,259,'Proof of Physical Address','proofaddress','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/a638abf7ce557003575518b6e3e8615e_Proof_of_res.pdf'),(14601,1439,465,'First Name','firstname','Text','Stephen'),(14602,1439,464,'Surname','surname','Text','Byrne'),(14603,1439,468,'ID Number','id','Text','8704035099083'),(14604,1439,467,'Email Address','email','Text','steveincredible@gmail.com'),(14605,1439,463,'Telephone Number','telephone','Text','079 659 3093'),(14606,1439,466,'Mobile Phone Number','mobile','Text','079 659 3093'),(14607,1439,498,'The Job or Production','production','Text','12th December 2019'),(14608,1439,503,'Date of Production','productiondate','Text','12th December 2019'),(14609,1439,504,'Name of Your Agency','agentname','Text','39 Steps Casting Agency'),(14610,1439,527,'N.B. Message or Complaint Detail','description','Textarea','I am featured in this ASICS commercial,\r\nwith Therobot.tv\r\nI am really wanting and needing a Contract\r\nto sign off on in this situation.\r\nI have been asking my agency 39 Steps for a Contract\r\nto sign with Therobot.tv since the\r\nbeginning of this year.\r\n\r\nMy agency 39 Steps keeps saying to me that I am not featured\r\nin this commercial as I am not holding the product and\r\nam wearing a baseball cap, and that disqualifies me for usage\r\nor a featured payout. Casting 101 have said that is false,\r\nWhich I agree on.\r\n\r\nI have discussed this is length\r\nwith an excellent Acting agency Casting 101 and they have said\r\nthis is definitely featured and I agree with them 100%.\r\nI also had my Acting Agency suggest that it\'s featured also..\r\n\r\nhttps://www.youtube.com/watch?v=xaI48rUmAGk\r\n\r\nI never signed an Artist release form,\r\nOne was signed though on my behalf by my agency 39 Steps,\r\nWithout my knowledge or consent while I was requesting\r\nthe Contract with Production.\r\n\r\nAny Assistance in resolving this situation which\r\nhas caused me immense distress would be truly\r\nand greatly appreciated,\r\nThank you very much OSCASA,\r\nAll the best,\r\n\r\nStephen KP Byrne'),(14611,1440,465,'First Name','firstname','Text','SIAN'),(14612,1440,464,'Surname','surname','Text','COOKE-ANICIC'),(14613,1440,468,'ID Number','id','Text','8012240146081'),(14614,1440,467,'Email Address','email','Text','SIAN@CHILLPILLFILMS.CO.ZA'),(14615,1440,463,'Telephone Number','telephone','Text','081 819 7879 '),(14616,1440,466,'Mobile Phone Number','mobile','Text','081 819 7879 '),(14617,1440,498,'The Job or Production','production','Text','AXE '),(14618,1440,503,'Date of Production','productiondate','Text','JANUARY 2019'),(14619,1440,504,'Name of Your Agency','agentname','Text','CHILL PILL FILMS'),(14620,1440,527,'N.B. Message or Complaint Detail','description','Textarea','Dearest,\r\n\r\nI would like to submit a complaint against an Artists Management Company.\r\n\r\nPlease can someone contact me urgently.\r\n\r\nBest,\r\nSian Cooke - Anicic'),(14621,1441,465,'First Name','firstname','Text','kyle'),(14622,1441,464,'Surname','surname','Text','brand'),(14623,1441,468,'ID Number','id','Text','9210125448080'),(14624,1441,467,'Email Address','email','Text','kylebrand03@gmail.com'),(14625,1441,463,'Telephone Number','telephone','Text','0681474516'),(14626,1441,466,'Mobile Phone Number','mobile','Text','0681474516'),(14627,1441,498,'The Job or Production','production','Text','Asics novablast'),(14628,1441,503,'Date of Production','productiondate','Text','13/ December/ 2019'),(14629,1441,504,'Name of Your Agency','agentname','Text','Funky Lemon'),(14630,1441,527,'N.B. Message or Complaint Detail','description','Textarea','Hi, \r\n\r\nI have worked on Asics Novablast commercial filmed on 13th December 2019 as background extra but got upgraded to walk on feature. i have signed a separate walk-on release form after the scene and was told to wait for the final edit to see if my footage is used before expecting the upgraded payment/usage. the commercial aired and my footage has indeed been used but up till this day i have not received any additional payment for my usage. the commercial has been aired for nearly a year already and i have still not received any usage fees. my agent has been struggling to get hold of production since the pandemic so i would like to know what has to be done about this. what should i do as an artist? \r\n\r\nClient: Asics\r\nTitle: Novablast\r\nProduct: Asics\r\nAD Agency: Edelman \r\nMy Agency: Funky Lemon\r\nTax Number: 1293425151'),(14631,1442,465,'First Name','firstname','Text','Jodi'),(14632,1442,464,'Surname','surname','Text','Karpes'),(14633,1442,468,'ID Number','id','Text','7312100090085'),(14634,1442,467,'Email Address','email','Text','jodi@greenqueen.co.za'),(14635,1442,463,'Telephone Number','telephone','Text','0848765431'),(14636,1442,466,'Mobile Phone Number','mobile','Text','0848765431'),(14637,1442,498,'The Job or Production','production','Text','Acting Workshop'),(14638,1442,503,'Date of Production','productiondate','Text','November'),(14639,1442,504,'Name of Your Agency','agentname','Text','Active Casting Talent Management'),(14640,1442,527,'N.B. Message or Complaint Detail','description','Textarea','Hi, I\'m hoping you can assist.\r\n\r\nI joined Active Casting Talent Management in August 2020.\r\n\r\nBennie was putting together an acting workshop of which I expressed great interest. I explained to him that I cannot do workshops on Saturdays for religious reasons and would only be able to during the week, in the evening. To which he agreed.\r\n\r\nI paid R2000 plus VAT.\r\n\r\nThe course was originally planned for Thursday evenings in October.\r\n\r\nHe opened a Whatsapp Group, but only admins could interact.\r\n\r\nAt some point Bennie told me the workshop had moved to Wednesday evenings in November.\r\n\r\nThe group was about the workshop on a Saturday, which I didn\'t see applied to me. When I asked him to confirm the time and place, he said that the group was on a Saturday and had already begun.\r\n\r\nMost of this was on Whatsapp... very unprofessional way of communicating. \r\n\r\nAt no point did he tell me that the workshop was no longer during the week. When I queried this, he said that the workshop was on Saturdays, I was emailed the course notes, I had to do the homework and would be sent the virtual link, after the workshop. No links ever came through.\r\n\r\nAnd I did not agree to a virtual workshop.\r\n\r\nHe said that it is my responsibility to attend the workshop. I agree, that it is my responsibility to attend a workshop that I paid for that was meant to run during the week. He failed to adhere to his side of the agreement. It was his ethical and professional responsibility to let me know that the course was not going to run during the week. He failed to do this.\r\n\r\nI asked for a refund. He told me to send a letter, which I did. He is now ignoring me.\r\n\r\nAt no point did he communicate with me that the workshop was no longer being held during the week in the evening and that it was on a Saturday.\r\n\r\nI wouldn\'t agree to attend and pay for a workshop I cannot go to - that makes no sense.\r\n\r\nPlease assist me in this regard and advise how I should move forward.'),(14641,1443,465,'First Name','firstname','Text','Phindile'),(14642,1443,464,'Surname','surname','Text','Marota'),(14643,1443,468,'ID Number','id','Text','9012211126087'),(14644,1443,467,'Email Address','email','Text','simnesh1@gmail.com'),(14645,1443,463,'Telephone Number','telephone','Text','0676336065'),(14646,1443,466,'Mobile Phone Number','mobile','Text','0676336065'),(14647,1443,498,'The Job or Production','production','Text','Actress'),(14648,1443,503,'Date of Production','productiondate','Text','04-01-2020'),(14649,1443,504,'Name of Your Agency','agentname','Text','Excuse us entertainment'),(14650,1443,527,'N.B. Message or Complaint Detail','description','Textarea','I\'m an actress at excuse us entertainment so willing to work with u '),(14651,1444,465,'First Name','firstname','Text','Suprice '),(14652,1444,464,'Surname','surname','Text','Koti '),(14653,1444,468,'ID Number','id','Text','9510250875084'),(14654,1444,467,'Email Address','email','Text','suprice.koti@gmail.com'),(14655,1444,463,'Telephone Number','telephone','Text',''),(14656,1444,466,'Mobile Phone Number','mobile','Text','0815640513'),(14657,1444,498,'The Job or Production','production','Text','Go for Gold '),(14658,1444,503,'Date of Production','productiondate','Text','01 February 2019'),(14659,1444,504,'Name of Your Agency','agentname','Text','Colt Talent '),(14660,1444,527,'N.B. Message or Complaint Detail','description','Textarea','On the 1st of January I accepted a call for an Axe commercial as an extra. The call did say that we may have to cut our hair. On the scene they asked who was okay with cutting their hair and I agreed to this. Because of that, my role was upgraded to a featured role. \r\n\r\nOn the 03 March 2019 I received a net payment of R506. 25. In July, I made an inquiry to my agency about my feature. I informed them that the release form I signed on the 01 February 2019 stated that I was featured and that I even cut my hair. My agency denied that I was featured but I couldn\'t prove this as I did not have a copy of my release form.\r\n\r\nI then seeked legal advice on the matter and my legal councilor was informed that I was paid (as an extra). My next resort was to find the production company; Gorilla and explain to them my situation with the hope that they might assist. The case was indeed taken on and my agent was contacted on the 18 October 2020.\r\n\r\nMy agenty got in touch with me and told me they will investigate as they had never seen the commercial I was featured on before. The footage was sent to OSCASA to determine whether or not I was featured by my agency and the feature was confirmed after over a year of trying to communicate this to my agency.\r\n\r\nThe production company and the agency are now in touch. A copy of the releasing form my agent signed on my behalf stated that I was an only an extra and that if an extra was featured, they would be upgraded to R3000 per annum. I received a contract to sign from my agent on the 24 November 2020. I have my doubts about it as I believe many factors that affect it were not considered. \r\n\r\nPlease advice if R3000 is the right amount due to me after a 19 months delay. The commercial was aired on TV and the internet. Is this amount not affected by the above stated points? \r\n\r\nYour advice in this regard will be greatly helpful. \r\n\r\nKind regards \r\nSuprice Koti \r\nPerformer \r\n\r\n'),(14661,1445,465,'First Name','firstname','Text','Michael'),(14662,1445,464,'Surname','surname','Text','Lubbe'),(14663,1445,468,'ID Number','id','Text','9101145341084'),(14664,1445,467,'Email Address','email','Text','milubbe@live.com'),(14665,1445,463,'Telephone Number','telephone','Text',''),(14666,1445,466,'Mobile Phone Number','mobile','Text','0799717161'),(14667,1445,498,'The Job or Production','production','Text','ENGIE'),(14668,1445,503,'Date of Production','productiondate','Text','25 November 2019'),(14669,1445,504,'Name of Your Agency','agentname','Text','Funky Lemon'),(14670,1445,527,'N.B. Message or Complaint Detail','description','Textarea','I was used on this day as cast and have not received the R4000 rate that i was told i\'d receive by the agent.'),(14671,1446,465,'First Name','firstname','Text','Lee-Anne'),(14672,1446,464,'Surname','surname','Text','Lubbe'),(14673,1446,468,'ID Number','id','Text','7711070089086'),(14674,1446,467,'Email Address','email','Text','fredericksleeanne@gmail.com'),(14675,1446,463,'Telephone Number','telephone','Text',''),(14676,1446,466,'Mobile Phone Number','mobile','Text','0799058689'),(14677,1446,498,'The Job or Production','production','Text','NBC Mondo'),(14678,1446,503,'Date of Production','productiondate','Text','29/10/2019'),(14679,1446,504,'Name of Your Agency','agentname','Text','Funky Lemon'),(14680,1446,527,'N.B. Message or Complaint Detail','description','Textarea','I worked on this production as an extra, extra\'s were absent so I volunteered to be an replacement.\r\nI had signed in and signed out with the co-ordinator and wore wardrobe for the day, was on set the full day. Never got paid.'),(14681,1447,465,'First Name','firstname','Text','Kathleen'),(14682,1447,464,'Surname','surname','Text','Van der westhuizen '),(14683,1447,468,'ID Number','id','Text','6701120018087'),(14684,1447,467,'Email Address','email','Text','kathy.vanderwesthuizen67@gmail.com'),(14685,1447,463,'Telephone Number','telephone','Text','+27781784377'),(14686,1447,466,'Mobile Phone Number','mobile','Text','0781784377'),(14687,1447,498,'The Job or Production','production','Text','Exstra'),(14688,1447,503,'Date of Production','productiondate','Text','17de Nov'),(14689,1447,504,'Name of Your Agency','agentname','Text','Active casting '),(14690,1447,527,'N.B. Message or Complaint Detail','description','Textarea','Wil net hoor ek het vir klasse betaal van R2300 kos R480 hemp R250 en weer klasse dep van R1000 maar geen een gedoen of gekry nie wat kan ek doen'),(14691,1448,465,'First Name','firstname','Text','THANDI'),(14692,1448,464,'Surname','surname','Text','Varoyi'),(14693,1448,468,'ID Number','id','Text','7505220443080'),(14694,1448,467,'Email Address','email','Text','simpiwevaroyi@gmail.com'),(14695,1448,463,'Telephone Number','telephone','Text','0743000642'),(14696,1448,466,'Mobile Phone Number','mobile','Text','0743000642'),(14697,1448,498,'The Job or Production','production','Text','Saatchi&Saatchi(Pty)Ltd Takealot'),(14698,1448,503,'Date of Production','productiondate','Text','26 August 2019'),(14699,1448,504,'Name of Your Agency','agentname','Text','Kidz2000'),(14700,1448,527,'N.B. Message or Complaint Detail','description','Textarea','A fraudulent contract alleged to be signed by me with Kidz2000. Being called for casting and for perfomance without a brief.\r\nBeing paid R1114 after the shoot. A year later after a query i got paid R5500 for the usage.\r\n20% deducted for the production house. Up until today have not recieved RIP5 and not knowing how much was the perfomance fee for the day.\r\nThey refuse to give me a brief and RIP5. Today I was informed that they are listed as your member which for me is false as they are not listed. This was because I confronted them with the fact that in their website they said they are listed with Nama which I find to be false as they are not listed. In their defense they said they resigned with Nama and they are with you \r\nPlease assist as iam if the view that something illegal fraudulent is happening. Our children are exploited by this agent please investigate.\r\n I stand to be corrected by your rules and regulations.\r\nRegards\r\nThandi '),(14701,1449,465,'First Name','firstname','Text','Linita '),(14702,1449,464,'Surname','surname','Text','Renecke '),(14703,1449,468,'ID Number','id','Text','8801270118089'),(14704,1449,467,'Email Address','email','Text','linitarenecke299@gmail.com'),(14705,1449,463,'Telephone Number','telephone','Text','+27747817719'),(14706,1449,466,'Mobile Phone Number','mobile','Text','0747817719'),(14707,1449,498,'The Job or Production','production','Text','Best Casting SA '),(14708,1449,503,'Date of Production','productiondate','Text',''),(14709,1449,504,'Name of Your Agency','agentname','Text','Best Casting SA'),(14710,1449,527,'N.B. Message or Complaint Detail','description','Textarea','Best Casting SA , still has not paid for work done, it is 9 months and we have not received a cent '),(14711,1450,465,'First Name','firstname','Text','Nomsa'),(14712,1450,464,'Surname','surname','Text','Ntuli'),(14713,1450,468,'ID Number','id','Text','9504030245080'),(14714,1450,467,'Email Address','email','Text','nnomsa.nommy@gmail.com'),(14715,1450,463,'Telephone Number','telephone','Text',''),(14716,1450,466,'Mobile Phone Number','mobile','Text','0659191299'),(14717,1450,498,'The Job or Production','production','Text','Foxstar/Pick n pay Ad'),(14718,1450,503,'Date of Production','productiondate','Text','2019 October '),(14719,1450,504,'Name of Your Agency','agentname','Text','Foxstar'),(14720,1450,527,'N.B. Message or Complaint Detail','description','Textarea','Hi there hope you are well. I have been trying with my agency foxstar for them to reinstate me in the agency, after they unfairly dismissed me in 2019 , Right after I was fired on set infront of everyone , the assistant director didn\'t even tell me why I was fired , the producers said they side with the AD . Aswell as my agent . \r\n\r\nI tried speaking to my agent they said I gave them attitude thats why they won\'t pay me for that last job , and i spent my transport money to get there at the time . \r\n\r\nPlease kindly assist. I was crying on set and emotionally abused by the AD for absolutely no reason . And I\'m sure the camera footage can prove it at pick n pay , also the staff of pick n pay had been very shocked why I got fired infront of everyone like that. \r\n\r\nHow can I fight this , is a ccma Even going to help me since they did not pay me ? '),(14721,1451,465,'First Name','firstname','Text','Benardo'),(14722,1451,464,'Surname','surname','Text','Pascucci'),(14723,1451,468,'ID Number','id','Text','7303195145082'),(14724,1451,467,'Email Address','email','Text','benardo.pascucci@gmail.com'),(14725,1451,463,'Telephone Number','telephone','Text','0742549920'),(14726,1451,466,'Mobile Phone Number','mobile','Text','0742549920'),(14727,1451,498,'The Job or Production','production','Text','Valentine(Pandora)McKenzie Rudolphe'),(14728,1451,503,'Date of Production','productiondate','Text','25/10/2019'),(14729,1451,504,'Name of Your Agency','agentname','Text','Funcky Lemon'),(14730,1451,527,'N.B. Message or Complaint Detail','description','Textarea','I was requested as an extra on the Valentines TVC for Pandora.\r\nOn the day i was placed opposite another extra right behind the two actors, i knew i might be featured as i was inline with the camera and there was only 4 of us in this shot.\r\nat the beginning of the year 2020 i requested my IRPs from Funcky Lemon and was told i can only get them in 2021.\r\nI found out who the production was and they told me i must get my IRPs from my agent.\r\nI looked for the TVC on YouTube and found it. when i watched it i saw myself and then called Funcky Lemon to ask why i was not paid for it and there response was that they did pay me and if i did not get the payment i must get a statement from my bank and give to them which i did and i highlighted all the payments from them.\r\non the 19/10/2020 Nadine the accountant told me they got the bank to revers the money and would send the funds.\r\nThe 16/11/2020 Nadine told me she is sure i was paid and would check with the head of accounts.\r\nOn the 24/11/2020 Nadine asked me for what job it was and i told her Pandora then she told me after confirming that i was to get paid for this job and the description they gave was Valentines/ Pandora Then the next day she told me she had emailed the head of accounts and would make sure i got paid before Christmas.\r\nIn between communicating with Nadine i also contacted the owner Craig.\r\nOn the 28/10/2020 i asked him if he knew when i would get paid and he told me he did not know anything about me not getting paid and that he would look into it.\r\n16/11/2020 I asked Craig again about payment and he told me he would get back to me,\r\n23/11/2020 Craig asked me if i had asked Nadine about the payment.\r\n21/12/2020 Craig asked me again if i had been in contact with Nadine and then he called me and promised me that he would personally pay the R1500 bump up fee for feature and the R22 000 for usage and after deduction would be R14 000 money into my account before Christmas and that was the last i heard about it yet they have been busy and have booked me on other jobs sins.\r\nThe production conformed i was featured and that they paid Funcky on the 26/02/2020 and the rest on the 03/03/2020.\r\nThis is now 10 months sins they got paid and 3 months sins they got the alleged money back from the bank.\r\nI do not believe the bank made any mistake as all my other payments came through including my standard rate for this job,\r\nThey never told me i was featured on this job, i had to find out for myself so i could of featured on a lot more and would only know if i ever get to see the TVCs.\r\n\r\nI hope you can assist me with this matter.\r\n\r\nKind regards\r\nBenardo'),(14731,1452,90,'Title','title','Text','MR'),(14732,1452,51,'First Name','firstname','Text','THULANI'),(14733,1452,52,'Surname','surname','Text','MAKHOWANE'),(14734,1452,124,'Designation','contactdesignation','Text','STOREMAN'),(14735,1452,65,'Website','website','Text','N/A'),(14736,1452,66,'Email Address','email','Text','wbho2@pienaarbros.co.za'),(14737,1452,132,'Telephone Number','telephone','Text','N/A'),(14738,1452,67,'Mobile Phone Number','mobile','Text','0766704544'),(14739,1452,72,'Company Name','companyname','Text','PIENAAR BROS NORTH'),(14740,1452,125,'Trading Name','tradingname','Text','PPE'),(14741,1452,126,'Company Type','companytype','Radio Group','Pty Ltd'),(14742,1452,127,'Company Registration','companyregistration','Text',''),(14743,1452,79,'Physical Address','address1','Text','9 BEKKER STREET '),(14744,1452,80,'Suburb','suburb','Text','TRICHARDT'),(14745,1452,81,'Town or City','towncity','Text','SECUNDA'),(14746,1452,297,'Province','province','Select List','Mpumulanga'),(14747,1452,95,'Postcode','postcode','Text','2285'),(14748,1452,100,'Postal Address 1','postaladdress1','Text','14349 EXT 15 EMBALENHLE'),(14749,1452,101,'Postal Address 2','postaladdress2','Text',''),(14750,1452,102,'Postcode','postcodepostal','Text','2285'),(14751,1452,145,'Casting Type','castingtype','Select List','Background Extras'),(14752,1452,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(14753,1452,175,'First & Surname','owner1name','Text','THULANI MAKHOWANE'),(14754,1452,176,' ID Number','owner1id','Text','8506045357082'),(14755,1452,177,'Position','owner1position','Text','STOREMAN'),(14756,1452,186,'Mobile Phone Number','owner1mobile','Text','0766704544'),(14757,1452,191,'First & Surname','firstsurname2','Text',''),(14758,1452,196,'ID Number','idnumberowner2','Text',''),(14759,1452,197,'Position','position2','Text',''),(14760,1452,202,'Mobile Phone Number','mobilenumber2','Text',''),(14761,1452,207,'First & Surname','firstnamesurname3','Text',''),(14762,1452,208,'ID Number','idnumber3','Text',''),(14763,1452,213,'Position','position3','Text',''),(14764,1452,214,'Mobile Phone Number','mobile3','Text',''),(14765,1452,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(14766,1452,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload',''),(14767,1452,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/proof_of_residential_adress.pdf'),(14768,1452,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/PHOTOCOPY_ID.pdf'),(14769,1452,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(14770,1452,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(14771,1452,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/651c9cc59f9f9aeb0ef89841a6ac2779_PHOTOCOPY_ID.pdf'),(14772,1452,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/7f1873043b68621df5eb7931ed889b5b_proof_of_residential_adress.pdf'),(14773,1452,259,'Proof of Physical Address','proofaddress','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/658636b7fcdc8da10c41cd59bf14fd3a_proof_of_residential_adress.pdf'),(14774,1453,465,'First Name','firstname','Text','Eric '),(14775,1453,464,'Surname','surname','Text','Jali '),(14776,1453,468,'ID Number','id','Text','8102255604080 '),(14777,1453,467,'Email Address','email','Text','ericjali02@gmail.com'),(14778,1453,463,'Telephone Number','telephone','Text','0813464449'),(14779,1453,466,'Mobile Phone Number','mobile','Text','0813464449'),(14780,1453,498,'The Job or Production','production','Text','Isono'),(14781,1453,503,'Date of Production','productiondate','Text','26 February 2020 '),(14782,1453,504,'Name of Your Agency','agentname','Text','Cast X'),(14783,1453,527,'N.B. Message or Complaint Detail','description','Textarea','My first shoot for Isono was on the 26th of February 2020 and then after the first shoot I did 4 more shoots the last one was on the 3rd of October 2020, my problem is that I have not been paid for any of the work I did for this project. Every time I try to get an update from my agent about the payment I keep excuses and then my agent would promise to call me back with the feedback and would also email me the feedback but they never keep their promises. Every time I call them I never get a clear indication of when my payment would be made, we are already approaching the 11th month since the project started and I was not paid even once and last weekend on the 14th of January 2021 I spoke to the agent again she promised me that she was going to make a payment on the very same day and it would take 3 to 4 working days to appear on my account and I gave them a benefit of the doubt and waited for them, but while I was waiting I checked my bank account statement whether there is money waiting to cleared and I found nothing and then I called the agency on 20th of January 2021 to check what could be the delay and I the agent told that she doesn\'t know what is delay and said she was going to call her bank and will call me back once she has spoken to the bank and I gave them 3 house to call me back which they didn\'t do and I called them a couple times but they didn\'t answer my calls and I know that they knew it was me calling because I did a Whatsapp call. Then I sent them an email saying if I received a payment or a proof of payment at least by close of business on the 20th of January 2021 I would report the matter to Oscasa and now here we are. '),(14784,1454,90,'Title','title','Text','Adverting and Modeling'),(14785,1454,51,'First Name','firstname','Text','Kamogelo'),(14786,1454,52,'Surname','surname','Text','Ramatlo'),(14787,1454,124,'Designation','contactdesignation','Text','None'),(14788,1454,65,'Website','website','Text','None'),(14789,1454,66,'Email Address','email','Text','kamogeloramatlo@gmail.com'),(14790,1454,132,'Telephone Number','telephone','Text','0640783879'),(14791,1454,67,'Mobile Phone Number','mobile','Text','0640783879'),(14792,1454,72,'Company Name','companyname','Text','None'),(14793,1454,125,'Trading Name','tradingname','Text','Billy Ah!'),(14794,1454,126,'Company Type','companytype','Radio Group','CC'),(14795,1454,127,'Company Registration','companyregistration','Text','None'),(14796,1454,79,'Physical Address','address1','Text','Mohiyeni Street'),(14797,1454,80,'Suburb','suburb','Text','Johannesburg'),(14798,1454,81,'Town or City','towncity','Text','Johannesburg'),(14799,1454,297,'Province','province','Select List','Gauteng'),(14800,1454,95,'Postcode','postcode','Text','1818'),(14801,1454,100,'Postal Address 1','postaladdress1','Text','Mohiyeni Street'),(14802,1454,101,'Postal Address 2','postaladdress2','Text','Dlamini 2'),(14803,1454,102,'Postcode','postcodepostal','Text','1818'),(14804,1454,145,'Casting Type','castingtype','Select List','Featured Extras'),(14805,1454,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(14806,1454,175,'First & Surname','owner1name','Text','Kamogelo Ramatlo'),(14807,1454,176,' ID Number','owner1id','Text','0107245932085'),(14808,1454,177,'Position','owner1position','Text','Membership'),(14809,1454,186,'Mobile Phone Number','owner1mobile','Text','0640783879'),(14810,1454,191,'First & Surname','firstsurname2','Text',''),(14811,1454,196,'ID Number','idnumberowner2','Text',''),(14812,1454,197,'Position','position2','Text',''),(14813,1454,202,'Mobile Phone Number','mobilenumber2','Text',''),(14814,1454,207,'First & Surname','firstnamesurname3','Text',''),(14815,1454,208,'ID Number','idnumber3','Text',''),(14816,1454,213,'Position','position3','Text',''),(14817,1454,214,'Mobile Phone Number','mobile3','Text',''),(14818,1454,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(14819,1454,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload',''),(14820,1454,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/20200808_042125.jpg'),(14821,1454,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/dd1924f1ca30619ebe41e58383517f42_20200808_042125.jpg'),(14822,1454,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(14823,1454,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(14824,1454,249,'Letter from Bank (Confirming account)','bankletter','File Upload',''),(14825,1454,250,'Tax Clearance Certificate','taxclearance','File Upload',''),(14826,1454,259,'Proof of Physical Address','proofaddress','File Upload',''),(14827,1455,465,'First Name','firstname','Text','Pauline '),(14828,1455,464,'Surname','surname','Text','Herman '),(14829,1455,468,'ID Number','id','Text','7108180508081 '),(14830,1455,467,'Email Address','email','Text','pherman08@gmail.com'),(14831,1455,463,'Telephone Number','telephone','Text',''),(14832,1455,466,'Mobile Phone Number','mobile','Text','0765194568 '),(14833,1455,498,'The Job or Production','production','Text','Albany commercial '),(14834,1455,503,'Date of Production','productiondate','Text','20th October 2020 '),(14835,1455,504,'Name of Your Agency','agentname','Text','Funkylemon '),(14836,1455,527,'N.B. Message or Complaint Detail','description','Textarea','Hi I didn\'t receive any payment yet its been five months. Craige is not replying 2 my messages I send him the clip in January and it\'s been aired since early November. Can u please help'),(14837,1456,465,'First Name','firstname','Text','Rethabile'),(14838,1456,464,'Surname','surname','Text','Setsubi'),(14839,1456,468,'ID Number','id','Text','0406250725081'),(14840,1456,467,'Email Address','email','Text','dmsetsubi@gmail.com'),(14841,1456,463,'Telephone Number','telephone','Text','+27832864918'),(14842,1456,466,'Mobile Phone Number','mobile','Text','+27832864918'),(14843,1456,498,'The Job or Production','production','Text','Fanta Advert'),(14844,1456,503,'Date of Production','productiondate','Text','December 2019'),(14845,1456,504,'Name of Your Agency','agentname','Text','Unique Select Casting (Unique Select Pty Ltd)'),(14846,1456,527,'N.B. Message or Complaint Detail','description','Textarea','I wish to lay a complaint against a casting agency registered with your organisation called Unique Select (Pty) Ltd trading as US Casting (Registration number: 201634361307)\r\n\r\nI was featured by the casting company in a Fanta advert in November 2019 and I was promised to be paid R42 000.00 but only R36 000 was paid. They are refusing to pay R6000\r\n\r\nThe US Casting has also failed to pay for Fanta Usage Renewal fee of R24 090.00 and sending me from pillar to post\r\n\r\nKind regards \r\nRethabile Setsubi\r\ndmsetsubi@gmail.com\r\n083 286 4918'),(14847,1457,90,'Title','title','Text','Ms'),(14848,1457,51,'First Name','firstname','Text','Nomaxabiso'),(14849,1457,52,'Surname','surname','Text','Mahlawe'),(14850,1457,124,'Designation','contactdesignation','Text','Director'),(14851,1457,65,'Website','website','Text',''),(14852,1457,66,'Email Address','email','Text','umzilakantu@gmail.com'),(14853,1457,132,'Telephone Number','telephone','Text','0797231685'),(14854,1457,67,'Mobile Phone Number','mobile','Text','0797231685'),(14855,1457,72,'Company Name','companyname','Text','Umzilakantu Family Foundation'),(14856,1457,125,'Trading Name','tradingname','Text','Kiddzpas'),(14857,1457,126,'Company Type','companytype','Radio Group','CC'),(14858,1457,127,'Company Registration','companyregistration','Text','2020/804863'),(14859,1457,79,'Physical Address','address1','Text','1 Alfred Road'),(14860,1457,80,'Suburb','suburb','Text','Vincent'),(14861,1457,81,'Town or City','towncity','Text','East london'),(14862,1457,297,'Province','province','Select List','Eastern Cape'),(14863,1457,95,'Postcode','postcode','Text','5201'),(14864,1457,100,'Postal Address 1','postaladdress1','Text','1 Alfred Road'),(14865,1457,101,'Postal Address 2','postaladdress2','Text','East London'),(14866,1457,102,'Postcode','postcodepostal','Text','5201'),(14867,1457,145,'Casting Type','castingtype','Select List','Kids'),(14868,1457,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(14869,1457,175,'First & Surname','owner1name','Text','Nomaxabiso'),(14870,1457,176,' ID Number','owner1id','Text','6609030807087'),(14871,1457,177,'Position','owner1position','Text','Director'),(14872,1457,186,'Mobile Phone Number','owner1mobile','Text','0797231685'),(14873,1457,191,'First & Surname','firstsurname2','Text',''),(14874,1457,196,'ID Number','idnumberowner2','Text',''),(14875,1457,197,'Position','position2','Text','');
INSERT INTO `jos7e_facileforms_subrecords` VALUES (14876,1457,202,'Mobile Phone Number','mobilenumber2','Text',''),(14877,1457,207,'First & Surname','firstnamesurname3','Text',''),(14878,1457,208,'ID Number','idnumber3','Text',''),(14879,1457,213,'Position','position3','Text',''),(14880,1457,214,'Mobile Phone Number','mobile3','Text',''),(14881,1457,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(14882,1457,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/3280ba1ca567d90a99f03f6b6bcf7d8c_OSCASA_Ts-Cs-Code-Of-Conduct-Constitution_v21.pdf'),(14883,1457,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/POP_Oscasa595.pdf'),(14884,1457,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/Nomaxabiso_Luzipo_ID__1_.pdf'),(14885,1457,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(14886,1457,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(14887,1457,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/Account_confirmation_03-30-2021-14.58.pdf'),(14888,1457,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/UMZILA_Tax_Compliance_Status.pdf'),(14889,1457,259,'Proof of Physical Address','proofaddress','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/PoR_2021_NK_Mahlawe.pdf'),(14890,1458,465,'First Name','firstname','Text','Christian '),(14891,1458,464,'Surname','surname','Text','de Jager'),(14892,1458,468,'ID Number','id','Text','7206155065085'),(14893,1458,467,'Email Address','email','Text','xtian.dejager@gmail.com'),(14894,1458,463,'Telephone Number','telephone','Text','0727733757'),(14895,1458,466,'Mobile Phone Number','mobile','Text','0727733757'),(14896,1458,498,'The Job or Production','production','Text','Legacy/ Tshedza Productions'),(14897,1458,503,'Date of Production','productiondate','Text','April 2021'),(14898,1458,504,'Name of Your Agency','agentname','Text','Semantic Profesionals'),(14899,1458,527,'N.B. Message or Complaint Detail','description','Textarea','On the 24th March I started shooting on Legacy for a bit part as David the Butler. My agent booked as a stand by on this day. The next day I was booked again and I was informed that I will be the Butler going forward. In March I worked 24, 25, 26,30 and 31.I worked in April till I was booked on the 8/04/2021. I got to set, went to ward robe. I was called by the assistant AD and told that I am rapped and go home. I was in set all for about 30 minutes. No reason was provided by production when I asked. since the 8th I tried to get hold of my agent, he ignored my calls, did not answer any of my calls or returned missed calls. \r\nI even contacted Paddy from production who was very evasive and good not give me any answers. \r\nFrom the 8th till 19th I had no communication from either my agent or production. I waited to be booked and nothing happened. Even Thandi, the girl who plays the cleaning lady contacted me and asked if I know what is going on as she and her agent also have no communication from production.\r\nAs a freelancer and in a very tough industry at the moment, I have to earn money to be able to survive, I was without work for 2 weeks due to the tissue with communication from production and my agent.\r\nI then contacted other agents to book me as I could no longer sit without working.\r\nOn the 19th Shane from Perfect casting booked me for Getroud met Rugby, I was great full and accepted the booking.\r\nThe same day at 18h06 all of a sudden my agents whats app me that I am booked for the 20th to shoot Legacy.\r\nI told him the same story I told you above about no communication and no feedback and that I needed to work and accepted another booking. \r\nHe then contacted production and they replaced me. This after I went back to my agent and told him I will cancel my booking and will be on set for Legacy as it is a great opportunity that does not come along everyday, I told him that I would not like to loose it.\r\nPlease assist.\r\n'),(14900,1459,465,'First Name','firstname','Text','Hlengiwe'),(14901,1459,464,'Surname','surname','Text','Mbatha'),(14902,1459,468,'ID Number','id','Text','9110160244081'),(14903,1459,467,'Email Address','email','Text','Hlengyartists@gmail.com'),(14904,1459,463,'Telephone Number','telephone','Text','0780258472'),(14905,1459,466,'Mobile Phone Number','mobile','Text','0780258472'),(14906,1459,498,'The Job or Production','production','Text','Blue ice africa'),(14907,1459,503,'Date of Production','productiondate','Text','17-19 february 2021'),(14908,1459,504,'Name of Your Agency','agentname','Text','Professional background aryists'),(14909,1459,527,'N.B. Message or Complaint Detail','description','Textarea','Hi. I\'d like to report my agent. I was booked for a shoot for 3 days. On set for 12hours and more. My agent told tbe rate is R450 per call. Yet the document i signed says the rate is R847 per call. After all deductions. Original is R1300 of which the agent fee is already deducted and tax. Rate after deductions is R847. We worked overtime too. On the last scene. Production told us we will get overtime. Yet we did not. Total amount for 3 days was meant to be R2500+ yet i got R1350 from my agent. Its a rip off. How can i claim these funds? Was the agent meant to take more. Even though the original agent fee has been deducted already?. \r\nYour help would be appreciated.\r\nThanks'),(14910,1460,465,'First Name','firstname','Text','Leo'),(14911,1460,464,'Surname','surname','Text','Ming'),(14912,1460,468,'ID Number','id','Text','6203035266083'),(14913,1460,467,'Email Address','email','Text','leo@mingsmartialarts.co.za'),(14914,1460,463,'Telephone Number','telephone','Text',''),(14915,1460,466,'Mobile Phone Number','mobile','Text','0833780468'),(14916,1460,498,'The Job or Production','production','Text','Toyota'),(14917,1460,503,'Date of Production','productiondate','Text','sept 2018'),(14918,1460,504,'Name of Your Agency','agentname','Text','s.a. models (aka fillipino house of commerce s.a'),(14919,1460,527,'N.B. Message or Complaint Detail','description','Textarea','Good day.\r\nCould you please help with my 2 issues on the same tv ad being Toyota. I don\'t have anyone to help or anyone to give advice on this matter.\r\n\r\nI have reason to believe my agent S.A.Models did not look after my interests in the following ways: \r\na. not forthcoming & evasive (have text to substantiate) \r\nb. they wanted to take 2 lots of agents fees of 25% ie 50% -have proof.\r\nc. unapproachable- have proof of text\r\nd. not informing me about the renewal rates in my Toyota contract \r\n\r\nI don\'t know if they are a legit agency.? \r\n\r\nThe second agenda is whether the production house could have incorrectly paid the usage fee on renewal instead of the performance fee ? If so, could I have recourse with this?\r\n\r\nThank you !\r\nLeo\r\n'),(14920,1461,465,'First Name','firstname','Text','Tracy-leigh'),(14921,1461,464,'Surname','surname','Text','Cupido'),(14922,1461,468,'ID Number','id','Text','9702210160083'),(14923,1461,467,'Email Address','email','Text','Traceycupido2@gmail.com'),(14924,1461,463,'Telephone Number','telephone','Text',''),(14925,1461,466,'Mobile Phone Number','mobile','Text','+27823577439'),(14926,1461,498,'The Job or Production','production','Text','Venus Flytrap'),(14927,1461,503,'Date of Production','productiondate','Text','4 May 2021 - 3 June 2021'),(14928,1461,504,'Name of Your Agency','agentname','Text','Funky Lemon'),(14929,1461,527,'N.B. Message or Complaint Detail','description','Textarea','I recently got asked to be a stand in for VFT and initially said no as I knew I wouldn\'t be able to work the full period. I made my agent aware of that and I sent the dates that I would have to go on leave, but after going on leave, and then working, I was told they replacing me for the exact reason that I made clear at the beginning before starting. So they were aware that I\'m a full time student who would have tests to write. So was the whole situation fair? \r\n\r\nWhen working, the agreement was that I got paid weekly but that wasn\'t the case, I assumed they would pay me eventually but I\'m still waiting. I contacted them 2 weeks ago, and still check in for feedback or to enquire about my payments but I keep hearing excuses. The latest was the payment was processed on Saturday the 19th June, but its the 24th and nothing is reflecting on my side. \r\nWhat can my best course of action be? As this is not the first time I\'ve had payment issues with this agency'),(14930,1462,465,'First Name','firstname','Text','Patrick'),(14931,1462,464,'Surname','surname','Text','Weston'),(14932,1462,468,'ID Number','id','Text','9006265218089'),(14933,1462,467,'Email Address','email','Text','patrickcharlesweston@gmail.com'),(14934,1462,463,'Telephone Number','telephone','Text','0607690223 '),(14935,1462,466,'Mobile Phone Number','mobile','Text','0607690223 '),(14936,1462,498,'The Job or Production','production','Text','Background extra '),(14937,1462,503,'Date of Production','productiondate','Text','2021-04-03'),(14938,1462,504,'Name of Your Agency','agentname','Text','Patrick Weston'),(14939,1462,527,'N.B. Message or Complaint Detail','description','Textarea','Hi there you speaking to Patrick Weston, I work for several agencies however Funky Lemon is seriously out of hand. I never got paid for a shoot called - Hardmade which was on the 2021-03-12 and another shoot called Strayer TVC which was on 2021-04-03. I contacted Naidine the lady who aparently is in charge of the payments and she said she was going to pay and she still hasn\'t done a thing about it. Oh by the way i actually had to prove on my side that I never got paid for Strayer TVC because they marked me as paid. Please contact me to explain further how bad this agency really is if needed. '),(14940,1463,90,'Title','title','Text','Mr'),(14941,1463,51,'First Name','firstname','Text','mojalefa Benedict '),(14942,1463,52,'Surname','surname','Text','Tutubala '),(14943,1463,124,'Designation','contactdesignation','Text','acting Agency '),(14944,1463,65,'Website','website','Text','http//mbtutubala0228.wixsite.com/kasifilmcastingagenc '),(14945,1463,66,'Email Address','email','Text','kasifilmcasting@gmail.com'),(14946,1463,132,'Telephone Number','telephone','Text','0683906459'),(14947,1463,67,'Mobile Phone Number','mobile','Text','0683906459'),(14948,1463,72,'Company Name','companyname','Text','kasi film Casting Agency '),(14949,1463,125,'Trading Name','tradingname','Text','kasi film Casting Agency '),(14950,1463,126,'Company Type','companytype','Radio Group','Pty Ltd'),(14951,1463,127,'Company Registration','companyregistration','Text','2021/744473/07'),(14952,1463,79,'Physical Address','address1','Text','247 '),(14953,1463,80,'Suburb','suburb','Text','section c '),(14954,1463,81,'Town or City','towncity','Text','Botshabelo '),(14955,1463,297,'Province','province','Select List','Free State'),(14956,1463,95,'Postcode','postcode','Text','9781'),(14957,1463,100,'Postal Address 1','postaladdress1','Text','247 section c Botshabelo '),(14958,1463,101,'Postal Address 2','postaladdress2','Text',''),(14959,1463,102,'Postcode','postcodepostal','Text','9781'),(14960,1463,145,'Casting Type','castingtype','Select List','Characters'),(14961,1463,145,'Casting Type','castingtype','Select List','Kids'),(14962,1463,145,'Casting Type','castingtype','Select List','Walk Ons'),(14963,1463,145,'Casting Type','castingtype','Select List','Featured Extras'),(14964,1463,145,'Casting Type','castingtype','Select List','Background Extras'),(14965,1463,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(14966,1463,175,'First & Surname','owner1name','Text','mojalefa Benedict Tutubala '),(14967,1463,176,' ID Number','owner1id','Text','0202286209087'),(14968,1463,177,'Position','owner1position','Text','Executive director '),(14969,1463,186,'Mobile Phone Number','owner1mobile','Text','0683906459'),(14970,1463,191,'First & Surname','firstsurname2','Text',''),(14971,1463,196,'ID Number','idnumberowner2','Text',''),(14972,1463,197,'Position','position2','Text',''),(14973,1463,202,'Mobile Phone Number','mobilenumber2','Text',''),(14974,1463,207,'First & Surname','firstnamesurname3','Text',''),(14975,1463,208,'ID Number','idnumber3','Text',''),(14976,1463,213,'Position','position3','Text',''),(14977,1463,214,'Mobile Phone Number','mobile3','Text',''),(14978,1463,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(14979,1463,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/WELCOME.pdf'),(14980,1463,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/SARS_Document.pdf'),(14981,1463,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/IMG_20201126_180224.jpg'),(14982,1463,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(14983,1463,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(14984,1463,249,'Letter from Bank (Confirming account)','bankletter','File Upload',''),(14985,1463,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/SARS_Tax_Document.pdf'),(14986,1463,259,'Proof of Physical Address','proofaddress','File Upload',''),(14987,1464,465,'First Name','firstname','Text','Loraine'),(14988,1464,464,'Surname','surname','Text','Karam'),(14989,1464,468,'ID Number','id','Text','5505250132084'),(14990,1464,467,'Email Address','email','Text','loraine@uniqueselectcasting.co.za'),(14991,1464,463,'Telephone Number','telephone','Text','+27843205874'),(14992,1464,466,'Mobile Phone Number','mobile','Text','0843205874'),(14993,1464,498,'The Job or Production','production','Text','Toyota SA Job no 10034083JB'),(14994,1464,503,'Date of Production','productiondate','Text',''),(14995,1464,504,'Name of Your Agency','agentname','Text','Unique Select Pty Ltd'),(14996,1464,527,'N.B. Message or Complaint Detail','description','Textarea','Hi Pene,\r\n\r\nIs it possible for me to contact you re some issues, regarding Beatrice Jubane who longer is a director of Unique Select Pty Ltd?\r\n\r\nThanks\r\n\r\nKind regards\r\nLoraine'),(14997,1465,465,'First Name','firstname','Text','Margo'),(14998,1465,464,'Surname','surname','Text','Daniels'),(14999,1465,468,'ID Number','id','Text','9008100454085'),(15000,1465,467,'Email Address','email','Text','margod1008@gmail.com'),(15001,1465,463,'Telephone Number','telephone','Text','N/A'),(15002,1465,466,'Mobile Phone Number','mobile','Text','0679634427'),(15003,1465,498,'The Job or Production','production','Text','Woolworths clothing stills'),(15004,1465,503,'Date of Production','productiondate','Text','4 June 2021'),(15005,1465,504,'Name of Your Agency','agentname','Text','KIDO Agency'),(15006,1465,527,'N.B. Message or Complaint Detail','description','Textarea','Query or possible complaint.\r\n\r\nMy daughter Saige is represented by Kido Agency. They requested her for casting on 2 June 2021\r\nPlease see message from booking agent below :\r\n\" WOOLWORTHS Clothing Stills \r\n\r\nRequest casting tomorrow 2 June@ Bigsky Offices, Unit 1 Dunkley House, 32 Barnet Street, Cape Town, 8001\r\n\r\nSaige\r\nAkahlu \r\nDané\r\nBathandwa \r\nLuhlelo \r\n\r\nBetween 10:00 - 13:00\r\n*please let me know what time you are able to attend*\r\n\r\nNeed to fit Woolworths 18-24 months clothing. \r\n\r\nShoot: 3-4 June\r\n\r\nRates: R2736/day (all incl)\r\n\r\nPlease let me know as soon as possible. Thanks! Monya (Kido)\"\r\n\r\nI asked if there was a usuage fee and Monya replied no they do not pay usuage fee for stills . \r\n\r\n Please see next message from KiDo:\r\n\r\nWOOLWORTHS Clothing stills \r\n\r\nShortlist: \r\nSaige \r\n\r\nShoot Friday 4 June\r\n\r\nPlease let me know where you stay so we can arrange for a rapid covid test for the parent\r\n\r\nPlease share Saige’s sleeping details with me so we can plan around that \r\n\r\n?? \r\n\r\nMore details to follow tomorrow! \r\n\r\nPlease let me know as soon as possible. Thanks! Monya (Kido)\"\r\n\r\nHowever tonight a Woolworths advert was aired on dstv channel 147 at about 22:33. \r\nSaige was featured. Eating an apple which is exactly what Saige was doing on the day of the shoot.\r\n\r\nSaige was paid 2 days ago an exact amount R1563.60 for 1 days work but for stills. \r\n\r\nWhat should I do now that Saige has been featured in the woolworths advert? \r\n\r\nI have already made Monya aware of the advert that was aired . She will most likely respond in the morning.\r\n\r\nRegards \r\nMargo'),(15007,1466,465,'First Name','firstname','Text','Leo'),(15008,1466,464,'Surname','surname','Text','Ming'),(15009,1466,468,'ID Number','id','Text','6203035266083'),(15010,1466,467,'Email Address','email','Text','leo@mingsmartialarts.co.za'),(15011,1466,463,'Telephone Number','telephone','Text',''),(15012,1466,466,'Mobile Phone Number','mobile','Text','0833780468'),(15013,1466,498,'The Job or Production','production','Text','Toyota'),(15014,1466,503,'Date of Production','productiondate','Text','sept 2018'),(15015,1466,504,'Name of Your Agency','agentname','Text','s.a. models (aka fillipino house of commerce s.a'),(15016,1466,527,'N.B. Message or Complaint Detail','description','Textarea','good day, I have left 2 emails well over 1 month ago, but have no reply from anyone ??'),(15017,1467,465,'First Name','firstname','Text','Leo'),(15018,1467,464,'Surname','surname','Text','Ming'),(15019,1467,468,'ID Number','id','Text','6203035266083'),(15020,1467,467,'Email Address','email','Text','leo@mingsmartialarts.co.za'),(15021,1467,463,'Telephone Number','telephone','Text',''),(15022,1467,466,'Mobile Phone Number','mobile','Text','0833780468'),(15023,1467,498,'The Job or Production','production','Text','touota'),(15024,1467,503,'Date of Production','productiondate','Text','sept 2018'),(15025,1467,504,'Name of Your Agency','agentname','Text','s.a. models (aka fillipino house of commerce s.a'),(15026,1467,527,'N.B. Message or Complaint Detail','description','Textarea','Pls could I get response. This being my 3rd email'),(15027,1468,465,'First Name','firstname','Text','Armando'),(15028,1468,464,'Surname','surname','Text','De Leca'),(15029,1468,468,'ID Number','id','Text','8412265192087'),(15030,1468,467,'Email Address','email','Text','armandodeleca@gmail.com'),(15031,1468,463,'Telephone Number','telephone','Text',''),(15032,1468,466,'Mobile Phone Number','mobile','Text','0823717322'),(15033,1468,498,'The Job or Production','production','Text','N/A'),(15034,1468,503,'Date of Production','productiondate','Text','N/A'),(15035,1468,504,'Name of Your Agency','agentname','Text','N/A'),(15036,1468,527,'N.B. Message or Complaint Detail','description','Textarea','Why are we forcing people to get vaccinated to work? It’s against the law to force someone to take a medical procedure against there consent - Nuremberg code! Everyone gets tested on set regardless so keep that going but making it a compulsory to vaccinate is ridiculous. Both vaccinated and unvaccinated can get infected and transfer infection to another. It should be a personal choice just like the one we take to going to work. It is our constitutional right. Our body. Our choice. \r\nKind regards'),(15037,1469,465,'First Name','firstname','Text','Hanno'),(15038,1469,464,'Surname','surname','Text','Jacobs'),(15039,1469,468,'ID Number','id','Text','7306105226082'),(15040,1469,467,'Email Address','email','Text','hannojacobs@gmail.com'),(15041,1469,463,'Telephone Number','telephone','Text','062 4685134'),(15042,1469,466,'Mobile Phone Number','mobile','Text','062 4685134'),(15043,1469,498,'The Job or Production','production','Text','Actor/ stunt / cast coordinator '),(15044,1469,503,'Date of Production','productiondate','Text','Current '),(15045,1469,504,'Name of Your Agency','agentname','Text','Industry complaint- agency unnamed '),(15046,1469,527,'N.B. Message or Complaint Detail','description','Textarea','To whom it may concern \r\n\r\nHope this finds you well.\r\n\r\nI would like to know if you can inform me to our rights as artist in CT film industry \r\nto the following issue that we face. \r\nProductions/ agents have been asking for vaccinated ppl only for Productions and if you are not vaccinated you will not be used on productions. \r\nI have writen proove of this and links to where its advertises on social media, and i have personally lost work opportunities because im unvaccenated as per the constitutional right i have.\r\n\r\nI would like to oscasa to make a official statement regarding the fact that we are forced to be vaccinated to work on set , after it was stated by our President that nobody can be forced to vaccinated. It is a constitutional right that we can choose.. We are SA workforce and we pay SA TAX.\r\n\r\nI feel that this is a very urgent matter and needs your attention immediately, and would appreciate a prompt reply regarding the matter, since we, the film family of Cape Town is loosing our only way of income as i write this letter. \r\nI would like to thank you for your time and kind consideration regarding this urgent matter , and await your reply. \r\n\r\nKind regard\r\nHanno Jacobs\r\nActor / Cast Coordinator\r\n'),(15047,1470,465,'First Name','firstname','Text','Asanele'),(15048,1470,464,'Surname','surname','Text','Malibeni'),(15049,1470,468,'ID Number','id','Text','9106020836082'),(15050,1470,467,'Email Address','email','Text','asanele165@gmail.com'),(15051,1470,463,'Telephone Number','telephone','Text','0737849270'),(15052,1470,466,'Mobile Phone Number','mobile','Text','0737849270'),(15053,1470,498,'The Job or Production','production','Text','Extras'),(15054,1470,503,'Date of Production','productiondate','Text','NA'),(15055,1470,504,'Name of Your Agency','agentname','Text','Asanele Malibeni'),(15056,1470,527,'N.B. Message or Complaint Detail','description','Textarea','Hi,i am looking to register on becky casting agency in Johannesburg,i am looking to find out if they registered and legit before i pay the registration fee.thank you'),(15057,1471,465,'First Name','firstname','Text','Albenaise'),(15058,1471,464,'Surname','surname','Text','Stout'),(15059,1471,468,'ID Number','id','Text','9204240131085'),(15060,1471,467,'Email Address','email','Text','Menecia.stout@gmail.com'),(15061,1471,463,'Telephone Number','telephone','Text','0814508872'),(15062,1471,466,'Mobile Phone Number','mobile','Text','0814508872'),(15063,1471,498,'The Job or Production','production','Text','Pampers'),(15064,1471,503,'Date of Production','productiondate','Text','11/12 August 2021'),(15065,1471,504,'Name of Your Agency','agentname','Text','Candy Models'),(15066,1471,527,'N.B. Message or Complaint Detail','description','Textarea','Hi \r\n\r\nMy daughter did a Pampers diaper shoot on the 11/12 August contact from the agency was made for payment to be made on the 14th December whereby verbal telephonic agreement was made that one payment will be made into her bank account and the rest of the payment will be paid ASAP.\r\nDecember 16th money was in, its now January 5th 2022.\r\n3 Months waiting period was done on my side for payment as was being on time for the shoot.payment should be made on time too.I don\'t have to go about explaining that my daughter needs things.I sent a email to ask about payment info...no response.\r\nI sent another and now I\'m contacting you.\r\n\r\nThank you!'),(15067,1472,465,'First Name','firstname','Text','Peter'),(15068,1472,464,'Surname','surname','Text','Clark'),(15069,1472,468,'ID Number','id','Text','6902085038082'),(15070,1472,467,'Email Address','email','Text','clarkpeter1969@gmail.com'),(15071,1472,463,'Telephone Number','telephone','Text',''),(15072,1472,466,'Mobile Phone Number','mobile','Text','0729936661'),(15073,1472,498,'The Job or Production','production','Text','Luddick'),(15074,1472,503,'Date of Production','productiondate','Text',''),(15075,1472,504,'Name of Your Agency','agentname','Text','Peter Clark'),(15076,1472,527,'N.B. Message or Complaint Detail','description','Textarea','Please inform me of my status as an artist to be available to do productions'),(15077,1473,465,'First Name','firstname','Text','Carmen '),(15078,1473,464,'Surname','surname','Text','Mackenzie /Naidoo '),(15079,1473,468,'ID Number','id','Text','8607160165084 '),(15080,1473,467,'Email Address','email','Text','Carmenmackenzie011@outlook.com'),(15081,1473,463,'Telephone Number','telephone','Text',''),(15082,1473,466,'Mobile Phone Number','mobile','Text','0660330190 '),(15083,1473,498,'The Job or Production','production','Text','Skaapboer Pty Ltd '),(15084,1473,503,'Date of Production','productiondate','Text','9th and 11th September 2021 '),(15085,1473,504,'Name of Your Agency','agentname','Text','Eventpho talent management '),(15086,1473,527,'N.B. Message or Complaint Detail','description','Textarea','I worked on the skaapboer production on the 9th and 11th of September 2021 the treatment that some of the crew gave me was very bad, but my initial complaint is about not receiving any forms of payment from the skaapboer production since September 2021 I have been enquiring with my above mentioned agent numerous times but I have not been receiving a satisfactory response as to why I am still waiting for payment after so long instead I have been silenced for what I am rightfully Intitled to as a background artist. I would please want assistance /help regarding this matter. '),(15087,1474,465,'First Name','firstname','Text','Itumeleng '),(15088,1474,464,'Surname','surname','Text','Motsisi '),(15089,1474,468,'ID Number','id','Text','0008205098083'),(15090,1474,467,'Email Address','email','Text','Presitumotsisi@gmail.com'),(15091,1474,463,'Telephone Number','telephone','Text',''),(15092,1474,466,'Mobile Phone Number','mobile','Text','0670990599'),(15093,1474,498,'The Job or Production','production','Text','None'),(15094,1474,503,'Date of Production','productiondate','Text','None'),(15095,1474,504,'Name of Your Agency','agentname','Text','None'),(15096,1474,527,'N.B. Message or Complaint Detail','description','Textarea','Good day. \r\n\r\nI would like to register my modeling agency so I would like to know what does it requires for me to register with you! '),(15097,1475,465,'First Name','firstname','Text','Sophia'),(15098,1475,464,'Surname','surname','Text','Wheeler'),(15099,1475,468,'ID Number','id','Text','7205250266085'),(15100,1475,467,'Email Address','email','Text','wheelersophia97@gmail.com'),(15101,1475,463,'Telephone Number','telephone','Text','0634082110'),(15102,1475,466,'Mobile Phone Number','mobile','Text','0634082110'),(15103,1475,498,'The Job or Production','production','Text','Welfare'),(15104,1475,503,'Date of Production','productiondate','Text','Don\'t know yet'),(15105,1475,504,'Name of Your Agency','agentname','Text','Free lance'),(15106,1475,527,'N.B. Message or Complaint Detail','description','Textarea','Good day I just want to know more about welfare for actors and what the job implies. What is the responsibility for welfare of up coming reality show'),(15107,1476,90,'Title','title','Text','Mrs'),(15108,1476,51,'First Name','firstname','Text','Lizelle Janice'),(15109,1476,52,'Surname','surname','Text','Flemming'),(15110,1476,124,'Designation','contactdesignation','Text','Casting'),(15111,1476,65,'Website','website','Text','www.inthespotlightproductions.co.za'),(15112,1476,66,'Email Address','email','Text','lizelle@inthespotlightproductions.co.za'),(15113,1476,132,'Telephone Number','telephone','Text','0766619941'),(15114,1476,67,'Mobile Phone Number','mobile','Text','0766619941'),(15115,1476,72,'Company Name','companyname','Text','In the Spotlight Productions'),(15116,1476,125,'Trading Name','tradingname','Text','In the Spotlight Productions'),(15117,1476,126,'Company Type','companytype','Radio Group','Pty Ltd'),(15118,1476,127,'Company Registration','companyregistration','Text','2022/299925/07'),(15119,1476,79,'Physical Address','address1','Text','3 Korund avenue'),(15120,1476,80,'Suburb','suburb','Text','Randhart'),(15121,1476,81,'Town or City','towncity','Text','Alberton'),(15122,1476,297,'Province','province','Select List','Gauteng'),(15123,1476,95,'Postcode','postcode','Text','1449'),(15124,1476,100,'Postal Address 1','postaladdress1','Text','3 Korund Avenue'),(15125,1476,101,'Postal Address 2','postaladdress2','Text','Randhart'),(15126,1476,102,'Postcode','postcodepostal','Text','1449'),(15127,1476,145,'Casting Type','castingtype','Select List','Background Extras'),(15128,1476,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(15129,1476,175,'First & Surname','owner1name','Text','Morne Flemming'),(15130,1476,176,' ID Number','owner1id','Text','8205035207080'),(15131,1476,177,'Position','owner1position','Text','Owner'),(15132,1476,186,'Mobile Phone Number','owner1mobile','Text','0815085195'),(15133,1476,191,'First & Surname','firstsurname2','Text','Lizelle Flemming'),(15134,1476,196,'ID Number','idnumberowner2','Text','7706270010080'),(15135,1476,197,'Position','position2','Text','Owner'),(15136,1476,202,'Mobile Phone Number','mobilenumber2','Text','0766619941'),(15137,1476,207,'First & Surname','firstnamesurname3','Text',''),(15138,1476,208,'ID Number','idnumber3','Text',''),(15139,1476,213,'Position','position3','Text',''),(15140,1476,214,'Mobile Phone Number','mobile3','Text',''),(15141,1476,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(15142,1476,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/69c9fe822df49d47c9b6f9257cb9cfdc_Oscasa.pdf'),(15143,1476,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/be1220e74e66c00aad54818f733d4850_OSCASA_POP.pdf'),(15144,1476,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/M_Flemming_ID.pdf'),(15145,1476,239,'ID copy Owner/Member 2','idcopyowner2','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/LJ_Flemming_ID.pdf'),(15146,1476,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(15147,1476,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/Bank_account.pdf'),(15148,1476,250,'Tax Clearance Certificate','taxclearance','File Upload',''),(15149,1476,259,'Proof of Physical Address','proofaddress','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/a0fade47e55f82d8e5db6797b8700328_Proof_of_address.pdf'),(15150,1477,465,'First Name','firstname','Text','Gazelle'),(15151,1477,464,'Surname','surname','Text','Swanepoel'),(15152,1477,468,'ID Number','id','Text','9105250076088'),(15153,1477,467,'Email Address','email','Text','gazellesw@gmail.com'),(15154,1477,463,'Telephone Number','telephone','Text','0735621267'),(15155,1477,466,'Mobile Phone Number','mobile','Text','0735621267'),(15156,1477,498,'The Job or Production','production','Text','Farm Films- IEC( Polish Beer Commercial)'),(15157,1477,503,'Date of Production','productiondate','Text','29 March 2022'),(15158,1477,504,'Name of Your Agency','agentname','Text','39 Steps Castings'),(15159,1477,527,'N.B. Message or Complaint Detail','description','Textarea','Good Day, \r\n\r\nWe were shooting next to Tigers Milk Club house on Kloof street. The weather was quite bad. It was raining, windy and cold. \r\n\r\nWe were shooting in the restaurant next door and towards the end of the day we were told to line up under the canvas cover of the restaurant to be checked before going in to shoot in the restaurant. We were wearing summer clothes and were told not to wear our jackets. \r\n\r\nAfter 10min or so they chose a handful of people to go in and the rest of us were left standing there and told to wait until they were figuring out who else they needed. Around 15-20min later we were still standing there and no one had come to tell us that we could at least fetch our jackets to keep warm in the meantime and we were told to wait even longer. At which point I said that it was not fair that we continue to wait in the cold. I believe the canvas was also leaking in some areas. \r\n\r\nI went inside and soon after one of the ADs had come inside and had asked to speak to him in private, I was upset and I said that we are human beings not cattle and should be treated properly and left in the cold and i was going to let my agent know what had happened. To which he replied \"it was only five minutes\'\' and I had said how would he feel if someone had done the s\\ame to him and I then proceeded to the bathroom as my nose had started to bleed . On my wa\\y up the st\\airs a\\nother of the a\\d ha\\d followed me up the stairs to ask if I would like to go home and i had replied tha\\t I needed to spea\\k to my a\\gent . When i ca\\me ba\\ck i went outside a\\nd ca\\lled my a\\gent a\\nd wa\\s told by a\\gent tha\\t production ha\\d a\\sked that\\ i lea\\ve the set . He h\\ad not ca\\lled me a\\t a\\ll prior to this toa\\sk wha\\t h\\ad ha\\ppened . I wa\\s sent off in a\\ sta\\te . I l\\ater let the owner of the a\\gency know wha\\t ha\\d ha\\ppened with the booker a\\nd he ha\\d sa\\id he would ch\\at to the booker a\\ns he wa\\s sorry a\\nd I ha\\ve not hea\\rd a\\ny further a\\bout it.\r\n\r\n '),(15160,1478,465,'First Name','firstname','Text','Nomaxabiso '),(15161,1478,464,'Surname','surname','Text','Mahlawe '),(15162,1478,468,'ID Number','id','Text','6609030807087'),(15163,1478,467,'Email Address','email','Text','kiddzpas@gmail.com'),(15164,1478,463,'Telephone Number','telephone','Text','0797231685'),(15165,1478,466,'Mobile Phone Number','mobile','Text','0797231685'),(15166,1478,498,'The Job or Production','production','Text','Membership fees refund'),(15167,1478,503,'Date of Production','productiondate','Text','2021 '),(15168,1478,504,'Name of Your Agency','agentname','Text','KiddzPAS '),(15169,1478,527,'N.B. Message or Complaint Detail','description','Textarea','Kindly send my refund to the following bank details. After waiting for a year after making a payment, someone finally responded to offer a refund if we no longer want to continue with the application. We do not. \r\n\r\nName:KIDDZPAS FILM GROUP \r\nBank: FNB\r\nAcc no: 62901651241\r\nCode:250655\r\n\r\nBest regards \r\nNomaxabiso \r\n'),(15170,1479,90,'Title','title','Text','MS'),(15171,1479,51,'First Name','firstname','Text','VATHISWA'),(15172,1479,52,'Surname','surname','Text','MPOQANE'),(15173,1479,124,'Designation','contactdesignation','Text','FOUNDER&DIRECTOR'),(15174,1479,65,'Website','website','Text','www.vathymmodels.co.za'),(15175,1479,66,'Email Address','email','Text','vathym.models@gmail.com'),(15176,1479,132,'Telephone Number','telephone','Text','0765088343'),(15177,1479,67,'Mobile Phone Number','mobile','Text','0765088343'),(15178,1479,72,'Company Name','companyname','Text','VATHYM MODELS'),(15179,1479,125,'Trading Name','tradingname','Text','VATHYM MODELS'),(15180,1479,126,'Company Type','companytype','Radio Group','Pty Ltd'),(15181,1479,127,'Company Registration','companyregistration','Text','2020/452177/07'),(15182,1479,79,'Physical Address','address1','Text','295 VOOTTREKKER ROAD'),(15183,1479,80,'Suburb','suburb','Text','MAITLAND'),(15184,1479,81,'Town or City','towncity','Text','CAPETOWN'),(15185,1479,297,'Province','province','Select List','Western Cape'),(15186,1479,95,'Postcode','postcode','Text','7405'),(15187,1479,100,'Postal Address 1','postaladdress1','Text','32 NORTH ROAD,CENTURY TERRACE FLAT NO26 TABLEVIEW'),(15188,1479,101,'Postal Address 2','postaladdress2','Text','39 GLEN AGELE STREET SUNNINGDALE'),(15189,1479,102,'Postcode','postcodepostal','Text','7441'),(15190,1479,145,'Casting Type','castingtype','Select List',''),(15191,1479,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(15192,1479,175,'First & Surname','owner1name','Text','VATHISWA MPOQANE'),(15193,1479,176,' ID Number','owner1id','Text','8607270762085'),(15194,1479,177,'Position','owner1position','Text','FOUNDER&DIRECTOR'),(15195,1479,186,'Mobile Phone Number','owner1mobile','Text','0765088343'),(15196,1479,191,'First & Surname','firstsurname2','Text',''),(15197,1479,196,'ID Number','idnumberowner2','Text',''),(15198,1479,197,'Position','position2','Text',''),(15199,1479,202,'Mobile Phone Number','mobilenumber2','Text',''),(15200,1479,207,'First & Surname','firstnamesurname3','Text',''),(15201,1479,208,'ID Number','idnumber3','Text',''),(15202,1479,213,'Position','position3','Text',''),(15203,1479,214,'Mobile Phone Number','mobile3','Text',''),(15204,1479,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(15205,1479,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/OSCASA_FORM.pdf'),(15206,1479,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/0085_001.pdf'),(15207,1479,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/0085_001__1_.pdf'),(15208,1479,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(15209,1479,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(15210,1479,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/33e2dee4e68359cf7b6d5e0182ecbc7a_account_statement.pdf'),(15211,1479,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/0085_001__2_.pdf'),(15212,1479,259,'Proof of Physical Address','proofaddress','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/73649bd9143dd1d088bdf53fd36d5d32_account_statement.pdf'),(15213,1480,465,'First Name','firstname','Text','ecossilla'),(15214,1480,464,'Surname','surname','Text','ecossilla'),(15215,1480,468,'ID Number','id','Text','1997'),(15216,1480,467,'Email Address','email','Text','ecossilla@topmailonline.xyz'),(15217,1480,463,'Telephone Number','telephone','Text','83242498337'),(15218,1480,466,'Mobile Phone Number','mobile','Text','81125446582'),(15219,1480,498,'The Job or Production','production','Text','ecossilla'),(15220,1480,503,'Date of Production','productiondate','Text','1980-12-12'),(15221,1480,504,'Name of Your Agency','agentname','Text','ecossilla'),(15222,1480,527,'N.B. Message or Complaint Detail','description','Textarea','https://newfasttadalafil.com/ - Cialis Cvbpnm Available data suggest that within the PVN proVGFderived peptides may be released under physiological circumstances to influence sexual function by activating paraventricular oxytocinergic neurons mediating penile erection. The collision time is considerably longer if the person bends hisher knees or falls on a soft surface. cheapest cialis 20mg https://newfasttadalafil.com/ - cialis for sale Lzkrhr'),(15223,1481,465,'First Name','firstname','Text','Nicolas '),(15224,1481,464,'Surname','surname','Text','Hogan'),(15225,1481,468,'ID Number','id','Text','0404246033082'),(15226,1481,467,'Email Address','email','Text','ztlhogan@gmail.com'),(15227,1481,463,'Telephone Number','telephone','Text',''),(15228,1481,466,'Mobile Phone Number','mobile','Text','0824100516'),(15229,1481,498,'The Job or Production','production','Text','Ghost Party'),(15230,1481,503,'Date of Production','productiondate','Text','March 2022'),(15231,1481,504,'Name of Your Agency','agentname','Text','Film Talent '),(15232,1481,527,'N.B. Message or Complaint Detail','description','Textarea','I was given an upfront rate of R1900 gross for Ghost Party production when they were shooting in Grabouw. I was 17 when I did the job. Anyway it was an overnight shoot and because I was in the rain I fell ill and could not come back for the next 2 nights. I was also promised a lift home but the shuttle had dropped me off in another area where I was stranded for some time until I could get in touch with my mom. I was then told the next day that because I didn’t return to set that my rate would now be reduced to R950 gross and only after I had already worked. Now I have been told by the owner of Film Talent (Andrew Shand) that he isn’t going to pay me anything. I am meant to receive the agreed amount of R1900 gross and have all communication showing that this was what was promised before doing the job. Andrew has gone back and forth saying he will try get hold of production to invoice though all other people were already paid long ago. Then I check again with him and he says no payment will be made. Then when my mom moaned he said okay he will try sort it. This has been going on for weeks and still No payment has been made to me for the day I worked. '),(15233,1482,465,'First Name','firstname','Text','Douglas '),(15234,1482,464,'Surname','surname','Text','Taylor '),(15235,1482,468,'ID Number','id','Text','8507165185089'),(15236,1482,467,'Email Address','email','Text','Groydo@Gmail.com'),(15237,1482,463,'Telephone Number','telephone','Text','0747048293'),(15238,1482,466,'Mobile Phone Number','mobile','Text','0747048293'),(15239,1482,498,'The Job or Production','production','Text','Project Panda '),(15240,1482,503,'Date of Production','productiondate','Text','28th and 30th March 2022'),(15241,1482,504,'Name of Your Agency','agentname','Text','Funky Lemon'),(15242,1482,527,'N.B. Message or Complaint Detail','description','Textarea','Good day\r\n\r\nI signed up with Funky Lemon a few months ago and I have done one commercial and two days on set for a movie called Project Panda. \r\n\r\nI am new to the agency, and when I was on set there were many extras talking about how long it takes for Funky Lemon to pay them, even for a quick payment like a movie. \r\n\r\nThe 28th and 30th of May 2022 is exactly 8 weeks since I did my job for them and the average waiting time is 4-6 weeks. \r\n\r\nI messaged the owner, Craig, about my payment and he said I must message Nadine. Nadine replied back to me twice in the space of almost 2 weeks and said \' I have sent your payment through \'. \r\n\r\nYesterday I sent Nadine a long message stating that if she cannot show me proof that my money has been paid in I will message Oscasa for help regarding my payment. My message was read but I received no response from them. \r\n\r\nOn set I met someone who said he also had to go through Oscasa to get his money from Craig. \r\n\r\nI find it absolutely disgusting that a background artist needs to go this route just to get a payment from an agency. \r\n\r\nThere are so many extras on set talking about how bad Craig and Funky Lemon are in general in terms of late payments. \r\n\r\nThe bottom line is we need to feed our families so why must we fight for our money? \r\n\r\nI did a fitting for R300, as well as two days on set which included two days overtime for each day, which according to the chit I cleared R749 for each day. \r\n\r\nI would appreciate your help in assisting me in getting my money from this fake agency. \r\n\r\nKind Regards \r\nDouglas '),(15243,1483,465,'First Name','firstname','Text','Vathiswa'),(15244,1483,464,'Surname','surname','Text','mpoqane'),(15245,1483,468,'ID Number','id','Text','8607270762085'),(15246,1483,467,'Email Address','email','Text','vathym.models@gmail.com'),(15247,1483,463,'Telephone Number','telephone','Text',''),(15248,1483,466,'Mobile Phone Number','mobile','Text','0765088343'),(15249,1483,498,'The Job or Production','production','Text','00000'),(15250,1483,503,'Date of Production','productiondate','Text','000000'),(15251,1483,504,'Name of Your Agency','agentname','Text','VathyM Models'),(15252,1483,527,'N.B. Message or Complaint Detail','description','Textarea','Good day\r\ni have applied last month for my agency but i did not get any response i have been sending emails with no success. i want to know how far with my application'),(15253,1484,465,'First Name','firstname','Text','Nomfanelo'),(15254,1484,464,'Surname','surname','Text','Radrbe'),(15255,1484,468,'ID Number','id','Text','8601041204089'),(15256,1484,467,'Email Address','email','Text','Radebenomfanelo64@gmail.com'),(15257,1484,463,'Telephone Number','telephone','Text',''),(15258,1484,466,'Mobile Phone Number','mobile','Text','0860156905'),(15259,1484,498,'The Job or Production','production','Text','Clere core'),(15260,1484,503,'Date of Production','productiondate','Text','2017'),(15261,1484,504,'Name of Your Agency','agentname','Text','King clip '),(15262,1484,527,'N.B. Message or Complaint Detail','description','Textarea','Kindly advice what steps do I need to take in investigating a proof that my agency is actually taking the bigger percentage than it has to be on the money paid by the client and they giving me the smallest percentage to me as an artist.\r\n\r\nRegards'),(15263,1485,465,'First Name','firstname','Text','vathiswa'),(15264,1485,464,'Surname','surname','Text','mpoqane'),(15265,1485,468,'ID Number','id','Text','8607270762085'),(15266,1485,467,'Email Address','email','Text','vathiswam4@gmail.com'),(15267,1485,463,'Telephone Number','telephone','Text','+27765088343'),(15268,1485,466,'Mobile Phone Number','mobile','Text','+27765088343'),(15269,1485,498,'The Job or Production','production','Text','vathym models'),(15270,1485,503,'Date of Production','productiondate','Text',''),(15271,1485,504,'Name of Your Agency','agentname','Text','vathym models'),(15272,1485,527,'N.B. Message or Complaint Detail','description','Textarea','Good day\r\ni hope this message finds you well, i have not got any news from last month i have payed R600 and sent my application form and documents till now no one has got back to me'),(15273,1486,90,'Title','title','Text','Ms'),(15274,1486,51,'First Name','firstname','Text','Chante'),(15275,1486,52,'Surname','surname','Text','Holloway'),(15276,1486,124,'Designation','contactdesignation','Text','Owner'),(15277,1486,65,'Website','website','Text',''),(15278,1486,66,'Email Address','email','Text','admin@ysoxtra.co.za'),(15279,1486,132,'Telephone Number','telephone','Text','0784098761'),(15280,1486,67,'Mobile Phone Number','mobile','Text','0793960125'),(15281,1486,72,'Company Name','companyname','Text','YsoXtra'),(15282,1486,125,'Trading Name','tradingname','Text',''),(15283,1486,126,'Company Type','companytype','Radio Group','Pty Ltd'),(15284,1486,127,'Company Registration','companyregistration','Text','2021/530831/07'),(15285,1486,79,'Physical Address','address1','Text','3 Cybelle Close Avondale Atlantis'),(15286,1486,80,'Suburb','suburb','Text','Cape Town'),(15287,1486,81,'Town or City','towncity','Text','Cape Town'),(15288,1486,297,'Province','province','Select List','Western Cape'),(15289,1486,95,'Postcode','postcode','Text','7349'),(15290,1486,100,'Postal Address 1','postaladdress1','Text','3 Cybelle Close Avondale Atlantis'),(15291,1486,101,'Postal Address 2','postaladdress2','Text',''),(15292,1486,102,'Postcode','postcodepostal','Text','7349'),(15293,1486,145,'Casting Type','castingtype','Select List','Background Extras'),(15294,1486,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','no'),(15295,1486,175,'First & Surname','owner1name','Text','Chante Holloway'),(15296,1486,176,' ID Number','owner1id','Text','9408020124083'),(15297,1486,177,'Position','owner1position','Text','Owner'),(15298,1486,186,'Mobile Phone Number','owner1mobile','Text','+27793960125'),(15299,1486,191,'First & Surname','firstsurname2','Text',''),(15300,1486,196,'ID Number','idnumberowner2','Text',''),(15301,1486,197,'Position','position2','Text',''),(15302,1486,202,'Mobile Phone Number','mobilenumber2','Text',''),(15303,1486,207,'First & Surname','firstnamesurname3','Text',''),(15304,1486,208,'ID Number','idnumber3','Text',''),(15305,1486,213,'Position','position3','Text',''),(15306,1486,214,'Mobile Phone Number','mobile3','Text',''),(15307,1486,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(15308,1486,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/Signed_Oscasa.pdf'),(15309,1486,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/Proof_Of_Payment.pdf'),(15310,1486,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/35f4f4ecaad065e7d8d8d1b9f0ebdd0a_Certified_ID.pdf'),(15311,1486,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(15312,1486,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(15313,1486,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/Bank_Letter.jpg'),(15314,1486,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/Y_SO_EXTRA_Tax_compliance_Status.__1_.pdf'),(15315,1486,259,'Proof of Physical Address','proofaddress','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/proof_of_residece.pdf'),(15316,1487,465,'First Name','firstname','Text','Johannes Cornelius '),(15317,1487,464,'Surname','surname','Text','van der Merwe '),(15318,1487,468,'ID Number','id','Text','8002185049085'),(15319,1487,467,'Email Address','email','Text','jc_chad@hotmail.com'),(15320,1487,463,'Telephone Number','telephone','Text',''),(15321,1487,466,'Mobile Phone Number','mobile','Text','0796464753'),(15322,1487,498,'The Job or Production','production','Text','Zurich commercial '),(15323,1487,503,'Date of Production','productiondate','Text','3 March 2022'),(15324,1487,504,'Name of Your Agency','agentname','Text','Funky Lemon '),(15325,1487,527,'N.B. Message or Complaint Detail','description','Textarea','My 1st shoot for Funky Lemon and been waiting now more than 4 months for payment. Every time I asked when will I get paid, they just reply no payment received yet. I am not the only one as I spoke to many people who work for Funky Lemon and they also been waiting many months with no payment received. It cost me now so much petrol to go to shoots and all the shoots I have to attend is far from my house. I\'m always on time,never cause trouble, work long hours, work hard and now must wait so long for payment. Hope you find this email sufficient to assist in getting me paid by Funky Lemon now asap !!!'),(15326,1488,465,'First Name','firstname','Text','Thomas'),(15327,1488,464,'Surname','surname','Text','Schaffner'),(15328,1488,468,'ID Number','id','Text','7701125251088'),(15329,1488,467,'Email Address','email','Text','Schaffnert056@gmail.com'),(15330,1488,463,'Telephone Number','telephone','Text','0840525172'),(15331,1488,466,'Mobile Phone Number','mobile','Text','0840525172'),(15332,1488,498,'The Job or Production','production','Text','Makoti/ Urban Brew Studios'),(15333,1488,503,'Date of Production','productiondate','Text','26 and 27 April 2022'),(15334,1488,504,'Name of Your Agency','agentname','Text','Eventpho'),(15335,1488,527,'N.B. Message or Complaint Detail','description','Textarea','We need to file a complaint.\r\n\r\nSince April 2022 till present, almost all extras who worked on the set of Makoti didnt receiced their wages. All other talent were paid but not the extras. This is ongoing for more then 5 months now. This is unexceptable and action must be taken. '),(15336,1489,465,'First Name','firstname','Text','Clinton '),(15337,1489,464,'Surname','surname','Text','Hayward '),(15338,1489,468,'ID Number','id','Text','8110085166089 '),(15339,1489,467,'Email Address','email','Text','clintongrant.hayward@gmail.com'),(15340,1489,463,'Telephone Number','telephone','Text','0797693651'),(15341,1489,466,'Mobile Phone Number','mobile','Text','0797693651'),(15342,1489,498,'The Job or Production','production','Text','Multiple Jobs'),(15343,1489,503,'Date of Production','productiondate','Text','Various Dates'),(15344,1489,504,'Name of Your Agency','agentname','Text','Funky Lemon '),(15345,1489,527,'N.B. Message or Complaint Detail','description','Textarea','1.I have experienced multiple late payments. \r\n2. Jobs logged onto my CABS that I have not done.\r\n3. I have logged multiple queries via email. None have been replied too. Nadine messages you via whatsapp, or calls. But her explanations are not factual and she is very rude.'),(15346,1490,465,'First Name','firstname','Text','Tracy'),(15347,1490,464,'Surname','surname','Text','Walton'),(15348,1490,468,'ID Number','id','Text','12345678910'),(15349,1490,467,'Email Address','email','Text','tracy@colttalent.com'),(15350,1490,463,'Telephone Number','telephone','Text',''),(15351,1490,466,'Mobile Phone Number','mobile','Text','0793418658'),(15352,1490,498,'The Job or Production','production','Text','test'),(15353,1490,503,'Date of Production','productiondate','Text','06/03/2022'),(15354,1490,504,'Name of Your Agency','agentname','Text','Test'),(15355,1490,527,'N.B. Message or Complaint Detail','description','Textarea','this is a test'),(15356,1491,465,'First Name','firstname','Text','Jacolien '),(15357,1491,464,'Surname','surname','Text','van den Berg '),(15358,1491,468,'ID Number','id','Text','7209020023081'),(15359,1491,467,'Email Address','email','Text','legendsbraai@gmail.com'),(15360,1491,463,'Telephone Number','telephone','Text','0732990010'),(15361,1491,466,'Mobile Phone Number','mobile','Text','0732990010'),(15362,1491,498,'The Job or Production','production','Text','Different acting roles '),(15363,1491,503,'Date of Production','productiondate','Text',''),(15364,1491,504,'Name of Your Agency','agentname','Text',''),(15365,1491,527,'N.B. Message or Complaint Detail','description','Textarea','I have a question/query. \r\nCan you please give me a clear explanation between the following 3 acting roles, their duties and their salary per day\r\n1. Extra acting role in film/TV\r\n2. Featured extra role in film /TV\r\n3. Feature role in film/TV\r\n'),(15366,1492,465,'First Name','firstname','Text','Kino'),(15367,1492,464,'Surname','surname','Text','Jordaan'),(15368,1492,468,'ID Number','id','Text','0002065093086'),(15369,1492,467,'Email Address','email','Text','Jkinokyle@gmail.com'),(15370,1492,463,'Telephone Number','telephone','Text',''),(15371,1492,466,'Mobile Phone Number','mobile','Text','0691975939'),(15372,1492,498,'The Job or Production','production','Text','NEDBANK BRAND 2022 CAMPAIGN'),(15373,1492,503,'Date of Production','productiondate','Text','2022-07-26'),(15374,1492,504,'Name of Your Agency','agentname','Text','Funky Lemon'),(15375,1492,527,'N.B. Message or Complaint Detail','description','Textarea','I’ve been reaching out to my Shane you to ask about payment. They said it will be paid out within 90days. It’s been over the 90days period and I’m still waiting on payment. \r\nCan this please be looked into?'),(15376,1493,465,'First Name','firstname','Text','Ingenna'),(15377,1493,464,'Surname','surname','Text','Ingenna'),(15378,1493,468,'ID Number','id','Text','543'),(15379,1493,467,'Email Address','email','Text','Ingenna@onemailtop.xyz'),(15380,1493,463,'Telephone Number','telephone','Text','89454133947'),(15381,1493,466,'Mobile Phone Number','mobile','Text','82883556632'),(15382,1493,498,'The Job or Production','production','Text','Ingenna'),(15383,1493,503,'Date of Production','productiondate','Text','1975-11-11'),(15384,1493,504,'Name of Your Agency','agentname','Text','Ingenna'),(15385,1493,527,'N.B. Message or Complaint Detail','description','Textarea','1988 Jun; 57 6 608 11 cheap cialis generic online'),(15386,1494,465,'First Name','firstname','Text','Sino'),(15387,1494,464,'Surname','surname','Text','Booi'),(15388,1494,468,'ID Number','id','Text','8610040647081'),(15389,1494,467,'Email Address','email','Text','sinolibo@gmail.com'),(15390,1494,463,'Telephone Number','telephone','Text',''),(15391,1494,466,'Mobile Phone Number','mobile','Text','0712044374'),(15392,1494,498,'The Job or Production','production','Text','Shooting '),(15393,1494,503,'Date of Production','productiondate','Text','20/09/2022'),(15394,1494,504,'Name of Your Agency','agentname','Text','Pulse Model Management '),(15395,1494,527,'N.B. Message or Complaint Detail','description','Textarea','Good Day.\r\n\r\nI have a problem with my current agency, my child hasn\'t been paid for his daily fees and the agency says the payment hasn\'t been made by the client. Whenever I he is called for a shoot, payment it\'s not disclosed before hand, we\'ll find out about it when other people from other agencies talk about it, this issue has been addressed with the agency but they didn\'t give any clarity and he hasn\'t been called for a shoot after I have complained to them.\r\n\r\nI\'ll also want to move to a different agency but I\'m afraid they might victimize me by not giving a release letter or spreading a bad name on my child and me. \r\n\r\nHow can I get help and what are my rights?'),(15396,1495,465,'First Name','firstname','Text','Reabetswe '),(15397,1495,464,'Surname','surname','Text','Maboea'),(15398,1495,468,'ID Number','id','Text','9510190180082'),(15399,1495,467,'Email Address','email','Text','besostraws@gmail.com'),(15400,1495,463,'Telephone Number','telephone','Text',''),(15401,1495,466,'Mobile Phone Number','mobile','Text','0740920484'),(15402,1495,498,'The Job or Production','production','Text','Vodacom Shoot'),(15403,1495,503,'Date of Production','productiondate','Text','18 October 2021'),(15404,1495,504,'Name of Your Agency','agentname','Text','Funky Lemon Agency'),(15405,1495,527,'N.B. Message or Complaint Detail','description','Textarea','Payment was made into a closed bank account \r\n\r\nI provided the proof of bank account closure and the bank confirmed that the funds are in a default account, which only the agency can order to be reversed through the bank that they made the payment. I also sent proof of my new bank account\r\n \r\nKept following up with no success and I\'m still awaiting the payment\r\n'),(15406,1496,465,'First Name','firstname','Text','Luize'),(15407,1496,464,'Surname','surname','Text','Tattle '),(15408,1496,468,'ID Number','id','Text','7312280201080 '),(15409,1496,467,'Email Address','email','Text','Firebladem4@gmail.com'),(15410,1496,463,'Telephone Number','telephone','Text',''),(15411,1496,466,'Mobile Phone Number','mobile','Text','071 376 7972 '),(15412,1496,498,'The Job or Production','production','Text','The Coolest OGs'),(15413,1496,503,'Date of Production','productiondate','Text','May 2022 '),(15414,1496,504,'Name of Your Agency','agentname','Text','Niki Wilson Casting Agency '),(15415,1496,527,'N.B. Message or Complaint Detail','description','Textarea','Good afternoon\r\nWhat is the process for a Casting Agency to be blacklisted, please\r\n\r\nPlease feel free to contact me directly on 071 376 7972, as my email address is not currently active\r\n\r\nThank you so much '),(15416,1497,465,'First Name','firstname','Text','Onwaba '),(15417,1497,464,'Surname','surname','Text','Solucoto '),(15418,1497,468,'ID Number','id','Text','9309236513087'),(15419,1497,467,'Email Address','email','Text','Onwababa@mail.com'),(15420,1497,463,'Telephone Number','telephone','Text','0719098428'),(15421,1497,466,'Mobile Phone Number','mobile','Text','0681996248'),(15422,1497,498,'The Job or Production','production','Text','Production '),(15423,1497,503,'Date of Production','productiondate','Text','11 January 2023'),(15424,1497,504,'Name of Your Agency','agentname','Text','ET'),(15425,1497,527,'N.B. Message or Complaint Detail','description','Textarea','Good day\r\n\r\nI would like to complain about the ET Agency, they booked me for cash on Day but still they haven’t pay me since last week. \r\n\r\nWhat should I do?\r\n\r\nTheir Number is 078 348 5296'),(15426,1498,465,'First Name','firstname','Text','Mpho'),(15427,1498,464,'Surname','surname','Text','Ntlekoana'),(15428,1498,468,'ID Number','id','Text','0103160993087'),(15429,1498,467,'Email Address','email','Text','mphoshatal@gmail.com'),(15430,1498,463,'Telephone Number','telephone','Text','+27640077457'),(15431,1498,466,'Mobile Phone Number','mobile','Text','+27640077457'),(15432,1498,498,'The Job or Production','production','Text','Background artist'),(15433,1498,503,'Date of Production','productiondate','Text','22 october 2022'),(15434,1498,504,'Name of Your Agency','agentname','Text','Mpho Shatal Ntlekoana'),(15435,1498,527,'N.B. Message or Complaint Detail','description','Textarea','I been booked by niki wilson agency under thape media on 22 october 2022 .we had agreement that will pay me by january 2023 .on january she block some me and left whatsapp group and refuse to pay us as group.when we report to thape media they say they gave her money and it is not there concern they is nothing they will do.\r\nPlease help us money is 200 per background artist'),(15436,1499,465,'First Name','firstname','Text','Nazeerah'),(15437,1499,464,'Surname','surname','Text','Oliver'),(15438,1499,468,'ID Number','id','Text','020316026081'),(15439,1499,467,'Email Address','email','Text','nazoliver@icloud.com'),(15440,1499,463,'Telephone Number','telephone','Text',''),(15441,1499,466,'Mobile Phone Number','mobile','Text','0614570941'),(15442,1499,498,'The Job or Production','production','Text','Shoprite/Hollywood bets '),(15443,1499,503,'Date of Production','productiondate','Text','2022-10-11/2022-10-27'),(15444,1499,504,'Name of Your Agency','agentname','Text','Funky Lemon'),(15445,1499,527,'N.B. Message or Complaint Detail','description','Textarea','No payment have been made to me & it’s over 90 days & theirs some payments also that needs to be paid '),(15446,1500,465,'First Name','firstname','Text','Johannes '),(15447,1500,464,'Surname','surname','Text','van der Merwe '),(15448,1500,468,'ID Number','id','Text','8002185049085'),(15449,1500,467,'Email Address','email','Text','jc_chad@hotmail.com'),(15450,1500,463,'Telephone Number','telephone','Text',''),(15451,1500,466,'Mobile Phone Number','mobile','Text','0796464753'),(15452,1500,498,'The Job or Production','production','Text','Hollywood Bets '),(15453,1500,503,'Date of Production','productiondate','Text','27 Oct 2022'),(15454,1500,504,'Name of Your Agency','agentname','Text','Funky Lemon '),(15455,1500,527,'N.B. Message or Complaint Detail','description','Textarea','Still waiting for payment and it\'s past 3 months also. I was with Colt on the 1st day of shoot and got paid on the 20th Jan already and with Funky Lemon the 2nd day and still no payment received. I\'ve asked Funky Lemon many times after 3 months why taking so long and they said they will find out from production and never reply back. Many emails or sms send to them again with no reply at all !!! '),(15456,1501,465,'First Name','firstname','Text','Alze'),(15457,1501,464,'Surname','surname','Text','Kotze'),(15458,1501,468,'ID Number','id','Text','N/A'),(15459,1501,467,'Email Address','email','Text','alze.kotze1@gmail.com'),(15460,1501,463,'Telephone Number','telephone','Text','646130284'),(15461,1501,466,'Mobile Phone Number','mobile','Text','646130284'),(15462,1501,498,'The Job or Production','production','Text','Bosch Commercial'),(15463,1501,503,'Date of Production','productiondate','Text','29 October 2022'),(15464,1501,504,'Name of Your Agency','agentname','Text','Funky Lemon'),(15465,1501,527,'N.B. Message or Complaint Detail','description','Textarea','Craig from Funky Lemon promised the morning of 29 October 2022 that agent fees will not be deducted as they need me urgently. I have proof of the messages shared that morning. when i received payment, agents commission was deducted. Since 6 February I have contacted Nadine and Craig. Nadine has tried helping but Craig has been ignoring my messages. In over a month, I still havent been paid. This is appalling as many others with the agency might also be given empty promises. He is blatantly ignoring all my texts and not giving any feedback which is highly unprofessional. '),(15466,1502,465,'First Name','firstname','Text','Johannes '),(15467,1502,464,'Surname','surname','Text','van der Merwe '),(15468,1502,468,'ID Number','id','Text','8002185049085'),(15469,1502,467,'Email Address','email','Text','jc_chad@hotmail.com'),(15470,1502,463,'Telephone Number','telephone','Text',''),(15471,1502,466,'Mobile Phone Number','mobile','Text','0796464753'),(15472,1502,498,'The Job or Production','production','Text','Olliv'),(15473,1502,503,'Date of Production','productiondate','Text','27 January '),(15474,1502,504,'Name of Your Agency','agentname','Text','Pixels'),(15475,1502,527,'N.B. Message or Complaint Detail','description','Textarea','Hi Tracy\r\n\r\nI did this job on 27th with Pixels and 28th with Colt. I got paid by Colt on the 28th February and still waiting for payment with Pixels. \r\n\r\nHow does one Agency pay you and you still wait for the other Agency to pay you for the same job??? I asked Pixels about it and they understand my query and frustration but still no payment. They keep telling me they will check with payroll but then don\'t hear back from them. \r\n\r\nI won\'t lay this complaint if I was still waiting for payment for both Colt and Pixels.'),(15476,1503,90,'Title','title','Text','Mr'),(15477,1503,51,'First Name','firstname','Text','Aḓivhaho Ezekiel'),(15478,1503,52,'Surname','surname','Text','Sididzha'),(15479,1503,124,'Designation','contactdesignation','Text','Director'),(15480,1503,65,'Website','website','Text',''),(15481,1503,66,'Email Address','email','Text','Adivhahotruthcdj@gmail.com'),(15482,1503,132,'Telephone Number','telephone','Text','0762908113'),(15483,1503,67,'Mobile Phone Number','mobile','Text','0762908113'),(15484,1503,72,'Company Name','companyname','Text','Sapphire ed International'),(15485,1503,125,'Trading Name','tradingname','Text','Sapphire ed International'),(15486,1503,126,'Company Type','companytype','Radio Group','Pty Ltd'),(15487,1503,127,'Company Registration','companyregistration','Text','2019/530317/07'),(15488,1503,79,'Physical Address','address1','Text','4182 Masungwini Street '),(15489,1503,80,'Suburb','suburb','Text','Chiawelo'),(15490,1503,81,'Town or City','towncity','Text','Soweto '),(15491,1503,297,'Province','province','Select List','Gauteng'),(15492,1503,95,'Postcode','postcode','Text','1818'),(15493,1503,100,'Postal Address 1','postaladdress1','Text','4182 MASUNGWINI STREET'),(15494,1503,101,'Postal Address 2','postaladdress2','Text','TSHIAWELO EXT 2'),(15495,1503,102,'Postcode','postcodepostal','Text','1818'),(15496,1503,145,'Casting Type','castingtype','Select List','Characters'),(15497,1503,145,'Casting Type','castingtype','Select List','Kids'),(15498,1503,145,'Casting Type','castingtype','Select List','Walk Ons'),(15499,1503,145,'Casting Type','castingtype','Select List','Featured Extras'),(15500,1503,145,'Casting Type','castingtype','Select List','Background Extras'),(15501,1503,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(15502,1503,175,'First & Surname','owner1name','Text','Adivhaho Ezekiel Sididzha '),(15503,1503,176,' ID Number','owner1id','Text','9808105436080'),(15504,1503,177,'Position','owner1position','Text','Director'),(15505,1503,186,'Mobile Phone Number','owner1mobile','Text','0762908113'),(15506,1503,191,'First & Surname','firstsurname2','Text',''),(15507,1503,196,'ID Number','idnumberowner2','Text',''),(15508,1503,197,'Position','position2','Text',''),(15509,1503,202,'Mobile Phone Number','mobilenumber2','Text',''),(15510,1503,207,'First & Surname','firstnamesurname3','Text',''),(15511,1503,208,'ID Number','idnumber3','Text',''),(15512,1503,213,'Position','position3','Text',''),(15513,1503,214,'Mobile Phone Number','mobile3','Text',''),(15514,1503,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(15515,1503,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/CSD.pdf'),(15516,1503,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/Screenshot_20230328-115904.png'),(15517,1503,230,'ID copy Owner/Member 1','idcopyowner1','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/adi_ID.pdf'),(15518,1503,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(15519,1503,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(15520,1503,249,'Letter from Bank (Confirming account)','bankletter','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/FNB__1_.pdf'),(15521,1503,250,'Tax Clearance Certificate','taxclearance','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/TCS_APPROVED_310902927.pdf'),(15522,1503,259,'Proof of Physical Address','proofaddress','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/sapphire_ed_international_profile_UPDATED.pdf'),(15523,1504,465,'First Name','firstname','Text','Stephen'),(15524,1504,464,'Surname','surname','Text','Byrne'),(15525,1504,468,'ID Number','id','Text','8704035099083'),(15526,1504,467,'Email Address','email','Text','steveincredible@gmail.com'),(15527,1504,463,'Telephone Number','telephone','Text',''),(15528,1504,466,'Mobile Phone Number','mobile','Text','0796593093'),(15529,1504,498,'The Job or Production','production','Text','Most'),(15530,1504,503,'Date of Production','productiondate','Text','Many'),(15531,1504,504,'Name of Your Agency','agentname','Text','Most'),(15532,1504,527,'N.B. Message or Complaint Detail','description','Textarea','The background Actor rates are the same rates in general or close to the same rate since 1999..\r\nI want to work but with Uber costs over R200 , over R400 both ways,\r\nWe are earning R167 - R200 for long days on set..\r\nThis is way out of control already and there was not enough Film work due to Covid.\r\nToday that there is Film work,\r\nHow are we supposed to catch up our earnings with production paying out the same rates that they have since 1999 ?\r\n\r\nIt\'s 2023, there is two entities production are failing to factor in,\r\nWhich is the increase in transportation costs for us the Artists and inflation\r\nwhich is affecting the entire Country.\r\n\r\nPlease, let\'s be fair, if we as a background are going to be there at 3am, at 4am, at 5 or 6 am and work 11 hours to 12 hours\r\nA day, then please pay us fairly ?\r\n\r\nI love working in the Film Industry,\r\nIt\'s what motivates me to get up each day however these rates are not right,\r\nThey are truly unfair to the background Actors.. Hopefully an adjustment can be done to rectifying this situation in an Industry I truly love.\r\nThank you kindly for your time and consideration ??\r\nAll the best,\r\n\r\nStephen KP Byrne '),(15533,1505,465,'First Name','firstname','Text','Salomien n '),(15534,1505,464,'Surname','surname','Text','Lewies '),(15535,1505,468,'ID Number','id','Text','7410070213081 '),(15536,1505,467,'Email Address','email','Text','salomelewies1@gmail.com'),(15537,1505,463,'Telephone Number','telephone','Text','0836968679 '),(15538,1505,466,'Mobile Phone Number','mobile','Text','0836968679 '),(15539,1505,498,'The Job or Production','production','Text','Nike part advert'),(15540,1505,503,'Date of Production','productiondate','Text','3/06/2023 '),(15541,1505,504,'Name of Your Agency','agentname','Text','Spark Creative Agency '),(15542,1505,527,'N.B. Message or Complaint Detail','description','Textarea','Every time when I send my photos and details for an advert through Spark Creative Agency, they either don\'t open it or don\'t send it through to production. I\'ve been hassling them to please send my details through before closing date then they only said sorry it\'s too late know. Can you please assist me in this matter. '),(15543,1506,465,'First Name','firstname','Text','Mogaladi'),(15544,1506,464,'Surname','surname','Text','Leso'),(15545,1506,468,'ID Number','id','Text','9702041124084'),(15546,1506,467,'Email Address','email','Text','mogaladi.lucia@gmail.com'),(15547,1506,463,'Telephone Number','telephone','Text','0725627678'),(15548,1506,466,'Mobile Phone Number','mobile','Text','0731142536'),(15549,1506,498,'The Job or Production','production','Text','Fashion Show'),(15550,1506,503,'Date of Production','productiondate','Text','22 April 2023'),(15551,1506,504,'Name of Your Agency','agentname','Text','Destiny at hand castings'),(15552,1506,527,'N.B. Message or Complaint Detail','description','Textarea','Good morning and I hope this email finds you well\r\n\r\n\r\nI am Mogaladi, a model who was represented by Destiny at Hand Casting for the SAFW SS23. \r\n\r\nI am well aware that the SAFW team has made payments to the agencies, and so is the one that was representing me. \r\n\r\nI am sad to let you know that the agency has not paid me as the model, and King has since been ignoring my calls and texts when I enquire about the issue. \r\n\r\nI am writing this email to make you aware of this agency, and to ask if its possible that you intervene. \r\n\r\nYour help and feedback is greatly appreciated. \r\n\r\nSincerely \r\nMogaladi \r\n'),(15553,1507,465,'First Name','firstname','Text','Neo'),(15554,1507,464,'Surname','surname','Text','Khunou'),(15555,1507,468,'ID Number','id','Text','8602041082087'),(15556,1507,467,'Email Address','email','Text','neokhunou32@gmail.com'),(15557,1507,463,'Telephone Number','telephone','Text','078 050 9989'),(15558,1507,466,'Mobile Phone Number','mobile','Text','078 050 9989'),(15559,1507,498,'The Job or Production','production','Text','Background actor/ Quzzical'),(15560,1507,503,'Date of Production','productiondate','Text','24 May 2022'),(15561,1507,504,'Name of Your Agency','agentname','Text','BBTA'),(15562,1507,527,'N.B. Message or Complaint Detail','description','Textarea','To Whom It May Concern\r\n\r\nI will summaries my story as best as I know how. Last year(2022) in May I got called in for a shoot as a background actor by my agency BBTA which is run by Connie. The shoot was scheduled in Alexandra for the series iNumber Number. The shoot was scheduled for the 24th Of May If I am not mistaken. Our call time was at 6:00am. \r\n\r\nI got there in time, had a covid rapid test, had breakfast then told to go to wardrobe to get my outfits checked. After the outfits were checked shuttles came through and we were taken to the first scene of the shoot. That was the shoot that had Terry Pheto, Israel Matseke/Makoe, S\'dumo Mtshali and Presley Chweneyagae.\r\n\r\nWe covered the first scene and we were told to go back to base to change and have lunch after that we will go to the next scene, which will be at stwetla as they call it in Alex.\r\n\r\nThe first shuttle left which was the main actors only in it, second shuttle took the body builders, 3rd shuttle then took us. On our way to base we got stopped by a guy in the middle of the road pointing a gun at our shuttle/driver. 3 more guys came from the side of the road demanded the driver to stop or they will shoot. The driver did what he thought was best at that time he stopped and they demanded for the driver to unlock the doors. \r\n\r\nDriver unlocked the doors they pointed the gun at our faces and demanding to shoot if we do not give them our valuables. They searched us and took our phones even the driver\'s iphone. The robbers walked away then we drove off. \r\nWe got to the basecamp told them what happened and the first thing that we were asked not to do was not to tell anyone of what happened. We were not given any counselling or a simple glass of water just to calm our nerves down. The gay makeup artist even laughed at us, as we narrated the story to them. \r\n\r\nThey called the saps in Alex, they came took our names, makes and model of our phones, cellphone numbers and statements. The production company promised to get us phones. We were liaising with a guy named Lucky at the production company. The producer even made a speech at basecamp after our horrible incident saying, \"that is how life is and there is nothing they can do we must move forward and continue the shoot\". However those who were affected by the incident were left at base until everyone else came back. \r\n\r\nIt has been month in and month out asking the production to reimburse our phones but we have not been successful about the whole thing. I believe that since we were in company work time, in company shuttles when this thing happened we must be reimbursed. They must have cover for all things and people. It breaks my heart that meaning if one of us were shot or killed our families would have been left like that if they cant simply reimburse something as small as phones.\r\n\r\nThe last call I gave Quizzical was yesterday, I asked to speak to Lucky they told me he was in a meeting. They said he would get back to me and he didn\'t. Can you please assist us in getting reimbursed and taken seriously by Quizzical.\r\n\r\nThanking You In Advance \r\nNeo Khunou\r\n'),(15563,1508,465,'First Name','firstname','Text','Megan'),(15564,1508,464,'Surname','surname','Text','McLeod'),(15565,1508,468,'ID Number','id','Text','0408040137080'),(15566,1508,467,'Email Address','email','Text','MrsMac101@gmail.com'),(15567,1508,463,'Telephone Number','telephone','Text','0817844500'),(15568,1508,466,'Mobile Phone Number','mobile','Text','0817844500'),(15569,1508,498,'The Job or Production','production','Text','Advert for Lindt Kinder chocolate'),(15570,1508,503,'Date of Production','productiondate','Text','December 2022'),(15571,1508,504,'Name of Your Agency','agentname','Text','Pixels Casting Agency'),(15572,1508,527,'N.B. Message or Complaint Detail','description','Textarea','Good day,\r\n\r\nNot sure if you can assist but would appreciate any assistance. My daughter worked for 2 full days for the Lindt ad and was casted by Pixels Casting (Dec 2022). After many months of nagging, Pixels paid her for one day but now ignore all her requests for the rest of her money. I can not find any other contact info or an address for Pixels. All we have is a cell number for Aimee @ 072 598 1857. No address, no alternative number, nothing else.\r\nAny chance you might have extra contact info or an address on record so I can try to get them to pay my daughter? Registration was online so there is no address listed anywhere.\r\nAny, any assistance would be appreciated...'),(15573,1509,465,'First Name','firstname','Text','Jeffrey george'),(15574,1509,464,'Surname','surname','Text','Burt'),(15575,1509,468,'ID Number','id','Text','8810115027082'),(15576,1509,467,'Email Address','email','Text','jefftattoosburt@gmail.com'),(15577,1509,463,'Telephone Number','telephone','Text','0682009319'),(15578,1509,466,'Mobile Phone Number','mobile','Text','0682009319'),(15579,1509,498,'The Job or Production','production','Text','Total energies french production '),(15580,1509,503,'Date of Production','productiondate','Text','August 2021'),(15581,1509,504,'Name of Your Agency','agentname','Text','Funky lemon casting agency '),(15582,1509,527,'N.B. Message or Complaint Detail','description','Textarea','Hi my name is Jeffrey burt,I did a shoot under funky lemon for the total energies commercial that was shot in cape town central , I was featured and usage and its roughly 2 years later and still have not been payed the usage of 48000 Rand . I cannot get the exact date as I am blocked from cabs system and cannot get the and also not getting any decent or professional from funky lemon, and everytime I ask about cash they blame production in France for not paying them so they can pay me. All I asked them was for my money I have waited roughly 2 years for. I am tired of waiting for them to pay me they said that production is paying end of this month then it\'s exactly 2 years I am waiting for my money and I find that very unprofessional and illigal and the agency gets away with it . They alsoake us wait 3 months for our money not thinking it\'s our bread and butter and only income . I am done and tired of them lying to me . I don\'t believe them and I feel they have the money and that it\'s running interest and they don\'t care about their artists. I don\'t want to stir trouble but this needs to be resolved and sorted . When I asked for production email address they refuse to give it to me so I can enquire . I can take a call and explain everything over the phone aswell . I don\'t want to take them to court or stir trouble all I ask is that they pay me as they should have . Thank U and kind regards\r\n Jeffrey George Burt '),(15583,1510,465,'First Name','firstname','Text','Jeffrey George '),(15584,1510,464,'Surname','surname','Text','Burt '),(15585,1510,468,'ID Number','id','Text','8810115027082'),(15586,1510,467,'Email Address','email','Text','jefftattoosburt@gmail.com'),(15587,1510,463,'Telephone Number','telephone','Text','0682009319'),(15588,1510,466,'Mobile Phone Number','mobile','Text','0682009319'),(15589,1510,498,'The Job or Production','production','Text','Total energy commercial '),(15590,1510,503,'Date of Production','productiondate','Text','July 2021'),(15591,1510,504,'Name of Your Agency','agentname','Text','Funky lemon '),(15592,1510,527,'N.B. Message or Complaint Detail','description','Textarea','Can someone pls contact me assist me with getting my payment from my agent who has been witholding it for 2 years now and is balming the production company for not paying them. It is a 48000 usage for a commercial I did and not sure if there was interest in that either from any accounts . U can call me on 0682009319 . As I want to resolve this asap . Thank U regards Jeffrey George Burt '),(15593,1511,465,'First Name','firstname','Text','Rika'),(15594,1511,464,'Surname','surname','Text','Crighton'),(15595,1511,468,'ID Number','id','Text','6406260007086'),(15596,1511,467,'Email Address','email','Text','Rika.crighton64@gmail.com'),(15597,1511,463,'Telephone Number','telephone','Text','0737278388'),(15598,1511,466,'Mobile Phone Number','mobile','Text','0737278388'),(15599,1511,498,'The Job or Production','production','Text','Sky TVC - Farm Films'),(15600,1511,503,'Date of Production','productiondate','Text','4 March 2023'),(15601,1511,504,'Name of Your Agency','agentname','Text','Pixels'),(15602,1511,527,'N.B. Message or Complaint Detail','description','Textarea','Unable to obtain my fee from them. Chris threatening with suing and blacklisting me. Fee R1500. Shoot at Baxter Theatre'),(15603,1512,465,'First Name','firstname','Text','Rika'),(15604,1512,464,'Surname','surname','Text','Crighton'),(15605,1512,468,'ID Number','id','Text','6406260007086'),(15606,1512,467,'Email Address','email','Text','Rika.crighton64@gmail.com'),(15607,1512,463,'Telephone Number','telephone','Text','0737278388'),(15608,1512,466,'Mobile Phone Number','mobile','Text','0737278388'),(15609,1512,498,'The Job or Production','production','Text','Sky Tvc'),(15610,1512,503,'Date of Production','productiondate','Text','20 March 2023'),(15611,1512,504,'Name of Your Agency','agentname','Text','Pixels'),(15612,1512,527,'N.B. Message or Complaint Detail','description','Textarea','Unable to obtain my fee R1200. Chris threatens me with blacklisting and to sue me. Farm Films at V&A Waterfront'),(15613,1513,90,'Title','title','Text','Actor'),(15614,1513,51,'First Name','firstname','Text','Junior'),(15615,1513,52,'Surname','surname','Text','Songo'),(15616,1513,124,'Designation','contactdesignation','Text','Tuplas Entertainment '),(15617,1513,65,'Website','website','Text',''),(15618,1513,66,'Email Address','email','Text','juniorowamii@gmail.com '),(15619,1513,132,'Telephone Number','telephone','Text',''),(15620,1513,67,'Mobile Phone Number','mobile','Text','0672176802'),(15621,1513,72,'Company Name','companyname','Text',''),(15622,1513,125,'Trading Name','tradingname','Text',''),(15623,1513,126,'Company Type','companytype','Radio Group','SoleOwner'),(15624,1513,127,'Company Registration','companyregistration','Text','Tuplas Entertainment '),(15625,1513,79,'Physical Address','address1','Text','2230 John Baker Street '),(15626,1513,80,'Suburb','suburb','Text','Mamelodi'),(15627,1513,81,'Town or City','towncity','Text','Pretoria'),(15628,1513,297,'Province','province','Select List','Gauteng'),(15629,1513,95,'Postcode','postcode','Text','0122'),(15630,1513,100,'Postal Address 1','postaladdress1','Text',' Post office'),(15631,1513,101,'Postal Address 2','postaladdress2','Text','Manelodi Rethabile post office'),(15632,1513,102,'Postcode','postcodepostal','Text','0122'),(15633,1513,145,'Casting Type','castingtype','Select List','Characters'),(15634,1513,145,'Casting Type','castingtype','Select List','Featured Extras'),(15635,1513,145,'Casting Type','castingtype','Select List','Background Extras'),(15636,1513,154,'Would you like your Membership published on this site?','membershippublished','Radio Group','yes'),(15637,1513,175,'First & Surname','owner1name','Text','Junior Songo'),(15638,1513,176,' ID Number','owner1id','Text','0601305736089'),(15639,1513,177,'Position','owner1position','Text','Actor'),(15640,1513,186,'Mobile Phone Number','owner1mobile','Text','0672176802'),(15641,1513,191,'First & Surname','firstsurname2','Text',''),(15642,1513,196,'ID Number','idnumberowner2','Text',''),(15643,1513,197,'Position','position2','Text',''),(15644,1513,202,'Mobile Phone Number','mobilenumber2','Text',''),(15645,1513,207,'First & Surname','firstnamesurname3','Text',''),(15646,1513,208,'ID Number','idnumber3','Text',''),(15647,1513,213,'Position','position3','Text',''),(15648,1513,214,'Mobile Phone Number','mobile3','Text',''),(15649,1513,219,'I have read and accept The Constitution, Terms & Conditions, Codes of Conduct','bfQuickMode551748','Radio Group','yes'),(15650,1513,220,'Signed Constitution, Terms & Conditions, Codes of Conduct','signedconstitution','File Upload',''),(15651,1513,225,'Proof of Subscription Payment','proofofpayment','File Upload','/home/oscasa/public_html/media/breezingforms/uploads/Screenshot_20230718-155654_Capitec.jpg'),(15652,1513,230,'ID copy Owner/Member 1','idcopyowner1','File Upload',''),(15653,1513,239,'ID copy Owner/Member 2','idcopyowner2','File Upload',''),(15654,1513,244,'ID copy Owner/Member 3','idcopyowner3','File Upload',''),(15655,1513,249,'Letter from Bank (Confirming account)','bankletter','File Upload',''),(15656,1513,250,'Tax Clearance Certificate','taxclearance','File Upload',''),(15657,1513,259,'Proof of Physical Address','proofaddress','File Upload',''),(15658,1514,465,'First Name','firstname','Text','Janet'),(15659,1514,464,'Surname','surname','Text','Geyer'),(15660,1514,468,'ID Number','id','Text','5905080003085'),(15661,1514,467,'Email Address','email','Text','triggie99@gmail.com'),(15662,1514,463,'Telephone Number','telephone','Text',''),(15663,1514,466,'Mobile Phone Number','mobile','Text','0767228878'),(15664,1514,498,'The Job or Production','production','Text','Production'),(15665,1514,503,'Date of Production','productiondate','Text','Numerous dates'),(15666,1514,504,'Name of Your Agency','agentname','Text','Pixels casting agency'),(15667,1514,527,'N.B. Message or Complaint Detail','description','Textarea','Good day\r\nI and many other are struggling for months to get payment for work we have done as extras for pixels agency. We need some advice going forward as we are not getting any response from the agency whatsoever.'),(15668,1515,465,'First Name','firstname','Text','Janet'),(15669,1515,464,'Surname','surname','Text','Geyer'),(15670,1515,468,'ID Number','id','Text','5905080003085'),(15671,1515,467,'Email Address','email','Text','triggie99@gmail.com'),(15672,1515,463,'Telephone Number','telephone','Text',''),(15673,1515,466,'Mobile Phone Number','mobile','Text','0767228878'),(15674,1515,498,'The Job or Production','production','Text','Production'),(15675,1515,503,'Date of Production','productiondate','Text','Numerous dates'),(15676,1515,504,'Name of Your Agency','agentname','Text','Pixels casting agency'),(15677,1515,527,'N.B. Message or Complaint Detail','description','Textarea','Good day\r\nI and many other are struggling for months to get payment for work we have done as extras for pixels agency. We need some advice going forward as we are not getting any response from the agency whatsoever.'),(15678,1516,465,'First Name','firstname','Text','Jerome'),(15679,1516,464,'Surname','surname','Text','Ferreira'),(15680,1516,468,'ID Number','id','Text','8308075219088'),(15681,1516,467,'Email Address','email','Text','jeromeferreira@me.com'),(15682,1516,463,'Telephone Number','telephone','Text','0613918105'),(15683,1516,466,'Mobile Phone Number','mobile','Text','0613918105'),(15684,1516,498,'The Job or Production','production','Text','Virgin Atlantic international '),(15685,1516,503,'Date of Production','productiondate','Text','November 2012'),(15686,1516,504,'Name of Your Agency','agentname','Text','Colt Talent Agency '),(15687,1516,527,'N.B. Message or Complaint Detail','description','Textarea','In 2012 I was an extra in a commercial for Virgin Atlantic. That aired workd wide on the TV and internet and still is available on the internet.\r\n\r\nA few months later in 2013 my aunt from the UK said she saw me in this commercial on the telly.\r\n\r\nI contacted the extra agency whom represented me and they told me they will investigate. They got back to me and assured me that you can’t tell it’s me and it’s an odd angle.\r\n\r\nI took their word and left it. Now 10 years later someone brought it to my attention that the add is still publicly available after 10 years and for the first time i had a look.\r\n\r\nI was shocked that the agency lied to me and it is clearly me. \r\n\r\nI believe I was lied to about my roll and feature and was not compensated or paid the correct fee for such a feature roll.\r\n\r\nHow do you guys help in these scenarios?\r\n\r\n'),(15688,1517,465,'First Name','firstname','Text','Pamela'),(15689,1517,464,'Surname','surname','Text','Ngaleka'),(15690,1517,468,'ID Number','id','Text','9607210393081'),(15691,1517,467,'Email Address','email','Text','pamelangaleka2@gmail.com'),(15692,1517,463,'Telephone Number','telephone','Text',''),(15693,1517,466,'Mobile Phone Number','mobile','Text','0817036722'),(15694,1517,498,'The Job or Production','production','Text','Grand Marnie '),(15695,1517,503,'Date of Production','productiondate','Text','15-11-2022'),(15696,1517,504,'Name of Your Agency','agentname','Text','Sync Model Management'),(15697,1517,527,'N.B. Message or Complaint Detail','description','Textarea','Good afternoon I would like to file a complaint about my agency, I haven\'t received my payment from the work I did with them. They don\'t want to send me proof of my contracts I did with three production companies. I am exhausted and I have spoken to them regarding this issue, but they are not taking my issues seriously they are just answering for the sake of answering, but not because they care.'),(15698,1518,465,'First Name','firstname','Text','Amogelang'),(15699,1518,464,'Surname','surname','Text','Telekelo'),(15700,1518,468,'ID Number','id','Text','BN1856802'),(15701,1518,467,'Email Address','email','Text','telekeloamogelang4@gmail.com'),(15702,1518,463,'Telephone Number','telephone','Text','0639662643'),(15703,1518,466,'Mobile Phone Number','mobile','Text','0639662643'),(15704,1518,498,'The Job or Production','production','Text','Actor'),(15705,1518,503,'Date of Production','productiondate','Text','na'),(15706,1518,504,'Name of Your Agency','agentname','Text','Blaze Talent Agency'),(15707,1518,527,'N.B. Message or Complaint Detail','description','Textarea','My former agency Blaze Talent Agency does not want to let go of me even after me sending notices. They want me to stay with them for the full 2 years period. Time they don\'t send me briefs like that and they recruit a lot of people daily but still they just choose to behave this way with me.'),(15708,1519,465,'First Name','firstname','Text','Thokozani'),(15709,1519,464,'Surname','surname','Text','Mahlangu'),(15710,1519,468,'ID Number','id','Text','0402075735082'),(15711,1519,467,'Email Address','email','Text','thokozanijayjay@gmail.com'),(15712,1519,463,'Telephone Number','telephone','Text',''),(15713,1519,466,'Mobile Phone Number','mobile','Text','0767284811'),(15714,1519,498,'The Job or Production','production','Text','ABS production'),(15715,1519,503,'Date of Production','productiondate','Text','October 2022'),(15716,1519,504,'Name of Your Agency','agentname','Text','Antonio'),(15717,1519,527,'N.B. Message or Complaint Detail','description','Textarea','Hello Mr/Mrs I\'m a new young actor who is looking forward on working with you '),(15718,1520,465,'First Name','firstname','Text','Lerato Charity '),(15719,1520,464,'Surname','surname','Text','Raphaswana '),(15720,1520,468,'ID Number','id','Text','9605300501084'),(15721,1520,467,'Email Address','email','Text','leratoraphaswana29@gmail.com'),(15722,1520,463,'Telephone Number','telephone','Text',''),(15723,1520,466,'Mobile Phone Number','mobile','Text','0814105656'),(15724,1520,498,'The Job or Production','production','Text','UArt Production Company '),(15725,1520,503,'Date of Production','productiondate','Text','K2020622203'),(15726,1520,504,'Name of Your Agency','agentname','Text','UArt Production Company '),(15727,1520,527,'N.B. Message or Complaint Detail','description','Textarea','Goodday, \r\n\r\nI’d love to know a few things, I have an agency called UArt Production. I wanted to find out if I join OSCASA as an agency? And I wanted to find out if OSCASA will be able to get my artists gigs after I joined. \r\n\r\nI hope you see this and get back to me. \r\n\r\nKind regards\r\n\r\nLerato'),(15728,1521,465,'First Name','firstname','Text','DPpYwdiH'),(15729,1521,464,'Surname','surname','Text','DPpYwdiH'),(15730,1521,468,'ID Number','id','Text','1835'),(15731,1521,467,'Email Address','email','Text','Agepigo@fmaill.xyz'),(15732,1521,463,'Telephone Number','telephone','Text','81789885932'),(15733,1521,466,'Mobile Phone Number','mobile','Text','88138719172'),(15734,1521,498,'The Job or Production','production','Text','MeZQOTjVW'),(15735,1521,503,'Date of Production','productiondate','Text','1978-10-12'),(15736,1521,504,'Name of Your Agency','agentname','Text','DPpYwdiH'),(15737,1521,527,'N.B. Message or Complaint Detail','description','Textarea','I feel lucky that I had the foresight to do my own research into this before falling for their hysteria mode propecia sell Store CELEXA at room temperature between 68 F to 77 F 20 C to 25 C'),(15738,1522,465,'First Name','firstname','Text','vinaity'),(15739,1522,464,'Surname','surname','Text','vinaity'),(15740,1522,468,'ID Number','id','Text','5105'),(15741,1522,467,'Email Address','email','Text','Impaith@mailsphere.xyz'),(15742,1522,463,'Telephone Number','telephone','Text','89252667351'),(15743,1522,466,'Mobile Phone Number','mobile','Text','89711885626'),(15744,1522,498,'The Job or Production','production','Text','vinaity'),(15745,1522,503,'Date of Production','productiondate','Text','1980-12-11'),(15746,1522,504,'Name of Your Agency','agentname','Text','vinaity'),(15747,1522,527,'N.B. Message or Complaint Detail','description','Textarea','buy cialis generic online cheap The last electronic search was run in April 2016'),(15748,1523,465,'First Name','firstname','Text','unasyn augmentin equivalent'),(15749,1523,464,'Surname','surname','Text','unasyn augmentin equivalent'),(15750,1523,468,'ID Number','id','Text','8869'),(15751,1523,467,'Email Address','email','Text','awaikemom@mailsphere.xyz'),(15752,1523,463,'Telephone Number','telephone','Text','85872286281'),(15753,1523,466,'Mobile Phone Number','mobile','Text','81474148294'),(15754,1523,498,'The Job or Production','production','Text','augmentin vs doxycycline'),(15755,1523,503,'Date of Production','productiondate','Text','1979-12-12'),(15756,1523,504,'Name of Your Agency','agentname','Text','unasyn augmentin equivalent'),(15757,1523,527,'N.B. Message or Complaint Detail','description','Textarea','However, none of the penicillins will work for colds, flu, or other virus infections buy augmentin from canada Had a new doc she put me on Atacand candesartan after 30 years of awful side effects');
/*!40000 ALTER TABLE `jos7e_facileforms_subrecords` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_fields`
--
DROP TABLE IF EXISTS `jos7e_fields`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_fields` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`asset_id` int(10) unsigned NOT NULL DEFAULT 0,
`context` varchar(255) NOT NULL DEFAULT '',
`group_id` int(10) unsigned NOT NULL DEFAULT 0,
`title` varchar(255) NOT NULL DEFAULT '',
`name` varchar(255) NOT NULL DEFAULT '',
`label` varchar(255) NOT NULL DEFAULT '',
`default_value` text NOT NULL,
`type` varchar(255) NOT NULL DEFAULT 'text',
`note` varchar(255) NOT NULL DEFAULT '',
`description` text NOT NULL,
`state` tinyint(1) NOT NULL DEFAULT 0,
`required` tinyint(1) NOT NULL DEFAULT 0,
`checked_out` int(11) NOT NULL DEFAULT 0,
`checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`ordering` int(11) NOT NULL DEFAULT 0,
`params` text NOT NULL,
`fieldparams` text NOT NULL,
`language` char(7) NOT NULL DEFAULT '',
`created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`created_user_id` int(10) unsigned NOT NULL DEFAULT 0,
`modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`modified_by` int(10) unsigned NOT NULL DEFAULT 0,
`access` int(11) NOT NULL DEFAULT 1,
PRIMARY KEY (`id`),
KEY `idx_checkout` (`checked_out`),
KEY `idx_state` (`state`),
KEY `idx_created_user_id` (`created_user_id`),
KEY `idx_access` (`access`),
KEY `idx_context` (`context`(191)),
KEY `idx_language` (`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_fields`
--
LOCK TABLES `jos7e_fields` WRITE;
/*!40000 ALTER TABLE `jos7e_fields` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_fields` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_fields_categories`
--
DROP TABLE IF EXISTS `jos7e_fields_categories`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_fields_categories` (
`field_id` int(11) NOT NULL DEFAULT 0,
`category_id` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`field_id`,`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_fields_categories`
--
LOCK TABLES `jos7e_fields_categories` WRITE;
/*!40000 ALTER TABLE `jos7e_fields_categories` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_fields_categories` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_fields_groups`
--
DROP TABLE IF EXISTS `jos7e_fields_groups`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_fields_groups` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`asset_id` int(10) unsigned NOT NULL DEFAULT 0,
`context` varchar(255) NOT NULL DEFAULT '',
`title` varchar(255) NOT NULL DEFAULT '',
`note` varchar(255) NOT NULL DEFAULT '',
`description` text NOT NULL,
`state` tinyint(1) NOT NULL DEFAULT 0,
`checked_out` int(11) NOT NULL DEFAULT 0,
`checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`ordering` int(11) NOT NULL DEFAULT 0,
`params` text NOT NULL,
`language` char(7) NOT NULL DEFAULT '',
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`created_by` int(10) unsigned NOT NULL DEFAULT 0,
`modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`modified_by` int(10) unsigned NOT NULL DEFAULT 0,
`access` int(11) NOT NULL DEFAULT 1,
PRIMARY KEY (`id`),
KEY `idx_checkout` (`checked_out`),
KEY `idx_state` (`state`),
KEY `idx_created_by` (`created_by`),
KEY `idx_access` (`access`),
KEY `idx_context` (`context`(191)),
KEY `idx_language` (`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_fields_groups`
--
LOCK TABLES `jos7e_fields_groups` WRITE;
/*!40000 ALTER TABLE `jos7e_fields_groups` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_fields_groups` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_fields_values`
--
DROP TABLE IF EXISTS `jos7e_fields_values`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_fields_values` (
`field_id` int(10) unsigned NOT NULL,
`item_id` varchar(255) NOT NULL COMMENT 'Allow references to items which have strings as ids, eg. none db systems.',
`value` text NOT NULL,
KEY `idx_field_id` (`field_id`),
KEY `idx_item_id` (`item_id`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_fields_values`
--
LOCK TABLES `jos7e_fields_values` WRITE;
/*!40000 ALTER TABLE `jos7e_fields_values` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_fields_values` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_finder_filters`
--
DROP TABLE IF EXISTS `jos7e_finder_filters`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_finder_filters` (
`filter_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`title` varchar(255) NOT NULL,
`alias` varchar(255) NOT NULL,
`state` tinyint(1) NOT NULL DEFAULT 1,
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`created_by` int(10) unsigned NOT NULL,
`created_by_alias` varchar(255) NOT NULL,
`modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`modified_by` int(10) unsigned NOT NULL DEFAULT 0,
`checked_out` int(10) unsigned NOT NULL DEFAULT 0,
`checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`map_count` int(10) unsigned NOT NULL DEFAULT 0,
`data` mediumtext NOT NULL,
`params` longtext DEFAULT NULL,
PRIMARY KEY (`filter_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_finder_filters`
--
LOCK TABLES `jos7e_finder_filters` WRITE;
/*!40000 ALTER TABLE `jos7e_finder_filters` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_finder_filters` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_finder_links`
--
DROP TABLE IF EXISTS `jos7e_finder_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_finder_links` (
`link_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`url` varchar(255) NOT NULL,
`route` varchar(255) NOT NULL,
`title` varchar(400) DEFAULT NULL,
`description` text DEFAULT NULL,
`indexdate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`md5sum` varchar(32) DEFAULT NULL,
`published` tinyint(1) NOT NULL DEFAULT 1,
`state` int(5) DEFAULT 1,
`access` int(5) DEFAULT 0,
`language` varchar(8) NOT NULL,
`publish_start_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`publish_end_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`start_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`end_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`list_price` double unsigned NOT NULL DEFAULT 0,
`sale_price` double unsigned NOT NULL DEFAULT 0,
`type_id` int(11) NOT NULL,
`object` mediumblob NOT NULL,
PRIMARY KEY (`link_id`),
KEY `idx_type` (`type_id`),
KEY `idx_md5` (`md5sum`),
KEY `idx_url` (`url`(75)),
KEY `idx_published_list` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`list_price`),
KEY `idx_published_sale` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`sale_price`),
KEY `idx_title` (`title`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_finder_links`
--
LOCK TABLES `jos7e_finder_links` WRITE;
/*!40000 ALTER TABLE `jos7e_finder_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_finder_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_finder_links_terms0`
--
DROP TABLE IF EXISTS `jos7e_finder_links_terms0`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_finder_links_terms0` (
`link_id` int(10) unsigned NOT NULL,
`term_id` int(10) unsigned NOT NULL,
`weight` float unsigned NOT NULL,
PRIMARY KEY (`link_id`,`term_id`),
KEY `idx_term_weight` (`term_id`,`weight`),
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_finder_links_terms0`
--
LOCK TABLES `jos7e_finder_links_terms0` WRITE;
/*!40000 ALTER TABLE `jos7e_finder_links_terms0` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_finder_links_terms0` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_finder_links_terms1`
--
DROP TABLE IF EXISTS `jos7e_finder_links_terms1`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_finder_links_terms1` (
`link_id` int(10) unsigned NOT NULL,
`term_id` int(10) unsigned NOT NULL,
`weight` float unsigned NOT NULL,
PRIMARY KEY (`link_id`,`term_id`),
KEY `idx_term_weight` (`term_id`,`weight`),
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_finder_links_terms1`
--
LOCK TABLES `jos7e_finder_links_terms1` WRITE;
/*!40000 ALTER TABLE `jos7e_finder_links_terms1` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_finder_links_terms1` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_finder_links_terms2`
--
DROP TABLE IF EXISTS `jos7e_finder_links_terms2`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_finder_links_terms2` (
`link_id` int(10) unsigned NOT NULL,
`term_id` int(10) unsigned NOT NULL,
`weight` float unsigned NOT NULL,
PRIMARY KEY (`link_id`,`term_id`),
KEY `idx_term_weight` (`term_id`,`weight`),
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_finder_links_terms2`
--
LOCK TABLES `jos7e_finder_links_terms2` WRITE;
/*!40000 ALTER TABLE `jos7e_finder_links_terms2` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_finder_links_terms2` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_finder_links_terms3`
--
DROP TABLE IF EXISTS `jos7e_finder_links_terms3`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_finder_links_terms3` (
`link_id` int(10) unsigned NOT NULL,
`term_id` int(10) unsigned NOT NULL,
`weight` float unsigned NOT NULL,
PRIMARY KEY (`link_id`,`term_id`),
KEY `idx_term_weight` (`term_id`,`weight`),
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_finder_links_terms3`
--
LOCK TABLES `jos7e_finder_links_terms3` WRITE;
/*!40000 ALTER TABLE `jos7e_finder_links_terms3` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_finder_links_terms3` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_finder_links_terms4`
--
DROP TABLE IF EXISTS `jos7e_finder_links_terms4`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_finder_links_terms4` (
`link_id` int(10) unsigned NOT NULL,
`term_id` int(10) unsigned NOT NULL,
`weight` float unsigned NOT NULL,
PRIMARY KEY (`link_id`,`term_id`),
KEY `idx_term_weight` (`term_id`,`weight`),
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_finder_links_terms4`
--
LOCK TABLES `jos7e_finder_links_terms4` WRITE;
/*!40000 ALTER TABLE `jos7e_finder_links_terms4` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_finder_links_terms4` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_finder_links_terms5`
--
DROP TABLE IF EXISTS `jos7e_finder_links_terms5`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_finder_links_terms5` (
`link_id` int(10) unsigned NOT NULL,
`term_id` int(10) unsigned NOT NULL,
`weight` float unsigned NOT NULL,
PRIMARY KEY (`link_id`,`term_id`),
KEY `idx_term_weight` (`term_id`,`weight`),
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_finder_links_terms5`
--
LOCK TABLES `jos7e_finder_links_terms5` WRITE;
/*!40000 ALTER TABLE `jos7e_finder_links_terms5` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_finder_links_terms5` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_finder_links_terms6`
--
DROP TABLE IF EXISTS `jos7e_finder_links_terms6`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_finder_links_terms6` (
`link_id` int(10) unsigned NOT NULL,
`term_id` int(10) unsigned NOT NULL,
`weight` float unsigned NOT NULL,
PRIMARY KEY (`link_id`,`term_id`),
KEY `idx_term_weight` (`term_id`,`weight`),
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_finder_links_terms6`
--
LOCK TABLES `jos7e_finder_links_terms6` WRITE;
/*!40000 ALTER TABLE `jos7e_finder_links_terms6` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_finder_links_terms6` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_finder_links_terms7`
--
DROP TABLE IF EXISTS `jos7e_finder_links_terms7`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_finder_links_terms7` (
`link_id` int(10) unsigned NOT NULL,
`term_id` int(10) unsigned NOT NULL,
`weight` float unsigned NOT NULL,
PRIMARY KEY (`link_id`,`term_id`),
KEY `idx_term_weight` (`term_id`,`weight`),
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_finder_links_terms7`
--
LOCK TABLES `jos7e_finder_links_terms7` WRITE;
/*!40000 ALTER TABLE `jos7e_finder_links_terms7` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_finder_links_terms7` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_finder_links_terms8`
--
DROP TABLE IF EXISTS `jos7e_finder_links_terms8`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_finder_links_terms8` (
`link_id` int(10) unsigned NOT NULL,
`term_id` int(10) unsigned NOT NULL,
`weight` float unsigned NOT NULL,
PRIMARY KEY (`link_id`,`term_id`),
KEY `idx_term_weight` (`term_id`,`weight`),
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_finder_links_terms8`
--
LOCK TABLES `jos7e_finder_links_terms8` WRITE;
/*!40000 ALTER TABLE `jos7e_finder_links_terms8` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_finder_links_terms8` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_finder_links_terms9`
--
DROP TABLE IF EXISTS `jos7e_finder_links_terms9`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_finder_links_terms9` (
`link_id` int(10) unsigned NOT NULL,
`term_id` int(10) unsigned NOT NULL,
`weight` float unsigned NOT NULL,
PRIMARY KEY (`link_id`,`term_id`),
KEY `idx_term_weight` (`term_id`,`weight`),
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_finder_links_terms9`
--
LOCK TABLES `jos7e_finder_links_terms9` WRITE;
/*!40000 ALTER TABLE `jos7e_finder_links_terms9` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_finder_links_terms9` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_finder_links_termsa`
--
DROP TABLE IF EXISTS `jos7e_finder_links_termsa`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_finder_links_termsa` (
`link_id` int(10) unsigned NOT NULL,
`term_id` int(10) unsigned NOT NULL,
`weight` float unsigned NOT NULL,
PRIMARY KEY (`link_id`,`term_id`),
KEY `idx_term_weight` (`term_id`,`weight`),
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_finder_links_termsa`
--
LOCK TABLES `jos7e_finder_links_termsa` WRITE;
/*!40000 ALTER TABLE `jos7e_finder_links_termsa` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_finder_links_termsa` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_finder_links_termsb`
--
DROP TABLE IF EXISTS `jos7e_finder_links_termsb`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_finder_links_termsb` (
`link_id` int(10) unsigned NOT NULL,
`term_id` int(10) unsigned NOT NULL,
`weight` float unsigned NOT NULL,
PRIMARY KEY (`link_id`,`term_id`),
KEY `idx_term_weight` (`term_id`,`weight`),
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_finder_links_termsb`
--
LOCK TABLES `jos7e_finder_links_termsb` WRITE;
/*!40000 ALTER TABLE `jos7e_finder_links_termsb` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_finder_links_termsb` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_finder_links_termsc`
--
DROP TABLE IF EXISTS `jos7e_finder_links_termsc`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_finder_links_termsc` (
`link_id` int(10) unsigned NOT NULL,
`term_id` int(10) unsigned NOT NULL,
`weight` float unsigned NOT NULL,
PRIMARY KEY (`link_id`,`term_id`),
KEY `idx_term_weight` (`term_id`,`weight`),
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_finder_links_termsc`
--
LOCK TABLES `jos7e_finder_links_termsc` WRITE;
/*!40000 ALTER TABLE `jos7e_finder_links_termsc` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_finder_links_termsc` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_finder_links_termsd`
--
DROP TABLE IF EXISTS `jos7e_finder_links_termsd`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_finder_links_termsd` (
`link_id` int(10) unsigned NOT NULL,
`term_id` int(10) unsigned NOT NULL,
`weight` float unsigned NOT NULL,
PRIMARY KEY (`link_id`,`term_id`),
KEY `idx_term_weight` (`term_id`,`weight`),
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_finder_links_termsd`
--
LOCK TABLES `jos7e_finder_links_termsd` WRITE;
/*!40000 ALTER TABLE `jos7e_finder_links_termsd` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_finder_links_termsd` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_finder_links_termse`
--
DROP TABLE IF EXISTS `jos7e_finder_links_termse`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_finder_links_termse` (
`link_id` int(10) unsigned NOT NULL,
`term_id` int(10) unsigned NOT NULL,
`weight` float unsigned NOT NULL,
PRIMARY KEY (`link_id`,`term_id`),
KEY `idx_term_weight` (`term_id`,`weight`),
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_finder_links_termse`
--
LOCK TABLES `jos7e_finder_links_termse` WRITE;
/*!40000 ALTER TABLE `jos7e_finder_links_termse` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_finder_links_termse` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_finder_links_termsf`
--
DROP TABLE IF EXISTS `jos7e_finder_links_termsf`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_finder_links_termsf` (
`link_id` int(10) unsigned NOT NULL,
`term_id` int(10) unsigned NOT NULL,
`weight` float unsigned NOT NULL,
PRIMARY KEY (`link_id`,`term_id`),
KEY `idx_term_weight` (`term_id`,`weight`),
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_finder_links_termsf`
--
LOCK TABLES `jos7e_finder_links_termsf` WRITE;
/*!40000 ALTER TABLE `jos7e_finder_links_termsf` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_finder_links_termsf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_finder_taxonomy`
--
DROP TABLE IF EXISTS `jos7e_finder_taxonomy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_finder_taxonomy` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`parent_id` int(10) unsigned NOT NULL DEFAULT 0,
`title` varchar(255) NOT NULL,
`state` tinyint(1) unsigned NOT NULL DEFAULT 1,
`access` tinyint(1) unsigned NOT NULL DEFAULT 0,
`ordering` tinyint(1) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`id`),
KEY `parent_id` (`parent_id`),
KEY `state` (`state`),
KEY `ordering` (`ordering`),
KEY `access` (`access`),
KEY `idx_parent_published` (`parent_id`,`state`,`access`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_finder_taxonomy`
--
LOCK TABLES `jos7e_finder_taxonomy` WRITE;
/*!40000 ALTER TABLE `jos7e_finder_taxonomy` DISABLE KEYS */;
INSERT INTO `jos7e_finder_taxonomy` VALUES (1,0,'ROOT',0,0,0);
/*!40000 ALTER TABLE `jos7e_finder_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_finder_taxonomy_map`
--
DROP TABLE IF EXISTS `jos7e_finder_taxonomy_map`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_finder_taxonomy_map` (
`link_id` int(10) unsigned NOT NULL,
`node_id` int(10) unsigned NOT NULL,
PRIMARY KEY (`link_id`,`node_id`),
KEY `link_id` (`link_id`),
KEY `node_id` (`node_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_finder_taxonomy_map`
--
LOCK TABLES `jos7e_finder_taxonomy_map` WRITE;
/*!40000 ALTER TABLE `jos7e_finder_taxonomy_map` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_finder_taxonomy_map` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_finder_terms`
--
DROP TABLE IF EXISTS `jos7e_finder_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_finder_terms` (
`term_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`term` varchar(75) NOT NULL,
`stem` varchar(75) NOT NULL,
`common` tinyint(1) unsigned NOT NULL DEFAULT 0,
`phrase` tinyint(1) unsigned NOT NULL DEFAULT 0,
`weight` float unsigned NOT NULL DEFAULT 0,
`soundex` varchar(75) NOT NULL,
`links` int(10) NOT NULL DEFAULT 0,
`language` char(3) NOT NULL DEFAULT '',
PRIMARY KEY (`term_id`),
UNIQUE KEY `idx_term` (`term`),
KEY `idx_term_phrase` (`term`,`phrase`),
KEY `idx_stem_phrase` (`stem`,`phrase`),
KEY `idx_soundex_phrase` (`soundex`,`phrase`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_finder_terms`
--
LOCK TABLES `jos7e_finder_terms` WRITE;
/*!40000 ALTER TABLE `jos7e_finder_terms` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_finder_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_finder_terms_common`
--
DROP TABLE IF EXISTS `jos7e_finder_terms_common`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_finder_terms_common` (
`term` varchar(75) NOT NULL,
`language` varchar(3) NOT NULL,
KEY `idx_word_lang` (`term`,`language`),
KEY `idx_lang` (`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_finder_terms_common`
--
LOCK TABLES `jos7e_finder_terms_common` WRITE;
/*!40000 ALTER TABLE `jos7e_finder_terms_common` DISABLE KEYS */;
INSERT INTO `jos7e_finder_terms_common` VALUES ('a','en'),('about','en'),('after','en'),('ago','en'),('all','en'),('am','en'),('an','en'),('and','en'),('ani','en'),('any','en'),('are','en'),('aren\'t','en'),('as','en'),('at','en'),('be','en'),('but','en'),('by','en'),('for','en'),('from','en'),('get','en'),('go','en'),('how','en'),('if','en'),('in','en'),('into','en'),('is','en'),('isn\'t','en'),('it','en'),('its','en'),('me','en'),('more','en'),('most','en'),('must','en'),('my','en'),('new','en'),('no','en'),('none','en'),('not','en'),('noth','en'),('nothing','en'),('of','en'),('off','en'),('often','en'),('old','en'),('on','en'),('onc','en'),('once','en'),('onli','en'),('only','en'),('or','en'),('other','en'),('our','en'),('ours','en'),('out','en'),('over','en'),('page','en'),('she','en'),('should','en'),('small','en'),('so','en'),('some','en'),('than','en'),('thank','en'),('that','en'),('the','en'),('their','en'),('theirs','en'),('them','en'),('then','en'),('there','en'),('these','en'),('they','en'),('this','en'),('those','en'),('thus','en'),('time','en'),('times','en'),('to','en'),('too','en'),('true','en'),('under','en'),('until','en'),('up','en'),('upon','en'),('use','en'),('user','en'),('users','en'),('veri','en'),('version','en'),('very','en'),('via','en'),('want','en'),('was','en'),('way','en'),('were','en'),('what','en'),('when','en'),('where','en'),('whi','en'),('which','en'),('who','en'),('whom','en'),('whose','en'),('why','en'),('wide','en'),('will','en'),('with','en'),('within','en'),('without','en'),('would','en'),('yes','en'),('yet','en'),('you','en'),('your','en'),('yours','en');
/*!40000 ALTER TABLE `jos7e_finder_terms_common` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_finder_tokens`
--
DROP TABLE IF EXISTS `jos7e_finder_tokens`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_finder_tokens` (
`term` varchar(75) NOT NULL,
`stem` varchar(75) NOT NULL,
`common` tinyint(1) unsigned NOT NULL DEFAULT 0,
`phrase` tinyint(1) unsigned NOT NULL DEFAULT 0,
`weight` float unsigned NOT NULL DEFAULT 1,
`context` tinyint(1) unsigned NOT NULL DEFAULT 2,
`language` char(3) NOT NULL DEFAULT '',
KEY `idx_word` (`term`),
KEY `idx_context` (`context`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_finder_tokens`
--
LOCK TABLES `jos7e_finder_tokens` WRITE;
/*!40000 ALTER TABLE `jos7e_finder_tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_finder_tokens` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_finder_tokens_aggregate`
--
DROP TABLE IF EXISTS `jos7e_finder_tokens_aggregate`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_finder_tokens_aggregate` (
`term_id` int(10) unsigned NOT NULL,
`map_suffix` char(1) NOT NULL,
`term` varchar(75) NOT NULL,
`stem` varchar(75) NOT NULL,
`common` tinyint(1) unsigned NOT NULL DEFAULT 0,
`phrase` tinyint(1) unsigned NOT NULL DEFAULT 0,
`term_weight` float unsigned NOT NULL,
`context` tinyint(1) unsigned NOT NULL DEFAULT 2,
`context_weight` float unsigned NOT NULL,
`total_weight` float unsigned NOT NULL,
`language` char(3) NOT NULL DEFAULT '',
KEY `token` (`term`),
KEY `keyword_id` (`term_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_finder_tokens_aggregate`
--
LOCK TABLES `jos7e_finder_tokens_aggregate` WRITE;
/*!40000 ALTER TABLE `jos7e_finder_tokens_aggregate` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_finder_tokens_aggregate` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_finder_types`
--
DROP TABLE IF EXISTS `jos7e_finder_types`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_finder_types` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`title` varchar(100) NOT NULL,
`mime` varchar(100) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `title` (`title`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_finder_types`
--
LOCK TABLES `jos7e_finder_types` WRITE;
/*!40000 ALTER TABLE `jos7e_finder_types` DISABLE KEYS */;
INSERT INTO `jos7e_finder_types` VALUES (1,'Tag',''),(2,'Category',''),(3,'Contact',''),(4,'Article',''),(5,'News Feed','');
/*!40000 ALTER TABLE `jos7e_finder_types` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_k2_attachments`
--
DROP TABLE IF EXISTS `jos7e_k2_attachments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_k2_attachments` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`itemID` int(11) NOT NULL,
`filename` varchar(255) NOT NULL,
`title` varchar(255) NOT NULL,
`titleAttribute` text NOT NULL,
`hits` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `itemID` (`itemID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_k2_attachments`
--
LOCK TABLES `jos7e_k2_attachments` WRITE;
/*!40000 ALTER TABLE `jos7e_k2_attachments` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_k2_attachments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_k2_categories`
--
DROP TABLE IF EXISTS `jos7e_k2_categories`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_k2_categories` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`alias` varchar(255) NOT NULL,
`description` text NOT NULL,
`parent` int(11) DEFAULT 0,
`extraFieldsGroup` int(11) NOT NULL,
`published` smallint(6) NOT NULL DEFAULT 0,
`access` int(11) NOT NULL DEFAULT 0,
`ordering` int(11) NOT NULL DEFAULT 0,
`image` varchar(255) NOT NULL,
`params` text NOT NULL,
`trash` smallint(6) NOT NULL DEFAULT 0,
`plugins` text NOT NULL,
`language` char(7) NOT NULL,
PRIMARY KEY (`id`),
KEY `category` (`published`,`access`,`trash`),
KEY `parent` (`parent`),
KEY `ordering` (`ordering`),
KEY `published` (`published`),
KEY `access` (`access`),
KEY `trash` (`trash`),
KEY `language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_k2_categories`
--
LOCK TABLES `jos7e_k2_categories` WRITE;
/*!40000 ALTER TABLE `jos7e_k2_categories` DISABLE KEYS */;
INSERT INTO `jos7e_k2_categories` VALUES (1,'Members','members','',0,1,1,1,1,'','{\"inheritFrom\":\"0\",\"theme\":\"\",\"num_leading_items\":\"2\",\"num_leading_columns\":\"1\",\"leadingImgSize\":\"Large\",\"num_primary_items\":\"4\",\"num_primary_columns\":\"2\",\"primaryImgSize\":\"Medium\",\"num_secondary_items\":\"4\",\"num_secondary_columns\":\"1\",\"secondaryImgSize\":\"Small\",\"num_links\":\"4\",\"num_links_columns\":\"1\",\"linksImgSize\":\"XSmall\",\"catCatalogMode\":\"1\",\"catFeaturedItems\":\"1\",\"catOrdering\":\"\",\"catPagination\":\"2\",\"catPaginationResults\":\"1\",\"catTitle\":\"1\",\"catTitleItemCounter\":\"0\",\"catDescription\":\"1\",\"catImage\":\"1\",\"catFeedLink\":\"0\",\"catFeedIcon\":\"0\",\"subCategories\":\"0\",\"subCatColumns\":\"2\",\"subCatOrdering\":\"\",\"subCatTitle\":\"1\",\"subCatTitleItemCounter\":\"1\",\"subCatDescription\":\"1\",\"subCatImage\":\"1\",\"itemImageXS\":\"\",\"itemImageS\":\"\",\"itemImageM\":\"\",\"itemImageL\":\"\",\"itemImageXL\":\"\",\"catItemTitle\":\"1\",\"catItemTitleLinked\":\"1\",\"catItemFeaturedNotice\":\"0\",\"catItemAuthor\":\"0\",\"catItemDateCreated\":\"0\",\"catItemRating\":\"0\",\"catItemImage\":\"1\",\"catItemIntroText\":\"1\",\"catItemIntroTextWordLimit\":\"\",\"catItemExtraFields\":\"1\",\"catItemHits\":\"0\",\"catItemCategory\":\"0\",\"catItemTags\":\"0\",\"catItemAttachments\":\"0\",\"catItemAttachmentsCounter\":\"0\",\"catItemVideo\":\"0\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"0\",\"catItemImageGallery\":\"0\",\"catItemDateModified\":\"0\",\"catItemReadMore\":\"1\",\"catItemCommentsAnchor\":\"1\",\"catItemK2Plugins\":\"1\",\"itemDateCreated\":\"0\",\"itemTitle\":\"1\",\"itemFeaturedNotice\":\"1\",\"itemAuthor\":\"0\",\"itemFontResizer\":\"1\",\"itemPrintButton\":\"1\",\"itemEmailButton\":\"1\",\"itemSocialButton\":\"1\",\"itemVideoAnchor\":\"0\",\"itemImageGalleryAnchor\":\"0\",\"itemCommentsAnchor\":\"0\",\"itemRating\":\"0\",\"itemImage\":\"1\",\"itemImgSize\":\"Large\",\"itemImageMainCaption\":\"0\",\"itemImageMainCredits\":\"0\",\"itemIntroText\":\"1\",\"itemFullText\":\"1\",\"itemExtraFields\":\"1\",\"itemDateModified\":\"0\",\"itemHits\":\"0\",\"itemCategory\":\"0\",\"itemTags\":\"1\",\"itemAttachments\":\"0\",\"itemAttachmentsCounter\":\"0\",\"itemVideo\":\"0\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"0\",\"itemVideoCaption\":\"0\",\"itemVideoCredits\":\"0\",\"itemImageGallery\":\"1\",\"itemNavigation\":\"1\",\"itemComments\":\"0\",\"itemTwitterButton\":\"0\",\"itemFacebookButton\":\"1\",\"itemGooglePlusOneButton\":\"0\",\"itemAuthorBlock\":\"0\",\"itemAuthorImage\":\"0\",\"itemAuthorDescription\":\"0\",\"itemAuthorURL\":\"0\",\"itemAuthorEmail\":\"0\",\"itemAuthorLatest\":\"0\",\"itemAuthorLatestLimit\":\"5\",\"itemRelated\":\"0\",\"itemRelatedLimit\":\"5\",\"itemRelatedTitle\":\"0\",\"itemRelatedCategory\":\"0\",\"itemRelatedImageSize\":\"0\",\"itemRelatedIntrotext\":\"0\",\"itemRelatedFulltext\":\"0\",\"itemRelatedAuthor\":\"0\",\"itemRelatedMedia\":\"0\",\"itemRelatedImageGallery\":\"0\",\"itemK2Plugins\":\"1\",\"catMetaDesc\":\"\",\"catMetaKey\":\"\",\"catMetaRobots\":\"\",\"catMetaAuthor\":\"\"}',0,'','*');
/*!40000 ALTER TABLE `jos7e_k2_categories` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_k2_comments`
--
DROP TABLE IF EXISTS `jos7e_k2_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_k2_comments` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`itemID` int(11) NOT NULL,
`userID` int(11) NOT NULL,
`userName` varchar(255) NOT NULL,
`commentDate` datetime NOT NULL,
`commentText` text NOT NULL,
`commentEmail` varchar(255) NOT NULL,
`commentURL` varchar(255) NOT NULL,
`published` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`),
KEY `itemID` (`itemID`),
KEY `userID` (`userID`),
KEY `published` (`published`),
KEY `latestComments` (`published`,`commentDate`),
KEY `countComments` (`itemID`,`published`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_k2_comments`
--
LOCK TABLES `jos7e_k2_comments` WRITE;
/*!40000 ALTER TABLE `jos7e_k2_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_k2_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_k2_extra_fields`
--
DROP TABLE IF EXISTS `jos7e_k2_extra_fields`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_k2_extra_fields` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`value` text NOT NULL,
`type` varchar(255) NOT NULL,
`group` int(11) NOT NULL,
`published` tinyint(4) NOT NULL,
`ordering` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `group` (`group`),
KEY `published` (`published`),
KEY `ordering` (`ordering`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_k2_extra_fields`
--
LOCK TABLES `jos7e_k2_extra_fields` WRITE;
/*!40000 ALTER TABLE `jos7e_k2_extra_fields` DISABLE KEYS */;
INSERT INTO `jos7e_k2_extra_fields` VALUES (2,'Business Telephone','[{\"name\":null,\"value\":\"\",\"target\":null,\"alias\":\"businesstel\",\"required\":1,\"showNull\":0}]','textfield',1,1,2),(3,'Mobile Telephone','[{\"name\":null,\"value\":\"\",\"target\":null,\"alias\":\"mobilephone\",\"required\":0,\"showNull\":0}]','textfield',1,1,3),(4,'Email Address','[{\"name\":null,\"value\":\"\",\"target\":null,\"alias\":\"\",\"required\":1,\"showNull\":0}]','textfield',1,1,4),(5,'Website','[{\"name\":null,\"value\":\"\",\"target\":null,\"alias\":\"\",\"required\":0,\"showNull\":0}]','textfield',1,1,5),(6,'Contact Person','[{\"name\":null,\"value\":\"\",\"target\":null,\"alias\":\"\",\"required\":1,\"showNull\":0}]','textfield',1,1,6);
/*!40000 ALTER TABLE `jos7e_k2_extra_fields` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_k2_extra_fields_groups`
--
DROP TABLE IF EXISTS `jos7e_k2_extra_fields_groups`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_k2_extra_fields_groups` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_k2_extra_fields_groups`
--
LOCK TABLES `jos7e_k2_extra_fields_groups` WRITE;
/*!40000 ALTER TABLE `jos7e_k2_extra_fields_groups` DISABLE KEYS */;
INSERT INTO `jos7e_k2_extra_fields_groups` VALUES (1,'OSCA Members');
/*!40000 ALTER TABLE `jos7e_k2_extra_fields_groups` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_k2_items`
--
DROP TABLE IF EXISTS `jos7e_k2_items`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_k2_items` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(255) NOT NULL,
`alias` varchar(255) DEFAULT NULL,
`catid` int(11) NOT NULL,
`published` smallint(6) NOT NULL DEFAULT 0,
`introtext` mediumtext NOT NULL,
`fulltext` mediumtext NOT NULL,
`video` text DEFAULT NULL,
`gallery` varchar(255) DEFAULT NULL,
`extra_fields` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`extra_fields_search` text NOT NULL,
`created` datetime NOT NULL,
`created_by` int(11) NOT NULL DEFAULT 0,
`created_by_alias` varchar(255) NOT NULL,
`checked_out` int(10) unsigned NOT NULL,
`checked_out_time` datetime NOT NULL,
`modified` datetime NOT NULL,
`modified_by` int(11) NOT NULL DEFAULT 0,
`publish_up` datetime NOT NULL,
`publish_down` datetime NOT NULL,
`trash` smallint(6) NOT NULL DEFAULT 0,
`access` int(11) NOT NULL DEFAULT 0,
`ordering` int(11) NOT NULL DEFAULT 0,
`featured` smallint(6) NOT NULL DEFAULT 0,
`featured_ordering` int(11) NOT NULL DEFAULT 0,
`image_caption` text NOT NULL,
`image_credits` varchar(255) NOT NULL,
`video_caption` text NOT NULL,
`video_credits` varchar(255) NOT NULL,
`hits` int(10) unsigned NOT NULL,
`params` text NOT NULL,
`metadesc` text NOT NULL,
`metadata` text NOT NULL,
`metakey` text NOT NULL,
`plugins` text NOT NULL,
`language` char(7) NOT NULL,
PRIMARY KEY (`id`),
KEY `item` (`published`,`publish_up`,`publish_down`,`trash`,`access`),
KEY `catid` (`catid`),
KEY `created_by` (`created_by`),
KEY `ordering` (`ordering`),
KEY `featured` (`featured`),
KEY `featured_ordering` (`featured_ordering`),
KEY `hits` (`hits`),
KEY `created` (`created`),
KEY `language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_k2_items`
--
LOCK TABLES `jos7e_k2_items` WRITE;
/*!40000 ALTER TABLE `jos7e_k2_items` DISABLE KEYS */;
INSERT INTO `jos7e_k2_items` VALUES (1,'BM Casting','bm-casting',1,1,'','',NULL,NULL,'[{\"id\":\"2\",\"value\":\"021 423 2788\"},{\"id\":\"3\",\"value\":\"074 750 0745\"},{\"id\":\"4\",\"value\":\"aakhona@yahoo.com\"},{\"id\":\"5\",\"value\":\"\"},{\"id\":\"6\",\"value\":\"\"}]','021 423 2788 074 750 0745 aakhona@yahoo.com ','2016-02-29 18:37:00',814,'',814,'2024-10-06 06:23:59','2016-02-29 12:31:47',814,'2016-02-26 18:37:00','0000-00-00 00:00:00',0,1,1,0,0,'','','','',116,'{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}','','robots=\nauthor=','','','*');
/*!40000 ALTER TABLE `jos7e_k2_items` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_k2_log`
--
DROP TABLE IF EXISTS `jos7e_k2_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_k2_log` (
`status` int(11) NOT NULL,
`response` text NOT NULL,
`timestamp` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_k2_log`
--
LOCK TABLES `jos7e_k2_log` WRITE;
/*!40000 ALTER TABLE `jos7e_k2_log` DISABLE KEYS */;
INSERT INTO `jos7e_k2_log` VALUES (200,'Anonymous metrics submitted - thank you for helping make K2 better!','2025-04-14 09:31:25');
/*!40000 ALTER TABLE `jos7e_k2_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_k2_rating`
--
DROP TABLE IF EXISTS `jos7e_k2_rating`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_k2_rating` (
`itemID` int(11) NOT NULL DEFAULT 0,
`rating_sum` int(11) unsigned NOT NULL DEFAULT 0,
`rating_count` int(11) unsigned NOT NULL DEFAULT 0,
`lastip` varchar(50) NOT NULL DEFAULT '',
PRIMARY KEY (`itemID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_k2_rating`
--
LOCK TABLES `jos7e_k2_rating` WRITE;
/*!40000 ALTER TABLE `jos7e_k2_rating` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_k2_rating` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_k2_tags`
--
DROP TABLE IF EXISTS `jos7e_k2_tags`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_k2_tags` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`published` smallint(6) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`),
KEY `published` (`published`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_k2_tags`
--
LOCK TABLES `jos7e_k2_tags` WRITE;
/*!40000 ALTER TABLE `jos7e_k2_tags` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_k2_tags` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_k2_tags_xref`
--
DROP TABLE IF EXISTS `jos7e_k2_tags_xref`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_k2_tags_xref` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`tagID` int(11) NOT NULL,
`itemID` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `tagID` (`tagID`),
KEY `itemID` (`itemID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_k2_tags_xref`
--
LOCK TABLES `jos7e_k2_tags_xref` WRITE;
/*!40000 ALTER TABLE `jos7e_k2_tags_xref` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_k2_tags_xref` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_k2_user_groups`
--
DROP TABLE IF EXISTS `jos7e_k2_user_groups`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_k2_user_groups` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`permissions` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_k2_user_groups`
--
LOCK TABLES `jos7e_k2_user_groups` WRITE;
/*!40000 ALTER TABLE `jos7e_k2_user_groups` DISABLE KEYS */;
INSERT INTO `jos7e_k2_user_groups` VALUES (1,'Registered','{\"comment\":\"1\",\"frontEdit\":\"0\",\"add\":\"0\",\"editOwn\":\"0\",\"editAll\":\"0\",\"publish\":\"0\",\"inheritance\":0,\"categories\":\"all\"}'),(2,'Site Owner','{\"comment\":\"1\",\"frontEdit\":\"1\",\"add\":\"1\",\"editOwn\":\"1\",\"editAll\":\"1\",\"publish\":\"1\",\"inheritance\":1,\"categories\":\"all\"}');
/*!40000 ALTER TABLE `jos7e_k2_user_groups` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_k2_users`
--
DROP TABLE IF EXISTS `jos7e_k2_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_k2_users` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`userID` int(11) NOT NULL,
`userName` varchar(255) DEFAULT NULL,
`gender` enum('m','f') NOT NULL DEFAULT 'm',
`description` text NOT NULL,
`image` varchar(255) DEFAULT NULL,
`url` varchar(255) DEFAULT NULL,
`group` int(11) NOT NULL DEFAULT 0,
`plugins` text NOT NULL,
`ip` varchar(15) NOT NULL,
`hostname` varchar(255) NOT NULL,
`notes` text NOT NULL,
PRIMARY KEY (`id`),
KEY `userID` (`userID`),
KEY `group` (`group`)
) ENGINE=InnoDB AUTO_INCREMENT=4378 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_k2_users`
--
LOCK TABLES `jos7e_k2_users` WRITE;
/*!40000 ALTER TABLE `jos7e_k2_users` DISABLE KEYS */;
INSERT INTO `jos7e_k2_users` VALUES (3,817,'Millicent Lulama Letsoalo','m','',NULL,'',1,'','41.147.12.154','8ta-147-12-154.telkomadsl.co.za',''),(4,821,'Dustin Maree','m','',NULL,NULL,1,'','169.0.57.118','169-0-57-118.ip.afrihost.co.za',''),(6,823,'Casting 101','f','<p>Casting 101 is not just another traditional character agency... Instead of going for the airbrushed looks that blend right in we want to go for the quirky looks that stand right out. We want the kind of person who loves the character they are and isn\'t afraid to hide it! So when we say that Casting 101 is a character agency, we want it to mean just that!</p>','6.jpg','www.casting101.co.za',1,'','41.146.189.51','8ta-146-189-51.telkomadsl.co.za',''),(7,818,'Pene Saunders','f','',NULL,'',1,'','197.88.166.79','197-88-166-79.dsl.mweb.co.za',''),(8,819,'Mia Bellingan','m','',NULL,NULL,1,'','41.144.181.6','dsl-144-181-06.telkomadsl.co.za',''),(9,824,'Arc Artist Management','m','<p style=\"margin-top: 2.4pt; margin-bottom: 0pt; margin-left: 0in; direction: ltr; unicode-bidi: embed; word-break: normal;\"><span style=\"font-size: 10pt; font-family: Calibri;\">Arc Artist Management is a vibrant boutique agency operating in the greater Gauteng area that offers professional representation to actors across a number of platforms including film, television (commercial, series, etc.), voice as well as stage, for both local and international productions.</span></p>','9.jpg','www.arcartistmanagement.com',1,'','105.226.118.120','118-226-105-120.north.dsl.telkomsa.net',''),(10,828,'#eatpopcorn productions','m','A premier talent agency focussed on providing education and creating experiences for Singers, Dancers, Fashion and Commercial Models as well as actors. #eatpopcorn Productions is a division of ANUA School of Music & Performing Arts situated in Benoni (East Rand).\r\nOur agency offers premier membership for those artists and talent who who are focussed on entering the industry on an international level as well as a local focus for those who are wanting to work on themselves within the local South African industry context only.\r\n(The seperate new website is under construction at present but interested parties can read about our Talent Showcase on www.anua.co.za and also our education facility in Benoni on www.anuamusicschool.co.za whihc offers a global education syllabus in the vocals, music and various performing arts field.','10.jpg','http://www.anuamusicschool.co.za',1,'','196.202.230.30','196.202.230.30',''),(11,826,'eModels','f','','11.jpeg','www.emodelssa.com',1,'','41.246.248.53','8ta-246-248-53.telkomadsl.co.za',''),(12,827,'Colt Talent','f','',NULL,'',1,'','41.85.4.4','41.85.4.4',''),(13,825,'Terene Characters','f','','13.jpg','',1,'','41.114.152.195','41.114.152.195',''),(14,829,'HTA Extras','m','',NULL,'',1,'','197.88.12.82','197-88-12-82.dsl.mweb.co.za',''),(62,879,'Pene','m','',NULL,NULL,1,'','168.253.74.149','149-74.253.168.in-addr.arpa.sonicwireless.co.za',''),(67,885,'Chelsea','m','',NULL,NULL,1,'','197.93.153.134','197-93-153-134.hff.mweb.co.za',''),(68,883,'Fanyana','m','',NULL,'www.whitelupine.co.za',1,'','196.210.20.179','196-210-20-179.dynamic.isadsl.co.za',''),(113,932,'Petrus','m','',NULL,NULL,1,'','165.16.135.17','165-16-135-17.connect.syrex.co.za',''),(123,942,'michael','m','','123.jpg','www.vurhongagroups.co.za',1,'','41.13.0.233','vc-nat-gp-s-41-13-0-233.umts.vodacom.co.za',''),(151,970,'Reneiloe','f','<p>\r\n Casting Director and Extras Agent</p>','151.jpg','',1,'','155.93.140.86','155.93.140.86',''),(204,1027,'Asanda','m','Asanda Msimeko\r\nLives in Cape Town\r\n1.85 m tall\r\nLight skin','204.jpg','',1,'','197.106.142.140','197.106.142.140',''),(217,1037,'Leonie','m','',NULL,NULL,1,'','41.86.115.21','molopo.intdev.co.za',''),(247,1073,'Precious','m','',NULL,NULL,1,'','41.13.86.23','vc-nat-gp-n-41-13-86-23.umts.vodacom.co.za',''),(252,1078,'Marc','m','','252.png','Facebook.com/rmdsetwork',1,'','197.89.247.122','197-89-247-122.dsl.mweb.co.za',''),(254,1084,'Nicole','m','',NULL,NULL,1,'','105.224.179.13','105-224-179-13.east.dsl.telkomsa.net',''),(272,1103,'Bongani','m','I am Bongani Mokoena and I am 18 years old, I live in the eastrand of gauteng but Johannesburg is not far from it, I am an out going person who love to explore interesting environments, I am dark skined, acting and modeling is what I enjoy doing.','272.jpg','',1,'','41.13.32.26','vc-nat-gp-s-41-13-32-26.umts.vodacom.co.za',''),(369,1202,'Sibulelo','m','',NULL,NULL,1,'','93.186.16.244','c16-244.blackberry.net',''),(377,1210,'Calsea','m','',NULL,NULL,1,'','41.78.166.132','41.78.166.132',''),(440,1274,'Funky Lemon','m','','440.png','www.funkylemon.co.za',1,'','197.101.116.198','197-101-116-198.dyn.ftth.broadband.is',''),(455,1290,'Mario','m','',NULL,NULL,1,'','192.143.90.56','192-143-90-56.ip.airmobile.co.za',''),(458,1293,'Balungile','f','','458.jpg','Banele',1,'','41.114.192.192','41.114.192.192',''),(483,1273,'PIP Models and Talent Managemen','f','<p style=\"text-align: start; \">\r\n Cindy Jacobs (the owner) is a former international model who has worked with some of the world\'s most sought after individuals and companies. She conveys her passion and familiarity in the modelling and event industries to her company, PIP Group Pty Ltd. which started in 2003.</p>\r\n<p style=\"text-align: start; \">\r\n <span style=\"text-align: justify;\">PIP Models and Talent Management Manages models and talent and also provides complete solutions by offering services such as model training, scouting, model and character sourcing, etc. With our extensive database we are sure to tantalize every taste bud and be every advertising campaign\'s dream. Our selections range from inexperienced starters to international and published professionals.</span></p>','483.png','http://www.pipmodel.co.za',1,'','105.27.203.234','105.27.203.234',''),(545,1382,'Sybrand','m','',NULL,NULL,1,'','41.13.40.56','vc-nat-gp-s-41-13-40-56.umts.vodacom.co.za',''),(769,1609,'Chenal','m','',NULL,NULL,1,'','41.114.67.60','41.114.67.60',''),(966,1813,'chienovien','m','If you are going to convert the WAV to MP4 file, you could have the suitable software program. Drag a suitable file into iTunes—AIFF, WAV, MP3, AAC, Apple Lossless, ormov, however not Ogg, FLAC, oravi—and you may convert it to a format compatible <a href=\"http://www.audio-transcoder.com/how-to-convert-wav-files-to-mp4\">wav to mp4 converter</a> with the iPod, iOS gadgets, and the Apple TELEVISION. To do this, select the media you need and make your selection from iTunes\' Superior menu—Create iPod Or iPhone Version, Create iPad or Apple TELEVISION Model, or Create audioformat Model. \r\nSuggestions: The Videos to MP4 Converter allows setting different output formats in line with completely different recordsdata. It makes use of the latest WAV codec and Lame MP3 encoder which is usually believed because the the most effective MP3 encoder. If you see or hear people speak <a href=\"http://www.audio-transcoder.com/how-to-convert-wav-files-to-mp4\">wav2mp4 windows</a> about video to mp3, YouTube to mp3 and even mpeg4 to mp3 this is what they\'re talking about. You might have a file in the format WAV that you just need to convert to a different format, which for convenience we\'ll denoteNEW. Get the enter plugin for XMMS (faad2-xmms or xmms_mp4) which plays mp4 encoded audio recordsdata. \r\nWindows Stay Movie Maker 2012 or increased version has the default ability to export WLMP to H.264 MP4 in addition to WMV or DV AVI. After conversion, you can get a new single audio file as this Audio Conversion software program has merged them into one file. The goal is to let you maintain the same high quality, volume and sound in all of your MP3s and uncover a brand new high quality in your mp3 files; loud mp3 sound enhancing software program improve quantity wav file. Format Manufacturing <a href=\"http://www.audio-transcoder.com/how-to-convert-wav-files-to-mp4\">wav to mp4 converter</a> facility is another media converter you could use to transform audio, video and picture recordsdata. Older uncompressed file varieties corresponding to WAV with U-Law or IMA ADPCM encoding are generally supported offered they contain accurately formatted header information. Sound Normalizer and our different merchandise are targeted on offering options to this want; improve volume audio recordsdata mp3 leveling normailze wav.','','http://www.audio-transcoder.com/how-to-convert-wav-files-to-mp4',1,'','37.57.45.247','247.45.57.37.triolan.net',''),(1060,1907,'Zintle','m','',NULL,'',1,'','82.145.222.247','n16-04-06.opera-mini.net',''),(1181,1357,'Iris','m','',NULL,NULL,1,'','196.45.31.80','196-45-31-80-ub.amobia.co.za',''),(1280,2134,'Shanay','m','',NULL,NULL,1,'','169.1.50.80','169-1-50-80.ip.afrihost.co.za',''),(1346,2036,'Janescka','m','',NULL,NULL,1,'','168.253.71.205','205-71.253.168.in-addr.arpa.sonicwireless.co.za',''),(1350,2202,'Mavavto','m','Автотехцентр ООО МАВ советует обладателям автомобилей BMW-5, мы предоставляем услугу полной механической и компьютерной диагностики с последующим ремонтом. \r\nОфициально все данные на автомобили BMW, будут заноситься в электронную базу по обслуживанию вашего автомобиля, с записью на ключ. \r\n \r\n \r\n \r\n<a href=\"https://mavavto.ru/avtoservis-bmw\"><img>https://mavavto.ru/images/ban/bmw.png</img></a> \r\n<a href=\"https://mavavto.ru/avtoservis-bmw\"> Покраска Авто BMW Москва </a>\r\n \r\n \r\nТел:+7(915) 164-13-69 \r\nТел:+7(915) 163-90-27 \r\n \r\nТерритория автосервиса по адресу: г. Москва, Метро Павелецкая, Садовническая набережная дом 49. \r\n \r\nКомпания ООО МАВ является авторизованным дилером, предоставляющим полный комплекс услуг по техническому обслуживанию и ремонту автомобилей BMW. \r\nПервоклассные специалисты. \r\nВсе сотрудники сервисной зоны, от механиков до мастеров, прошли обязательное обучение в техническом центре BMW и выполняют все работы в четком соответствии с технологией, рекомендованной BMW AG. Передовое оборудование. Дилерский центр оснащен передовым оборудованием, рекомендованным производителем для ремонта и диагностики автомобилей. \r\nОригинальные запчасти. \r\nПри обслуживании Вашего автомобиля BMW мы используем только оригинальные запасные части и строго по рекомендованным ценам BMW RT. Именно такие детали устанавливаются на автомобиль при его сборке на конвейере. \r\nГарантия. \r\nГарантийный срок на все виды работ, производимых в нашем центре, составляет 6 месяцев или 10000 км пробега.','','https://mavavto.ru/avtoservis-bmw',1,'','93.179.66.57','93.179.66.57',''),(1427,2279,'Jemma','f','','1427.jpg','',1,'','169.1.167.227','169-1-167-227.ip.afrihost.co.za',''),(1442,2294,'Daniel Nel','m','',NULL,NULL,1,'','41.76.222.166','41.76.222.166',''),(1672,2525,'NJD Castings','f','',NULL,'',1,'','41.114.78.161','41.114.78.161',''),(1681,2534,'Peter Cambouris','m','','1681.jpg','',1,'','165.255.204.252','165-255-204-252.ip.adsl.co.za',''),(1683,2536,'Babalwa','m','',NULL,NULL,1,'','209.212.113.82','209.212.113.82',''),(1689,2542,'Mshurov','m','Опыт работы программистов с 1С свыше 11 лет, опыт программирования на других языках с 1995 года (22 года..)','','https://mavlad.ru/',1,'','193.201.224.32','193.201.224.32',''),(1734,2589,'Mbulaheni','m','',NULL,NULL,1,'','41.13.24.3','vc-nat-gp-s-41-13-24-3.umts.vodacom.co.za',''),(1744,1324,'Duane','m','',NULL,NULL,1,'','169.1.148.209','169-1-148-209.ip.afrihost.co.za',''),(1806,2661,'Jana','f','','1806.jpg','',1,'','197.87.234.9','197-87-234-9.cpt.mweb.co.za',''),(1808,2663,'Denzil','m','',NULL,NULL,1,'','41.150.254.86','8ta-150-254-86.telkomadsl.co.za',''),(2145,3000,'Landile','m','','2145.jpg','',1,'','155.238.4.86','155.238.4.86',''),(2303,3158,'Elaine','f','','2303.jpg','',1,'','197.214.116.210','197.214.116.210',''),(2588,3443,'JanetteCemKZ','f','The Empire Marketing Provisions (EMB) produced many <a href=\"http://allposter.org\">posters</a> for billboards. It also produced smaller versions that the societal could procure conducive to 1s 6d, and on 1933 had 27,000 schools on its cataloguing list. Owing its 1931 ‘Get British’ contest, the EMB printed more than four million posters, proper down to miniature versions for buggy windscreens, and praiseworthy aviator Amy Johnson’s aircraft flew for London with Acquire British posters plastered to its wings, and more in its belly as cargo','','http://allposter.org',1,'','87.71.137.226','87.71.137.226',''),(2758,3613,'Nolan','m','<p>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><strong><span style=\"color: rgb(29, 33, 41); text-align: center;\">Public Figure, </span></strong></span></span></p>\r\n<p>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><strong><span style=\"color: rgb(29, 33, 41); text-align: center;\">Model & Scout, </span></strong></span></span></p>\r\n<p>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><strong><span style=\"color: rgb(29, 33, 41); text-align: center;\">Actor, </span></strong></span></span></p>\r\n<p>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><strong><span style=\"color: rgb(29, 33, 41); text-align: center;\">Paint Artist, </span></strong></span></span></p>\r\n<p>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><strong><span style=\"color: rgb(29, 33, 41); text-align: center;\">Blogger, </span></strong></span></span></p>\r\n<p>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><strong><span style=\"color: rgb(29, 33, 41); text-align: center;\">Ambassador at Boere Gemeenskap Transvaal</span></strong></span></span></p>\r\n<div style=\"font-family: arial, sans-serif; font-size: small;\">\r\n <span style=\"font-size:14px;\"><strong>Social Platforms...........</strong></span></div>\r\n<div style=\"font-family: arial, sans-serif; font-size: small;\">\r\n </div>\r\n<div style=\"font-family: arial, sans-serif; font-size: small;\">\r\n <span style=\"font-size:14px;\"><u><a href=\"http://whoswho.co.za/nolan-allnutt-1261910\" style=\"color: rgb(17, 85, 204);\" target=\"_blank\">http://whoswho.co.za/nolan-allnutt-1261910</a></u></span></div>\r\n<div style=\"font-family: arial, sans-serif; font-size: small;\">\r\n <span style=\"font-size:14px;\"><u><a href=\"https://twitter.com/Nolan_Allnutt\" style=\"color: rgb(17, 85, 204);\" target=\"_blank\">https://twitter.com/Nolan_Allnutt</a></u></span></div>\r\n<div style=\"font-family: arial, sans-serif; font-size: small;\">\r\n <span style=\"font-size:14px;\"><a href=\"https://www.facebook.com/nolan.allnutt\" style=\"font-size: 12.8px; color: rgb(17, 85, 204);\" target=\"_blank\">https://www.facebook.com/nolan.allnutt</a></span></div>\r\n<div style=\"font-family: arial, sans-serif; font-size: small;\">\r\n <div>\r\n <span style=\"font-size:14px;\"><a href=\"https://www.facebook.com/profile.php?id=100016485571555\" style=\"color: rgb(17, 85, 204);\" target=\"_blank\">https://www.facebook.com/profile.php?id=100016485571555</a></span></div>\r\n <div style=\"font-size: 12.8px;\">\r\n <span style=\"font-size:14px;\"><a href=\"https://www.facebook.com/nolan.allnutt.3\" style=\"color: rgb(17, 85, 204);\" target=\"_blank\">https://www.facebook.com/nolan.allnutt.3</a></span></div>\r\n <div style=\"font-size: 12.8px;\">\r\n <span style=\"font-size:14px;\"><u style=\"font-size: 12.8px;\"><a href=\"https://www.linkedin.com/in/nolan-allnutt-51366a9a?trk=nav_responsive_tab_profile_pic\" style=\"color: rgb(17, 85, 204);\" target=\"_blank\">https://www.linkedin.com/in/nolan-allnutt-51366a9a?trk=nav_responsive_tab_profile_pic</a></u></span></div>\r\n</div>','2758.jpg','https://www.facebook.com/nolan.allnutt',1,'','197.83.246.13','197-83-246-13.dsl.mweb.co.za',''),(2972,3714,'Thabisa','m','',NULL,NULL,1,'','141.0.13.42','n27-01-06.opera-mini.net',''),(3096,3952,'Mpho','m','',NULL,NULL,1,'','41.13.92.237','vc-nat-gp-n-41-13-92-237.umts.vodacom.co.za',''),(3203,4059,'Bonita','m','',NULL,NULL,1,'','41.114.240.227','41.114.240.227',''),(3667,4481,'Touch Down Modelling','m','',NULL,'',1,'','41.113.17.175','41.113.17.175',''),(4368,5255,'One Shot Extras','f','<br />',NULL,'',1,'','105.229.165.236','105-229-165-236.south.dsl.telkomsa.net',''),(4369,814,'Administrator','m','',NULL,NULL,1,'','105.184.137.221','137-184-105-221.north.dsl.telkomsa.net',''),(4370,5256,'Peter','m','',NULL,NULL,1,'','105.184.137.221','137-184-105-221.north.dsl.telkomsa.net',''),(4371,5257,'Candidate Casting','m','',NULL,NULL,1,'','105.224.186.186','105-224-186-186.east.dsl.telkomsa.net',''),(4372,5259,'Xtyle Fitness','m','',NULL,NULL,1,'','45.220.42.133','45.220.42.133',''),(4373,5258,'Kuze Kuse Production','m','',NULL,'',1,'','41.146.93.198','8ta-146-93-198.telkomadsl.co.za',''),(4374,5260,'Unique Select','m','',NULL,NULL,1,'','102.249.134.127','8ta-249-134-127.telkomadsl.co.za',''),(4375,5261,'Matte Grey','f','',NULL,'',1,'','165.144.202.97','8ta-165-144-202-97.telkomadsl.co.za',''),(4376,5263,'Simlee Modelling & Casting','m','','4376.jpeg','www.simleeagency.co.za',1,'','197.185.110.20','rain-197-185-110-20.rain.network',''),(4377,5262,'Hubba Hubba Talent','f','',NULL,'',1,'','165.0.180.80','165.0.180.80','');
/*!40000 ALTER TABLE `jos7e_k2_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_languages`
--
DROP TABLE IF EXISTS `jos7e_languages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_languages` (
`lang_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`asset_id` int(10) unsigned NOT NULL DEFAULT 0,
`lang_code` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
`title` varchar(50) NOT NULL,
`title_native` varchar(50) NOT NULL,
`sef` varchar(50) NOT NULL,
`image` varchar(50) NOT NULL,
`description` varchar(512) NOT NULL,
`metakey` mediumtext NOT NULL,
`metadesc` mediumtext NOT NULL,
`sitename` varchar(1024) NOT NULL DEFAULT '',
`published` int(11) NOT NULL DEFAULT 0,
`access` int(10) unsigned NOT NULL DEFAULT 0,
`ordering` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`lang_id`),
UNIQUE KEY `idx_sef` (`sef`),
UNIQUE KEY `idx_langcode` (`lang_code`),
KEY `idx_access` (`access`),
KEY `idx_ordering` (`ordering`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_languages`
--
LOCK TABLES `jos7e_languages` WRITE;
/*!40000 ALTER TABLE `jos7e_languages` DISABLE KEYS */;
INSERT INTO `jos7e_languages` VALUES (1,0,'en-GB','English (UK)','English (UK)','en','en','','','','',1,1,1);
/*!40000 ALTER TABLE `jos7e_languages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_menu`
--
DROP TABLE IF EXISTS `jos7e_menu`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_menu` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`menutype` varchar(24) NOT NULL COMMENT 'The type of menu this item belongs to. FK to #__menu_types.menutype',
`title` varchar(255) NOT NULL COMMENT 'The display title of the menu item.',
`alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT 'The SEF alias of the menu item.',
`note` varchar(255) NOT NULL DEFAULT '',
`path` varchar(1024) NOT NULL COMMENT 'The computed path of the menu item based on the alias field.',
`link` varchar(1024) NOT NULL COMMENT 'The actually link the menu item refers to.',
`type` varchar(16) NOT NULL COMMENT 'The type of link: Component, URL, Alias, Separator',
`published` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'The published state of the menu link.',
`parent_id` int(10) unsigned NOT NULL DEFAULT 1 COMMENT 'The parent menu item in the menu tree.',
`level` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'The relative level in the tree.',
`component_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to #__extensions.id',
`checked_out` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to #__users.id',
`checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'The time the menu item was checked out.',
`browserNav` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'The click behaviour of the link.',
`access` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'The access level required to view the menu item.',
`img` varchar(255) NOT NULL COMMENT 'The image of the menu item.',
`template_style_id` int(10) unsigned NOT NULL DEFAULT 0,
`params` mediumtext NOT NULL COMMENT 'JSON encoded data for the menu item.',
`lft` int(11) NOT NULL DEFAULT 0 COMMENT 'Nested set lft.',
`rgt` int(11) NOT NULL DEFAULT 0 COMMENT 'Nested set rgt.',
`home` tinyint(3) unsigned NOT NULL DEFAULT 0 COMMENT 'Indicates if this menu item is the home or default page.',
`language` char(7) NOT NULL DEFAULT '',
`client_id` tinyint(4) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`),
UNIQUE KEY `idx_client_id_parent_id_alias_language` (`client_id`,`parent_id`,`alias`(100),`language`),
KEY `idx_componentid` (`component_id`,`menutype`,`published`,`access`),
KEY `idx_menutype` (`menutype`),
KEY `idx_left_right` (`lft`,`rgt`),
KEY `idx_language` (`language`),
KEY `idx_alias` (`alias`(100)),
KEY `idx_path` (`path`(100))
) ENGINE=InnoDB AUTO_INCREMENT=296 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_menu`
--
LOCK TABLES `jos7e_menu` WRITE;
/*!40000 ALTER TABLE `jos7e_menu` DISABLE KEYS */;
INSERT INTO `jos7e_menu` VALUES (1,'','Menu_Item_Root','root','','','','',1,0,0,0,0,'0000-00-00 00:00:00',0,0,'',0,'',0,203,0,'*',0),(2,'main','com_banners','Banners','','Banners','index.php?option=com_banners','component',1,1,1,4,0,'0000-00-00 00:00:00',0,0,'class:banners',0,'',1,10,0,'*',1),(3,'main','com_banners','Banners','','Banners/Banners','index.php?option=com_banners','component',1,2,2,4,0,'0000-00-00 00:00:00',0,0,'class:banners',0,'',2,3,0,'*',1),(4,'main','com_banners_categories','Categories','','Banners/Categories','index.php?option=com_categories&extension=com_banners','component',1,2,2,6,0,'0000-00-00 00:00:00',0,0,'class:banners-cat',0,'',4,5,0,'*',1),(5,'main','com_banners_clients','Clients','','Banners/Clients','index.php?option=com_banners&view=clients','component',1,2,2,4,0,'0000-00-00 00:00:00',0,0,'class:banners-clients',0,'',6,7,0,'*',1),(6,'main','com_banners_tracks','Tracks','','Banners/Tracks','index.php?option=com_banners&view=tracks','component',1,2,2,4,0,'0000-00-00 00:00:00',0,0,'class:banners-tracks',0,'',8,9,0,'*',1),(7,'main','com_contact','Contacts','','Contacts','index.php?option=com_contact','component',1,1,1,8,0,'0000-00-00 00:00:00',0,0,'class:contact',0,'',11,16,0,'*',1),(8,'main','com_contact_contacts','Contacts','','Contacts/Contacts','index.php?option=com_contact','component',1,7,2,8,0,'0000-00-00 00:00:00',0,0,'class:contact',0,'',12,13,0,'*',1),(9,'main','com_contact_categories','Categories','','Contacts/Categories','index.php?option=com_categories&extension=com_contact','component',1,7,2,6,0,'0000-00-00 00:00:00',0,0,'class:contact-cat',0,'',14,15,0,'*',1),(10,'main','com_messages','Messaging','','Messaging','index.php?option=com_messages','component',1,1,1,15,0,'0000-00-00 00:00:00',0,0,'class:messages',0,'',17,20,0,'*',1),(11,'main','com_messages_add','New Private Message','','Messaging/New Private Message','index.php?option=com_messages&task=message.add','component',1,10,2,15,0,'0000-00-00 00:00:00',0,0,'class:messages-add',0,'',18,19,0,'*',1),(13,'main','com_newsfeeds','News Feeds','','News Feeds','index.php?option=com_newsfeeds','component',1,1,1,17,0,'0000-00-00 00:00:00',0,0,'class:newsfeeds',0,'',21,26,0,'*',1),(14,'main','com_newsfeeds_feeds','Feeds','','News Feeds/Feeds','index.php?option=com_newsfeeds','component',1,13,2,17,0,'0000-00-00 00:00:00',0,0,'class:newsfeeds',0,'',22,23,0,'*',1),(15,'main','com_newsfeeds_categories','Categories','','News Feeds/Categories','index.php?option=com_categories&extension=com_newsfeeds','component',1,13,2,6,0,'0000-00-00 00:00:00',0,0,'class:newsfeeds-cat',0,'',24,25,0,'*',1),(16,'main','com_redirect','Redirect','','Redirect','index.php?option=com_redirect','component',1,1,1,24,0,'0000-00-00 00:00:00',0,0,'class:redirect',0,'',27,28,0,'*',1),(17,'main','com_search','Basic Search','','Basic Search','index.php?option=com_search','component',1,1,1,19,0,'0000-00-00 00:00:00',0,0,'class:search',0,'',29,30,0,'*',1),(18,'main','com_finder','Smart Search','','Smart Search','index.php?option=com_finder','component',1,1,1,27,0,'0000-00-00 00:00:00',0,0,'class:finder',0,'',31,32,0,'*',1),(19,'main','com_joomlaupdate','Joomla! Update','','Joomla! Update','index.php?option=com_joomlaupdate','component',1,1,1,28,0,'0000-00-00 00:00:00',0,0,'class:joomlaupdate',0,'',33,34,0,'*',1),(20,'main','com_tags','Tags','','Tags','index.php?option=com_tags','component',1,1,1,29,0,'0000-00-00 00:00:00',0,1,'class:tags',0,'',35,36,0,'',1),(21,'main','com_postinstall','Post-installation messages','','Post-installation messages','index.php?option=com_postinstall','component',1,1,1,32,0,'0000-00-00 00:00:00',0,1,'class:postinstall',0,'',37,38,0,'*',1),(101,'mainmenu','Home','home','','home','index.php?option=com_content&view=featured','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',11,'{\"featured_categories\":[\"\"],\"layout_type\":\"blog\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"3\",\"num_columns\":\"3\",\"num_links\":\"0\",\"multi_column_order\":\"1\",\"orderby_pri\":\"\",\"orderby_sec\":\"front\",\"order_date\":\"\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"1\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"OSCASA\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',39,40,1,'*',0),(118,'main','Blank Component','blank-component','','blank-component','index.php?option=com_blankcomponent','component',1,1,1,10011,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',41,42,0,'',1),(119,'mainmenu','About','about','','about','index.php?option=com_content&view=article&id=1','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"About OSCASA\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"About OSCASA\",\"menu-meta_keywords\":\"association, official, casting, South Africa, talent, agencies, professional\",\"robots\":\"\",\"secure\":0}',43,44,0,'*',0),(120,'mainmenu','Members','members','','members','index.php?option=com_blankcomponent&view=default','component',1,1,1,10011,0,'0000-00-00 00:00:00',0,1,' ',12,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"OSCASA members\",\"menu-meta_keywords\":\"OSCASA, members, agency, agencies, characters, extras,\",\"robots\":\"\",\"secure\":0}',45,46,0,'*',0),(121,'mainmenu','Guidelines','guidelines','','guidelines','index.php?Itemid=','alias',1,1,1,0,0,'0000-00-00 00:00:00',0,1,' ',12,'{\"aliasoptions\":\"124\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1}',47,56,0,'*',0),(122,'mainmenu','Join','join','','join','index.php?Itemid=','alias',1,1,1,0,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"aliasoptions\":\"148\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1}',57,66,0,'*',0),(123,'mainmenu','Contact Us','contact-us','','contact-us','index.php?option=com_content&view=article&id=37','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',12,'{\"show_title\":\"0\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":0,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',67,70,0,'*',0),(124,'mainmenu','TV Commercials','commercial','','guidelines/commercial','index.php?option=com_content&view=article&id=2','component',1,121,2,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',48,49,0,'*',0),(125,'mainmenu','Feature/TV Series','television','','guidelines/television','index.php?option=com_content&view=article&id=17','component',1,121,2,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',50,51,0,'*',0),(126,'mainmenu','Documents & Templates','documents','','guidelines/documents','index.php?option=com_content&view=article&id=18','component',1,121,2,22,0,'0000-00-00 00:00:00',0,2,' ',0,'{\"show_title\":\"0\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',52,53,0,'*',0),(127,'mainmenu','Walk-Ons','walk-ons','','guidelines/walk-ons','index.php?option=com_blankcomponent&view=default','component',0,121,2,10011,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',54,55,0,'*',0),(139,'main','BreezingForms','BreezingForms','','BreezingForms','index.php?option=com_breezingforms','component',1,1,1,10000,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',71,86,0,'',1),(140,'main','COM_BREEZINGFORMS_MANAGE_RECORDS','Manage Records','','BreezingForms/Manage Records','index.php?option=com_breezingforms&act=managerecs','component',1,139,2,10000,0,'0000-00-00 00:00:00',0,1,'components/com_breezingforms/images/js/ThemeOffice/checkin.png',0,'{}',72,73,0,'',1),(141,'main','COM_BREEZINGFORMS_MANAGE_FORMS','Manage Forms','','BreezingForms/Manage Forms','index.php?option=com_breezingforms&act=manageforms','component',1,139,2,10000,0,'0000-00-00 00:00:00',0,1,'components/com_breezingforms/images/js/ThemeOffice/content.png',0,'{}',74,75,0,'',1),(142,'main','COM_BREEZINGFORMS_MANAGE_SCRIPTS','Manage Scripts','','BreezingForms/Manage Scripts','index.php?option=com_breezingforms&act=managescripts','component',1,139,2,10000,0,'0000-00-00 00:00:00',0,1,'components/com_breezingforms/images/js/ThemeOffice/controlpanel.png',0,'{}',76,77,0,'',1),(143,'main','COM_BREEZINGFORMS_MANAGE_PIECES','Manage Pieces','','BreezingForms/Manage Pieces','index.php?option=com_breezingforms&act=managepieces','component',1,139,2,10000,0,'0000-00-00 00:00:00',0,1,'components/com_breezingforms/images/js/ThemeOffice/controlpanel.png',0,'{}',78,79,0,'',1),(144,'main','COM_BREEZINGFORMS_INTEGRATOR','Integrator','','BreezingForms/Integrator','index.php?option=com_breezingforms&act=integrate','component',1,139,2,10000,0,'0000-00-00 00:00:00',0,1,'components/com_breezingforms/images/js/ThemeOffice/controlpanel.png',0,'{}',80,81,0,'',1),(145,'main','COM_BREEZINGFORMS_MANAGE_BACKEND_MENUS','Manage Backend Menus','','BreezingForms/Manage Backend Menus','index.php?option=com_breezingforms&act=managemenus','component',1,139,2,10000,0,'0000-00-00 00:00:00',0,1,'components/com_breezingforms/images/js/ThemeOffice/mainmenu.png',0,'{}',82,83,0,'',1),(146,'main','COM_BREEZINGFORMS_CONFIGURATION','Configuration','','BreezingForms/Configuration','index.php?option=com_breezingforms&act=configuration','component',1,139,2,10000,0,'0000-00-00 00:00:00',0,1,'components/com_breezingforms/images/js/ThemeOffice/config.png',0,'{}',84,85,0,'',1),(147,'mainmenu','Agency Application Form','application-form','','join/application-form','index.php?option=com_breezingforms&view=form','component',1,122,2,10000,0,'0000-00-00 00:00:00',0,1,' ',11,'{\"ff_com_name\":\"oscasaagencyapplication\",\"ff_com_page\":\"1\",\"ff_com_editable\":\"0\",\"ff_com_editable_override\":\"0\",\"ff_com_frame\":\"0\",\"ff_com_border\":\"1\",\"ff_com_align\":\"1\",\"ff_com_left\":\"0\",\"ff_com_top\":\"0\",\"ff_com_parprv\":\"\",\"ff_com_parpub\":\"\",\"ff_com_suffix\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',64,65,0,'*',0),(148,'mainmenu','Who can join OSCA?','who-can-join-osca','','join/who-can-join-osca','index.php?option=com_content&view=article&id=3','component',1,122,2,22,0,'0000-00-00 00:00:00',0,1,' ',12,'{\"show_title\":\"0\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',58,59,0,'*',0),(149,'mainmenu','Constitution, Codes of Conduct, Terms & Conditions','constitution-codes-of-conduct-terms-conditions','','join/constitution-codes-of-conduct-terms-conditions','index.php?option=com_content&view=article&id=4','component',1,122,2,22,0,'0000-00-00 00:00:00',0,1,' ',12,'{\"show_title\":\"0\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',62,63,0,'*',0),(161,'main','COM_MIJOSHOP','com-mijoshop','','com-mijoshop','index.php?option=com_mijoshop','component',1,1,1,10066,0,'0000-00-00 00:00:00',0,1,'components/com_mijoshop/assets/images/icon-16-mijoshop.png',0,'{}',87,110,0,'',1),(162,'main','COM_MIJOSHOP_DASHBOARD','com-mijoshop-dashboard','','com-mijoshop/com-mijoshop-dashboard','index.php?option=com_mijoshop','component',1,161,2,10066,0,'0000-00-00 00:00:00',0,1,'components/com_mijoshop/assets/images/icon-16-mijoshop.png',0,'{}',88,89,0,'',1),(163,'main','COM_MIJOSHOP_SETTINGS','com-mijoshop-settings','','com-mijoshop/com-mijoshop-settings','index.php?option=com_mijoshop&route=setting/store','component',1,161,2,10066,0,'0000-00-00 00:00:00',0,1,'components/com_mijoshop/assets/images/icon-16-mijoshop-settings.png',0,'{}',90,91,0,'',1),(164,'main','COM_MIJOSHOP_CATEGORIES','com-mijoshop-categories','','com-mijoshop/com-mijoshop-categories','index.php?option=com_mijoshop&route=catalog/category','component',1,161,2,10066,0,'0000-00-00 00:00:00',0,1,'components/com_mijoshop/assets/images/icon-16-mijoshop-categories.png',0,'{}',92,93,0,'',1),(165,'main','COM_MIJOSHOP_PRODUCTS','com-mijoshop-products','','com-mijoshop/com-mijoshop-products','index.php?option=com_mijoshop&route=catalog/product','component',1,161,2,10066,0,'0000-00-00 00:00:00',0,1,'components/com_mijoshop/assets/images/icon-16-mijoshop-products.png',0,'{}',94,95,0,'',1),(166,'main','COM_MIJOSHOP_COUPONS','com-mijoshop-coupons','','com-mijoshop/com-mijoshop-coupons','index.php?option=com_mijoshop&route=marketing/coupon','component',1,161,2,10066,0,'0000-00-00 00:00:00',0,1,'components/com_mijoshop/assets/images/icon-16-mijoshop-coupons.png',0,'{}',96,97,0,'',1),(167,'main','COM_MIJOSHOP_CUSTOMERS','com-mijoshop-customers','','com-mijoshop/com-mijoshop-customers','index.php?option=com_mijoshop&route=sale/customer','component',1,161,2,10066,0,'0000-00-00 00:00:00',0,1,'components/com_mijoshop/assets/images/icon-16-mijoshop-customers.png',0,'{}',98,99,0,'',1),(168,'main','COM_MIJOSHOP_ORDERS','com-mijoshop-orders','','com-mijoshop/com-mijoshop-orders','index.php?option=com_mijoshop&route=sale/order','component',1,161,2,10066,0,'0000-00-00 00:00:00',0,1,'components/com_mijoshop/assets/images/icon-16-mijoshop-orders.png',0,'{}',100,101,0,'',1),(169,'main','COM_MIJOSHOP_AFFILIATES','com-mijoshop-affiliates','','com-mijoshop/com-mijoshop-affiliates','index.php?option=com_mijoshop&route=marketing/affiliate','component',1,161,2,10066,0,'0000-00-00 00:00:00',0,1,'components/com_mijoshop/assets/images/icon-16-mijoshop-affiliates.png',0,'{}',102,103,0,'',1),(170,'main','COM_MIJOSHOP_MAILING','com-mijoshop-mailing','','com-mijoshop/com-mijoshop-mailing','index.php?option=com_mijoshop&route=marketing/contact','component',1,161,2,10066,0,'0000-00-00 00:00:00',0,1,'components/com_mijoshop/assets/images/icon-16-mijoshop-mailing.png',0,'{}',104,105,0,'',1),(171,'main','COM_MIJOSHOP_UPGRADE','com-mijoshop-upgrade','','com-mijoshop/com-mijoshop-upgrade','index.php?option=com_mijoshop&route=common/upgrade','component',1,161,2,10066,0,'0000-00-00 00:00:00',0,1,'components/com_mijoshop/assets/images/icon-16-mijoshop-upgrade.png',0,'{}',106,107,0,'',1),(172,'main','COM_MIJOSHOP_SUPPORT','com-mijoshop-support','','com-mijoshop/com-mijoshop-support','index.php?option=com_mijoshop&route=common/support','component',1,161,2,10066,0,'0000-00-00 00:00:00',0,1,'components/com_mijoshop/assets/images/icon-16-mijoshop-support.png',0,'{}',108,109,0,'',1),(173,'mainmenu','Shop','shop','','shop','index.php?option=com_mijoshop&view=home','component',0,1,1,10066,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"mijoshop_store_id\":\"0\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',111,112,0,'*',0),(174,'mainmenu','Online Subscription Payments','online-payments','','join/online-payments','index.php?option=com_mijoshop&view=product&product_id=34','component',0,122,2,10066,0,'0000-00-00 00:00:00',0,1,' ',12,'{\"mijoshop_store_id\":\"0\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',60,61,0,'*',0),(180,'footermenu','TV Commercials','commercial','','commercial','index.php?option=com_content&view=article&id=2','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',113,114,0,'*',0),(181,'footermenu','Feature/TV Series','television','','television','index.php?option=com_content&view=article&id=17','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',115,116,0,'*',0),(182,'footermenu','Featured v Non-Featured','featured-v-non-featured','','featured-v-non-featured','index.php?option=com_blankcomponent&view=default','component',0,1,1,10011,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',117,118,0,'*',0),(183,'footermenu','Walk-Ons','walk-ons','','walk-ons','index.php?option=com_blankcomponent&view=default','component',0,1,1,10011,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',119,120,0,'*',0),(184,'about-oscasa','About Us','about-us','','about-us','index.php?option=com_content&view=article&id=1','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',121,122,0,'*',0),(185,'about-oscasa','OSCASA Constitution','oscasa-constitution','','oscasa-constitution','index.php?option=com_content&view=article&id=4','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',123,124,0,'*',0),(186,'member-offerring','Ethics & Codes of Conduct','ethics-codes-of-conduct','','ethics-codes-of-conduct','index.php?option=com_blankcomponent&view=default','component',1,1,1,10011,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',125,126,0,'*',0),(187,'member-offerring','Who can join OSCA?','who-can-join-osca','','who-can-join-osca','index.php?option=com_content&view=article&id=3','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',127,128,0,'*',0),(188,'member-offerring','Member Listing','member-listing','','member-listing','index.php?Itemid=','alias',1,1,1,10011,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"aliasoptions\":\"120\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1}',129,130,0,'*',0),(205,'mainmenu','Admin','admin','','admin','index.php?option=com_blankcomponent&view=default','component',0,1,1,10011,0,'0000-00-00 00:00:00',0,2,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',131,140,0,'*',0),(206,'mainmenu','Create Newsletter','create-newsletter','','admin/create-newsletter','index.php?option=com_acymailing&view=frontnewsletter&layout=form','component',0,205,2,10012,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',132,133,0,'*',0),(207,'mainmenu','Add/Edit User Profile','edit-user-profile','','admin/edit-user-profile','index.php?option=com_users&view=profile&layout=edit','component',0,205,2,25,0,'0000-00-00 00:00:00',0,3,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":1}',134,135,0,'*',0),(208,'mainmenu','Registration Form','registration-form','','admin/registration-form','index.php?option=com_users&view=registration','component',0,205,2,25,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',136,137,0,'*',0),(209,'mainmenu','Subscriber Lists','subscriber-lists','','admin/subscriber-lists','index.php?option=com_acymailing&view=frontsubscriber&layout=listing','component',0,205,2,10012,0,'0000-00-00 00:00:00',0,3,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',138,139,0,'*',0),(240,'mainmenu','FREE Individual Registration','individual-registration','','contact-us/individual-registration','index.php?option=com_breezingforms&view=form','component',0,123,2,10000,0,'0000-00-00 00:00:00',0,1,' ',12,'{\"ff_com_name\":\"individualregistration\",\"ff_com_page\":\"1\",\"ff_com_editable\":\"0\",\"ff_com_editable_override\":\"0\",\"ff_com_frame\":\"0\",\"ff_com_border\":\"0\",\"ff_com_align\":\"1\",\"ff_com_left\":\"0\",\"ff_com_top\":\"0\",\"ff_com_parprv\":\"\",\"ff_com_parpub\":\"\",\"ff_com_suffix\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',68,69,0,'*',0),(241,'hiddenmenu','Individual Registration','individual-registration-login','','individual-registration-login','index.php?option=com_content&view=article&id=36','component',0,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',12,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":0,\"menu_show\":0,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',141,142,0,'*',0),(246,'hiddenmenu','Query Complaint Form','query-complaint-form','','query-complaint-form','index.php?option=com_breezingforms&view=form','component',1,1,1,10000,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"ff_com_name\":\"querycomplaint\",\"ff_com_page\":\"1\",\"ff_com_editable\":\"0\",\"ff_com_editable_override\":\"0\",\"ff_com_frame\":\"0\",\"ff_com_border\":\"0\",\"ff_com_align\":\"1\",\"ff_com_left\":\"0\",\"ff_com_top\":\"0\",\"ff_com_parprv\":\"\",\"ff_com_parpub\":\"\",\"ff_com_suffix\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',201,202,0,'*',0),(251,'main','COM_JCE','com-jce','','com-jce','index.php?option=com_jce','component',1,1,1,10092,0,'0000-00-00 00:00:00',0,1,'components/com_jce/media/img/menu/logo.png',0,'{}',143,150,0,'',1),(252,'main','COM_JCE_MENU_CPANEL','com-jce-menu-cpanel','','com-jce/com-jce-menu-cpanel','index.php?option=com_jce','component',1,251,2,10092,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',144,145,0,'',1),(253,'main','COM_JCE_MENU_CONFIG','com-jce-menu-config','','com-jce/com-jce-menu-config','index.php?option=com_jce&view=config','component',1,251,2,10092,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',146,147,0,'',1),(254,'main','COM_JCE_MENU_PROFILES','com-jce-menu-profiles','','com-jce/com-jce-menu-profiles','index.php?option=com_jce&view=profiles','component',1,251,2,10092,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',148,149,0,'',1),(255,'main','com_associations','multilingual-associations','','multilingual-associations','index.php?option=com_associations','component',1,1,1,34,0,'0000-00-00 00:00:00',0,1,'class:associations',0,'{}',151,152,0,'*',1),(256,'main','AcyMailing','acymailing','','acymailing','index.php?option=com_acymailing','component',1,1,1,10012,0,'0000-00-00 00:00:00',0,1,'../media/com_acymailing/images/icons/icon-16-acymailing.png',0,'{}',153,168,0,'',1),(257,'main','Users','users','','acymailing/users','index.php?option=com_acymailing&ctrl=subscriber','component',1,256,2,10012,0,'0000-00-00 00:00:00',0,1,'../media/com_acymailing/images/icons/icon-16-users.png',0,'{}',154,155,0,'',1),(258,'main','Lists','lists','','acymailing/lists','index.php?option=com_acymailing&ctrl=list','component',1,256,2,10012,0,'0000-00-00 00:00:00',0,1,'../media/com_acymailing/images/icons/icon-16-acylist.png',0,'{}',156,157,0,'',1),(259,'main','Newsletters','newsletters','','acymailing/newsletters','index.php?option=com_acymailing&ctrl=newsletter','component',1,256,2,10012,0,'0000-00-00 00:00:00',0,1,'../media/com_acymailing/images/icons/icon-16-newsletter.png',0,'{}',158,159,0,'',1),(260,'main','Templates','templates','','acymailing/templates','index.php?option=com_acymailing&ctrl=template','component',1,256,2,10012,0,'0000-00-00 00:00:00',0,1,'../media/com_acymailing/images/icons/icon-16-acytemplate.png',0,'{}',160,161,0,'',1),(261,'main','Queue','queue','','acymailing/queue','index.php?option=com_acymailing&ctrl=queue','component',1,256,2,10012,0,'0000-00-00 00:00:00',0,1,'../media/com_acymailing/images/icons/icon-16-process.png',0,'{}',162,163,0,'',1),(262,'main','Statistics','statistics','','acymailing/statistics','index.php?option=com_acymailing&ctrl=stats','component',1,256,2,10012,0,'0000-00-00 00:00:00',0,1,'../media/com_acymailing/images/icons/icon-16-stats.png',0,'{}',164,165,0,'',1),(263,'main','Configuration','configuration','','acymailing/configuration','index.php?option=com_acymailing&ctrl=cpanel','component',1,256,2,10012,0,'0000-00-00 00:00:00',0,1,'../media/com_acymailing/images/icons/icon-16-acyconfig.png',0,'{}',166,167,0,'',1),(269,'main','COM_CONTENTBUILDER','contentbuilder','','contentbuilder','index.php?option=com_contentbuilder','component',1,1,1,10134,0,'0000-00-00 00:00:00',0,1,'components/com_contentbuilder/views/logo_icon_cb.png',0,'{}',169,178,0,'',1),(270,'main','COM_CONTENTBUILDER_STORAGES','com-contentbuilder-storages','','contentbuilder/com-contentbuilder-storages','index.php?option=com_contentbuilder&controller=storages','component',1,269,2,10134,0,'0000-00-00 00:00:00',0,1,'components/com_contentbuilder/views/logo_icon_cb.png',0,'{}',170,171,0,'',1),(271,'main','COM_CONTENTBUILDER_LIST','com-contentbuilder-list','','contentbuilder/com-contentbuilder-list','index.php?option=com_contentbuilder&controller=forms','component',1,269,2,10134,0,'0000-00-00 00:00:00',0,1,'components/com_contentbuilder/views/logo_icon_cb.png',0,'{}',172,173,0,'',1),(272,'main','Try BreezingForms!','try-breezingforms','','contentbuilder/try-breezingforms','index.php?option=com_contentbuilder&view=contentbuilder&market=true','component',1,269,2,10134,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',174,175,0,'',1),(273,'main','COM_CONTENTBUILDER_ABOUT','com-contentbuilder-about','','contentbuilder/com-contentbuilder-about','index.php?option=com_contentbuilder&view=contentbuilder','component',1,269,2,10134,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',176,177,0,'',1),(285,'main','COM_K2','com-k2','','com-k2','index.php?option=com_k2&view=items','component',1,1,1,10049,0,'0000-00-00 00:00:00',0,1,'../media/k2/assets/images/backend/k2_logo_16x16.png',0,'{}',179,200,0,'',1),(286,'main','K2_ITEMS','k2-items','','com-k2/k2-items','index.php?option=com_k2&view=items','component',1,285,2,10049,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',180,181,0,'',1),(287,'main','K2_CATEGORIES','k2-categories','','com-k2/k2-categories','index.php?option=com_k2&view=categories','component',1,285,2,10049,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',182,183,0,'',1),(288,'main','K2_TAGS','k2-tags','','com-k2/k2-tags','index.php?option=com_k2&view=tags','component',1,285,2,10049,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',184,185,0,'',1),(289,'main','K2_COMMENTS','k2-comments','','com-k2/k2-comments','index.php?option=com_k2&view=comments','component',1,285,2,10049,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',186,187,0,'',1),(290,'main','K2_USERS','k2-users','','com-k2/k2-users','index.php?option=com_k2&view=users','component',1,285,2,10049,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',188,189,0,'',1),(291,'main','K2_USER_GROUPS','k2-user-groups','','com-k2/k2-user-groups','index.php?option=com_k2&view=usergroups','component',1,285,2,10049,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',190,191,0,'',1),(292,'main','K2_EXTRA_FIELDS','k2-extra-fields','','com-k2/k2-extra-fields','index.php?option=com_k2&view=extrafields','component',1,285,2,10049,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',192,193,0,'',1),(293,'main','K2_EXTRA_FIELD_GROUPS','k2-extra-field-groups','','com-k2/k2-extra-field-groups','index.php?option=com_k2&view=extrafieldsgroups','component',1,285,2,10049,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',194,195,0,'',1),(294,'main','K2_MEDIA_MANAGER','k2-media-manager','','com-k2/k2-media-manager','index.php?option=com_k2&view=media','component',1,285,2,10049,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',196,197,0,'',1),(295,'main','K2_INFORMATION','k2-information','','com-k2/k2-information','index.php?option=com_k2&view=info','component',1,285,2,10049,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',198,199,0,'',1);
/*!40000 ALTER TABLE `jos7e_menu` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_menu_types`
--
DROP TABLE IF EXISTS `jos7e_menu_types`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_menu_types` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`asset_id` int(10) unsigned NOT NULL DEFAULT 0,
`menutype` varchar(24) NOT NULL,
`title` varchar(48) NOT NULL,
`description` varchar(255) NOT NULL DEFAULT '',
`client_id` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`),
UNIQUE KEY `idx_menutype` (`menutype`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_menu_types`
--
LOCK TABLES `jos7e_menu_types` WRITE;
/*!40000 ALTER TABLE `jos7e_menu_types` DISABLE KEYS */;
INSERT INTO `jos7e_menu_types` VALUES (1,0,'mainmenu','Main Menu','The main menu for the site',0),(2,0,'footermenu','Guidelines','',0),(3,0,'about-oscasa','OSCASA','',0),(4,0,'member-offerring','Members','',0),(5,175,'hiddenmenu','Hidden Menu','hidden menu',0);
/*!40000 ALTER TABLE `jos7e_menu_types` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_messages`
--
DROP TABLE IF EXISTS `jos7e_messages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_messages` (
`message_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`user_id_from` int(10) unsigned NOT NULL DEFAULT 0,
`user_id_to` int(10) unsigned NOT NULL DEFAULT 0,
`folder_id` tinyint(3) unsigned NOT NULL DEFAULT 0,
`date_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`state` tinyint(1) NOT NULL DEFAULT 0,
`priority` tinyint(1) unsigned NOT NULL DEFAULT 0,
`subject` varchar(255) NOT NULL DEFAULT '',
`message` mediumtext NOT NULL,
PRIMARY KEY (`message_id`),
KEY `useridto_state` (`user_id_to`,`state`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_messages`
--
LOCK TABLES `jos7e_messages` WRITE;
/*!40000 ALTER TABLE `jos7e_messages` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_messages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_messages_cfg`
--
DROP TABLE IF EXISTS `jos7e_messages_cfg`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_messages_cfg` (
`user_id` int(10) unsigned NOT NULL DEFAULT 0,
`cfg_name` varchar(100) NOT NULL DEFAULT '',
`cfg_value` varchar(255) NOT NULL DEFAULT '',
UNIQUE KEY `idx_user_var_name` (`user_id`,`cfg_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_messages_cfg`
--
LOCK TABLES `jos7e_messages_cfg` WRITE;
/*!40000 ALTER TABLE `jos7e_messages_cfg` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_messages_cfg` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_address`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_address`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_address` (
`address_id` int(11) NOT NULL AUTO_INCREMENT,
`customer_id` int(11) NOT NULL,
`firstname` varchar(32) NOT NULL,
`lastname` varchar(32) NOT NULL,
`company` varchar(40) NOT NULL,
`address_1` varchar(128) NOT NULL,
`address_2` varchar(128) NOT NULL,
`city` varchar(128) NOT NULL,
`postcode` varchar(10) NOT NULL,
`country_id` int(11) NOT NULL DEFAULT 0,
`zone_id` int(11) NOT NULL DEFAULT 0,
`custom_field` text NOT NULL,
PRIMARY KEY (`address_id`),
KEY `customer_id` (`customer_id`)
) ENGINE=MyISAM AUTO_INCREMENT=4426 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_address`
--
LOCK TABLES `jos7e_mijoshop_address` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_address` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_address` VALUES (1,1,'Administrator','','','','','','',0,0,''),(5,5,'Pene','Saunders','','','','','',0,0,''),(4,4,'Millicent Lulama','Letsoalo','Leago and Friends on TV ','55 Nqolase Street Atteridgeville','','Tshwane','0008',193,2963,''),(6,6,'Mia','Bellingan','','','','','',0,0,''),(7,7,'Patrick','Walton','','','','','',0,0,''),(8,8,'Dustin','Maree','Hot pencil','35 Wesley road, 10 Canterbury studios , gardens ','','Cape Town ','8001',193,2969,''),(11,11,'Arc','Artist Management','','','','','',0,0,''),(10,10,'Casting101','','','','','','',0,0,''),(12,12,'Terene','Characters','','','','','',0,0,''),(13,13,'eModels','','','','','','',0,0,''),(14,14,'Colt','Talent','','','','','',0,0,''),(15,15,'#eatpopcorn','productions','','','','','',0,0,''),(16,16,'hta_extras','','','','','','',0,0,''),(290,290,'Bongani','','','','','','',0,0,''),(271,271,'Nicole','','','','','','',0,0,''),(66,66,'Pene','','','','','','',0,0,''),(70,70,'Fanyana','','','','','','',0,0,''),(72,72,'Chelsea','','','','','','',0,0,''),(229,229,'Noelle','','','','','','',0,0,''),(104,104,'SIBRENA','','','','','','',0,0,''),(272,272,'Yolisa','','','','','','',0,0,''),(224,224,'Leonie','','','','','','',0,0,''),(119,119,'Petrus','','','','','','',0,0,''),(260,260,'Precious','','','','','','',0,0,''),(129,129,'michael','','','','','','',0,0,''),(264,264,'Melanie','','','','','','',0,0,''),(1694,1694,'Peter','Cambouris','','','','','',0,0,''),(1696,1696,'Babalwa','','','','','','',0,0,''),(157,157,'Reneiloe','','','','','','',0,0,''),(265,265,'Marc','','','','','','',0,0,''),(173,173,'Dylan','','','','','','',0,0,''),(206,206,'matthew','','','','','','',0,0,''),(214,214,'Asanda','','','','','','',0,0,''),(389,389,'Sibulelo','','','','','','',0,0,''),(397,397,'Calsea','','','','','','',0,0,''),(435,435,'Chérie','','','','','','',0,0,''),(460,460,'PIP','Models','','','','','',0,0,''),(461,461,'Funky','Lemon','','','','','',0,0,''),(477,477,'Mario','','','','','','',0,0,''),(480,480,'Balungile','','','','','','',0,0,''),(511,511,'Duane','','','','','','',0,0,''),(544,544,'Iris','','','','','','',0,0,''),(569,569,'Sybrand','','','','','','',0,0,''),(1702,1702,'Mshurov','','','','','','',0,0,''),(1685,1685,'NJD','Castings','','','','','',0,0,''),(796,796,'Chenal','','','','','','',0,0,''),(827,827,'Lesedi','','','','','','',0,0,''),(1821,1821,'Jana','','','','','','',0,0,''),(1362,1362,'Mavavto','','','','','','',0,0,''),(929,929,'Jamie','Zeederberg','','','','','',0,0,''),(1294,1294,'Shanay','','','','','','',0,0,''),(997,997,'chienovien','','','','','','',0,0,''),(1087,1087,'Zintle','','','','','','',0,0,''),(1749,1749,'Mbulaheni','','','','','','',0,0,''),(1823,1823,'Denzil','','','','','','',0,0,''),(1152,1152,'Danniel','','','','','','',0,0,''),(1204,1204,'Janescka','','','','','','',0,0,''),(1439,1439,'Jemma','','','','','','',0,0,''),(1454,1454,'Daniel','Nel','','','','','',0,0,''),(1476,1476,'Desiree','','','','','','',0,0,''),(2318,2318,'Elaine','','','','','','',0,0,''),(2160,2160,'Landile','','','','','','',0,0,''),(2603,2603,'JanetteCemKZ','','','','','','',0,0,''),(2773,2773,'Nolan','','','','','','',0,0,''),(4415,4415,'One','Shot Extras','','','','','',0,0,''),(4416,4416,'Peter','','','','','','',0,0,''),(2874,2874,'Thabisa','','','','','','',0,0,''),(3112,3112,'Mpho','','','','','','',0,0,''),(3219,3219,'Bonita','','','','','','',0,0,''),(4417,4417,'Candidate','Casting','','','','','',0,0,''),(4418,4418,'Kuze','Kuse Production','','','','','',0,0,''),(3641,3641,'Touch','Down Modelling','','','','','',0,0,''),(4419,4419,'Xtyle','Fitness','','','','','',0,0,''),(4420,4420,'Unique','Select','','','','','',0,0,''),(4421,4421,'Matte','Grey','','','','','',0,0,''),(4422,4422,'Hubba','Hubba Talent','','','','','',0,0,''),(4423,4423,'Simlee','Modelling & Casting','','','','','',0,0,''),(4424,4424,'Dikukama','Holdings','','','','','',0,0,''),(4425,4425,'Valuta','Entertainment','','','','','',0,0,'');
/*!40000 ALTER TABLE `jos7e_mijoshop_address` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_affiliate`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_affiliate`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_affiliate` (
`affiliate_id` int(11) NOT NULL AUTO_INCREMENT,
`firstname` varchar(32) NOT NULL,
`lastname` varchar(32) NOT NULL,
`email` varchar(96) NOT NULL,
`telephone` varchar(32) NOT NULL,
`fax` varchar(32) NOT NULL,
`password` varchar(100) NOT NULL,
`salt` varchar(9) NOT NULL,
`company` varchar(40) NOT NULL,
`website` varchar(255) NOT NULL,
`address_1` varchar(128) NOT NULL,
`address_2` varchar(128) NOT NULL,
`city` varchar(128) NOT NULL,
`postcode` varchar(10) NOT NULL,
`country_id` int(11) NOT NULL,
`zone_id` int(11) NOT NULL,
`code` varchar(64) NOT NULL,
`commission` decimal(4,2) NOT NULL DEFAULT 0.00,
`tax` varchar(64) NOT NULL,
`payment` varchar(6) NOT NULL,
`cheque` varchar(100) NOT NULL,
`paypal` varchar(64) NOT NULL,
`bank_name` varchar(64) NOT NULL,
`bank_branch_number` varchar(64) NOT NULL,
`bank_swift_code` varchar(64) NOT NULL,
`bank_account_name` varchar(64) NOT NULL,
`bank_account_number` varchar(64) NOT NULL,
`ip` varchar(40) NOT NULL,
`status` tinyint(1) NOT NULL,
`approved` tinyint(1) NOT NULL,
`date_added` datetime NOT NULL,
PRIMARY KEY (`affiliate_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_affiliate`
--
LOCK TABLES `jos7e_mijoshop_affiliate` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_affiliate` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_affiliate` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_affiliate_activity`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_affiliate_activity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_affiliate_activity` (
`activity_id` int(11) NOT NULL AUTO_INCREMENT,
`affiliate_id` int(11) NOT NULL,
`key` varchar(64) NOT NULL,
`data` text NOT NULL,
`ip` varchar(40) NOT NULL,
`date_added` datetime NOT NULL,
PRIMARY KEY (`activity_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_affiliate_activity`
--
LOCK TABLES `jos7e_mijoshop_affiliate_activity` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_affiliate_activity` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_affiliate_activity` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_affiliate_login`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_affiliate_login`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_affiliate_login` (
`affiliate_login_id` int(11) NOT NULL AUTO_INCREMENT,
`email` varchar(96) NOT NULL,
`ip` varchar(40) NOT NULL,
`total` int(4) NOT NULL,
`date_added` datetime NOT NULL,
`date_modified` datetime NOT NULL,
PRIMARY KEY (`affiliate_login_id`),
KEY `email` (`email`),
KEY `ip` (`ip`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_affiliate_login`
--
LOCK TABLES `jos7e_mijoshop_affiliate_login` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_affiliate_login` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_affiliate_login` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_affiliate_transaction`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_affiliate_transaction`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_affiliate_transaction` (
`affiliate_transaction_id` int(11) NOT NULL AUTO_INCREMENT,
`affiliate_id` int(11) NOT NULL,
`order_id` int(11) NOT NULL,
`description` text NOT NULL,
`amount` decimal(15,4) NOT NULL,
`date_added` datetime NOT NULL,
PRIMARY KEY (`affiliate_transaction_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_affiliate_transaction`
--
LOCK TABLES `jos7e_mijoshop_affiliate_transaction` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_affiliate_transaction` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_affiliate_transaction` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_api`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_api`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_api` (
`api_id` int(11) NOT NULL AUTO_INCREMENT,
`username` varchar(64) NOT NULL,
`firstname` varchar(64) NOT NULL,
`lastname` varchar(64) NOT NULL,
`password` text NOT NULL,
`status` tinyint(1) NOT NULL,
`date_added` datetime NOT NULL,
`date_modified` datetime NOT NULL,
PRIMARY KEY (`api_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_api`
--
LOCK TABLES `jos7e_mijoshop_api` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_api` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_api` VALUES (1,'Og674Ux4u5nAP98WOmfKqCc7h2tpmKo1HjhH98qBt3YodecDh1pLr3bg4Xb7d340','','','RuwVrfAAhrnkOLscPnlHztyfFSsFkXZQ0GWympXaFI497X8KALS0iGWC8OXfQlz2Qn6eGu2ek6gyrpPv7zfuokifAJgjP0CTAezEVnRA0wR2I38ooUEWgUHfdlIAHpQcWmx9phQRZAvUBZu42uAw8HTQ4TUEXLfgaOJMTzNnqjsRvibQYStc0QQLjcDRWinGEiB003ieJ0oxi4dkUSjdSS02vTHWSPhNUVCdzaiNjPBUhkYb3uB4lgNZ3PYyagw7',1,'2016-03-01 09:27:15','2016-03-01 09:27:15');
/*!40000 ALTER TABLE `jos7e_mijoshop_api` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_attribute`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_attribute`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_attribute` (
`attribute_id` int(11) NOT NULL AUTO_INCREMENT,
`attribute_group_id` int(11) NOT NULL,
`sort_order` int(3) NOT NULL,
PRIMARY KEY (`attribute_id`)
) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_attribute`
--
LOCK TABLES `jos7e_mijoshop_attribute` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_attribute` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_attribute` VALUES (1,6,1),(2,6,5),(3,6,3),(4,3,1),(5,3,2),(6,3,3),(7,3,4),(8,3,5),(9,3,6),(10,3,7),(11,3,8);
/*!40000 ALTER TABLE `jos7e_mijoshop_attribute` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_attribute_description`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_attribute_description`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_attribute_description` (
`attribute_id` int(11) NOT NULL,
`language_id` int(11) NOT NULL,
`name` varchar(64) NOT NULL,
PRIMARY KEY (`attribute_id`,`language_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_attribute_description`
--
LOCK TABLES `jos7e_mijoshop_attribute_description` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_attribute_description` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_attribute_description` VALUES (1,1,'Description'),(2,1,'No. of Cores'),(4,1,'test 1'),(5,1,'test 2'),(6,1,'test 3'),(7,1,'test 4'),(8,1,'test 5'),(9,1,'test 6'),(10,1,'test 7'),(11,1,'test 8'),(3,1,'Clockspeed');
/*!40000 ALTER TABLE `jos7e_mijoshop_attribute_description` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_attribute_group`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_attribute_group`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_attribute_group` (
`attribute_group_id` int(11) NOT NULL AUTO_INCREMENT,
`sort_order` int(3) NOT NULL,
PRIMARY KEY (`attribute_group_id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_attribute_group`
--
LOCK TABLES `jos7e_mijoshop_attribute_group` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_attribute_group` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_attribute_group` VALUES (3,2),(4,1),(5,3),(6,4);
/*!40000 ALTER TABLE `jos7e_mijoshop_attribute_group` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_attribute_group_description`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_attribute_group_description`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_attribute_group_description` (
`attribute_group_id` int(11) NOT NULL,
`language_id` int(11) NOT NULL,
`name` varchar(64) NOT NULL,
PRIMARY KEY (`attribute_group_id`,`language_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_attribute_group_description`
--
LOCK TABLES `jos7e_mijoshop_attribute_group_description` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_attribute_group_description` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_attribute_group_description` VALUES (3,1,'Memory'),(4,1,'Technical'),(5,1,'Motherboard'),(6,1,'Processor');
/*!40000 ALTER TABLE `jos7e_mijoshop_attribute_group_description` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_banner`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_banner`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_banner` (
`banner_id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(64) NOT NULL,
`status` tinyint(1) NOT NULL,
PRIMARY KEY (`banner_id`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_banner`
--
LOCK TABLES `jos7e_mijoshop_banner` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_banner` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_banner` VALUES (6,'HP Products',1),(7,'Home Page Slideshow',1),(8,'Manufacturers',1);
/*!40000 ALTER TABLE `jos7e_mijoshop_banner` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_banner_image`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_banner_image`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_banner_image` (
`banner_image_id` int(11) NOT NULL AUTO_INCREMENT,
`banner_id` int(11) NOT NULL,
`link` varchar(255) NOT NULL,
`image` varchar(255) NOT NULL,
`sort_order` int(3) NOT NULL DEFAULT 0,
PRIMARY KEY (`banner_image_id`)
) ENGINE=MyISAM AUTO_INCREMENT=99 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_banner_image`
--
LOCK TABLES `jos7e_mijoshop_banner_image` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_banner_image` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_banner_image` VALUES (79,7,'index.php?route=product/product&path=57&product_id=49','catalog/demo/banners/iPhone6.jpg',0),(87,6,'index.php?route=product/manufacturer/info&manufacturer_id=7','catalog/demo/compaq_presario.jpg',0),(94,8,'','catalog/demo/manufacturer/nfl.png',0),(95,8,'','catalog/demo/manufacturer/redbull.png',0),(96,8,'','catalog/demo/manufacturer/sony.png',0),(91,8,'','catalog/demo/manufacturer/cocacola.png',0),(92,8,'','catalog/demo/manufacturer/burgerking.png',0),(93,8,'','catalog/demo/manufacturer/canon.png',0),(88,8,'','catalog/demo/manufacturer/harley.png',0),(89,8,'','catalog/demo/manufacturer/dell.png',0),(90,8,'','catalog/demo/manufacturer/disney.png',0),(80,7,'','catalog/demo/banners/MacBookAir.jpg',0),(97,8,'','catalog/demo/manufacturer/starbucks.png',0),(98,8,'','catalog/demo/manufacturer/nintendo.png',0);
/*!40000 ALTER TABLE `jos7e_mijoshop_banner_image` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_banner_image_description`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_banner_image_description`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_banner_image_description` (
`banner_image_id` int(11) NOT NULL,
`language_id` int(11) NOT NULL,
`banner_id` int(11) NOT NULL,
`title` varchar(64) NOT NULL,
PRIMARY KEY (`banner_image_id`,`language_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_banner_image_description`
--
LOCK TABLES `jos7e_mijoshop_banner_image_description` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_banner_image_description` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_banner_image_description` VALUES (79,1,7,'iPhone 6'),(87,1,6,'HP Banner'),(93,1,8,'Canon'),(92,1,8,'Burger King'),(91,1,8,'Coca Cola'),(90,1,8,'Disney'),(89,1,8,'Dell'),(80,1,7,'MacBookAir'),(88,1,8,'Harley Davidson'),(94,1,8,'NFL'),(95,1,8,'RedBull'),(96,1,8,'Sony'),(97,1,8,'Starbucks'),(98,1,8,'Nintendo');
/*!40000 ALTER TABLE `jos7e_mijoshop_banner_image_description` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_category`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_category`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_category` (
`category_id` int(11) NOT NULL AUTO_INCREMENT,
`image` varchar(255) DEFAULT NULL,
`parent_id` int(11) NOT NULL DEFAULT 0,
`top` tinyint(1) NOT NULL,
`column` int(3) NOT NULL,
`sort_order` int(3) NOT NULL DEFAULT 0,
`status` tinyint(1) NOT NULL,
`date_added` datetime NOT NULL,
`date_modified` datetime NOT NULL,
PRIMARY KEY (`category_id`),
KEY `parent_id` (`parent_id`)
) ENGINE=MyISAM AUTO_INCREMENT=35 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_category`
--
LOCK TABLES `jos7e_mijoshop_category` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_category` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_category` VALUES (18,'catalog/demo/hp_1.jpg',0,1,1,1,1,'2009-01-05 21:49:43','2011-07-16 02:14:42'),(20,'catalog/demo/compaq_presario.jpg',0,1,1,1,1,'2009-01-05 21:49:43','2011-07-16 02:14:42'),(28,'catalog/demo/apple_cinema_30.jpg',25,0,0,1,1,'2009-02-02 13:11:12','2010-08-22 06:32:46'),(33,'catalog/demo/canon_eos_5d_3.jpg',0,1,1,6,1,'2009-02-03 14:17:55','2011-05-30 12:15:25'),(34,'catalog/demo/ipod_touch_4.jpg',0,1,4,7,1,'2009-02-03 14:18:11','2011-05-30 12:15:31');
/*!40000 ALTER TABLE `jos7e_mijoshop_category` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_category_description`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_category_description`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_category_description` (
`category_id` int(11) NOT NULL,
`language_id` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
`description` text NOT NULL,
`meta_title` varchar(255) NOT NULL,
`meta_description` varchar(255) NOT NULL,
`meta_keyword` varchar(255) NOT NULL,
PRIMARY KEY (`category_id`,`language_id`),
KEY `name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_category_description`
--
LOCK TABLES `jos7e_mijoshop_category_description` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_category_description` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_category_description` VALUES (28,1,'Monitors','','','',''),(33,1,'Cameras','','','',''),(20,1,'Desktops','<p>\r\n Example of category description text</p>\r\n','','Example of category description',''),(34,1,'MP3 Players','<p>\r\n Shop Laptop feature only the best laptop deals on the market. By comparing laptop deals from the likes of PC World, Comet, Dixons, The Link and Carphone Warehouse, Shop Laptop has the most comprehensive selection of laptops on the internet. At Shop Laptop, we pride ourselves on offering customers the very best laptop deals. From refurbished laptops to netbooks, Shop Laptop ensures that every laptop - in every colour, style, size and technical spec - is featured on the site at the lowest possible price.</p>\r\n','','',''),(18,1,'Laptops','<p>\r\n Shop Laptop feature only the best laptop deals on the market. By comparing laptop deals from the likes of PC World, Comet, Dixons, The Link and Carphone Warehouse, Shop Laptop has the most comprehensive selection of laptops on the internet. At Shop Laptop, we pride ourselves on offering customers the very best laptop deals. From refurbished laptops to netbooks, Shop Laptop ensures that every laptop - in every colour, style, size and technical spec - is featured on the site at the lowest possible price.</p>\r\n','','','');
/*!40000 ALTER TABLE `jos7e_mijoshop_category_description` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_category_filter`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_category_filter`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_category_filter` (
`category_id` int(11) NOT NULL,
`filter_id` int(11) NOT NULL,
PRIMARY KEY (`category_id`,`filter_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_category_filter`
--
LOCK TABLES `jos7e_mijoshop_category_filter` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_category_filter` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_category_filter` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_category_path`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_category_path`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_category_path` (
`category_id` int(11) NOT NULL,
`path_id` int(11) NOT NULL,
`level` int(11) NOT NULL,
PRIMARY KEY (`category_id`,`path_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_category_path`
--
LOCK TABLES `jos7e_mijoshop_category_path` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_category_path` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_category_path` VALUES (28,25,0),(28,28,1),(20,20,0),(18,18,0),(33,33,0),(34,34,0);
/*!40000 ALTER TABLE `jos7e_mijoshop_category_path` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_category_to_layout`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_category_to_layout`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_category_to_layout` (
`category_id` int(11) NOT NULL,
`store_id` int(11) NOT NULL,
`layout_id` int(11) NOT NULL,
PRIMARY KEY (`category_id`,`store_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_category_to_layout`
--
LOCK TABLES `jos7e_mijoshop_category_to_layout` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_category_to_layout` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_category_to_layout` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_category_to_store`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_category_to_store`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_category_to_store` (
`category_id` int(11) NOT NULL,
`store_id` int(11) NOT NULL,
PRIMARY KEY (`category_id`,`store_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_category_to_store`
--
LOCK TABLES `jos7e_mijoshop_category_to_store` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_category_to_store` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_category_to_store` VALUES (18,0),(20,0),(28,0),(33,0),(34,0);
/*!40000 ALTER TABLE `jos7e_mijoshop_category_to_store` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_country`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_country`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_country` (
`country_id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(128) NOT NULL,
`iso_code_2` varchar(2) NOT NULL,
`iso_code_3` varchar(3) NOT NULL,
`address_format` text NOT NULL,
`postcode_required` tinyint(1) NOT NULL,
`status` tinyint(1) NOT NULL DEFAULT 1,
PRIMARY KEY (`country_id`)
) ENGINE=MyISAM AUTO_INCREMENT=258 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_country`
--
LOCK TABLES `jos7e_mijoshop_country` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_country` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_country` VALUES (1,'Afghanistan','AF','AFG','',0,1),(2,'Albania','AL','ALB','',0,1),(3,'Algeria','DZ','DZA','',0,1),(4,'American Samoa','AS','ASM','',0,1),(5,'Andorra','AD','AND','',0,1),(6,'Angola','AO','AGO','',0,1),(7,'Anguilla','AI','AIA','',0,1),(8,'Antarctica','AQ','ATA','',0,1),(9,'Antigua and Barbuda','AG','ATG','',0,1),(10,'Argentina','AR','ARG','',0,1),(11,'Armenia','AM','ARM','',0,1),(12,'Aruba','AW','ABW','',0,1),(13,'Australia','AU','AUS','',0,1),(14,'Austria','AT','AUT','',0,1),(15,'Azerbaijan','AZ','AZE','',0,1),(16,'Bahamas','BS','BHS','',0,1),(17,'Bahrain','BH','BHR','',0,1),(18,'Bangladesh','BD','BGD','',0,1),(19,'Barbados','BB','BRB','',0,1),(20,'Belarus','BY','BLR','',0,1),(21,'Belgium','BE','BEL','{firstname} {lastname}\r\n{company}\r\n{address_1}\r\n{address_2}\r\n{postcode} {city}\r\n{country}',0,1),(22,'Belize','BZ','BLZ','',0,1),(23,'Benin','BJ','BEN','',0,1),(24,'Bermuda','BM','BMU','',0,1),(25,'Bhutan','BT','BTN','',0,1),(26,'Bolivia','BO','BOL','',0,1),(27,'Bosnia and Herzegovina','BA','BIH','',0,1),(28,'Botswana','BW','BWA','',0,1),(29,'Bouvet Island','BV','BVT','',0,1),(30,'Brazil','BR','BRA','',0,1),(31,'British Indian Ocean Territory','IO','IOT','',0,1),(32,'Brunei Darussalam','BN','BRN','',0,1),(33,'Bulgaria','BG','BGR','',0,1),(34,'Burkina Faso','BF','BFA','',0,1),(35,'Burundi','BI','BDI','',0,1),(36,'Cambodia','KH','KHM','',0,1),(37,'Cameroon','CM','CMR','',0,1),(38,'Canada','CA','CAN','',0,1),(39,'Cape Verde','CV','CPV','',0,1),(40,'Cayman Islands','KY','CYM','',0,1),(41,'Central African Republic','CF','CAF','',0,1),(42,'Chad','TD','TCD','',0,1),(43,'Chile','CL','CHL','',0,1),(44,'China','CN','CHN','',0,1),(45,'Christmas Island','CX','CXR','',0,1),(46,'Cocos (Keeling) Islands','CC','CCK','',0,1),(47,'Colombia','CO','COL','',0,1),(48,'Comoros','KM','COM','',0,1),(49,'Congo','CG','COG','',0,1),(50,'Cook Islands','CK','COK','',0,1),(51,'Costa Rica','CR','CRI','',0,1),(52,'Cote D\'Ivoire','CI','CIV','',0,1),(53,'Croatia','HR','HRV','',0,1),(54,'Cuba','CU','CUB','',0,1),(55,'Cyprus','CY','CYP','',0,1),(56,'Czech Republic','CZ','CZE','',0,1),(57,'Denmark','DK','DNK','',0,1),(58,'Djibouti','DJ','DJI','',0,1),(59,'Dominica','DM','DMA','',0,1),(60,'Dominican Republic','DO','DOM','',0,1),(61,'East Timor','TL','TLS','',0,1),(62,'Ecuador','EC','ECU','',0,1),(63,'Egypt','EG','EGY','',0,1),(64,'El Salvador','SV','SLV','',0,1),(65,'Equatorial Guinea','GQ','GNQ','',0,1),(66,'Eritrea','ER','ERI','',0,1),(67,'Estonia','EE','EST','',0,1),(68,'Ethiopia','ET','ETH','',0,1),(69,'Falkland Islands (Malvinas)','FK','FLK','',0,1),(70,'Faroe Islands','FO','FRO','',0,1),(71,'Fiji','FJ','FJI','',0,1),(72,'Finland','FI','FIN','',0,1),(74,'France, Metropolitan','FR','FRA','{firstname} {lastname}\r\n{company}\r\n{address_1}\r\n{address_2}\r\n{postcode} {city}\r\n{country}',1,1),(75,'French Guiana','GF','GUF','',0,1),(76,'French Polynesia','PF','PYF','',0,1),(77,'French Southern Territories','TF','ATF','',0,1),(78,'Gabon','GA','GAB','',0,1),(79,'Gambia','GM','GMB','',0,1),(80,'Georgia','GE','GEO','',0,1),(81,'Germany','DE','DEU','{company}\r\n{firstname} {lastname}\r\n{address_1}\r\n{address_2}\r\n{postcode} {city}\r\n{country}',1,1),(82,'Ghana','GH','GHA','',0,1),(83,'Gibraltar','GI','GIB','',0,1),(84,'Greece','GR','GRC','',0,1),(85,'Greenland','GL','GRL','',0,1),(86,'Grenada','GD','GRD','',0,1),(87,'Guadeloupe','GP','GLP','',0,1),(88,'Guam','GU','GUM','',0,1),(89,'Guatemala','GT','GTM','',0,1),(90,'Guinea','GN','GIN','',0,1),(91,'Guinea-Bissau','GW','GNB','',0,1),(92,'Guyana','GY','GUY','',0,1),(93,'Haiti','HT','HTI','',0,1),(94,'Heard and Mc Donald Islands','HM','HMD','',0,1),(95,'Honduras','HN','HND','',0,1),(96,'Hong Kong','HK','HKG','',0,1),(97,'Hungary','HU','HUN','',0,1),(98,'Iceland','IS','ISL','',0,1),(99,'India','IN','IND','',0,1),(100,'Indonesia','ID','IDN','',0,1),(101,'Iran (Islamic Republic of)','IR','IRN','',0,1),(102,'Iraq','IQ','IRQ','',0,1),(103,'Ireland','IE','IRL','',0,1),(104,'Israel','IL','ISR','',0,1),(105,'Italy','IT','ITA','',0,1),(106,'Jamaica','JM','JAM','',0,1),(107,'Japan','JP','JPN','',0,1),(108,'Jordan','JO','JOR','',0,1),(109,'Kazakhstan','KZ','KAZ','',0,1),(110,'Kenya','KE','KEN','',0,1),(111,'Kiribati','KI','KIR','',0,1),(112,'North Korea','KP','PRK','',0,1),(113,'Korea, Republic of','KR','KOR','',0,1),(114,'Kuwait','KW','KWT','',0,1),(115,'Kyrgyzstan','KG','KGZ','',0,1),(116,'Lao People\'s Democratic Republic','LA','LAO','',0,1),(117,'Latvia','LV','LVA','',0,1),(118,'Lebanon','LB','LBN','',0,1),(119,'Lesotho','LS','LSO','',0,1),(120,'Liberia','LR','LBR','',0,1),(121,'Libyan Arab Jamahiriya','LY','LBY','',0,1),(122,'Liechtenstein','LI','LIE','',0,1),(123,'Lithuania','LT','LTU','',0,1),(124,'Luxembourg','LU','LUX','',0,1),(125,'Macau','MO','MAC','',0,1),(126,'FYROM','MK','MKD','',0,1),(127,'Madagascar','MG','MDG','',0,1),(128,'Malawi','MW','MWI','',0,1),(129,'Malaysia','MY','MYS','',0,1),(130,'Maldives','MV','MDV','',0,1),(131,'Mali','ML','MLI','',0,1),(132,'Malta','MT','MLT','',0,1),(133,'Marshall Islands','MH','MHL','',0,1),(134,'Martinique','MQ','MTQ','',0,1),(135,'Mauritania','MR','MRT','',0,1),(136,'Mauritius','MU','MUS','',0,1),(137,'Mayotte','YT','MYT','',0,1),(138,'Mexico','MX','MEX','',0,1),(139,'Micronesia, Federated States of','FM','FSM','',0,1),(140,'Moldova, Republic of','MD','MDA','',0,1),(141,'Monaco','MC','MCO','',0,1),(142,'Mongolia','MN','MNG','',0,1),(143,'Montserrat','MS','MSR','',0,1),(144,'Morocco','MA','MAR','',0,1),(145,'Mozambique','MZ','MOZ','',0,1),(146,'Myanmar','MM','MMR','',0,1),(147,'Namibia','NA','NAM','',0,1),(148,'Nauru','NR','NRU','',0,1),(149,'Nepal','NP','NPL','',0,1),(150,'Netherlands','NL','NLD','',0,1),(151,'Netherlands Antilles','AN','ANT','',0,1),(152,'New Caledonia','NC','NCL','',0,1),(153,'New Zealand','NZ','NZL','',0,1),(154,'Nicaragua','NI','NIC','',0,1),(155,'Niger','NE','NER','',0,1),(156,'Nigeria','NG','NGA','',0,1),(157,'Niue','NU','NIU','',0,1),(158,'Norfolk Island','NF','NFK','',0,1),(159,'Northern Mariana Islands','MP','MNP','',0,1),(160,'Norway','NO','NOR','',0,1),(161,'Oman','OM','OMN','',0,1),(162,'Pakistan','PK','PAK','',0,1),(163,'Palau','PW','PLW','',0,1),(164,'Panama','PA','PAN','',0,1),(165,'Papua New Guinea','PG','PNG','',0,1),(166,'Paraguay','PY','PRY','',0,1),(167,'Peru','PE','PER','',0,1),(168,'Philippines','PH','PHL','',0,1),(169,'Pitcairn','PN','PCN','',0,1),(170,'Poland','PL','POL','',0,1),(171,'Portugal','PT','PRT','',0,1),(172,'Puerto Rico','PR','PRI','',0,1),(173,'Qatar','QA','QAT','',0,1),(174,'Reunion','RE','REU','',0,1),(175,'Romania','RO','ROM','',0,1),(176,'Russian Federation','RU','RUS','',0,1),(177,'Rwanda','RW','RWA','',0,1),(178,'Saint Kitts and Nevis','KN','KNA','',0,1),(179,'Saint Lucia','LC','LCA','',0,1),(180,'Saint Vincent and the Grenadines','VC','VCT','',0,1),(181,'Samoa','WS','WSM','',0,1),(182,'San Marino','SM','SMR','',0,1),(183,'Sao Tome and Principe','ST','STP','',0,1),(184,'Saudi Arabia','SA','SAU','',0,1),(185,'Senegal','SN','SEN','',0,1),(186,'Seychelles','SC','SYC','',0,1),(187,'Sierra Leone','SL','SLE','',0,1),(188,'Singapore','SG','SGP','',0,1),(189,'Slovak Republic','SK','SVK','{firstname} {lastname}\r\n{company}\r\n{address_1}\r\n{address_2}\r\n{city} {postcode}\r\n{zone}\r\n{country}',0,1),(190,'Slovenia','SI','SVN','',0,1),(191,'Solomon Islands','SB','SLB','',0,1),(192,'Somalia','SO','SOM','',0,1),(193,'South Africa','ZA','ZAF','',0,1),(194,'South Georgia & South Sandwich Islands','GS','SGS','',0,1),(195,'Spain','ES','ESP','',0,1),(196,'Sri Lanka','LK','LKA','',0,1),(197,'St. Helena','SH','SHN','',0,1),(198,'St. Pierre and Miquelon','PM','SPM','',0,1),(199,'Sudan','SD','SDN','',0,1),(200,'Suriname','SR','SUR','',0,1),(201,'Svalbard and Jan Mayen Islands','SJ','SJM','',0,1),(202,'Swaziland','SZ','SWZ','',0,1),(203,'Sweden','SE','SWE','{company}\r\n{firstname} {lastname}\r\n{address_1}\r\n{address_2}\r\n{postcode} {city}\r\n{country}',1,1),(204,'Switzerland','CH','CHE','',0,1),(205,'Syrian Arab Republic','SY','SYR','',0,1),(206,'Taiwan','TW','TWN','',0,1),(207,'Tajikistan','TJ','TJK','',0,1),(208,'Tanzania, United Republic of','TZ','TZA','',0,1),(209,'Thailand','TH','THA','',0,1),(210,'Togo','TG','TGO','',0,1),(211,'Tokelau','TK','TKL','',0,1),(212,'Tonga','TO','TON','',0,1),(213,'Trinidad and Tobago','TT','TTO','',0,1),(214,'Tunisia','TN','TUN','',0,1),(215,'Turkey','TR','TUR','',0,1),(216,'Turkmenistan','TM','TKM','',0,1),(217,'Turks and Caicos Islands','TC','TCA','',0,1),(218,'Tuvalu','TV','TUV','',0,1),(219,'Uganda','UG','UGA','',0,1),(220,'Ukraine','UA','UKR','',0,1),(221,'United Arab Emirates','AE','ARE','',0,1),(222,'United Kingdom','GB','GBR','',1,1),(223,'United States','US','USA','{firstname} {lastname}\r\n{company}\r\n{address_1}\r\n{address_2}\r\n{city}, {zone} {postcode}\r\n{country}',0,1),(224,'United States Minor Outlying Islands','UM','UMI','',0,1),(225,'Uruguay','UY','URY','',0,1),(226,'Uzbekistan','UZ','UZB','',0,1),(227,'Vanuatu','VU','VUT','',0,1),(228,'Vatican City State (Holy See)','VA','VAT','',0,1),(229,'Venezuela','VE','VEN','',0,1),(230,'Viet Nam','VN','VNM','',0,1),(231,'Virgin Islands (British)','VG','VGB','',0,1),(232,'Virgin Islands (U.S.)','VI','VIR','',0,1),(233,'Wallis and Futuna Islands','WF','WLF','',0,1),(234,'Western Sahara','EH','ESH','',0,1),(235,'Yemen','YE','YEM','',0,1),(237,'Democratic Republic of Congo','CD','COD','',0,1),(238,'Zambia','ZM','ZMB','',0,1),(239,'Zimbabwe','ZW','ZWE','',0,1),(242,'Montenegro','ME','MNE','',0,1),(243,'Serbia','RS','SRB','',0,1),(244,'Aaland Islands','AX','ALA','',0,1),(245,'Bonaire, Sint Eustatius and Saba','BQ','BES','',0,1),(246,'Curacao','CW','CUW','',0,1),(247,'Palestinian Territory, Occupied','PS','PSE','',0,1),(248,'South Sudan','SS','SSD','',0,1),(249,'St. Barthelemy','BL','BLM','',0,1),(250,'St. Martin (French part)','MF','MAF','',0,1),(251,'Canary Islands','IC','ICA','',0,1),(252,'Ascension Island (British)','AC','ASC','',0,1),(253,'Kosovo, Republic of','XK','UNK','',0,1),(254,'Isle of Man','IM','IMN','',0,1),(255,'Tristan da Cunha','TA','SHN','',0,1),(256,'Guernsey','GG','GGY','',0,1),(257,'Jersey','JE','JEY','',0,1);
/*!40000 ALTER TABLE `jos7e_mijoshop_country` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_coupon`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_coupon`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_coupon` (
`coupon_id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(128) NOT NULL,
`code` varchar(10) NOT NULL,
`type` char(1) NOT NULL,
`discount` decimal(15,4) NOT NULL,
`logged` tinyint(1) NOT NULL,
`shipping` tinyint(1) NOT NULL,
`total` decimal(15,4) NOT NULL,
`date_start` date NOT NULL DEFAULT '0000-00-00',
`date_end` date NOT NULL DEFAULT '0000-00-00',
`uses_total` int(11) NOT NULL,
`uses_customer` varchar(11) NOT NULL,
`status` tinyint(1) NOT NULL,
`date_added` datetime NOT NULL,
PRIMARY KEY (`coupon_id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_coupon`
--
LOCK TABLES `jos7e_mijoshop_coupon` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_coupon` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_coupon` VALUES (4,'-10% Discount','2222','P',10.0000,0,0,0.0000,'2014-01-01','2020-01-01',10,'10',0,'2009-01-27 13:55:03'),(5,'Free Shipping','3333','P',0.0000,0,1,100.0000,'2014-01-01','2014-02-01',10,'10',0,'2009-03-14 21:13:53'),(6,'-10.00 Discount','1111','F',10.0000,0,0,10.0000,'2014-01-01','2020-01-01',100000,'10000',0,'2009-03-14 21:15:18');
/*!40000 ALTER TABLE `jos7e_mijoshop_coupon` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_coupon_category`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_coupon_category`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_coupon_category` (
`coupon_id` int(11) NOT NULL,
`category_id` int(11) NOT NULL,
PRIMARY KEY (`coupon_id`,`category_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_coupon_category`
--
LOCK TABLES `jos7e_mijoshop_coupon_category` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_coupon_category` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_coupon_category` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_coupon_history`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_coupon_history`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_coupon_history` (
`coupon_history_id` int(11) NOT NULL AUTO_INCREMENT,
`coupon_id` int(11) NOT NULL,
`order_id` int(11) NOT NULL,
`customer_id` int(11) NOT NULL,
`amount` decimal(15,4) NOT NULL,
`date_added` datetime NOT NULL,
PRIMARY KEY (`coupon_history_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_coupon_history`
--
LOCK TABLES `jos7e_mijoshop_coupon_history` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_coupon_history` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_coupon_history` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_coupon_product`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_coupon_product`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_coupon_product` (
`coupon_product_id` int(11) NOT NULL AUTO_INCREMENT,
`coupon_id` int(11) NOT NULL,
`product_id` int(11) NOT NULL,
PRIMARY KEY (`coupon_product_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_coupon_product`
--
LOCK TABLES `jos7e_mijoshop_coupon_product` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_coupon_product` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_coupon_product` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_currency`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_currency`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_currency` (
`currency_id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(32) NOT NULL,
`code` varchar(3) NOT NULL,
`symbol_left` varchar(12) NOT NULL,
`symbol_right` varchar(12) NOT NULL,
`decimal_place` char(1) NOT NULL,
`value` float(15,8) NOT NULL,
`status` tinyint(1) NOT NULL,
`date_modified` datetime NOT NULL,
PRIMARY KEY (`currency_id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_currency`
--
LOCK TABLES `jos7e_mijoshop_currency` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_currency` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_currency` VALUES (1,'Pound Sterling','GBP','£','','2',0.77420002,1,'2016-03-04 16:24:33'),(2,'US Dollar','USD','$','','2',1.09669995,1,'2016-03-04 16:24:33'),(3,'Euro','EUR','','€','2',1.00000000,1,'2016-03-04 16:26:48'),(4,'South African Rand','ZAR','R','','2',1.00000000,1,'2016-03-05 16:06:48');
/*!40000 ALTER TABLE `jos7e_mijoshop_currency` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_custom_field`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_custom_field`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_custom_field` (
`custom_field_id` int(11) NOT NULL AUTO_INCREMENT,
`type` varchar(32) NOT NULL,
`value` text NOT NULL,
`location` varchar(7) NOT NULL,
`status` tinyint(1) NOT NULL,
`sort_order` int(3) NOT NULL,
PRIMARY KEY (`custom_field_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_custom_field`
--
LOCK TABLES `jos7e_mijoshop_custom_field` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_custom_field` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_custom_field` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_custom_field_customer_group`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_custom_field_customer_group`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_custom_field_customer_group` (
`custom_field_id` int(11) NOT NULL,
`customer_group_id` int(11) NOT NULL,
`required` tinyint(1) NOT NULL,
PRIMARY KEY (`custom_field_id`,`customer_group_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_custom_field_customer_group`
--
LOCK TABLES `jos7e_mijoshop_custom_field_customer_group` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_custom_field_customer_group` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_custom_field_customer_group` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_custom_field_description`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_custom_field_description`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_custom_field_description` (
`custom_field_id` int(11) NOT NULL,
`language_id` int(11) NOT NULL,
`name` varchar(128) NOT NULL,
PRIMARY KEY (`custom_field_id`,`language_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_custom_field_description`
--
LOCK TABLES `jos7e_mijoshop_custom_field_description` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_custom_field_description` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_custom_field_description` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_custom_field_value`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_custom_field_value`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_custom_field_value` (
`custom_field_value_id` int(11) NOT NULL AUTO_INCREMENT,
`custom_field_id` int(11) NOT NULL,
`sort_order` int(3) NOT NULL,
PRIMARY KEY (`custom_field_value_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_custom_field_value`
--
LOCK TABLES `jos7e_mijoshop_custom_field_value` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_custom_field_value` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_custom_field_value` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_custom_field_value_description`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_custom_field_value_description`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_custom_field_value_description` (
`custom_field_value_id` int(11) NOT NULL,
`language_id` int(11) NOT NULL,
`custom_field_id` int(11) NOT NULL,
`name` varchar(128) NOT NULL,
PRIMARY KEY (`custom_field_value_id`,`language_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_custom_field_value_description`
--
LOCK TABLES `jos7e_mijoshop_custom_field_value_description` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_custom_field_value_description` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_custom_field_value_description` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_customer`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_customer`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_customer` (
`customer_id` int(11) NOT NULL AUTO_INCREMENT,
`customer_group_id` int(11) NOT NULL,
`store_id` int(11) NOT NULL DEFAULT 0,
`firstname` varchar(32) NOT NULL,
`lastname` varchar(32) NOT NULL,
`email` varchar(96) NOT NULL,
`telephone` varchar(32) NOT NULL,
`fax` varchar(32) NOT NULL,
`password` varchar(100) NOT NULL,
`salt` varchar(9) NOT NULL,
`cart` text DEFAULT NULL,
`wishlist` text DEFAULT NULL,
`newsletter` tinyint(1) NOT NULL DEFAULT 0,
`address_id` int(11) NOT NULL DEFAULT 0,
`custom_field` text NOT NULL,
`ip` varchar(40) NOT NULL,
`status` tinyint(1) NOT NULL,
`approved` tinyint(1) NOT NULL,
`safe` tinyint(1) NOT NULL,
`token` varchar(255) NOT NULL,
`date_added` datetime NOT NULL,
PRIMARY KEY (`customer_id`)
) ENGINE=MyISAM AUTO_INCREMENT=4426 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_customer`
--
LOCK TABLES `jos7e_mijoshop_customer` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_customer` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_customer` VALUES (1,1,0,'Administrator','','nyakap@gmail.com','','','$2y$10$8spnKSEeJc15vZCPHS821uAf/UakQ/u7ZGB1/0UuHHo1bBdcm52xG','',NULL,NULL,0,1,'','105.184.137.221',1,1,0,'','2016-03-02 15:56:09'),(5,1,0,'Pene','Saunders','info@oscasa.com','','','$2y$10$ILOvzGcdeMztOuryXP9uaeiEGsQkFQVXlat9H/ckmecZBWEcDv4ZK','',NULL,NULL,0,5,'','197.88.166.79',1,1,0,'','2016-03-21 17:42:03'),(6,1,0,'Mia','Bellingan','info@mcx.co.za','','','$2y$10$J7ACqPEIxPfMEt.GvEWxku6qfrxZ3bNIwPkm6CGKll2yoZ4KUZxmG','',NULL,NULL,0,6,'','41.144.181.6',1,1,0,'','2016-03-23 08:52:41'),(4,1,0,'Millicent','Lulama Letsoalo','letsoalolm@gmail.com','0817512862','0866911197','$2y$10$ck.paZd1PyuyzJDFqv1m5unpWmLrA9qzm6L11jm3zwPQHlFZeY/He','b2616be5c','a:0:{}','',1,4,'','41.147.12.154',1,1,0,'','2016-03-21 09:35:25'),(7,1,0,'Patrick','Walton','info@1bigdoor.com','','','$2y$10$NCLfz8Q.9sG5NXLNs3u/Muj3BIe63f5NH8RK0VnHgnUagYvoznoju','',NULL,NULL,0,7,'','',1,1,0,'','2016-03-23 08:54:50'),(8,1,0,'Dustin','Maree','Dustin@hotpencil.com','0735764963','','$2y$10$U3e6GfIyie7ZxVlKkOHj3.tj.8pzDOXCkaQRHXDIseiUVsn6NGDC.','4d41d68c6','a:1:{s:40:\"YToxOntzOjEwOiJwcm9kdWN0X2lkIjtpOjM0O30=\";i:1;}','',1,8,'','169.0.57.118',1,1,0,'','2016-03-23 18:24:02'),(11,1,0,'Arc','Artist Management','charl@dereuck.co.za','','','$2y$10$NRM5UIYuWqlwiGNGajjLp.LCxj/M0leh1j7wUfb7pwumtIJtRjlqy','',NULL,NULL,0,11,'','105.226.118.120',1,1,0,'','2016-05-16 10:49:53'),(10,1,0,'Casting','101','samantha@casting101.co.za','','','$2y$10$ru1QwZSRRD4w/rWA/l.AKeIuSVrnxlMWFTaHxyGGiXHygjM7qEyr.','',NULL,NULL,0,10,'','41.146.189.51',1,1,0,'','2016-03-24 10:56:33'),(12,1,0,'Terene','Characters','terenecast@mweb.co.za','','','$2y$10$TkRn2tdjwCaQP1SOdz9ozeFRTiPbSDF8I87qWFelZY4/JgkqVXOMm','',NULL,NULL,0,12,'','41.114.152.195',1,1,0,'','2016-07-22 14:57:13'),(13,1,0,'eModels','','admin@emodelssa.com','','','$2y$10$2kwzWjg4wuIEO9rwgg.xSuTMZrzGBJvUFshptQYpmB3kYAzTpc9N2','',NULL,NULL,0,13,'','41.246.248.53',1,1,0,'','2016-07-29 13:22:43'),(14,1,0,'Colt','Talent','info@colttalent.com','','','$2y$10$1yn2ItQcPXcg3YW6LkVK0eqcfG/W.8FuhlUyJtISuPekfpPcwpMLS','',NULL,NULL,0,14,'','41.85.4.4',1,1,0,'','2016-07-29 13:43:06'),(15,1,0,'#eatpopcorn','productions','thecrew@anua.co.za','','','$2y$10$OOqYSgmCIPtS.oy/5H7uAuWRtOtQJpFefXhUvYDTthkoZbbXGpWrW','',NULL,NULL,0,15,'','196.202.230.30',1,1,0,'','2016-07-29 13:57:09'),(16,1,0,'HTA','Extras','hta.extras@gmail.com','','','$2y$10$pDwdwgSzsauHADV.9CdKne51.ml9FICTFti2.2ViOvDDTpGP8H2..','',NULL,NULL,0,16,'','197.88.12.82',1,1,0,'','2016-08-19 08:55:09'),(271,1,0,'Nicole','','nmtheunissen@gmail.com','','','$2y$10$5L6G7ZOHcrkbh8jYcykg8OyGwU5WSxsOm27I0W2Txc.k0ujDSj0I.','',NULL,NULL,0,271,'','105.224.179.13',1,1,0,'','2017-03-02 12:46:16'),(290,1,0,'Bongani','','mananabongani17@gmail.com','','','$2y$10$rTR5ZpCSgSJeF.i0tRVVluBG.2N3W3nHJnjApdMGhgfdFokpS5sKG','',NULL,NULL,0,290,'','41.13.32.26',1,1,0,'','2017-03-06 07:01:50'),(260,1,0,'Precious','','mprecious032@gmail.com','','','$2y$10$jqCAdwyjvmgpPsofw7IVNOCXLsYtmVrcFgN9jI3uQPyXs2wlvdBzi','',NULL,NULL,0,260,'','41.13.86.23',1,1,0,'','2017-02-28 17:04:54'),(264,1,0,'Melanie','','melanie@kowabungakidscastings.co.za','','','$2y$10$.oiEuVIfk8pbR7QZ3aLMee8MgeWi.PaJY1XnaP9IoxfBe1iHi/RlS','',NULL,NULL,0,264,'','',1,1,0,'','2017-03-01 09:34:01'),(265,1,0,'Marc','','Marc@reelmedigital.co.za','','','$2y$10$d.BwCCvZfyB2OYq.TXmgVOY9qQpyoxH46ZxG1o8cKw2FWuRPj6cdq','',NULL,NULL,0,265,'','197.89.247.122',1,1,0,'','2017-03-01 11:43:41'),(66,1,0,'Pene','','studio@ozoneartists.co.za','','','$2y$10$O7iTjokpyPXlTXQv5yu75OAiLA6WWIWaOHgF3vC7.ioKtMxR.93rS','',NULL,NULL,0,66,'','168.253.74.149',1,1,0,'','2017-01-10 17:05:03'),(70,1,0,'Fanyana','','fanyana.m@hotmail.com','','','$2y$10$VQgAoL7X86MZOT8HFY1WNeSk./l.nQ6ApqTD6Csu62OMOfEvRcWDy','',NULL,NULL,0,70,'','196.210.20.179',1,1,0,'','2017-01-11 23:52:05'),(72,1,0,'Chelsea','','chelsea@ozonemanagement.co.za','','','$2y$10$XwA9Kyz1uhDlES/K/AMgsOHQV.CP8JhdvQe8G4CA1uZsfIKI4oSIi','',NULL,NULL,0,72,'','197.93.153.134',1,1,0,'','2017-01-12 10:24:01'),(2318,1,0,'Elaine','','elainefouche2008@gmail.com','','','$2y$10$9xmVBkBEU2zhWw2CIOOe0eeH3gQayole9UL03kYKUO0/kDJc1Eyze','',NULL,NULL,0,2318,'','197.214.116.210',1,1,0,'','2017-07-24 13:01:09'),(389,1,0,'Sibulelo','','Sibuleloque@gmail.com','','','$2y$10$K8zQ3yVtBjY0nJhyMpf2E.UJGNk67v8mUidmMUPC3QrPD.t4600Aa','',NULL,NULL,0,389,'','93.186.16.244',1,1,0,'','2017-03-23 12:57:54'),(104,1,0,'SIBRENA','','sibrenac@gmail.com','','','$2y$10$HXu02vHPcDi9d9bCwRgdXOd3mb/kgh/l3ju9anBDI5TC4pn7TP2qy','',NULL,NULL,0,104,'','',1,1,0,'','2017-01-24 00:02:57'),(229,1,0,'Noelle','','noelle.tubbs@gmail.com','','','$2y$10$lC.eUREfMG5SkwHt6YrQrO598qHQw/Sf4T7Ag1RrQSg9FH8WwhqFe','',NULL,NULL,0,229,'','',1,1,0,'','2017-02-23 18:26:35'),(119,1,0,'Petrus','','peethesse@gmail.com','','','$2y$10$zv.L8ACh4Z82YMuNXrcFf.0/7RSWi/dSVvR7R81gDzWu9tvHuOc3i','',NULL,NULL,0,119,'','165.16.135.17',1,1,0,'','2017-02-01 08:44:12'),(397,1,0,'Calsea','','calseak@gmail.com','','','$2y$10$JDOTamE5wN7vHQ/.2Tkwn.cF4PkFzw7kjscBVO8xnSRfppO0n9KcG','',NULL,NULL,0,397,'','41.78.166.132',1,1,0,'','2017-03-24 09:02:31'),(129,1,0,'michael','','michael@vurhongagroups.co.za','','','$2y$10$MzCJPdFLyRf5sUXLFqugqOdjeXXk19wny68c06UpZtiT1xuH9SUPG','',NULL,NULL,0,129,'','41.13.0.233',1,1,0,'','2017-02-02 19:55:18'),(157,1,0,'Reneiloe','','reneiloe@joburgextras.co.za','','','$2y$10$gfcxbu/zwUHFXIIZtAUDWu7fbhWliprgVxuZjgUkshaRIXOBiSz3G','',NULL,NULL,0,157,'','155.93.140.86',1,1,0,'','2017-02-08 13:28:55'),(173,1,0,'Dylan','','dylan-fw@hotmail.com','','','$2y$10$kEEFNFY4bzFl/YtWspbO6.nu1umDfKaIomfm/Jb1vn06.M2vAY6Jy','',NULL,NULL,0,173,'','',1,1,0,'','2017-02-16 15:45:46'),(272,1,0,'Yolisa','','Mfukeliy@gmail.com','','','$2y$10$ZbGoFqWhV2JbJduxtfBsguHKnKE.StzFjUR3LgGMaz3JPWkf4SdCq','',NULL,NULL,0,272,'','',1,1,0,'','2017-03-02 14:43:41'),(224,1,0,'Leonie','','leonie.solomon@hotmail.com','','','$2y$10$Ey7y5e4iITDnCeDbzUpCqe3dq9tsY6S5wJI5RXAqPV0Yj8oqWQ7EG','',NULL,NULL,0,224,'','41.86.115.21',1,1,0,'','2017-02-22 19:00:15'),(206,1,0,'matthew','','matthew.shaw1@gmail.com','','','$2y$10$QlsJwoUhpkM40wC8NpAu1.ucuzkNccPtdzWaNptPS5cIwirUYhThu','',NULL,NULL,0,206,'','',1,1,0,'','2017-02-19 11:35:01'),(214,1,0,'Asanda','','innocentasanda@gmail.com','','','$2y$10$V1.RQCbDqVxJSY6BZDhCjOQQV1W.D5Z3OYSJxg5FZqQo27G9Bx3NG','',NULL,NULL,0,214,'','197.106.142.140',1,1,0,'','2017-02-20 14:58:32'),(435,1,0,'Chérie','','cherieklopper@gmail.com','','','$2y$10$YqlMOciS4cNZMHmioTtmJunVEozGghFSM8tYlDXzRePoFyIooRZce','',NULL,NULL,0,435,'','',1,1,0,'','2017-03-27 19:18:19'),(460,1,0,'PIP','Models and Talent Managemen','cindy@pipmodel.co.za','','','$2y$10$UkuIq256nNjZMqql1yoR/.a/76.t2BP2q1BG2/P8OF3OpmVS1rwS2','',NULL,NULL,0,460,'','105.27.203.234',1,1,0,'','2017-03-29 12:36:04'),(461,1,0,'Funky','Lemon','craig@funkylemon.co.za','','','$2y$10$gusxzOgnpwckkg0240rMnu5oGi70Ez3AiKJIshw8mEAjoBkflaPKW','',NULL,NULL,0,461,'','197.101.116.198',1,1,0,'','2017-03-29 13:08:03'),(477,1,0,'Mario','','info@talentscan.co.za','','','$2y$10$fvXrpGR6egj3sQf4Nzuah.ptr9jB7R95gBPxKdZfP54cBS0BHotRW','',NULL,NULL,0,477,'','192.143.90.56',1,1,0,'','2017-03-30 17:51:57'),(480,1,0,'Balungile','','balungilezameko@gmail.com','','','$2y$10$PkIV4DScfDucx1EwqVpg7.OI.crSkdT3qiPK2d6HZ7/psnmJwVH2C','',NULL,NULL,0,480,'','41.114.192.192',1,1,0,'','2017-03-30 18:23:36'),(511,1,0,'Duane','','duanelove@afrihost.co.za','','','$2y$10$UCUvGlnQesQYoVCaEFXp6u6JQEoqLV8uiTkV8q6ThRdh3SPlbcl9O','',NULL,NULL,0,511,'','169.1.148.209',1,1,0,'','2017-04-01 10:13:48'),(544,1,0,'Iris','','Siweveli@gmail.com','','','$2y$10$pZ/hnK35uyETreAEmAQlMe7RLj06X8KCUCoqtvAmPGrw4XFIm1NUO','',NULL,NULL,0,544,'','196.45.31.80',1,1,0,'','2017-04-03 13:31:02'),(569,1,0,'Sybrand','','sgvn@vodamail.co.za','','','$2y$10$UzsbyY2zKHFLLJ2EQqX0Ze.wzasGS7YdNr.UOgB9M45FOIe7kNBXK','',NULL,NULL,0,569,'','41.13.40.56',1,1,0,'','2017-04-04 18:07:11'),(1749,1,0,'Mbulaheni','','ramaisha166@gmail.com','','','$2y$10$RgGGPo/8EztdEGrkp0EUkOiOEgu6bh7m5fv/Q3BlXnkcEAx6uOAQW','',NULL,NULL,0,1749,'','41.13.24.3',1,1,0,'','2017-07-03 21:30:04'),(1685,1,0,'NJD','Castings','jeffkisekka@aol.com','','','$2y$10$tklcmXqY.n7nCytZLBPojuf7nGidcg9SQTNiI3GdpmG4yj1qIFZ8K','',NULL,NULL,0,1685,'','41.114.78.161',1,1,0,'','2017-06-28 17:07:57'),(796,1,0,'Chenal','','Chenalkock@gmail.com','','','$2y$10$0p5AeigTWGuhLLARbFUu1.etZWJD0AJbsGbae1VfovpHNoKt0UlCi','',NULL,NULL,0,796,'','41.114.67.60',1,1,0,'','2017-04-24 09:32:29'),(827,1,0,'Lesedi','','lesedi870@gmail.com','','','$2y$10$f.qrg8JAR2aXZ44qAC5uHe.9tNg42xzgJWOrsg5AGtya7BdpFkLbm','',NULL,NULL,0,827,'','',1,1,0,'','2017-04-26 06:17:48'),(1821,1,0,'Jana','','grobbelaarweb@gmail.com','','','$2y$10$ON..bUcnE/ahMU0a6NASsOI6L7ehKLaoETUDeG9HF3U.uY1om4686','',NULL,NULL,0,1821,'','197.87.234.9',1,1,0,'','2017-07-09 22:53:13'),(929,1,0,'Jamie','Zeederberg','jamie.zeederberg007@gmail.com','','','$2y$10$gcBJFXUeuvEhirgdXhvN5exxwQt/maPJrX/NxzmwYCyM1lxFlRZbq','',NULL,NULL,0,929,'','',1,1,0,'','2017-05-03 14:07:02'),(1694,1,0,'Peter','Cambouris','cambourisfam@gmail.com','','','$2y$10$L.NCKHgnlK73fOByNuXcleQNDvnC6rNdIgto2ZW8.VF2MuoWf37YK','',NULL,NULL,0,1694,'','165.255.204.252',1,1,0,'','2017-06-29 08:29:33'),(997,1,0,'chienovien','','zelttago@gmail.com','','','$2y$10$uIO3nowUaE3MRnE0qFeAHuJRReWOrLVG5DIJhSojmyPEFKhJmWwyy','',NULL,NULL,0,997,'','37.57.45.247',1,1,0,'','2017-05-07 23:38:26'),(1702,1,0,'Mshurov','','mashurhov@progoner.com','','','$2y$10$gwnniX18zZijJUVZwL/TNefw9w.EOwhKxcO0.OKdz0awUoStU3x7G','',NULL,NULL,0,1702,'','193.201.224.32',1,1,0,'','2017-06-29 20:23:03'),(1294,1,0,'Shanay','','shanayjacobs89@gmail.com','','','$2y$10$3O4wgaJRn0B/fyoTh9MFVuFtmqxDzzM/CI7EuvFLvni3lF/lMCbIy','',NULL,NULL,0,1294,'','169.1.50.80',1,1,0,'','2017-06-01 09:41:08'),(1087,1,0,'Zintle','','mbuqezintle@gmail.com','','','$2y$10$dhLNy.OQwJQajhVDg9ax/eMjljE/M./qkNrMuDEvCXqFxMDRiFD/e','',NULL,NULL,0,1087,'','141.0.13.97',1,1,0,'','2017-05-13 12:37:33'),(1823,1,0,'Denzil','','denzil.booysen73@gmail.com','','','$2y$10$r5rsfKYtmdjG0QM1Nn1tnuVOfXTP7tKmp3Nw0rzSV4kBX/N9gYySy','',NULL,NULL,0,1823,'','41.150.254.86',1,1,0,'','2017-07-10 01:28:50'),(1439,1,0,'Jemma','','jemmak96@gmail.com','','','$2y$10$F0IvyGwn79gq3J49tl3XaugrUhu3s6DaLJaZivmV/dyvsvtgEHsti','',NULL,NULL,0,1439,'','169.1.167.227',1,1,0,'','2017-06-12 13:51:20'),(4416,1,0,'Peter','','peter@insidesa.co.za','','','$2y$10$6lDHAgLpvDzGBFuyjZkzNuHOhuVBp.gz1qqQhzhhc.nIpXkPyjhie','',NULL,NULL,0,4416,'','105.184.137.221',1,1,0,'','2018-01-04 15:55:06'),(1152,1,0,'Danniel','','danielrutoga@gmail.com','','','$2y$10$6uETFEV0.uK3uXgwuMRike5zDgtXZpAx5GaZgsdhbEGWVHPZxfzca','',NULL,NULL,0,1152,'','',1,1,0,'','2017-05-18 17:34:03'),(1204,1,0,'Janescka','','janescka.blom@gmail.com','','','$2y$10$7LxT3nQhLF/lRpGM6gsuruKuMg0XVq78Osr/lQhVIfVrLYmV4EOVS','',NULL,NULL,0,1204,'','168.253.71.205',1,1,0,'','2017-05-23 12:25:52'),(2603,1,0,'JanetteCemKZ','','fashionguru@franz-marc.org','','','$2y$10$EUznQRO1BSDXjgvVqIQxFuVS44a9o0hNxfh6CxkC7nPlDKRP2X7Zq','',NULL,NULL,0,2603,'','87.71.137.226',1,1,0,'','2017-07-29 09:11:04'),(4417,1,0,'Candidate','Casting','casting@thecandidate.co.za','','','$2y$10$LBjr1eN5cr9GgH.1R6MNA.HeD5/zFwfPbcYd18HLDGEFgicarrkpe','',NULL,NULL,0,4417,'','105.224.186.186',1,1,0,'','2018-06-27 14:13:03'),(1362,1,0,'Mavavto','','mavavtoru@gmail.com','','','$2y$10$QFhCaY1I6zVuwnkLdUTPF.Vkg87P4nJzYerSWPsy7IsKprWXjeFvW','',NULL,NULL,0,1362,'','93.179.66.57',1,1,0,'','2017-06-06 15:44:00'),(1696,1,0,'Babalwa','','lblupuwana@gmail.com','','','$2y$10$yCaGtQ8lD7IFraRw5q2/jOH0uWTSvvhrcCgoSV1PReRERrtWaY5Gu','',NULL,NULL,0,1696,'','209.212.113.82',1,1,0,'','2017-06-29 12:19:25'),(1454,1,0,'Daniel','Nel','djfnel@gmail.com','','','$2y$10$8Ran37KW48iV1aOspSWEROLv7hCzA0OW2x18nTfg3U3ccGyu/5Swa','',NULL,NULL,0,1454,'','41.76.222.166',1,1,0,'','2017-06-13 14:19:37'),(1476,1,0,'Desiree','','deshing@live.com','','','$2y$10$i5slYcbGgsxuj/r.21FUEe.mL/AZCEBMr1yKQY2Uo5ep4.y8hcUYu','',NULL,NULL,0,1476,'','',1,1,0,'','2017-06-15 15:01:01'),(2160,1,0,'Landile','','sitshotolandile@gmail.com','','','$2y$10$cLR/I4FHVc8ns9t2cbv0NOfv.42YE8bCfLD3Qjtl1ig26jpdkr4Vq','',NULL,NULL,0,2160,'','155.238.4.86',1,1,0,'','2017-07-21 13:03:57'),(2773,1,0,'Nolan','','nolan.allnutt101@gmail.com','','','$2y$10$TALh89PYhaYFHgkK3iOgaunsEr7BqC8WbPQcFqyPOHQI1JnR4brfi','',NULL,NULL,0,2773,'','197.83.246.13',1,1,0,'','2017-08-01 10:16:07'),(4415,1,0,'One','Shot Extras','extrasoneshot@gmail.com','','','$2y$10$jQI8I84NM5pMYecn3PPs2ONrv3a0nUXV5m3OUgVvV/1kVfX8P.vNi','',NULL,NULL,0,4415,'','105.229.165.236',1,1,0,'','2017-11-16 12:20:16'),(2874,1,0,'Thabisa','','tabs.njwele@gmail.com','','','$2y$10$1ITVaHIzCQHiY4UYZVFAKeGHs3UgUbSKgd.GpQP1MQ5VT9xWZlzvO','',NULL,NULL,0,2874,'','141.0.13.42',1,1,0,'','2017-08-02 20:42:44'),(3112,1,0,'Mpho','','Mpho.sepheka@gmail.com','','','$2y$10$8Q3FI1HaSAC2haAP0Fdp1.Sh17R1Woqg7LsTQaFnAY6qbohsX6iSS','',NULL,NULL,0,3112,'','41.13.92.237',1,1,0,'','2017-08-06 23:34:17'),(3219,1,0,'Bonita','','bonitabnjmn@gmail.com','','','$2y$10$UQlbdKdRV6MPJfei9Khm9..0UJlWZYChYbfkpk6NACrsnZR3oS2im','',NULL,NULL,0,3219,'','41.114.240.227',1,1,0,'','2017-08-08 21:37:38'),(4418,1,0,'Kuze','Kuse Production','info@kuzekuseproduction.com','','','$2y$10$jXJ/mSMVWi5ZzlsJmHr63.Pv8sEOz.QYTuitxK0u2AytgR3BQ/b82','',NULL,NULL,0,4418,'','41.146.93.198',1,1,0,'','2018-06-27 14:35:30'),(3641,1,0,'Touch','Down Modelling','qstworkstation@gmail.com','','','$2y$10$V1ZJ30dUD3J9SWX6ve/KoO3bDCn5CFjWtjVxyAnXidEnBn3axKLty','',NULL,NULL,0,3641,'','41.113.17.175',1,1,0,'','2017-08-16 14:46:38'),(4419,1,0,'Xtyle','Fitness','helena@xtyle.co.za','','','$2y$10$RKrx7PCEKtiSJFQsZHKSIexN912SN3MbwF01DK0wvhKdhL2alnQBK','',NULL,NULL,0,4419,'','45.220.42.133',1,1,0,'','2018-07-04 12:15:04'),(4420,1,0,'Unique','Select','uniqueselect2016@gmail.com','','','$2y$10$P8gUF1NGfpakp6mJB5Q8rObkhpWJCeRmY6Hxsargb.Xf1Qw9Zx8Ca','',NULL,NULL,0,4420,'','102.249.134.127',1,1,0,'','2018-09-13 16:21:18'),(4421,1,0,'Matte','Grey','director1@mattegreymodels.co.za','','','$2y$10$2CllacKWCqa1fKO/mfpCg.svx7.QN9rID9SqGed.faZUklxpDK6BG','',NULL,NULL,0,4421,'','165.144.202.97',1,1,0,'','2018-10-30 18:15:21'),(4422,1,0,'Hubba','Hubba Talent','roxy@thehubbagroup.co.za','','','$2y$10$b1PobM4i0zGGDTat8Qn/eeKFARC1NS9pM6Z3SOagaq9nIzIgRL906','',NULL,NULL,0,4422,'','165.0.180.80',1,1,0,'','2019-11-05 13:46:55'),(4423,1,0,'Simlee','Modelling & Casting','info@simleeagency.co.za','','','$2y$10$1go/ybutyLH40uAVCAnlCuP/duOtBaHe/yXiWNVp5.ao1ewh6SV1S','',NULL,NULL,0,4423,'','197.185.110.20',1,1,0,'','2019-11-05 14:08:34'),(4424,1,0,'Dikukama','Holdings','egubaza@gmail.com','','','$2y$10$hpNrWOZwkqccoaA0gN/hwewi4PZ6JRH6SBFts3qv2r.mQUGhv/JOW','',NULL,NULL,0,4424,'','',1,1,0,'','2019-11-05 14:33:27'),(4425,1,0,'Valuta','Entertainment','valuta@valutaentertainment.com','','','$2y$10$wiDBTxaXRoHi3t0DoLAjQO2HV4iS.erTx/tpGj0YItyHenOE.Qj/W','',NULL,NULL,0,4425,'','',1,1,0,'','2019-12-03 09:52:35');
/*!40000 ALTER TABLE `jos7e_mijoshop_customer` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_customer_activity`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_customer_activity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_customer_activity` (
`activity_id` int(11) NOT NULL AUTO_INCREMENT,
`customer_id` int(11) NOT NULL,
`key` varchar(64) NOT NULL,
`data` text NOT NULL,
`ip` varchar(40) NOT NULL,
`date_added` datetime NOT NULL,
PRIMARY KEY (`activity_id`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_customer_activity`
--
LOCK TABLES `jos7e_mijoshop_customer_activity` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_customer_activity` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_customer_activity` VALUES (1,2,'register','a:2:{s:11:\"customer_id\";i:2;s:4:\"name\";s:10:\"Peter Shaw\";}','105.225.62.24','2016-03-03 16:21:28'),(2,2,'order_account','a:3:{s:11:\"customer_id\";s:1:\"2\";s:4:\"name\";s:10:\"Peter Shaw\";s:8:\"order_id\";i:1;}','105.225.62.24','2016-03-03 16:22:08'),(3,3,'register','a:2:{s:11:\"customer_id\";s:1:\"3\";s:4:\"name\";s:10:\"Peter Shaw\";}','105.226.67.120','2016-03-05 15:52:50'),(4,4,'register','a:2:{s:11:\"customer_id\";i:4;s:4:\"name\";s:25:\"Millicent Lulama Letsoalo\";}','41.146.15.81','2016-03-21 09:35:28'),(5,4,'order_account','a:3:{s:11:\"customer_id\";s:1:\"4\";s:4:\"name\";s:25:\"Millicent Lulama Letsoalo\";s:8:\"order_id\";i:2;}','41.146.15.81','2016-03-21 09:36:03'),(6,8,'register','a:2:{s:11:\"customer_id\";i:8;s:4:\"name\";s:12:\"Dustin Maree\";}','105.9.3.55','2016-03-23 18:24:03'),(7,4,'login','a:2:{s:11:\"customer_id\";s:1:\"4\";s:4:\"name\";s:25:\"Millicent Lulama Letsoalo\";}','41.147.12.154','2016-05-30 22:36:02'),(8,0,'order_guest','a:2:{s:4:\"name\";s:11:\"Derek Serra\";s:8:\"order_id\";i:4;}','41.132.47.99','2016-11-10 09:07:13');
/*!40000 ALTER TABLE `jos7e_mijoshop_customer_activity` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_customer_ban_ip`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_customer_ban_ip`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_customer_ban_ip` (
`customer_ban_ip_id` int(11) NOT NULL AUTO_INCREMENT,
`ip` varchar(40) NOT NULL,
PRIMARY KEY (`customer_ban_ip_id`),
KEY `ip` (`ip`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_customer_ban_ip`
--
LOCK TABLES `jos7e_mijoshop_customer_ban_ip` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_customer_ban_ip` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_customer_ban_ip` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_customer_group`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_customer_group`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_customer_group` (
`customer_group_id` int(11) NOT NULL AUTO_INCREMENT,
`approval` int(1) NOT NULL,
`sort_order` int(3) NOT NULL,
PRIMARY KEY (`customer_group_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_customer_group`
--
LOCK TABLES `jos7e_mijoshop_customer_group` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_customer_group` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_customer_group` VALUES (1,0,1);
/*!40000 ALTER TABLE `jos7e_mijoshop_customer_group` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_customer_group_description`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_customer_group_description`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_customer_group_description` (
`customer_group_id` int(11) NOT NULL,
`language_id` int(11) NOT NULL,
`name` varchar(32) NOT NULL,
`description` text NOT NULL,
PRIMARY KEY (`customer_group_id`,`language_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_customer_group_description`
--
LOCK TABLES `jos7e_mijoshop_customer_group_description` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_customer_group_description` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_customer_group_description` VALUES (1,1,'Default','test');
/*!40000 ALTER TABLE `jos7e_mijoshop_customer_group_description` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_customer_history`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_customer_history`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_customer_history` (
`customer_history_id` int(11) NOT NULL AUTO_INCREMENT,
`customer_id` int(11) NOT NULL,
`comment` text NOT NULL,
`date_added` datetime NOT NULL,
PRIMARY KEY (`customer_history_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_customer_history`
--
LOCK TABLES `jos7e_mijoshop_customer_history` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_customer_history` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_customer_history` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_customer_ip`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_customer_ip`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_customer_ip` (
`customer_ip_id` int(11) NOT NULL AUTO_INCREMENT,
`customer_id` int(11) NOT NULL,
`ip` varchar(40) NOT NULL,
`date_added` datetime NOT NULL,
PRIMARY KEY (`customer_ip_id`),
KEY `ip` (`ip`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_customer_ip`
--
LOCK TABLES `jos7e_mijoshop_customer_ip` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_customer_ip` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_customer_ip` VALUES (5,8,'105.9.3.55','2016-03-23 18:24:04'),(3,4,'41.146.15.81','2016-03-21 09:35:28'),(4,4,'41.150.91.252','2016-03-21 15:39:50'),(6,8,'105.9.3.55','2016-03-23 18:24:04'),(7,4,'41.147.12.154','2016-05-30 22:36:03');
/*!40000 ALTER TABLE `jos7e_mijoshop_customer_ip` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_customer_login`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_customer_login`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_customer_login` (
`customer_login_id` int(11) NOT NULL AUTO_INCREMENT,
`email` varchar(96) NOT NULL,
`ip` varchar(40) NOT NULL,
`total` int(4) NOT NULL,
`date_added` datetime NOT NULL,
`date_modified` datetime NOT NULL,
PRIMARY KEY (`customer_login_id`),
KEY `email` (`email`),
KEY `ip` (`ip`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_customer_login`
--
LOCK TABLES `jos7e_mijoshop_customer_login` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_customer_login` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_customer_login` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_customer_online`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_customer_online`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_customer_online` (
`ip` varchar(40) NOT NULL,
`customer_id` int(11) NOT NULL,
`url` text NOT NULL,
`referer` text NOT NULL,
`date_added` datetime NOT NULL,
PRIMARY KEY (`ip`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_customer_online`
--
LOCK TABLES `jos7e_mijoshop_customer_online` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_customer_online` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_customer_online` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_customer_reward`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_customer_reward`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_customer_reward` (
`customer_reward_id` int(11) NOT NULL AUTO_INCREMENT,
`customer_id` int(11) NOT NULL DEFAULT 0,
`order_id` int(11) NOT NULL DEFAULT 0,
`description` text NOT NULL,
`points` int(8) NOT NULL DEFAULT 0,
`date_added` datetime NOT NULL,
PRIMARY KEY (`customer_reward_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_customer_reward`
--
LOCK TABLES `jos7e_mijoshop_customer_reward` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_customer_reward` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_customer_reward` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_customer_transaction`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_customer_transaction`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_customer_transaction` (
`customer_transaction_id` int(11) NOT NULL AUTO_INCREMENT,
`customer_id` int(11) NOT NULL,
`order_id` int(11) NOT NULL,
`description` text NOT NULL,
`amount` decimal(15,4) NOT NULL,
`date_added` datetime NOT NULL,
PRIMARY KEY (`customer_transaction_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_customer_transaction`
--
LOCK TABLES `jos7e_mijoshop_customer_transaction` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_customer_transaction` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_customer_transaction` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_download`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_download`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_download` (
`download_id` int(11) NOT NULL AUTO_INCREMENT,
`filename` varchar(128) NOT NULL,
`mask` varchar(128) NOT NULL,
`date_added` datetime NOT NULL,
PRIMARY KEY (`download_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_download`
--
LOCK TABLES `jos7e_mijoshop_download` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_download` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_download` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_download_description`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_download_description`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_download_description` (
`download_id` int(11) NOT NULL,
`language_id` int(11) NOT NULL,
`name` varchar(64) NOT NULL,
PRIMARY KEY (`download_id`,`language_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_download_description`
--
LOCK TABLES `jos7e_mijoshop_download_description` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_download_description` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_download_description` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_event`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_event`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_event` (
`event_id` int(11) NOT NULL AUTO_INCREMENT,
`code` varchar(32) NOT NULL,
`trigger` text NOT NULL,
`action` text NOT NULL,
PRIMARY KEY (`event_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_event`
--
LOCK TABLES `jos7e_mijoshop_event` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_event` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_event` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_extension`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_extension`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_extension` (
`extension_id` int(11) NOT NULL AUTO_INCREMENT,
`type` varchar(32) NOT NULL,
`code` varchar(32) NOT NULL,
PRIMARY KEY (`extension_id`)
) ENGINE=MyISAM AUTO_INCREMENT=429 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_extension`
--
LOCK TABLES `jos7e_mijoshop_extension` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_extension` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_extension` VALUES (23,'payment','cod'),(22,'total','shipping'),(57,'total','sub_total'),(58,'total','tax'),(59,'total','total'),(410,'module','banner'),(426,'module','carousel'),(390,'total','credit'),(349,'total','handling'),(350,'total','low_order_fee'),(389,'total','coupon'),(413,'module','category'),(408,'module','account'),(393,'total','reward'),(398,'total','voucher'),(407,'payment','free_checkout'),(427,'module','featured'),(419,'module','slideshow'),(339,'module','miwi_categoryhome'),(428,'payment','bank_transfer');
/*!40000 ALTER TABLE `jos7e_mijoshop_extension` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_filter`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_filter`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_filter` (
`filter_id` int(11) NOT NULL AUTO_INCREMENT,
`filter_group_id` int(11) NOT NULL,
`sort_order` int(3) NOT NULL,
PRIMARY KEY (`filter_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_filter`
--
LOCK TABLES `jos7e_mijoshop_filter` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_filter` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_filter` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_filter_description`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_filter_description`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_filter_description` (
`filter_id` int(11) NOT NULL,
`language_id` int(11) NOT NULL,
`filter_group_id` int(11) NOT NULL,
`name` varchar(64) NOT NULL,
PRIMARY KEY (`filter_id`,`language_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_filter_description`
--
LOCK TABLES `jos7e_mijoshop_filter_description` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_filter_description` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_filter_description` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_filter_group`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_filter_group`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_filter_group` (
`filter_group_id` int(11) NOT NULL AUTO_INCREMENT,
`sort_order` int(3) NOT NULL,
PRIMARY KEY (`filter_group_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_filter_group`
--
LOCK TABLES `jos7e_mijoshop_filter_group` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_filter_group` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_filter_group` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_filter_group_description`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_filter_group_description`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_filter_group_description` (
`filter_group_id` int(11) NOT NULL,
`language_id` int(11) NOT NULL,
`name` varchar(64) NOT NULL,
PRIMARY KEY (`filter_group_id`,`language_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_filter_group_description`
--
LOCK TABLES `jos7e_mijoshop_filter_group_description` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_filter_group_description` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_filter_group_description` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_geo_zone`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_geo_zone`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_geo_zone` (
`geo_zone_id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(32) NOT NULL,
`description` varchar(255) NOT NULL,
`date_modified` datetime NOT NULL,
`date_added` datetime NOT NULL,
PRIMARY KEY (`geo_zone_id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_geo_zone`
--
LOCK TABLES `jos7e_mijoshop_geo_zone` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_geo_zone` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_geo_zone` VALUES (3,'UK VAT Zone','UK VAT','2010-02-26 22:33:24','2009-01-06 23:26:25'),(4,'UK Shipping','UK Shipping Zones','2010-12-15 15:18:13','2009-06-23 01:14:53');
/*!40000 ALTER TABLE `jos7e_mijoshop_geo_zone` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_information`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_information`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_information` (
`information_id` int(11) NOT NULL AUTO_INCREMENT,
`bottom` int(1) NOT NULL DEFAULT 0,
`sort_order` int(3) NOT NULL DEFAULT 0,
`status` tinyint(1) NOT NULL DEFAULT 1,
PRIMARY KEY (`information_id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_information`
--
LOCK TABLES `jos7e_mijoshop_information` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_information` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_information` VALUES (3,1,3,1),(4,1,1,1),(5,1,4,1),(6,1,2,1);
/*!40000 ALTER TABLE `jos7e_mijoshop_information` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_information_description`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_information_description`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_information_description` (
`information_id` int(11) NOT NULL,
`language_id` int(11) NOT NULL,
`title` varchar(64) NOT NULL,
`description` text NOT NULL,
`meta_title` varchar(255) NOT NULL,
`meta_description` varchar(255) NOT NULL,
`meta_keyword` varchar(255) NOT NULL,
PRIMARY KEY (`information_id`,`language_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_information_description`
--
LOCK TABLES `jos7e_mijoshop_information_description` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_information_description` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_information_description` VALUES (4,1,'About Us','<p>\r\n About Us</p>\r\n','','',''),(5,1,'Terms & Conditions','<p>\r\n Terms &amp; Conditions</p>\r\n','','',''),(3,1,'Privacy Policy','<p>\r\n Privacy Policy</p>\r\n','','',''),(6,1,'Delivery Information','<p>\r\n Delivery Information</p>\r\n','','','');
/*!40000 ALTER TABLE `jos7e_mijoshop_information_description` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_information_to_layout`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_information_to_layout`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_information_to_layout` (
`information_id` int(11) NOT NULL,
`store_id` int(11) NOT NULL,
`layout_id` int(11) NOT NULL,
PRIMARY KEY (`information_id`,`store_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_information_to_layout`
--
LOCK TABLES `jos7e_mijoshop_information_to_layout` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_information_to_layout` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_information_to_layout` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_information_to_store`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_information_to_store`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_information_to_store` (
`information_id` int(11) NOT NULL,
`store_id` int(11) NOT NULL,
PRIMARY KEY (`information_id`,`store_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_information_to_store`
--
LOCK TABLES `jos7e_mijoshop_information_to_store` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_information_to_store` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_information_to_store` VALUES (3,0),(4,0),(5,0),(6,0);
/*!40000 ALTER TABLE `jos7e_mijoshop_information_to_store` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_j_integrations`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_j_integrations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_j_integrations` (
`product_id` int(11) NOT NULL,
`content` text NOT NULL,
KEY `product_id` (`product_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_j_integrations`
--
LOCK TABLES `jos7e_mijoshop_j_integrations` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_j_integrations` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_j_integrations` VALUES (34,'{\"acl\":[],\"emailarticle\":[],\"mijoshop\":[],\"sql\":[]}');
/*!40000 ALTER TABLE `jos7e_mijoshop_j_integrations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_jgroup_cgroup_map`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_jgroup_cgroup_map`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_jgroup_cgroup_map` (
`jgroup_id` int(11) NOT NULL,
`cgroup_id` int(11) NOT NULL,
PRIMARY KEY (`cgroup_id`),
KEY `jgroup_id` (`jgroup_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_jgroup_cgroup_map`
--
LOCK TABLES `jos7e_mijoshop_jgroup_cgroup_map` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_jgroup_cgroup_map` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_jgroup_cgroup_map` VALUES (2,1);
/*!40000 ALTER TABLE `jos7e_mijoshop_jgroup_cgroup_map` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_jgroup_ugroup_map`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_jgroup_ugroup_map`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_jgroup_ugroup_map` (
`jgroup_id` int(11) NOT NULL,
`ugroup_id` int(11) NOT NULL,
PRIMARY KEY (`ugroup_id`),
KEY `jgroup_id` (`jgroup_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_jgroup_ugroup_map`
--
LOCK TABLES `jos7e_mijoshop_jgroup_ugroup_map` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_jgroup_ugroup_map` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_jgroup_ugroup_map` VALUES (8,1),(8,10);
/*!40000 ALTER TABLE `jos7e_mijoshop_jgroup_ugroup_map` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_juser_ocustomer_map`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_juser_ocustomer_map`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_juser_ocustomer_map` (
`juser_id` int(11) NOT NULL,
`ocustomer_id` int(11) NOT NULL,
PRIMARY KEY (`juser_id`),
UNIQUE KEY `ocustomer_id` (`ocustomer_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_juser_ocustomer_map`
--
LOCK TABLES `jos7e_mijoshop_juser_ocustomer_map` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_juser_ocustomer_map` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_juser_ocustomer_map` VALUES (814,1),(818,5),(817,4),(819,6),(820,7),(821,8),(824,11),(823,10),(825,12),(826,13),(827,14),(828,15),(829,16),(1037,224),(1077,264),(1073,260),(1078,265),(2589,1749),(879,66),(883,70),(885,72),(1103,290),(3443,2603),(917,104),(1042,229),(1085,272),(1084,271),(932,119),(942,129),(970,157),(986,173),(3714,2874),(1210,397),(1019,206),(1202,389),(1027,214),(1248,435),(2542,1702),(1273,460),(1274,461),(2663,1823),(1290,477),(1293,480),(1324,511),(1357,544),(5256,4416),(1382,569),(2534,1694),(5258,4418),(2525,1685),(1609,796),(1640,827),(1742,929),(1813,997),(3613,2773),(2536,1696),(2134,1294),(1907,1087),(2279,1439),(1976,1152),(3158,2318),(2036,1204),(2294,1454),(2202,1362),(2316,1476),(2661,1821),(3000,2160),(3952,3112),(4059,3219),(5255,4415),(4481,3641),(5257,4417),(5259,4419),(5260,4420),(5261,4421),(5262,4422),(5263,4423),(5264,4424),(5265,4425);
/*!40000 ALTER TABLE `jos7e_mijoshop_juser_ocustomer_map` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_juser_ouser_map`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_juser_ouser_map`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_juser_ouser_map` (
`juser_id` int(11) NOT NULL,
`ouser_id` int(11) NOT NULL,
PRIMARY KEY (`juser_id`),
UNIQUE KEY `ouser_id` (`ouser_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_juser_ouser_map`
--
LOCK TABLES `jos7e_mijoshop_juser_ouser_map` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_juser_ouser_map` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_juser_ouser_map` VALUES (814,1);
/*!40000 ALTER TABLE `jos7e_mijoshop_juser_ouser_map` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_language`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_language`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_language` (
`language_id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(32) NOT NULL,
`code` varchar(5) NOT NULL,
`locale` varchar(255) NOT NULL,
`image` varchar(64) NOT NULL,
`directory` varchar(32) NOT NULL,
`filename` varchar(64) NOT NULL DEFAULT '',
`sort_order` int(3) NOT NULL DEFAULT 0,
`status` tinyint(1) NOT NULL,
PRIMARY KEY (`language_id`),
KEY `name` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_language`
--
LOCK TABLES `jos7e_mijoshop_language` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_language` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_language` VALUES (1,'English','en','en_US.UTF-8,en_US,en-gb,english','en.gif','english','english',1,1);
/*!40000 ALTER TABLE `jos7e_mijoshop_language` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_layout`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_layout`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_layout` (
`layout_id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(64) NOT NULL,
PRIMARY KEY (`layout_id`)
) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_layout`
--
LOCK TABLES `jos7e_mijoshop_layout` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_layout` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_layout` VALUES (1,'Home'),(2,'Product'),(3,'Category'),(4,'Default'),(5,'Manufacturer'),(6,'Account'),(7,'Checkout'),(8,'Contact'),(9,'Sitemap'),(10,'Affiliate'),(11,'Information'),(12,'Compare'),(13,'Search'),(14,'Joomla Module');
/*!40000 ALTER TABLE `jos7e_mijoshop_layout` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_layout_module`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_layout_module`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_layout_module` (
`layout_module_id` int(11) NOT NULL AUTO_INCREMENT,
`layout_id` int(11) NOT NULL,
`code` varchar(64) NOT NULL,
`position` varchar(14) NOT NULL,
`sort_order` int(3) NOT NULL,
PRIMARY KEY (`layout_module_id`)
) ENGINE=MyISAM AUTO_INCREMENT=69 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_layout_module`
--
LOCK TABLES `jos7e_mijoshop_layout_module` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_layout_module` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_layout_module` VALUES (2,4,'0','content_top',0),(3,4,'0','content_top',1),(20,5,'0','column_left',2),(67,1,'carousel.29','content_top',3),(65,1,'featured.28','content_top',2),(68,1,'miwi_categoryhome.27','content_top',1);
/*!40000 ALTER TABLE `jos7e_mijoshop_layout_module` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_layout_route`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_layout_route`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_layout_route` (
`layout_route_id` int(11) NOT NULL AUTO_INCREMENT,
`layout_id` int(11) NOT NULL,
`store_id` int(11) NOT NULL,
`route` varchar(255) NOT NULL,
PRIMARY KEY (`layout_route_id`)
) ENGINE=MyISAM AUTO_INCREMENT=54 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_layout_route`
--
LOCK TABLES `jos7e_mijoshop_layout_route` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_layout_route` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_layout_route` VALUES (38,6,0,'account/%'),(17,10,0,'affiliate/%'),(44,3,0,'product/category'),(42,1,0,'common/home'),(20,2,0,'product/product'),(24,11,0,'information/information'),(23,7,0,'checkout/%'),(31,8,0,'information/contact'),(32,9,0,'information/sitemap'),(34,4,0,''),(45,5,0,'product/manufacturer'),(52,12,0,'product/compare'),(53,13,0,'product/search');
/*!40000 ALTER TABLE `jos7e_mijoshop_layout_route` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_length_class`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_length_class`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_length_class` (
`length_class_id` int(11) NOT NULL AUTO_INCREMENT,
`value` decimal(15,8) NOT NULL,
PRIMARY KEY (`length_class_id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_length_class`
--
LOCK TABLES `jos7e_mijoshop_length_class` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_length_class` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_length_class` VALUES (1,1.00000000),(2,10.00000000),(3,0.39370000);
/*!40000 ALTER TABLE `jos7e_mijoshop_length_class` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_length_class_description`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_length_class_description`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_length_class_description` (
`length_class_id` int(11) NOT NULL AUTO_INCREMENT,
`language_id` int(11) NOT NULL,
`title` varchar(32) NOT NULL,
`unit` varchar(4) NOT NULL,
PRIMARY KEY (`length_class_id`,`language_id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_length_class_description`
--
LOCK TABLES `jos7e_mijoshop_length_class_description` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_length_class_description` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_length_class_description` VALUES (1,1,'Centimeter','cm'),(2,1,'Millimeter','mm'),(3,1,'Inch','in');
/*!40000 ALTER TABLE `jos7e_mijoshop_length_class_description` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_location`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_location`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_location` (
`location_id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(32) NOT NULL,
`address` text NOT NULL,
`telephone` varchar(32) NOT NULL,
`fax` varchar(32) NOT NULL,
`geocode` varchar(32) NOT NULL,
`image` varchar(255) DEFAULT NULL,
`open` text NOT NULL,
`comment` text NOT NULL,
PRIMARY KEY (`location_id`),
KEY `name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_location`
--
LOCK TABLES `jos7e_mijoshop_location` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_location` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_location` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_manufacturer`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_manufacturer`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_manufacturer` (
`manufacturer_id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(64) NOT NULL,
`image` varchar(255) DEFAULT NULL,
`sort_order` int(3) NOT NULL,
PRIMARY KEY (`manufacturer_id`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_manufacturer`
--
LOCK TABLES `jos7e_mijoshop_manufacturer` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_manufacturer` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_manufacturer` VALUES (8,'Apple','catalog/demo/apple_logo.jpg',0),(9,'Canon','catalog/demo/canon_logo.jpg',0);
/*!40000 ALTER TABLE `jos7e_mijoshop_manufacturer` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_manufacturer_to_store`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_manufacturer_to_store`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_manufacturer_to_store` (
`manufacturer_id` int(11) NOT NULL,
`store_id` int(11) NOT NULL,
PRIMARY KEY (`manufacturer_id`,`store_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_manufacturer_to_store`
--
LOCK TABLES `jos7e_mijoshop_manufacturer_to_store` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_manufacturer_to_store` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_manufacturer_to_store` VALUES (8,0),(9,0);
/*!40000 ALTER TABLE `jos7e_mijoshop_manufacturer_to_store` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_marketing`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_marketing`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_marketing` (
`marketing_id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(32) NOT NULL,
`description` text NOT NULL,
`code` varchar(64) NOT NULL,
`clicks` int(5) NOT NULL DEFAULT 0,
`date_added` datetime NOT NULL,
PRIMARY KEY (`marketing_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_marketing`
--
LOCK TABLES `jos7e_mijoshop_marketing` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_marketing` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_marketing` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_modification`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_modification`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_modification` (
`modification_id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(64) NOT NULL,
`code` varchar(64) NOT NULL,
`author` varchar(64) NOT NULL,
`version` varchar(32) NOT NULL,
`link` varchar(255) NOT NULL,
`xml` text NOT NULL,
`status` tinyint(1) NOT NULL,
`date_added` datetime NOT NULL,
PRIMARY KEY (`modification_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_modification`
--
LOCK TABLES `jos7e_mijoshop_modification` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_modification` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_modification` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_module`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_module`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_module` (
`module_id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(64) NOT NULL,
`code` varchar(32) NOT NULL,
`setting` text NOT NULL,
PRIMARY KEY (`module_id`)
) ENGINE=MyISAM AUTO_INCREMENT=30 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_module`
--
LOCK TABLES `jos7e_mijoshop_module` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_module` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_module` VALUES (29,'Home Page','carousel','a:5:{s:4:\"name\";s:20:\"Carousel - Home Page\";s:9:\"banner_id\";s:1:\"8\";s:5:\"width\";s:3:\"130\";s:6:\"height\";s:3:\"100\";s:6:\"status\";s:1:\"1\";}'),(28,'Home Page','featured','a:6:{s:4:\"name\";s:20:\"Featured - Home Page\";s:7:\"product\";a:4:{i:0;s:2:\"30\";i:1;s:2:\"31\";i:2;s:2:\"32\";i:3;s:2:\"33\";}s:5:\"limit\";s:1:\"4\";s:5:\"width\";s:3:\"200\";s:6:\"height\";s:3:\"200\";s:6:\"status\";s:1:\"1\";}'),(27,'Home Page','miwi_categoryhome','a:6:{s:4:\"name\";s:9:\"Home Page\";s:11:\"category_id\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:6:\"button\";s:4:\"save\";s:6:\"option\";s:12:\"com_mijoshop\";s:17:\"mijoshop_store_id\";s:1:\"0\";}');
/*!40000 ALTER TABLE `jos7e_mijoshop_module` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_option`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_option`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_option` (
`option_id` int(11) NOT NULL AUTO_INCREMENT,
`type` varchar(32) NOT NULL,
`sort_order` int(3) NOT NULL,
PRIMARY KEY (`option_id`)
) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_option`
--
LOCK TABLES `jos7e_mijoshop_option` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_option` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_option` VALUES (1,'radio',1),(2,'checkbox',2),(4,'text',3),(5,'select',4),(6,'textarea',5),(7,'file',6),(8,'date',7),(9,'time',8),(10,'datetime',9),(11,'select',10),(12,'date',11);
/*!40000 ALTER TABLE `jos7e_mijoshop_option` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_option_description`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_option_description`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_option_description` (
`option_id` int(11) NOT NULL,
`language_id` int(11) NOT NULL,
`name` varchar(128) NOT NULL,
PRIMARY KEY (`option_id`,`language_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_option_description`
--
LOCK TABLES `jos7e_mijoshop_option_description` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_option_description` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_option_description` VALUES (1,1,'Radio'),(2,1,'Checkbox'),(4,1,'Text'),(6,1,'Textarea'),(8,1,'Date'),(7,1,'File'),(5,1,'Select'),(9,1,'Time'),(10,1,'Date & Time'),(12,1,'Delivery Date'),(11,1,'Size');
/*!40000 ALTER TABLE `jos7e_mijoshop_option_description` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_option_value`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_option_value`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_option_value` (
`option_value_id` int(11) NOT NULL AUTO_INCREMENT,
`option_id` int(11) NOT NULL,
`image` varchar(255) NOT NULL,
`sort_order` int(3) NOT NULL,
PRIMARY KEY (`option_value_id`)
) ENGINE=MyISAM AUTO_INCREMENT=49 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_option_value`
--
LOCK TABLES `jos7e_mijoshop_option_value` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_option_value` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_option_value` VALUES (43,1,'',3),(32,1,'',1),(45,2,'',4),(44,2,'',3),(42,5,'',4),(41,5,'',3),(39,5,'',1),(40,5,'',2),(31,1,'',2),(23,2,'',1),(24,2,'',2),(46,11,'',1),(47,11,'',2),(48,11,'',3);
/*!40000 ALTER TABLE `jos7e_mijoshop_option_value` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_option_value_description`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_option_value_description`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_option_value_description` (
`option_value_id` int(11) NOT NULL,
`language_id` int(11) NOT NULL,
`option_id` int(11) NOT NULL,
`name` varchar(128) NOT NULL,
PRIMARY KEY (`option_value_id`,`language_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_option_value_description`
--
LOCK TABLES `jos7e_mijoshop_option_value_description` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_option_value_description` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_option_value_description` VALUES (43,1,1,'Large'),(32,1,1,'Small'),(45,1,2,'Checkbox 4'),(44,1,2,'Checkbox 3'),(31,1,1,'Medium'),(42,1,5,'Yellow'),(41,1,5,'Green'),(39,1,5,'Red'),(40,1,5,'Blue'),(23,1,2,'Checkbox 1'),(24,1,2,'Checkbox 2'),(48,1,11,'Large'),(47,1,11,'Medium'),(46,1,11,'Small');
/*!40000 ALTER TABLE `jos7e_mijoshop_option_value_description` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_order`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_order`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_order` (
`order_id` int(11) NOT NULL AUTO_INCREMENT,
`invoice_no` int(11) NOT NULL DEFAULT 0,
`invoice_prefix` varchar(26) NOT NULL,
`store_id` int(11) NOT NULL DEFAULT 0,
`store_name` varchar(64) NOT NULL,
`store_url` varchar(255) NOT NULL,
`customer_id` int(11) NOT NULL DEFAULT 0,
`customer_group_id` int(11) NOT NULL DEFAULT 0,
`firstname` varchar(32) NOT NULL,
`lastname` varchar(32) NOT NULL,
`email` varchar(96) NOT NULL,
`telephone` varchar(32) NOT NULL,
`fax` varchar(32) NOT NULL,
`custom_field` text NOT NULL,
`payment_firstname` varchar(32) NOT NULL,
`payment_lastname` varchar(32) NOT NULL,
`payment_company` varchar(40) NOT NULL,
`payment_address_1` varchar(128) NOT NULL,
`payment_address_2` varchar(128) NOT NULL,
`payment_city` varchar(128) NOT NULL,
`payment_postcode` varchar(10) NOT NULL,
`payment_country` varchar(128) NOT NULL,
`payment_country_id` int(11) NOT NULL,
`payment_zone` varchar(128) NOT NULL,
`payment_zone_id` int(11) NOT NULL,
`payment_address_format` text NOT NULL,
`payment_custom_field` text NOT NULL,
`payment_method` varchar(128) NOT NULL,
`payment_code` varchar(128) NOT NULL,
`shipping_firstname` varchar(32) NOT NULL,
`shipping_lastname` varchar(32) NOT NULL,
`shipping_company` varchar(40) NOT NULL,
`shipping_address_1` varchar(128) NOT NULL,
`shipping_address_2` varchar(128) NOT NULL,
`shipping_city` varchar(128) NOT NULL,
`shipping_postcode` varchar(10) NOT NULL,
`shipping_country` varchar(128) NOT NULL,
`shipping_country_id` int(11) NOT NULL,
`shipping_zone` varchar(128) NOT NULL,
`shipping_zone_id` int(11) NOT NULL,
`shipping_address_format` text NOT NULL,
`shipping_custom_field` text NOT NULL,
`shipping_method` varchar(128) NOT NULL,
`shipping_code` varchar(128) NOT NULL,
`comment` text NOT NULL,
`total` decimal(15,4) NOT NULL DEFAULT 0.0000,
`order_status_id` int(11) NOT NULL DEFAULT 0,
`affiliate_id` int(11) NOT NULL,
`commission` decimal(15,4) NOT NULL,
`marketing_id` int(11) NOT NULL,
`tracking` varchar(64) NOT NULL,
`language_id` int(11) NOT NULL,
`currency_id` int(11) NOT NULL,
`currency_code` varchar(3) NOT NULL,
`currency_value` decimal(15,8) NOT NULL DEFAULT 1.00000000,
`ip` varchar(40) NOT NULL,
`forwarded_ip` varchar(40) NOT NULL,
`user_agent` varchar(255) NOT NULL,
`accept_language` varchar(255) NOT NULL,
`date_added` datetime NOT NULL,
`date_modified` datetime NOT NULL,
PRIMARY KEY (`order_id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_order`
--
LOCK TABLES `jos7e_mijoshop_order` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_order` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_order` VALUES (1,0,'INV-2016-00',0,'OSCASA','http://oscasa.com/new/',2,1,'Peter','Shaw','peter@insidesa.co.za','0215564289','','b:0;','Peter','Shaw','','2 Gaiety Ave','','Johannesburg','2194','South Africa',193,'Gauteng',2963,'','b:0;','Bank Transfer','bank_transfer','','','','','','','','',0,'',0,'','a:0:{}','','','',595.0000,7,0,0.0000,0,'',1,2,'USD',1.00000000,'105.225.62.24','','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','en-US,en;q=0.5','2016-03-03 16:21:43','2016-03-03 16:22:07'),(2,0,'INV-2016-00',0,'OSCASA','http://www.oscasa.com/',4,1,'Millicent','Lulama Letsoalo','letsoalolm@gmail.com','0817512862','0866911197','b:0;','Millicent Lulama','Letsoalo','Leago and Friends on TV ','55 Nqolase Street Atteridgeville','','Tshwane','0008','South Africa',193,'Gauteng',2963,'','b:0;','Bank Transfer','bank_transfer','','','','','','','','',0,'',0,'','a:0:{}','','','',595.0000,7,0,0.0000,0,'',1,4,'ZAR',1.00000000,'41.146.15.81','','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','en-US,en;q=0.8','2016-03-21 09:35:47','2016-03-21 09:36:02'),(3,0,'INV-2016-00',0,'OSCASA','http://oscasa.com/',8,1,'Dustin','Maree','Dustin@hotpencil.com','0735764963','','b:0;','Dustin','Maree','Hot pencil','35 Wesley road, 10 Canterbury studios , gardens ','','Cape Town ','8001','South Africa',193,'Western Cape',2969,'','b:0;','Bank Transfer','bank_transfer','','','','','','','','',0,'',0,'','a:0:{}','','','',595.0000,0,0,0.0000,0,'',1,4,'ZAR',1.00000000,'105.9.3.55','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_2_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13D15 Safari/601.1','en-us','2016-03-23 18:24:27','2016-03-23 18:24:27'),(4,0,'INV-2016-00',0,'OSCASA','http://oscasa.com/',0,1,'Derek','Serra','info@centralcastings.co.za','0214261665','0214249404','a:0:{}','Derek','Serra','Central Castings','3 Faure Street, Gardens','Gardens','Cape Town','8001','South Africa',193,'Western Cape',2969,'','a:0:{}','Bank Transfer','bank_transfer','','','','','','','','',0,'',0,'','a:0:{}','','','',595.0000,7,0,0.0000,0,'',1,4,'ZAR',1.00000000,'41.132.47.99','','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0','en-US,en;q=0.5','2016-11-10 09:06:23','2016-11-10 09:07:11');
/*!40000 ALTER TABLE `jos7e_mijoshop_order` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_order_custom_field`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_order_custom_field`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_order_custom_field` (
`order_custom_field_id` int(11) NOT NULL AUTO_INCREMENT,
`order_id` int(11) NOT NULL,
`custom_field_id` int(11) NOT NULL,
`custom_field_value_id` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
`value` text NOT NULL,
`type` varchar(32) NOT NULL,
`location` varchar(16) NOT NULL,
PRIMARY KEY (`order_custom_field_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_order_custom_field`
--
LOCK TABLES `jos7e_mijoshop_order_custom_field` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_order_custom_field` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_order_custom_field` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_order_fraud`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_order_fraud`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_order_fraud` (
`order_id` int(11) NOT NULL,
`customer_id` int(11) NOT NULL,
`country_match` varchar(3) NOT NULL,
`country_code` varchar(2) NOT NULL,
`high_risk_country` varchar(3) NOT NULL,
`distance` int(11) NOT NULL,
`ip_region` varchar(255) NOT NULL,
`ip_city` varchar(255) NOT NULL,
`ip_latitude` decimal(10,6) NOT NULL,
`ip_longitude` decimal(10,6) NOT NULL,
`ip_isp` varchar(255) NOT NULL,
`ip_org` varchar(255) NOT NULL,
`ip_asnum` int(11) NOT NULL,
`ip_user_type` varchar(255) NOT NULL,
`ip_country_confidence` varchar(3) NOT NULL,
`ip_region_confidence` varchar(3) NOT NULL,
`ip_city_confidence` varchar(3) NOT NULL,
`ip_postal_confidence` varchar(3) NOT NULL,
`ip_postal_code` varchar(10) NOT NULL,
`ip_accuracy_radius` int(11) NOT NULL,
`ip_net_speed_cell` varchar(255) NOT NULL,
`ip_metro_code` int(3) NOT NULL,
`ip_area_code` int(3) NOT NULL,
`ip_time_zone` varchar(255) NOT NULL,
`ip_region_name` varchar(255) NOT NULL,
`ip_domain` varchar(255) NOT NULL,
`ip_country_name` varchar(255) NOT NULL,
`ip_continent_code` varchar(2) NOT NULL,
`ip_corporate_proxy` varchar(3) NOT NULL,
`anonymous_proxy` varchar(3) NOT NULL,
`proxy_score` int(3) NOT NULL,
`is_trans_proxy` varchar(3) NOT NULL,
`free_mail` varchar(3) NOT NULL,
`carder_email` varchar(3) NOT NULL,
`high_risk_username` varchar(3) NOT NULL,
`high_risk_password` varchar(3) NOT NULL,
`bin_match` varchar(10) NOT NULL,
`bin_country` varchar(2) NOT NULL,
`bin_name_match` varchar(3) NOT NULL,
`bin_name` varchar(255) NOT NULL,
`bin_phone_match` varchar(3) NOT NULL,
`bin_phone` varchar(32) NOT NULL,
`customer_phone_in_billing_location` varchar(8) NOT NULL,
`ship_forward` varchar(3) NOT NULL,
`city_postal_match` varchar(3) NOT NULL,
`ship_city_postal_match` varchar(3) NOT NULL,
`score` decimal(10,5) NOT NULL,
`explanation` text NOT NULL,
`risk_score` decimal(10,5) NOT NULL,
`queries_remaining` int(11) NOT NULL,
`maxmind_id` varchar(8) NOT NULL,
`error` text NOT NULL,
`date_added` datetime NOT NULL,
PRIMARY KEY (`order_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_order_fraud`
--
LOCK TABLES `jos7e_mijoshop_order_fraud` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_order_fraud` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_order_fraud` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_order_history`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_order_history`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_order_history` (
`order_history_id` int(11) NOT NULL AUTO_INCREMENT,
`order_id` int(11) NOT NULL,
`order_status_id` int(5) NOT NULL,
`notify` tinyint(1) NOT NULL DEFAULT 0,
`comment` text NOT NULL,
`date_added` datetime NOT NULL,
PRIMARY KEY (`order_history_id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_order_history`
--
LOCK TABLES `jos7e_mijoshop_order_history` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_order_history` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_order_history` VALUES (1,1,7,1,'Bank Transfer Instructions\n\nNedbank, Parklands\r\nA/C 2207 017 869\r\nBank Code 198765\r\nSavings account\r\n\n\nYour order will not ship until we receive payment.','2016-03-03 16:22:07'),(2,2,7,1,'Bank Transfer Instructions\n\nNedbank, Parklands\r\nA/C 2207 017 869\r\nBank Code 198765\r\nSavings account\r\n\n\nYour order will not ship until we receive payment.','2016-03-21 09:36:02'),(3,4,7,1,'Bank Transfer Instructions\n\nNedbank, Parklands\r\nA/C 2207 017 869\r\nBank Code 198765\r\nSavings account\r\n\n\nYour order will not ship until we receive payment.','2016-11-10 09:07:11');
/*!40000 ALTER TABLE `jos7e_mijoshop_order_history` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_order_option`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_order_option`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_order_option` (
`order_option_id` int(11) NOT NULL AUTO_INCREMENT,
`order_id` int(11) NOT NULL,
`order_product_id` int(11) NOT NULL,
`product_option_id` int(11) NOT NULL,
`product_option_value_id` int(11) NOT NULL DEFAULT 0,
`name` varchar(255) NOT NULL,
`value` text NOT NULL,
`type` varchar(32) NOT NULL,
PRIMARY KEY (`order_option_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_order_option`
--
LOCK TABLES `jos7e_mijoshop_order_option` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_order_option` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_order_option` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_order_product`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_order_product`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_order_product` (
`order_product_id` int(11) NOT NULL AUTO_INCREMENT,
`order_id` int(11) NOT NULL,
`product_id` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
`model` varchar(64) NOT NULL,
`quantity` int(4) NOT NULL,
`price` decimal(15,4) NOT NULL DEFAULT 0.0000,
`total` decimal(15,4) NOT NULL DEFAULT 0.0000,
`tax` decimal(15,4) NOT NULL DEFAULT 0.0000,
`reward` int(8) NOT NULL,
PRIMARY KEY (`order_product_id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_order_product`
--
LOCK TABLES `jos7e_mijoshop_order_product` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_order_product` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_order_product` VALUES (1,1,34,'OSCA-SA Agency Annual Subscription','OSCA - AA',1,595.0000,595.0000,0.0000,0),(2,2,34,'OSCASA Agency Annual Subscription','OSCA - AA',1,595.0000,595.0000,0.0000,0),(3,3,34,'OSCASA Agency Annual Subscription','OSCA - AA',1,595.0000,595.0000,0.0000,0),(4,4,34,'OSCASA Agency Annual Subscription','OSCA - AA',1,595.0000,595.0000,0.0000,0);
/*!40000 ALTER TABLE `jos7e_mijoshop_order_product` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_order_recurring`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_order_recurring`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_order_recurring` (
`order_recurring_id` int(11) NOT NULL AUTO_INCREMENT,
`order_id` int(11) NOT NULL,
`reference` varchar(255) NOT NULL,
`product_id` int(11) NOT NULL,
`product_name` varchar(255) NOT NULL,
`product_quantity` int(11) NOT NULL,
`recurring_id` int(11) NOT NULL,
`recurring_name` varchar(255) NOT NULL,
`recurring_description` varchar(255) NOT NULL,
`recurring_frequency` varchar(25) NOT NULL,
`recurring_cycle` smallint(6) NOT NULL,
`recurring_duration` smallint(6) NOT NULL,
`recurring_price` decimal(10,4) NOT NULL,
`trial` tinyint(1) NOT NULL,
`trial_frequency` varchar(25) NOT NULL,
`trial_cycle` smallint(6) NOT NULL,
`trial_duration` smallint(6) NOT NULL,
`trial_price` decimal(10,4) NOT NULL,
`status` tinyint(4) NOT NULL,
`date_added` datetime NOT NULL,
PRIMARY KEY (`order_recurring_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_order_recurring`
--
LOCK TABLES `jos7e_mijoshop_order_recurring` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_order_recurring` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_order_recurring` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_order_recurring_transaction`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_order_recurring_transaction`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_order_recurring_transaction` (
`order_recurring_transaction_id` int(11) NOT NULL AUTO_INCREMENT,
`order_recurring_id` int(11) NOT NULL,
`reference` varchar(255) NOT NULL,
`type` varchar(255) NOT NULL,
`amount` decimal(10,4) NOT NULL,
`date_added` datetime NOT NULL,
PRIMARY KEY (`order_recurring_transaction_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_order_recurring_transaction`
--
LOCK TABLES `jos7e_mijoshop_order_recurring_transaction` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_order_recurring_transaction` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_order_recurring_transaction` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_order_status`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_order_status`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_order_status` (
`order_status_id` int(11) NOT NULL AUTO_INCREMENT,
`language_id` int(11) NOT NULL,
`name` varchar(32) NOT NULL,
PRIMARY KEY (`order_status_id`,`language_id`)
) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_order_status`
--
LOCK TABLES `jos7e_mijoshop_order_status` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_order_status` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_order_status` VALUES (2,1,'Processing'),(3,1,'Shipped'),(7,1,'Canceled'),(5,1,'Complete'),(8,1,'Denied'),(9,1,'Canceled Reversal'),(10,1,'Failed'),(11,1,'Refunded'),(12,1,'Reversed'),(13,1,'Chargeback'),(1,1,'Pending'),(16,1,'Voided'),(15,1,'Processed'),(14,1,'Expired');
/*!40000 ALTER TABLE `jos7e_mijoshop_order_status` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_order_total`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_order_total`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_order_total` (
`order_total_id` int(10) NOT NULL AUTO_INCREMENT,
`order_id` int(11) NOT NULL,
`code` varchar(32) NOT NULL,
`title` varchar(255) NOT NULL,
`value` decimal(15,4) NOT NULL DEFAULT 0.0000,
`sort_order` int(3) NOT NULL,
PRIMARY KEY (`order_total_id`),
KEY `order_id` (`order_id`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_order_total`
--
LOCK TABLES `jos7e_mijoshop_order_total` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_order_total` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_order_total` VALUES (1,1,'sub_total','Sub-Total',595.0000,1),(2,1,'total','Total',595.0000,9),(3,2,'sub_total','Sub-Total',595.0000,1),(4,2,'total','Total',595.0000,9),(5,3,'sub_total','Sub-Total',595.0000,1),(6,3,'total','Total',595.0000,9),(7,4,'sub_total','Sub-Total',595.0000,1),(8,4,'total','Total',595.0000,9);
/*!40000 ALTER TABLE `jos7e_mijoshop_order_total` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_order_voucher`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_order_voucher`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_order_voucher` (
`order_voucher_id` int(11) NOT NULL AUTO_INCREMENT,
`order_id` int(11) NOT NULL,
`voucher_id` int(11) NOT NULL,
`description` varchar(255) NOT NULL,
`code` varchar(10) NOT NULL,
`from_name` varchar(64) NOT NULL,
`from_email` varchar(96) NOT NULL,
`to_name` varchar(64) NOT NULL,
`to_email` varchar(96) NOT NULL,
`voucher_theme_id` int(11) NOT NULL,
`message` text NOT NULL,
`amount` decimal(15,4) NOT NULL,
PRIMARY KEY (`order_voucher_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_order_voucher`
--
LOCK TABLES `jos7e_mijoshop_order_voucher` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_order_voucher` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_order_voucher` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_product`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_product`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_product` (
`product_id` int(11) NOT NULL AUTO_INCREMENT,
`model` varchar(64) NOT NULL,
`sku` varchar(64) NOT NULL,
`upc` varchar(12) NOT NULL,
`ean` varchar(14) NOT NULL,
`jan` varchar(13) NOT NULL,
`isbn` varchar(17) NOT NULL,
`mpn` varchar(64) NOT NULL,
`location` varchar(128) NOT NULL,
`quantity` int(4) NOT NULL DEFAULT 0,
`stock_status_id` int(11) NOT NULL,
`image` varchar(255) DEFAULT NULL,
`manufacturer_id` int(11) NOT NULL,
`shipping` tinyint(1) NOT NULL DEFAULT 1,
`price` decimal(15,4) NOT NULL DEFAULT 0.0000,
`points` int(8) NOT NULL DEFAULT 0,
`tax_class_id` int(11) NOT NULL,
`date_available` date NOT NULL DEFAULT '0000-00-00',
`weight` decimal(15,8) NOT NULL DEFAULT 0.00000000,
`weight_class_id` int(11) NOT NULL DEFAULT 0,
`length` decimal(15,8) NOT NULL DEFAULT 0.00000000,
`width` decimal(15,8) NOT NULL DEFAULT 0.00000000,
`height` decimal(15,8) NOT NULL DEFAULT 0.00000000,
`length_class_id` int(11) NOT NULL DEFAULT 0,
`subtract` tinyint(1) NOT NULL DEFAULT 1,
`minimum` int(11) NOT NULL DEFAULT 1,
`sort_order` int(11) NOT NULL DEFAULT 0,
`status` tinyint(1) NOT NULL DEFAULT 0,
`viewed` int(5) NOT NULL DEFAULT 0,
`date_added` datetime NOT NULL,
`date_modified` datetime NOT NULL,
PRIMARY KEY (`product_id`)
) ENGINE=MyISAM AUTO_INCREMENT=35 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_product`
--
LOCK TABLES `jos7e_mijoshop_product` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_product` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_product` VALUES (34,'OSCA - AA','osca-aa','','','','','','South Africa',100,6,'catalog/agency-annual-sub.jpg',0,0,595.0000,0,0,'2016-03-02',0.00000000,1,0.00000000,0.00000000,0.00000000,1,1,1,1,1,756,'2016-03-02 16:00:09','2016-03-09 09:31:39');
/*!40000 ALTER TABLE `jos7e_mijoshop_product` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_product_attribute`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_product_attribute`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_product_attribute` (
`product_id` int(11) NOT NULL,
`attribute_id` int(11) NOT NULL,
`language_id` int(11) NOT NULL,
`text` text NOT NULL,
PRIMARY KEY (`product_id`,`attribute_id`,`language_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_product_attribute`
--
LOCK TABLES `jos7e_mijoshop_product_attribute` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_product_attribute` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_product_attribute` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_product_description`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_product_description`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_product_description` (
`product_id` int(11) NOT NULL,
`language_id` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
`description` text NOT NULL,
`tag` text NOT NULL,
`meta_title` varchar(255) NOT NULL,
`meta_description` varchar(255) NOT NULL,
`meta_keyword` varchar(255) NOT NULL,
PRIMARY KEY (`product_id`,`language_id`),
KEY `name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_product_description`
--
LOCK TABLES `jos7e_mijoshop_product_description` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_product_description` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_product_description` VALUES (34,1,'OSCASA Agency Annual Subscription','<p>This is an Annual AGENCY Subscription to OSCASA providing legal and information, support and documentation on the activation of \'Character Talent\' in the casting industry.</p>\r\n<p>OSCASA maintains a website and sends regular newsletters to Members in its efforts to maintain employment standards on behalf of characters in the casting industry. OSCASA members are both Agencies and Individuals.&nbsp;</p>','','OSCA-SA Agency Annual Subscription','','');
/*!40000 ALTER TABLE `jos7e_mijoshop_product_description` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_product_discount`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_product_discount`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_product_discount` (
`product_discount_id` int(11) NOT NULL AUTO_INCREMENT,
`product_id` int(11) NOT NULL,
`customer_group_id` int(11) NOT NULL,
`quantity` int(4) NOT NULL DEFAULT 0,
`priority` int(5) NOT NULL DEFAULT 1,
`price` decimal(15,4) NOT NULL DEFAULT 0.0000,
`date_start` date NOT NULL DEFAULT '0000-00-00',
`date_end` date NOT NULL DEFAULT '0000-00-00',
PRIMARY KEY (`product_discount_id`),
KEY `product_id` (`product_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_product_discount`
--
LOCK TABLES `jos7e_mijoshop_product_discount` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_product_discount` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_product_discount` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_product_filter`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_product_filter`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_product_filter` (
`product_id` int(11) NOT NULL,
`filter_id` int(11) NOT NULL,
PRIMARY KEY (`product_id`,`filter_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_product_filter`
--
LOCK TABLES `jos7e_mijoshop_product_filter` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_product_filter` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_product_filter` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_product_image`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_product_image`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_product_image` (
`product_image_id` int(11) NOT NULL AUTO_INCREMENT,
`product_id` int(11) NOT NULL,
`image` varchar(255) DEFAULT NULL,
`sort_order` int(3) NOT NULL DEFAULT 0,
PRIMARY KEY (`product_image_id`),
KEY `product_id` (`product_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2347 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_product_image`
--
LOCK TABLES `jos7e_mijoshop_product_image` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_product_image` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_product_image` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_product_option`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_product_option`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_product_option` (
`product_option_id` int(11) NOT NULL AUTO_INCREMENT,
`product_id` int(11) NOT NULL,
`option_id` int(11) NOT NULL,
`value` text NOT NULL,
`required` tinyint(1) NOT NULL,
PRIMARY KEY (`product_option_id`)
) ENGINE=MyISAM AUTO_INCREMENT=227 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_product_option`
--
LOCK TABLES `jos7e_mijoshop_product_option` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_product_option` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_product_option` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_product_option_value`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_product_option_value`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_product_option_value` (
`product_option_value_id` int(11) NOT NULL AUTO_INCREMENT,
`product_option_id` int(11) NOT NULL,
`product_id` int(11) NOT NULL,
`option_id` int(11) NOT NULL,
`option_value_id` int(11) NOT NULL,
`quantity` int(3) NOT NULL,
`subtract` tinyint(1) NOT NULL,
`price` decimal(15,4) NOT NULL,
`price_prefix` varchar(1) NOT NULL,
`points` int(8) NOT NULL,
`points_prefix` varchar(1) NOT NULL,
`weight` decimal(15,8) NOT NULL,
`weight_prefix` varchar(1) NOT NULL,
PRIMARY KEY (`product_option_value_id`)
) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_product_option_value`
--
LOCK TABLES `jos7e_mijoshop_product_option_value` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_product_option_value` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_product_option_value` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_product_recurring`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_product_recurring`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_product_recurring` (
`product_id` int(11) NOT NULL,
`recurring_id` int(11) NOT NULL,
`customer_group_id` int(11) NOT NULL,
PRIMARY KEY (`product_id`,`recurring_id`,`customer_group_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_product_recurring`
--
LOCK TABLES `jos7e_mijoshop_product_recurring` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_product_recurring` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_product_recurring` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_product_related`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_product_related`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_product_related` (
`product_id` int(11) NOT NULL,
`related_id` int(11) NOT NULL,
PRIMARY KEY (`product_id`,`related_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_product_related`
--
LOCK TABLES `jos7e_mijoshop_product_related` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_product_related` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_product_related` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_product_reward`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_product_reward`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_product_reward` (
`product_reward_id` int(11) NOT NULL AUTO_INCREMENT,
`product_id` int(11) NOT NULL DEFAULT 0,
`customer_group_id` int(11) NOT NULL DEFAULT 0,
`points` int(8) NOT NULL DEFAULT 0,
PRIMARY KEY (`product_reward_id`)
) ENGINE=MyISAM AUTO_INCREMENT=552 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_product_reward`
--
LOCK TABLES `jos7e_mijoshop_product_reward` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_product_reward` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_product_reward` VALUES (551,34,1,0);
/*!40000 ALTER TABLE `jos7e_mijoshop_product_reward` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_product_special`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_product_special`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_product_special` (
`product_special_id` int(11) NOT NULL AUTO_INCREMENT,
`product_id` int(11) NOT NULL,
`customer_group_id` int(11) NOT NULL,
`priority` int(5) NOT NULL DEFAULT 1,
`price` decimal(15,4) NOT NULL DEFAULT 0.0000,
`date_start` date NOT NULL DEFAULT '0000-00-00',
`date_end` date NOT NULL DEFAULT '0000-00-00',
PRIMARY KEY (`product_special_id`),
KEY `product_id` (`product_id`)
) ENGINE=MyISAM AUTO_INCREMENT=440 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_product_special`
--
LOCK TABLES `jos7e_mijoshop_product_special` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_product_special` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_product_special` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_product_to_category`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_product_to_category`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_product_to_category` (
`product_id` int(11) NOT NULL,
`category_id` int(11) NOT NULL,
PRIMARY KEY (`product_id`,`category_id`),
KEY `category_id` (`category_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_product_to_category`
--
LOCK TABLES `jos7e_mijoshop_product_to_category` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_product_to_category` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_product_to_category` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_product_to_download`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_product_to_download`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_product_to_download` (
`product_id` int(11) NOT NULL,
`download_id` int(11) NOT NULL,
PRIMARY KEY (`product_id`,`download_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_product_to_download`
--
LOCK TABLES `jos7e_mijoshop_product_to_download` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_product_to_download` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_product_to_download` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_product_to_layout`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_product_to_layout`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_product_to_layout` (
`product_id` int(11) NOT NULL,
`store_id` int(11) NOT NULL,
`layout_id` int(11) NOT NULL,
PRIMARY KEY (`product_id`,`store_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_product_to_layout`
--
LOCK TABLES `jos7e_mijoshop_product_to_layout` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_product_to_layout` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_product_to_layout` VALUES (34,0,0);
/*!40000 ALTER TABLE `jos7e_mijoshop_product_to_layout` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_product_to_store`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_product_to_store`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_product_to_store` (
`product_id` int(11) NOT NULL,
`store_id` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`product_id`,`store_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_product_to_store`
--
LOCK TABLES `jos7e_mijoshop_product_to_store` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_product_to_store` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_product_to_store` VALUES (34,0);
/*!40000 ALTER TABLE `jos7e_mijoshop_product_to_store` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_recurring`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_recurring`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_recurring` (
`recurring_id` int(11) NOT NULL AUTO_INCREMENT,
`price` decimal(10,4) NOT NULL,
`frequency` enum('day','week','semi_month','month','year') NOT NULL,
`duration` int(10) unsigned NOT NULL,
`cycle` int(10) unsigned NOT NULL,
`trial_status` tinyint(4) NOT NULL,
`trial_price` decimal(10,4) NOT NULL,
`trial_frequency` enum('day','week','semi_month','month','year') NOT NULL,
`trial_duration` int(10) unsigned NOT NULL,
`trial_cycle` int(10) unsigned NOT NULL,
`status` tinyint(4) NOT NULL,
`sort_order` int(11) NOT NULL,
PRIMARY KEY (`recurring_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_recurring`
--
LOCK TABLES `jos7e_mijoshop_recurring` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_recurring` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_recurring` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_recurring_description`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_recurring_description`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_recurring_description` (
`recurring_id` int(11) NOT NULL,
`language_id` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
PRIMARY KEY (`recurring_id`,`language_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_recurring_description`
--
LOCK TABLES `jos7e_mijoshop_recurring_description` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_recurring_description` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_recurring_description` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_return`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_return`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_return` (
`return_id` int(11) NOT NULL AUTO_INCREMENT,
`order_id` int(11) NOT NULL,
`product_id` int(11) NOT NULL,
`customer_id` int(11) NOT NULL,
`firstname` varchar(32) NOT NULL,
`lastname` varchar(32) NOT NULL,
`email` varchar(96) NOT NULL,
`telephone` varchar(32) NOT NULL,
`product` varchar(255) NOT NULL,
`model` varchar(64) NOT NULL,
`quantity` int(4) NOT NULL,
`opened` tinyint(1) NOT NULL,
`return_reason_id` int(11) NOT NULL,
`return_action_id` int(11) NOT NULL,
`return_status_id` int(11) NOT NULL,
`comment` text DEFAULT NULL,
`date_ordered` date NOT NULL DEFAULT '0000-00-00',
`date_added` datetime NOT NULL,
`date_modified` datetime NOT NULL,
PRIMARY KEY (`return_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_return`
--
LOCK TABLES `jos7e_mijoshop_return` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_return` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_return` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_return_action`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_return_action`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_return_action` (
`return_action_id` int(11) NOT NULL AUTO_INCREMENT,
`language_id` int(11) NOT NULL DEFAULT 0,
`name` varchar(64) NOT NULL,
PRIMARY KEY (`return_action_id`,`language_id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_return_action`
--
LOCK TABLES `jos7e_mijoshop_return_action` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_return_action` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_return_action` VALUES (1,1,'Refunded'),(2,1,'Credit Issued'),(3,1,'Replacement Sent');
/*!40000 ALTER TABLE `jos7e_mijoshop_return_action` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_return_history`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_return_history`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_return_history` (
`return_history_id` int(11) NOT NULL AUTO_INCREMENT,
`return_id` int(11) NOT NULL,
`return_status_id` int(11) NOT NULL,
`notify` tinyint(1) NOT NULL,
`comment` text NOT NULL,
`date_added` datetime NOT NULL,
PRIMARY KEY (`return_history_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_return_history`
--
LOCK TABLES `jos7e_mijoshop_return_history` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_return_history` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_return_history` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_return_reason`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_return_reason`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_return_reason` (
`return_reason_id` int(11) NOT NULL AUTO_INCREMENT,
`language_id` int(11) NOT NULL DEFAULT 0,
`name` varchar(128) NOT NULL,
PRIMARY KEY (`return_reason_id`,`language_id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_return_reason`
--
LOCK TABLES `jos7e_mijoshop_return_reason` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_return_reason` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_return_reason` VALUES (1,1,'Dead On Arrival'),(2,1,'Received Wrong Item'),(3,1,'Order Error'),(4,1,'Faulty, please supply details'),(5,1,'Other, please supply details');
/*!40000 ALTER TABLE `jos7e_mijoshop_return_reason` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_return_status`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_return_status`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_return_status` (
`return_status_id` int(11) NOT NULL AUTO_INCREMENT,
`language_id` int(11) NOT NULL DEFAULT 0,
`name` varchar(32) NOT NULL,
PRIMARY KEY (`return_status_id`,`language_id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_return_status`
--
LOCK TABLES `jos7e_mijoshop_return_status` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_return_status` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_return_status` VALUES (1,1,'Pending'),(3,1,'Complete'),(2,1,'Awaiting Products');
/*!40000 ALTER TABLE `jos7e_mijoshop_return_status` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_review`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_review`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_review` (
`review_id` int(11) NOT NULL AUTO_INCREMENT,
`product_id` int(11) NOT NULL,
`customer_id` int(11) NOT NULL,
`author` varchar(64) NOT NULL,
`text` text NOT NULL,
`rating` int(1) NOT NULL,
`status` tinyint(1) NOT NULL DEFAULT 0,
`date_added` datetime NOT NULL,
`date_modified` datetime NOT NULL,
PRIMARY KEY (`review_id`),
KEY `product_id` (`product_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_review`
--
LOCK TABLES `jos7e_mijoshop_review` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_review` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_review` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_setting`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_setting`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_setting` (
`setting_id` int(11) NOT NULL AUTO_INCREMENT,
`store_id` int(11) NOT NULL DEFAULT 0,
`code` varchar(32) NOT NULL,
`key` varchar(64) NOT NULL,
`value` text NOT NULL,
`serialized` tinyint(1) NOT NULL,
PRIMARY KEY (`setting_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2030 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_setting`
--
LOCK TABLES `jos7e_mijoshop_setting` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_setting` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_setting` VALUES (1,0,'shipping','shipping_sort_order','3',0),(2,0,'sub_total','sub_total_sort_order','1',0),(3,0,'sub_total','sub_total_status','1',0),(4,0,'tax','tax_status','1',0),(5,0,'total','total_sort_order','9',0),(6,0,'total','total_status','1',0),(7,0,'tax','tax_sort_order','5',0),(8,0,'free_checkout','free_checkout_sort_order','1',0),(9,0,'cod','cod_sort_order','5',0),(10,0,'cod','cod_total','0.01',0),(11,0,'cod','cod_order_status_id','1',0),(12,0,'cod','cod_geo_zone_id','0',0),(13,0,'cod','cod_status','0',0),(14,0,'shipping','shipping_status','1',0),(15,0,'shipping','shipping_estimator','1',0),(27,0,'coupon','coupon_sort_order','4',0),(28,0,'coupon','coupon_status','1',0),(42,0,'credit','credit_sort_order','7',0),(43,0,'credit','credit_status','1',0),(53,0,'reward','reward_sort_order','2',0),(54,0,'reward','reward_status','1',0),(146,0,'category','category_status','1',0),(158,0,'account','account_status','1',0),(159,0,'affiliate','affiliate_status','1',0),(2027,0,'bank_transfer','bank_transfer_geo_zone_id','0',0),(2018,0,'config','config_encryption','87431d38e7edce36d5153707d4cd2bf9',0),(2019,0,'config','config_compression','0',0),(2020,0,'config','config_error_log','0',0),(2021,0,'config','config_error_filename','error.log',0),(2022,0,'config','config_google_analytics','',0),(2023,0,'config','config_mijoshop','a:19:{s:3:\"pid\";s:16:\"ZBb6zyUjARCm8MLs\";s:18:\"enable_vqmod_cache\";s:1:\"1\";s:11:\"show_header\";s:1:\"1\";s:11:\"show_footer\";s:1:\"1\";s:14:\"show_cats_menu\";s:1:\"0\";s:19:\"trigger_content_plg\";s:1:\"1\";s:12:\"fix_ie_cache\";s:1:\"0\";s:20:\"check_j_block_status\";s:1:\"1\";s:16:\"mijoshop_display\";s:1:\"1\";s:8:\"currency\";s:1:\"0\";s:12:\"show_contact\";s:1:\"0\";s:12:\"button_class\";s:0:\"\";s:8:\"comments\";s:1:\"0\";s:19:\"mijosef_integration\";s:1:\"1\";s:20:\"acymailling_register\";s:1:\"3\";s:20:\"acymailling_checkout\";s:1:\"2\";s:17:\"account_sync_done\";s:1:\"1\";s:15:\"alias_sync_done\";s:1:\"1\";s:6:\"wizard\";s:1:\"1\";}',1),(2017,0,'config','config_password','1',0),(2013,0,'config','config_file_max_size','300000',0),(2014,0,'config','config_file_ext_allowed','txt\r\npng\r\njpe\r\njpeg\r\njpg\r\ngif\r\nbmp\r\nico\r\ntiff\r\ntif\r\nsvg\r\nsvgz\r\nzip\r\nrar\r\nmsi\r\ncab\r\nmp3\r\nqt\r\nmov\r\npdf\r\npsd\r\nai\r\neps\r\nps\r\ndoc\r\nrtf\r\nxls\r\nppt\r\nodt\r\nods',0),(2015,0,'config','config_file_mime_allowed','text/plain\r\nimage/png\r\nimage/jpeg\r\nimage/gif\r\nimage/bmp\r\nimage/vnd.microsoft.icon\r\nimage/tiff\r\nimage/svg+xml\r\napplication/zip\r\napplication/x-rar-compressed\r\napplication/x-msdownload\r\napplication/vnd.ms-cab-compressed\r\naudio/mpeg\r\nvideo/quicktime\r\napplication/pdf\r\nimage/vnd.adobe.photoshop\r\napplication/postscript\r\napplication/msword\r\napplication/rtf\r\napplication/vnd.ms-excel\r\napplication/vnd.ms-powerpoint\r\napplication/vnd.oasis.opendocument.text\r\napplication/vnd.oasis.opendocument.spreadsheet',0),(2016,0,'config','config_maintenance','0',0),(2010,0,'config','config_secure','0',0),(2011,0,'config','config_shared','0',0),(2012,0,'config','config_robots','abot\r\ndbot\r\nebot\r\nhbot\r\nkbot\r\nlbot\r\nmbot\r\nnbot\r\nobot\r\npbot\r\nrbot\r\nsbot\r\ntbot\r\nvbot\r\nybot\r\nzbot\r\nbot.\r\nbot/\r\n_bot\r\n.bot\r\n/bot\r\n-bot\r\n:bot\r\n(bot\r\ncrawl\r\nslurp\r\nspider\r\nseek\r\naccoona\r\nacoon\r\nadressendeutschland\r\nah-ha.com\r\nahoy\r\naltavista\r\nananzi\r\nanthill\r\nappie\r\narachnophilia\r\narale\r\naraneo\r\naranha\r\narchitext\r\naretha\r\narks\r\nasterias\r\natlocal\r\natn\r\natomz\r\naugurfind\r\nbackrub\r\nbannana_bot\r\nbaypup\r\nbdfetch\r\nbig brother\r\nbiglotron\r\nbjaaland\r\nblackwidow\r\nblaiz\r\nblog\r\nblo.\r\nbloodhound\r\nboitho\r\nbooch\r\nbradley\r\nbutterfly\r\ncalif\r\ncassandra\r\nccubee\r\ncfetch\r\ncharlotte\r\nchurl\r\ncienciaficcion\r\ncmc\r\ncollective\r\ncomagent\r\ncombine\r\ncomputingsite\r\ncsci\r\ncurl\r\ncusco\r\ndaumoa\r\ndeepindex\r\ndelorie\r\ndepspid\r\ndeweb\r\ndie blinde kuh\r\ndigger\r\nditto\r\ndmoz\r\ndocomo\r\ndownload express\r\ndtaagent\r\ndwcp\r\nebiness\r\nebingbong\r\ne-collector\r\nejupiter\r\nemacs-w3 search engine\r\nesther\r\nevliya celebi\r\nezresult\r\nfalcon\r\nfelix ide\r\nferret\r\nfetchrover\r\nfido\r\nfindlinks\r\nfireball\r\nfish search\r\nfouineur\r\nfunnelweb\r\ngazz\r\ngcreep\r\ngenieknows\r\ngetterroboplus\r\ngeturl\r\nglx\r\ngoforit\r\ngolem\r\ngrabber\r\ngrapnel\r\ngralon\r\ngriffon\r\ngromit\r\ngrub\r\ngulliver\r\nhamahakki\r\nharvest\r\nhavindex\r\nhelix\r\nheritrix\r\nhku www octopus\r\nhomerweb\r\nhtdig\r\nhtml index\r\nhtml_analyzer\r\nhtmlgobble\r\nhubater\r\nhyper-decontextualizer\r\nia_archiver\r\nibm_planetwide\r\nichiro\r\niconsurf\r\niltrovatore\r\nimage.kapsi.net\r\nimagelock\r\nincywincy\r\nindexer\r\ninfobee\r\ninformant\r\ningrid\r\ninktomisearch.com\r\ninspector web\r\nintelliagent\r\ninternet shinchakubin\r\nip3000\r\niron33\r\nisraeli-search\r\nivia\r\njack\r\njakarta\r\njavabee\r\njetbot\r\njumpstation\r\nkatipo\r\nkdd-explorer\r\nkilroy\r\nknowledge\r\nkototoi\r\nkretrieve\r\nlabelgrabber\r\nlachesis\r\nlarbin\r\nlegs\r\nlibwww\r\nlinkalarm\r\nlink validator\r\nlinkscan\r\nlockon\r\nlwp\r\nlycos\r\nmagpie\r\nmantraagent\r\nmapoftheinternet\r\nmarvin/\r\nmattie\r\nmediafox\r\nmediapartners\r\nmercator\r\nmerzscope\r\nmicrosoft url control\r\nminirank\r\nmiva\r\nmj12\r\nmnogosearch\r\nmoget\r\nmonster\r\nmoose\r\nmotor\r\nmultitext\r\nmuncher\r\nmuscatferret\r\nmwd.search\r\nmyweb\r\nnajdi\r\nnameprotect\r\nnationaldirectory\r\nnazilla\r\nncsa beta\r\nnec-meshexplorer\r\nnederland.zoek\r\nnetcarta webmap engine\r\nnetmechanic\r\nnetresearchserver\r\nnetscoop\r\nnewscan-online\r\nnhse\r\nnokia6682/\r\nnomad\r\nnoyona\r\nnutch\r\nnzexplorer\r\nobjectssearch\r\noccam\r\nomni\r\nopen text\r\nopenfind\r\nopenintelligencedata\r\norb search\r\nosis-project\r\npack rat\r\npageboy\r\npagebull\r\npage_verifier\r\npanscient\r\nparasite\r\npartnersite\r\npatric\r\npear.\r\npegasus\r\nperegrinator\r\npgp key agent\r\nphantom\r\nphpdig\r\npicosearch\r\npiltdownman\r\npimptrain\r\npinpoint\r\npioneer\r\npiranha\r\nplumtreewebaccessor\r\npogodak\r\npoirot\r\npompos\r\npoppelsdorf\r\npoppi\r\npopular iconoclast\r\npsycheclone\r\npublisher\r\npython\r\nrambler\r\nraven search\r\nroach\r\nroad runner\r\nroadhouse\r\nrobbie\r\nrobofox\r\nrobozilla\r\nrules\r\nsalty\r\nsbider\r\nscooter\r\nscoutjet\r\nscrubby\r\nsearch.\r\nsearchprocess\r\nsemanticdiscovery\r\nsenrigan\r\nsg-scout\r\nshai\'hulud\r\nshark\r\nshopwiki\r\nsidewinder\r\nsift\r\nsilk\r\nsimmany\r\nsite searcher\r\nsite valet\r\nsitetech-rover\r\nskymob.com\r\nsleek\r\nsmartwit\r\nsna-\r\nsnappy\r\nsnooper\r\nsohu\r\nspeedfind\r\nsphere\r\nsphider\r\nspinner\r\nspyder\r\nsteeler/\r\nsuke\r\nsuntek\r\nsupersnooper\r\nsurfnomore\r\nsven\r\nsygol\r\nszukacz\r\ntach black widow\r\ntarantula\r\ntempleton\r\n/teoma\r\nt-h-u-n-d-e-r-s-t-o-n-e\r\ntheophrastus\r\ntitan\r\ntitin\r\ntkwww\r\ntoutatis\r\nt-rex\r\ntutorgig\r\ntwiceler\r\ntwisted\r\nucsd\r\nudmsearch\r\nurl check\r\nupdated\r\nvagabondo\r\nvalkyrie\r\nverticrawl\r\nvictoria\r\nvision-search\r\nvolcano\r\nvoyager/\r\nvoyager-hc\r\nw3c_validator\r\nw3m2\r\nw3mir\r\nwalker\r\nwallpaper\r\nwanderer\r\nwauuu\r\nwavefire\r\nweb core\r\nweb hopper\r\nweb wombat\r\nwebbandit\r\nwebcatcher\r\nwebcopy\r\nwebfoot\r\nweblayers\r\nweblinker\r\nweblog monitor\r\nwebmirror\r\nwebmonkey\r\nwebquest\r\nwebreaper\r\nwebsitepulse\r\nwebsnarf\r\nwebstolperer\r\nwebvac\r\nwebwalk\r\nwebwatch\r\nwebwombat\r\nwebzinger\r\nwhizbang\r\nwhowhere\r\nwild ferret\r\nworldlight\r\nwwwc\r\nwwwster\r\nxenu\r\nxget\r\nxift\r\nxirq\r\nyandex\r\nyanga\r\nyeti\r\nyodao\r\nzao\r\nzippp\r\nzyborg',0),(94,0,'voucher','voucher_sort_order','8',0),(95,0,'voucher','voucher_status','1',0),(103,0,'free_checkout','free_checkout_status','1',0),(104,0,'free_checkout','free_checkout_order_status_id','1',0),(2009,0,'config','config_fraud_status_id','7',0),(2007,0,'config','config_fraud_key','',0),(2008,0,'config','config_fraud_score','',0),(2006,0,'config','config_fraud_detection','0',0),(2005,0,'config','config_mail_alert','',0),(2002,0,'config','config_image_location_width','268',0),(2003,0,'config','config_image_location_height','50',0),(2004,0,'config','config_mail','a:7:{s:8:\"protocol\";s:4:\"mail\";s:9:\"parameter\";s:0:\"\";s:13:\"smtp_hostname\";s:0:\"\";s:13:\"smtp_username\";s:0:\"\";s:13:\"smtp_password\";s:0:\"\";s:9:\"smtp_port\";s:0:\"\";s:12:\"smtp_timeout\";s:0:\"\";}',1),(2001,0,'config','config_image_cart_height','47',0),(2000,0,'config','config_image_cart_width','47',0),(1999,0,'config','config_image_wishlist_height','47',0),(1998,0,'config','config_image_wishlist_width','47',0),(1997,0,'config','config_image_compare_height','90',0),(1996,0,'config','config_image_compare_width','90',0),(1995,0,'config','config_image_related_height','80',0),(1994,0,'config','config_image_related_width','80',0),(1993,0,'config','config_image_additional_height','74',0),(1992,0,'config','config_image_additional_width','74',0),(1990,0,'config','config_image_product_width','228',0),(1991,0,'config','config_image_product_height','228',0),(1989,0,'config','config_image_popup_height','500',0),(1988,0,'config','config_image_popup_width','500',0),(1987,0,'config','config_image_thumb_height','228',0),(1986,0,'config','config_image_thumb_width','228',0),(1985,0,'config','config_image_category_height','80',0),(1984,0,'config','config_image_category_width','80',0),(1983,0,'config','config_logo','catalog/logo.png',0),(1982,0,'config','config_return_status_id','1',0),(1981,0,'config','config_return_id','5',0),(1980,0,'config','config_affiliate_mail','0',0),(1979,0,'config','config_affiliate_id','4',0),(1978,0,'config','config_affiliate_commission','5',0),(1977,0,'config','config_affiliate_auto','0',0),(1976,0,'config','config_affiliate_approval','0',0),(1975,0,'config','config_stock_checkout','0',0),(1974,0,'config','config_stock_warning','0',0),(1973,0,'config','config_stock_display','0',0),(1972,0,'config','config_order_mail','1',0),(1971,0,'config','config_complete_status','a:1:{i:0;s:1:\"5\";}',1),(1969,0,'config','config_order_status_id','1',0),(1970,0,'config','config_processing_status','a:3:{i:0;s:1:\"5\";i:1;s:1:\"8\";i:2;s:1:\"2\";}',1),(1968,0,'config','config_checkout_id','5',0),(1967,0,'config','config_checkout_guest','1',0),(1966,0,'config','config_cart_weight','0',0),(1965,0,'config','config_api_id','1',0),(1964,0,'config','config_invoice_prefix','INV-2016-00',0),(1963,0,'config','config_account_mail','1',0),(1962,0,'config','config_account_id','3',0),(1961,0,'config','config_login_attempts','5',0),(1960,0,'config','config_customer_price','0',0),(1958,0,'config','config_customer_group_id','1',0),(1959,0,'config','config_customer_group_display','a:1:{i:0;s:1:\"1\";}',1),(1957,0,'config','config_customer_online','0',0),(1956,0,'config','config_tax_customer','shipping',0),(1955,0,'config','config_tax_default','shipping',0),(1954,0,'config','config_tax','0',0),(1953,0,'config','config_voucher_max','1000',0),(1952,0,'config','config_voucher_min','1',0),(1951,0,'config','config_review_mail','0',0),(1950,0,'config','config_review_guest','0',0),(1949,0,'config','config_review_status','0',0),(1948,0,'config','config_limit_admin','20',0),(1947,0,'config','config_product_description_length','75',0),(1946,0,'config','config_product_limit','15',0),(1945,0,'config','config_product_count','0',0),(1944,0,'config','config_weight_class_id','1',0),(1943,0,'config','config_length_class_id','1',0),(1942,0,'config','config_currency_auto','0',0),(1941,0,'config','config_currency','ZAR',0),(1940,0,'config','config_language','en',0),(1939,0,'config','config_zone_id','2969',0),(1938,0,'config','config_country_id','193',0),(1937,0,'config','config_layout_id','2',0),(1936,0,'config','config_template','default',0),(1935,0,'config','config_meta_keyword','',0),(1934,0,'config','config_meta_description','OSCASA e-commerce subscriptions',0),(1933,0,'config','config_meta_title','OSCA-SA',0),(1932,0,'config','config_comment','',0),(1931,0,'config','config_open','',0),(1930,0,'config','config_image','',0),(1929,0,'config','config_fax','',0),(1928,0,'config','config_telephone','0215564289',0),(2029,0,'bank_transfer','bank_transfer_sort_order','',0),(2028,0,'bank_transfer','bank_transfer_status','1',0),(2024,0,'bank_transfer','bank_transfer_bank1','Nedbank, Parklands\r\nA/C 2207 017 869\r\nBank Code 198765\r\nSavings account\r\n',0),(2025,0,'bank_transfer','bank_transfer_total','1',0),(2026,0,'bank_transfer','bank_transfer_order_status_id','7',0),(1927,0,'config','config_email','info@oscasa.com',0),(1926,0,'config','config_geocode','',0),(1925,0,'config','config_address','Address 1',0),(1924,0,'config','config_owner','OSCASA',0),(1923,0,'config','config_name','OSCASA',0);
/*!40000 ALTER TABLE `jos7e_mijoshop_setting` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_stock_status`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_stock_status`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_stock_status` (
`stock_status_id` int(11) NOT NULL AUTO_INCREMENT,
`language_id` int(11) NOT NULL,
`name` varchar(32) NOT NULL,
PRIMARY KEY (`stock_status_id`,`language_id`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_stock_status`
--
LOCK TABLES `jos7e_mijoshop_stock_status` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_stock_status` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_stock_status` VALUES (7,1,'In Stock'),(8,1,'Pre-Order'),(5,1,'Out Of Stock'),(6,1,'2-3 Days');
/*!40000 ALTER TABLE `jos7e_mijoshop_stock_status` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_store`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_store`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_store` (
`store_id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(64) NOT NULL,
`url` varchar(255) NOT NULL,
`ssl` varchar(255) NOT NULL,
PRIMARY KEY (`store_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_store`
--
LOCK TABLES `jos7e_mijoshop_store` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_store` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_store` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_tax_class`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_tax_class`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_tax_class` (
`tax_class_id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(32) NOT NULL,
`description` varchar(255) NOT NULL,
`date_added` datetime NOT NULL,
`date_modified` datetime NOT NULL,
PRIMARY KEY (`tax_class_id`)
) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_tax_class`
--
LOCK TABLES `jos7e_mijoshop_tax_class` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_tax_class` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_tax_class` VALUES (9,'Taxable Goods','Taxed goods','2009-01-06 23:21:53','2011-09-23 14:07:50'),(10,'Downloadable Products','Downloadable','2011-09-21 22:19:39','2011-09-22 10:27:36');
/*!40000 ALTER TABLE `jos7e_mijoshop_tax_class` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_tax_rate`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_tax_rate`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_tax_rate` (
`tax_rate_id` int(11) NOT NULL AUTO_INCREMENT,
`geo_zone_id` int(11) NOT NULL DEFAULT 0,
`name` varchar(32) NOT NULL,
`rate` decimal(15,4) NOT NULL DEFAULT 0.0000,
`type` char(1) NOT NULL,
`date_added` datetime NOT NULL,
`date_modified` datetime NOT NULL,
PRIMARY KEY (`tax_rate_id`)
) ENGINE=MyISAM AUTO_INCREMENT=88 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_tax_rate`
--
LOCK TABLES `jos7e_mijoshop_tax_rate` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_tax_rate` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_tax_rate` VALUES (86,3,'VAT (20%)',20.0000,'P','2011-03-09 21:17:10','2011-09-22 22:24:29'),(87,3,'Eco Tax (-2.00)',2.0000,'F','2011-09-21 21:49:23','2011-09-23 00:40:19');
/*!40000 ALTER TABLE `jos7e_mijoshop_tax_rate` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_tax_rate_to_customer_group`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_tax_rate_to_customer_group`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_tax_rate_to_customer_group` (
`tax_rate_id` int(11) NOT NULL,
`customer_group_id` int(11) NOT NULL,
PRIMARY KEY (`tax_rate_id`,`customer_group_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_tax_rate_to_customer_group`
--
LOCK TABLES `jos7e_mijoshop_tax_rate_to_customer_group` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_tax_rate_to_customer_group` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_tax_rate_to_customer_group` VALUES (86,1),(87,1);
/*!40000 ALTER TABLE `jos7e_mijoshop_tax_rate_to_customer_group` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_tax_rule`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_tax_rule`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_tax_rule` (
`tax_rule_id` int(11) NOT NULL AUTO_INCREMENT,
`tax_class_id` int(11) NOT NULL,
`tax_rate_id` int(11) NOT NULL,
`based` varchar(10) NOT NULL,
`priority` int(5) NOT NULL DEFAULT 1,
PRIMARY KEY (`tax_rule_id`)
) ENGINE=MyISAM AUTO_INCREMENT=129 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_tax_rule`
--
LOCK TABLES `jos7e_mijoshop_tax_rule` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_tax_rule` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_tax_rule` VALUES (121,10,86,'payment',1),(120,10,87,'store',0),(128,9,86,'shipping',1),(127,9,87,'shipping',2);
/*!40000 ALTER TABLE `jos7e_mijoshop_tax_rule` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_upload`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_upload`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_upload` (
`upload_id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`filename` varchar(255) NOT NULL,
`code` varchar(255) NOT NULL,
`date_added` datetime NOT NULL,
PRIMARY KEY (`upload_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_upload`
--
LOCK TABLES `jos7e_mijoshop_upload` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_upload` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_upload` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_url_alias`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_url_alias`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_url_alias` (
`url_alias_id` int(11) NOT NULL AUTO_INCREMENT,
`language_id` int(11) NOT NULL DEFAULT 0,
`query` varchar(255) NOT NULL,
`keyword` varchar(255) NOT NULL,
PRIMARY KEY (`url_alias_id`),
KEY `query` (`query`),
KEY `keyword` (`keyword`)
) ENGINE=MyISAM AUTO_INCREMENT=858 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_url_alias`
--
LOCK TABLES `jos7e_mijoshop_url_alias` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_url_alias` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_url_alias` VALUES (836,0,'category_id=20','desktops'),(789,0,'category_id=34','mp3-players'),(774,0,'category_id=18','laptop-notebook'),(779,0,'category_id=28','monitor'),(788,0,'category_id=33','camera'),(828,0,'manufacturer_id=9','canon'),(829,0,'manufacturer_id=8','apple'),(841,0,'information_id=6','delivery'),(842,0,'information_id=3','privacy'),(843,0,'information_id=5','terms'),(772,0,'information_id=4','about_us'),(845,0,'common/home',''),(857,1,'product_id=34','osca-sa-agency-annual-subscription');
/*!40000 ALTER TABLE `jos7e_mijoshop_url_alias` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_user`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_user`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_user` (
`user_id` int(11) NOT NULL AUTO_INCREMENT,
`user_group_id` int(11) NOT NULL,
`username` varchar(100) NOT NULL,
`password` varchar(100) NOT NULL,
`salt` varchar(9) NOT NULL,
`firstname` varchar(32) NOT NULL,
`lastname` varchar(32) NOT NULL,
`email` varchar(96) NOT NULL,
`image` varchar(255) NOT NULL,
`code` varchar(40) NOT NULL,
`ip` varchar(40) NOT NULL,
`status` tinyint(1) NOT NULL,
`date_added` datetime NOT NULL,
PRIMARY KEY (`user_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_user`
--
LOCK TABLES `jos7e_mijoshop_user` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_user` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_user` VALUES (1,1,'adminusr','$2y$10$8spnKSEeJc15vZCPHS821uAf/UakQ/u7ZGB1/0UuHHo1bBdcm52xG','','Administrator','','nyakap@gmail.com','','','197.93.65.146',1,'2016-03-02 15:56:09');
/*!40000 ALTER TABLE `jos7e_mijoshop_user` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_user_group`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_user_group`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_user_group` (
`user_group_id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(64) NOT NULL,
`permission` text NOT NULL,
PRIMARY KEY (`user_group_id`)
) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_user_group`
--
LOCK TABLES `jos7e_mijoshop_user_group` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_user_group` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_user_group` VALUES (1,'Administrator','a:2:{s:6:\"access\";a:215:{i:0;s:17:\"catalog/attribute\";i:1;s:23:\"catalog/attribute_group\";i:2;s:16:\"catalog/category\";i:3;s:16:\"catalog/download\";i:4;s:14:\"catalog/filter\";i:5;s:19:\"catalog/information\";i:6;s:20:\"catalog/manufacturer\";i:7;s:14:\"catalog/option\";i:8;s:15:\"catalog/product\";i:9;s:17:\"catalog/recurring\";i:10;s:14:\"catalog/review\";i:11;s:18:\"common/column_left\";i:12;s:11:\"common/edit\";i:13;s:19:\"common/editorbutton\";i:14;s:18:\"common/filemanager\";i:15;s:11:\"common/menu\";i:16;s:14:\"common/profile\";i:17;s:12:\"common/stats\";i:18;s:14:\"common/support\";i:19;s:14:\"common/upgrade\";i:20;s:13:\"common/wizard\";i:21;s:18:\"dashboard/activity\";i:22;s:15:\"dashboard/chart\";i:23;s:16:\"dashboard/charts\";i:24;s:18:\"dashboard/customer\";i:25;s:13:\"dashboard/map\";i:26;s:16:\"dashboard/online\";i:27;s:15:\"dashboard/order\";i:28;s:16:\"dashboard/recent\";i:29;s:20:\"dashboard/recenttabs\";i:30;s:14:\"dashboard/sale\";i:31;s:13:\"design/banner\";i:32;s:13:\"design/layout\";i:33;s:14:\"extension/feed\";i:34;s:19:\"extension/installer\";i:35;s:22:\"extension/modification\";i:36;s:16:\"extension/module\";i:37;s:17:\"extension/openbay\";i:38;s:17:\"extension/payment\";i:39;s:18:\"extension/shipping\";i:40;s:15:\"extension/total\";i:41;s:16:\"feed/google_base\";i:42;s:19:\"feed/google_sitemap\";i:43;s:15:\"feed/openbaypro\";i:44;s:20:\"localisation/country\";i:45;s:21:\"localisation/currency\";i:46;s:21:\"localisation/geo_zone\";i:47;s:21:\"localisation/language\";i:48;s:25:\"localisation/length_class\";i:49;s:21:\"localisation/location\";i:50;s:25:\"localisation/order_status\";i:51;s:26:\"localisation/return_action\";i:52;s:26:\"localisation/return_reason\";i:53;s:26:\"localisation/return_status\";i:54;s:25:\"localisation/stock_status\";i:55;s:22:\"localisation/tax_class\";i:56;s:21:\"localisation/tax_rate\";i:57;s:25:\"localisation/weight_class\";i:58;s:17:\"localisation/zone\";i:59;s:19:\"marketing/affiliate\";i:60;s:17:\"marketing/contact\";i:61;s:16:\"marketing/coupon\";i:62;s:19:\"marketing/marketing\";i:63;s:14:\"module/account\";i:64;s:16:\"module/affiliate\";i:65;s:20:\"module/amazon_button\";i:66;s:13:\"module/banner\";i:67;s:17:\"module/bestseller\";i:68;s:15:\"module/carousel\";i:69;s:15:\"module/category\";i:70;s:11:\"module/ebay\";i:71;s:19:\"module/ebay_listing\";i:72;s:18:\"module/ebaydisplay\";i:73;s:15:\"module/featured\";i:74;s:13:\"module/filter\";i:75;s:22:\"module/google_hangouts\";i:76;s:11:\"module/html\";i:77;s:18:\"module/information\";i:78;s:13:\"module/latest\";i:79;s:16:\"module/miwi_cart\";i:80;s:24:\"module/miwi_categoryhome\";i:81;s:20:\"module/miwi_currency\";i:82;s:17:\"module/miwi_login\";i:83;s:24:\"module/miwi_manufacturer\";i:84;s:20:\"module/miwi_minicart\";i:85;s:16:\"module/pp_button\";i:86;s:15:\"module/pp_login\";i:87;s:16:\"module/slideshow\";i:88;s:14:\"module/special\";i:89;s:12:\"module/store\";i:90;s:14:\"openbay/amazon\";i:91;s:22:\"openbay/amazon_listing\";i:92;s:22:\"openbay/amazon_product\";i:93;s:16:\"openbay/amazonus\";i:94;s:24:\"openbay/amazonus_listing\";i:95;s:24:\"openbay/amazonus_product\";i:96;s:12:\"openbay/ebay\";i:97;s:20:\"openbay/ebay_profile\";i:98;s:21:\"openbay/ebay_template\";i:99;s:12:\"openbay/etsy\";i:100;s:20:\"openbay/etsy_product\";i:101;s:21:\"openbay/etsy_shipping\";i:102;s:17:\"openbay/etsy_shop\";i:103;s:16:\"payment/alertpay\";i:104;s:23:\"payment/alphauserpoints\";i:105;s:23:\"payment/amazon_checkout\";i:106;s:24:\"payment/authorizenet_aim\";i:107;s:24:\"payment/authorizenet_sim\";i:108;s:21:\"payment/bank_transfer\";i:109;s:22:\"payment/bluepay_hosted\";i:110;s:24:\"payment/bluepay_redirect\";i:111;s:14:\"payment/cheque\";i:112;s:11:\"payment/cod\";i:113;s:24:\"payment/easysocialpoints\";i:114;s:17:\"payment/firstdata\";i:115;s:24:\"payment/firstdata_remote\";i:116;s:21:\"payment/free_checkout\";i:117;s:23:\"payment/jomsocialpoints\";i:118;s:22:\"payment/klarna_account\";i:119;s:22:\"payment/klarna_invoice\";i:120;s:14:\"payment/liqpay\";i:121;s:19:\"payment/mercadopago\";i:122;s:14:\"payment/nochex\";i:123;s:15:\"payment/paymate\";i:124;s:16:\"payment/paypoint\";i:125;s:13:\"payment/payza\";i:126;s:26:\"payment/perpetual_payments\";i:127;s:18:\"payment/pp_express\";i:128;s:18:\"payment/pp_payflow\";i:129;s:25:\"payment/pp_payflow_iframe\";i:130;s:14:\"payment/pp_pro\";i:131;s:21:\"payment/pp_pro_iframe\";i:132;s:19:\"payment/pp_standard\";i:133;s:14:\"payment/realex\";i:134;s:21:\"payment/realex_remote\";i:135;s:22:\"payment/sagepay_direct\";i:136;s:22:\"payment/sagepay_server\";i:137;s:18:\"payment/sagepay_us\";i:138;s:24:\"payment/securetrading_pp\";i:139;s:24:\"payment/securetrading_ws\";i:140;s:14:\"payment/skrill\";i:141;s:19:\"payment/twocheckout\";i:142;s:28:\"payment/web_payment_software\";i:143;s:16:\"payment/worldpay\";i:144;s:16:\"report/affiliate\";i:145;s:25:\"report/affiliate_activity\";i:146;s:22:\"report/affiliate_login\";i:147;s:24:\"report/customer_activity\";i:148;s:22:\"report/customer_credit\";i:149;s:21:\"report/customer_login\";i:150;s:22:\"report/customer_online\";i:151;s:21:\"report/customer_order\";i:152;s:22:\"report/customer_reward\";i:153;s:16:\"report/marketing\";i:154;s:24:\"report/product_purchased\";i:155;s:21:\"report/product_viewed\";i:156;s:18:\"report/sale_coupon\";i:157;s:17:\"report/sale_order\";i:158;s:18:\"report/sale_return\";i:159;s:20:\"report/sale_shipping\";i:160;s:15:\"report/sale_tax\";i:161;s:17:\"sale/custom_field\";i:162;s:13:\"sale/customer\";i:163;s:20:\"sale/customer_ban_ip\";i:164;s:19:\"sale/customer_group\";i:165;s:10:\"sale/order\";i:166;s:14:\"sale/recurring\";i:167;s:11:\"sale/return\";i:168;s:12:\"sale/voucher\";i:169;s:18:\"sale/voucher_theme\";i:170;s:13:\"search/search\";i:171;s:15:\"setting/setting\";i:172;s:13:\"setting/store\";i:173;s:16:\"shipping/auspost\";i:174;s:17:\"shipping/citylink\";i:175;s:14:\"shipping/fedex\";i:176;s:13:\"shipping/flat\";i:177;s:13:\"shipping/free\";i:178;s:13:\"shipping/item\";i:179;s:23:\"shipping/parcelforce_48\";i:180;s:15:\"shipping/pickup\";i:181;s:19:\"shipping/royal_mail\";i:182;s:12:\"shipping/ups\";i:183;s:13:\"shipping/usps\";i:184;s:15:\"shipping/weight\";i:185;s:12:\"tool/aceshop\";i:186;s:13:\"tool/ayelshop\";i:187;s:11:\"tool/backup\";i:188;s:14:\"tool/error_log\";i:189;s:10:\"tool/eshop\";i:190;s:13:\"tool/hikashop\";i:191;s:12:\"tool/j2store\";i:192;s:12:\"tool/joocart\";i:193;s:17:\"tool/joomshopping\";i:194;s:12:\"tool/redshop\";i:195;s:17:\"tool/rokquickcart\";i:196;s:16:\"tool/themeeditor\";i:197;s:11:\"tool/tienda\";i:198;s:11:\"tool/upload\";i:199;s:15:\"tool/virtuemart\";i:200;s:12:\"total/coupon\";i:201;s:12:\"total/credit\";i:202;s:14:\"total/handling\";i:203;s:16:\"total/klarna_fee\";i:204;s:19:\"total/low_order_fee\";i:205;s:12:\"total/reward\";i:206;s:14:\"total/shipping\";i:207;s:15:\"total/sub_total\";i:208;s:9:\"total/tax\";i:209;s:11:\"total/total\";i:210;s:13:\"total/voucher\";i:211;s:8:\"user/api\";i:212;s:9:\"user/user\";i:213;s:20:\"user/user_permission\";i:214;s:21:\"payment/bank_transfer\";}s:6:\"modify\";a:215:{i:0;s:17:\"catalog/attribute\";i:1;s:23:\"catalog/attribute_group\";i:2;s:16:\"catalog/category\";i:3;s:16:\"catalog/download\";i:4;s:14:\"catalog/filter\";i:5;s:19:\"catalog/information\";i:6;s:20:\"catalog/manufacturer\";i:7;s:14:\"catalog/option\";i:8;s:15:\"catalog/product\";i:9;s:17:\"catalog/recurring\";i:10;s:14:\"catalog/review\";i:11;s:18:\"common/column_left\";i:12;s:11:\"common/edit\";i:13;s:19:\"common/editorbutton\";i:14;s:18:\"common/filemanager\";i:15;s:11:\"common/menu\";i:16;s:14:\"common/profile\";i:17;s:12:\"common/stats\";i:18;s:14:\"common/support\";i:19;s:14:\"common/upgrade\";i:20;s:13:\"common/wizard\";i:21;s:18:\"dashboard/activity\";i:22;s:15:\"dashboard/chart\";i:23;s:16:\"dashboard/charts\";i:24;s:18:\"dashboard/customer\";i:25;s:13:\"dashboard/map\";i:26;s:16:\"dashboard/online\";i:27;s:15:\"dashboard/order\";i:28;s:16:\"dashboard/recent\";i:29;s:20:\"dashboard/recenttabs\";i:30;s:14:\"dashboard/sale\";i:31;s:13:\"design/banner\";i:32;s:13:\"design/layout\";i:33;s:14:\"extension/feed\";i:34;s:19:\"extension/installer\";i:35;s:22:\"extension/modification\";i:36;s:16:\"extension/module\";i:37;s:17:\"extension/openbay\";i:38;s:17:\"extension/payment\";i:39;s:18:\"extension/shipping\";i:40;s:15:\"extension/total\";i:41;s:16:\"feed/google_base\";i:42;s:19:\"feed/google_sitemap\";i:43;s:15:\"feed/openbaypro\";i:44;s:20:\"localisation/country\";i:45;s:21:\"localisation/currency\";i:46;s:21:\"localisation/geo_zone\";i:47;s:21:\"localisation/language\";i:48;s:25:\"localisation/length_class\";i:49;s:21:\"localisation/location\";i:50;s:25:\"localisation/order_status\";i:51;s:26:\"localisation/return_action\";i:52;s:26:\"localisation/return_reason\";i:53;s:26:\"localisation/return_status\";i:54;s:25:\"localisation/stock_status\";i:55;s:22:\"localisation/tax_class\";i:56;s:21:\"localisation/tax_rate\";i:57;s:25:\"localisation/weight_class\";i:58;s:17:\"localisation/zone\";i:59;s:19:\"marketing/affiliate\";i:60;s:17:\"marketing/contact\";i:61;s:16:\"marketing/coupon\";i:62;s:19:\"marketing/marketing\";i:63;s:14:\"module/account\";i:64;s:16:\"module/affiliate\";i:65;s:20:\"module/amazon_button\";i:66;s:13:\"module/banner\";i:67;s:17:\"module/bestseller\";i:68;s:15:\"module/carousel\";i:69;s:15:\"module/category\";i:70;s:11:\"module/ebay\";i:71;s:19:\"module/ebay_listing\";i:72;s:18:\"module/ebaydisplay\";i:73;s:15:\"module/featured\";i:74;s:13:\"module/filter\";i:75;s:22:\"module/google_hangouts\";i:76;s:11:\"module/html\";i:77;s:18:\"module/information\";i:78;s:13:\"module/latest\";i:79;s:16:\"module/miwi_cart\";i:80;s:24:\"module/miwi_categoryhome\";i:81;s:20:\"module/miwi_currency\";i:82;s:17:\"module/miwi_login\";i:83;s:24:\"module/miwi_manufacturer\";i:84;s:20:\"module/miwi_minicart\";i:85;s:16:\"module/pp_button\";i:86;s:15:\"module/pp_login\";i:87;s:16:\"module/slideshow\";i:88;s:14:\"module/special\";i:89;s:12:\"module/store\";i:90;s:14:\"openbay/amazon\";i:91;s:22:\"openbay/amazon_listing\";i:92;s:22:\"openbay/amazon_product\";i:93;s:16:\"openbay/amazonus\";i:94;s:24:\"openbay/amazonus_listing\";i:95;s:24:\"openbay/amazonus_product\";i:96;s:12:\"openbay/ebay\";i:97;s:20:\"openbay/ebay_profile\";i:98;s:21:\"openbay/ebay_template\";i:99;s:12:\"openbay/etsy\";i:100;s:20:\"openbay/etsy_product\";i:101;s:21:\"openbay/etsy_shipping\";i:102;s:17:\"openbay/etsy_shop\";i:103;s:16:\"payment/alertpay\";i:104;s:23:\"payment/alphauserpoints\";i:105;s:23:\"payment/amazon_checkout\";i:106;s:24:\"payment/authorizenet_aim\";i:107;s:24:\"payment/authorizenet_sim\";i:108;s:21:\"payment/bank_transfer\";i:109;s:22:\"payment/bluepay_hosted\";i:110;s:24:\"payment/bluepay_redirect\";i:111;s:14:\"payment/cheque\";i:112;s:11:\"payment/cod\";i:113;s:24:\"payment/easysocialpoints\";i:114;s:17:\"payment/firstdata\";i:115;s:24:\"payment/firstdata_remote\";i:116;s:21:\"payment/free_checkout\";i:117;s:23:\"payment/jomsocialpoints\";i:118;s:22:\"payment/klarna_account\";i:119;s:22:\"payment/klarna_invoice\";i:120;s:14:\"payment/liqpay\";i:121;s:19:\"payment/mercadopago\";i:122;s:14:\"payment/nochex\";i:123;s:15:\"payment/paymate\";i:124;s:16:\"payment/paypoint\";i:125;s:13:\"payment/payza\";i:126;s:26:\"payment/perpetual_payments\";i:127;s:18:\"payment/pp_express\";i:128;s:18:\"payment/pp_payflow\";i:129;s:25:\"payment/pp_payflow_iframe\";i:130;s:14:\"payment/pp_pro\";i:131;s:21:\"payment/pp_pro_iframe\";i:132;s:19:\"payment/pp_standard\";i:133;s:14:\"payment/realex\";i:134;s:21:\"payment/realex_remote\";i:135;s:22:\"payment/sagepay_direct\";i:136;s:22:\"payment/sagepay_server\";i:137;s:18:\"payment/sagepay_us\";i:138;s:24:\"payment/securetrading_pp\";i:139;s:24:\"payment/securetrading_ws\";i:140;s:14:\"payment/skrill\";i:141;s:19:\"payment/twocheckout\";i:142;s:28:\"payment/web_payment_software\";i:143;s:16:\"payment/worldpay\";i:144;s:16:\"report/affiliate\";i:145;s:25:\"report/affiliate_activity\";i:146;s:22:\"report/affiliate_login\";i:147;s:24:\"report/customer_activity\";i:148;s:22:\"report/customer_credit\";i:149;s:21:\"report/customer_login\";i:150;s:22:\"report/customer_online\";i:151;s:21:\"report/customer_order\";i:152;s:22:\"report/customer_reward\";i:153;s:16:\"report/marketing\";i:154;s:24:\"report/product_purchased\";i:155;s:21:\"report/product_viewed\";i:156;s:18:\"report/sale_coupon\";i:157;s:17:\"report/sale_order\";i:158;s:18:\"report/sale_return\";i:159;s:20:\"report/sale_shipping\";i:160;s:15:\"report/sale_tax\";i:161;s:17:\"sale/custom_field\";i:162;s:13:\"sale/customer\";i:163;s:20:\"sale/customer_ban_ip\";i:164;s:19:\"sale/customer_group\";i:165;s:10:\"sale/order\";i:166;s:14:\"sale/recurring\";i:167;s:11:\"sale/return\";i:168;s:12:\"sale/voucher\";i:169;s:18:\"sale/voucher_theme\";i:170;s:13:\"search/search\";i:171;s:15:\"setting/setting\";i:172;s:13:\"setting/store\";i:173;s:16:\"shipping/auspost\";i:174;s:17:\"shipping/citylink\";i:175;s:14:\"shipping/fedex\";i:176;s:13:\"shipping/flat\";i:177;s:13:\"shipping/free\";i:178;s:13:\"shipping/item\";i:179;s:23:\"shipping/parcelforce_48\";i:180;s:15:\"shipping/pickup\";i:181;s:19:\"shipping/royal_mail\";i:182;s:12:\"shipping/ups\";i:183;s:13:\"shipping/usps\";i:184;s:15:\"shipping/weight\";i:185;s:12:\"tool/aceshop\";i:186;s:13:\"tool/ayelshop\";i:187;s:11:\"tool/backup\";i:188;s:14:\"tool/error_log\";i:189;s:10:\"tool/eshop\";i:190;s:13:\"tool/hikashop\";i:191;s:12:\"tool/j2store\";i:192;s:12:\"tool/joocart\";i:193;s:17:\"tool/joomshopping\";i:194;s:12:\"tool/redshop\";i:195;s:17:\"tool/rokquickcart\";i:196;s:16:\"tool/themeeditor\";i:197;s:11:\"tool/tienda\";i:198;s:11:\"tool/upload\";i:199;s:15:\"tool/virtuemart\";i:200;s:12:\"total/coupon\";i:201;s:12:\"total/credit\";i:202;s:14:\"total/handling\";i:203;s:16:\"total/klarna_fee\";i:204;s:19:\"total/low_order_fee\";i:205;s:12:\"total/reward\";i:206;s:14:\"total/shipping\";i:207;s:15:\"total/sub_total\";i:208;s:9:\"total/tax\";i:209;s:11:\"total/total\";i:210;s:13:\"total/voucher\";i:211;s:8:\"user/api\";i:212;s:9:\"user/user\";i:213;s:20:\"user/user_permission\";i:214;s:21:\"payment/bank_transfer\";}}'),(10,'Demonstration','');
/*!40000 ALTER TABLE `jos7e_mijoshop_user_group` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_voucher`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_voucher`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_voucher` (
`voucher_id` int(11) NOT NULL AUTO_INCREMENT,
`order_id` int(11) NOT NULL,
`code` varchar(10) NOT NULL,
`from_name` varchar(64) NOT NULL,
`from_email` varchar(96) NOT NULL,
`to_name` varchar(64) NOT NULL,
`to_email` varchar(96) NOT NULL,
`voucher_theme_id` int(11) NOT NULL,
`message` text NOT NULL,
`amount` decimal(15,4) NOT NULL,
`status` tinyint(1) NOT NULL,
`date_added` datetime NOT NULL,
PRIMARY KEY (`voucher_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_voucher`
--
LOCK TABLES `jos7e_mijoshop_voucher` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_voucher` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_voucher` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_voucher_history`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_voucher_history`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_voucher_history` (
`voucher_history_id` int(11) NOT NULL AUTO_INCREMENT,
`voucher_id` int(11) NOT NULL,
`order_id` int(11) NOT NULL,
`amount` decimal(15,4) NOT NULL,
`date_added` datetime NOT NULL,
PRIMARY KEY (`voucher_history_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_voucher_history`
--
LOCK TABLES `jos7e_mijoshop_voucher_history` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_voucher_history` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_mijoshop_voucher_history` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_voucher_theme`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_voucher_theme`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_voucher_theme` (
`voucher_theme_id` int(11) NOT NULL AUTO_INCREMENT,
`image` varchar(255) NOT NULL,
PRIMARY KEY (`voucher_theme_id`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_voucher_theme`
--
LOCK TABLES `jos7e_mijoshop_voucher_theme` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_voucher_theme` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_voucher_theme` VALUES (8,'catalog/demo/canon_eos_5d_2.jpg'),(7,'catalog/demo/gift-voucher-birthday.jpg'),(6,'catalog/demo/apple_logo.jpg');
/*!40000 ALTER TABLE `jos7e_mijoshop_voucher_theme` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_voucher_theme_description`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_voucher_theme_description`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_voucher_theme_description` (
`voucher_theme_id` int(11) NOT NULL,
`language_id` int(11) NOT NULL,
`name` varchar(32) NOT NULL,
PRIMARY KEY (`voucher_theme_id`,`language_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_voucher_theme_description`
--
LOCK TABLES `jos7e_mijoshop_voucher_theme_description` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_voucher_theme_description` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_voucher_theme_description` VALUES (6,1,'Christmas'),(7,1,'Birthday'),(8,1,'General');
/*!40000 ALTER TABLE `jos7e_mijoshop_voucher_theme_description` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_weight_class`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_weight_class`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_weight_class` (
`weight_class_id` int(11) NOT NULL AUTO_INCREMENT,
`value` decimal(15,8) NOT NULL DEFAULT 0.00000000,
PRIMARY KEY (`weight_class_id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_weight_class`
--
LOCK TABLES `jos7e_mijoshop_weight_class` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_weight_class` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_weight_class` VALUES (1,1.00000000),(2,1000.00000000),(5,2.20460000),(6,35.27400000);
/*!40000 ALTER TABLE `jos7e_mijoshop_weight_class` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_weight_class_description`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_weight_class_description`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_weight_class_description` (
`weight_class_id` int(11) NOT NULL AUTO_INCREMENT,
`language_id` int(11) NOT NULL,
`title` varchar(32) NOT NULL,
`unit` varchar(4) NOT NULL,
PRIMARY KEY (`weight_class_id`,`language_id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_weight_class_description`
--
LOCK TABLES `jos7e_mijoshop_weight_class_description` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_weight_class_description` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_weight_class_description` VALUES (1,1,'Kilogram','kg'),(2,1,'Gram','g'),(5,1,'Pound ','lb'),(6,1,'Ounce','oz');
/*!40000 ALTER TABLE `jos7e_mijoshop_weight_class_description` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_zone`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_zone`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_zone` (
`zone_id` int(11) NOT NULL AUTO_INCREMENT,
`country_id` int(11) NOT NULL,
`name` varchar(128) NOT NULL,
`code` varchar(32) NOT NULL,
`status` tinyint(1) NOT NULL DEFAULT 1,
PRIMARY KEY (`zone_id`)
) ENGINE=MyISAM AUTO_INCREMENT=4225 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_zone`
--
LOCK TABLES `jos7e_mijoshop_zone` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_zone` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_zone` VALUES (1,1,'Badakhshan','BDS',1),(2,1,'Badghis','BDG',1),(3,1,'Baghlan','BGL',1),(4,1,'Balkh','BAL',1),(5,1,'Bamian','BAM',1),(6,1,'Farah','FRA',1),(7,1,'Faryab','FYB',1),(8,1,'Ghazni','GHA',1),(9,1,'Ghowr','GHO',1),(10,1,'Helmand','HEL',1),(11,1,'Herat','HER',1),(12,1,'Jowzjan','JOW',1),(13,1,'Kabul','KAB',1),(14,1,'Kandahar','KAN',1),(15,1,'Kapisa','KAP',1),(16,1,'Khost','KHO',1),(17,1,'Konar','KNR',1),(18,1,'Kondoz','KDZ',1),(19,1,'Laghman','LAG',1),(20,1,'Lowgar','LOW',1),(21,1,'Nangrahar','NAN',1),(22,1,'Nimruz','NIM',1),(23,1,'Nurestan','NUR',1),(24,1,'Oruzgan','ORU',1),(25,1,'Paktia','PIA',1),(26,1,'Paktika','PKA',1),(27,1,'Parwan','PAR',1),(28,1,'Samangan','SAM',1),(29,1,'Sar-e Pol','SAR',1),(30,1,'Takhar','TAK',1),(31,1,'Wardak','WAR',1),(32,1,'Zabol','ZAB',1),(33,2,'Berat','BR',1),(34,2,'Bulqize','BU',1),(35,2,'Delvine','DL',1),(36,2,'Devoll','DV',1),(37,2,'Diber','DI',1),(38,2,'Durres','DR',1),(39,2,'Elbasan','EL',1),(40,2,'Kolonje','ER',1),(41,2,'Fier','FR',1),(42,2,'Gjirokaster','GJ',1),(43,2,'Gramsh','GR',1),(44,2,'Has','HA',1),(45,2,'Kavaje','KA',1),(46,2,'Kurbin','KB',1),(47,2,'Kucove','KC',1),(48,2,'Korce','KO',1),(49,2,'Kruje','KR',1),(50,2,'Kukes','KU',1),(51,2,'Librazhd','LB',1),(52,2,'Lezhe','LE',1),(53,2,'Lushnje','LU',1),(54,2,'Malesi e Madhe','MM',1),(55,2,'Mallakaster','MK',1),(56,2,'Mat','MT',1),(57,2,'Mirdite','MR',1),(58,2,'Peqin','PQ',1),(59,2,'Permet','PR',1),(60,2,'Pogradec','PG',1),(61,2,'Puke','PU',1),(62,2,'Shkoder','SH',1),(63,2,'Skrapar','SK',1),(64,2,'Sarande','SR',1),(65,2,'Tepelene','TE',1),(66,2,'Tropoje','TP',1),(67,2,'Tirane','TR',1),(68,2,'Vlore','VL',1),(69,3,'Adrar','ADR',1),(70,3,'Ain Defla','ADE',1),(71,3,'Ain Temouchent','ATE',1),(72,3,'Alger','ALG',1),(73,3,'Annaba','ANN',1),(74,3,'Batna','BAT',1),(75,3,'Bechar','BEC',1),(76,3,'Bejaia','BEJ',1),(77,3,'Biskra','BIS',1),(78,3,'Blida','BLI',1),(79,3,'Bordj Bou Arreridj','BBA',1),(80,3,'Bouira','BOA',1),(81,3,'Boumerdes','BMD',1),(82,3,'Chlef','CHL',1),(83,3,'Constantine','CON',1),(84,3,'Djelfa','DJE',1),(85,3,'El Bayadh','EBA',1),(86,3,'El Oued','EOU',1),(87,3,'El Tarf','ETA',1),(88,3,'Ghardaia','GHA',1),(89,3,'Guelma','GUE',1),(90,3,'Illizi','ILL',1),(91,3,'Jijel','JIJ',1),(92,3,'Khenchela','KHE',1),(93,3,'Laghouat','LAG',1),(94,3,'Muaskar','MUA',1),(95,3,'Medea','MED',1),(96,3,'Mila','MIL',1),(97,3,'Mostaganem','MOS',1),(98,3,'M\'Sila','MSI',1),(99,3,'Naama','NAA',1),(100,3,'Oran','ORA',1),(101,3,'Ouargla','OUA',1),(102,3,'Oum el-Bouaghi','OEB',1),(103,3,'Relizane','REL',1),(104,3,'Saida','SAI',1),(105,3,'Setif','SET',1),(106,3,'Sidi Bel Abbes','SBA',1),(107,3,'Skikda','SKI',1),(108,3,'Souk Ahras','SAH',1),(109,3,'Tamanghasset','TAM',1),(110,3,'Tebessa','TEB',1),(111,3,'Tiaret','TIA',1),(112,3,'Tindouf','TIN',1),(113,3,'Tipaza','TIP',1),(114,3,'Tissemsilt','TIS',1),(115,3,'Tizi Ouzou','TOU',1),(116,3,'Tlemcen','TLE',1),(117,4,'Eastern','E',1),(118,4,'Manu\'a','M',1),(119,4,'Rose Island','R',1),(120,4,'Swains Island','S',1),(121,4,'Western','W',1),(122,5,'Andorra la Vella','ALV',1),(123,5,'Canillo','CAN',1),(124,5,'Encamp','ENC',1),(125,5,'Escaldes-Engordany','ESE',1),(126,5,'La Massana','LMA',1),(127,5,'Ordino','ORD',1),(128,5,'Sant Julia de Loria','SJL',1),(129,6,'Bengo','BGO',1),(130,6,'Benguela','BGU',1),(131,6,'Bie','BIE',1),(132,6,'Cabinda','CAB',1),(133,6,'Cuando-Cubango','CCU',1),(134,6,'Cuanza Norte','CNO',1),(135,6,'Cuanza Sul','CUS',1),(136,6,'Cunene','CNN',1),(137,6,'Huambo','HUA',1),(138,6,'Huila','HUI',1),(139,6,'Luanda','LUA',1),(140,6,'Lunda Norte','LNO',1),(141,6,'Lunda Sul','LSU',1),(142,6,'Malange','MAL',1),(143,6,'Moxico','MOX',1),(144,6,'Namibe','NAM',1),(145,6,'Uige','UIG',1),(146,6,'Zaire','ZAI',1),(147,9,'Saint George','ASG',1),(148,9,'Saint John','ASJ',1),(149,9,'Saint Mary','ASM',1),(150,9,'Saint Paul','ASL',1),(151,9,'Saint Peter','ASR',1),(152,9,'Saint Philip','ASH',1),(153,9,'Barbuda','BAR',1),(154,9,'Redonda','RED',1),(155,10,'Antartida e Islas del Atlantico','AN',1),(156,10,'Buenos Aires','BA',1),(157,10,'Catamarca','CA',1),(158,10,'Chaco','CH',1),(159,10,'Chubut','CU',1),(160,10,'Cordoba','CO',1),(161,10,'Corrientes','CR',1),(162,10,'Distrito Federal','DF',1),(163,10,'Entre Rios','ER',1),(164,10,'Formosa','FO',1),(165,10,'Jujuy','JU',1),(166,10,'La Pampa','LP',1),(167,10,'La Rioja','LR',1),(168,10,'Mendoza','ME',1),(169,10,'Misiones','MI',1),(170,10,'Neuquen','NE',1),(171,10,'Rio Negro','RN',1),(172,10,'Salta','SA',1),(173,10,'San Juan','SJ',1),(174,10,'San Luis','SL',1),(175,10,'Santa Cruz','SC',1),(176,10,'Santa Fe','SF',1),(177,10,'Santiago del Estero','SD',1),(178,10,'Tierra del Fuego','TF',1),(179,10,'Tucuman','TU',1),(180,11,'Aragatsotn','AGT',1),(181,11,'Ararat','ARR',1),(182,11,'Armavir','ARM',1),(183,11,'Geghark\'unik\'','GEG',1),(184,11,'Kotayk\'','KOT',1),(185,11,'Lorri','LOR',1),(186,11,'Shirak','SHI',1),(187,11,'Syunik\'','SYU',1),(188,11,'Tavush','TAV',1),(189,11,'Vayots\' Dzor','VAY',1),(190,11,'Yerevan','YER',1),(191,13,'Australian Capital Territory','ACT',1),(192,13,'New South Wales','NSW',1),(193,13,'Northern Territory','NT',1),(194,13,'Queensland','QLD',1),(195,13,'South Australia','SA',1),(196,13,'Tasmania','TAS',1),(197,13,'Victoria','VIC',1),(198,13,'Western Australia','WA',1),(199,14,'Burgenland','BUR',1),(200,14,'Kärnten','KAR',1),(201,14,'Niederösterreich','NOS',1),(202,14,'Oberösterreich','OOS',1),(203,14,'Salzburg','SAL',1),(204,14,'Steiermark','STE',1),(205,14,'Tirol','TIR',1),(206,14,'Vorarlberg','VOR',1),(207,14,'Wien','WIE',1),(208,15,'Ali Bayramli','AB',1),(209,15,'Abseron','ABS',1),(210,15,'AgcabAdi','AGC',1),(211,15,'Agdam','AGM',1),(212,15,'Agdas','AGS',1),(213,15,'Agstafa','AGA',1),(214,15,'Agsu','AGU',1),(215,15,'Astara','AST',1),(216,15,'Baki','BA',1),(217,15,'BabAk','BAB',1),(218,15,'BalakAn','BAL',1),(219,15,'BArdA','BAR',1),(220,15,'Beylaqan','BEY',1),(221,15,'Bilasuvar','BIL',1),(222,15,'Cabrayil','CAB',1),(223,15,'Calilabab','CAL',1),(224,15,'Culfa','CUL',1),(225,15,'Daskasan','DAS',1),(226,15,'Davaci','DAV',1),(227,15,'Fuzuli','FUZ',1),(228,15,'Ganca','GA',1),(229,15,'Gadabay','GAD',1),(230,15,'Goranboy','GOR',1),(231,15,'Goycay','GOY',1),(232,15,'Haciqabul','HAC',1),(233,15,'Imisli','IMI',1),(234,15,'Ismayilli','ISM',1),(235,15,'Kalbacar','KAL',1),(236,15,'Kurdamir','KUR',1),(237,15,'Lankaran','LA',1),(238,15,'Lacin','LAC',1),(239,15,'Lankaran','LAN',1),(240,15,'Lerik','LER',1),(241,15,'Masalli','MAS',1),(242,15,'Mingacevir','MI',1),(243,15,'Naftalan','NA',1),(244,15,'Neftcala','NEF',1),(245,15,'Oguz','OGU',1),(246,15,'Ordubad','ORD',1),(247,15,'Qabala','QAB',1),(248,15,'Qax','QAX',1),(249,15,'Qazax','QAZ',1),(250,15,'Qobustan','QOB',1),(251,15,'Quba','QBA',1),(252,15,'Qubadli','QBI',1),(253,15,'Qusar','QUS',1),(254,15,'Saki','SA',1),(255,15,'Saatli','SAT',1),(256,15,'Sabirabad','SAB',1),(257,15,'Sadarak','SAD',1),(258,15,'Sahbuz','SAH',1),(259,15,'Saki','SAK',1),(260,15,'Salyan','SAL',1),(261,15,'Sumqayit','SM',1),(262,15,'Samaxi','SMI',1),(263,15,'Samkir','SKR',1),(264,15,'Samux','SMX',1),(265,15,'Sarur','SAR',1),(266,15,'Siyazan','SIY',1),(267,15,'Susa','SS',1),(268,15,'Susa','SUS',1),(269,15,'Tartar','TAR',1),(270,15,'Tovuz','TOV',1),(271,15,'Ucar','UCA',1),(272,15,'Xankandi','XA',1),(273,15,'Xacmaz','XAC',1),(274,15,'Xanlar','XAN',1),(275,15,'Xizi','XIZ',1),(276,15,'Xocali','XCI',1),(277,15,'Xocavand','XVD',1),(278,15,'Yardimli','YAR',1),(279,15,'Yevlax','YEV',1),(280,15,'Zangilan','ZAN',1),(281,15,'Zaqatala','ZAQ',1),(282,15,'Zardab','ZAR',1),(283,15,'Naxcivan','NX',1),(284,16,'Acklins','ACK',1),(285,16,'Berry Islands','BER',1),(286,16,'Bimini','BIM',1),(287,16,'Black Point','BLK',1),(288,16,'Cat Island','CAT',1),(289,16,'Central Abaco','CAB',1),(290,16,'Central Andros','CAN',1),(291,16,'Central Eleuthera','CEL',1),(292,16,'City of Freeport','FRE',1),(293,16,'Crooked Island','CRO',1),(294,16,'East Grand Bahama','EGB',1),(295,16,'Exuma','EXU',1),(296,16,'Grand Cay','GRD',1),(297,16,'Harbour Island','HAR',1),(298,16,'Hope Town','HOP',1),(299,16,'Inagua','INA',1),(300,16,'Long Island','LNG',1),(301,16,'Mangrove Cay','MAN',1),(302,16,'Mayaguana','MAY',1),(303,16,'Moore\'s Island','MOO',1),(304,16,'North Abaco','NAB',1),(305,16,'North Andros','NAN',1),(306,16,'North Eleuthera','NEL',1),(307,16,'Ragged Island','RAG',1),(308,16,'Rum Cay','RUM',1),(309,16,'San Salvador','SAL',1),(310,16,'South Abaco','SAB',1),(311,16,'South Andros','SAN',1),(312,16,'South Eleuthera','SEL',1),(313,16,'Spanish Wells','SWE',1),(314,16,'West Grand Bahama','WGB',1),(315,17,'Capital','CAP',1),(316,17,'Central','CEN',1),(317,17,'Muharraq','MUH',1),(318,17,'Northern','NOR',1),(319,17,'Southern','SOU',1),(320,18,'Barisal','BAR',1),(321,18,'Chittagong','CHI',1),(322,18,'Dhaka','DHA',1),(323,18,'Khulna','KHU',1),(324,18,'Rajshahi','RAJ',1),(325,18,'Sylhet','SYL',1),(326,19,'Christ Church','CC',1),(327,19,'Saint Andrew','AND',1),(328,19,'Saint George','GEO',1),(329,19,'Saint James','JAM',1),(330,19,'Saint John','JOH',1),(331,19,'Saint Joseph','JOS',1),(332,19,'Saint Lucy','LUC',1),(333,19,'Saint Michael','MIC',1),(334,19,'Saint Peter','PET',1),(335,19,'Saint Philip','PHI',1),(336,19,'Saint Thomas','THO',1),(337,20,'Brestskaya (Brest)','BR',1),(338,20,'Homyel\'skaya (Homyel\')','HO',1),(339,20,'Horad Minsk','HM',1),(340,20,'Hrodzyenskaya (Hrodna)','HR',1),(341,20,'Mahilyowskaya (Mahilyow)','MA',1),(342,20,'Minskaya','MI',1),(343,20,'Vitsyebskaya (Vitsyebsk)','VI',1),(344,21,'Antwerpen','VAN',1),(345,21,'Brabant Wallon','WBR',1),(346,21,'Hainaut','WHT',1),(347,21,'Liège','WLG',1),(348,21,'Limburg','VLI',1),(349,21,'Luxembourg','WLX',1),(350,21,'Namur','WNA',1),(351,21,'Oost-Vlaanderen','VOV',1),(352,21,'Vlaams Brabant','VBR',1),(353,21,'West-Vlaanderen','VWV',1),(354,22,'Belize','BZ',1),(355,22,'Cayo','CY',1),(356,22,'Corozal','CR',1),(357,22,'Orange Walk','OW',1),(358,22,'Stann Creek','SC',1),(359,22,'Toledo','TO',1),(360,23,'Alibori','AL',1),(361,23,'Atakora','AK',1),(362,23,'Atlantique','AQ',1),(363,23,'Borgou','BO',1),(364,23,'Collines','CO',1),(365,23,'Donga','DO',1),(366,23,'Kouffo','KO',1),(367,23,'Littoral','LI',1),(368,23,'Mono','MO',1),(369,23,'Oueme','OU',1),(370,23,'Plateau','PL',1),(371,23,'Zou','ZO',1),(372,24,'Devonshire','DS',1),(373,24,'Hamilton City','HC',1),(374,24,'Hamilton','HA',1),(375,24,'Paget','PG',1),(376,24,'Pembroke','PB',1),(377,24,'Saint George City','GC',1),(378,24,'Saint George\'s','SG',1),(379,24,'Sandys','SA',1),(380,24,'Smith\'s','SM',1),(381,24,'Southampton','SH',1),(382,24,'Warwick','WA',1),(383,25,'Bumthang','BUM',1),(384,25,'Chukha','CHU',1),(385,25,'Dagana','DAG',1),(386,25,'Gasa','GAS',1),(387,25,'Haa','HAA',1),(388,25,'Lhuntse','LHU',1),(389,25,'Mongar','MON',1),(390,25,'Paro','PAR',1),(391,25,'Pemagatshel','PEM',1),(392,25,'Punakha','PUN',1),(393,25,'Samdrup Jongkhar','SJO',1),(394,25,'Samtse','SAT',1),(395,25,'Sarpang','SAR',1),(396,25,'Thimphu','THI',1),(397,25,'Trashigang','TRG',1),(398,25,'Trashiyangste','TRY',1),(399,25,'Trongsa','TRO',1),(400,25,'Tsirang','TSI',1),(401,25,'Wangdue Phodrang','WPH',1),(402,25,'Zhemgang','ZHE',1),(403,26,'Beni','BEN',1),(404,26,'Chuquisaca','CHU',1),(405,26,'Cochabamba','COC',1),(406,26,'La Paz','LPZ',1),(407,26,'Oruro','ORU',1),(408,26,'Pando','PAN',1),(409,26,'Potosi','POT',1),(410,26,'Santa Cruz','SCZ',1),(411,26,'Tarija','TAR',1),(412,27,'Brcko district','BRO',1),(413,27,'Unsko-Sanski Kanton','FUS',1),(414,27,'Posavski Kanton','FPO',1),(415,27,'Tuzlanski Kanton','FTU',1),(416,27,'Zenicko-Dobojski Kanton','FZE',1),(417,27,'Bosanskopodrinjski Kanton','FBP',1),(418,27,'Srednjebosanski Kanton','FSB',1),(419,27,'Hercegovacko-neretvanski Kanton','FHN',1),(420,27,'Zapadnohercegovacka Zupanija','FZH',1),(421,27,'Kanton Sarajevo','FSA',1),(422,27,'Zapadnobosanska','FZA',1),(423,27,'Banja Luka','SBL',1),(424,27,'Doboj','SDO',1),(425,27,'Bijeljina','SBI',1),(426,27,'Vlasenica','SVL',1),(427,27,'Sarajevo-Romanija or Sokolac','SSR',1),(428,27,'Foca','SFO',1),(429,27,'Trebinje','STR',1),(430,28,'Central','CE',1),(431,28,'Ghanzi','GH',1),(432,28,'Kgalagadi','KD',1),(433,28,'Kgatleng','KT',1),(434,28,'Kweneng','KW',1),(435,28,'Ngamiland','NG',1),(436,28,'North East','NE',1),(437,28,'North West','NW',1),(438,28,'South East','SE',1),(439,28,'Southern','SO',1),(440,30,'Acre','AC',1),(441,30,'Alagoas','AL',1),(442,30,'Amapá','AP',1),(443,30,'Amazonas','AM',1),(444,30,'Bahia','BA',1),(445,30,'Ceará','CE',1),(446,30,'Distrito Federal','DF',1),(447,30,'Espírito Santo','ES',1),(448,30,'Goiás','GO',1),(449,30,'Maranhão','MA',1),(450,30,'Mato Grosso','MT',1),(451,30,'Mato Grosso do Sul','MS',1),(452,30,'Minas Gerais','MG',1),(453,30,'Pará','PA',1),(454,30,'Paraíba','PB',1),(455,30,'Paraná','PR',1),(456,30,'Pernambuco','PE',1),(457,30,'Piauí','PI',1),(458,30,'Rio de Janeiro','RJ',1),(459,30,'Rio Grande do Norte','RN',1),(460,30,'Rio Grande do Sul','RS',1),(461,30,'Rondônia','RO',1),(462,30,'Roraima','RR',1),(463,30,'Santa Catarina','SC',1),(464,30,'São Paulo','SP',1),(465,30,'Sergipe','SE',1),(466,30,'Tocantins','TO',1),(467,31,'Peros Banhos','PB',1),(468,31,'Salomon Islands','SI',1),(469,31,'Nelsons Island','NI',1),(470,31,'Three Brothers','TB',1),(471,31,'Eagle Islands','EA',1),(472,31,'Danger Island','DI',1),(473,31,'Egmont Islands','EG',1),(474,31,'Diego Garcia','DG',1),(475,32,'Belait','BEL',1),(476,32,'Brunei and Muara','BRM',1),(477,32,'Temburong','TEM',1),(478,32,'Tutong','TUT',1),(479,33,'Blagoevgrad','',1),(480,33,'Burgas','',1),(481,33,'Dobrich','',1),(482,33,'Gabrovo','',1),(483,33,'Haskovo','',1),(484,33,'Kardjali','',1),(485,33,'Kyustendil','',1),(486,33,'Lovech','',1),(487,33,'Montana','',1),(488,33,'Pazardjik','',1),(489,33,'Pernik','',1),(490,33,'Pleven','',1),(491,33,'Plovdiv','',1),(492,33,'Razgrad','',1),(493,33,'Shumen','',1),(494,33,'Silistra','',1),(495,33,'Sliven','',1),(496,33,'Smolyan','',1),(497,33,'Sofia','',1),(498,33,'Sofia - town','',1),(499,33,'Stara Zagora','',1),(500,33,'Targovishte','',1),(501,33,'Varna','',1),(502,33,'Veliko Tarnovo','',1),(503,33,'Vidin','',1),(504,33,'Vratza','',1),(505,33,'Yambol','',1),(506,34,'Bale','BAL',1),(507,34,'Bam','BAM',1),(508,34,'Banwa','BAN',1),(509,34,'Bazega','BAZ',1),(510,34,'Bougouriba','BOR',1),(511,34,'Boulgou','BLG',1),(512,34,'Boulkiemde','BOK',1),(513,34,'Comoe','COM',1),(514,34,'Ganzourgou','GAN',1),(515,34,'Gnagna','GNA',1),(516,34,'Gourma','GOU',1),(517,34,'Houet','HOU',1),(518,34,'Ioba','IOA',1),(519,34,'Kadiogo','KAD',1),(520,34,'Kenedougou','KEN',1),(521,34,'Komondjari','KOD',1),(522,34,'Kompienga','KOP',1),(523,34,'Kossi','KOS',1),(524,34,'Koulpelogo','KOL',1),(525,34,'Kouritenga','KOT',1),(526,34,'Kourweogo','KOW',1),(527,34,'Leraba','LER',1),(528,34,'Loroum','LOR',1),(529,34,'Mouhoun','MOU',1),(530,34,'Nahouri','NAH',1),(531,34,'Namentenga','NAM',1),(532,34,'Nayala','NAY',1),(533,34,'Noumbiel','NOU',1),(534,34,'Oubritenga','OUB',1),(535,34,'Oudalan','OUD',1),(536,34,'Passore','PAS',1),(537,34,'Poni','PON',1),(538,34,'Sanguie','SAG',1),(539,34,'Sanmatenga','SAM',1),(540,34,'Seno','SEN',1),(541,34,'Sissili','SIS',1),(542,34,'Soum','SOM',1),(543,34,'Sourou','SOR',1),(544,34,'Tapoa','TAP',1),(545,34,'Tuy','TUY',1),(546,34,'Yagha','YAG',1),(547,34,'Yatenga','YAT',1),(548,34,'Ziro','ZIR',1),(549,34,'Zondoma','ZOD',1),(550,34,'Zoundweogo','ZOW',1),(551,35,'Bubanza','BB',1),(552,35,'Bujumbura','BJ',1),(553,35,'Bururi','BR',1),(554,35,'Cankuzo','CA',1),(555,35,'Cibitoke','CI',1),(556,35,'Gitega','GI',1),(557,35,'Karuzi','KR',1),(558,35,'Kayanza','KY',1),(559,35,'Kirundo','KI',1),(560,35,'Makamba','MA',1),(561,35,'Muramvya','MU',1),(562,35,'Muyinga','MY',1),(563,35,'Mwaro','MW',1),(564,35,'Ngozi','NG',1),(565,35,'Rutana','RT',1),(566,35,'Ruyigi','RY',1),(567,36,'Phnom Penh','PP',1),(568,36,'Preah Seihanu (Kompong Som or Sihanoukville)','PS',1),(569,36,'Pailin','PA',1),(570,36,'Keb','KB',1),(571,36,'Banteay Meanchey','BM',1),(572,36,'Battambang','BA',1),(573,36,'Kampong Cham','KM',1),(574,36,'Kampong Chhnang','KN',1),(575,36,'Kampong Speu','KU',1),(576,36,'Kampong Som','KO',1),(577,36,'Kampong Thom','KT',1),(578,36,'Kampot','KP',1),(579,36,'Kandal','KL',1),(580,36,'Kaoh Kong','KK',1),(581,36,'Kratie','KR',1),(582,36,'Mondul Kiri','MK',1),(583,36,'Oddar Meancheay','OM',1),(584,36,'Pursat','PU',1),(585,36,'Preah Vihear','PR',1),(586,36,'Prey Veng','PG',1),(587,36,'Ratanak Kiri','RK',1),(588,36,'Siemreap','SI',1),(589,36,'Stung Treng','ST',1),(590,36,'Svay Rieng','SR',1),(591,36,'Takeo','TK',1),(592,37,'Adamawa (Adamaoua)','ADA',1),(593,37,'Centre','CEN',1),(594,37,'East (Est)','EST',1),(595,37,'Extreme North (Extreme-Nord)','EXN',1),(596,37,'Littoral','LIT',1),(597,37,'North (Nord)','NOR',1),(598,37,'Northwest (Nord-Ouest)','NOT',1),(599,37,'West (Ouest)','OUE',1),(600,37,'South (Sud)','SUD',1),(601,37,'Southwest (Sud-Ouest).','SOU',1),(602,38,'Alberta','AB',1),(603,38,'British Columbia','BC',1),(604,38,'Manitoba','MB',1),(605,38,'New Brunswick','NB',1),(606,38,'Newfoundland and Labrador','NL',1),(607,38,'Northwest Territories','NT',1),(608,38,'Nova Scotia','NS',1),(609,38,'Nunavut','NU',1),(610,38,'Ontario','ON',1),(611,38,'Prince Edward Island','PE',1),(612,38,'Québec','QC',1),(613,38,'Saskatchewan','SK',1),(614,38,'Yukon Territory','YT',1),(615,39,'Boa Vista','BV',1),(616,39,'Brava','BR',1),(617,39,'Calheta de Sao Miguel','CS',1),(618,39,'Maio','MA',1),(619,39,'Mosteiros','MO',1),(620,39,'Paul','PA',1),(621,39,'Porto Novo','PN',1),(622,39,'Praia','PR',1),(623,39,'Ribeira Grande','RG',1),(624,39,'Sal','SL',1),(625,39,'Santa Catarina','CA',1),(626,39,'Santa Cruz','CR',1),(627,39,'Sao Domingos','SD',1),(628,39,'Sao Filipe','SF',1),(629,39,'Sao Nicolau','SN',1),(630,39,'Sao Vicente','SV',1),(631,39,'Tarrafal','TA',1),(632,40,'Creek','CR',1),(633,40,'Eastern','EA',1),(634,40,'Midland','ML',1),(635,40,'South Town','ST',1),(636,40,'Spot Bay','SP',1),(637,40,'Stake Bay','SK',1),(638,40,'West End','WD',1),(639,40,'Western','WN',1),(640,41,'Bamingui-Bangoran','BBA',1),(641,41,'Basse-Kotto','BKO',1),(642,41,'Haute-Kotto','HKO',1),(643,41,'Haut-Mbomou','HMB',1),(644,41,'Kemo','KEM',1),(645,41,'Lobaye','LOB',1),(646,41,'Mambere-KadeÔ','MKD',1),(647,41,'Mbomou','MBO',1),(648,41,'Nana-Mambere','NMM',1),(649,41,'Ombella-M\'Poko','OMP',1),(650,41,'Ouaka','OUK',1),(651,41,'Ouham','OUH',1),(652,41,'Ouham-Pende','OPE',1),(653,41,'Vakaga','VAK',1),(654,41,'Nana-Grebizi','NGR',1),(655,41,'Sangha-Mbaere','SMB',1),(656,41,'Bangui','BAN',1),(657,42,'Batha','BA',1),(658,42,'Biltine','BI',1),(659,42,'Borkou-Ennedi-Tibesti','BE',1),(660,42,'Chari-Baguirmi','CB',1),(661,42,'Guera','GU',1),(662,42,'Kanem','KA',1),(663,42,'Lac','LA',1),(664,42,'Logone Occidental','LC',1),(665,42,'Logone Oriental','LR',1),(666,42,'Mayo-Kebbi','MK',1),(667,42,'Moyen-Chari','MC',1),(668,42,'Ouaddai','OU',1),(669,42,'Salamat','SA',1),(670,42,'Tandjile','TA',1),(671,43,'Aisen del General Carlos Ibanez','AI',1),(672,43,'Antofagasta','AN',1),(673,43,'Araucania','AR',1),(674,43,'Atacama','AT',1),(675,43,'Bio-Bio','BI',1),(676,43,'Coquimbo','CO',1),(677,43,'Libertador General Bernardo O\'Higgins','LI',1),(678,43,'Los Lagos','LL',1),(679,43,'Magallanes y de la Antartica Chilena','MA',1),(680,43,'Maule','ML',1),(681,43,'Region Metropolitana','RM',1),(682,43,'Tarapaca','TA',1),(683,43,'Valparaiso','VS',1),(684,44,'Anhui','AN',1),(685,44,'Beijing','BE',1),(686,44,'Chongqing','CH',1),(687,44,'Fujian','FU',1),(688,44,'Gansu','GA',1),(689,44,'Guangdong','GU',1),(690,44,'Guangxi','GX',1),(691,44,'Guizhou','GZ',1),(692,44,'Hainan','HA',1),(693,44,'Hebei','HB',1),(694,44,'Heilongjiang','HL',1),(695,44,'Henan','HE',1),(696,44,'Hong Kong','HK',1),(697,44,'Hubei','HU',1),(698,44,'Hunan','HN',1),(699,44,'Inner Mongolia','IM',1),(700,44,'Jiangsu','JI',1),(701,44,'Jiangxi','JX',1),(702,44,'Jilin','JL',1),(703,44,'Liaoning','LI',1),(704,44,'Macau','MA',1),(705,44,'Ningxia','NI',1),(706,44,'Shaanxi','SH',1),(707,44,'Shandong','SA',1),(708,44,'Shanghai','SG',1),(709,44,'Shanxi','SX',1),(710,44,'Sichuan','SI',1),(711,44,'Tianjin','TI',1),(712,44,'Xinjiang','XI',1),(713,44,'Yunnan','YU',1),(714,44,'Zhejiang','ZH',1),(715,46,'Direction Island','D',1),(716,46,'Home Island','H',1),(717,46,'Horsburgh Island','O',1),(718,46,'South Island','S',1),(719,46,'West Island','W',1),(720,47,'Amazonas','AMZ',1),(721,47,'Antioquia','ANT',1),(722,47,'Arauca','ARA',1),(723,47,'Atlantico','ATL',1),(724,47,'Bogota D.C.','BDC',1),(725,47,'Bolivar','BOL',1),(726,47,'Boyaca','BOY',1),(727,47,'Caldas','CAL',1),(728,47,'Caqueta','CAQ',1),(729,47,'Casanare','CAS',1),(730,47,'Cauca','CAU',1),(731,47,'Cesar','CES',1),(732,47,'Choco','CHO',1),(733,47,'Cordoba','COR',1),(734,47,'Cundinamarca','CAM',1),(735,47,'Guainia','GNA',1),(736,47,'Guajira','GJR',1),(737,47,'Guaviare','GVR',1),(738,47,'Huila','HUI',1),(739,47,'Magdalena','MAG',1),(740,47,'Meta','MET',1),(741,47,'Narino','NAR',1),(742,47,'Norte de Santander','NDS',1),(743,47,'Putumayo','PUT',1),(744,47,'Quindio','QUI',1),(745,47,'Risaralda','RIS',1),(746,47,'San Andres y Providencia','SAP',1),(747,47,'Santander','SAN',1),(748,47,'Sucre','SUC',1),(749,47,'Tolima','TOL',1),(750,47,'Valle del Cauca','VDC',1),(751,47,'Vaupes','VAU',1),(752,47,'Vichada','VIC',1),(753,48,'Grande Comore','G',1),(754,48,'Anjouan','A',1),(755,48,'Moheli','M',1),(756,49,'Bouenza','BO',1),(757,49,'Brazzaville','BR',1),(758,49,'Cuvette','CU',1),(759,49,'Cuvette-Ouest','CO',1),(760,49,'Kouilou','KO',1),(761,49,'Lekoumou','LE',1),(762,49,'Likouala','LI',1),(763,49,'Niari','NI',1),(764,49,'Plateaux','PL',1),(765,49,'Pool','PO',1),(766,49,'Sangha','SA',1),(767,50,'Pukapuka','PU',1),(768,50,'Rakahanga','RK',1),(769,50,'Manihiki','MK',1),(770,50,'Penrhyn','PE',1),(771,50,'Nassau Island','NI',1),(772,50,'Surwarrow','SU',1),(773,50,'Palmerston','PA',1),(774,50,'Aitutaki','AI',1),(775,50,'Manuae','MA',1),(776,50,'Takutea','TA',1),(777,50,'Mitiaro','MT',1),(778,50,'Atiu','AT',1),(779,50,'Mauke','MU',1),(780,50,'Rarotonga','RR',1),(781,50,'Mangaia','MG',1),(782,51,'Alajuela','AL',1),(783,51,'Cartago','CA',1),(784,51,'Guanacaste','GU',1),(785,51,'Heredia','HE',1),(786,51,'Limon','LI',1),(787,51,'Puntarenas','PU',1),(788,51,'San Jose','SJ',1),(789,52,'Abengourou','ABE',1),(790,52,'Abidjan','ABI',1),(791,52,'Aboisso','ABO',1),(792,52,'Adiake','ADI',1),(793,52,'Adzope','ADZ',1),(794,52,'Agboville','AGB',1),(795,52,'Agnibilekrou','AGN',1),(796,52,'Alepe','ALE',1),(797,52,'Bocanda','BOC',1),(798,52,'Bangolo','BAN',1),(799,52,'Beoumi','BEO',1),(800,52,'Biankouma','BIA',1),(801,52,'Bondoukou','BDK',1),(802,52,'Bongouanou','BGN',1),(803,52,'Bouafle','BFL',1),(804,52,'Bouake','BKE',1),(805,52,'Bouna','BNA',1),(806,52,'Boundiali','BDL',1),(807,52,'Dabakala','DKL',1),(808,52,'Dabou','DBU',1),(809,52,'Daloa','DAL',1),(810,52,'Danane','DAN',1),(811,52,'Daoukro','DAO',1),(812,52,'Dimbokro','DIM',1),(813,52,'Divo','DIV',1),(814,52,'Duekoue','DUE',1),(815,52,'Ferkessedougou','FER',1),(816,52,'Gagnoa','GAG',1),(817,52,'Grand-Bassam','GBA',1),(818,52,'Grand-Lahou','GLA',1),(819,52,'Guiglo','GUI',1),(820,52,'Issia','ISS',1),(821,52,'Jacqueville','JAC',1),(822,52,'Katiola','KAT',1),(823,52,'Korhogo','KOR',1),(824,52,'Lakota','LAK',1),(825,52,'Man','MAN',1),(826,52,'Mankono','MKN',1),(827,52,'Mbahiakro','MBA',1),(828,52,'Odienne','ODI',1),(829,52,'Oume','OUM',1),(830,52,'Sakassou','SAK',1),(831,52,'San-Pedro','SPE',1),(832,52,'Sassandra','SAS',1),(833,52,'Seguela','SEG',1),(834,52,'Sinfra','SIN',1),(835,52,'Soubre','SOU',1),(836,52,'Tabou','TAB',1),(837,52,'Tanda','TAN',1),(838,52,'Tiebissou','TIE',1),(839,52,'Tingrela','TIN',1),(840,52,'Tiassale','TIA',1),(841,52,'Touba','TBA',1),(842,52,'Toulepleu','TLP',1),(843,52,'Toumodi','TMD',1),(844,52,'Vavoua','VAV',1),(845,52,'Yamoussoukro','YAM',1),(846,52,'Zuenoula','ZUE',1),(847,53,'Bjelovarsko-bilogorska','BB',1),(848,53,'Grad Zagreb','GZ',1),(849,53,'Dubrovačko-neretvanska','DN',1),(850,53,'Istarska','IS',1),(851,53,'Karlovačka','KA',1),(852,53,'Koprivničko-križevačka','KK',1),(853,53,'Krapinsko-zagorska','KZ',1),(854,53,'Ličko-senjska','LS',1),(855,53,'Međimurska','ME',1),(856,53,'Osječko-baranjska','OB',1),(857,53,'Požeško-slavonska','PS',1),(858,53,'Primorsko-goranska','PG',1),(859,53,'Šibensko-kninska','SK',1),(860,53,'Sisačko-moslavačka','SM',1),(861,53,'Brodsko-posavska','BP',1),(862,53,'Splitsko-dalmatinska','SD',1),(863,53,'Varaždinska','VA',1),(864,53,'Virovitičko-podravska','VP',1),(865,53,'Vukovarsko-srijemska','VS',1),(866,53,'Zadarska','ZA',1),(867,53,'Zagrebačka','ZG',1),(868,54,'Camaguey','CA',1),(869,54,'Ciego de Avila','CD',1),(870,54,'Cienfuegos','CI',1),(871,54,'Ciudad de La Habana','CH',1),(872,54,'Granma','GR',1),(873,54,'Guantanamo','GU',1),(874,54,'Holguin','HO',1),(875,54,'Isla de la Juventud','IJ',1),(876,54,'La Habana','LH',1),(877,54,'Las Tunas','LT',1),(878,54,'Matanzas','MA',1),(879,54,'Pinar del Rio','PR',1),(880,54,'Sancti Spiritus','SS',1),(881,54,'Santiago de Cuba','SC',1),(882,54,'Villa Clara','VC',1),(883,55,'Famagusta','F',1),(884,55,'Kyrenia','K',1),(885,55,'Larnaca','A',1),(886,55,'Limassol','I',1),(887,55,'Nicosia','N',1),(888,55,'Paphos','P',1),(889,56,'Ústecký','U',1),(890,56,'Jihočeský','C',1),(891,56,'Jihomoravský','B',1),(892,56,'Karlovarský','K',1),(893,56,'Královehradecký','H',1),(894,56,'Liberecký','L',1),(895,56,'Moravskoslezský','T',1),(896,56,'Olomoucký','M',1),(897,56,'Pardubický','E',1),(898,56,'Plzeňský','P',1),(899,56,'Praha','A',1),(900,56,'Středočeský','S',1),(901,56,'Vysočina','J',1),(902,56,'Zlínský','Z',1),(903,57,'Arhus','AR',1),(904,57,'Bornholm','BH',1),(905,57,'Copenhagen','CO',1),(906,57,'Faroe Islands','FO',1),(907,57,'Frederiksborg','FR',1),(908,57,'Fyn','FY',1),(909,57,'Kobenhavn','KO',1),(910,57,'Nordjylland','NO',1),(911,57,'Ribe','RI',1),(912,57,'Ringkobing','RK',1),(913,57,'Roskilde','RO',1),(914,57,'Sonderjylland','SO',1),(915,57,'Storstrom','ST',1),(916,57,'Vejle','VK',1),(917,57,'Vestjælland','VJ',1),(918,57,'Viborg','VB',1),(919,58,'\'Ali Sabih','S',1),(920,58,'Dikhil','K',1),(921,58,'Djibouti','J',1),(922,58,'Obock','O',1),(923,58,'Tadjoura','T',1),(924,59,'Saint Andrew Parish','AND',1),(925,59,'Saint David Parish','DAV',1),(926,59,'Saint George Parish','GEO',1),(927,59,'Saint John Parish','JOH',1),(928,59,'Saint Joseph Parish','JOS',1),(929,59,'Saint Luke Parish','LUK',1),(930,59,'Saint Mark Parish','MAR',1),(931,59,'Saint Patrick Parish','PAT',1),(932,59,'Saint Paul Parish','PAU',1),(933,59,'Saint Peter Parish','PET',1),(934,60,'Distrito Nacional','DN',1),(935,60,'Azua','AZ',1),(936,60,'Baoruco','BC',1),(937,60,'Barahona','BH',1),(938,60,'Dajabon','DJ',1),(939,60,'Duarte','DU',1),(940,60,'Elias Pina','EL',1),(941,60,'El Seybo','SY',1),(942,60,'Espaillat','ET',1),(943,60,'Hato Mayor','HM',1),(944,60,'Independencia','IN',1),(945,60,'La Altagracia','AL',1),(946,60,'La Romana','RO',1),(947,60,'La Vega','VE',1),(948,60,'Maria Trinidad Sanchez','MT',1),(949,60,'Monsenor Nouel','MN',1),(950,60,'Monte Cristi','MC',1),(951,60,'Monte Plata','MP',1),(952,60,'Pedernales','PD',1),(953,60,'Peravia (Bani)','PR',1),(954,60,'Puerto Plata','PP',1),(955,60,'Salcedo','SL',1),(956,60,'Samana','SM',1),(957,60,'Sanchez Ramirez','SH',1),(958,60,'San Cristobal','SC',1),(959,60,'San Jose de Ocoa','JO',1),(960,60,'San Juan','SJ',1),(961,60,'San Pedro de Macoris','PM',1),(962,60,'Santiago','SA',1),(963,60,'Santiago Rodriguez','ST',1),(964,60,'Santo Domingo','SD',1),(965,60,'Valverde','VA',1),(966,61,'Aileu','AL',1),(967,61,'Ainaro','AN',1),(968,61,'Baucau','BA',1),(969,61,'Bobonaro','BO',1),(970,61,'Cova Lima','CO',1),(971,61,'Dili','DI',1),(972,61,'Ermera','ER',1),(973,61,'Lautem','LA',1),(974,61,'Liquica','LI',1),(975,61,'Manatuto','MT',1),(976,61,'Manufahi','MF',1),(977,61,'Oecussi','OE',1),(978,61,'Viqueque','VI',1),(979,62,'Azuay','AZU',1),(980,62,'Bolivar','BOL',1),(981,62,'Cañar','CAN',1),(982,62,'Carchi','CAR',1),(983,62,'Chimborazo','CHI',1),(984,62,'Cotopaxi','COT',1),(985,62,'El Oro','EOR',1),(986,62,'Esmeraldas','ESM',1),(987,62,'Galápagos','GPS',1),(988,62,'Guayas','GUA',1),(989,62,'Imbabura','IMB',1),(990,62,'Loja','LOJ',1),(991,62,'Los Rios','LRO',1),(992,62,'Manabí','MAN',1),(993,62,'Morona Santiago','MSA',1),(994,62,'Napo','NAP',1),(995,62,'Orellana','ORE',1),(996,62,'Pastaza','PAS',1),(997,62,'Pichincha','PIC',1),(998,62,'Sucumbíos','SUC',1),(999,62,'Tungurahua','TUN',1),(1000,62,'Zamora Chinchipe','ZCH',1),(1001,63,'Ad Daqahliyah','DHY',1),(1002,63,'Al Bahr al Ahmar','BAM',1),(1003,63,'Al Buhayrah','BHY',1),(1004,63,'Al Fayyum','FYM',1),(1005,63,'Al Gharbiyah','GBY',1),(1006,63,'Al Iskandariyah','IDR',1),(1007,63,'Al Isma\'iliyah','IML',1),(1008,63,'Al Jizah','JZH',1),(1009,63,'Al Minufiyah','MFY',1),(1010,63,'Al Minya','MNY',1),(1011,63,'Al Qahirah','QHR',1),(1012,63,'Al Qalyubiyah','QLY',1),(1013,63,'Al Wadi al Jadid','WJD',1),(1014,63,'Ash Sharqiyah','SHQ',1),(1015,63,'As Suways','SWY',1),(1016,63,'Aswan','ASW',1),(1017,63,'Asyut','ASY',1),(1018,63,'Bani Suwayf','BSW',1),(1019,63,'Bur Sa\'id','BSD',1),(1020,63,'Dumyat','DMY',1),(1021,63,'Janub Sina\'','JNS',1),(1022,63,'Kafr ash Shaykh','KSH',1),(1023,63,'Matruh','MAT',1),(1024,63,'Qina','QIN',1),(1025,63,'Shamal Sina\'','SHS',1),(1026,63,'Suhaj','SUH',1),(1027,64,'Ahuachapan','AH',1),(1028,64,'Cabanas','CA',1),(1029,64,'Chalatenango','CH',1),(1030,64,'Cuscatlan','CU',1),(1031,64,'La Libertad','LB',1),(1032,64,'La Paz','PZ',1),(1033,64,'La Union','UN',1),(1034,64,'Morazan','MO',1),(1035,64,'San Miguel','SM',1),(1036,64,'San Salvador','SS',1),(1037,64,'San Vicente','SV',1),(1038,64,'Santa Ana','SA',1),(1039,64,'Sonsonate','SO',1),(1040,64,'Usulutan','US',1),(1041,65,'Provincia Annobon','AN',1),(1042,65,'Provincia Bioko Norte','BN',1),(1043,65,'Provincia Bioko Sur','BS',1),(1044,65,'Provincia Centro Sur','CS',1),(1045,65,'Provincia Kie-Ntem','KN',1),(1046,65,'Provincia Litoral','LI',1),(1047,65,'Provincia Wele-Nzas','WN',1),(1048,66,'Central (Maekel)','MA',1),(1049,66,'Anseba (Keren)','KE',1),(1050,66,'Southern Red Sea (Debub-Keih-Bahri)','DK',1),(1051,66,'Northern Red Sea (Semien-Keih-Bahri)','SK',1),(1052,66,'Southern (Debub)','DE',1),(1053,66,'Gash-Barka (Barentu)','BR',1),(1054,67,'Harjumaa (Tallinn)','HA',1),(1055,67,'Hiiumaa (Kardla)','HI',1),(1056,67,'Ida-Virumaa (Johvi)','IV',1),(1057,67,'Jarvamaa (Paide)','JA',1),(1058,67,'Jogevamaa (Jogeva)','JO',1),(1059,67,'Laane-Virumaa (Rakvere)','LV',1),(1060,67,'Laanemaa (Haapsalu)','LA',1),(1061,67,'Parnumaa (Parnu)','PA',1),(1062,67,'Polvamaa (Polva)','PO',1),(1063,67,'Raplamaa (Rapla)','RA',1),(1064,67,'Saaremaa (Kuessaare)','SA',1),(1065,67,'Tartumaa (Tartu)','TA',1),(1066,67,'Valgamaa (Valga)','VA',1),(1067,67,'Viljandimaa (Viljandi)','VI',1),(1068,67,'Vorumaa (Voru)','VO',1),(1069,68,'Afar','AF',1),(1070,68,'Amhara','AH',1),(1071,68,'Benishangul-Gumaz','BG',1),(1072,68,'Gambela','GB',1),(1073,68,'Hariai','HR',1),(1074,68,'Oromia','OR',1),(1075,68,'Somali','SM',1),(1076,68,'Southern Nations - Nationalities and Peoples Region','SN',1),(1077,68,'Tigray','TG',1),(1078,68,'Addis Ababa','AA',1),(1079,68,'Dire Dawa','DD',1),(1080,71,'Central Division','C',1),(1081,71,'Northern Division','N',1),(1082,71,'Eastern Division','E',1),(1083,71,'Western Division','W',1),(1084,71,'Rotuma','R',1),(1085,72,'Ahvenanmaan lääni','AL',1),(1086,72,'Etelä-Suomen lääni','ES',1),(1087,72,'Itä-Suomen lääni','IS',1),(1088,72,'Länsi-Suomen lääni','LS',1),(1089,72,'Lapin lääni','LA',1),(1090,72,'Oulun lääni','OU',1),(1114,74,'Ain','01',1),(1115,74,'Aisne','02',1),(1116,74,'Allier','03',1),(1117,74,'Alpes de Haute Provence','04',1),(1118,74,'Hautes-Alpes','05',1),(1119,74,'Alpes Maritimes','06',1),(1120,74,'Ardèche','07',1),(1121,74,'Ardennes','08',1),(1122,74,'Ariège','09',1),(1123,74,'Aube','10',1),(1124,74,'Aude','11',1),(1125,74,'Aveyron','12',1),(1126,74,'Bouches du Rhône','13',1),(1127,74,'Calvados','14',1),(1128,74,'Cantal','15',1),(1129,74,'Charente','16',1),(1130,74,'Charente Maritime','17',1),(1131,74,'Cher','18',1),(1132,74,'Corrèze','19',1),(1133,74,'Corse du Sud','2A',1),(1134,74,'Haute Corse','2B',1),(1135,74,'Côte d'or','21',1),(1136,74,'Côtes d'Armor','22',1),(1137,74,'Creuse','23',1),(1138,74,'Dordogne','24',1),(1139,74,'Doubs','25',1),(1140,74,'Drôme','26',1),(1141,74,'Eure','27',1),(1142,74,'Eure et Loir','28',1),(1143,74,'Finistère','29',1),(1144,74,'Gard','30',1),(1145,74,'Haute Garonne','31',1),(1146,74,'Gers','32',1),(1147,74,'Gironde','33',1),(1148,74,'Hérault','34',1),(1149,74,'Ille et Vilaine','35',1),(1150,74,'Indre','36',1),(1151,74,'Indre et Loire','37',1),(1152,74,'Isére','38',1),(1153,74,'Jura','39',1),(1154,74,'Landes','40',1),(1155,74,'Loir et Cher','41',1),(1156,74,'Loire','42',1),(1157,74,'Haute Loire','43',1),(1158,74,'Loire Atlantique','44',1),(1159,74,'Loiret','45',1),(1160,74,'Lot','46',1),(1161,74,'Lot et Garonne','47',1),(1162,74,'Lozère','48',1),(1163,74,'Maine et Loire','49',1),(1164,74,'Manche','50',1),(1165,74,'Marne','51',1),(1166,74,'Haute Marne','52',1),(1167,74,'Mayenne','53',1),(1168,74,'Meurthe et Moselle','54',1),(1169,74,'Meuse','55',1),(1170,74,'Morbihan','56',1),(1171,74,'Moselle','57',1),(1172,74,'Nièvre','58',1),(1173,74,'Nord','59',1),(1174,74,'Oise','60',1),(1175,74,'Orne','61',1),(1176,74,'Pas de Calais','62',1),(1177,74,'Puy de Dôme','63',1),(1178,74,'Pyrénées Atlantiques','64',1),(1179,74,'Hautes Pyrénées','65',1),(1180,74,'Pyrénées Orientales','66',1),(1181,74,'Bas Rhin','67',1),(1182,74,'Haut Rhin','68',1),(1183,74,'Rhône','69',1),(1184,74,'Haute Saône','70',1),(1185,74,'Saône et Loire','71',1),(1186,74,'Sarthe','72',1),(1187,74,'Savoie','73',1),(1188,74,'Haute Savoie','74',1),(1189,74,'Paris','75',1),(1190,74,'Seine Maritime','76',1),(1191,74,'Seine et Marne','77',1),(1192,74,'Yvelines','78',1),(1193,74,'Deux Sèvres','79',1),(1194,74,'Somme','80',1),(1195,74,'Tarn','81',1),(1196,74,'Tarn et Garonne','82',1),(1197,74,'Var','83',1),(1198,74,'Vaucluse','84',1),(1199,74,'Vendée','85',1),(1200,74,'Vienne','86',1),(1201,74,'Haute Vienne','87',1),(1202,74,'Vosges','88',1),(1203,74,'Yonne','89',1),(1204,74,'Territoire de Belfort','90',1),(1205,74,'Essonne','91',1),(1206,74,'Hauts de Seine','92',1),(1207,74,'Seine St-Denis','93',1),(1208,74,'Val de Marne','94',1),(1209,74,'Val d\'Oise','95',1),(1210,76,'Archipel des Marquises','M',1),(1211,76,'Archipel des Tuamotu','T',1),(1212,76,'Archipel des Tubuai','I',1),(1213,76,'Iles du Vent','V',1),(1214,76,'Iles Sous-le-Vent','S',1),(1215,77,'Iles Crozet','C',1),(1216,77,'Iles Kerguelen','K',1),(1217,77,'Ile Amsterdam','A',1),(1218,77,'Ile Saint-Paul','P',1),(1219,77,'Adelie Land','D',1),(1220,78,'Estuaire','ES',1),(1221,78,'Haut-Ogooue','HO',1),(1222,78,'Moyen-Ogooue','MO',1),(1223,78,'Ngounie','NG',1),(1224,78,'Nyanga','NY',1),(1225,78,'Ogooue-Ivindo','OI',1),(1226,78,'Ogooue-Lolo','OL',1),(1227,78,'Ogooue-Maritime','OM',1),(1228,78,'Woleu-Ntem','WN',1),(1229,79,'Banjul','BJ',1),(1230,79,'Basse','BS',1),(1231,79,'Brikama','BR',1),(1232,79,'Janjangbure','JA',1),(1233,79,'Kanifeng','KA',1),(1234,79,'Kerewan','KE',1),(1235,79,'Kuntaur','KU',1),(1236,79,'Mansakonko','MA',1),(1237,79,'Lower River','LR',1),(1238,79,'Central River','CR',1),(1239,79,'North Bank','NB',1),(1240,79,'Upper River','UR',1),(1241,79,'Western','WE',1),(1242,80,'Abkhazia','AB',1),(1243,80,'Ajaria','AJ',1),(1244,80,'Tbilisi','TB',1),(1245,80,'Guria','GU',1),(1246,80,'Imereti','IM',1),(1247,80,'Kakheti','KA',1),(1248,80,'Kvemo Kartli','KK',1),(1249,80,'Mtskheta-Mtianeti','MM',1),(1250,80,'Racha Lechkhumi and Kvemo Svanet','RL',1),(1251,80,'Samegrelo-Zemo Svaneti','SZ',1),(1252,80,'Samtskhe-Javakheti','SJ',1),(1253,80,'Shida Kartli','SK',1),(1254,81,'Baden-Württemberg','BAW',1),(1255,81,'Bayern','BAY',1),(1256,81,'Berlin','BER',1),(1257,81,'Brandenburg','BRG',1),(1258,81,'Bremen','BRE',1),(1259,81,'Hamburg','HAM',1),(1260,81,'Hessen','HES',1),(1261,81,'Mecklenburg-Vorpommern','MEC',1),(1262,81,'Niedersachsen','NDS',1),(1263,81,'Nordrhein-Westfalen','NRW',1),(1264,81,'Rheinland-Pfalz','RHE',1),(1265,81,'Saarland','SAR',1),(1266,81,'Sachsen','SAS',1),(1267,81,'Sachsen-Anhalt','SAC',1),(1268,81,'Schleswig-Holstein','SCN',1),(1269,81,'Thüringen','THE',1),(1270,82,'Ashanti Region','AS',1),(1271,82,'Brong-Ahafo Region','BA',1),(1272,82,'Central Region','CE',1),(1273,82,'Eastern Region','EA',1),(1274,82,'Greater Accra Region','GA',1),(1275,82,'Northern Region','NO',1),(1276,82,'Upper East Region','UE',1),(1277,82,'Upper West Region','UW',1),(1278,82,'Volta Region','VO',1),(1279,82,'Western Region','WE',1),(1280,84,'Attica','AT',1),(1281,84,'Central Greece','CN',1),(1282,84,'Central Macedonia','CM',1),(1283,84,'Crete','CR',1),(1284,84,'East Macedonia and Thrace','EM',1),(1285,84,'Epirus','EP',1),(1286,84,'Ionian Islands','II',1),(1287,84,'North Aegean','NA',1),(1288,84,'Peloponnesos','PP',1),(1289,84,'South Aegean','SA',1),(1290,84,'Thessaly','TH',1),(1291,84,'West Greece','WG',1),(1292,84,'West Macedonia','WM',1),(1293,85,'Avannaa','A',1),(1294,85,'Tunu','T',1),(1295,85,'Kitaa','K',1),(1296,86,'Saint Andrew','A',1),(1297,86,'Saint David','D',1),(1298,86,'Saint George','G',1),(1299,86,'Saint John','J',1),(1300,86,'Saint Mark','M',1),(1301,86,'Saint Patrick','P',1),(1302,86,'Carriacou','C',1),(1303,86,'Petit Martinique','Q',1),(1304,89,'Alta Verapaz','AV',1),(1305,89,'Baja Verapaz','BV',1),(1306,89,'Chimaltenango','CM',1),(1307,89,'Chiquimula','CQ',1),(1308,89,'El Peten','PE',1),(1309,89,'El Progreso','PR',1),(1310,89,'El Quiche','QC',1),(1311,89,'Escuintla','ES',1),(1312,89,'Guatemala','GU',1),(1313,89,'Huehuetenango','HU',1),(1314,89,'Izabal','IZ',1),(1315,89,'Jalapa','JA',1),(1316,89,'Jutiapa','JU',1),(1317,89,'Quetzaltenango','QZ',1),(1318,89,'Retalhuleu','RE',1),(1319,89,'Sacatepequez','ST',1),(1320,89,'San Marcos','SM',1),(1321,89,'Santa Rosa','SR',1),(1322,89,'Solola','SO',1),(1323,89,'Suchitepequez','SU',1),(1324,89,'Totonicapan','TO',1),(1325,89,'Zacapa','ZA',1),(1326,90,'Conakry','CNK',1),(1327,90,'Beyla','BYL',1),(1328,90,'Boffa','BFA',1),(1329,90,'Boke','BOK',1),(1330,90,'Coyah','COY',1),(1331,90,'Dabola','DBL',1),(1332,90,'Dalaba','DLB',1),(1333,90,'Dinguiraye','DGR',1),(1334,90,'Dubreka','DBR',1),(1335,90,'Faranah','FRN',1),(1336,90,'Forecariah','FRC',1),(1337,90,'Fria','FRI',1),(1338,90,'Gaoual','GAO',1),(1339,90,'Gueckedou','GCD',1),(1340,90,'Kankan','KNK',1),(1341,90,'Kerouane','KRN',1),(1342,90,'Kindia','KND',1),(1343,90,'Kissidougou','KSD',1),(1344,90,'Koubia','KBA',1),(1345,90,'Koundara','KDA',1),(1346,90,'Kouroussa','KRA',1),(1347,90,'Labe','LAB',1),(1348,90,'Lelouma','LLM',1),(1349,90,'Lola','LOL',1),(1350,90,'Macenta','MCT',1),(1351,90,'Mali','MAL',1),(1352,90,'Mamou','MAM',1),(1353,90,'Mandiana','MAN',1),(1354,90,'Nzerekore','NZR',1),(1355,90,'Pita','PIT',1),(1356,90,'Siguiri','SIG',1),(1357,90,'Telimele','TLM',1),(1358,90,'Tougue','TOG',1),(1359,90,'Yomou','YOM',1),(1360,91,'Bafata Region','BF',1),(1361,91,'Biombo Region','BB',1),(1362,91,'Bissau Region','BS',1),(1363,91,'Bolama Region','BL',1),(1364,91,'Cacheu Region','CA',1),(1365,91,'Gabu Region','GA',1),(1366,91,'Oio Region','OI',1),(1367,91,'Quinara Region','QU',1),(1368,91,'Tombali Region','TO',1),(1369,92,'Barima-Waini','BW',1),(1370,92,'Cuyuni-Mazaruni','CM',1),(1371,92,'Demerara-Mahaica','DM',1),(1372,92,'East Berbice-Corentyne','EC',1),(1373,92,'Essequibo Islands-West Demerara','EW',1),(1374,92,'Mahaica-Berbice','MB',1),(1375,92,'Pomeroon-Supenaam','PM',1),(1376,92,'Potaro-Siparuni','PI',1),(1377,92,'Upper Demerara-Berbice','UD',1),(1378,92,'Upper Takutu-Upper Essequibo','UT',1),(1379,93,'Artibonite','AR',1),(1380,93,'Centre','CE',1),(1381,93,'Grand\'Anse','GA',1),(1382,93,'Nord','ND',1),(1383,93,'Nord-Est','NE',1),(1384,93,'Nord-Ouest','NO',1),(1385,93,'Ouest','OU',1),(1386,93,'Sud','SD',1),(1387,93,'Sud-Est','SE',1),(1388,94,'Flat Island','F',1),(1389,94,'McDonald Island','M',1),(1390,94,'Shag Island','S',1),(1391,94,'Heard Island','H',1),(1392,95,'Atlantida','AT',1),(1393,95,'Choluteca','CH',1),(1394,95,'Colon','CL',1),(1395,95,'Comayagua','CM',1),(1396,95,'Copan','CP',1),(1397,95,'Cortes','CR',1),(1398,95,'El Paraiso','PA',1),(1399,95,'Francisco Morazan','FM',1),(1400,95,'Gracias a Dios','GD',1),(1401,95,'Intibuca','IN',1),(1402,95,'Islas de la Bahia (Bay Islands)','IB',1),(1403,95,'La Paz','PZ',1),(1404,95,'Lempira','LE',1),(1405,95,'Ocotepeque','OC',1),(1406,95,'Olancho','OL',1),(1407,95,'Santa Barbara','SB',1),(1408,95,'Valle','VA',1),(1409,95,'Yoro','YO',1),(1410,96,'Central and Western Hong Kong Island','HCW',1),(1411,96,'Eastern Hong Kong Island','HEA',1),(1412,96,'Southern Hong Kong Island','HSO',1),(1413,96,'Wan Chai Hong Kong Island','HWC',1),(1414,96,'Kowloon City Kowloon','KKC',1),(1415,96,'Kwun Tong Kowloon','KKT',1),(1416,96,'Sham Shui Po Kowloon','KSS',1),(1417,96,'Wong Tai Sin Kowloon','KWT',1),(1418,96,'Yau Tsim Mong Kowloon','KYT',1),(1419,96,'Islands New Territories','NIS',1),(1420,96,'Kwai Tsing New Territories','NKT',1),(1421,96,'North New Territories','NNO',1),(1422,96,'Sai Kung New Territories','NSK',1),(1423,96,'Sha Tin New Territories','NST',1),(1424,96,'Tai Po New Territories','NTP',1),(1425,96,'Tsuen Wan New Territories','NTW',1),(1426,96,'Tuen Mun New Territories','NTM',1),(1427,96,'Yuen Long New Territories','NYL',1),(1467,98,'Austurland','AL',1),(1468,98,'Hofuoborgarsvaeoi','HF',1),(1469,98,'Norourland eystra','NE',1),(1470,98,'Norourland vestra','NV',1),(1471,98,'Suourland','SL',1),(1472,98,'Suournes','SN',1),(1473,98,'Vestfiroir','VF',1),(1474,98,'Vesturland','VL',1),(1475,99,'Andaman and Nicobar Islands','AN',1),(1476,99,'Andhra Pradesh','AP',1),(1477,99,'Arunachal Pradesh','AR',1),(1478,99,'Assam','AS',1),(1479,99,'Bihar','BI',1),(1480,99,'Chandigarh','CH',1),(1481,99,'Dadra and Nagar Haveli','DA',1),(1482,99,'Daman and Diu','DM',1),(1483,99,'Delhi','DE',1),(1484,99,'Goa','GO',1),(1485,99,'Gujarat','GU',1),(1486,99,'Haryana','HA',1),(1487,99,'Himachal Pradesh','HP',1),(1488,99,'Jammu and Kashmir','JA',1),(1489,99,'Karnataka','KA',1),(1490,99,'Kerala','KE',1),(1491,99,'Lakshadweep Islands','LI',1),(1492,99,'Madhya Pradesh','MP',1),(1493,99,'Maharashtra','MA',1),(1494,99,'Manipur','MN',1),(1495,99,'Meghalaya','ME',1),(1496,99,'Mizoram','MI',1),(1497,99,'Nagaland','NA',1),(1498,99,'Orissa','OR',1),(1499,99,'Pondicherry','PO',1),(1500,99,'Punjab','PU',1),(1501,99,'Rajasthan','RA',1),(1502,99,'Sikkim','SI',1),(1503,99,'Tamil Nadu','TN',1),(1504,99,'Tripura','TR',1),(1505,99,'Uttar Pradesh','UP',1),(1506,99,'West Bengal','WB',1),(1507,100,'Aceh','AC',1),(1508,100,'Bali','BA',1),(1509,100,'Banten','BT',1),(1510,100,'Bengkulu','BE',1),(1511,100,'BoDeTaBek','BD',1),(1512,100,'Gorontalo','GO',1),(1513,100,'Jakarta Raya','JK',1),(1514,100,'Jambi','JA',1),(1515,100,'Jawa Barat','JB',1),(1516,100,'Jawa Tengah','JT',1),(1517,100,'Jawa Timur','JI',1),(1518,100,'Kalimantan Barat','KB',1),(1519,100,'Kalimantan Selatan','KS',1),(1520,100,'Kalimantan Tengah','KT',1),(1521,100,'Kalimantan Timur','KI',1),(1522,100,'Kepulauan Bangka Belitung','BB',1),(1523,100,'Lampung','LA',1),(1524,100,'Maluku','MA',1),(1525,100,'Maluku Utara','MU',1),(1526,100,'Nusa Tenggara Barat','NB',1),(1527,100,'Nusa Tenggara Timur','NT',1),(1528,100,'Papua','PA',1),(1529,100,'Riau','RI',1),(1530,100,'Sulawesi Selatan','SN',1),(1531,100,'Sulawesi Tengah','ST',1),(1532,100,'Sulawesi Tenggara','SG',1),(1533,100,'Sulawesi Utara','SA',1),(1534,100,'Sumatera Barat','SB',1),(1535,100,'Sumatera Selatan','SS',1),(1536,100,'Sumatera Utara','SU',1),(1537,100,'Yogyakarta','YO',1),(1538,101,'Tehran','TEH',1),(1539,101,'Qom','QOM',1),(1540,101,'Markazi','MKZ',1),(1541,101,'Qazvin','QAZ',1),(1542,101,'Gilan','GIL',1),(1543,101,'Ardabil','ARD',1),(1544,101,'Zanjan','ZAN',1),(1545,101,'East Azarbaijan','EAZ',1),(1546,101,'West Azarbaijan','WEZ',1),(1547,101,'Kurdistan','KRD',1),(1548,101,'Hamadan','HMD',1),(1549,101,'Kermanshah','KRM',1),(1550,101,'Ilam','ILM',1),(1551,101,'Lorestan','LRS',1),(1552,101,'Khuzestan','KZT',1),(1553,101,'Chahar Mahaal and Bakhtiari','CMB',1),(1554,101,'Kohkiluyeh and Buyer Ahmad','KBA',1),(1555,101,'Bushehr','BSH',1),(1556,101,'Fars','FAR',1),(1557,101,'Hormozgan','HRM',1),(1558,101,'Sistan and Baluchistan','SBL',1),(1559,101,'Kerman','KRB',1),(1560,101,'Yazd','YZD',1),(1561,101,'Esfahan','EFH',1),(1562,101,'Semnan','SMN',1),(1563,101,'Mazandaran','MZD',1),(1564,101,'Golestan','GLS',1),(1565,101,'North Khorasan','NKH',1),(1566,101,'Razavi Khorasan','RKH',1),(1567,101,'South Khorasan','SKH',1),(1568,102,'Baghdad','BD',1),(1569,102,'Salah ad Din','SD',1),(1570,102,'Diyala','DY',1),(1571,102,'Wasit','WS',1),(1572,102,'Maysan','MY',1),(1573,102,'Al Basrah','BA',1),(1574,102,'Dhi Qar','DQ',1),(1575,102,'Al Muthanna','MU',1),(1576,102,'Al Qadisyah','QA',1),(1577,102,'Babil','BB',1),(1578,102,'Al Karbala','KB',1),(1579,102,'An Najaf','NJ',1),(1580,102,'Al Anbar','AB',1),(1581,102,'Ninawa','NN',1),(1582,102,'Dahuk','DH',1),(1583,102,'Arbil','AL',1),(1584,102,'At Ta\'mim','TM',1),(1585,102,'As Sulaymaniyah','SL',1),(1586,103,'Carlow','CA',1),(1587,103,'Cavan','CV',1),(1588,103,'Clare','CL',1),(1589,103,'Cork','CO',1),(1590,103,'Donegal','DO',1),(1591,103,'Dublin','DU',1),(1592,103,'Galway','GA',1),(1593,103,'Kerry','KE',1),(1594,103,'Kildare','KI',1),(1595,103,'Kilkenny','KL',1),(1596,103,'Laois','LA',1),(1597,103,'Leitrim','LE',1),(1598,103,'Limerick','LI',1),(1599,103,'Longford','LO',1),(1600,103,'Louth','LU',1),(1601,103,'Mayo','MA',1),(1602,103,'Meath','ME',1),(1603,103,'Monaghan','MO',1),(1604,103,'Offaly','OF',1),(1605,103,'Roscommon','RO',1),(1606,103,'Sligo','SL',1),(1607,103,'Tipperary','TI',1),(1608,103,'Waterford','WA',1),(1609,103,'Westmeath','WE',1),(1610,103,'Wexford','WX',1),(1611,103,'Wicklow','WI',1),(1612,104,'Be\'er Sheva','BS',1),(1613,104,'Bika\'at Hayarden','BH',1),(1614,104,'Eilat and Arava','EA',1),(1615,104,'Galil','GA',1),(1616,104,'Haifa','HA',1),(1617,104,'Jehuda Mountains','JM',1),(1618,104,'Jerusalem','JE',1),(1619,104,'Negev','NE',1),(1620,104,'Semaria','SE',1),(1621,104,'Sharon','SH',1),(1622,104,'Tel Aviv (Gosh Dan)','TA',1),(3860,105,'Caltanissetta','CL',1),(3842,105,'Agrigento','AG',1),(3843,105,'Alessandria','AL',1),(3844,105,'Ancona','AN',1),(3845,105,'Aosta','AO',1),(3846,105,'Arezzo','AR',1),(3847,105,'Ascoli Piceno','AP',1),(3848,105,'Asti','AT',1),(3849,105,'Avellino','AV',1),(3850,105,'Bari','BA',1),(3851,105,'Belluno','BL',1),(3852,105,'Benevento','BN',1),(3853,105,'Bergamo','BG',1),(3854,105,'Biella','BI',1),(3855,105,'Bologna','BO',1),(3856,105,'Bolzano','BZ',1),(3857,105,'Brescia','BS',1),(3858,105,'Brindisi','BR',1),(3859,105,'Cagliari','CA',1),(1643,106,'Clarendon Parish','CLA',1),(1644,106,'Hanover Parish','HAN',1),(1645,106,'Kingston Parish','KIN',1),(1646,106,'Manchester Parish','MAN',1),(1647,106,'Portland Parish','POR',1),(1648,106,'Saint Andrew Parish','AND',1),(1649,106,'Saint Ann Parish','ANN',1),(1650,106,'Saint Catherine Parish','CAT',1),(1651,106,'Saint Elizabeth Parish','ELI',1),(1652,106,'Saint James Parish','JAM',1),(1653,106,'Saint Mary Parish','MAR',1),(1654,106,'Saint Thomas Parish','THO',1),(1655,106,'Trelawny Parish','TRL',1),(1656,106,'Westmoreland Parish','WML',1),(1657,107,'Aichi','AI',1),(1658,107,'Akita','AK',1),(1659,107,'Aomori','AO',1),(1660,107,'Chiba','CH',1),(1661,107,'Ehime','EH',1),(1662,107,'Fukui','FK',1),(1663,107,'Fukuoka','FU',1),(1664,107,'Fukushima','FS',1),(1665,107,'Gifu','GI',1),(1666,107,'Gumma','GU',1),(1667,107,'Hiroshima','HI',1),(1668,107,'Hokkaido','HO',1),(1669,107,'Hyogo','HY',1),(1670,107,'Ibaraki','IB',1),(1671,107,'Ishikawa','IS',1),(1672,107,'Iwate','IW',1),(1673,107,'Kagawa','KA',1),(1674,107,'Kagoshima','KG',1),(1675,107,'Kanagawa','KN',1),(1676,107,'Kochi','KO',1),(1677,107,'Kumamoto','KU',1),(1678,107,'Kyoto','KY',1),(1679,107,'Mie','MI',1),(1680,107,'Miyagi','MY',1),(1681,107,'Miyazaki','MZ',1),(1682,107,'Nagano','NA',1),(1683,107,'Nagasaki','NG',1),(1684,107,'Nara','NR',1),(1685,107,'Niigata','NI',1),(1686,107,'Oita','OI',1),(1687,107,'Okayama','OK',1),(1688,107,'Okinawa','ON',1),(1689,107,'Osaka','OS',1),(1690,107,'Saga','SA',1),(1691,107,'Saitama','SI',1),(1692,107,'Shiga','SH',1),(1693,107,'Shimane','SM',1),(1694,107,'Shizuoka','SZ',1),(1695,107,'Tochigi','TO',1),(1696,107,'Tokushima','TS',1),(1697,107,'Tokyo','TK',1),(1698,107,'Tottori','TT',1),(1699,107,'Toyama','TY',1),(1700,107,'Wakayama','WA',1),(1701,107,'Yamagata','YA',1),(1702,107,'Yamaguchi','YM',1),(1703,107,'Yamanashi','YN',1),(1704,108,'\'Amman','AM',1),(1705,108,'Ajlun','AJ',1),(1706,108,'Al \'Aqabah','AA',1),(1707,108,'Al Balqa\'','AB',1),(1708,108,'Al Karak','AK',1),(1709,108,'Al Mafraq','AL',1),(1710,108,'At Tafilah','AT',1),(1711,108,'Az Zarqa\'','AZ',1),(1712,108,'Irbid','IR',1),(1713,108,'Jarash','JA',1),(1714,108,'Ma\'an','MA',1),(1715,108,'Madaba','MD',1),(1716,109,'Almaty','AL',1),(1717,109,'Almaty City','AC',1),(1718,109,'Aqmola','AM',1),(1719,109,'Aqtobe','AQ',1),(1720,109,'Astana City','AS',1),(1721,109,'Atyrau','AT',1),(1722,109,'Batys Qazaqstan','BA',1),(1723,109,'Bayqongyr City','BY',1),(1724,109,'Mangghystau','MA',1),(1725,109,'Ongtustik Qazaqstan','ON',1),(1726,109,'Pavlodar','PA',1),(1727,109,'Qaraghandy','QA',1),(1728,109,'Qostanay','QO',1),(1729,109,'Qyzylorda','QY',1),(1730,109,'Shyghys Qazaqstan','SH',1),(1731,109,'Soltustik Qazaqstan','SO',1),(1732,109,'Zhambyl','ZH',1),(1733,110,'Central','CE',1),(1734,110,'Coast','CO',1),(1735,110,'Eastern','EA',1),(1736,110,'Nairobi Area','NA',1),(1737,110,'North Eastern','NE',1),(1738,110,'Nyanza','NY',1),(1739,110,'Rift Valley','RV',1),(1740,110,'Western','WE',1),(1741,111,'Abaiang','AG',1),(1742,111,'Abemama','AM',1),(1743,111,'Aranuka','AK',1),(1744,111,'Arorae','AO',1),(1745,111,'Banaba','BA',1),(1746,111,'Beru','BE',1),(1747,111,'Butaritari','bT',1),(1748,111,'Kanton','KA',1),(1749,111,'Kiritimati','KR',1),(1750,111,'Kuria','KU',1),(1751,111,'Maiana','MI',1),(1752,111,'Makin','MN',1),(1753,111,'Marakei','ME',1),(1754,111,'Nikunau','NI',1),(1755,111,'Nonouti','NO',1),(1756,111,'Onotoa','ON',1),(1757,111,'Tabiteuea','TT',1),(1758,111,'Tabuaeran','TR',1),(1759,111,'Tamana','TM',1),(1760,111,'Tarawa','TW',1),(1761,111,'Teraina','TE',1),(1762,112,'Chagang-do','CHA',1),(1763,112,'Hamgyong-bukto','HAB',1),(1764,112,'Hamgyong-namdo','HAN',1),(1765,112,'Hwanghae-bukto','HWB',1),(1766,112,'Hwanghae-namdo','HWN',1),(1767,112,'Kangwon-do','KAN',1),(1768,112,'P\'yongan-bukto','PYB',1),(1769,112,'P\'yongan-namdo','PYN',1),(1770,112,'Ryanggang-do (Yanggang-do)','YAN',1),(1771,112,'Rason Directly Governed City','NAJ',1),(1772,112,'P\'yongyang Special City','PYO',1),(1773,113,'Ch\'ungch\'ong-bukto','CO',1),(1774,113,'Ch\'ungch\'ong-namdo','CH',1),(1775,113,'Cheju-do','CD',1),(1776,113,'Cholla-bukto','CB',1),(1777,113,'Cholla-namdo','CN',1),(1778,113,'Inch\'on-gwangyoksi','IG',1),(1779,113,'Kangwon-do','KA',1),(1780,113,'Kwangju-gwangyoksi','KG',1),(1781,113,'Kyonggi-do','KD',1),(1782,113,'Kyongsang-bukto','KB',1),(1783,113,'Kyongsang-namdo','KN',1),(1784,113,'Pusan-gwangyoksi','PG',1),(1785,113,'Soul-t\'ukpyolsi','SO',1),(1786,113,'Taegu-gwangyoksi','TA',1),(1787,113,'Taejon-gwangyoksi','TG',1),(1788,114,'Al \'Asimah','AL',1),(1789,114,'Al Ahmadi','AA',1),(1790,114,'Al Farwaniyah','AF',1),(1791,114,'Al Jahra\'','AJ',1),(1792,114,'Hawalli','HA',1),(1793,115,'Bishkek','GB',1),(1794,115,'Batken','B',1),(1795,115,'Chu','C',1),(1796,115,'Jalal-Abad','J',1),(1797,115,'Naryn','N',1),(1798,115,'Osh','O',1),(1799,115,'Talas','T',1),(1800,115,'Ysyk-Kol','Y',1),(1801,116,'Vientiane','VT',1),(1802,116,'Attapu','AT',1),(1803,116,'Bokeo','BK',1),(1804,116,'Bolikhamxai','BL',1),(1805,116,'Champasak','CH',1),(1806,116,'Houaphan','HO',1),(1807,116,'Khammouan','KH',1),(1808,116,'Louang Namtha','LM',1),(1809,116,'Louangphabang','LP',1),(1810,116,'Oudomxai','OU',1),(1811,116,'Phongsali','PH',1),(1812,116,'Salavan','SL',1),(1813,116,'Savannakhet','SV',1),(1814,116,'Vientiane','VI',1),(1815,116,'Xaignabouli','XA',1),(1816,116,'Xekong','XE',1),(1817,116,'Xiangkhoang','XI',1),(1818,116,'Xaisomboun','XN',1),(1852,119,'Berea','BE',1),(1853,119,'Butha-Buthe','BB',1),(1854,119,'Leribe','LE',1),(1855,119,'Mafeteng','MF',1),(1856,119,'Maseru','MS',1),(1857,119,'Mohale\'s Hoek','MH',1),(1858,119,'Mokhotlong','MK',1),(1859,119,'Qacha\'s Nek','QN',1),(1860,119,'Quthing','QT',1),(1861,119,'Thaba-Tseka','TT',1),(1862,120,'Bomi','BI',1),(1863,120,'Bong','BG',1),(1864,120,'Grand Bassa','GB',1),(1865,120,'Grand Cape Mount','CM',1),(1866,120,'Grand Gedeh','GG',1),(1867,120,'Grand Kru','GK',1),(1868,120,'Lofa','LO',1),(1869,120,'Margibi','MG',1),(1870,120,'Maryland','ML',1),(1871,120,'Montserrado','MS',1),(1872,120,'Nimba','NB',1),(1873,120,'River Cess','RC',1),(1874,120,'Sinoe','SN',1),(1875,121,'Ajdabiya','AJ',1),(1876,121,'Al \'Aziziyah','AZ',1),(1877,121,'Al Fatih','FA',1),(1878,121,'Al Jabal al Akhdar','JA',1),(1879,121,'Al Jufrah','JU',1),(1880,121,'Al Khums','KH',1),(1881,121,'Al Kufrah','KU',1),(1882,121,'An Nuqat al Khams','NK',1),(1883,121,'Ash Shati\'','AS',1),(1884,121,'Awbari','AW',1),(1885,121,'Az Zawiyah','ZA',1),(1886,121,'Banghazi','BA',1),(1887,121,'Darnah','DA',1),(1888,121,'Ghadamis','GD',1),(1889,121,'Gharyan','GY',1),(1890,121,'Misratah','MI',1),(1891,121,'Murzuq','MZ',1),(1892,121,'Sabha','SB',1),(1893,121,'Sawfajjin','SW',1),(1894,121,'Surt','SU',1),(1895,121,'Tarabulus (Tripoli)','TL',1),(1896,121,'Tarhunah','TH',1),(1897,121,'Tubruq','TU',1),(1898,121,'Yafran','YA',1),(1899,121,'Zlitan','ZL',1),(1900,122,'Vaduz','V',1),(1901,122,'Schaan','A',1),(1902,122,'Balzers','B',1),(1903,122,'Triesen','N',1),(1904,122,'Eschen','E',1),(1905,122,'Mauren','M',1),(1906,122,'Triesenberg','T',1),(1907,122,'Ruggell','R',1),(1908,122,'Gamprin','G',1),(1909,122,'Schellenberg','L',1),(1910,122,'Planken','P',1),(1911,123,'Alytus','AL',1),(1912,123,'Kaunas','KA',1),(1913,123,'Klaipeda','KL',1),(1914,123,'Marijampole','MA',1),(1915,123,'Panevezys','PA',1),(1916,123,'Siauliai','SI',1),(1917,123,'Taurage','TA',1),(1918,123,'Telsiai','TE',1),(1919,123,'Utena','UT',1),(1920,123,'Vilnius','VI',1),(1921,124,'Diekirch','DD',1),(1922,124,'Clervaux','DC',1),(1923,124,'Redange','DR',1),(1924,124,'Vianden','DV',1),(1925,124,'Wiltz','DW',1),(1926,124,'Grevenmacher','GG',1),(1927,124,'Echternach','GE',1),(1928,124,'Remich','GR',1),(1929,124,'Luxembourg','LL',1),(1930,124,'Capellen','LC',1),(1931,124,'Esch-sur-Alzette','LE',1),(1932,124,'Mersch','LM',1),(1933,125,'Our Lady Fatima Parish','OLF',1),(1934,125,'St. Anthony Parish','ANT',1),(1935,125,'St. Lazarus Parish','LAZ',1),(1936,125,'Cathedral Parish','CAT',1),(1937,125,'St. Lawrence Parish','LAW',1),(1938,127,'Antananarivo','AN',1),(1939,127,'Antsiranana','AS',1),(1940,127,'Fianarantsoa','FN',1),(1941,127,'Mahajanga','MJ',1),(1942,127,'Toamasina','TM',1),(1943,127,'Toliara','TL',1),(1944,128,'Balaka','BLK',1),(1945,128,'Blantyre','BLT',1),(1946,128,'Chikwawa','CKW',1),(1947,128,'Chiradzulu','CRD',1),(1948,128,'Chitipa','CTP',1),(1949,128,'Dedza','DDZ',1),(1950,128,'Dowa','DWA',1),(1951,128,'Karonga','KRG',1),(1952,128,'Kasungu','KSG',1),(1953,128,'Likoma','LKM',1),(1954,128,'Lilongwe','LLG',1),(1955,128,'Machinga','MCG',1),(1956,128,'Mangochi','MGC',1),(1957,128,'Mchinji','MCH',1),(1958,128,'Mulanje','MLJ',1),(1959,128,'Mwanza','MWZ',1),(1960,128,'Mzimba','MZM',1),(1961,128,'Ntcheu','NTU',1),(1962,128,'Nkhata Bay','NKB',1),(1963,128,'Nkhotakota','NKH',1),(1964,128,'Nsanje','NSJ',1),(1965,128,'Ntchisi','NTI',1),(1966,128,'Phalombe','PHL',1),(1967,128,'Rumphi','RMP',1),(1968,128,'Salima','SLM',1),(1969,128,'Thyolo','THY',1),(1970,128,'Zomba','ZBA',1),(1971,129,'Johor','MY-01',1),(1972,129,'Kedah','MY-02',1),(1973,129,'Kelantan','MY-03',1),(1974,129,'Labuan','MY-15',1),(1975,129,'Melaka','MY-04',1),(1976,129,'Negeri Sembilan','MY-05',1),(1977,129,'Pahang','MY-06',1),(1978,129,'Perak','MY-08',1),(1979,129,'Perlis','MY-09',1),(1980,129,'Pulau Pinang','MY-07',1),(1981,129,'Sabah','MY-12',1),(1982,129,'Sarawak','MY-13',1),(1983,129,'Selangor','MY-10',1),(1984,129,'Terengganu','MY-11',1),(1985,129,'Kuala Lumpur','MY-14',1),(4035,129,'Putrajaya','MY-16',1),(1986,130,'Thiladhunmathi Uthuru','THU',1),(1987,130,'Thiladhunmathi Dhekunu','THD',1),(1988,130,'Miladhunmadulu Uthuru','MLU',1),(1989,130,'Miladhunmadulu Dhekunu','MLD',1),(1990,130,'Maalhosmadulu Uthuru','MAU',1),(1991,130,'Maalhosmadulu Dhekunu','MAD',1),(1992,130,'Faadhippolhu','FAA',1),(1993,130,'Male Atoll','MAA',1),(1994,130,'Ari Atoll Uthuru','AAU',1),(1995,130,'Ari Atoll Dheknu','AAD',1),(1996,130,'Felidhe Atoll','FEA',1),(1997,130,'Mulaku Atoll','MUA',1),(1998,130,'Nilandhe Atoll Uthuru','NAU',1),(1999,130,'Nilandhe Atoll Dhekunu','NAD',1),(2000,130,'Kolhumadulu','KLH',1),(2001,130,'Hadhdhunmathi','HDH',1),(2002,130,'Huvadhu Atoll Uthuru','HAU',1),(2003,130,'Huvadhu Atoll Dhekunu','HAD',1),(2004,130,'Fua Mulaku','FMU',1),(2005,130,'Addu','ADD',1),(2006,131,'Gao','GA',1),(2007,131,'Kayes','KY',1),(2008,131,'Kidal','KD',1),(2009,131,'Koulikoro','KL',1),(2010,131,'Mopti','MP',1),(2011,131,'Segou','SG',1),(2012,131,'Sikasso','SK',1),(2013,131,'Tombouctou','TB',1),(2014,131,'Bamako Capital District','CD',1),(2015,132,'Attard','ATT',1),(2016,132,'Balzan','BAL',1),(2017,132,'Birgu','BGU',1),(2018,132,'Birkirkara','BKK',1),(2019,132,'Birzebbuga','BRZ',1),(2020,132,'Bormla','BOR',1),(2021,132,'Dingli','DIN',1),(2022,132,'Fgura','FGU',1),(2023,132,'Floriana','FLO',1),(2024,132,'Gudja','GDJ',1),(2025,132,'Gzira','GZR',1),(2026,132,'Gargur','GRG',1),(2027,132,'Gaxaq','GXQ',1),(2028,132,'Hamrun','HMR',1),(2029,132,'Iklin','IKL',1),(2030,132,'Isla','ISL',1),(2031,132,'Kalkara','KLK',1),(2032,132,'Kirkop','KRK',1),(2033,132,'Lija','LIJ',1),(2034,132,'Luqa','LUQ',1),(2035,132,'Marsa','MRS',1),(2036,132,'Marsaskala','MKL',1),(2037,132,'Marsaxlokk','MXL',1),(2038,132,'Mdina','MDN',1),(2039,132,'Melliea','MEL',1),(2040,132,'Mgarr','MGR',1),(2041,132,'Mosta','MST',1),(2042,132,'Mqabba','MQA',1),(2043,132,'Msida','MSI',1),(2044,132,'Mtarfa','MTF',1),(2045,132,'Naxxar','NAX',1),(2046,132,'Paola','PAO',1),(2047,132,'Pembroke','PEM',1),(2048,132,'Pieta','PIE',1),(2049,132,'Qormi','QOR',1),(2050,132,'Qrendi','QRE',1),(2051,132,'Rabat','RAB',1),(2052,132,'Safi','SAF',1),(2053,132,'San Giljan','SGI',1),(2054,132,'Santa Lucija','SLU',1),(2055,132,'San Pawl il-Bahar','SPB',1),(2056,132,'San Gwann','SGW',1),(2057,132,'Santa Venera','SVE',1),(2058,132,'Siggiewi','SIG',1),(2059,132,'Sliema','SLM',1),(2060,132,'Swieqi','SWQ',1),(2061,132,'Ta Xbiex','TXB',1),(2062,132,'Tarxien','TRX',1),(2063,132,'Valletta','VLT',1),(2064,132,'Xgajra','XGJ',1),(2065,132,'Zabbar','ZBR',1),(2066,132,'Zebbug','ZBG',1),(2067,132,'Zejtun','ZJT',1),(2068,132,'Zurrieq','ZRQ',1),(2069,132,'Fontana','FNT',1),(2070,132,'Ghajnsielem','GHJ',1),(2071,132,'Gharb','GHR',1),(2072,132,'Ghasri','GHS',1),(2073,132,'Kercem','KRC',1),(2074,132,'Munxar','MUN',1),(2075,132,'Nadur','NAD',1),(2076,132,'Qala','QAL',1),(2077,132,'Victoria','VIC',1),(2078,132,'San Lawrenz','SLA',1),(2079,132,'Sannat','SNT',1),(2080,132,'Xagra','ZAG',1),(2081,132,'Xewkija','XEW',1),(2082,132,'Zebbug','ZEB',1),(2083,133,'Ailinginae','ALG',1),(2084,133,'Ailinglaplap','ALL',1),(2085,133,'Ailuk','ALK',1),(2086,133,'Arno','ARN',1),(2087,133,'Aur','AUR',1),(2088,133,'Bikar','BKR',1),(2089,133,'Bikini','BKN',1),(2090,133,'Bokak','BKK',1),(2091,133,'Ebon','EBN',1),(2092,133,'Enewetak','ENT',1),(2093,133,'Erikub','EKB',1),(2094,133,'Jabat','JBT',1),(2095,133,'Jaluit','JLT',1),(2096,133,'Jemo','JEM',1),(2097,133,'Kili','KIL',1),(2098,133,'Kwajalein','KWJ',1),(2099,133,'Lae','LAE',1),(2100,133,'Lib','LIB',1),(2101,133,'Likiep','LKP',1),(2102,133,'Majuro','MJR',1),(2103,133,'Maloelap','MLP',1),(2104,133,'Mejit','MJT',1),(2105,133,'Mili','MIL',1),(2106,133,'Namorik','NMK',1),(2107,133,'Namu','NAM',1),(2108,133,'Rongelap','RGL',1),(2109,133,'Rongrik','RGK',1),(2110,133,'Toke','TOK',1),(2111,133,'Ujae','UJA',1),(2112,133,'Ujelang','UJL',1),(2113,133,'Utirik','UTK',1),(2114,133,'Wotho','WTH',1),(2115,133,'Wotje','WTJ',1),(2116,135,'Adrar','AD',1),(2117,135,'Assaba','AS',1),(2118,135,'Brakna','BR',1),(2119,135,'Dakhlet Nouadhibou','DN',1),(2120,135,'Gorgol','GO',1),(2121,135,'Guidimaka','GM',1),(2122,135,'Hodh Ech Chargui','HC',1),(2123,135,'Hodh El Gharbi','HG',1),(2124,135,'Inchiri','IN',1),(2125,135,'Tagant','TA',1),(2126,135,'Tiris Zemmour','TZ',1),(2127,135,'Trarza','TR',1),(2128,135,'Nouakchott','NO',1),(2129,136,'Beau Bassin-Rose Hill','BR',1),(2130,136,'Curepipe','CU',1),(2131,136,'Port Louis','PU',1),(2132,136,'Quatre Bornes','QB',1),(2133,136,'Vacoas-Phoenix','VP',1),(2134,136,'Agalega Islands','AG',1),(2135,136,'Cargados Carajos Shoals (Saint Brandon Islands)','CC',1),(2136,136,'Rodrigues','RO',1),(2137,136,'Black River','BL',1),(2138,136,'Flacq','FL',1),(2139,136,'Grand Port','GP',1),(2140,136,'Moka','MO',1),(2141,136,'Pamplemousses','PA',1),(2142,136,'Plaines Wilhems','PW',1),(2143,136,'Port Louis','PL',1),(2144,136,'Riviere du Rempart','RR',1),(2145,136,'Savanne','SA',1),(2146,138,'Baja California Norte','BN',1),(2147,138,'Baja California Sur','BS',1),(2148,138,'Campeche','CA',1),(2149,138,'Chiapas','CI',1),(2150,138,'Chihuahua','CH',1),(2151,138,'Coahuila de Zaragoza','CZ',1),(2152,138,'Colima','CL',1),(2153,138,'Distrito Federal','DF',1),(2154,138,'Durango','DU',1),(2155,138,'Guanajuato','GA',1),(2156,138,'Guerrero','GE',1),(2157,138,'Hidalgo','HI',1),(2158,138,'Jalisco','JA',1),(2159,138,'Mexico','ME',1),(2160,138,'Michoacan de Ocampo','MI',1),(2161,138,'Morelos','MO',1),(2162,138,'Nayarit','NA',1),(2163,138,'Nuevo Leon','NL',1),(2164,138,'Oaxaca','OA',1),(2165,138,'Puebla','PU',1),(2166,138,'Queretaro de Arteaga','QA',1),(2167,138,'Quintana Roo','QR',1),(2168,138,'San Luis Potosi','SA',1),(2169,138,'Sinaloa','SI',1),(2170,138,'Sonora','SO',1),(2171,138,'Tabasco','TB',1),(2172,138,'Tamaulipas','TM',1),(2173,138,'Tlaxcala','TL',1),(2174,138,'Veracruz-Llave','VE',1),(2175,138,'Yucatan','YU',1),(2176,138,'Zacatecas','ZA',1),(2177,139,'Chuuk','C',1),(2178,139,'Kosrae','K',1),(2179,139,'Pohnpei','P',1),(2180,139,'Yap','Y',1),(2181,140,'Gagauzia','GA',1),(2182,140,'Chisinau','CU',1),(2183,140,'Balti','BA',1),(2184,140,'Cahul','CA',1),(2185,140,'Edinet','ED',1),(2186,140,'Lapusna','LA',1),(2187,140,'Orhei','OR',1),(2188,140,'Soroca','SO',1),(2189,140,'Tighina','TI',1),(2190,140,'Ungheni','UN',1),(2191,140,'St‚nga Nistrului','SN',1),(2192,141,'Fontvieille','FV',1),(2193,141,'La Condamine','LC',1),(2194,141,'Monaco-Ville','MV',1),(2195,141,'Monte-Carlo','MC',1),(2196,142,'Ulanbaatar','1',1),(2197,142,'Orhon','035',1),(2198,142,'Darhan uul','037',1),(2199,142,'Hentiy','039',1),(2200,142,'Hovsgol','041',1),(2201,142,'Hovd','043',1),(2202,142,'Uvs','046',1),(2203,142,'Tov','047',1),(2204,142,'Selenge','049',1),(2205,142,'Suhbaatar','051',1),(2206,142,'Omnogovi','053',1),(2207,142,'Ovorhangay','055',1),(2208,142,'Dzavhan','057',1),(2209,142,'DundgovL','059',1),(2210,142,'Dornod','061',1),(2211,142,'Dornogov','063',1),(2212,142,'Govi-Sumber','064',1),(2213,142,'Govi-Altay','065',1),(2214,142,'Bulgan','067',1),(2215,142,'Bayanhongor','069',1),(2216,142,'Bayan-Olgiy','071',1),(2217,142,'Arhangay','073',1),(2218,143,'Saint Anthony','A',1),(2219,143,'Saint Georges','G',1),(2220,143,'Saint Peter','P',1),(2221,144,'Agadir','AGD',1),(2222,144,'Al Hoceima','HOC',1),(2223,144,'Azilal','AZI',1),(2224,144,'Beni Mellal','BME',1),(2225,144,'Ben Slimane','BSL',1),(2226,144,'Boulemane','BLM',1),(2227,144,'Casablanca','CBL',1),(2228,144,'Chaouen','CHA',1),(2229,144,'El Jadida','EJA',1),(2230,144,'El Kelaa des Sraghna','EKS',1),(2231,144,'Er Rachidia','ERA',1),(2232,144,'Essaouira','ESS',1),(2233,144,'Fes','FES',1),(2234,144,'Figuig','FIG',1),(2235,144,'Guelmim','GLM',1),(2236,144,'Ifrane','IFR',1),(2237,144,'Kenitra','KEN',1),(2238,144,'Khemisset','KHM',1),(2239,144,'Khenifra','KHN',1),(2240,144,'Khouribga','KHO',1),(2241,144,'Laayoune','LYN',1),(2242,144,'Larache','LAR',1),(2243,144,'Marrakech','MRK',1),(2244,144,'Meknes','MKN',1),(2245,144,'Nador','NAD',1),(2246,144,'Ouarzazate','ORZ',1),(2247,144,'Oujda','OUJ',1),(2248,144,'Rabat-Sale','RSA',1),(2249,144,'Safi','SAF',1),(2250,144,'Settat','SET',1),(2251,144,'Sidi Kacem','SKA',1),(2252,144,'Tangier','TGR',1),(2253,144,'Tan-Tan','TAN',1),(2254,144,'Taounate','TAO',1),(2255,144,'Taroudannt','TRD',1),(2256,144,'Tata','TAT',1),(2257,144,'Taza','TAZ',1),(2258,144,'Tetouan','TET',1),(2259,144,'Tiznit','TIZ',1),(2260,144,'Ad Dakhla','ADK',1),(2261,144,'Boujdour','BJD',1),(2262,144,'Es Smara','ESM',1),(2263,145,'Cabo Delgado','CD',1),(2264,145,'Gaza','GZ',1),(2265,145,'Inhambane','IN',1),(2266,145,'Manica','MN',1),(2267,145,'Maputo (city)','MC',1),(2268,145,'Maputo','MP',1),(2269,145,'Nampula','NA',1),(2270,145,'Niassa','NI',1),(2271,145,'Sofala','SO',1),(2272,145,'Tete','TE',1),(2273,145,'Zambezia','ZA',1),(2274,146,'Ayeyarwady','AY',1),(2275,146,'Bago','BG',1),(2276,146,'Magway','MG',1),(2277,146,'Mandalay','MD',1),(2278,146,'Sagaing','SG',1),(2279,146,'Tanintharyi','TN',1),(2280,146,'Yangon','YG',1),(2281,146,'Chin State','CH',1),(2282,146,'Kachin State','KC',1),(2283,146,'Kayah State','KH',1),(2284,146,'Kayin State','KN',1),(2285,146,'Mon State','MN',1),(2286,146,'Rakhine State','RK',1),(2287,146,'Shan State','SH',1),(2288,147,'Caprivi','CA',1),(2289,147,'Erongo','ER',1),(2290,147,'Hardap','HA',1),(2291,147,'Karas','KR',1),(2292,147,'Kavango','KV',1),(2293,147,'Khomas','KH',1),(2294,147,'Kunene','KU',1),(2295,147,'Ohangwena','OW',1),(2296,147,'Omaheke','OK',1),(2297,147,'Omusati','OT',1),(2298,147,'Oshana','ON',1),(2299,147,'Oshikoto','OO',1),(2300,147,'Otjozondjupa','OJ',1),(2301,148,'Aiwo','AO',1),(2302,148,'Anabar','AA',1),(2303,148,'Anetan','AT',1),(2304,148,'Anibare','AI',1),(2305,148,'Baiti','BA',1),(2306,148,'Boe','BO',1),(2307,148,'Buada','BU',1),(2308,148,'Denigomodu','DE',1),(2309,148,'Ewa','EW',1),(2310,148,'Ijuw','IJ',1),(2311,148,'Meneng','ME',1),(2312,148,'Nibok','NI',1),(2313,148,'Uaboe','UA',1),(2314,148,'Yaren','YA',1),(2315,149,'Bagmati','BA',1),(2316,149,'Bheri','BH',1),(2317,149,'Dhawalagiri','DH',1),(2318,149,'Gandaki','GA',1),(2319,149,'Janakpur','JA',1),(2320,149,'Karnali','KA',1),(2321,149,'Kosi','KO',1),(2322,149,'Lumbini','LU',1),(2323,149,'Mahakali','MA',1),(2324,149,'Mechi','ME',1),(2325,149,'Narayani','NA',1),(2326,149,'Rapti','RA',1),(2327,149,'Sagarmatha','SA',1),(2328,149,'Seti','SE',1),(2329,150,'Drenthe','DR',1),(2330,150,'Flevoland','FL',1),(2331,150,'Friesland','FR',1),(2332,150,'Gelderland','GE',1),(2333,150,'Groningen','GR',1),(2334,150,'Limburg','LI',1),(2335,150,'Noord Brabant','NB',1),(2336,150,'Noord Holland','NH',1),(2337,150,'Overijssel','OV',1),(2338,150,'Utrecht','UT',1),(2339,150,'Zeeland','ZE',1),(2340,150,'Zuid Holland','ZH',1),(2341,152,'Iles Loyaute','L',1),(2342,152,'Nord','N',1),(2343,152,'Sud','S',1),(2344,153,'Auckland','AUK',1),(2345,153,'Bay of Plenty','BOP',1),(2346,153,'Canterbury','CAN',1),(2347,153,'Coromandel','COR',1),(2348,153,'Gisborne','GIS',1),(2349,153,'Fiordland','FIO',1),(2350,153,'Hawke\'s Bay','HKB',1),(2351,153,'Marlborough','MBH',1),(2352,153,'Manawatu-Wanganui','MWT',1),(2353,153,'Mt Cook-Mackenzie','MCM',1),(2354,153,'Nelson','NSN',1),(2355,153,'Northland','NTL',1),(2356,153,'Otago','OTA',1),(2357,153,'Southland','STL',1),(2358,153,'Taranaki','TKI',1),(2359,153,'Wellington','WGN',1),(2360,153,'Waikato','WKO',1),(2361,153,'Wairarapa','WAI',1),(2362,153,'West Coast','WTC',1),(2363,154,'Atlantico Norte','AN',1),(2364,154,'Atlantico Sur','AS',1),(2365,154,'Boaco','BO',1),(2366,154,'Carazo','CA',1),(2367,154,'Chinandega','CI',1),(2368,154,'Chontales','CO',1),(2369,154,'Esteli','ES',1),(2370,154,'Granada','GR',1),(2371,154,'Jinotega','JI',1),(2372,154,'Leon','LE',1),(2373,154,'Madriz','MD',1),(2374,154,'Managua','MN',1),(2375,154,'Masaya','MS',1),(2376,154,'Matagalpa','MT',1),(2377,154,'Nuevo Segovia','NS',1),(2378,154,'Rio San Juan','RS',1),(2379,154,'Rivas','RI',1),(2380,155,'Agadez','AG',1),(2381,155,'Diffa','DF',1),(2382,155,'Dosso','DS',1),(2383,155,'Maradi','MA',1),(2384,155,'Niamey','NM',1),(2385,155,'Tahoua','TH',1),(2386,155,'Tillaberi','TL',1),(2387,155,'Zinder','ZD',1),(2388,156,'Abia','AB',1),(2389,156,'Abuja Federal Capital Territory','CT',1),(2390,156,'Adamawa','AD',1),(2391,156,'Akwa Ibom','AK',1),(2392,156,'Anambra','AN',1),(2393,156,'Bauchi','BC',1),(2394,156,'Bayelsa','BY',1),(2395,156,'Benue','BN',1),(2396,156,'Borno','BO',1),(2397,156,'Cross River','CR',1),(2398,156,'Delta','DE',1),(2399,156,'Ebonyi','EB',1),(2400,156,'Edo','ED',1),(2401,156,'Ekiti','EK',1),(2402,156,'Enugu','EN',1),(2403,156,'Gombe','GO',1),(2404,156,'Imo','IM',1),(2405,156,'Jigawa','JI',1),(2406,156,'Kaduna','KD',1),(2407,156,'Kano','KN',1),(2408,156,'Katsina','KT',1),(2409,156,'Kebbi','KE',1),(2410,156,'Kogi','KO',1),(2411,156,'Kwara','KW',1),(2412,156,'Lagos','LA',1),(2413,156,'Nassarawa','NA',1),(2414,156,'Niger','NI',1),(2415,156,'Ogun','OG',1),(2416,156,'Ondo','ONG',1),(2417,156,'Osun','OS',1),(2418,156,'Oyo','OY',1),(2419,156,'Plateau','PL',1),(2420,156,'Rivers','RI',1),(2421,156,'Sokoto','SO',1),(2422,156,'Taraba','TA',1),(2423,156,'Yobe','YO',1),(2424,156,'Zamfara','ZA',1),(2425,159,'Northern Islands','N',1),(2426,159,'Rota','R',1),(2427,159,'Saipan','S',1),(2428,159,'Tinian','T',1),(2429,160,'Akershus','AK',1),(2430,160,'Aust-Agder','AA',1),(2431,160,'Buskerud','BU',1),(2432,160,'Finnmark','FM',1),(2433,160,'Hedmark','HM',1),(2434,160,'Hordaland','HL',1),(2435,160,'More og Romdal','MR',1),(2436,160,'Nord-Trondelag','NT',1),(2437,160,'Nordland','NL',1),(2438,160,'Ostfold','OF',1),(2439,160,'Oppland','OP',1),(2440,160,'Oslo','OL',1),(2441,160,'Rogaland','RL',1),(2442,160,'Sor-Trondelag','ST',1),(2443,160,'Sogn og Fjordane','SJ',1),(2444,160,'Svalbard','SV',1),(2445,160,'Telemark','TM',1),(2446,160,'Troms','TR',1),(2447,160,'Vest-Agder','VA',1),(2448,160,'Vestfold','VF',1),(2449,161,'Ad Dakhiliyah','DA',1),(2450,161,'Al Batinah','BA',1),(2451,161,'Al Wusta','WU',1),(2452,161,'Ash Sharqiyah','SH',1),(2453,161,'Az Zahirah','ZA',1),(2454,161,'Masqat','MA',1),(2455,161,'Musandam','MU',1),(2456,161,'Zufar','ZU',1),(2457,162,'Balochistan','B',1),(2458,162,'Federally Administered Tribal Areas','T',1),(2459,162,'Islamabad Capital Territory','I',1),(2460,162,'North-West Frontier','N',1),(2461,162,'Punjab','P',1),(2462,162,'Sindh','S',1),(2463,163,'Aimeliik','AM',1),(2464,163,'Airai','AR',1),(2465,163,'Angaur','AN',1),(2466,163,'Hatohobei','HA',1),(2467,163,'Kayangel','KA',1),(2468,163,'Koror','KO',1),(2469,163,'Melekeok','ME',1),(2470,163,'Ngaraard','NA',1),(2471,163,'Ngarchelong','NG',1),(2472,163,'Ngardmau','ND',1),(2473,163,'Ngatpang','NT',1),(2474,163,'Ngchesar','NC',1),(2475,163,'Ngeremlengui','NR',1),(2476,163,'Ngiwal','NW',1),(2477,163,'Peleliu','PE',1),(2478,163,'Sonsorol','SO',1),(2479,164,'Bocas del Toro','BT',1),(2480,164,'Chiriqui','CH',1),(2481,164,'Cocle','CC',1),(2482,164,'Colon','CL',1),(2483,164,'Darien','DA',1),(2484,164,'Herrera','HE',1),(2485,164,'Los Santos','LS',1),(2486,164,'Panama','PA',1),(2487,164,'San Blas','SB',1),(2488,164,'Veraguas','VG',1),(2489,165,'Bougainville','BV',1),(2490,165,'Central','CE',1),(2491,165,'Chimbu','CH',1),(2492,165,'Eastern Highlands','EH',1),(2493,165,'East New Britain','EB',1),(2494,165,'East Sepik','ES',1),(2495,165,'Enga','EN',1),(2496,165,'Gulf','GU',1),(2497,165,'Madang','MD',1),(2498,165,'Manus','MN',1),(2499,165,'Milne Bay','MB',1),(2500,165,'Morobe','MR',1),(2501,165,'National Capital','NC',1),(2502,165,'New Ireland','NI',1),(2503,165,'Northern','NO',1),(2504,165,'Sandaun','SA',1),(2505,165,'Southern Highlands','SH',1),(2506,165,'Western','WE',1),(2507,165,'Western Highlands','WH',1),(2508,165,'West New Britain','WB',1),(2509,166,'Alto Paraguay','AG',1),(2510,166,'Alto Parana','AN',1),(2511,166,'Amambay','AM',1),(2512,166,'Asuncion','AS',1),(2513,166,'Boqueron','BO',1),(2514,166,'Caaguazu','CG',1),(2515,166,'Caazapa','CZ',1),(2516,166,'Canindeyu','CN',1),(2517,166,'Central','CE',1),(2518,166,'Concepcion','CC',1),(2519,166,'Cordillera','CD',1),(2520,166,'Guaira','GU',1),(2521,166,'Itapua','IT',1),(2522,166,'Misiones','MI',1),(2523,166,'Neembucu','NE',1),(2524,166,'Paraguari','PA',1),(2525,166,'Presidente Hayes','PH',1),(2526,166,'San Pedro','SP',1),(2527,167,'Amazonas','AM',1),(2528,167,'Ancash','AN',1),(2529,167,'Apurimac','AP',1),(2530,167,'Arequipa','AR',1),(2531,167,'Ayacucho','AY',1),(2532,167,'Cajamarca','CJ',1),(2533,167,'Callao','CL',1),(2534,167,'Cusco','CU',1),(2535,167,'Huancavelica','HV',1),(2536,167,'Huanuco','HO',1),(2537,167,'Ica','IC',1),(2538,167,'Junin','JU',1),(2539,167,'La Libertad','LD',1),(2540,167,'Lambayeque','LY',1),(2541,167,'Lima','LI',1),(2542,167,'Loreto','LO',1),(2543,167,'Madre de Dios','MD',1),(2544,167,'Moquegua','MO',1),(2545,167,'Pasco','PA',1),(2546,167,'Piura','PI',1),(2547,167,'Puno','PU',1),(2548,167,'San Martin','SM',1),(2549,167,'Tacna','TA',1),(2550,167,'Tumbes','TU',1),(2551,167,'Ucayali','UC',1),(2552,168,'Abra','ABR',1),(2553,168,'Agusan del Norte','ANO',1),(2554,168,'Agusan del Sur','ASU',1),(2555,168,'Aklan','AKL',1),(2556,168,'Albay','ALB',1),(2557,168,'Antique','ANT',1),(2558,168,'Apayao','APY',1),(2559,168,'Aurora','AUR',1),(2560,168,'Basilan','BAS',1),(2561,168,'Bataan','BTA',1),(2562,168,'Batanes','BTE',1),(2563,168,'Batangas','BTG',1),(2564,168,'Biliran','BLR',1),(2565,168,'Benguet','BEN',1),(2566,168,'Bohol','BOL',1),(2567,168,'Bukidnon','BUK',1),(2568,168,'Bulacan','BUL',1),(2569,168,'Cagayan','CAG',1),(2570,168,'Camarines Norte','CNO',1),(2571,168,'Camarines Sur','CSU',1),(2572,168,'Camiguin','CAM',1),(2573,168,'Capiz','CAP',1),(2574,168,'Catanduanes','CAT',1),(2575,168,'Cavite','CAV',1),(2576,168,'Cebu','CEB',1),(2577,168,'Compostela','CMP',1),(2578,168,'Davao del Norte','DNO',1),(2579,168,'Davao del Sur','DSU',1),(2580,168,'Davao Oriental','DOR',1),(2581,168,'Eastern Samar','ESA',1),(2582,168,'Guimaras','GUI',1),(2583,168,'Ifugao','IFU',1),(2584,168,'Ilocos Norte','INO',1),(2585,168,'Ilocos Sur','ISU',1),(2586,168,'Iloilo','ILO',1),(2587,168,'Isabela','ISA',1),(2588,168,'Kalinga','KAL',1),(2589,168,'Laguna','LAG',1),(2590,168,'Lanao del Norte','LNO',1),(2591,168,'Lanao del Sur','LSU',1),(2592,168,'La Union','UNI',1),(2593,168,'Leyte','LEY',1),(2594,168,'Maguindanao','MAG',1),(2595,168,'Marinduque','MRN',1),(2596,168,'Masbate','MSB',1),(2597,168,'Mindoro Occidental','MIC',1),(2598,168,'Mindoro Oriental','MIR',1),(2599,168,'Misamis Occidental','MSC',1),(2600,168,'Misamis Oriental','MOR',1),(2601,168,'Mountain','MOP',1),(2602,168,'Negros Occidental','NOC',1),(2603,168,'Negros Oriental','NOR',1),(2604,168,'North Cotabato','NCT',1),(2605,168,'Northern Samar','NSM',1),(2606,168,'Nueva Ecija','NEC',1),(2607,168,'Nueva Vizcaya','NVZ',1),(2608,168,'Palawan','PLW',1),(2609,168,'Pampanga','PMP',1),(2610,168,'Pangasinan','PNG',1),(2611,168,'Quezon','QZN',1),(2612,168,'Quirino','QRN',1),(2613,168,'Rizal','RIZ',1),(2614,168,'Romblon','ROM',1),(2615,168,'Samar','SMR',1),(2616,168,'Sarangani','SRG',1),(2617,168,'Siquijor','SQJ',1),(2618,168,'Sorsogon','SRS',1),(2619,168,'South Cotabato','SCO',1),(2620,168,'Southern Leyte','SLE',1),(2621,168,'Sultan Kudarat','SKU',1),(2622,168,'Sulu','SLU',1),(2623,168,'Surigao del Norte','SNO',1),(2624,168,'Surigao del Sur','SSU',1),(2625,168,'Tarlac','TAR',1),(2626,168,'Tawi-Tawi','TAW',1),(2627,168,'Zambales','ZBL',1),(2628,168,'Zamboanga del Norte','ZNO',1),(2629,168,'Zamboanga del Sur','ZSU',1),(2630,168,'Zamboanga Sibugay','ZSI',1),(2631,170,'Dolnoslaskie','DO',1),(2632,170,'Kujawsko-Pomorskie','KP',1),(2633,170,'Lodzkie','LO',1),(2634,170,'Lubelskie','LL',1),(2635,170,'Lubuskie','LU',1),(2636,170,'Malopolskie','ML',1),(2637,170,'Mazowieckie','MZ',1),(2638,170,'Opolskie','OP',1),(2639,170,'Podkarpackie','PP',1),(2640,170,'Podlaskie','PL',1),(2641,170,'Pomorskie','PM',1),(2642,170,'Slaskie','SL',1),(2643,170,'Swietokrzyskie','SW',1),(2644,170,'Warminsko-Mazurskie','WM',1),(2645,170,'Wielkopolskie','WP',1),(2646,170,'Zachodniopomorskie','ZA',1),(2647,198,'Saint Pierre','P',1),(2648,198,'Miquelon','M',1),(2649,171,'Açores','AC',1),(2650,171,'Aveiro','AV',1),(2651,171,'Beja','BE',1),(2652,171,'Braga','BR',1),(2653,171,'Bragança','BA',1),(2654,171,'Castelo Branco','CB',1),(2655,171,'Coimbra','CO',1),(2656,171,'Évora','EV',1),(2657,171,'Faro','FA',1),(2658,171,'Guarda','GU',1),(2659,171,'Leiria','LE',1),(2660,171,'Lisboa','LI',1),(2661,171,'Madeira','ME',1),(2662,171,'Portalegre','PO',1),(2663,171,'Porto','PR',1),(2664,171,'Santarém','SA',1),(2665,171,'Setúbal','SE',1),(2666,171,'Viana do Castelo','VC',1),(2667,171,'Vila Real','VR',1),(2668,171,'Viseu','VI',1),(2669,173,'Ad Dawhah','DW',1),(2670,173,'Al Ghuwayriyah','GW',1),(2671,173,'Al Jumayliyah','JM',1),(2672,173,'Al Khawr','KR',1),(2673,173,'Al Wakrah','WK',1),(2674,173,'Ar Rayyan','RN',1),(2675,173,'Jarayan al Batinah','JB',1),(2676,173,'Madinat ash Shamal','MS',1),(2677,173,'Umm Sa\'id','UD',1),(2678,173,'Umm Salal','UL',1),(2679,175,'Alba','AB',1),(2680,175,'Arad','AR',1),(2681,175,'Arges','AG',1),(2682,175,'Bacau','BC',1),(2683,175,'Bihor','BH',1),(2684,175,'Bistrita-Nasaud','BN',1),(2685,175,'Botosani','BT',1),(2686,175,'Brasov','BV',1),(2687,175,'Braila','BR',1),(2688,175,'Bucuresti','B',1),(2689,175,'Buzau','BZ',1),(2690,175,'Caras-Severin','CS',1),(2691,175,'Calarasi','CL',1),(2692,175,'Cluj','CJ',1),(2693,175,'Constanta','CT',1),(2694,175,'Covasna','CV',1),(2695,175,'Dimbovita','DB',1),(2696,175,'Dolj','DJ',1),(2697,175,'Galati','GL',1),(2698,175,'Giurgiu','GR',1),(2699,175,'Gorj','GJ',1),(2700,175,'Harghita','HR',1),(2701,175,'Hunedoara','HD',1),(2702,175,'Ialomita','IL',1),(2703,175,'Iasi','IS',1),(2704,175,'Ilfov','IF',1),(2705,175,'Maramures','MM',1),(2706,175,'Mehedinti','MH',1),(2707,175,'Mures','MS',1),(2708,175,'Neamt','NT',1),(2709,175,'Olt','OT',1),(2710,175,'Prahova','PH',1),(2711,175,'Satu-Mare','SM',1),(2712,175,'Salaj','SJ',1),(2713,175,'Sibiu','SB',1),(2714,175,'Suceava','SV',1),(2715,175,'Teleorman','TR',1),(2716,175,'Timis','TM',1),(2717,175,'Tulcea','TL',1),(2718,175,'Vaslui','VS',1),(2719,175,'Valcea','VL',1),(2720,175,'Vrancea','VN',1),(2721,176,'Abakan','AB',1),(2722,176,'Aginskoye','AG',1),(2723,176,'Anadyr','AN',1),(2724,176,'Arkahangelsk','AR',1),(2725,176,'Astrakhan','AS',1),(2726,176,'Barnaul','BA',1),(2727,176,'Belgorod','BE',1),(2728,176,'Birobidzhan','BI',1),(2729,176,'Blagoveshchensk','BL',1),(2730,176,'Bryansk','BR',1),(2731,176,'Cheboksary','CH',1),(2732,176,'Chelyabinsk','CL',1),(2733,176,'Cherkessk','CR',1),(2734,176,'Chita','CI',1),(2735,176,'Dudinka','DU',1),(2736,176,'Elista','EL',1),(2737,176,'Gomo-Altaysk','GO',1),(2738,176,'Gorno-Altaysk','GA',1),(2739,176,'Groznyy','GR',1),(2740,176,'Irkutsk','IR',1),(2741,176,'Ivanovo','IV',1),(2742,176,'Izhevsk','IZ',1),(2743,176,'Kalinigrad','KA',1),(2744,176,'Kaluga','KL',1),(2745,176,'Kasnodar','KS',1),(2746,176,'Kazan','KZ',1),(2747,176,'Kemerovo','KE',1),(2748,176,'Khabarovsk','KH',1),(2749,176,'Khanty-Mansiysk','KM',1),(2750,176,'Kostroma','KO',1),(2751,176,'Krasnodar','KR',1),(2752,176,'Krasnoyarsk','KN',1),(2753,176,'Kudymkar','KU',1),(2754,176,'Kurgan','KG',1),(2755,176,'Kursk','KK',1),(2756,176,'Kyzyl','KY',1),(2757,176,'Lipetsk','LI',1),(2758,176,'Magadan','MA',1),(2759,176,'Makhachkala','MK',1),(2760,176,'Maykop','MY',1),(2761,176,'Moscow','MO',1),(2762,176,'Murmansk','MU',1),(2763,176,'Nalchik','NA',1),(2764,176,'Naryan Mar','NR',1),(2765,176,'Nazran','NZ',1),(2766,176,'Nizhniy Novgorod','NI',1),(2767,176,'Novgorod','NO',1),(2768,176,'Novosibirsk','NV',1),(2769,176,'Omsk','OM',1),(2770,176,'Orel','OR',1),(2771,176,'Orenburg','OE',1),(2772,176,'Palana','PA',1),(2773,176,'Penza','PE',1),(2774,176,'Perm','PR',1),(2775,176,'Petropavlovsk-Kamchatskiy','PK',1),(2776,176,'Petrozavodsk','PT',1),(2777,176,'Pskov','PS',1),(2778,176,'Rostov-na-Donu','RO',1),(2779,176,'Ryazan','RY',1),(2780,176,'Salekhard','SL',1),(2781,176,'Samara','SA',1),(2782,176,'Saransk','SR',1),(2783,176,'Saratov','SV',1),(2784,176,'Smolensk','SM',1),(2785,176,'St. Petersburg','SP',1),(2786,176,'Stavropol','ST',1),(2787,176,'Syktyvkar','SY',1),(2788,176,'Tambov','TA',1),(2789,176,'Tomsk','TO',1),(2790,176,'Tula','TU',1),(2791,176,'Tura','TR',1),(2792,176,'Tver','TV',1),(2793,176,'Tyumen','TY',1),(2794,176,'Ufa','UF',1),(2795,176,'Ul\'yanovsk','UL',1),(2796,176,'Ulan-Ude','UU',1),(2797,176,'Ust\'-Ordynskiy','US',1),(2798,176,'Vladikavkaz','VL',1),(2799,176,'Vladimir','VA',1),(2800,176,'Vladivostok','VV',1),(2801,176,'Volgograd','VG',1),(2802,176,'Vologda','VD',1),(2803,176,'Voronezh','VO',1),(2804,176,'Vyatka','VY',1),(2805,176,'Yakutsk','YA',1),(2806,176,'Yaroslavl','YR',1),(2807,176,'Yekaterinburg','YE',1),(2808,176,'Yoshkar-Ola','YO',1),(2809,177,'Butare','BU',1),(2810,177,'Byumba','BY',1),(2811,177,'Cyangugu','CY',1),(2812,177,'Gikongoro','GK',1),(2813,177,'Gisenyi','GS',1),(2814,177,'Gitarama','GT',1),(2815,177,'Kibungo','KG',1),(2816,177,'Kibuye','KY',1),(2817,177,'Kigali Rurale','KR',1),(2818,177,'Kigali-ville','KV',1),(2819,177,'Ruhengeri','RU',1),(2820,177,'Umutara','UM',1),(2821,178,'Christ Church Nichola Town','CCN',1),(2822,178,'Saint Anne Sandy Point','SAS',1),(2823,178,'Saint George Basseterre','SGB',1),(2824,178,'Saint George Gingerland','SGG',1),(2825,178,'Saint James Windward','SJW',1),(2826,178,'Saint John Capesterre','SJC',1),(2827,178,'Saint John Figtree','SJF',1),(2828,178,'Saint Mary Cayon','SMC',1),(2829,178,'Saint Paul Capesterre','CAP',1),(2830,178,'Saint Paul Charlestown','CHA',1),(2831,178,'Saint Peter Basseterre','SPB',1),(2832,178,'Saint Thomas Lowland','STL',1),(2833,178,'Saint Thomas Middle Island','STM',1),(2834,178,'Trinity Palmetto Point','TPP',1),(2835,179,'Anse-la-Raye','AR',1),(2836,179,'Castries','CA',1),(2837,179,'Choiseul','CH',1),(2838,179,'Dauphin','DA',1),(2839,179,'Dennery','DE',1),(2840,179,'Gros-Islet','GI',1),(2841,179,'Laborie','LA',1),(2842,179,'Micoud','MI',1),(2843,179,'Praslin','PR',1),(2844,179,'Soufriere','SO',1),(2845,179,'Vieux-Fort','VF',1),(2846,180,'Charlotte','C',1),(2847,180,'Grenadines','R',1),(2848,180,'Saint Andrew','A',1),(2849,180,'Saint David','D',1),(2850,180,'Saint George','G',1),(2851,180,'Saint Patrick','P',1),(2852,181,'A\'ana','AN',1),(2853,181,'Aiga-i-le-Tai','AI',1),(2854,181,'Atua','AT',1),(2855,181,'Fa\'asaleleaga','FA',1),(2856,181,'Gaga\'emauga','GE',1),(2857,181,'Gagaifomauga','GF',1),(2858,181,'Palauli','PA',1),(2859,181,'Satupa\'itea','SA',1),(2860,181,'Tuamasaga','TU',1),(2861,181,'Va\'a-o-Fonoti','VF',1),(2862,181,'Vaisigano','VS',1),(2863,182,'Acquaviva','AC',1),(2864,182,'Borgo Maggiore','BM',1),(2865,182,'Chiesanuova','CH',1),(2866,182,'Domagnano','DO',1),(2867,182,'Faetano','FA',1),(2868,182,'Fiorentino','FI',1),(2869,182,'Montegiardino','MO',1),(2870,182,'Citta di San Marino','SM',1),(2871,182,'Serravalle','SE',1),(2872,183,'Sao Tome','S',1),(2873,183,'Principe','P',1),(2874,184,'Al Bahah','BH',1),(2875,184,'Al Hudud ash Shamaliyah','HS',1),(2876,184,'Al Jawf','JF',1),(2877,184,'Al Madinah','MD',1),(2878,184,'Al Qasim','QS',1),(2879,184,'Ar Riyad','RD',1),(2880,184,'Ash Sharqiyah (Eastern)','AQ',1),(2881,184,'\'Asir','AS',1),(2882,184,'Ha\'il','HL',1),(2883,184,'Jizan','JZ',1),(2884,184,'Makkah','ML',1),(2885,184,'Najran','NR',1),(2886,184,'Tabuk','TB',1),(2887,185,'Dakar','DA',1),(2888,185,'Diourbel','DI',1),(2889,185,'Fatick','FA',1),(2890,185,'Kaolack','KA',1),(2891,185,'Kolda','KO',1),(2892,185,'Louga','LO',1),(2893,185,'Matam','MA',1),(2894,185,'Saint-Louis','SL',1),(2895,185,'Tambacounda','TA',1),(2896,185,'Thies','TH',1),(2897,185,'Ziguinchor','ZI',1),(2898,186,'Anse aux Pins','AP',1),(2899,186,'Anse Boileau','AB',1),(2900,186,'Anse Etoile','AE',1),(2901,186,'Anse Louis','AL',1),(2902,186,'Anse Royale','AR',1),(2903,186,'Baie Lazare','BL',1),(2904,186,'Baie Sainte Anne','BS',1),(2905,186,'Beau Vallon','BV',1),(2906,186,'Bel Air','BA',1),(2907,186,'Bel Ombre','BO',1),(2908,186,'Cascade','CA',1),(2909,186,'Glacis','GL',1),(2910,186,'Grand\' Anse (on Mahe)','GM',1),(2911,186,'Grand\' Anse (on Praslin)','GP',1),(2912,186,'La Digue','DG',1),(2913,186,'La Riviere Anglaise','RA',1),(2914,186,'Mont Buxton','MB',1),(2915,186,'Mont Fleuri','MF',1),(2916,186,'Plaisance','PL',1),(2917,186,'Pointe La Rue','PR',1),(2918,186,'Port Glaud','PG',1),(2919,186,'Saint Louis','SL',1),(2920,186,'Takamaka','TA',1),(2921,187,'Eastern','E',1),(2922,187,'Northern','N',1),(2923,187,'Southern','S',1),(2924,187,'Western','W',1),(2925,189,'Banskobystrický','BA',1),(2926,189,'Bratislavský','BR',1),(2927,189,'Košický','KO',1),(2928,189,'Nitriansky','NI',1),(2929,189,'Prešovský','PR',1),(2930,189,'Trenčiansky','TC',1),(2931,189,'Trnavský','TV',1),(2932,189,'Žilinský','ZI',1),(2933,191,'Central','CE',1),(2934,191,'Choiseul','CH',1),(2935,191,'Guadalcanal','GC',1),(2936,191,'Honiara','HO',1),(2937,191,'Isabel','IS',1),(2938,191,'Makira','MK',1),(2939,191,'Malaita','ML',1),(2940,191,'Rennell and Bellona','RB',1),(2941,191,'Temotu','TM',1),(2942,191,'Western','WE',1),(2943,192,'Awdal','AW',1),(2944,192,'Bakool','BK',1),(2945,192,'Banaadir','BN',1),(2946,192,'Bari','BR',1),(2947,192,'Bay','BY',1),(2948,192,'Galguduud','GA',1),(2949,192,'Gedo','GE',1),(2950,192,'Hiiraan','HI',1),(2951,192,'Jubbada Dhexe','JD',1),(2952,192,'Jubbada Hoose','JH',1),(2953,192,'Mudug','MU',1),(2954,192,'Nugaal','NU',1),(2955,192,'Sanaag','SA',1),(2956,192,'Shabeellaha Dhexe','SD',1),(2957,192,'Shabeellaha Hoose','SH',1),(2958,192,'Sool','SL',1),(2959,192,'Togdheer','TO',1),(2960,192,'Woqooyi Galbeed','WG',1),(2961,193,'Eastern Cape','EC',1),(2962,193,'Free State','FS',1),(2963,193,'Gauteng','GT',1),(2964,193,'KwaZulu-Natal','KN',1),(2965,193,'Limpopo','LP',1),(2966,193,'Mpumalanga','MP',1),(2967,193,'North West','NW',1),(2968,193,'Northern Cape','NC',1),(2969,193,'Western Cape','WC',1),(2970,195,'La Coruña','CA',1),(2971,195,'Álava','AL',1),(2972,195,'Albacete','AB',1),(2973,195,'Alicante','AC',1),(2974,195,'Almeria','AM',1),(2975,195,'Asturias','AS',1),(2976,195,'Ávila','AV',1),(2977,195,'Badajoz','BJ',1),(2978,195,'Baleares','IB',1),(2979,195,'Barcelona','BA',1),(2980,195,'Burgos','BU',1),(2981,195,'Cáceres','CC',1),(2982,195,'Cádiz','CZ',1),(2983,195,'Cantabria','CT',1),(2984,195,'Castellón','CL',1),(2985,195,'Ceuta','CE',1),(2986,195,'Ciudad Real','CR',1),(2987,195,'Córdoba','CD',1),(2988,195,'Cuenca','CU',1),(2989,195,'Girona','GI',1),(2990,195,'Granada','GD',1),(2991,195,'Guadalajara','GJ',1),(2992,195,'Guipúzcoa','GP',1),(2993,195,'Huelva','HL',1),(2994,195,'Huesca','HS',1),(2995,195,'Jaén','JN',1),(2996,195,'La Rioja','RJ',1),(2997,195,'Las Palmas','PM',1),(2998,195,'Leon','LE',1),(2999,195,'Lleida','LL',1),(3000,195,'Lugo','LG',1),(3001,195,'Madrid','MD',1),(3002,195,'Malaga','MA',1),(3003,195,'Melilla','ML',1),(3004,195,'Murcia','MU',1),(3005,195,'Navarra','NV',1),(3006,195,'Ourense','OU',1),(3007,195,'Palencia','PL',1),(3008,195,'Pontevedra','PO',1),(3009,195,'Salamanca','SL',1),(3010,195,'Santa Cruz de Tenerife','SC',1),(3011,195,'Segovia','SG',1),(3012,195,'Sevilla','SV',1),(3013,195,'Soria','SO',1),(3014,195,'Tarragona','TA',1),(3015,195,'Teruel','TE',1),(3016,195,'Toledo','TO',1),(3017,195,'Valencia','VC',1),(3018,195,'Valladolid','VD',1),(3019,195,'Vizcaya','VZ',1),(3020,195,'Zamora','ZM',1),(3021,195,'Zaragoza','ZR',1),(3022,196,'Central','CE',1),(3023,196,'Eastern','EA',1),(3024,196,'North Central','NC',1),(3025,196,'Northern','NO',1),(3026,196,'North Western','NW',1),(3027,196,'Sabaragamuwa','SA',1),(3028,196,'Southern','SO',1),(3029,196,'Uva','UV',1),(3030,196,'Western','WE',1),(3032,197,'Saint Helena','S',1),(3034,199,'A\'ali an Nil','ANL',1),(3035,199,'Al Bahr al Ahmar','BAM',1),(3036,199,'Al Buhayrat','BRT',1),(3037,199,'Al Jazirah','JZR',1),(3038,199,'Al Khartum','KRT',1),(3039,199,'Al Qadarif','QDR',1),(3040,199,'Al Wahdah','WDH',1),(3041,199,'An Nil al Abyad','ANB',1),(3042,199,'An Nil al Azraq','ANZ',1),(3043,199,'Ash Shamaliyah','ASH',1),(3044,199,'Bahr al Jabal','BJA',1),(3045,199,'Gharb al Istiwa\'iyah','GIS',1),(3046,199,'Gharb Bahr al Ghazal','GBG',1),(3047,199,'Gharb Darfur','GDA',1),(3048,199,'Gharb Kurdufan','GKU',1),(3049,199,'Janub Darfur','JDA',1),(3050,199,'Janub Kurdufan','JKU',1),(3051,199,'Junqali','JQL',1),(3052,199,'Kassala','KSL',1),(3053,199,'Nahr an Nil','NNL',1),(3054,199,'Shamal Bahr al Ghazal','SBG',1),(3055,199,'Shamal Darfur','SDA',1),(3056,199,'Shamal Kurdufan','SKU',1),(3057,199,'Sharq al Istiwa\'iyah','SIS',1),(3058,199,'Sinnar','SNR',1),(3059,199,'Warab','WRB',1),(3060,200,'Brokopondo','BR',1),(3061,200,'Commewijne','CM',1),(3062,200,'Coronie','CR',1),(3063,200,'Marowijne','MA',1),(3064,200,'Nickerie','NI',1),(3065,200,'Para','PA',1),(3066,200,'Paramaribo','PM',1),(3067,200,'Saramacca','SA',1),(3068,200,'Sipaliwini','SI',1),(3069,200,'Wanica','WA',1),(3070,202,'Hhohho','H',1),(3071,202,'Lubombo','L',1),(3072,202,'Manzini','M',1),(3073,202,'Shishelweni','S',1),(3074,203,'Blekinge','K',1),(3075,203,'Dalarna','W',1),(3076,203,'Gävleborg','X',1),(3077,203,'Gotland','I',1),(3078,203,'Halland','N',1),(3079,203,'Jämtland','Z',1),(3080,203,'Jönköping','F',1),(3081,203,'Kalmar','H',1),(3082,203,'Kronoberg','G',1),(3083,203,'Norrbotten','BD',1),(3084,203,'Örebro','T',1),(3085,203,'Östergötland','E',1),(3086,203,'Skåne','M',1),(3087,203,'Södermanland','D',1),(3088,203,'Stockholm','AB',1),(3089,203,'Uppsala','C',1),(3090,203,'Värmland','S',1),(3091,203,'Västerbotten','AC',1),(3092,203,'Västernorrland','Y',1),(3093,203,'Västmanland','U',1),(3094,203,'Västra Götaland','O',1),(3095,204,'Aargau','AG',1),(3096,204,'Appenzell Ausserrhoden','AR',1),(3097,204,'Appenzell Innerrhoden','AI',1),(3098,204,'Basel-Stadt','BS',1),(3099,204,'Basel-Landschaft','BL',1),(3100,204,'Bern','BE',1),(3101,204,'Fribourg','FR',1),(3102,204,'Genève','GE',1),(3103,204,'Glarus','GL',1),(3104,204,'Graubünden','GR',1),(3105,204,'Jura','JU',1),(3106,204,'Luzern','LU',1),(3107,204,'Neuchâtel','NE',1),(3108,204,'Nidwald','NW',1),(3109,204,'Obwald','OW',1),(3110,204,'St. Gallen','SG',1),(3111,204,'Schaffhausen','SH',1),(3112,204,'Schwyz','SZ',1),(3113,204,'Solothurn','SO',1),(3114,204,'Thurgau','TG',1),(3115,204,'Ticino','TI',1),(3116,204,'Uri','UR',1),(3117,204,'Valais','VS',1),(3118,204,'Vaud','VD',1),(3119,204,'Zug','ZG',1),(3120,204,'Zürich','ZH',1),(3121,205,'Al Hasakah','HA',1),(3122,205,'Al Ladhiqiyah','LA',1),(3123,205,'Al Qunaytirah','QU',1),(3124,205,'Ar Raqqah','RQ',1),(3125,205,'As Suwayda','SU',1),(3126,205,'Dara','DA',1),(3127,205,'Dayr az Zawr','DZ',1),(3128,205,'Dimashq','DI',1),(3129,205,'Halab','HL',1),(3130,205,'Hamah','HM',1),(3131,205,'Hims','HI',1),(3132,205,'Idlib','ID',1),(3133,205,'Rif Dimashq','RD',1),(3134,205,'Tartus','TA',1),(3135,206,'Chang-hua','CH',1),(3136,206,'Chia-i','CI',1),(3137,206,'Hsin-chu','HS',1),(3138,206,'Hua-lien','HL',1),(3139,206,'I-lan','IL',1),(3140,206,'Kao-hsiung county','KH',1),(3141,206,'Kin-men','KM',1),(3142,206,'Lien-chiang','LC',1),(3143,206,'Miao-li','ML',1),(3144,206,'Nan-t\'ou','NT',1),(3145,206,'P\'eng-hu','PH',1),(3146,206,'P\'ing-tung','PT',1),(3147,206,'T\'ai-chung','TG',1),(3148,206,'T\'ai-nan','TA',1),(3149,206,'T\'ai-pei county','TP',1),(3150,206,'T\'ai-tung','TT',1),(3151,206,'T\'ao-yuan','TY',1),(3152,206,'Yun-lin','YL',1),(3153,206,'Chia-i city','CC',1),(3154,206,'Chi-lung','CL',1),(3155,206,'Hsin-chu','HC',1),(3156,206,'T\'ai-chung','TH',1),(3157,206,'T\'ai-nan','TN',1),(3158,206,'Kao-hsiung city','KC',1),(3159,206,'T\'ai-pei city','TC',1),(3160,207,'Gorno-Badakhstan','GB',1),(3161,207,'Khatlon','KT',1),(3162,207,'Sughd','SU',1),(3163,208,'Arusha','AR',1),(3164,208,'Dar es Salaam','DS',1),(3165,208,'Dodoma','DO',1),(3166,208,'Iringa','IR',1),(3167,208,'Kagera','KA',1),(3168,208,'Kigoma','KI',1),(3169,208,'Kilimanjaro','KJ',1),(3170,208,'Lindi','LN',1),(3171,208,'Manyara','MY',1),(3172,208,'Mara','MR',1),(3173,208,'Mbeya','MB',1),(3174,208,'Morogoro','MO',1),(3175,208,'Mtwara','MT',1),(3176,208,'Mwanza','MW',1),(3177,208,'Pemba North','PN',1),(3178,208,'Pemba South','PS',1),(3179,208,'Pwani','PW',1),(3180,208,'Rukwa','RK',1),(3181,208,'Ruvuma','RV',1),(3182,208,'Shinyanga','SH',1),(3183,208,'Singida','SI',1),(3184,208,'Tabora','TB',1),(3185,208,'Tanga','TN',1),(3186,208,'Zanzibar Central/South','ZC',1),(3187,208,'Zanzibar North','ZN',1),(3188,208,'Zanzibar Urban/West','ZU',1),(3189,209,'Amnat Charoen','Amnat Charoen',1),(3190,209,'Ang Thong','Ang Thong',1),(3191,209,'Ayutthaya','Ayutthaya',1),(3192,209,'Bangkok','Bangkok',1),(3193,209,'Buriram','Buriram',1),(3194,209,'Chachoengsao','Chachoengsao',1),(3195,209,'Chai Nat','Chai Nat',1),(3196,209,'Chaiyaphum','Chaiyaphum',1),(3197,209,'Chanthaburi','Chanthaburi',1),(3198,209,'Chiang Mai','Chiang Mai',1),(3199,209,'Chiang Rai','Chiang Rai',1),(3200,209,'Chon Buri','Chon Buri',1),(3201,209,'Chumphon','Chumphon',1),(3202,209,'Kalasin','Kalasin',1),(3203,209,'Kamphaeng Phet','Kamphaeng Phet',1),(3204,209,'Kanchanaburi','Kanchanaburi',1),(3205,209,'Khon Kaen','Khon Kaen',1),(3206,209,'Krabi','Krabi',1),(3207,209,'Lampang','Lampang',1),(3208,209,'Lamphun','Lamphun',1),(3209,209,'Loei','Loei',1),(3210,209,'Lop Buri','Lop Buri',1),(3211,209,'Mae Hong Son','Mae Hong Son',1),(3212,209,'Maha Sarakham','Maha Sarakham',1),(3213,209,'Mukdahan','Mukdahan',1),(3214,209,'Nakhon Nayok','Nakhon Nayok',1),(3215,209,'Nakhon Pathom','Nakhon Pathom',1),(3216,209,'Nakhon Phanom','Nakhon Phanom',1),(3217,209,'Nakhon Ratchasima','Nakhon Ratchasima',1),(3218,209,'Nakhon Sawan','Nakhon Sawan',1),(3219,209,'Nakhon Si Thammarat','Nakhon Si Thammarat',1),(3220,209,'Nan','Nan',1),(3221,209,'Narathiwat','Narathiwat',1),(3222,209,'Nong Bua Lamphu','Nong Bua Lamphu',1),(3223,209,'Nong Khai','Nong Khai',1),(3224,209,'Nonthaburi','Nonthaburi',1),(3225,209,'Pathum Thani','Pathum Thani',1),(3226,209,'Pattani','Pattani',1),(3227,209,'Phangnga','Phangnga',1),(3228,209,'Phatthalung','Phatthalung',1),(3229,209,'Phayao','Phayao',1),(3230,209,'Phetchabun','Phetchabun',1),(3231,209,'Phetchaburi','Phetchaburi',1),(3232,209,'Phichit','Phichit',1),(3233,209,'Phitsanulok','Phitsanulok',1),(3234,209,'Phrae','Phrae',1),(3235,209,'Phuket','Phuket',1),(3236,209,'Prachin Buri','Prachin Buri',1),(3237,209,'Prachuap Khiri Khan','Prachuap Khiri Khan',1),(3238,209,'Ranong','Ranong',1),(3239,209,'Ratchaburi','Ratchaburi',1),(3240,209,'Rayong','Rayong',1),(3241,209,'Roi Et','Roi Et',1),(3242,209,'Sa Kaeo','Sa Kaeo',1),(3243,209,'Sakon Nakhon','Sakon Nakhon',1),(3244,209,'Samut Prakan','Samut Prakan',1),(3245,209,'Samut Sakhon','Samut Sakhon',1),(3246,209,'Samut Songkhram','Samut Songkhram',1),(3247,209,'Sara Buri','Sara Buri',1),(3248,209,'Satun','Satun',1),(3249,209,'Sing Buri','Sing Buri',1),(3250,209,'Sisaket','Sisaket',1),(3251,209,'Songkhla','Songkhla',1),(3252,209,'Sukhothai','Sukhothai',1),(3253,209,'Suphan Buri','Suphan Buri',1),(3254,209,'Surat Thani','Surat Thani',1),(3255,209,'Surin','Surin',1),(3256,209,'Tak','Tak',1),(3257,209,'Trang','Trang',1),(3258,209,'Trat','Trat',1),(3259,209,'Ubon Ratchathani','Ubon Ratchathani',1),(3260,209,'Udon Thani','Udon Thani',1),(3261,209,'Uthai Thani','Uthai Thani',1),(3262,209,'Uttaradit','Uttaradit',1),(3263,209,'Yala','Yala',1),(3264,209,'Yasothon','Yasothon',1),(3265,210,'Kara','K',1),(3266,210,'Plateaux','P',1),(3267,210,'Savanes','S',1),(3268,210,'Centrale','C',1),(3269,210,'Maritime','M',1),(3270,211,'Atafu','A',1),(3271,211,'Fakaofo','F',1),(3272,211,'Nukunonu','N',1),(3273,212,'Ha\'apai','H',1),(3274,212,'Tongatapu','T',1),(3275,212,'Vava\'u','V',1),(3276,213,'Couva/Tabaquite/Talparo','CT',1),(3277,213,'Diego Martin','DM',1),(3278,213,'Mayaro/Rio Claro','MR',1),(3279,213,'Penal/Debe','PD',1),(3280,213,'Princes Town','PT',1),(3281,213,'Sangre Grande','SG',1),(3282,213,'San Juan/Laventille','SL',1),(3283,213,'Siparia','SI',1),(3284,213,'Tunapuna/Piarco','TP',1),(3285,213,'Port of Spain','PS',1),(3286,213,'San Fernando','SF',1),(3287,213,'Arima','AR',1),(3288,213,'Point Fortin','PF',1),(3289,213,'Chaguanas','CH',1),(3290,213,'Tobago','TO',1),(3291,214,'Ariana','AR',1),(3292,214,'Beja','BJ',1),(3293,214,'Ben Arous','BA',1),(3294,214,'Bizerte','BI',1),(3295,214,'Gabes','GB',1),(3296,214,'Gafsa','GF',1),(3297,214,'Jendouba','JE',1),(3298,214,'Kairouan','KR',1),(3299,214,'Kasserine','KS',1),(3300,214,'Kebili','KB',1),(3301,214,'Kef','KF',1),(3302,214,'Mahdia','MH',1),(3303,214,'Manouba','MN',1),(3304,214,'Medenine','ME',1),(3305,214,'Monastir','MO',1),(3306,214,'Nabeul','NA',1),(3307,214,'Sfax','SF',1),(3308,214,'Sidi','SD',1),(3309,214,'Siliana','SL',1),(3310,214,'Sousse','SO',1),(3311,214,'Tataouine','TA',1),(3312,214,'Tozeur','TO',1),(3313,214,'Tunis','TU',1),(3314,214,'Zaghouan','ZA',1),(3315,215,'Adana','ADA',1),(3316,215,'Adıyaman','ADI',1),(3317,215,'Afyonkarahisar','AFY',1),(3318,215,'Ağrı','AGR',1),(3319,215,'Aksaray','AKS',1),(3320,215,'Amasya','AMA',1),(3321,215,'Ankara','ANK',1),(3322,215,'Antalya','ANT',1),(3323,215,'Ardahan','ARD',1),(3324,215,'Artvin','ART',1),(3325,215,'Aydın','AYI',1),(3326,215,'Balıkesir','BAL',1),(3327,215,'Bartın','BAR',1),(3328,215,'Batman','BAT',1),(3329,215,'Bayburt','BAY',1),(3330,215,'Bilecik','BIL',1),(3331,215,'Bingöl','BIN',1),(3332,215,'Bitlis','BIT',1),(3333,215,'Bolu','BOL',1),(3334,215,'Burdur','BRD',1),(3335,215,'Bursa','BRS',1),(3336,215,'Çanakkale','CKL',1),(3337,215,'Çankırı','CKR',1),(3338,215,'Çorum','COR',1),(3339,215,'Denizli','DEN',1),(3340,215,'Diyarbakır','DIY',1),(3341,215,'Düzce','DUZ',1),(3342,215,'Edirne','EDI',1),(3343,215,'Elazığ','ELA',1),(3344,215,'Erzincan','EZC',1),(3345,215,'Erzurum','EZR',1),(3346,215,'Eskişehir','ESK',1),(3347,215,'Gaziantep','GAZ',1),(3348,215,'Giresun','GIR',1),(3349,215,'Gümüşhane','GMS',1),(3350,215,'Hakkari','HKR',1),(3351,215,'Hatay','HTY',1),(3352,215,'Iğdır','IGD',1),(3353,215,'Isparta','ISP',1),(3354,215,'İstanbul','IST',1),(3355,215,'İzmir','IZM',1),(3356,215,'Kahramanmaraş','KAH',1),(3357,215,'Karabük','KRB',1),(3358,215,'Karaman','KRM',1),(3359,215,'Kars','KRS',1),(3360,215,'Kastamonu','KAS',1),(3361,215,'Kayseri','KAY',1),(3362,215,'Kilis','KLS',1),(3363,215,'Kırıkkale','KRK',1),(3364,215,'Kırklareli','KLR',1),(3365,215,'Kırşehir','KRH',1),(3366,215,'Kocaeli','KOC',1),(3367,215,'Konya','KON',1),(3368,215,'Kütahya','KUT',1),(3369,215,'Malatya','MAL',1),(3370,215,'Manisa','MAN',1),(3371,215,'Mardin','MAR',1),(3372,215,'Mersin','MER',1),(3373,215,'Muğla','MUG',1),(3374,215,'Muş','MUS',1),(3375,215,'Nevşehir','NEV',1),(3376,215,'Niğde','NIG',1),(3377,215,'Ordu','ORD',1),(3378,215,'Osmaniye','OSM',1),(3379,215,'Rize','RIZ',1),(3380,215,'Sakarya','SAK',1),(3381,215,'Samsun','SAM',1),(3382,215,'Şanlıurfa','SAN',1),(3383,215,'Siirt','SII',1),(3384,215,'Sinop','SIN',1),(3385,215,'Şırnak','SIR',1),(3386,215,'Sivas','SIV',1),(3387,215,'Tekirdağ','TEL',1),(3388,215,'Tokat','TOK',1),(3389,215,'Trabzon','TRA',1),(3390,215,'Tunceli','TUN',1),(3391,215,'Uşak','USK',1),(3392,215,'Van','VAN',1),(3393,215,'Yalova','YAL',1),(3394,215,'Yozgat','YOZ',1),(3395,215,'Zonguldak','ZON',1),(3396,216,'Ahal Welayaty','A',1),(3397,216,'Balkan Welayaty','B',1),(3398,216,'Dashhowuz Welayaty','D',1),(3399,216,'Lebap Welayaty','L',1),(3400,216,'Mary Welayaty','M',1),(3401,217,'Ambergris Cays','AC',1),(3402,217,'Dellis Cay','DC',1),(3403,217,'French Cay','FC',1),(3404,217,'Little Water Cay','LW',1),(3405,217,'Parrot Cay','RC',1),(3406,217,'Pine Cay','PN',1),(3407,217,'Salt Cay','SL',1),(3408,217,'Grand Turk','GT',1),(3409,217,'South Caicos','SC',1),(3410,217,'East Caicos','EC',1),(3411,217,'Middle Caicos','MC',1),(3412,217,'North Caicos','NC',1),(3413,217,'Providenciales','PR',1),(3414,217,'West Caicos','WC',1),(3415,218,'Nanumanga','NMG',1),(3416,218,'Niulakita','NLK',1),(3417,218,'Niutao','NTO',1),(3418,218,'Funafuti','FUN',1),(3419,218,'Nanumea','NME',1),(3420,218,'Nui','NUI',1),(3421,218,'Nukufetau','NFT',1),(3422,218,'Nukulaelae','NLL',1),(3423,218,'Vaitupu','VAI',1),(3424,219,'Kalangala','KAL',1),(3425,219,'Kampala','KMP',1),(3426,219,'Kayunga','KAY',1),(3427,219,'Kiboga','KIB',1),(3428,219,'Luwero','LUW',1),(3429,219,'Masaka','MAS',1),(3430,219,'Mpigi','MPI',1),(3431,219,'Mubende','MUB',1),(3432,219,'Mukono','MUK',1),(3433,219,'Nakasongola','NKS',1),(3434,219,'Rakai','RAK',1),(3435,219,'Sembabule','SEM',1),(3436,219,'Wakiso','WAK',1),(3437,219,'Bugiri','BUG',1),(3438,219,'Busia','BUS',1),(3439,219,'Iganga','IGA',1),(3440,219,'Jinja','JIN',1),(3441,219,'Kaberamaido','KAB',1),(3442,219,'Kamuli','KML',1),(3443,219,'Kapchorwa','KPC',1),(3444,219,'Katakwi','KTK',1),(3445,219,'Kumi','KUM',1),(3446,219,'Mayuge','MAY',1),(3447,219,'Mbale','MBA',1),(3448,219,'Pallisa','PAL',1),(3449,219,'Sironko','SIR',1),(3450,219,'Soroti','SOR',1),(3451,219,'Tororo','TOR',1),(3452,219,'Adjumani','ADJ',1),(3453,219,'Apac','APC',1),(3454,219,'Arua','ARU',1),(3455,219,'Gulu','GUL',1),(3456,219,'Kitgum','KIT',1),(3457,219,'Kotido','KOT',1),(3458,219,'Lira','LIR',1),(3459,219,'Moroto','MRT',1),(3460,219,'Moyo','MOY',1),(3461,219,'Nakapiripirit','NAK',1),(3462,219,'Nebbi','NEB',1),(3463,219,'Pader','PAD',1),(3464,219,'Yumbe','YUM',1),(3465,219,'Bundibugyo','BUN',1),(3466,219,'Bushenyi','BSH',1),(3467,219,'Hoima','HOI',1),(3468,219,'Kabale','KBL',1),(3469,219,'Kabarole','KAR',1),(3470,219,'Kamwenge','KAM',1),(3471,219,'Kanungu','KAN',1),(3472,219,'Kasese','KAS',1),(3473,219,'Kibaale','KBA',1),(3474,219,'Kisoro','KIS',1),(3475,219,'Kyenjojo','KYE',1),(3476,219,'Masindi','MSN',1),(3477,219,'Mbarara','MBR',1),(3478,219,'Ntungamo','NTU',1),(3479,219,'Rukungiri','RUK',1),(3480,220,'Cherkas\'ka Oblast\'','71',1),(3481,220,'Chernihivs\'ka Oblast\'','74',1),(3482,220,'Chernivets\'ka Oblast\'','77',1),(3483,220,'Crimea','43',1),(3484,220,'Dnipropetrovs\'ka Oblast\'','12',1),(3485,220,'Donets\'ka Oblast\'','14',1),(3486,220,'Ivano-Frankivs\'ka Oblast\'','26',1),(3487,220,'Khersons\'ka Oblast\'','65',1),(3488,220,'Khmel\'nyts\'ka Oblast\'','68',1),(3489,220,'Kirovohrads\'ka Oblast\'','35',1),(3490,220,'Kyiv','30',1),(3491,220,'Kyivs\'ka Oblast\'','32',1),(3492,220,'Luhans\'ka Oblast\'','09',1),(3493,220,'L\'vivs\'ka Oblast\'','46',1),(3494,220,'Mykolayivs\'ka Oblast\'','48',1),(3495,220,'Odes\'ka Oblast\'','51',1),(3496,220,'Poltavs\'ka Oblast\'','53',1),(3497,220,'Rivnens\'ka Oblast\'','56',1),(3498,220,'Sevastopol\'','40',1),(3499,220,'Sums\'ka Oblast\'','59',1),(3500,220,'Ternopil\'s\'ka Oblast\'','61',1),(3501,220,'Vinnyts\'ka Oblast\'','05',1),(3502,220,'Volyns\'ka Oblast\'','07',1),(3503,220,'Zakarpats\'ka Oblast\'','21',1),(3504,220,'Zaporiz\'ka Oblast\'','23',1),(3505,220,'Zhytomyrs\'ka oblast\'','18',1),(3506,221,'Abu Zaby','AZ',1),(3507,221,'\'Ajman','AJ',1),(3508,221,'Al Fujayrah','FU',1),(3509,221,'Ash Shariqah','SH',1),(3510,221,'Dubayy','DU',1),(3511,221,'R\'as al Khaymah','RK',1),(3512,221,'Umm al Qaywayn','UQ',1),(3513,222,'Aberdeen','ABN',1),(3514,222,'Aberdeenshire','ABNS',1),(3515,222,'Anglesey','ANG',1),(3516,222,'Angus','AGS',1),(3517,222,'Argyll and Bute','ARY',1),(3518,222,'Bedfordshire','BEDS',1),(3519,222,'Berkshire','BERKS',1),(3520,222,'Blaenau Gwent','BLA',1),(3521,222,'Bridgend','BRI',1),(3522,222,'Bristol','BSTL',1),(3523,222,'Buckinghamshire','BUCKS',1),(3524,222,'Caerphilly','CAE',1),(3525,222,'Cambridgeshire','CAMBS',1),(3526,222,'Cardiff','CDF',1),(3527,222,'Carmarthenshire','CARM',1),(3528,222,'Ceredigion','CDGN',1),(3529,222,'Cheshire','CHES',1),(3530,222,'Clackmannanshire','CLACK',1),(3531,222,'Conwy','CON',1),(3532,222,'Cornwall','CORN',1),(3533,222,'Denbighshire','DNBG',1),(3534,222,'Derbyshire','DERBY',1),(3535,222,'Devon','DVN',1),(3536,222,'Dorset','DOR',1),(3537,222,'Dumfries and Galloway','DGL',1),(3538,222,'Dundee','DUND',1),(3539,222,'Durham','DHM',1),(3540,222,'East Ayrshire','ARYE',1),(3541,222,'East Dunbartonshire','DUNBE',1),(3542,222,'East Lothian','LOTE',1),(3543,222,'East Renfrewshire','RENE',1),(3544,222,'East Riding of Yorkshire','ERYS',1),(3545,222,'East Sussex','SXE',1),(3546,222,'Edinburgh','EDIN',1),(3547,222,'Essex','ESX',1),(3548,222,'Falkirk','FALK',1),(3549,222,'Fife','FFE',1),(3550,222,'Flintshire','FLINT',1),(3551,222,'Glasgow','GLAS',1),(3552,222,'Gloucestershire','GLOS',1),(3553,222,'Greater London','LDN',1),(3554,222,'Greater Manchester','MCH',1),(3555,222,'Gwynedd','GDD',1),(3556,222,'Hampshire','HANTS',1),(3557,222,'Herefordshire','HWR',1),(3558,222,'Hertfordshire','HERTS',1),(3559,222,'Highlands','HLD',1),(3560,222,'Inverclyde','IVER',1),(3561,222,'Isle of Wight','IOW',1),(3562,222,'Kent','KNT',1),(3563,222,'Lancashire','LANCS',1),(3564,222,'Leicestershire','LEICS',1),(3565,222,'Lincolnshire','LINCS',1),(3566,222,'Merseyside','MSY',1),(3567,222,'Merthyr Tydfil','MERT',1),(3568,222,'Midlothian','MLOT',1),(3569,222,'Monmouthshire','MMOUTH',1),(3570,222,'Moray','MORAY',1),(3571,222,'Neath Port Talbot','NPRTAL',1),(3572,222,'Newport','NEWPT',1),(3573,222,'Norfolk','NOR',1),(3574,222,'North Ayrshire','ARYN',1),(3575,222,'North Lanarkshire','LANN',1),(3576,222,'North Yorkshire','YSN',1),(3577,222,'Northamptonshire','NHM',1),(3578,222,'Northumberland','NLD',1),(3579,222,'Nottinghamshire','NOT',1),(3580,222,'Orkney Islands','ORK',1),(3581,222,'Oxfordshire','OFE',1),(3582,222,'Pembrokeshire','PEM',1),(3583,222,'Perth and Kinross','PERTH',1),(3584,222,'Powys','PWS',1),(3585,222,'Renfrewshire','REN',1),(3586,222,'Rhondda Cynon Taff','RHON',1),(3587,222,'Rutland','RUT',1),(3588,222,'Scottish Borders','BOR',1),(3589,222,'Shetland Islands','SHET',1),(3590,222,'Shropshire','SPE',1),(3591,222,'Somerset','SOM',1),(3592,222,'South Ayrshire','ARYS',1),(3593,222,'South Lanarkshire','LANS',1),(3594,222,'South Yorkshire','YSS',1),(3595,222,'Staffordshire','SFD',1),(3596,222,'Stirling','STIR',1),(3597,222,'Suffolk','SFK',1),(3598,222,'Surrey','SRY',1),(3599,222,'Swansea','SWAN',1),(3600,222,'Torfaen','TORF',1),(3601,222,'Tyne and Wear','TWR',1),(3602,222,'Vale of Glamorgan','VGLAM',1),(3603,222,'Warwickshire','WARKS',1),(3604,222,'West Dunbartonshire','WDUN',1),(3605,222,'West Lothian','WLOT',1),(3606,222,'West Midlands','WMD',1),(3607,222,'West Sussex','SXW',1),(3608,222,'West Yorkshire','YSW',1),(3609,222,'Western Isles','WIL',1),(3610,222,'Wiltshire','WLT',1),(3611,222,'Worcestershire','WORCS',1),(3612,222,'Wrexham','WRX',1),(3613,223,'Alabama','AL',1),(3614,223,'Alaska','AK',1),(3615,223,'American Samoa','AS',1),(3616,223,'Arizona','AZ',1),(3617,223,'Arkansas','AR',1),(3618,223,'Armed Forces Africa','AF',1),(3619,223,'Armed Forces Americas','AA',1),(3620,223,'Armed Forces Canada','AC',1),(3621,223,'Armed Forces Europe','AE',1),(3622,223,'Armed Forces Middle East','AM',1),(3623,223,'Armed Forces Pacific','AP',1),(3624,223,'California','CA',1),(3625,223,'Colorado','CO',1),(3626,223,'Connecticut','CT',1),(3627,223,'Delaware','DE',1),(3628,223,'District of Columbia','DC',1),(3629,223,'Federated States Of Micronesia','FM',1),(3630,223,'Florida','FL',1),(3631,223,'Georgia','GA',1),(3632,223,'Guam','GU',1),(3633,223,'Hawaii','HI',1),(3634,223,'Idaho','ID',1),(3635,223,'Illinois','IL',1),(3636,223,'Indiana','IN',1),(3637,223,'Iowa','IA',1),(3638,223,'Kansas','KS',1),(3639,223,'Kentucky','KY',1),(3640,223,'Louisiana','LA',1),(3641,223,'Maine','ME',1),(3642,223,'Marshall Islands','MH',1),(3643,223,'Maryland','MD',1),(3644,223,'Massachusetts','MA',1),(3645,223,'Michigan','MI',1),(3646,223,'Minnesota','MN',1),(3647,223,'Mississippi','MS',1),(3648,223,'Missouri','MO',1),(3649,223,'Montana','MT',1),(3650,223,'Nebraska','NE',1),(3651,223,'Nevada','NV',1),(3652,223,'New Hampshire','NH',1),(3653,223,'New Jersey','NJ',1),(3654,223,'New Mexico','NM',1),(3655,223,'New York','NY',1),(3656,223,'North Carolina','NC',1),(3657,223,'North Dakota','ND',1),(3658,223,'Northern Mariana Islands','MP',1),(3659,223,'Ohio','OH',1),(3660,223,'Oklahoma','OK',1),(3661,223,'Oregon','OR',1),(3662,223,'Palau','PW',1),(3663,223,'Pennsylvania','PA',1),(3664,223,'Puerto Rico','PR',1),(3665,223,'Rhode Island','RI',1),(3666,223,'South Carolina','SC',1),(3667,223,'South Dakota','SD',1),(3668,223,'Tennessee','TN',1),(3669,223,'Texas','TX',1),(3670,223,'Utah','UT',1),(3671,223,'Vermont','VT',1),(3672,223,'Virgin Islands','VI',1),(3673,223,'Virginia','VA',1),(3674,223,'Washington','WA',1),(3675,223,'West Virginia','WV',1),(3676,223,'Wisconsin','WI',1),(3677,223,'Wyoming','WY',1),(3678,224,'Baker Island','BI',1),(3679,224,'Howland Island','HI',1),(3680,224,'Jarvis Island','JI',1),(3681,224,'Johnston Atoll','JA',1),(3682,224,'Kingman Reef','KR',1),(3683,224,'Midway Atoll','MA',1),(3684,224,'Navassa Island','NI',1),(3685,224,'Palmyra Atoll','PA',1),(3686,224,'Wake Island','WI',1),(3687,225,'Artigas','AR',1),(3688,225,'Canelones','CA',1),(3689,225,'Cerro Largo','CL',1),(3690,225,'Colonia','CO',1),(3691,225,'Durazno','DU',1),(3692,225,'Flores','FS',1),(3693,225,'Florida','FA',1),(3694,225,'Lavalleja','LA',1),(3695,225,'Maldonado','MA',1),(3696,225,'Montevideo','MO',1),(3697,225,'Paysandu','PA',1),(3698,225,'Rio Negro','RN',1),(3699,225,'Rivera','RV',1),(3700,225,'Rocha','RO',1),(3701,225,'Salto','SL',1),(3702,225,'San Jose','SJ',1),(3703,225,'Soriano','SO',1),(3704,225,'Tacuarembo','TA',1),(3705,225,'Treinta y Tres','TT',1),(3706,226,'Andijon','AN',1),(3707,226,'Buxoro','BU',1),(3708,226,'Farg\'ona','FA',1),(3709,226,'Jizzax','JI',1),(3710,226,'Namangan','NG',1),(3711,226,'Navoiy','NW',1),(3712,226,'Qashqadaryo','QA',1),(3713,226,'Qoraqalpog\'iston Republikasi','QR',1),(3714,226,'Samarqand','SA',1),(3715,226,'Sirdaryo','SI',1),(3716,226,'Surxondaryo','SU',1),(3717,226,'Toshkent City','TK',1),(3718,226,'Toshkent Region','TO',1),(3719,226,'Xorazm','XO',1),(3720,227,'Malampa','MA',1),(3721,227,'Penama','PE',1),(3722,227,'Sanma','SA',1),(3723,227,'Shefa','SH',1),(3724,227,'Tafea','TA',1),(3725,227,'Torba','TO',1),(3726,229,'Amazonas','AM',1),(3727,229,'Anzoategui','AN',1),(3728,229,'Apure','AP',1),(3729,229,'Aragua','AR',1),(3730,229,'Barinas','BA',1),(3731,229,'Bolivar','BO',1),(3732,229,'Carabobo','CA',1),(3733,229,'Cojedes','CO',1),(3734,229,'Delta Amacuro','DA',1),(3735,229,'Dependencias Federales','DF',1),(3736,229,'Distrito Federal','DI',1),(3737,229,'Falcon','FA',1),(3738,229,'Guarico','GU',1),(3739,229,'Lara','LA',1),(3740,229,'Merida','ME',1),(3741,229,'Miranda','MI',1),(3742,229,'Monagas','MO',1),(3743,229,'Nueva Esparta','NE',1),(3744,229,'Portuguesa','PO',1),(3745,229,'Sucre','SU',1),(3746,229,'Tachira','TA',1),(3747,229,'Trujillo','TR',1),(3748,229,'Vargas','VA',1),(3749,229,'Yaracuy','YA',1),(3750,229,'Zulia','ZU',1),(3751,230,'An Giang','AG',1),(3752,230,'Bac Giang','BG',1),(3753,230,'Bac Kan','BK',1),(3754,230,'Bac Lieu','BL',1),(3755,230,'Bac Ninh','BC',1),(3756,230,'Ba Ria-Vung Tau','BR',1),(3757,230,'Ben Tre','BN',1),(3758,230,'Binh Dinh','BH',1),(3759,230,'Binh Duong','BU',1),(3760,230,'Binh Phuoc','BP',1),(3761,230,'Binh Thuan','BT',1),(3762,230,'Ca Mau','CM',1),(3763,230,'Can Tho','CT',1),(3764,230,'Cao Bang','CB',1),(3765,230,'Dak Lak','DL',1),(3766,230,'Dak Nong','DG',1),(3767,230,'Da Nang','DN',1),(3768,230,'Dien Bien','DB',1),(3769,230,'Dong Nai','DI',1),(3770,230,'Dong Thap','DT',1),(3771,230,'Gia Lai','GL',1),(3772,230,'Ha Giang','HG',1),(3773,230,'Hai Duong','HD',1),(3774,230,'Hai Phong','HP',1),(3775,230,'Ha Nam','HM',1),(3776,230,'Ha Noi','HI',1),(3777,230,'Ha Tay','HT',1),(3778,230,'Ha Tinh','HH',1),(3779,230,'Hoa Binh','HB',1),(3780,230,'Ho Chi Minh City','HC',1),(3781,230,'Hau Giang','HU',1),(3782,230,'Hung Yen','HY',1),(3783,232,'Saint Croix','C',1),(3784,232,'Saint John','J',1),(3785,232,'Saint Thomas','T',1),(3786,233,'Alo','A',1),(3787,233,'Sigave','S',1),(3788,233,'Wallis','W',1),(3789,235,'Abyan','AB',1),(3790,235,'Adan','AD',1),(3791,235,'Amran','AM',1),(3792,235,'Al Bayda','BA',1),(3793,235,'Ad Dali','DA',1),(3794,235,'Dhamar','DH',1),(3795,235,'Hadramawt','HD',1),(3796,235,'Hajjah','HJ',1),(3797,235,'Al Hudaydah','HU',1),(3798,235,'Ibb','IB',1),(3799,235,'Al Jawf','JA',1),(3800,235,'Lahij','LA',1),(3801,235,'Ma\'rib','MA',1),(3802,235,'Al Mahrah','MR',1),(3803,235,'Al Mahwit','MW',1),(3804,235,'Sa\'dah','SD',1),(3805,235,'San\'a','SN',1),(3806,235,'Shabwah','SH',1),(3807,235,'Ta\'izz','TA',1),(3812,237,'Bas-Congo','BC',1),(3813,237,'Bandundu','BN',1),(3814,237,'Equateur','EQ',1),(3815,237,'Katanga','KA',1),(3816,237,'Kasai-Oriental','KE',1),(3817,237,'Kinshasa','KN',1),(3818,237,'Kasai-Occidental','KW',1),(3819,237,'Maniema','MA',1),(3820,237,'Nord-Kivu','NK',1),(3821,237,'Orientale','OR',1),(3822,237,'Sud-Kivu','SK',1),(3823,238,'Central','CE',1),(3824,238,'Copperbelt','CB',1),(3825,238,'Eastern','EA',1),(3826,238,'Luapula','LP',1),(3827,238,'Lusaka','LK',1),(3828,238,'Northern','NO',1),(3829,238,'North-Western','NW',1),(3830,238,'Southern','SO',1),(3831,238,'Western','WE',1),(3832,239,'Bulawayo','BU',1),(3833,239,'Harare','HA',1),(3834,239,'Manicaland','ML',1),(3835,239,'Mashonaland Central','MC',1),(3836,239,'Mashonaland East','ME',1),(3837,239,'Mashonaland West','MW',1),(3838,239,'Masvingo','MV',1),(3839,239,'Matabeleland North','MN',1),(3840,239,'Matabeleland South','MS',1),(3841,239,'Midlands','MD',1),(3861,105,'Campobasso','CB',1),(3862,105,'Carbonia-Iglesias','CI',1),(3863,105,'Caserta','CE',1),(3864,105,'Catania','CT',1),(3865,105,'Catanzaro','CZ',1),(3866,105,'Chieti','CH',1),(3867,105,'Como','CO',1),(3868,105,'Cosenza','CS',1),(3869,105,'Cremona','CR',1),(3870,105,'Crotone','KR',1),(3871,105,'Cuneo','CN',1),(3872,105,'Enna','EN',1),(3873,105,'Ferrara','FE',1),(3874,105,'Firenze','FI',1),(3875,105,'Foggia','FG',1),(3876,105,'Forli-Cesena','FC',1),(3877,105,'Frosinone','FR',1),(3878,105,'Genova','GE',1),(3879,105,'Gorizia','GO',1),(3880,105,'Grosseto','GR',1),(3881,105,'Imperia','IM',1),(3882,105,'Isernia','IS',1),(3883,105,'L'Aquila','AQ',1),(3884,105,'La Spezia','SP',1),(3885,105,'Latina','LT',1),(3886,105,'Lecce','LE',1),(3887,105,'Lecco','LC',1),(3888,105,'Livorno','LI',1),(3889,105,'Lodi','LO',1),(3890,105,'Lucca','LU',1),(3891,105,'Macerata','MC',1),(3892,105,'Mantova','MN',1),(3893,105,'Massa-Carrara','MS',1),(3894,105,'Matera','MT',1),(3895,105,'Medio Campidano','VS',1),(3896,105,'Messina','ME',1),(3897,105,'Milano','MI',1),(3898,105,'Modena','MO',1),(3899,105,'Napoli','NA',1),(3900,105,'Novara','NO',1),(3901,105,'Nuoro','NU',1),(3902,105,'Ogliastra','OG',1),(3903,105,'Olbia-Tempio','OT',1),(3904,105,'Oristano','OR',1),(3905,105,'Padova','PD',1),(3906,105,'Palermo','PA',1),(3907,105,'Parma','PR',1),(3908,105,'Pavia','PV',1),(3909,105,'Perugia','PG',1),(3910,105,'Pesaro e Urbino','PU',1),(3911,105,'Pescara','PE',1),(3912,105,'Piacenza','PC',1),(3913,105,'Pisa','PI',1),(3914,105,'Pistoia','PT',1),(3915,105,'Pordenone','PN',1),(3916,105,'Potenza','PZ',1),(3917,105,'Prato','PO',1),(3918,105,'Ragusa','RG',1),(3919,105,'Ravenna','RA',1),(3920,105,'Reggio Calabria','RC',1),(3921,105,'Reggio Emilia','RE',1),(3922,105,'Rieti','RI',1),(3923,105,'Rimini','RN',1),(3924,105,'Roma','RM',1),(3925,105,'Rovigo','RO',1),(3926,105,'Salerno','SA',1),(3927,105,'Sassari','SS',1),(3928,105,'Savona','SV',1),(3929,105,'Siena','SI',1),(3930,105,'Siracusa','SR',1),(3931,105,'Sondrio','SO',1),(3932,105,'Taranto','TA',1),(3933,105,'Teramo','TE',1),(3934,105,'Terni','TR',1),(3935,105,'Torino','TO',1),(3936,105,'Trapani','TP',1),(3937,105,'Trento','TN',1),(3938,105,'Treviso','TV',1),(3939,105,'Trieste','TS',1),(3940,105,'Udine','UD',1),(3941,105,'Varese','VA',1),(3942,105,'Venezia','VE',1),(3943,105,'Verbano-Cusio-Ossola','VB',1),(3944,105,'Vercelli','VC',1),(3945,105,'Verona','VR',1),(3946,105,'Vibo Valentia','VV',1),(3947,105,'Vicenza','VI',1),(3948,105,'Viterbo','VT',1),(3949,222,'County Antrim','ANT',1),(3950,222,'County Armagh','ARM',1),(3951,222,'County Down','DOW',1),(3952,222,'County Fermanagh','FER',1),(3953,222,'County Londonderry','LDY',1),(3954,222,'County Tyrone','TYR',1),(3955,222,'Cumbria','CMA',1),(3956,190,'Pomurska','1',1),(3957,190,'Podravska','2',1),(3958,190,'Koroška','3',1),(3959,190,'Savinjska','4',1),(3960,190,'Zasavska','5',1),(3961,190,'Spodnjeposavska','6',1),(3962,190,'Jugovzhodna Slovenija','7',1),(3963,190,'Osrednjeslovenska','8',1),(3964,190,'Gorenjska','9',1),(3965,190,'Notranjsko-kraška','10',1),(3966,190,'Goriška','11',1),(3967,190,'Obalno-kraška','12',1),(3968,33,'Ruse','',1),(3969,101,'Alborz','ALB',1),(3970,21,'Brussels-Capital Region','BRU',1),(3971,138,'Aguascalientes','AG',1),(3973,242,'Andrijevica','01',1),(3974,242,'Bar','02',1),(3975,242,'Berane','03',1),(3976,242,'Bijelo Polje','04',1),(3977,242,'Budva','05',1),(3978,242,'Cetinje','06',1),(3979,242,'Danilovgrad','07',1),(3980,242,'Herceg-Novi','08',1),(3981,242,'Kolašin','09',1),(3982,242,'Kotor','10',1),(3983,242,'Mojkovac','11',1),(3984,242,'Nikšić','12',1),(3985,242,'Plav','13',1),(3986,242,'Pljevlja','14',1),(3987,242,'Plužine','15',1),(3988,242,'Podgorica','16',1),(3989,242,'Rožaje','17',1),(3990,242,'Šavnik','18',1),(3991,242,'Tivat','19',1),(3992,242,'Ulcinj','20',1),(3993,242,'Žabljak','21',1),(3994,243,'Belgrade','00',1),(3995,243,'North Bačka','01',1),(3996,243,'Central Banat','02',1),(3997,243,'North Banat','03',1),(3998,243,'South Banat','04',1),(3999,243,'West Bačka','05',1),(4000,243,'South Bačka','06',1),(4001,243,'Srem','07',1),(4002,243,'Mačva','08',1),(4003,243,'Kolubara','09',1),(4004,243,'Podunavlje','10',1),(4005,243,'Braničevo','11',1),(4006,243,'Šumadija','12',1),(4007,243,'Pomoravlje','13',1),(4008,243,'Bor','14',1),(4009,243,'Zaječar','15',1),(4010,243,'Zlatibor','16',1),(4011,243,'Moravica','17',1),(4012,243,'Raška','18',1),(4013,243,'Rasina','19',1),(4014,243,'Nišava','20',1),(4015,243,'Toplica','21',1),(4016,243,'Pirot','22',1),(4017,243,'Jablanica','23',1),(4018,243,'Pčinja','24',1),(4020,245,'Bonaire','BO',1),(4021,245,'Saba','SA',1),(4022,245,'Sint Eustatius','SE',1),(4023,248,'Central Equatoria','EC',1),(4024,248,'Eastern Equatoria','EE',1),(4025,248,'Jonglei','JG',1),(4026,248,'Lakes','LK',1),(4027,248,'Northern Bahr el-Ghazal','BN',1),(4028,248,'Unity','UY',1),(4029,248,'Upper Nile','NU',1),(4030,248,'Warrap','WR',1),(4031,248,'Western Bahr el-Ghazal','BW',1),(4032,248,'Western Equatoria','EW',1),(4036,117,'Ainaži, Salacgrīvas novads','0661405',1),(4037,117,'Aizkraukle, Aizkraukles novads','0320201',1),(4038,117,'Aizkraukles novads','0320200',1),(4039,117,'Aizpute, Aizputes novads','0640605',1),(4040,117,'Aizputes novads','0640600',1),(4041,117,'Aknīste, Aknīstes novads','0560805',1),(4042,117,'Aknīstes novads','0560800',1),(4043,117,'Aloja, Alojas novads','0661007',1),(4044,117,'Alojas novads','0661000',1),(4045,117,'Alsungas novads','0624200',1),(4046,117,'Alūksne, Alūksnes novads','0360201',1),(4047,117,'Alūksnes novads','0360200',1),(4048,117,'Amatas novads','0424701',1),(4049,117,'Ape, Apes novads','0360805',1),(4050,117,'Apes novads','0360800',1),(4051,117,'Auce, Auces novads','0460805',1),(4052,117,'Auces novads','0460800',1),(4053,117,'Ādažu novads','0804400',1),(4054,117,'Babītes novads','0804900',1),(4055,117,'Baldone, Baldones novads','0800605',1),(4056,117,'Baldones novads','0800600',1),(4057,117,'Baloži, Ķekavas novads','0800807',1),(4058,117,'Baltinavas novads','0384400',1),(4059,117,'Balvi, Balvu novads','0380201',1),(4060,117,'Balvu novads','0380200',1),(4061,117,'Bauska, Bauskas novads','0400201',1),(4062,117,'Bauskas novads','0400200',1),(4063,117,'Beverīnas novads','0964700',1),(4064,117,'Brocēni, Brocēnu novads','0840605',1),(4065,117,'Brocēnu novads','0840601',1),(4066,117,'Burtnieku novads','0967101',1),(4067,117,'Carnikavas novads','0805200',1),(4068,117,'Cesvaine, Cesvaines novads','0700807',1),(4069,117,'Cesvaines novads','0700800',1),(4070,117,'Cēsis, Cēsu novads','0420201',1),(4071,117,'Cēsu novads','0420200',1),(4072,117,'Ciblas novads','0684901',1),(4073,117,'Dagda, Dagdas novads','0601009',1),(4074,117,'Dagdas novads','0601000',1),(4075,117,'Daugavpils','0050000',1),(4076,117,'Daugavpils novads','0440200',1),(4077,117,'Dobele, Dobeles novads','0460201',1),(4078,117,'Dobeles novads','0460200',1),(4079,117,'Dundagas novads','0885100',1),(4080,117,'Durbe, Durbes novads','0640807',1),(4081,117,'Durbes novads','0640801',1),(4082,117,'Engures novads','0905100',1),(4083,117,'Ērgļu novads','0705500',1),(4084,117,'Garkalnes novads','0806000',1),(4085,117,'Grobiņa, Grobiņas novads','0641009',1),(4086,117,'Grobiņas novads','0641000',1),(4087,117,'Gulbene, Gulbenes novads','0500201',1),(4088,117,'Gulbenes novads','0500200',1),(4089,117,'Iecavas novads','0406400',1),(4090,117,'Ikšķile, Ikšķiles novads','0740605',1),(4091,117,'Ikšķiles novads','0740600',1),(4092,117,'Ilūkste, Ilūkstes novads','0440807',1),(4093,117,'Ilūkstes novads','0440801',1),(4094,117,'Inčukalna novads','0801800',1),(4095,117,'Jaunjelgava, Jaunjelgavas novads','0321007',1),(4096,117,'Jaunjelgavas novads','0321000',1),(4097,117,'Jaunpiebalgas novads','0425700',1),(4098,117,'Jaunpils novads','0905700',1),(4099,117,'Jelgava','0090000',1),(4100,117,'Jelgavas novads','0540200',1),(4101,117,'Jēkabpils','0110000',1),(4102,117,'Jēkabpils novads','0560200',1),(4103,117,'Jūrmala','0130000',1),(4104,117,'Kalnciems, Jelgavas novads','0540211',1),(4105,117,'Kandava, Kandavas novads','0901211',1),(4106,117,'Kandavas novads','0901201',1),(4107,117,'Kārsava, Kārsavas novads','0681009',1),(4108,117,'Kārsavas novads','0681000',1),(4109,117,'Kocēnu novads ,bij. Valmieras)','0960200',1),(4110,117,'Kokneses novads','0326100',1),(4111,117,'Krāslava, Krāslavas novads','0600201',1),(4112,117,'Krāslavas novads','0600202',1),(4113,117,'Krimuldas novads','0806900',1),(4114,117,'Krustpils novads','0566900',1),(4115,117,'Kuldīga, Kuldīgas novads','0620201',1),(4116,117,'Kuldīgas novads','0620200',1),(4117,117,'Ķeguma novads','0741001',1),(4118,117,'Ķegums, Ķeguma novads','0741009',1),(4119,117,'Ķekavas novads','0800800',1),(4120,117,'Lielvārde, Lielvārdes novads','0741413',1),(4121,117,'Lielvārdes novads','0741401',1),(4122,117,'Liepāja','0170000',1),(4123,117,'Limbaži, Limbažu novads','0660201',1),(4124,117,'Limbažu novads','0660200',1),(4125,117,'Līgatne, Līgatnes novads','0421211',1),(4126,117,'Līgatnes novads','0421200',1),(4127,117,'Līvāni, Līvānu novads','0761211',1),(4128,117,'Līvānu novads','0761201',1),(4129,117,'Lubāna, Lubānas novads','0701413',1),(4130,117,'Lubānas novads','0701400',1),(4131,117,'Ludza, Ludzas novads','0680201',1),(4132,117,'Ludzas novads','0680200',1),(4133,117,'Madona, Madonas novads','0700201',1),(4134,117,'Madonas novads','0700200',1),(4135,117,'Mazsalaca, Mazsalacas novads','0961011',1),(4136,117,'Mazsalacas novads','0961000',1),(4137,117,'Mālpils novads','0807400',1),(4138,117,'Mārupes novads','0807600',1),(4139,117,'Mērsraga novads','0887600',1),(4140,117,'Naukšēnu novads','0967300',1),(4141,117,'Neretas novads','0327100',1),(4142,117,'Nīcas novads','0647900',1),(4143,117,'Ogre, Ogres novads','0740201',1),(4144,117,'Ogres novads','0740202',1),(4145,117,'Olaine, Olaines novads','0801009',1),(4146,117,'Olaines novads','0801000',1),(4147,117,'Ozolnieku novads','0546701',1),(4148,117,'Pārgaujas novads','0427500',1),(4149,117,'Pāvilosta, Pāvilostas novads','0641413',1),(4150,117,'Pāvilostas novads','0641401',1),(4151,117,'Piltene, Ventspils novads','0980213',1),(4152,117,'Pļaviņas, Pļaviņu novads','0321413',1),(4153,117,'Pļaviņu novads','0321400',1),(4154,117,'Preiļi, Preiļu novads','0760201',1),(4155,117,'Preiļu novads','0760202',1),(4156,117,'Priekule, Priekules novads','0641615',1),(4157,117,'Priekules novads','0641600',1),(4158,117,'Priekuļu novads','0427300',1),(4159,117,'Raunas novads','0427700',1),(4160,117,'Rēzekne','0210000',1),(4161,117,'Rēzeknes novads','0780200',1),(4162,117,'Riebiņu novads','0766300',1),(4163,117,'Rīga','0010000',1),(4164,117,'Rojas novads','0888300',1),(4165,117,'Ropažu novads','0808400',1),(4166,117,'Rucavas novads','0648500',1),(4167,117,'Rugāju novads','0387500',1),(4168,117,'Rundāles novads','0407700',1),(4169,117,'Rūjiena, Rūjienas novads','0961615',1),(4170,117,'Rūjienas novads','0961600',1),(4171,117,'Sabile, Talsu novads','0880213',1),(4172,117,'Salacgrīva, Salacgrīvas novads','0661415',1),(4173,117,'Salacgrīvas novads','0661400',1),(4174,117,'Salas novads','0568700',1),(4175,117,'Salaspils novads','0801200',1),(4176,117,'Salaspils, Salaspils novads','0801211',1),(4177,117,'Saldus novads','0840200',1),(4178,117,'Saldus, Saldus novads','0840201',1),(4179,117,'Saulkrasti, Saulkrastu novads','0801413',1),(4180,117,'Saulkrastu novads','0801400',1),(4181,117,'Seda, Strenču novads','0941813',1),(4182,117,'Sējas novads','0809200',1),(4183,117,'Sigulda, Siguldas novads','0801615',1),(4184,117,'Siguldas novads','0801601',1),(4185,117,'Skrīveru novads','0328200',1),(4186,117,'Skrunda, Skrundas novads','0621209',1),(4187,117,'Skrundas novads','0621200',1),(4188,117,'Smiltene, Smiltenes novads','0941615',1),(4189,117,'Smiltenes novads','0941600',1),(4190,117,'Staicele, Alojas novads','0661017',1),(4191,117,'Stende, Talsu novads','0880215',1),(4192,117,'Stopiņu novads','0809600',1),(4193,117,'Strenči, Strenču novads','0941817',1),(4194,117,'Strenču novads','0941800',1),(4195,117,'Subate, Ilūkstes novads','0440815',1),(4196,117,'Talsi, Talsu novads','0880201',1),(4197,117,'Talsu novads','0880200',1),(4198,117,'Tērvetes novads','0468900',1),(4199,117,'Tukuma novads','0900200',1),(4200,117,'Tukums, Tukuma novads','0900201',1),(4201,117,'Vaiņodes novads','0649300',1),(4202,117,'Valdemārpils, Talsu novads','0880217',1),(4203,117,'Valka, Valkas novads','0940201',1),(4204,117,'Valkas novads','0940200',1),(4205,117,'Valmiera','0250000',1),(4206,117,'Vangaži, Inčukalna novads','0801817',1),(4207,117,'Varakļāni, Varakļānu novads','0701817',1),(4208,117,'Varakļānu novads','0701800',1),(4209,117,'Vārkavas novads','0769101',1),(4210,117,'Vecpiebalgas novads','0429300',1),(4211,117,'Vecumnieku novads','0409500',1),(4212,117,'Ventspils','0270000',1),(4213,117,'Ventspils novads','0980200',1),(4214,117,'Viesīte, Viesītes novads','0561815',1),(4215,117,'Viesītes novads','0561800',1),(4216,117,'Viļaka, Viļakas novads','0381615',1),(4217,117,'Viļakas novads','0381600',1),(4218,117,'Viļāni, Viļānu novads','0781817',1),(4219,117,'Viļānu novads','0781800',1),(4220,117,'Zilupe, Zilupes novads','0681817',1),(4221,117,'Zilupes novads','0681801',1),(4222,43,'Arica y Parinacota','AP',1),(4223,43,'Los Rios','LR',1),(4224,220,'Kharkivs\'ka Oblast\'','63',1);
/*!40000 ALTER TABLE `jos7e_mijoshop_zone` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_mijoshop_zone_to_geo_zone`
--
DROP TABLE IF EXISTS `jos7e_mijoshop_zone_to_geo_zone`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_mijoshop_zone_to_geo_zone` (
`zone_to_geo_zone_id` int(11) NOT NULL AUTO_INCREMENT,
`country_id` int(11) NOT NULL,
`zone_id` int(11) NOT NULL DEFAULT 0,
`geo_zone_id` int(11) NOT NULL,
`date_added` datetime NOT NULL,
`date_modified` datetime NOT NULL,
PRIMARY KEY (`zone_to_geo_zone_id`)
) ENGINE=MyISAM AUTO_INCREMENT=110 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_mijoshop_zone_to_geo_zone`
--
LOCK TABLES `jos7e_mijoshop_zone_to_geo_zone` WRITE;
/*!40000 ALTER TABLE `jos7e_mijoshop_zone_to_geo_zone` DISABLE KEYS */;
INSERT INTO `jos7e_mijoshop_zone_to_geo_zone` VALUES (1,222,0,4,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,222,3513,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3,222,3514,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(4,222,3515,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(5,222,3516,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(6,222,3517,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(7,222,3518,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(8,222,3519,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(9,222,3520,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(10,222,3521,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(11,222,3522,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(12,222,3523,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(13,222,3524,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(14,222,3525,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(15,222,3526,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(16,222,3527,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(17,222,3528,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(18,222,3529,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(19,222,3530,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(20,222,3531,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(21,222,3532,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(22,222,3533,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(23,222,3534,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(24,222,3535,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(25,222,3536,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(26,222,3537,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(27,222,3538,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(28,222,3539,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(29,222,3540,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(30,222,3541,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(31,222,3542,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(32,222,3543,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(33,222,3544,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(34,222,3545,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(35,222,3546,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(36,222,3547,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(37,222,3548,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(38,222,3549,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(39,222,3550,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(40,222,3551,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(41,222,3552,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(42,222,3553,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(43,222,3554,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(44,222,3555,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(45,222,3556,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(46,222,3557,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(47,222,3558,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(48,222,3559,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(49,222,3560,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(50,222,3561,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(51,222,3562,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(52,222,3563,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(53,222,3564,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(54,222,3565,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(55,222,3566,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(56,222,3567,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(57,222,3568,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(58,222,3569,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(59,222,3570,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(60,222,3571,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(61,222,3572,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(62,222,3573,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(63,222,3574,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(64,222,3575,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(65,222,3576,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(66,222,3577,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(67,222,3578,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(68,222,3579,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(69,222,3580,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(70,222,3581,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(71,222,3582,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(72,222,3583,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(73,222,3584,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(74,222,3585,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(75,222,3586,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(76,222,3587,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(77,222,3588,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(78,222,3589,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(79,222,3590,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(80,222,3591,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(81,222,3592,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(82,222,3593,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(83,222,3594,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(84,222,3595,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(85,222,3596,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(86,222,3597,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(87,222,3598,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(88,222,3599,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(89,222,3600,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(90,222,3601,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(91,222,3602,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(92,222,3603,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(93,222,3604,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(94,222,3605,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(95,222,3606,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(96,222,3607,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(97,222,3608,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(98,222,3609,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(99,222,3610,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(100,222,3611,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(101,222,3612,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(102,222,3949,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(103,222,3950,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(104,222,3951,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(105,222,3952,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(106,222,3953,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(107,222,3954,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(108,222,3955,3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(109,222,3972,3,'0000-00-00 00:00:00','0000-00-00 00:00:00');
/*!40000 ALTER TABLE `jos7e_mijoshop_zone_to_geo_zone` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_modules`
--
DROP TABLE IF EXISTS `jos7e_modules`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_modules` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`asset_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the #__assets table.',
`title` varchar(100) NOT NULL DEFAULT '',
`note` varchar(255) NOT NULL DEFAULT '',
`content` text NOT NULL,
`ordering` int(11) NOT NULL DEFAULT 0,
`position` varchar(50) NOT NULL DEFAULT '',
`checked_out` int(10) unsigned NOT NULL DEFAULT 0,
`checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`published` tinyint(1) NOT NULL DEFAULT 0,
`module` varchar(50) DEFAULT NULL,
`access` int(10) unsigned NOT NULL DEFAULT 0,
`showtitle` tinyint(3) unsigned NOT NULL DEFAULT 1,
`params` mediumtext NOT NULL,
`client_id` tinyint(4) NOT NULL DEFAULT 0,
`language` char(7) NOT NULL,
PRIMARY KEY (`id`),
KEY `published` (`published`,`access`),
KEY `newsfeeds` (`module`,`published`),
KEY `idx_language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=143 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_modules`
--
LOCK TABLES `jos7e_modules` WRITE;
/*!40000 ALTER TABLE `jos7e_modules` DISABLE KEYS */;
INSERT INTO `jos7e_modules` VALUES (1,39,'Main Menu','','',1,'position-7',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',1,1,'{\"menutype\":\"mainmenu\",\"startLevel\":\"0\",\"endLevel\":\"0\",\"showAllChildren\":\"0\",\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"\",\"moduleclass_sfx\":\"_menu\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(2,40,'Login','','',1,'login',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_login',1,1,'',1,'*'),(3,41,'Popular Articles','','',3,'cpanel',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_popular',3,1,'{\"count\":\"5\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),(4,42,'Recently Added Articles','','',4,'cpanel',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_latest',3,1,'{\"count\":\"5\",\"ordering\":\"c_dsc\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),(8,43,'Toolbar','','',1,'toolbar',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_toolbar',3,1,'',1,'*'),(9,44,'Quick Icons','','',1,'icon',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_quickicon',3,1,'',1,'*'),(10,45,'Logged-in Users','','',2,'cpanel',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_logged',3,1,'{\"count\":\"5\",\"name\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),(12,46,'Admin Menu','','',1,'menu',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',3,1,'{\"layout\":\"\",\"moduleclass_sfx\":\"\",\"shownew\":\"1\",\"showhelp\":\"1\",\"cache\":\"0\"}',1,'*'),(13,47,'Admin Submenu','','',1,'submenu',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_submenu',3,1,'',1,'*'),(14,48,'User Status','','',2,'status',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_status',3,1,'',1,'*'),(15,49,'Title','','',1,'title',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_title',3,1,'',1,'*'),(16,50,'Login Form','','',7,'position-7',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_login',1,1,'{\"greeting\":\"1\",\"name\":\"0\"}',0,'*'),(17,51,'Breadcrumbs','','',1,'position-2',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_breadcrumbs',1,1,'{\"moduleclass_sfx\":\"\",\"showHome\":\"1\",\"homeText\":\"\",\"showComponent\":\"1\",\"separator\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(79,52,'Multilanguage status','','',1,'status',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_multilangstatus',3,1,'{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),(86,53,'Joomla Version','','',1,'footer',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_version',3,1,'{\"format\":\"short\",\"product\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),(87,55,'Some News & Views','','',1,'position-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_jabulletin',1,1,'{\"type\":\"latest\",\"ordering\":\"c_dsc\",\"using_mode\":\"catids\",\"category\":[\"11\"],\"k2catsid\":[\"1\"],\"count\":6,\"timerange\":\"\",\"show_featured\":\"1\",\"show_date\":\"1\",\"show_author\":\"0\",\"show_readmore\":\"1\",\"show_hits\":\"0\",\"use_custom_text\":\"1\",\"custom_text\":\"Hits:\",\"show_image\":\"1\",\"thumbnail_mode\":\"crop\",\"use_ratio\":\"1\",\"width\":120,\"height\":60,\"moduleclass_sfx\":\"gray-background\",\"cache\":\"1\",\"cache_time\":\"30\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(88,56,'JA Login','','',1,'head-login',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_jalogin',1,0,'{\"pretext\":\"Subscribed members have access to special OSCASA bulletins, industry news, template documents, events and other information.\",\"posttext\":\"\",\"greeting\":\"1\",\"name\":\"0\",\"show_register_form\":\"0\",\"usesecure\":\"0\",\"login\":\"126\",\"logout\":\"101\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(89,57,'JA Masshead','','',0,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_jamasshead',1,1,'',0,'*'),(90,58,'JA Slideshow','','',1,'slideshow',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_jaslideshow',1,0,'{\"source\":\"images\",\"source-articles-display_model\":\"0\",\"source-articles-display_model-modcats-category\":[\"\"],\"showvideos\":\"0\",\"source-articles-sort_order_field\":\"created\",\"source-articles-sort_order\":\"DESC\",\"open_target\":\"parent\",\"source-articles-max_items\":\"5\",\"source-images-orderby\":\"0\",\"source-images-sort\":\"2\",\"folder\":\"images\\/fp-slideshow\\/\",\"description\":\"[{\\\"image\\\":\\\"fp_slider1.jpg\\\",\\\"imageSrc\\\":\\\"http:\\/\\/oscasa.com\\/new\\/images\\/fp-slideshow\\/fp_slider1.jpg\\\",\\\"title\\\":\\\"OSCASA industry guidelines \\\",\\\"link\\\":\\\"\\\",\\\"description\\\":\\\"Character casting guidelines for different sectors \\\",\\\"show\\\":true},{\\\"image\\\":\\\"fp_slider2.jpg\\\",\\\"imageSrc\\\":\\\"http:\\/\\/oscasa.com\\/new\\/images\\/fp-slideshow\\/fp_slider2.jpg\\\",\\\"title\\\":\\\"Agency guidelines and support\\\",\\\"link\\\":\\\"\\\",\\\"description\\\":\\\"Characters, Kids, Walk-ons, Featured Extras and Background Artistes\\\",\\\"show\\\":true},{\\\"image\\\":\\\"fp_slider3.jpg\\\",\\\"imageSrc\\\":\\\"http:\\/\\/oscasa.com\\/new\\/images\\/fp-slideshow\\/fp_slider3.jpg\\\",\\\"title\\\":\\\"Character Casting Codes & Ethics\\\",\\\"link\\\":\\\"\\\",\\\"description\\\":\\\"A South African initiative to standardise casting practices\\\",\\\"show\\\":true},{\\\"image\\\":\\\"fp_slider4.jpg\\\",\\\"imageSrc\\\":\\\"http:\\/\\/oscasa.com\\/new\\/images\\/fp-slideshow\\/fp_slider4.jpg\\\",\\\"title\\\":\\\"Is your agency an OSCASA member?\\\",\\\"link\\\":\\\"\\\",\\\"description\\\":\\\"Read our industry guidelines and access member content\\\",\\\"show\\\":true}]\",\"profile\":\"biz\",\"source-articles-images-thumbnail_mode\":\"crop\",\"source-articles-images-thumbnail_mode-resize-use_ratio\":\"0\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(91,59,'Compago Blank Module','','',0,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_cmp_blank',1,1,'',0,'*'),(92,0,'AcyMailing Module','','',0,'position-7',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_acymailing',1,1,'',0,'*'),(93,66,'Join OSCASA','','<p><a href=\"index.php/join/who-can-join-osca\"><img src=\"images/300x300pic1.jpg\" alt=\"\" width=\"180\" height=\"180\" style=\"display: block; margin-left: auto; margin-right: auto;\" /></a></p>\r\n<p style=\"text-align: center;\"> Your Annual Agency Subscription keeps you up-to-date and informed on industry news.</p>',1,'sidebar-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(94,68,'BreezingForms','','',0,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_breezingforms',1,1,'',0,'*'),(95,70,'Application Document Download','','<p>Please download the following document to be attached to your Application. This needs to be signed and returned. Thank you.</p>\r\n<p><a href=\"images/OSCASA_Ts-Cs-Code-Of-Conduct-Constitution_v21.pdf\">OSCASA Constitution, Terms & Conditions, Codes of Conduct</a></p>',1,'sidebar-2',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"lastviews\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(96,71,'Agency Application Form Check List','','<p>Completing our online OSCASA Agency Application requires the following documents to be attached;</p>\r\n<ul>\r\n<li>Proof of Agency Annual Subscription payment - R595.00 \r\n<p><span style=\"font-family: \'Helvetica Neue\', Helvetica, Arial, sans-serif; font-size: 13px;\">Nedbank - Parklands - Savings Account </span>A/C 2207 017 869 Bank Code 198765 Proof of payment is required with the <a href=\"index.php?option=com_breezingforms&view=form&Itemid=147\">Application Form</a></p>\r\n</li>\r\n<li>Signed copy of<a href=\"images/OSCASA_Ts-Cs-Code-Of-Conduct-Constitution_v21.pdf\" target=\"_blank\"> Constitution, Terms & Conditions and Codes of Conduct</a></li>\r\n<li>ID copies of Member/Partners 1,2 & 3</li>\r\n<li>Company Tax Clearance Certificate</li>\r\n<li>Proof of Physical Address (not older than 3 months)</li>\r\n<li>Confirmation of Bank Account (Letter from bank stamped and not older than 3 months)</li>\r\n</ul>\r\n<p>Having these scanned and ready will expedite your Application process.</p>\r\n<p><a href=\"index.php?option=com_breezingforms&view=form&Itemid=147\">Agency Application Form</a></p>',1,'sidebar-2',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"title-blue mod-more\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(98,76,'OSCASA Members','','',1,'features-intro-2',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_roksprocket',1,1,'{\"run_content_plugins\":\"onmodule\",\"provider\":\"joomla\",\"layout\":\"tabs\",\"joomla_filters\":{\"1\":{\"root\":{\"category\":\"10\"}}},\"joomla_sort\":\"automatic\",\"joomla_sort_manual_append\":\"after\",\"tabs_themes\":\"default\",\"display_limit\":\"∞\",\"tabs_position\":\"top\",\"tabs_animation\":\"slideandfade\",\"tabs_autoplay\":\"0\",\"tabs_autoplay_delay\":\"5\",\"tabs_resize_enable\":\"0\",\"tabs_resize_width\":\"0\",\"tabs_resize_height\":\"0\",\"tabs_previews_length\":\"0\",\"tabs_strip_html_tags\":\"1\",\"tabs_title_default\":\"title\",\"tabs_icon_default\":\"primary\",\"tabs_icon_default_custom\":\"\",\"tabs_link_default\":\"primary\",\"tabs_link_default_custom\":\"\",\"tabs_description_default\":\"primary\",\"cache\":\"0\",\"moduleclass_sfx\":\"\",\"module_cache\":\"1\",\"cache_time\":\"900\"}',0,'*'),(99,78,'K2 Comments','','',0,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_k2_comments',1,1,'',0,'*'),(100,79,'K2 Content','','',0,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_k2_content',1,1,'',0,'*'),(101,80,'K2 Tools','','',0,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_k2_tools',1,1,'',0,'*'),(102,81,'K2 Users','','',0,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_k2_users',1,1,'',0,'*'),(103,82,'K2 User','','',0,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_k2_user',1,1,'',0,'*'),(104,83,'K2 Quick Icons (admin)','','',0,'cpanel',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_k2_quickicons',1,1,'',1,'*'),(105,84,'K2 Stats (admin)','','',0,'cpanel',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_k2_stats',1,1,'',1,'*'),(106,85,'SP Simple Map','','',0,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_sp_simple_map',1,1,'',0,'*'),(107,86,'OSCASA Members','','',1,'features-adv',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_roksprocket',1,1,'{\"run_content_plugins\":\"onmodule\",\"provider\":\"k2\",\"layout\":\"tabs\",\"k2_filters\":{\"1\":{\"root\":{\"category\":\"1\"}}},\"k2_sort\":\"automatic\",\"k2_sort_manual_append\":\"after\",\"tabs_themes\":\"default\",\"display_limit\":\"∞\",\"tabs_position\":\"top\",\"tabs_animation\":\"slideandfade\",\"tabs_autoplay\":\"0\",\"tabs_autoplay_delay\":\"5\",\"tabs_resize_enable\":\"0\",\"tabs_resize_width\":\"0\",\"tabs_resize_height\":\"0\",\"tabs_previews_length\":\"0\",\"tabs_strip_html_tags\":\"0\",\"tabs_title_default\":\"title\",\"tabs_icon_default\":\"primary\",\"tabs_icon_default_custom\":\"\",\"tabs_link_default\":\"primary\",\"tabs_link_default_custom\":\"\",\"tabs_description_default\":\"primary\",\"cache\":\"0\",\"moduleclass_sfx\":\"\",\"module_cache\":\"1\",\"cache_time\":\"900\"}',0,'*'),(108,87,'OSCASA Members','','',1,'features-adv',814,'2024-07-04 10:04:18','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_roksprocket',1,0,'{\"run_content_plugins\":\"onmodule\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(109,88,'Members','','',1,'position-6',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_roksprocket',1,1,'{\"run_content_plugins\":\"onmodule\",\"provider\":\"k2\",\"layout\":\"mosaic\",\"k2_filters\":{\"1\":{\"root\":{\"category\":\"1\"}}},\"k2_sort\":\"automatic\",\"k2_sort_manual_append\":\"after\",\"mosaic_themes\":\"default\",\"display_limit\":\"∞\",\"mosaic_columns\":\"4\",\"mosaic_previews_length\":\"20\",\"mosaic_filter_tags\":\"\",\"mosaic_strip_html_tags\":\"1\",\"mosaic_items_per_page\":\"5\",\"mosaic_article_details\":\"0\",\"mosaic_animations\":[\"fade\",\"scale\",\"rotate\"],\"mosaic_ordering\":[\"default\",\"title\",\"date\",\"random\"],\"mosaic_resize_enable\":\"0\",\"mosaic_resize_width\":\"0\",\"mosaic_resize_height\":\"0\",\"mosaic_title_default\":\"title\",\"mosaic_description_default\":\"primary\",\"mosaic_image_default\":\"primary\",\"mosaic_image_default_custom\":\"\",\"mosaic_link_default\":\"primary\",\"mosaic_link_default_custom\":\"\",\"cache\":\"0\",\"moduleclass_sfx\":\"\",\"module_cache\":\"1\",\"cache_time\":\"900\"}',0,'*'),(110,90,'MijoShop - All-in-One','','',0,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_mijoshop',1,1,'',0,'*'),(111,91,'MijoShop Orders','','',0,'cpanel',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_mijoshop_orders',1,1,'',1,'*'),(112,92,'MijoShop - Quick Icons','','',0,'cpanel',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_mijoshop_quickicons',1,1,'',1,'*'),(113,96,'Members','','',1,'masshead',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_roksprocket',1,1,'{\"run_content_plugins\":\"onmodule\",\"provider\":\"joomla\",\"layout\":\"mosaic\",\"joomla_filters\":{\"1\":{\"root\":{\"category\":\"10\"}}},\"joomla_sort\":\"automatic\",\"joomla_sort_manual_append\":\"after\",\"joomla_sort_automatic_filters\":{\"1\":{\"root\":{\"title\":\"ascending\"}}},\"mosaic_themes\":\"default\",\"display_limit\":\"\\u221e\",\"mosaic_columns\":\"4\",\"mosaic_previews_length\":\"20\",\"mosaic_filter_tags\":\"\",\"mosaic_strip_html_tags\":\"1\",\"mosaic_items_per_page\":\"20\",\"mosaic_article_details\":\"0\",\"mosaic_animations\":[\"fade\",\"scale\",\"rotate\"],\"mosaic_resize_enable\":\"0\",\"mosaic_resize_width\":\"0\",\"mosaic_resize_height\":\"0\",\"mosaic_title_default\":\"title\",\"mosaic_description_default\":\"primary\",\"mosaic_image_default\":\"primary\",\"mosaic_image_default_custom\":\"\",\"mosaic_link_default\":\"primary\",\"mosaic_link_default_custom\":\"\",\"cache\":\"0\",\"moduleclass_sfx\":\"\",\"module_cache\":\"1\",\"cache_time\":\"900\"}',0,'*'),(114,112,'Content Copyrights','','<p>Content Copyrights © Reserved to OSCA South Africa 2020</p>',1,'footer-info',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,0,'{\"prepare_content\":0,\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(115,113,'Stay Informed','','',1,'footer-subcribe',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_acymailing',1,1,'{\"effect\":\"mootools-box\",\"lists\":\"None\",\"hiddenlists\":\"3\",\"displaymode\":\"vertical\",\"listschecked\":\"All\",\"checkmode\":\"0\",\"dropdown\":\"0\",\"overlay\":\"0\",\"link\":\"0\",\"listposition\":\"before\",\"customfields\":\"name,email,company\",\"nametext\":\"\",\"emailtext\":\"\",\"fieldsize\":\"80%\",\"displayfields\":\"0\",\"introtext\":\"You are welcome to subscribe to receive our Newsletters on industry news.\",\"finaltext\":\"\",\"showsubscribe\":\"1\",\"subscribetext\":\"\",\"subscribetextreg\":\"\",\"showunsubscribe\":\"1\",\"unsubscribetext\":\"\",\"redirectmode\":\"0\",\"redirectlink\":\"\",\"redirectlinkunsub\":\"\",\"showterms\":\"0\",\"showtermspopup\":\"1\",\"termscontent\":\"0\",\"mootoolsintro\":\"\",\"mootoolsbutton\":\"\",\"boxwidth\":\"320\",\"boxheight\":\"250\",\"moduleclass_sfx\":\"\",\"textalign\":\"none\",\"loggedin\":\"1\",\"cache\":\"0\",\"includejs\":\"header\",\"itemid\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(116,114,'Contact Us','','<h4><img src=\"images/voiceover2.jpg\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\" /></h4>\r\n<h4 style=\"text-align: center;\"> </h4>',1,'sidebar-2',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,0,'{\"prepare_content\":0,\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(117,115,'OSCA-SA Members','','<h2 style=\"text-align: center;\">OSCASA Members receive access to industry documents & contracts, as well as important legislative industry updates and newsletters.</h2>',1,'mashead-2',814,'2024-07-04 10:06:49','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(118,116,'Social GK5','','',0,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_social_gk5',1,1,'',0,'*'),(119,117,'Follow Us','','',1,'footer-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_viksocialicons',1,1,'{\"img_size\":\"medium\",\"img_style\":\"circle\",\"img_colors\":\"1\",\"fb_link\":\"https:\\/\\/www.facebook.com\\/pages\\/OSCA-South-Africa\\/1108591255837488?fref=ts\",\"tw_link\":\"\",\"goo_link\":\"\",\"youtube_link\":\"\",\"pint_link\":\"\",\"tumb_link\":\"\",\"square_link\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(120,118,'Follow Us (2)','','',1,'head-login',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_viksocialicons',1,0,'{\"img_size\":\"small\",\"img_style\":\"default\",\"img_colors\":\"1\",\"fb_link\":\"https:\\/\\/www.facebook.com\\/pages\\/OSCA-South-Africa\\/1108591255837488?fref=ts\",\"tw_link\":\"\",\"goo_link\":\"\",\"youtube_link\":\"\",\"pint_link\":\"\",\"tumb_link\":\"\",\"square_link\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h4\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(121,119,'Guidelines','','',1,'footer-2',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',1,1,'{\"menutype\":\"footermenu\",\"base\":\"\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"1\",\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(122,120,'OSCASA Relationships','','<h3>OSCASA has established communication with:</h3>\r\n<ul>\r\n<li>Commercial Producers Association of South Africa ( CPASA )</li>\r\n<li>Independent Producers Association ( IPO )</li>\r\n<li>Association for Communication & Advertising ( ASA )</li>\r\n<li>South African Association of Stills Producers ( SAASP )</li>\r\n<li>Personal Managers’ Association ( PMA )</li>\r\n<li>National Association of Model Agencies ( NAMA )</li>\r\n<li>Media, Information and Communication Technology Sector Education and Training Authority. ( MICT Seta )</li>\r\n<li>Department of Labour ( DOL )</li>\r\n<li>Department of Trade and Industry ( DTI )</li>\r\n<li>Film Commissions in addition to recognition from the UK equivalent body NASAA.</li>\r\n</ul>',1,'sidebar-2',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(123,122,'OSCASA Map','','',1,'sidebar-2',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_sp_simple_map',1,0,'{\"lat\":\"-33.82081\",\"lng\":\"18.4925913,17\",\"height\":\"300\",\"map_type\":\"ROADMAP\",\"zoom\":\"8\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(124,123,'OSCASA EFT Bank Details','','<p> </p>\r\n<p> </p>',6,'sidebar-2',814,'2024-07-04 10:10:15','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_custom',1,0,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(125,127,'Is your Agency an OSCASA member?','','<p>Aligning with global standards OSCASA relates to and communicates with all leading industry associations in South Africa and some international.</p>\r\n<p>OSCASA receive many calls from agencies, production and individuals needing support, advice and assistance in understanding their rights and industry standards.</p>\r\n<p>We provide Guideline documents, other industry templates and useful documentation, and keep you informed via newsletters, updated website bulletins, and Facebook.</p>\r\n<p> </p>',1,'position-3',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(126,128,'OSCASA BULLETIN BOARD','','<p>These are urgent notices that both agency members and individuals need to note;</p>',1,'position-2',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(127,130,'Logo Footer','','<p><img src=\"images/officialSAcasting_logo.jpg\" alt=\"\" width=\"161\" height=\"41\" style=\"float: left;\" /></p>',1,'footer-info',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,0,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(128,131,'OSCASA','','',1,'footer-3',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',1,1,'{\"menutype\":\"about-oscasa\",\"base\":\"\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"1\",\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(129,132,'Members','','',1,'footer-4',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',1,1,'{\"menutype\":\"member-offerring\",\"base\":\"\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"1\",\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(130,159,'OSCASA Specific Document Downloads','','<p><img src=\"images/cloud-storage-hp-100571955-primary.idge.jpg\" alt=\"\" width=\"179\" height=\"119\" /></p>\r\n<h4>Sharing information and providing support for the South African talent industry.<a href=\"images/doc-downloads/OSCASA%20TV%20COMMERCIAL%20RATES%202016%20TO%202017%20FINAL.pdf\"></a></h4>\r\n<p> </p>',1,'sidebar-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',2,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(131,160,'OSCASA BULLETIN BOARD','','<p>These are urgent notices that both agency members and individuals need to note;</p>',1,'sidebar-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(132,169,'Stay Informed','','',1,'head-login',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_acymailing',1,1,'{\"effect\":\"mootools-box\",\"lists\":\"None\",\"hiddenlists\":\"3\",\"displaymode\":\"vertical\",\"listschecked\":\"All\",\"checkmode\":\"0\",\"dropdown\":\"0\",\"overlay\":\"0\",\"link\":\"0\",\"listposition\":\"before\",\"customfields\":\"name,email,company\",\"nametext\":\"\",\"emailtext\":\"\",\"fieldsize\":\"80%\",\"displayfields\":\"0\",\"introtext\":\"Stay informed and subscribe to receive our Newsletters on industry news and know your rights.\",\"finaltext\":\"\",\"showsubscribe\":\"1\",\"subscribetext\":\"Stay Informed\",\"subscribetextreg\":\"\",\"showunsubscribe\":\"1\",\"unsubscribetext\":\"\",\"redirectmode\":\"0\",\"redirectlink\":\"\",\"redirectlinkunsub\":\"\",\"showterms\":\"0\",\"showtermspopup\":\"1\",\"termscontent\":\"0\",\"mootoolsintro\":\"\",\"mootoolsbutton\":\"\",\"boxwidth\":\"320\",\"boxheight\":\"250\",\"moduleclass_sfx\":\"\",\"textalign\":\"none\",\"loggedin\":\"1\",\"cache\":\"0\",\"includejs\":\"header\",\"itemid\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h4\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(133,172,'Individual Registration SB','','<p><img src=\"images/iStock_3.jpg\" alt=\"\" /></p>\r\n<p style=\"text-align: center;\">Oscasa is based in Cape Town, South Africa and represented nationally.</p>',1,'sidebar-2',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,0,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(134,173,'Home Page','','<p><a href=\"index.php?option=com_blankcomponent&view=default&Itemid=120\"><img src=\"images/os_hp_32.jpg\" alt=\"\" /></a></p>',1,'position-3',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,0,'{\"prepare_content\":0,\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(135,174,'Home Page 2','','<p><a href=\"index.php?option=com_breezingforms&view=form&Itemid=246\"><img src=\"images/os_hp_2_2.png\" alt=\"os hp 2 2\" /></a><a href=\"index.php/contact-us/query-complaint-form\"><br /></a></p>',1,'position-2',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,0,'{\"prepare_content\":0,\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(136,176,'Individual Registration Login','','',1,'position-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_jalogin',1,0,'{\"pretext\":\"Hello, for your first time login please SIGN UP and then remember your username and password.\",\"posttext\":\"\",\"greeting\":\"1\",\"name\":\"0\",\"show_register_form\":\"1\",\"usesecure\":\"0\",\"login\":\"\",\"logout\":\"101\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(137,178,'SCLogin','','',0,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_sclogin',1,1,'',0,'*'),(138,179,'SCLogin Individual Login','','',1,'position-3',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_sclogin',1,0,'{\"theme\":\"default.css\",\"displayType\":\"inline\",\"modalButtonStyle\":\"button\",\"modalCloseButton\":\"1\",\"socialButtonsLayout\":\"vertical\",\"showLoginForm\":\"1\",\"showForgotUsername\":\"button_black\",\"showForgotPassword\":\"button_white\",\"showRegisterLink\":\"0\",\"showRememberMe\":\"0\",\"autoFocusUsername\":\"0\",\"register_type\":\"joomla\",\"registrationlink\":\"180\",\"jlogin\":\"\",\"usesecure\":\"0\",\"enableProfilePic\":\"0\",\"profileWidth\":\"50\",\"profileHeight\":\"50\",\"linkProfile\":\"0\",\"greetingName\":\"1\",\"showUserMenu\":\"\",\"userMenuStyle\":\"0\",\"userMenuTitle\":\"1\",\"showLogoutButton\":\"1\",\"showConnectButton\":\"1\",\"jlogout\":\"101\",\"showSociaLoginButton\":\"0\",\"user_intro\":\"\",\"loadJQuery\":\"0\",\"showPoweredByLink\":\"0\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(139,180,'Home Page 1','','<p><a href=\"http://www.oscasa.com/index.php/join/who-can-join-osca\"><img src=\"images/os_hp_1.jpg\" alt=\"\" /></a></p>',1,'position-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,0,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(140,181,'BT Login','','',0,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_bt_login',1,1,'',0,'*'),(141,182,'Individual Registration Login BT','','',1,'position-2',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_bt_login',1,1,'{\"align_option\":\"left\",\"display_type\":\"1\",\"mouse_event\":\"click\",\"login\":\"\",\"logout\":\"\",\"name\":\"0\",\"logout_button\":\"1\",\"enabled_registration\":\"0\",\"enabled_registration_tab\":\"0\",\"enabled_login_tab\":\"1\",\"tag_login_modal\":\"\",\"tag_register_modal\":\"\",\"bg_button_color\":\"#25b0ba\",\"text_button_color\":\"\",\"use_captcha\":\"1\",\"integrated_component\":\"com_user\",\"link_option\":\"\",\"loadJquery\":\"auto\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(142,183,'Contact Us Main','','<p><span style=\"font-size: 18pt; font-family: arial, helvetica, sans-serif;\">Contact Us</span></p>\r\n<p><span style=\"font-family: arial, helvetica, sans-serif;\"></span></p>\r\n<p><span style=\"font-family: arial, helvetica, sans-serif;\">Please note that we are a non-profit organisation and do not have full time staff in OSCASA.</span></p>\r\n<p><span style=\"font-family: arial, helvetica, sans-serif;\">Although we will receive mail, queries or complaints immediately it can take up to 7 days for us to respond.</span></p>\r\n<ul>\r\n<li><span style=\"font-size: 10pt; font-family: arial, helvetica, sans-serif;\">If you are an <span style=\"text-decoration: underline;\">individual/background</span> artiste logging an industry complaint, please ensure that you <span style=\"font-size: 12pt;\">FIRST</span> register with OSCASA as an individual member. This membership is FREE. You will need to be logged in order to access the query/complaint. We do not respond to individuals who are not registered. Please register <a href=\"index.php/join/individual-registration\">HERE</a>.</span></li>\r\n<li style=\"margin-bottom: 7.5pt; line-height: 15pt;\"><span style=\"font-size: 10pt; font-family: arial, helvetica, sans-serif;\">If you are an <span style=\"text-decoration: underline;\">agency</span>, please apply to be an OSCASA member. We do not assist agencies who are not paid up & registered members. Please check <a href=\"index.php/join/who-can-join-osca\">Who can Join OSCASA</a> taking note of the documentation required BEFORE proceeding to the Application Form.</span></li>\r\n<li><span style=\"font-family: arial, helvetica, sans-serif;\">If you are a Production client, please email your enquiry to <a href=\"mailto:info@oscasa.com\" style=\"font-family: Helvetica, sans-serif; font-size: 10pt;\">info@oscasa.com</a><span style=\"font-size: 10pt;\">.</span></span></li>\r\n</ul>\r\n<p style=\"line-height: 15pt;\"><span style=\"font-size: 10pt; font-family: arial, helvetica, sans-serif;\"> Thanks,</span></p>\r\n<p><span style=\"font-family: arial, helvetica, sans-serif;\">Kind regards,</span></p>\r\n<p><span style=\"font-family: arial, helvetica, sans-serif;\"><em>Pene Saunders</em></span></p>\r\n<p><span style=\"font-family: arial, helvetica, sans-serif;\">OSCASA Chairperson</span></p>',1,'masshead',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_custom',1,0,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*');
/*!40000 ALTER TABLE `jos7e_modules` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_modules_menu`
--
DROP TABLE IF EXISTS `jos7e_modules_menu`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_modules_menu` (
`moduleid` int(11) NOT NULL DEFAULT 0,
`menuid` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`moduleid`,`menuid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_modules_menu`
--
LOCK TABLES `jos7e_modules_menu` WRITE;
/*!40000 ALTER TABLE `jos7e_modules_menu` DISABLE KEYS */;
INSERT INTO `jos7e_modules_menu` VALUES (1,0),(2,0),(3,0),(4,0),(6,0),(7,0),(8,0),(9,0),(10,0),(12,0),(13,0),(14,0),(15,0),(16,0),(17,0),(79,0),(86,0),(87,101),(88,0),(90,101),(92,0),(93,119),(93,124),(93,125),(93,127),(93,180),(93,181),(95,148),(95,149),(96,147),(96,148),(96,149),(98,120),(104,0),(105,0),(107,120),(108,120),(109,120),(111,0),(112,0),(113,120),(114,0),(115,0),(116,123),(117,101),(119,0),(120,0),(121,0),(122,121),(123,123),(124,123),(124,149),(124,174),(125,101),(126,101),(127,0),(128,0),(129,0),(130,126),(131,126),(132,0),(133,240),(134,101),(135,101),(136,241),(138,241),(139,101),(142,123);
/*!40000 ALTER TABLE `jos7e_modules_menu` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_newsfeeds`
--
DROP TABLE IF EXISTS `jos7e_newsfeeds`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_newsfeeds` (
`catid` int(11) NOT NULL DEFAULT 0,
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(100) NOT NULL DEFAULT '',
`alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
`link` varchar(2048) NOT NULL,
`published` tinyint(1) NOT NULL DEFAULT 0,
`numarticles` int(10) unsigned NOT NULL DEFAULT 1,
`cache_time` int(10) unsigned NOT NULL DEFAULT 3600,
`checked_out` int(10) unsigned NOT NULL DEFAULT 0,
`checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`ordering` int(11) NOT NULL DEFAULT 0,
`rtl` tinyint(4) NOT NULL DEFAULT 0,
`access` int(10) unsigned NOT NULL DEFAULT 0,
`language` char(7) NOT NULL DEFAULT '',
`params` mediumtext NOT NULL,
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`created_by` int(10) unsigned NOT NULL DEFAULT 0,
`created_by_alias` varchar(255) NOT NULL DEFAULT '',
`modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`modified_by` int(10) unsigned NOT NULL DEFAULT 0,
`metakey` mediumtext NOT NULL,
`metadesc` mediumtext NOT NULL,
`metadata` mediumtext NOT NULL,
`xreference` varchar(50) NOT NULL DEFAULT '',
`publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`description` mediumtext NOT NULL,
`version` int(10) unsigned NOT NULL DEFAULT 1,
`hits` int(10) unsigned NOT NULL DEFAULT 0,
`images` mediumtext NOT NULL,
PRIMARY KEY (`id`),
KEY `idx_access` (`access`),
KEY `idx_checkout` (`checked_out`),
KEY `idx_state` (`published`),
KEY `idx_catid` (`catid`),
KEY `idx_createdby` (`created_by`),
KEY `idx_language` (`language`),
KEY `idx_xreference` (`xreference`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_newsfeeds`
--
LOCK TABLES `jos7e_newsfeeds` WRITE;
/*!40000 ALTER TABLE `jos7e_newsfeeds` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_newsfeeds` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_overrider`
--
DROP TABLE IF EXISTS `jos7e_overrider`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_overrider` (
`id` int(10) NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
`constant` varchar(255) NOT NULL,
`string` mediumtext NOT NULL,
`file` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_overrider`
--
LOCK TABLES `jos7e_overrider` WRITE;
/*!40000 ALTER TABLE `jos7e_overrider` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_overrider` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_postinstall_messages`
--
DROP TABLE IF EXISTS `jos7e_postinstall_messages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_postinstall_messages` (
`postinstall_message_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`extension_id` bigint(20) NOT NULL DEFAULT 700 COMMENT 'FK to #__extensions',
`title_key` varchar(255) NOT NULL DEFAULT '' COMMENT 'Lang key for the title',
`description_key` varchar(255) NOT NULL DEFAULT '' COMMENT 'Lang key for description',
`action_key` varchar(255) NOT NULL DEFAULT '',
`language_extension` varchar(255) NOT NULL DEFAULT 'com_postinstall' COMMENT 'Extension holding lang keys',
`language_client_id` tinyint(3) NOT NULL DEFAULT 1,
`type` varchar(10) NOT NULL DEFAULT 'link' COMMENT 'Message type - message, link, action',
`action_file` varchar(255) DEFAULT '' COMMENT 'RAD URI to the PHP file containing action method',
`action` varchar(255) DEFAULT '' COMMENT 'Action method name or URL',
`condition_file` varchar(255) DEFAULT NULL COMMENT 'RAD URI to file holding display condition method',
`condition_method` varchar(255) DEFAULT NULL COMMENT 'Display condition method, must return boolean',
`version_introduced` varchar(50) NOT NULL DEFAULT '3.2.0' COMMENT 'Version when this message was introduced',
`enabled` tinyint(3) NOT NULL DEFAULT 1,
PRIMARY KEY (`postinstall_message_id`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_postinstall_messages`
--
LOCK TABLES `jos7e_postinstall_messages` WRITE;
/*!40000 ALTER TABLE `jos7e_postinstall_messages` DISABLE KEYS */;
INSERT INTO `jos7e_postinstall_messages` VALUES (1,700,'PLG_TWOFACTORAUTH_TOTP_POSTINSTALL_TITLE','PLG_TWOFACTORAUTH_TOTP_POSTINSTALL_BODY','PLG_TWOFACTORAUTH_TOTP_POSTINSTALL_ACTION','plg_twofactorauth_totp',1,'action','site://plugins/twofactorauth/totp/postinstall/actions.php','twofactorauth_postinstall_action','site://plugins/twofactorauth/totp/postinstall/actions.php','twofactorauth_postinstall_condition','3.2.0',1),(2,700,'COM_CPANEL_WELCOME_BEGINNERS_TITLE','COM_CPANEL_WELCOME_BEGINNERS_MESSAGE','','com_cpanel',1,'message','','','','','3.2.0',1),(3,700,'COM_CPANEL_MSG_STATS_COLLECTION_TITLE','COM_CPANEL_MSG_STATS_COLLECTION_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/statscollection.php','admin_postinstall_statscollection_condition','3.5.0',1),(4,700,'PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME','PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME_BODY','PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME_ACTION','plg_system_updatenotification',1,'action','site://plugins/system/updatenotification/postinstall/updatecachetime.php','updatecachetime_postinstall_action','site://plugins/system/updatenotification/postinstall/updatecachetime.php','updatecachetime_postinstall_condition','3.6.3',1),(5,700,'COM_CPANEL_MSG_JOOMLA40_PRE_CHECKS_TITLE','COM_CPANEL_MSG_JOOMLA40_PRE_CHECKS_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/joomla40checks.php','admin_postinstall_joomla40checks_condition','3.7.0',1),(6,700,'TPL_HATHOR_MESSAGE_POSTINSTALL_TITLE','TPL_HATHOR_MESSAGE_POSTINSTALL_BODY','TPL_HATHOR_MESSAGE_POSTINSTALL_ACTION','tpl_hathor',1,'action','admin://templates/hathor/postinstall/hathormessage.php','hathormessage_postinstall_action','admin://templates/hathor/postinstall/hathormessage.php','hathormessage_postinstall_condition','3.7.0',1),(7,700,'PLG_PLG_RECAPTCHA_VERSION_1_POSTINSTALL_TITLE','PLG_PLG_RECAPTCHA_VERSION_1_POSTINSTALL_BODY','PLG_PLG_RECAPTCHA_VERSION_1_POSTINSTALL_ACTION','plg_captcha_recaptcha',1,'action','site://plugins/captcha/recaptcha/postinstall/actions.php','recaptcha_postinstall_action','site://plugins/captcha/recaptcha/postinstall/actions.php','recaptcha_postinstall_condition','3.8.6',1),(8,700,'COM_CPANEL_MSG_UPDATEDEFAULTSETTINGS_TITLE','COM_CPANEL_MSG_UPDATEDEFAULTSETTINGS_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/updatedefaultsettings.php','admin_postinstall_updatedefaultsettings_condition','3.8.8',1),(9,700,'COM_ACTIONLOGS_POSTINSTALL_TITLE','COM_ACTIONLOGS_POSTINSTALL_BODY','','com_actionlogs',1,'message','','','','','3.9.0',1),(10,700,'COM_PRIVACY_POSTINSTALL_TITLE','COM_PRIVACY_POSTINSTALL_BODY','','com_privacy',1,'message','','','','','3.9.0',1),(11,700,'COM_CPANEL_MSG_ADDNOSNIFF_TITLE','COM_CPANEL_MSG_ADDNOSNIFF_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/addnosniff.php','admin_postinstall_addnosniff_condition','3.9.3',1);
/*!40000 ALTER TABLE `jos7e_postinstall_messages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_privacy_consents`
--
DROP TABLE IF EXISTS `jos7e_privacy_consents`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_privacy_consents` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`user_id` int(10) unsigned NOT NULL DEFAULT 0,
`state` int(10) NOT NULL DEFAULT 1,
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`subject` varchar(255) NOT NULL DEFAULT '',
`body` text NOT NULL,
`remind` tinyint(4) NOT NULL DEFAULT 0,
`token` varchar(100) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `idx_user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_privacy_consents`
--
LOCK TABLES `jos7e_privacy_consents` WRITE;
/*!40000 ALTER TABLE `jos7e_privacy_consents` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_privacy_consents` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_privacy_requests`
--
DROP TABLE IF EXISTS `jos7e_privacy_requests`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_privacy_requests` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`email` varchar(100) NOT NULL DEFAULT '',
`requested_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`status` tinyint(4) NOT NULL DEFAULT 0,
`request_type` varchar(25) NOT NULL DEFAULT '',
`confirm_token` varchar(100) NOT NULL DEFAULT '',
`confirm_token_created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_privacy_requests`
--
LOCK TABLES `jos7e_privacy_requests` WRITE;
/*!40000 ALTER TABLE `jos7e_privacy_requests` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_privacy_requests` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_redirect_links`
--
DROP TABLE IF EXISTS `jos7e_redirect_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_redirect_links` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`old_url` varchar(2048) NOT NULL,
`new_url` varchar(2048) DEFAULT NULL,
`referer` varchar(2048) NOT NULL,
`comment` varchar(255) NOT NULL DEFAULT '',
`hits` int(10) unsigned NOT NULL DEFAULT 0,
`published` tinyint(4) NOT NULL,
`created_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`modified_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`header` smallint(3) NOT NULL DEFAULT 301,
PRIMARY KEY (`id`),
KEY `idx_link_modifed` (`modified_date`),
KEY `idx_old_url` (`old_url`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_redirect_links`
--
LOCK TABLES `jos7e_redirect_links` WRITE;
/*!40000 ALTER TABLE `jos7e_redirect_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_redirect_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_rokcommon_configs`
--
DROP TABLE IF EXISTS `jos7e_rokcommon_configs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_rokcommon_configs` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`extension` varchar(45) NOT NULL DEFAULT '',
`type` varchar(45) NOT NULL,
`file` varchar(256) NOT NULL,
`priority` int(10) NOT NULL DEFAULT 10,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_rokcommon_configs`
--
LOCK TABLES `jos7e_rokcommon_configs` WRITE;
/*!40000 ALTER TABLE `jos7e_rokcommon_configs` DISABLE KEYS */;
INSERT INTO `jos7e_rokcommon_configs` VALUES (18,'roksprocket','library','/components/com_roksprocket/lib',10),(17,'roksprocket','container','/components/com_roksprocket/container.xml',10);
/*!40000 ALTER TABLE `jos7e_rokcommon_configs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_roksprocket_items`
--
DROP TABLE IF EXISTS `jos7e_roksprocket_items`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_roksprocket_items` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`module_id` varchar(45) NOT NULL,
`provider` varchar(45) NOT NULL,
`provider_id` varchar(45) NOT NULL,
`order` int(10) unsigned NOT NULL,
`params` text DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `idx_module` (`module_id`),
KEY `idx_module_order` (`module_id`,`order`)
) ENGINE=MyISAM AUTO_INCREMENT=59 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_roksprocket_items`
--
LOCK TABLES `jos7e_roksprocket_items` WRITE;
/*!40000 ALTER TABLE `jos7e_roksprocket_items` DISABLE KEYS */;
INSERT INTO `jos7e_roksprocket_items` VALUES (14,'107','k2','1',0,'{\"tabs_item_title\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"tabs_item_link\":\"-default-\",\"tabs_item_description\":\"-default-\",\"tables_item_title\":\"-default-\",\"strips_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"mosaic_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"grids_item_description\":\"-default-\",\"tables_item_description\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"quotes_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"grids_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"mosaic_item_image\":\"-default-\",\"lists_item_image\":\"-default-\",\"grids_item_link\":\"-default-\",\"quotes_item_author\":\"-none-\",\"tables_item_class\":\"-none-\",\"strips_item_link\":\"-default-\",\"mosaic_item_link\":\"-default-\",\"lists_item_link\":\"-default-\",\"features_item_title\":\"-default-\",\"sliders_item_title\":\"-default-\",\"tables_item_price\":\"-none-\",\"quotes_item_subtext\":\"-none-\",\"mosaic_item_tags\":\"-article-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"strips_item_description\":\"-default-\",\"features_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"lists_item_description\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"quotes_item_direction\":\"-bottomleft-\",\"sliders_item_image\":\"-default-\",\"headlines_item_link\":\"-default-\",\"features_item_image\":\"-default-\",\"sliders_item_link\":\"-default-\",\"headlines_item_description\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"features_item_link\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),(20,'109','k2','1',0,'{\"mosaic_item_title\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"mosaic_item_image\":\"-default-\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":\"-article-\",\"tables_item_title\":\"-default-\",\"strips_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"grids_item_description\":\"-default-\",\"tables_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"quotes_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"grids_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"tabs_item_link\":\"-default-\",\"lists_item_image\":\"-default-\",\"grids_item_link\":\"-default-\",\"quotes_item_author\":\"-none-\",\"tables_item_class\":\"-none-\",\"strips_item_link\":\"-default-\",\"tabs_item_description\":\"-default-\",\"lists_item_link\":\"-default-\",\"features_item_title\":\"-default-\",\"sliders_item_title\":\"-default-\",\"tables_item_price\":\"-none-\",\"quotes_item_subtext\":\"-none-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"strips_item_description\":\"-default-\",\"features_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"lists_item_description\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"quotes_item_direction\":\"-bottomleft-\",\"sliders_item_image\":\"-default-\",\"headlines_item_link\":\"-default-\",\"features_item_image\":\"-default-\",\"sliders_item_link\":\"-default-\",\"headlines_item_description\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"features_item_link\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),(36,'113','joomla','34',1,'{\"mosaic_item_title\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"mosaic_item_image\":\"-default-\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":\"-article-\",\"tables_item_title\":\"-default-\",\"strips_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"grids_item_description\":\"-default-\",\"tables_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"quotes_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"grids_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"tabs_item_link\":\"-default-\",\"lists_item_image\":\"-default-\",\"grids_item_link\":\"-default-\",\"quotes_item_author\":\"-none-\",\"tables_item_class\":\"-none-\",\"strips_item_link\":\"-default-\",\"tabs_item_description\":\"-default-\",\"lists_item_link\":\"-default-\",\"features_item_title\":\"-default-\",\"sliders_item_title\":\"-default-\",\"tables_item_price\":\"-none-\",\"quotes_item_subtext\":\"-none-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"strips_item_description\":\"-default-\",\"features_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"lists_item_description\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"quotes_item_direction\":\"-bottomleft-\",\"sliders_item_image\":\"-default-\",\"headlines_item_link\":\"-default-\",\"features_item_image\":\"-default-\",\"sliders_item_link\":\"-default-\",\"headlines_item_description\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"features_item_link\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),(35,'113','joomla','32',0,'{\"mosaic_item_title\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"mosaic_item_image\":\"-default-\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":\"-article-\",\"tables_item_title\":\"-default-\",\"strips_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"grids_item_description\":\"-default-\",\"tables_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"quotes_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"grids_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"tabs_item_link\":\"-default-\",\"lists_item_image\":\"-default-\",\"grids_item_link\":\"-default-\",\"quotes_item_author\":\"-none-\",\"tables_item_class\":\"-none-\",\"strips_item_link\":\"-default-\",\"tabs_item_description\":\"-default-\",\"lists_item_link\":\"-default-\",\"features_item_title\":\"-default-\",\"sliders_item_title\":\"-default-\",\"tables_item_price\":\"-none-\",\"quotes_item_subtext\":\"-none-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"strips_item_description\":\"-default-\",\"features_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"lists_item_description\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"quotes_item_direction\":\"-bottomleft-\",\"sliders_item_image\":\"-default-\",\"headlines_item_link\":\"-default-\",\"features_item_image\":\"-default-\",\"sliders_item_link\":\"-default-\",\"headlines_item_description\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"features_item_link\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),(37,'113','joomla','5',2,'{\"mosaic_item_title\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"mosaic_item_image\":\"-default-\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":\"-article-\",\"tables_item_title\":\"-default-\",\"strips_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"grids_item_description\":\"-default-\",\"tables_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"quotes_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"grids_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"tabs_item_link\":\"-default-\",\"lists_item_image\":\"-default-\",\"grids_item_link\":\"-default-\",\"quotes_item_author\":\"-none-\",\"tables_item_class\":\"-none-\",\"strips_item_link\":\"-default-\",\"tabs_item_description\":\"-default-\",\"lists_item_link\":\"-default-\",\"features_item_title\":\"-default-\",\"sliders_item_title\":\"-default-\",\"tables_item_price\":\"-none-\",\"quotes_item_subtext\":\"-none-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"strips_item_description\":\"-default-\",\"features_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"lists_item_description\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"quotes_item_direction\":\"-bottomleft-\",\"sliders_item_image\":\"-default-\",\"headlines_item_link\":\"-default-\",\"features_item_image\":\"-default-\",\"sliders_item_link\":\"-default-\",\"headlines_item_description\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"features_item_link\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),(38,'113','joomla','9',3,'{\"mosaic_item_title\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"mosaic_item_image\":\"-default-\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":\"-article-\",\"tables_item_title\":\"-default-\",\"strips_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"grids_item_description\":\"-default-\",\"tables_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"quotes_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"grids_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"tabs_item_link\":\"-default-\",\"lists_item_image\":\"-default-\",\"grids_item_link\":\"-default-\",\"quotes_item_author\":\"-none-\",\"tables_item_class\":\"-none-\",\"strips_item_link\":\"-default-\",\"tabs_item_description\":\"-default-\",\"lists_item_link\":\"-default-\",\"features_item_title\":\"-default-\",\"sliders_item_title\":\"-default-\",\"tables_item_price\":\"-none-\",\"quotes_item_subtext\":\"-none-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"strips_item_description\":\"-default-\",\"features_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"lists_item_description\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"quotes_item_direction\":\"-bottomleft-\",\"sliders_item_image\":\"-default-\",\"headlines_item_link\":\"-default-\",\"features_item_image\":\"-default-\",\"sliders_item_link\":\"-default-\",\"headlines_item_description\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"features_item_link\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),(39,'113','joomla','12',4,'{\"mosaic_item_title\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"mosaic_item_image\":\"-default-\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":\"-article-\",\"tables_item_title\":\"-default-\",\"strips_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"grids_item_description\":\"-default-\",\"tables_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"quotes_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"grids_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"tabs_item_link\":\"-default-\",\"lists_item_image\":\"-default-\",\"grids_item_link\":\"-default-\",\"quotes_item_author\":\"-none-\",\"tables_item_class\":\"-none-\",\"strips_item_link\":\"-default-\",\"tabs_item_description\":\"-default-\",\"lists_item_link\":\"-default-\",\"features_item_title\":\"-default-\",\"sliders_item_title\":\"-default-\",\"tables_item_price\":\"-none-\",\"quotes_item_subtext\":\"-none-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"strips_item_description\":\"-default-\",\"features_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"lists_item_description\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"quotes_item_direction\":\"-bottomleft-\",\"sliders_item_image\":\"-default-\",\"headlines_item_link\":\"-default-\",\"features_item_image\":\"-default-\",\"sliders_item_link\":\"-default-\",\"headlines_item_description\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"features_item_link\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),(40,'113','joomla','6',5,'{\"mosaic_item_title\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"mosaic_item_image\":\"-default-\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":\"-article-\",\"tables_item_title\":\"-default-\",\"strips_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"grids_item_description\":\"-default-\",\"tables_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"quotes_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"grids_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"tabs_item_link\":\"-default-\",\"lists_item_image\":\"-default-\",\"grids_item_link\":\"-default-\",\"quotes_item_author\":\"-none-\",\"tables_item_class\":\"-none-\",\"strips_item_link\":\"-default-\",\"tabs_item_description\":\"-default-\",\"lists_item_link\":\"-default-\",\"features_item_title\":\"-default-\",\"sliders_item_title\":\"-default-\",\"tables_item_price\":\"-none-\",\"quotes_item_subtext\":\"-none-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"strips_item_description\":\"-default-\",\"features_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"lists_item_description\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"quotes_item_direction\":\"-bottomleft-\",\"sliders_item_image\":\"-default-\",\"headlines_item_link\":\"-default-\",\"features_item_image\":\"-default-\",\"sliders_item_link\":\"-default-\",\"headlines_item_description\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"features_item_link\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),(41,'113','joomla','26',6,'{\"mosaic_item_title\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"mosaic_item_image\":\"-default-\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":\"-article-\",\"tables_item_title\":\"-default-\",\"strips_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"grids_item_description\":\"-default-\",\"tables_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"quotes_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"grids_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"tabs_item_link\":\"-default-\",\"lists_item_image\":\"-default-\",\"grids_item_link\":\"-default-\",\"quotes_item_author\":\"-none-\",\"tables_item_class\":\"-none-\",\"strips_item_link\":\"-default-\",\"tabs_item_description\":\"-default-\",\"lists_item_link\":\"-default-\",\"features_item_title\":\"-default-\",\"sliders_item_title\":\"-default-\",\"tables_item_price\":\"-none-\",\"quotes_item_subtext\":\"-none-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"strips_item_description\":\"-default-\",\"features_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"lists_item_description\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"quotes_item_direction\":\"-bottomleft-\",\"sliders_item_image\":\"-default-\",\"headlines_item_link\":\"-default-\",\"features_item_image\":\"-default-\",\"sliders_item_link\":\"-default-\",\"headlines_item_description\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"features_item_link\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),(42,'113','joomla','7',7,'{\"mosaic_item_title\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"mosaic_item_image\":\"-default-\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":\"-article-\",\"tables_item_title\":\"-default-\",\"strips_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"grids_item_description\":\"-default-\",\"tables_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"quotes_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"grids_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"tabs_item_link\":\"-default-\",\"lists_item_image\":\"-default-\",\"grids_item_link\":\"-default-\",\"quotes_item_author\":\"-none-\",\"tables_item_class\":\"-none-\",\"strips_item_link\":\"-default-\",\"tabs_item_description\":\"-default-\",\"lists_item_link\":\"-default-\",\"features_item_title\":\"-default-\",\"sliders_item_title\":\"-default-\",\"tables_item_price\":\"-none-\",\"quotes_item_subtext\":\"-none-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"strips_item_description\":\"-default-\",\"features_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"lists_item_description\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"quotes_item_direction\":\"-bottomleft-\",\"sliders_item_image\":\"-default-\",\"headlines_item_link\":\"-default-\",\"features_item_image\":\"-default-\",\"sliders_item_link\":\"-default-\",\"headlines_item_description\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"features_item_link\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),(43,'113','joomla','31',8,'{\"mosaic_item_title\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"mosaic_item_image\":\"-default-\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":\"-article-\",\"tables_item_title\":\"-default-\",\"strips_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"grids_item_description\":\"-default-\",\"tables_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"quotes_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"grids_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"tabs_item_link\":\"-default-\",\"lists_item_image\":\"-default-\",\"grids_item_link\":\"-default-\",\"quotes_item_author\":\"-none-\",\"tables_item_class\":\"-none-\",\"strips_item_link\":\"-default-\",\"tabs_item_description\":\"-default-\",\"lists_item_link\":\"-default-\",\"features_item_title\":\"-default-\",\"sliders_item_title\":\"-default-\",\"tables_item_price\":\"-none-\",\"quotes_item_subtext\":\"-none-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"strips_item_description\":\"-default-\",\"features_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"lists_item_description\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"quotes_item_direction\":\"-bottomleft-\",\"sliders_item_image\":\"-default-\",\"headlines_item_link\":\"-default-\",\"features_item_image\":\"-default-\",\"sliders_item_link\":\"-default-\",\"headlines_item_description\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"features_item_link\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),(44,'113','joomla','10',9,'{\"mosaic_item_title\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"mosaic_item_image\":\"-default-\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":\"-article-\",\"tables_item_title\":\"-default-\",\"strips_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"grids_item_description\":\"-default-\",\"tables_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"quotes_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"grids_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"tabs_item_link\":\"-default-\",\"lists_item_image\":\"-default-\",\"grids_item_link\":\"-default-\",\"quotes_item_author\":\"-none-\",\"tables_item_class\":\"-none-\",\"strips_item_link\":\"-default-\",\"tabs_item_description\":\"-default-\",\"lists_item_link\":\"-default-\",\"features_item_title\":\"-default-\",\"sliders_item_title\":\"-default-\",\"tables_item_price\":\"-none-\",\"quotes_item_subtext\":\"-none-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"strips_item_description\":\"-default-\",\"features_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"lists_item_description\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"quotes_item_direction\":\"-bottomleft-\",\"sliders_item_image\":\"-default-\",\"headlines_item_link\":\"-default-\",\"features_item_image\":\"-default-\",\"sliders_item_link\":\"-default-\",\"headlines_item_description\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"features_item_link\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),(45,'113','joomla','13',10,NULL),(46,'113','joomla','33',11,NULL),(47,'113','joomla','28',12,NULL),(48,'113','joomla','21',13,NULL),(49,'113','joomla','30',14,NULL),(50,'113','joomla','27',15,NULL),(51,'113','joomla','29',16,NULL),(52,'113','joomla','22',17,NULL),(53,'113','joomla','8',18,NULL),(54,'113','joomla','23',19,NULL),(55,'113','joomla','11',20,NULL),(56,'113','joomla','24',21,NULL),(57,'113','joomla','25',22,NULL),(58,'113','joomla','20',23,NULL);
/*!40000 ALTER TABLE `jos7e_roksprocket_items` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_schemas`
--
DROP TABLE IF EXISTS `jos7e_schemas`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_schemas` (
`extension_id` int(11) NOT NULL,
`version_id` varchar(20) NOT NULL,
PRIMARY KEY (`extension_id`,`version_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_schemas`
--
LOCK TABLES `jos7e_schemas` WRITE;
/*!40000 ALTER TABLE `jos7e_schemas` DISABLE KEYS */;
INSERT INTO `jos7e_schemas` VALUES (700,'3.9.8-2019-06-11');
/*!40000 ALTER TABLE `jos7e_schemas` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_session`
--
DROP TABLE IF EXISTS `jos7e_session`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_session` (
`session_id` varbinary(192) NOT NULL,
`client_id` tinyint(3) unsigned DEFAULT NULL,
`guest` tinyint(3) unsigned DEFAULT 1,
`time` int(11) NOT NULL DEFAULT 0,
`data` longtext DEFAULT NULL,
`userid` int(11) DEFAULT 0,
`username` varchar(150) DEFAULT '',
PRIMARY KEY (`session_id`),
KEY `userid` (`userid`),
KEY `time` (`time`),
KEY `client_id_guest` (`client_id`,`guest`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_session`
--
LOCK TABLES `jos7e_session` WRITE;
/*!40000 ALTER TABLE `jos7e_session` DISABLE KEYS */;
INSERT INTO `jos7e_session` VALUES ('05n3c7jb5ce2a4p1nvh6jndmti',0,1,1760900411,'joomla|s:1612:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDQxMDtzOjQ6Imxhc3QiO2k6MTc2MDkwMDQxMDtzOjM6Im5vdyI7aToxNzYwOTAwNDExO31zOjU6InRva2VuIjtzOjMyOiJNYjBPbkYxb0owaVJDZGZyWXROUzdVOWE3cE1oM29ZaiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6MjgxOiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINCz0YDQsNC90LTQuNC+0LfQvdC+0Lkg0LDQutGG0LjQuCDQvtGCIFdCISDQoyDQstCw0YEg0LXRgdGC0YwgMyDQsdC10YHQv9C70LDRgtC90YvQtSDQv9C+0L/Ri9GC0LrQuCEg0JbQvNC4INGB0Y7QtNCwLCDRh9GC0L7QsdGLINC40LPRgNCw0YLRjDogaHR0cDovL2JyaWdodHZpZXdsYW5kc2NhcGVzLmNhL2luZGV4LnBocD9nNWx2ZzUg8J+PhiAqICogKiI7czo3OiJzdWJqZWN0IjtzOjY6Im03ODNxdyI7czo5OiJlbWFpbGZyb20iO3M6Mjg6Impvc2VyYW1vbm11bm96cGFlekBnbWFpbC5jb20iO3M6NzoiZW1haWx0byI7czoyODoiam9zZXJhbW9ubXVub3pwYWV6QGdtYWlsLmNvbSI7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MDp7fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('0d871454se8637p115isj2uaki',0,1,1760903880,'joomla|s:1264:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMzg3NDtzOjQ6Imxhc3QiO2k6MTc2MDkwMzg3NDtzOjM6Im5vdyI7aToxNzYwOTAzODc5O31zOjU6InRva2VuIjtzOjMyOiJCZ3lxanJ5bG8zdHJ6Vk03dTlyUUtWdkRFa01ORHZOciI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjI6e3M6NDA6IjI1OTkzY2IwYTU5MjhhMWQxZjM2ZjFjYjYwZDBlYjI2ZWQ4NjgzNzciO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo1OToiaHR0cHM6Ly93d3cub3NjYXNhLmNvbS9pbmRleC5waHAvMTAtbWVtYmVycy81MS1vc2Nhc2EtY2hhaXIiO3M6NjoiZXhwaXJ5IjtpOjE3NjA5MDM4NzQ7fXM6NDA6IjczNjE0NmY2ZGY4ZjVjM2VhZWNkN2UyYzE4ODcyOTM0ZGU3Mzg4NWUiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo2MDoiaHR0cHM6Ly93d3cub3NjYXNhLmNvbS9pbmRleC5waHAvMTAtbWVtYmVycy83LW9zY2FzYS1mb3VuZGVyIjtzOjY6ImV4cGlyeSI7aToxNzYwOTAzODc0O319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('0hsbjqic609k2klo72jtmrlq9m',0,1,1760901651,'joomla|s:1580:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMTY1MTtzOjQ6Imxhc3QiO2k6MTc2MDkwMTY1MTtzOjM6Im5vdyI7aToxNzYwOTAxNjUxO31zOjU6InRva2VuIjtzOjMyOiJRTTZLcFNveHBmODh1eDB3NGJSNzdEcWVlMU5EVFdVYiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6Mjc2OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINCz0YDQsNC90LTQuNC+0LfQvdC+0Lkg0LDQutGG0LjQuCDQvtGCIFdpbGJlcnJpZXMhINCjINCy0LDRgSDQtdGB0YLRjCDRgtGA0Lgg0LHQtdGB0L/Qu9Cw0YLQvdGL0LUg0L/QvtC/0YvRgtC60LghINCY0YHQv9GL0YLQsNGC0Ywg0YPQtNCw0YfRgzogaHR0cDovL2JhbGFqYWdhbmRvcmFpLmNvbS9pbmRleC5waHA/eXlpMDZzIPCfj4YgKiAqICoiO3M6Nzoic3ViamVjdCI7czo2OiIzbnpxYzQiO3M6OToiZW1haWxmcm9tIjtzOjE5OiJqYW5zZXdhOTJAZ21haWwuY29tIjtzOjc6ImVtYWlsdG8iO3M6MTk6ImphbnNld2E5MkBnbWFpbC5jb20iO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjA6e319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('0llfm4p28gtqmm2h9gstls4lk9',0,1,1760902824,'joomla|s:1600:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMjgyMztzOjQ6Imxhc3QiO2k6MTc2MDkwMjgyMztzOjM6Im5vdyI7aToxNzYwOTAyODI0O31zOjU6InRva2VuIjtzOjMyOiJ4V0RKYlJnYnpCdUpsaklhT1BFQ29xdEMwbG04ZGZHTCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6Mjc1OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINCz0YDQsNC90LTQuNC+0LfQvdC+0Lkg0LDQutGG0LjQuCDQvtGCIFdpbGJlcmllcyEg0KMg0LLQsNGBINC10YHRgtGMIDMg0LHQtdGB0L/Qu9Cw0YLQvdGL0LUg0L/QvtC/0YvRgtC60LghINCY0YHQv9GL0YLQsNGC0Ywg0YPQtNCw0YfRgzogaHR0cHM6Ly9vY2VhbnRyYWRlc2hpcHBpbmcuY29tL2luZGV4LnBocD84b29zNmog8J+PhiAqICogKiI7czo3OiJzdWJqZWN0IjtzOjY6ImNsYXM2bCI7czo5OiJlbWFpbGZyb20iO3M6Mjc6ImF5YWFiYWVtbWFudWVsMTBAaWNsb3VkLmNvbSI7czo3OiJlbWFpbHRvIjtzOjI3OiJheWFhYmFlbW1hbnVlbDEwQGljbG91ZC5jb20iO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjA6e319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('0n1ondbk5c3hatp5o2vk80t6qg',0,1,1760903331,'joomla|s:1776:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aTo2O3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDg5OTkyMjtzOjQ6Imxhc3QiO2k6MTc2MDkwMjEzNDtzOjM6Im5vdyI7aToxNzYwOTAzMzMwO31zOjU6InRva2VuIjtzOjMyOiJyeFFHUFUyem4yQXVMRWtSdXRFYlVCa0ZRWTBvTXNFbyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiNjIwZmI2MWYxN2Y3ZjcwYjY3MGI2N2U4ODRmNGVjMWMyMmVjMTgwNSI7czo2OiJzZW5kZXIiO3M6MDoiIjtzOjc6InN1YmplY3QiO3M6MDoiIjtzOjk6ImVtYWlsZnJvbSI7czowOiIiO3M6NzoiZW1haWx0byI7czowOiIiO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjM6e3M6NDA6ImJjODM3NjE2NmFhODYwYjIyMWI5MGZhMjc5MDI3MDFiZWM1MDUzMWIiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo0OToiaHR0cDovL29zY2FzYS5jb20vaW5kZXgucGhwL2d1aWRlbGluZXMvY29tbWVyY2lhbCI7czo2OiJleHBpcnkiO2k6MTc2MDg5OTkyMjt9czo0MDoiYjM0ZDcxYWE1ZmQ5N2E0NmFmNDgzNWNhNDc5MTE2NjQ3OTdlZDMzNCI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjQ5OiJodHRwOi8vb3NjYXNhLmNvbS9pbmRleC5waHAvZ3VpZGVsaW5lcy90ZWxldmlzaW9uIjtzOjY6ImV4cGlyeSI7aToxNzYwOTAwMTk3O31zOjQwOiIxZGViMzM5OGJhNTdiMzVhMzM1MGU5NDE1M2NkZWU2YzYxOTJkZGI3IjtPOjg6InN0ZENsYXNzIjoyOntzOjQ6ImxpbmsiO3M6Mzg6Imh0dHA6Ly9vc2Nhc2EuY29tL2luZGV4LnBocC90ZWxldmlzaW9uIjtzOjY6ImV4cGlyeSI7aToxNzYwOTAxMzM5O319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('18jql610ecbpsm6fbv7e8sofd4',0,1,1760902292,'joomla|s:1600:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMjI5MTtzOjQ6Imxhc3QiO2k6MTc2MDkwMjI5MTtzOjM6Im5vdyI7aToxNzYwOTAyMjkyO31zOjU6InRva2VuIjtzOjMyOiJLM0ZMS1ltaTZOTjdJU0xHZzBwWFpQODVlZGlSUXI1dCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6MjY4OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINGD0L3QuNC60LDQu9GM0L3QvtC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJyaWVzISDQoyDQstCw0YEg0LXRgdGC0YwgMyDQsdC10YHQv9C70LDRgtC90YvQtSDQv9C+0L/Ri9GC0LrQuCEg0J3QsNGH0LDRgtGMINC40LPRgNCw0YLRjDogaHR0cDovL3d3dy5nb2lubXl3YXkuY28uaW4vaW5kZXgucGhwP2hlbDF0diDwn4+GICogKiAqIjtzOjc6InN1YmplY3QiO3M6NjoiazgxZHNjIjtzOjk6ImVtYWlsZnJvbSI7czozMToiZ2FicmllbGRhc2lsdmFmcmVpcmUxQGdtYWlsLmNvbSI7czo3OiJlbWFpbHRvIjtzOjMxOiJnYWJyaWVsZGFzaWx2YWZyZWlyZTFAZ21haWwuY29tIjt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9czoxMDoiY29tX21haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJsaW5rcyI7YTowOnt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('1fe1v28vk80gjl3a0q34r0rof9',0,1,1760903221,'joomla|s:736:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMzIyMTtzOjQ6Imxhc3QiO2k6MTc2MDkwMzIyMTtzOjM6Im5vdyI7aToxNzYwOTAzMjIxO31zOjU6InRva2VuIjtzOjMyOiI4cXg5eUZvMmVHM2prQWpScGNVUzBIalRWSVM5NHFkayI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('1n5n916uh0d0bq278v2c2s1nib',0,1,1760903206,'joomla|s:1604:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMzIwNTtzOjQ6Imxhc3QiO2k6MTc2MDkwMzIwNTtzOjM6Im5vdyI7aToxNzYwOTAzMjA2O31zOjU6InRva2VuIjtzOjMyOiIxaE5JZVhvdGpnUXF3b25iYXZ3V09aaWhDNmZveE5FYSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6Mjg2OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINC60YDRg9C/0L3QtdC50YjQtdC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJpZXMhINCjINCy0LDRgSDQtdGB0YLRjCDRgtGA0Lgg0LHQtdGB0L/Qu9Cw0YLQvdGL0LUg0L/QvtC/0YvRgtC60LghINCW0LzQuCDRgdGO0LTQsCwg0YfRgtC+0LHRiyDQuNCz0YDQsNGC0Yw6IGh0dHA6Ly9iYWxhamFnYW5kb3JhaS5jb20vaW5kZXgucGhwPzhyeWRmMCDwn4+GICogKiAqIjtzOjc6InN1YmplY3QiO3M6NjoiZWU1bzhyIjtzOjk6ImVtYWlsZnJvbSI7czoyMzoic2Vyd2FhaHlhYTMzMEBnbWFpbC5jb20iO3M6NzoiZW1haWx0byI7czoyMzoic2Vyd2FhaHlhYTMzMEBnbWFpbC5jb20iO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjA6e319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('27t31hr7q0a72lt3a2upspofdd',0,1,1760901798,'joomla|s:1612:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMTc5NjtzOjQ6Imxhc3QiO2k6MTc2MDkwMTc5NjtzOjM6Im5vdyI7aToxNzYwOTAxNzk3O31zOjU6InRva2VuIjtzOjMyOiJoN2t6Q2FaQVd5S0htUUJHRXZuMmlEVkYzMjFQa05nSyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6MjgzOiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINCz0YDQsNC90LTQuNC+0LfQvdC+0Lkg0LDQutGG0LjQuCDQvtGCIFdpbGJlcnJpZXMhINCjINCy0LDRgSDQtdGB0YLRjCAzINCx0LXRgdC/0LvQsNGC0L3Ri9C1INC/0L7Qv9GL0YLQutC4ISDQltC80Lgg0YHRjtC00LAsINGH0YLQvtCx0Ysg0LjQs9GA0LDRgtGMOiBodHRwOi8vdXdpYXBhcnRtZW50cy5jb20vaW5kZXgucGhwP2ZqYzdjOCDwn4+GICogKiAqIjtzOjc6InN1YmplY3QiO3M6NjoidGlqM29iIjtzOjk6ImVtYWlsZnJvbSI7czoyNzoia291YWRpb3VscmljaGU1ODJAZ21haWwuY29tIjtzOjc6ImVtYWlsdG8iO3M6Mjc6ImtvdWFkaW91bHJpY2hlNTgyQGdtYWlsLmNvbSI7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MDp7fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('2j8dfe1r82uf4p4thu68da13df',0,1,1760903261,'joomla|s:1604:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMzI2MDtzOjQ6Imxhc3QiO2k6MTc2MDkwMzI2MDtzOjM6Im5vdyI7aToxNzYwOTAzMjYxO31zOjU6InRva2VuIjtzOjMyOiJjVjlGeW1WTUx0N1hYeTlJRHBhTzhDMDR5aGV5U1lFeCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6Mjc5OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINC60YDRg9C/0L3QtdC50YjQtdC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJpZXMhINCjINCy0LDRgSDQtdGB0YLRjCAzINCx0LXRgdC/0LvQsNGC0L3Ri9C1INC/0L7Qv9GL0YLQutC4ISDQltC80Lgg0YHRjtC00LAsINGH0YLQvtCx0Ysg0LjQs9GA0LDRgtGMOiBodHRwOi8vY2FycGNvcm5lci5jby51ay9pbmRleC5waHA/ejg3NTZvIPCfj4YgKiAqICoiO3M6Nzoic3ViamVjdCI7czo2OiI5NmlhajEiO3M6OToiZW1haWxmcm9tIjtzOjI2OiJyYW1lc2hhbGF2YW5kaTUyQGdtYWlsLmNvbSI7czo3OiJlbWFpbHRvIjtzOjI2OiJyYW1lc2hhbGF2YW5kaTUyQGdtYWlsLmNvbSI7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MDp7fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('2uus8dvipdau40hhi8iqjrtk09',0,1,1760901928,'joomla|s:1016:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMTkyODtzOjQ6Imxhc3QiO2k6MTc2MDkwMTkyODtzOjM6Im5vdyI7aToxNzYwOTAxOTI4O31zOjU6InRva2VuIjtzOjMyOiJReWR6am1CNkh0YUJVd3BKUzFIU1BuSFVja2g5Z1dtciI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjE6e3M6NDA6IjNmNzEyOWM1ZGY1NjhiMzA2MzgyMWVjMDk4NzM1NTcxZWY0ZGI0Y2IiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo0MzoiaHR0cHM6Ly93d3cub3NjYXNhLmNvbS9pbmRleC5waHAvdGVsZXZpc2lvbiI7czo2OiJleHBpcnkiO2k6MTc2MDkwMTkyODt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('3kraos2an7cvdf1h3n1mc6n5dt',0,1,1760903301,'joomla|s:1228:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aTo0O3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMzI5MTtzOjQ6Imxhc3QiO2k6MTc2MDkwMzMwMTtzOjM6Im5vdyI7aToxNzYwOTAzMzAxO31zOjU6InRva2VuIjtzOjMyOiJrYldnblRKdHNJZFVmaDY2NGtTSGFzNHNqbzdXUFZJcyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6InVzZXJzIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxvZ2luIjtPOjg6InN0ZENsYXNzIjoxOntzOjQ6ImZvcm0iO086ODoic3RkQ2xhc3MiOjI6e3M6NDoiZGF0YSI7YTo1OntzOjY6InJldHVybiI7czozOToiaW5kZXgucGhwP29wdGlvbj1jb21fdXNlcnMmdmlldz1wcm9maWxlIjtzOjg6InVzZXJuYW1lIjtzOjA6IiI7czo4OiJwYXNzd29yZCI7czowOiIiO3M6OToic2VjcmV0a2V5IjtzOjA6IiI7czo4OiJyZW1lbWJlciI7aToxO31zOjY6InJldHVybiI7czozOToiaW5kZXgucGhwP29wdGlvbj1jb21fdXNlcnMmdmlldz1wcm9maWxlIjt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjExOiJhcHBsaWNhdGlvbiI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJxdWV1ZSI7YTowOnt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('3mmqckr6e9bnqer3o04a06nkoj',0,1,1760902134,'joomla|s:1604:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMjEzMztzOjQ6Imxhc3QiO2k6MTc2MDkwMjEzMztzOjM6Im5vdyI7aToxNzYwOTAyMTM0O31zOjU6InRva2VuIjtzOjMyOiJaSHA0WDdzTlF4eUE4VWowVENNVnpRcjYyZkZOcUhOQiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6Mjc5OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINC60YDRg9C/0L3QtdC50YjQtdC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJyaWVzISDQoyDQstCw0YEg0LXRgdGC0YwgMyDQsdC10YHQv9C70LDRgtC90YvQtSDQv9C+0L/Ri9GC0LrQuCEg0JbQvNC4INGB0Y7QtNCwLCDRh9GC0L7QsdGLINC40LPRgNCw0YLRjDogaHR0cHM6Ly9naXRncm91cC5hYy5pbi9pbmRleC5waHA/MXJkcmhwIPCfj4YgKiAqICoiO3M6Nzoic3ViamVjdCI7czo2OiJuOHI4d2UiO3M6OToiZW1haWxmcm9tIjtzOjI3OiJzYnVzaXNvd29uZGVyYm95MUBnbWFpbC5jb20iO3M6NzoiZW1haWx0byI7czoyNzoic2J1c2lzb3dvbmRlcmJveTFAZ21haWwuY29tIjt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9czoxMDoiY29tX21haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJsaW5rcyI7YTowOnt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('3p1kbs1l9snvj223hqgn2lrqdb',0,1,1760901130,'joomla|s:1228:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aTo0O3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMTEyMDtzOjQ6Imxhc3QiO2k6MTc2MDkwMTEyOTtzOjM6Im5vdyI7aToxNzYwOTAxMTMwO31zOjU6InRva2VuIjtzOjMyOiJXU2FIbVBnclRxbnplZXRTQTVld2NIeVVBUGxoNjhjaiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6InVzZXJzIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxvZ2luIjtPOjg6InN0ZENsYXNzIjoxOntzOjQ6ImZvcm0iO086ODoic3RkQ2xhc3MiOjI6e3M6NDoiZGF0YSI7YTo1OntzOjY6InJldHVybiI7czozOToiaW5kZXgucGhwP29wdGlvbj1jb21fdXNlcnMmdmlldz1wcm9maWxlIjtzOjg6InVzZXJuYW1lIjtzOjA6IiI7czo4OiJwYXNzd29yZCI7czowOiIiO3M6OToic2VjcmV0a2V5IjtzOjA6IiI7czo4OiJyZW1lbWJlciI7aToxO31zOjY6InJldHVybiI7czozOToiaW5kZXgucGhwP29wdGlvbj1jb21fdXNlcnMmdmlldz1wcm9maWxlIjt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjExOiJhcHBsaWNhdGlvbiI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJxdWV1ZSI7YTowOnt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('4pahih4fjnib9tbgsm4vmal60s',0,1,1760900909,'joomla|s:736:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDkwODtzOjQ6Imxhc3QiO2k6MTc2MDkwMDkwODtzOjM6Im5vdyI7aToxNzYwOTAwOTA4O31zOjU6InRva2VuIjtzOjMyOiJISUtHQTM2MU5scUowRW9yYWR5RGx6MXd2c050N2VpeiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('52ukd3sa18e1kog76vre3rc7i0',0,1,1760902575,'joomla|s:1384:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aTo0O3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMjU2MDtzOjQ6Imxhc3QiO2k6MTc2MDkwMjU3NDtzOjM6Im5vdyI7aToxNzYwOTAyNTc1O31zOjU6InRva2VuIjtzOjMyOiJDaGFOYzF5OFd0RHRialNtTzdMbmFuc3prVVNpWjFZdSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoyOntzOjEzOiJjb21faW5zdGFsbGVyIjtPOjg6InN0ZENsYXNzIjoyOntzOjc6Im1lc3NhZ2UiO3M6MDoiIjtzOjE3OiJleHRlbnNpb25fbWVzc2FnZSI7czowOiIiO31zOjk6ImNvbV91c2VycyI7Tzo4OiJzdGRDbGFzcyI6MTp7czoxMjoicmVnaXN0cmF0aW9uIjtPOjg6InN0ZENsYXNzIjoxOntzOjQ6ImRhdGEiO2E6Njp7czo0OiJuYW1lIjtzOjEyOiJNYWtheWxhIEJvbHQiO3M6ODoidXNlcm5hbWUiO3M6MjA6Im1ha2F5bGFib2x0NDI1MzcxOTAxIjtzOjY6ImVtYWlsMSI7czoyODoiZGVtZXRyaWFtY2Nsb3VkQG1haWxtZW5vdC5pbyI7czo2OiJlbWFpbDIiO3M6Mjg6ImRlbWV0cmlhbWNjbG91ZEBtYWlsbWVub3QuaW8iO3M6OToicGFzc3dvcmQxIjtzOjE0OiJrcWhPYTcyOCo1c0pnRSI7czo5OiJwYXNzd29yZDIiO3M6MTQ6ImtxaE9hNzI4KjVzSmdFIjt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjExOiJhcHBsaWNhdGlvbiI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJxdWV1ZSI7YTowOnt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('559lmekf30g8sd24h0ntmcusmt',0,1,1760901546,'joomla|s:1252:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMTU0NjtzOjQ6Imxhc3QiO2k6MTc2MDkwMTU0NjtzOjM6Im5vdyI7aToxNzYwOTAxNTQ2O31zOjU6InRva2VuIjtzOjMyOiJ3cnBtbUNLVzEyalpzQ0NhZXJTemtzT2ZrU3BrZDVXbSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjI6e3M6NDA6IjYyMGZiNjFmMTdmN2Y3MGI2NzBiNjdlODg0ZjRlYzFjMjJlYzE4MDUiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo1NDoiaHR0cDovL29zY2FzYS5jb20vaW5kZXgucGhwLzEwLW1lbWJlcnMvNTEtb3NjYXNhLWNoYWlyIjtzOjY6ImV4cGlyeSI7aToxNzYwOTAxNTQ2O31zOjQwOiJmYmFhYmFkNDg5NzkyM2IyN2Y5Mjc0ZjY2NzVkZjUzMzU4NzAzMTY5IjtPOjg6InN0ZENsYXNzIjoyOntzOjQ6ImxpbmsiO3M6NTU6Imh0dHA6Ly9vc2Nhc2EuY29tL2luZGV4LnBocC8xMC1tZW1iZXJzLzctb3NjYXNhLWZvdW5kZXIiO3M6NjoiZXhwaXJ5IjtpOjE3NjA5MDE1NDY7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('5pkv1d7cffa446cca8ino8bqq7',0,1,1760901202,'joomla|s:1576:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMTIwMTtzOjQ6Imxhc3QiO2k6MTc2MDkwMTIwMTtzOjM6Im5vdyI7aToxNzYwOTAxMjAyO31zOjU6InRva2VuIjtzOjMyOiI5UTIxWFRkN2lnMlB2OWpwc1BObkV6QjZEdWV6a2ozUyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6MjY2OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINCz0YDQsNC90LTQuNC+0LfQvdC+0Lkg0LDQutGG0LjQuCDQvtGCIFdpbGJlcmllcyEg0KMg0LLQsNGBINC10YHRgtGMIDMg0LHQtdGB0L/Qu9Cw0YLQvdGL0LUg0L/QvtC/0YvRgtC60LghINCd0LDRh9Cw0YLRjCDQuNCz0YDQsNGC0Yw6IGh0dHA6Ly9jYXJwY29ybmVyLmNvLnVrL2luZGV4LnBocD8yNGxqMHog8J+PhiAqICogKiI7czo3OiJzdWJqZWN0IjtzOjY6Imo3MGQwNiI7czo5OiJlbWFpbGZyb20iO3M6MjI6Im9uZGVzc2hpbGFyeUBnbWFpbC5jb20iO3M6NzoiZW1haWx0byI7czoyMjoib25kZXNzaGlsYXJ5QGdtYWlsLmNvbSI7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MDp7fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('5qs9ji19s8tm4pvdfgc0nauvr3',0,1,1760899759,'joomla|s:1024:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDg5OTc1OTtzOjQ6Imxhc3QiO2k6MTc2MDg5OTc1OTtzOjM6Im5vdyI7aToxNzYwODk5NzU5O31zOjU6InRva2VuIjtzOjMyOiJQOXJVeTJkOENscGhJVHk0NjBzSFlienNFekVHNWFvYyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjE6e3M6NDA6ImJjODM3NjE2NmFhODYwYjIyMWI5MGZhMjc5MDI3MDFiZWM1MDUzMWIiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo0OToiaHR0cDovL29zY2FzYS5jb20vaW5kZXgucGhwL2d1aWRlbGluZXMvY29tbWVyY2lhbCI7czo2OiJleHBpcnkiO2k6MTc2MDg5OTc1OTt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('6al607t9pq271r47qq5jvpe543',0,1,1760903698,'joomla|s:1252:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMzY5ODtzOjQ6Imxhc3QiO2k6MTc2MDkwMzY5ODtzOjM6Im5vdyI7aToxNzYwOTAzNjk4O31zOjU6InRva2VuIjtzOjMyOiJRRW1BQVEwYzU2RjlrZ2FyT2hzQ1dCdnR1dEJVbFFONiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjI6e3M6NDA6IjYyMGZiNjFmMTdmN2Y3MGI2NzBiNjdlODg0ZjRlYzFjMjJlYzE4MDUiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo1NDoiaHR0cDovL29zY2FzYS5jb20vaW5kZXgucGhwLzEwLW1lbWJlcnMvNTEtb3NjYXNhLWNoYWlyIjtzOjY6ImV4cGlyeSI7aToxNzYwOTAzNjk4O31zOjQwOiJmYmFhYmFkNDg5NzkyM2IyN2Y5Mjc0ZjY2NzVkZjUzMzU4NzAzMTY5IjtPOjg6InN0ZENsYXNzIjoyOntzOjQ6ImxpbmsiO3M6NTU6Imh0dHA6Ly9vc2Nhc2EuY29tL2luZGV4LnBocC8xMC1tZW1iZXJzLzctb3NjYXNhLWZvdW5kZXIiO3M6NjoiZXhwaXJ5IjtpOjE3NjA5MDM2OTg7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('6ce1g0a4k595uo8hldrpl6vuuj',0,1,1760901051,'joomla|s:1256:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMTA1MTtzOjQ6Imxhc3QiO2k6MTc2MDkwMTA1MTtzOjM6Im5vdyI7aToxNzYwOTAxMDUxO31zOjU6InRva2VuIjtzOjMyOiJmdHRPVFVsa1RTZjFYOThLWEo0STd1NjMxQ3prM3E0MSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjI6e3M6NDA6IjgyYWNlNjk3NTAyMzBmNDY0ZWJlNWU3ZGUxMTdmZDE5N2NhZjBlZmQiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo1NToiaHR0cHM6Ly9vc2Nhc2EuY29tL2luZGV4LnBocC8xMC1tZW1iZXJzLzUxLW9zY2FzYS1jaGFpciI7czo2OiJleHBpcnkiO2k6MTc2MDkwMTA1MTt9czo0MDoiODNmM2JiMjZmNmIyZDkwMDE3YjVhMDBhOWY2NDQ3ZTlhMDIxOTA0MiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjU2OiJodHRwczovL29zY2FzYS5jb20vaW5kZXgucGhwLzEwLW1lbWJlcnMvNy1vc2Nhc2EtZm91bmRlciI7czo2OiJleHBpcnkiO2k6MTc2MDkwMTA1MTt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('6gc8l0d2nqhdtdemp3q90atgdc',0,1,1760900480,'joomla|s:1576:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDQ3OTtzOjQ6Imxhc3QiO2k6MTc2MDkwMDQ3OTtzOjM6Im5vdyI7aToxNzYwOTAwNDgwO31zOjU6InRva2VuIjtzOjMyOiJnaXNYc3ZlYk4wSkRpajFFbVJpRW5lbmVQZkJPQUcybyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6MjYxOiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINGD0L3QuNC60LDQu9GM0L3QvtC5INCw0LrRhtC40Lgg0L7RgiBXQiEg0KMg0LLQsNGBINC10YHRgtGMIDMg0LHQtdGB0L/Qu9Cw0YLQvdGL0LUg0L/QvtC/0YvRgtC60LghINCf0LXRgNC10YXQvtC00Lgg0L/QviDRgdGB0YvQu9C60LU6IGh0dHBzOi8vY2VzaWhtLmNvbS9pbmRleC5waHA/bHZ0dGRpIPCfj4YgKiAqICoiO3M6Nzoic3ViamVjdCI7czo2OiJkZHQ4bmQiO3M6OToiZW1haWxmcm9tIjtzOjI1OiJzZW5hbmJhYmF5ZXY1NjBAZ21haWwuY29tIjtzOjc6ImVtYWlsdG8iO3M6MjU6InNlbmFuYmFiYXlldjU2MEBnbWFpbC5jb20iO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjA6e319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('6lk7ogeqn2uk42gam266f9u6oh',0,1,1760901698,'joomla|s:1256:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMTY5ODtzOjQ6Imxhc3QiO2k6MTc2MDkwMTY5ODtzOjM6Im5vdyI7aToxNzYwOTAxNjk4O31zOjU6InRva2VuIjtzOjMyOiIzS2pMcjFYVWtrdmNpa2NNQm5aMDhIUzk5WTNvOXg3eSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjI6e3M6NDA6IjgyYWNlNjk3NTAyMzBmNDY0ZWJlNWU3ZGUxMTdmZDE5N2NhZjBlZmQiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo1NToiaHR0cHM6Ly9vc2Nhc2EuY29tL2luZGV4LnBocC8xMC1tZW1iZXJzLzUxLW9zY2FzYS1jaGFpciI7czo2OiJleHBpcnkiO2k6MTc2MDkwMTY5ODt9czo0MDoiODNmM2JiMjZmNmIyZDkwMDE3YjVhMDBhOWY2NDQ3ZTlhMDIxOTA0MiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjU2OiJodHRwczovL29zY2FzYS5jb20vaW5kZXgucGhwLzEwLW1lbWJlcnMvNy1vc2Nhc2EtZm91bmRlciI7czo2OiJleHBpcnkiO2k6MTc2MDkwMTY5ODt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('73h0csk9q5352be7ibur5oli22',0,1,1760903126,'joomla|s:736:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMzEyNjtzOjQ6Imxhc3QiO2k6MTc2MDkwMzEyNjtzOjM6Im5vdyI7aToxNzYwOTAzMTI2O31zOjU6InRva2VuIjtzOjMyOiJ6bFpkWjNlbHdQS290b0VRVkVBMnpUVlRxZHBIVVdwaSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('76agf3bbc4e8nc3e4gnu4c1d5o',0,1,1760900895,'joomla|s:1248:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aTo0O3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDg4MjtzOjQ6Imxhc3QiO2k6MTc2MDkwMDg5NDtzOjM6Im5vdyI7aToxNzYwOTAwODk0O31zOjU6InRva2VuIjtzOjMyOiJEUFZGQ2lEZTVLOTBISWRBQkdNRlFuaWx2d0JUREJ6UiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjk6ImNvbV91c2VycyI7Tzo4OiJzdGRDbGFzcyI6MTp7czoxMjoicmVnaXN0cmF0aW9uIjtPOjg6InN0ZENsYXNzIjoxOntzOjQ6ImRhdGEiO2E6Njp7czo0OiJuYW1lIjtzOjE1OiJTZXJnaW8gRGVncmF2ZXMiO3M6ODoidXNlcm5hbWUiO3M6MTU6InNlcmdpb2RlZ3JhdmVzMiI7czo2OiJlbWFpbDEiO3M6MjU6InRydXN0b25lNEBibG9nd2Vic2l0ZS50b3AiO3M6NjoiZW1haWwyIjtzOjI1OiJ0cnVzdG9uZTRAYmxvZ3dlYnNpdGUudG9wIjtzOjk6InBhc3N3b3JkMSI7czoxMzoieTVsUDVCOEJOaV83NSI7czo5OiJwYXNzd29yZDIiO3M6MTM6Ink1bFA1QjhCTmlfNzUiO319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTE6ImFwcGxpY2F0aW9uIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6InF1ZXVlIjthOjA6e319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('7d34pmh3uvs8d5jv1mlqpjetcm',0,1,1760899871,'joomla|s:1228:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aTo0O3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDg5OTg2MjtzOjQ6Imxhc3QiO2k6MTc2MDg5OTg3MDtzOjM6Im5vdyI7aToxNzYwODk5ODcwO31zOjU6InRva2VuIjtzOjMyOiIxTnZDazBIS0V5dFl0M3R2QWtaOVZwaDd0V09kZlJkZCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6InVzZXJzIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxvZ2luIjtPOjg6InN0ZENsYXNzIjoxOntzOjQ6ImZvcm0iO086ODoic3RkQ2xhc3MiOjI6e3M6NDoiZGF0YSI7YTo1OntzOjY6InJldHVybiI7czozOToiaW5kZXgucGhwP29wdGlvbj1jb21fdXNlcnMmdmlldz1wcm9maWxlIjtzOjg6InVzZXJuYW1lIjtzOjA6IiI7czo4OiJwYXNzd29yZCI7czowOiIiO3M6OToic2VjcmV0a2V5IjtzOjA6IiI7czo4OiJyZW1lbWJlciI7aToxO31zOjY6InJldHVybiI7czozOToiaW5kZXgucGhwP29wdGlvbj1jb21fdXNlcnMmdmlldz1wcm9maWxlIjt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjExOiJhcHBsaWNhdGlvbiI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJxdWV1ZSI7YTowOnt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('7ljt645sfnfac2p48t792v8ug7',0,1,1760899773,'joomla|s:1584:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDg5OTc3MTtzOjQ6Imxhc3QiO2k6MTc2MDg5OTc3MTtzOjM6Im5vdyI7aToxNzYwODk5NzczO31zOjU6InRva2VuIjtzOjMyOiJyeHBaWXREMHVEZ1R1UEZSOHFoZ1dQeld2aXdNS24yMyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6Mjc5OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINCz0YDQsNC90LTQuNC+0LfQvdC+0Lkg0LDQutGG0LjQuCDQvtGCIFdpbGJlcnJpZXMhINCjINCy0LDRgSDQtdGB0YLRjCAzINCx0LXRgdC/0LvQsNGC0L3Ri9C1INC/0L7Qv9GL0YLQutC4ISDQn9C10YDQtdGF0L7QtNC4INC/0L4g0YHRgdGL0LvQutC1OiBodHRwOi8vd3d3LmdvaW5teXdheS5jby5pbi9pbmRleC5waHA/am80cnVpIPCfj4YgKiAqICoiO3M6Nzoic3ViamVjdCI7czo2OiJvYjNmZzgiO3M6OToiZW1haWxmcm9tIjtzOjE5OiJuYXJlc2FrNjJAZ21haWwuY29tIjtzOjc6ImVtYWlsdG8iO3M6MTk6Im5hcmVzYWs2MkBnbWFpbC5jb20iO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjA6e319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('7tmo0kc1dl6gogtjc0neff9tmp',0,1,1760900858,'joomla|s:1228:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aTo0O3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDg0ODtzOjQ6Imxhc3QiO2k6MTc2MDkwMDg1NjtzOjM6Im5vdyI7aToxNzYwOTAwODU3O31zOjU6InRva2VuIjtzOjMyOiJscmRYajNzRTg0UUhub1Zib2FqcjA4NmpTMmU5UHRuRiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6InVzZXJzIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxvZ2luIjtPOjg6InN0ZENsYXNzIjoxOntzOjQ6ImZvcm0iO086ODoic3RkQ2xhc3MiOjI6e3M6NDoiZGF0YSI7YTo1OntzOjY6InJldHVybiI7czozOToiaW5kZXgucGhwP29wdGlvbj1jb21fdXNlcnMmdmlldz1wcm9maWxlIjtzOjg6InVzZXJuYW1lIjtzOjA6IiI7czo4OiJwYXNzd29yZCI7czowOiIiO3M6OToic2VjcmV0a2V5IjtzOjA6IiI7czo4OiJyZW1lbWJlciI7aToxO31zOjY6InJldHVybiI7czozOToiaW5kZXgucGhwP29wdGlvbj1jb21fdXNlcnMmdmlldz1wcm9maWxlIjt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjExOiJhcHBsaWNhdGlvbiI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJxdWV1ZSI7YTowOnt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('7uoi22bd2s9relv8dtfv8chpsd',0,1,1760902417,'joomla|s:1584:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMjQxNTtzOjQ6Imxhc3QiO2k6MTc2MDkwMjQxNTtzOjM6Im5vdyI7aToxNzYwOTAyNDE3O31zOjU6InRva2VuIjtzOjMyOiJvenBkdDJnRFEzbFpvck45Y25VREtjMG5oTkZGTU1LTyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6Mjc4OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINGD0L3QuNC60LDQu9GM0L3QvtC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJyaWVzISDQoyDQstCw0YEg0LXRgdGC0Ywg0YLRgNC4INCx0LXRgdC/0LvQsNGC0L3Ri9C1INC/0L7Qv9GL0YLQutC4ISDQndCw0YfQsNGC0Ywg0LjQs9GA0LDRgtGMOiBodHRwczovL3dpbGx0YWtlci1sb2dpc3RpY3MuY29tL2luZGV4LnBocD85cXV1N3Ug8J+PhiAqICogKiI7czo3OiJzdWJqZWN0IjtzOjY6IjlrdGl0ZiI7czo5OiJlbWFpbGZyb20iO3M6MjA6ImQ3MDMxMTU1NjdAZ21haWwuY29tIjtzOjc6ImVtYWlsdG8iO3M6MjA6ImQ3MDMxMTU1NjdAZ21haWwuY29tIjt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9czoxMDoiY29tX21haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJsaW5rcyI7YTowOnt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('7varg3c1ved1djjakg5lhmuahu',0,1,1760900095,'joomla|s:1008:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDA5NTtzOjQ6Imxhc3QiO2k6MTc2MDkwMDA5NTtzOjM6Im5vdyI7aToxNzYwOTAwMDk1O31zOjU6InRva2VuIjtzOjMyOiJtb3hoZG9wd25MeGx0aTNhV2JRYVlmMHltMnpJVUJ6UCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjE6e3M6NDA6IjU1NmE4MWM0ZjdjYWM4MzYzMjFkMGMyNDIxYWU2NzRjN2EwNjI2MGYiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czozODoiaHR0cDovL29zY2FzYS5jb20vaW5kZXgucGhwL2NvbnRhY3QtdXMiO3M6NjoiZXhwaXJ5IjtpOjE3NjA5MDAwOTU7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('8ckl7q89a684hrcqgstnfm5053',0,1,1760903658,'joomla|s:736:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMzY1NztzOjQ6Imxhc3QiO2k6MTc2MDkwMzY1NztzOjM6Im5vdyI7aToxNzYwOTAzNjU3O31zOjU6InRva2VuIjtzOjMyOiJPeGZocUVSMEEyS01RZG9aTWcwV2FkM2k4T0s5VVhEZiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('8ei4tvp9hplrvaa364ttcbu8ru',0,1,1760900301,'joomla|s:1592:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDMwMDtzOjQ6Imxhc3QiO2k6MTc2MDkwMDMwMDtzOjM6Im5vdyI7aToxNzYwOTAwMzAxO31zOjU6InRva2VuIjtzOjMyOiJYTUwxQUl0ekw4eHdudVRuOWJCOVhodUVZWjdsUElGNCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6MjgwOiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINC60YDRg9C/0L3QtdC50YjQtdC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJpZXMhINCjINCy0LDRgSDQtdGB0YLRjCDRgtGA0Lgg0LHQtdGB0L/Qu9Cw0YLQvdGL0LUg0L/QvtC/0YvRgtC60LghINCf0LXRgNC10YXQvtC00Lgg0L/QviDRgdGB0YvQu9C60LU6IGh0dHA6Ly9iYWxhamFnYW5kb3JhaS5jb20vaW5kZXgucGhwP3h0NHd4MyDwn4+GICogKiAqIjtzOjc6InN1YmplY3QiO3M6NjoiNHZjNjc0IjtzOjk6ImVtYWlsZnJvbSI7czoyMToiemlkYXNhcHV0cmFAZ21haWwuY29tIjtzOjc6ImVtYWlsdG8iO3M6MjE6InppZGFzYXB1dHJhQGdtYWlsLmNvbSI7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MDp7fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('8rqq112v8221u5dimfaem6tnjv',0,1,1760901868,'joomla|s:1256:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMTg2ODtzOjQ6Imxhc3QiO2k6MTc2MDkwMTg2ODtzOjM6Im5vdyI7aToxNzYwOTAxODY4O31zOjU6InRva2VuIjtzOjMyOiIzNDFYTGhpTG1RVlRHSWt1MDdad3p4UTZaTjk4dTk5NiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjI6e3M6NDA6IjgyYWNlNjk3NTAyMzBmNDY0ZWJlNWU3ZGUxMTdmZDE5N2NhZjBlZmQiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo1NToiaHR0cHM6Ly9vc2Nhc2EuY29tL2luZGV4LnBocC8xMC1tZW1iZXJzLzUxLW9zY2FzYS1jaGFpciI7czo2OiJleHBpcnkiO2k6MTc2MDkwMTg2ODt9czo0MDoiODNmM2JiMjZmNmIyZDkwMDE3YjVhMDBhOWY2NDQ3ZTlhMDIxOTA0MiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjU2OiJodHRwczovL29zY2FzYS5jb20vaW5kZXgucGhwLzEwLW1lbWJlcnMvNy1vc2Nhc2EtZm91bmRlciI7czo2OiJleHBpcnkiO2k6MTc2MDkwMTg2ODt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('8uh8aj9vm3gdjn6lcd7bin2lh9',0,1,1760900094,'joomla|s:1256:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDA5MztzOjQ6Imxhc3QiO2k6MTc2MDkwMDA5MztzOjM6Im5vdyI7aToxNzYwOTAwMDkzO31zOjU6InRva2VuIjtzOjMyOiI5N1ZxRnpsc2xodmJkMmtpM1Z1ZElNSGoxN0d2c2lqYiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjI6e3M6NDA6IjgyYWNlNjk3NTAyMzBmNDY0ZWJlNWU3ZGUxMTdmZDE5N2NhZjBlZmQiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo1NToiaHR0cHM6Ly9vc2Nhc2EuY29tL2luZGV4LnBocC8xMC1tZW1iZXJzLzUxLW9zY2FzYS1jaGFpciI7czo2OiJleHBpcnkiO2k6MTc2MDkwMDA5NDt9czo0MDoiODNmM2JiMjZmNmIyZDkwMDE3YjVhMDBhOWY2NDQ3ZTlhMDIxOTA0MiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjU2OiJodHRwczovL29zY2FzYS5jb20vaW5kZXgucGhwLzEwLW1lbWJlcnMvNy1vc2Nhc2EtZm91bmRlciI7czo2OiJleHBpcnkiO2k6MTc2MDkwMDA5NDt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('94b8hf9bild3t83loq992992ut',0,1,1760903822,'joomla|s:1612:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMzgyMTtzOjQ6Imxhc3QiO2k6MTc2MDkwMzgyMTtzOjM6Im5vdyI7aToxNzYwOTAzODIyO31zOjU6InRva2VuIjtzOjMyOiJabnJ0b1dzRWp3Z0FTMm0weWx4MGJPYWZqdXZyczZXOSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6MjgxOiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINC60YDRg9C/0L3QtdC50YjQtdC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJpZXMhINCjINCy0LDRgSDQtdGB0YLRjCAzINCx0LXRgdC/0LvQsNGC0L3Ri9C1INC/0L7Qv9GL0YLQutC4ISDQn9C10YDQtdGF0L7QtNC4INC/0L4g0YHRgdGL0LvQutC1OiBodHRwczovL3dpbGx0YWtlci1sb2dpc3RpY3MuY29tL2luZGV4LnBocD9uNWFtM20g8J+PhiAqICogKiI7czo3OiJzdWJqZWN0IjtzOjY6ImF0OHF2MiI7czo5OiJlbWFpbGZyb20iO3M6Mjg6ImVsZG9zbnlzaGFuYmFldjI3MEBnbWFpbC5jb20iO3M6NzoiZW1haWx0byI7czoyODoiZWxkb3NueXNoYW5iYWV2MjcwQGdtYWlsLmNvbSI7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MDp7fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('97nguea1asej06b3s6bea94k6i',0,1,1760900689,'joomla|s:1592:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDY4ODtzOjQ6Imxhc3QiO2k6MTc2MDkwMDY4ODtzOjM6Im5vdyI7aToxNzYwOTAwNjg5O31zOjU6InRva2VuIjtzOjMyOiJvVXc3UFNldHZDd1pFeUZUaDZzVjBLTnQ5Q2FOcW05MCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6Mjc4OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINC60YDRg9C/0L3QtdC50YjQtdC5INCw0LrRhtC40Lgg0L7RgiBXQiEg0KMg0LLQsNGBINC10YHRgtGMINGC0YDQuCDQsdC10YHQv9C70LDRgtC90YvQtSDQv9C+0L/Ri9GC0LrQuCEg0JbQvNC4INGB0Y7QtNCwLCDRh9GC0L7QsdGLINC40LPRgNCw0YLRjDogaHR0cDovL3V3aWFwYXJ0bWVudHMuY29tL2luZGV4LnBocD84cmprcXMg8J+PhiAqICogKiI7czo3OiJzdWJqZWN0IjtzOjY6IjBzY3VyeCI7czo5OiJlbWFpbGZyb20iO3M6MjM6ImFzaWZzb2RoYTI2OTVAZ21haWwuY29tIjtzOjc6ImVtYWlsdG8iO3M6MjM6ImFzaWZzb2RoYTI2OTVAZ21haWwuY29tIjt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9czoxMDoiY29tX21haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJsaW5rcyI7YTowOnt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('9dc98ibb4tejto5ris1n92e579',0,1,1760900905,'joomla|s:736:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDkwNTtzOjQ6Imxhc3QiO2k6MTc2MDkwMDkwNTtzOjM6Im5vdyI7aToxNzYwOTAwOTA1O31zOjU6InRva2VuIjtzOjMyOiJveUVlMGxxZEE0VDRuYjNNY2lGWDBNeFJkOGNCUXNqdiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('9fj6f66aqma3pq5e4hvr0c84r8',0,1,1760899710,'joomla|s:1604:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDg5OTcwOTtzOjQ6Imxhc3QiO2k6MTc2MDg5OTcwOTtzOjM6Im5vdyI7aToxNzYwODk5NzA5O31zOjU6InRva2VuIjtzOjMyOiJxdFlhem02bGlTMGIzYnB3SVZYOHF3VlNQOWJ6ZFJmdiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6Mjc5OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINGD0L3QuNC60LDQu9GM0L3QvtC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJyaWVzISDQoyDQstCw0YEg0LXRgdGC0Ywg0YLRgNC4INCx0LXRgdC/0LvQsNGC0L3Ri9C1INC/0L7Qv9GL0YLQutC4ISDQmNGB0L/Ri9GC0LDRgtGMINGD0LTQsNGH0YM6IGh0dHA6Ly9icmlnaHR2aWV3bGFuZHNjYXBlcy5jYS9pbmRleC5waHA/MW5lbGsyIPCfj4YgKiAqICoiO3M6Nzoic3ViamVjdCI7czo2OiJ2dHc1OXQiO3M6OToiZW1haWxmcm9tIjtzOjI3OiJ2eXNvdHNrYXlhLmlubm9jaGthQG1haWwucnUiO3M6NzoiZW1haWx0byI7czoyNzoidnlzb3Rza2F5YS5pbm5vY2hrYUBtYWlsLnJ1Ijt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9czoxMDoiY29tX21haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJsaW5rcyI7YTowOnt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('9h8uqma2jr9vsse9udkfq0msg5',0,1,1760903666,'joomla|s:1060:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMzY2NjtzOjQ6Imxhc3QiO2k6MTc2MDkwMzY2NjtzOjM6Im5vdyI7aToxNzYwOTAzNjY2O31zOjU6InRva2VuIjtzOjMyOiJOeG9hWXA5U0ozMmlFWDlOWWZxMnZ1V2lnNTBCNlY1RSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjE6e3M6NDA6ImU3MDc3M2RhYWRlMjc0OTJiOTFiODc3ZDIyZjZjNmQ0MmU2YzM3OTUiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo3NjoiaHR0cDovL29zY2FzYS5jb20vaW5kZXgucGhwLzEwLW1lbWJlcnMvMzktZnVua3ktbGVtb24tY2FzdGluZy1hZ2VuY3ktcHR5LWx0ZCI7czo2OiJleHBpcnkiO2k6MTc2MDkwMzY2Njt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('9o1o5qfb01r5vu0af4oa1103oq',0,1,1760901310,'joomla|s:1592:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMTMwOTtzOjQ6Imxhc3QiO2k6MTc2MDkwMTMwOTtzOjM6Im5vdyI7aToxNzYwOTAxMzEwO31zOjU6InRva2VuIjtzOjMyOiJlTVNIbzU5R081ZmZvU05MZnF0aEc0ZzE0b1dUZ1FZYSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6MjcxOiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINC60YDRg9C/0L3QtdC50YjQtdC5INCw0LrRhtC40Lgg0L7RgiBXQiEg0KMg0LLQsNGBINC10YHRgtGMIDMg0LHQtdGB0L/Qu9Cw0YLQvdGL0LUg0L/QvtC/0YvRgtC60LghINCW0LzQuCDRgdGO0LTQsCwg0YfRgtC+0LHRiyDQuNCz0YDQsNGC0Yw6IGh0dHBzOi8vYm90bGFicy5hZ2VuY3kvaW5kZXgucGhwP2lmMmpudyDwn4+GICogKiAqIjtzOjc6InN1YmplY3QiO3M6NjoiZDA4amZpIjtzOjk6ImVtYWlsZnJvbSI7czoyNjoibWFuYWxpamFkaGF2MTYzNEBnbWFpbC5jb20iO3M6NzoiZW1haWx0byI7czoyNjoibWFuYWxpamFkaGF2MTYzNEBnbWFpbC5jb20iO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjA6e319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('9oe5pkl8m90fgnjncsapgi1nu5',0,1,1760903252,'joomla|s:1028:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMzI1MjtzOjQ6Imxhc3QiO2k6MTc2MDkwMzI1MjtzOjM6Im5vdyI7aToxNzYwOTAzMjUyO31zOjU6InRva2VuIjtzOjMyOiJmTFdxM1U0QU1ybFFwMlY2OEVrZlQ5RDE1R3lscndybSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjE6e3M6NDA6ImIwNGI5MTdiNzU5ZjRlY2RhOWQ0ZWM1NDJjYmUzZGNkNDYxMzcxMzciO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo1NDoiaHR0cHM6Ly93d3cub3NjYXNhLmNvbS9pbmRleC5waHAvZ3VpZGVsaW5lcy9jb21tZXJjaWFsIjtzOjY6ImV4cGlyeSI7aToxNzYwOTAzMjUyO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('ab5rtjf72ne3eg74sb9kofe2pu',0,1,1760902197,'joomla|s:1596:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMjE5NjtzOjQ6Imxhc3QiO2k6MTc2MDkwMjE5NjtzOjM6Im5vdyI7aToxNzYwOTAyMTk3O31zOjU6InRva2VuIjtzOjMyOiJnSDdFNVo1Y0VqWDAwVExzRUZqMUczQUJPYmtXandzcCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6Mjg2OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINGD0L3QuNC60LDQu9GM0L3QvtC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJpZXMhINCjINCy0LDRgSDQtdGB0YLRjCAzINCx0LXRgdC/0LvQsNGC0L3Ri9C1INC/0L7Qv9GL0YLQutC4ISDQltC80Lgg0YHRjtC00LAsINGH0YLQvtCx0Ysg0LjQs9GA0LDRgtGMOiBodHRwczovL2Z1dHVyZWdlbnNvZnR3YXJlcy5jb20vaW5kZXgucGhwP2lzZngybiDwn4+GICogKiAqIjtzOjc6InN1YmplY3QiO3M6NjoibDRobmZnIjtzOjk6ImVtYWlsZnJvbSI7czoyMDoibXJ6ZG5jMTMyNUBnbWFpbC5jb20iO3M6NzoiZW1haWx0byI7czoyMDoibXJ6ZG5jMTMyNUBnbWFpbC5jb20iO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjA6e319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('aid3oeugomk6g5jmd6rim2o4lv',0,1,1760902904,'joomla|s:1572:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMjkwMjtzOjQ6Imxhc3QiO2k6MTc2MDkwMjkwMjtzOjM6Im5vdyI7aToxNzYwOTAyOTAzO31zOjU6InRva2VuIjtzOjMyOiJ1ajlndURIZEo0Y0dMYW5XNDlmNFdCVGZsOWJ4cG1FViI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6MjY3OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINGD0L3QuNC60LDQu9GM0L3QvtC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJyaWVzISDQoyDQstCw0YEg0LXRgdGC0YwgMyDQsdC10YHQv9C70LDRgtC90YvQtSDQv9C+0L/Ri9GC0LrQuCEg0JjRgdC/0YvRgtCw0YLRjCDRg9C00LDRh9GDOiBodHRwOi8vYmlndWFydGVjaC5jby5pbi9pbmRleC5waHA/cTYxNzN4IPCfj4YgKiAqICoiO3M6Nzoic3ViamVjdCI7czo2OiJqdDAxd3IiO3M6OToiZW1haWxmcm9tIjtzOjIxOiJ0bWFyY2VsYTkzMEBnbWFpbC5jb20iO3M6NzoiZW1haWx0byI7czoyMToidG1hcmNlbGE5MzBAZ21haWwuY29tIjt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9czoxMDoiY29tX21haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJsaW5rcyI7YTowOnt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('ajhg9l7pbuhk8lu9g84jcf0j3d',0,1,1760901425,'joomla|s:1596:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMTQyNDtzOjQ6Imxhc3QiO2k6MTc2MDkwMTQyNDtzOjM6Im5vdyI7aToxNzYwOTAxNDI0O31zOjU6InRva2VuIjtzOjMyOiJyQWxubjFMMnpYTUVDZ2lWU2ZKQ0duMVVDejdsbmdLbSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6Mjc5OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINCz0YDQsNC90LTQuNC+0LfQvdC+0Lkg0LDQutGG0LjQuCDQvtGCIFdCISDQoyDQstCw0YEg0LXRgdGC0YwgMyDQsdC10YHQv9C70LDRgtC90YvQtSDQv9C+0L/Ri9GC0LrQuCEg0J/QtdGA0LXRhdC+0LTQuCDQv9C+INGB0YHRi9C70LrQtTogaHR0cDovL2pvdXJuYWwtYXJjaGl2ZXVyb21lZGljYS5ldS9pbmRleC5waHA/eGxoNHUxIPCfj4YgKiAqICoiO3M6Nzoic3ViamVjdCI7czo2OiJhZnN4YzMiO3M6OToiZW1haWxmcm9tIjtzOjIzOiJuZ2FicmllbGx5czAxQGdtYWlsLmNvbSI7czo3OiJlbWFpbHRvIjtzOjIzOiJuZ2FicmllbGx5czAxQGdtYWlsLmNvbSI7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MDp7fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('ba5ool0bh09ikvr3ndmonqa4nd',0,1,1760902907,'joomla|s:1628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMjkwNjtzOjQ6Imxhc3QiO2k6MTc2MDkwMjkwNjtzOjM6Im5vdyI7aToxNzYwOTAyOTA2O31zOjU6InRva2VuIjtzOjMyOiJUNlU0Q3VxWmI3Um5wUlhGV1Z4ZVp2WmZnS0RISnQ2ZiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6Mjg5OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINCz0YDQsNC90LTQuNC+0LfQvdC+0Lkg0LDQutGG0LjQuCDQvtGCIFdpbGJlcmllcyEg0KMg0LLQsNGBINC10YHRgtGMINGC0YDQuCDQsdC10YHQv9C70LDRgtC90YvQtSDQv9C+0L/Ri9GC0LrQuCEg0JbQvNC4INGB0Y7QtNCwLCDRh9GC0L7QsdGLINC40LPRgNCw0YLRjDogaHR0cDovL3d3dy5nb2lubXl3YXkuY28uaW4vaW5kZXgucGhwPzZkb2QzcSDwn4+GICogKiAqIjtzOjc6InN1YmplY3QiO3M6Njoidnp1dHVxIjtzOjk6ImVtYWlsZnJvbSI7czozMDoiYmhhdmVzaGJoYWlnYWRoaXlhNDJAZ21haWwuY29tIjtzOjc6ImVtYWlsdG8iO3M6MzA6ImJoYXZlc2hiaGFpZ2FkaGl5YTQyQGdtYWlsLmNvbSI7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MDp7fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('bkftbhu271mlf96nfp7k7hsm5g',0,1,1760899351,'joomla|s:736:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDg5OTM1MDtzOjQ6Imxhc3QiO2k6MTc2MDg5OTM1MDtzOjM6Im5vdyI7aToxNzYwODk5MzUwO31zOjU6InRva2VuIjtzOjMyOiJpbnVMb1huVWtNVVUyVkFBRGh1cUpaQ1pOTjRuMzlBRiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('ccerff2p91n21uqnpka3ok1s4p',0,1,1760902862,'joomla|s:1260:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aTo0O3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMjgzOTtzOjQ6Imxhc3QiO2k6MTc2MDkwMjg1NztzOjM6Im5vdyI7aToxNzYwOTAyODYyO31zOjU6InRva2VuIjtzOjMyOiJLOGM4RElqWmhVN3g1OHBwNHhOc2NHUnlranMycjVzTSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjk6ImNvbV91c2VycyI7Tzo4OiJzdGRDbGFzcyI6MTp7czoxMjoicmVnaXN0cmF0aW9uIjtPOjg6InN0ZENsYXNzIjoxOntzOjQ6ImRhdGEiO2E6Njp7czo0OiJuYW1lIjtzOjEyOiJMdWNpYSBNdWVuY2giO3M6ODoidXNlcm5hbWUiO3M6MTg6Imx1Y2lhbXVlbmNoNTQ4MjAwMiI7czo2OiJlbWFpbDEiO3M6Mjk6ImdlbmlhZWljaGhvcm5AYWR1bHQtd29yay5pbmZvIjtzOjY6ImVtYWlsMiI7czoyOToiZ2VuaWFlaWNoaG9ybkBhZHVsdC13b3JrLmluZm8iO3M6OToicGFzc3dvcmQxIjtzOjEzOiI3LnBkS2pLMUtQNWJHIjtzOjk6InBhc3N3b3JkMiI7czoxMzoiNy5wZEtqSzFLUDViRyI7fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9czoxMToiYXBwbGljYXRpb24iO086ODoic3RkQ2xhc3MiOjE6e3M6NToicXVldWUiO2E6MDp7fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('d7iv5v0bo7647s18oddbk5th7g',0,1,1760901162,'joomla|s:1588:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMTE2MDtzOjQ6Imxhc3QiO2k6MTc2MDkwMTE2MDtzOjM6Im5vdyI7aToxNzYwOTAxMTYxO31zOjU6InRva2VuIjtzOjMyOiJDd1JIMlc2MDJjSHVDanF0YWhoNHpJWmhCZnFZWW9jciI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6MjU3OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINGD0L3QuNC60LDQu9GM0L3QvtC5INCw0LrRhtC40Lgg0L7RgiBXQiEg0KMg0LLQsNGBINC10YHRgtGMIDMg0LHQtdGB0L/Qu9Cw0YLQvdGL0LUg0L/QvtC/0YvRgtC60LghINCd0LDRh9Cw0YLRjCDQuNCz0YDQsNGC0Yw6IGh0dHA6Ly91d2lhcGFydG1lbnQuY29tL2luZGV4LnBocD8zZHlqcTUg8J+PhiAqICogKiI7czo3OiJzdWJqZWN0IjtzOjY6IjYxdDU1NSI7czo5OiJlbWFpbGZyb20iO3M6MzI6ImpvbmF0YXNtYXJ0aW5zYnVlbm9AeWFob28uY29tLmJyIjtzOjc6ImVtYWlsdG8iO3M6MzI6ImpvbmF0YXNtYXJ0aW5zYnVlbm9AeWFob28uY29tLmJyIjt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9czoxMDoiY29tX21haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJsaW5rcyI7YTowOnt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('de18t61rlp6c5fo8tjebhp1civ',0,1,1760899595,'joomla|s:736:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDg5OTU5NTtzOjQ6Imxhc3QiO2k6MTc2MDg5OTU5NTtzOjM6Im5vdyI7aToxNzYwODk5NTk1O31zOjU6InRva2VuIjtzOjMyOiJoNDIyajFKWjNyWjR5OEFIOGJsejM1c1dnUDk5Nng2TiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('dpeatc3dubec0ku4770196a0t4',0,1,1760900274,'joomla|s:1256:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDI3NDtzOjQ6Imxhc3QiO2k6MTc2MDkwMDI3NDtzOjM6Im5vdyI7aToxNzYwOTAwMjc0O31zOjU6InRva2VuIjtzOjMyOiJmcVgxV1VWMnBGV1BmbWZma04wcmlPdDJrQ2dGd1FjeSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjI6e3M6NDA6IjgyYWNlNjk3NTAyMzBmNDY0ZWJlNWU3ZGUxMTdmZDE5N2NhZjBlZmQiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo1NToiaHR0cHM6Ly9vc2Nhc2EuY29tL2luZGV4LnBocC8xMC1tZW1iZXJzLzUxLW9zY2FzYS1jaGFpciI7czo2OiJleHBpcnkiO2k6MTc2MDkwMDI3NDt9czo0MDoiODNmM2JiMjZmNmIyZDkwMDE3YjVhMDBhOWY2NDQ3ZTlhMDIxOTA0MiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjU2OiJodHRwczovL29zY2FzYS5jb20vaW5kZXgucGhwLzEwLW1lbWJlcnMvNy1vc2Nhc2EtZm91bmRlciI7czo2OiJleHBpcnkiO2k6MTc2MDkwMDI3NDt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('dpgpg5t0ccpvvvak6i8vfvdnlq',0,1,1760902484,'joomla|s:1584:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMjQ4MztzOjQ6Imxhc3QiO2k6MTc2MDkwMjQ4MztzOjM6Im5vdyI7aToxNzYwOTAyNDgzO31zOjU6InRva2VuIjtzOjMyOiIwT2JCcHZaMlYwWGFJSWxJT3B6ZnFXajJ5NGIzbmdyOSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6Mjc5OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINC60YDRg9C/0L3QtdC50YjQtdC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJpZXMhINCjINCy0LDRgSDQtdGB0YLRjCDRgtGA0Lgg0LHQtdGB0L/Qu9Cw0YLQvdGL0LUg0L/QvtC/0YvRgtC60LghINCY0YHQv9GL0YLQsNGC0Ywg0YPQtNCw0YfRgzogaHR0cHM6Ly93aWxsdGFrZXItbG9naXN0aWNzLmNvbS9pbmRleC5waHA/cm42M2ZzIPCfj4YgKiAqICoiO3M6Nzoic3ViamVjdCI7czo2OiJmMHNqcnIiO3M6OToiZW1haWxmcm9tIjtzOjE5OiJyYWZhX3NraV85OEBtYWlsLnJ1IjtzOjc6ImVtYWlsdG8iO3M6MTk6InJhZmFfc2tpXzk4QG1haWwucnUiO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjA6e319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('dvr9kroq4jk2rb3cj0boq442sr',0,1,1760899508,'joomla|s:1008:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDg5OTUwNztzOjQ6Imxhc3QiO2k6MTc2MDg5OTUwNztzOjM6Im5vdyI7aToxNzYwODk5NTA3O31zOjU6InRva2VuIjtzOjMyOiJ2Zm5tSXRVNDhYc2ttUTFPR2FMOWtqUWp0QW1yYktKZiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjE6e3M6NDA6IjUxN2MwZDYxY2JjNjgyYWJmOGMxYTlmNmIxZGU0MWVkMWI0MGM4MmEiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czozOToiaHR0cHM6Ly9vc2Nhc2EuY29tL2luZGV4LnBocC9jb21tZXJjaWFsIjtzOjY6ImV4cGlyeSI7aToxNzYwODk5NTA4O319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('eda48kctoiv1in2lg8sud8tqr4',0,1,1760903298,'joomla|s:736:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMzI5ODtzOjQ6Imxhc3QiO2k6MTc2MDkwMzI5ODtzOjM6Im5vdyI7aToxNzYwOTAzMjk4O31zOjU6InRva2VuIjtzOjMyOiJPQWRmZ3kyUlV5ZkFmUnhxUEp2cWc3Q2RSRGNUQmVGRSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('eqiar4j1pm6hog0ivfrkv4hu6q',0,1,1760900279,'joomla|s:1600:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDI3ODtzOjQ6Imxhc3QiO2k6MTc2MDkwMDI3ODtzOjM6Im5vdyI7aToxNzYwOTAwMjc5O31zOjU6InRva2VuIjtzOjMyOiJyV21jWmR5ZVFwaFZiNTl5aXNseUljRk9sZkVwUllXUSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6Mjg2OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINGD0L3QuNC60LDQu9GM0L3QvtC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJpZXMhINCjINCy0LDRgSDQtdGB0YLRjCDRgtGA0Lgg0LHQtdGB0L/Qu9Cw0YLQvdGL0LUg0L/QvtC/0YvRgtC60LghINCW0LzQuCDRgdGO0LTQsCwg0YfRgtC+0LHRiyDQuNCz0YDQsNGC0Yw6IGh0dHA6Ly9iYWxhamFnYW5kb3JhaS5jb20vaW5kZXgucGhwPzJ1N2NwcSDwn4+GICogKiAqIjtzOjc6InN1YmplY3QiO3M6NjoiczBpcGtpIjtzOjk6ImVtYWlsZnJvbSI7czoyMjoiZGlsYW50dW5jMzY1QGdtYWlsLmNvbSI7czo3OiJlbWFpbHRvIjtzOjIyOiJkaWxhbnR1bmMzNjVAZ21haWwuY29tIjt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9czoxMDoiY29tX21haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJsaW5rcyI7YTowOnt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('esfihr7tfc6622munp7ea1u3f9',0,1,1760900864,'joomla|s:1612:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDg2MztzOjQ6Imxhc3QiO2k6MTc2MDkwMDg2MztzOjM6Im5vdyI7aToxNzYwOTAwODY0O31zOjU6InRva2VuIjtzOjMyOiI4R2ROcnJNMm1FUjQxaHRTNnRFQmhVRVlBZ25lRDIxciI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6Mjg0OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINC60YDRg9C/0L3QtdC50YjQtdC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJyaWVzISDQoyDQstCw0YEg0LXRgdGC0Ywg0YLRgNC4INCx0LXRgdC/0LvQsNGC0L3Ri9C1INC/0L7Qv9GL0YLQutC4ISDQltC80Lgg0YHRjtC00LAsINGH0YLQvtCx0Ysg0LjQs9GA0LDRgtGMOiBodHRwczovL2JvdGxhYnMuYWdlbmN5L2luZGV4LnBocD8yaXMxZ3Mg8J+PhiAqICogKiI7czo3OiJzdWJqZWN0IjtzOjY6InA0ZTdrbCI7czo5OiJlbWFpbGZyb20iO3M6Mjc6ImJlYXRyaXpfZmVybmFuZGEyQGcubWFpbC5jbyI7czo3OiJlbWFpbHRvIjtzOjI3OiJiZWF0cml6X2Zlcm5hbmRhMkBnLm1haWwuY28iO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjA6e319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('esrsrag2cuba26rvmhbqlvu081',0,1,1760900094,'joomla|s:1252:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDA5NDtzOjQ6Imxhc3QiO2k6MTc2MDkwMDA5NDtzOjM6Im5vdyI7aToxNzYwOTAwMDk0O31zOjU6InRva2VuIjtzOjMyOiJVa1RsbVM4NWh5cUdBZWswWDNKeXdEaEVzUVdlUzVrbyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjI6e3M6NDA6IjYyMGZiNjFmMTdmN2Y3MGI2NzBiNjdlODg0ZjRlYzFjMjJlYzE4MDUiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo1NDoiaHR0cDovL29zY2FzYS5jb20vaW5kZXgucGhwLzEwLW1lbWJlcnMvNTEtb3NjYXNhLWNoYWlyIjtzOjY6ImV4cGlyeSI7aToxNzYwOTAwMDk0O31zOjQwOiJmYmFhYmFkNDg5NzkyM2IyN2Y5Mjc0ZjY2NzVkZjUzMzU4NzAzMTY5IjtPOjg6InN0ZENsYXNzIjoyOntzOjQ6ImxpbmsiO3M6NTU6Imh0dHA6Ly9vc2Nhc2EuY29tL2luZGV4LnBocC8xMC1tZW1iZXJzLzctb3NjYXNhLWZvdW5kZXIiO3M6NjoiZXhwaXJ5IjtpOjE3NjA5MDAwOTQ7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('f3593pmhovh4td6gaglbudho4c',0,1,1760901534,'joomla|s:1588:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMTUzMztzOjQ6Imxhc3QiO2k6MTc2MDkwMTUzMztzOjM6Im5vdyI7aToxNzYwOTAxNTM0O31zOjU6InRva2VuIjtzOjMyOiJ0Z1RuU2FXWjRIa0pwTHlGdXJIWFVQQm5XYnJCS3JxNiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6MjcxOiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINC60YDRg9C/0L3QtdC50YjQtdC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJpZXMhINCjINCy0LDRgSDQtdGB0YLRjCDRgtGA0Lgg0LHQtdGB0L/Qu9Cw0YLQvdGL0LUg0L/QvtC/0YvRgtC60LghINCY0YHQv9GL0YLQsNGC0Ywg0YPQtNCw0YfRgzogaHR0cDovL2JpZ3VhcnRlY2guY28uaW4vaW5kZXgucGhwP2tjejludyDwn4+GICogKiAqIjtzOjc6InN1YmplY3QiO3M6NjoiN3lldzB6IjtzOjk6ImVtYWlsZnJvbSI7czoyNToic2hhaWtwYXJ2ZXo1Njg5QGdtYWlsLmNvbSI7czo3OiJlbWFpbHRvIjtzOjI1OiJzaGFpa3BhcnZlejU2ODlAZ21haWwuY29tIjt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9czoxMDoiY29tX21haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJsaW5rcyI7YTowOnt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('f708ae3eenn8bhmicbo256pci4',0,1,1760900096,'joomla|s:1012:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDA5NTtzOjQ6Imxhc3QiO2k6MTc2MDkwMDA5NTtzOjM6Im5vdyI7aToxNzYwOTAwMDk2O31zOjU6InRva2VuIjtzOjMyOiI3WmREdGRHVzROamZLNVdoTlNCQ1R1WlZjUE5pcVJIbyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjE6e3M6NDA6ImQyNWZhZGM5ZjkxNDBjZmE4Y2JlZDJlNDg1YjMxNjYzMjBhYzdiNGUiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo0MjoiaHR0cDovL3d3dy5vc2Nhc2EuY29tL2luZGV4LnBocC9jb250YWN0LXVzIjtzOjY6ImV4cGlyeSI7aToxNzYwOTAwMDk2O319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('f84989i2b2m4t32gqas1flg0p1',0,1,1760903769,'joomla|s:1252:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMzc2OTtzOjQ6Imxhc3QiO2k6MTc2MDkwMzc2OTtzOjM6Im5vdyI7aToxNzYwOTAzNzY5O31zOjU6InRva2VuIjtzOjMyOiJhY0xlVnNGb0dTdzRqS09PdDM4alhTNHBxTkdNSGRpQSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjI6e3M6NDA6IjYyMGZiNjFmMTdmN2Y3MGI2NzBiNjdlODg0ZjRlYzFjMjJlYzE4MDUiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo1NDoiaHR0cDovL29zY2FzYS5jb20vaW5kZXgucGhwLzEwLW1lbWJlcnMvNTEtb3NjYXNhLWNoYWlyIjtzOjY6ImV4cGlyeSI7aToxNzYwOTAzNzY5O31zOjQwOiJmYmFhYmFkNDg5NzkyM2IyN2Y5Mjc0ZjY2NzVkZjUzMzU4NzAzMTY5IjtPOjg6InN0ZENsYXNzIjoyOntzOjQ6ImxpbmsiO3M6NTU6Imh0dHA6Ly9vc2Nhc2EuY29tL2luZGV4LnBocC8xMC1tZW1iZXJzLzctb3NjYXNhLWZvdW5kZXIiO3M6NjoiZXhwaXJ5IjtpOjE3NjA5MDM3Njk7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('f9lvjmkaprh23pu455hbqlqoig',0,1,1760901926,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aTo0O3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMTkyMTtzOjQ6Imxhc3QiO2k6MTc2MDkwMTkyNDtzOjM6Im5vdyI7aToxNzYwOTAxOTI2O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('fjr55girv7m557hneks8aae4en',0,1,1760902831,'joomla|s:1588:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMjgzMDtzOjQ6Imxhc3QiO2k6MTc2MDkwMjgzMDtzOjM6Im5vdyI7aToxNzYwOTAyODMxO31zOjU6InRva2VuIjtzOjMyOiI0ZDVHRjR2WU1SRllTVWZCZlNiVGwxTjNicUlodlBYYiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6MjY4OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINC60YDRg9C/0L3QtdC50YjQtdC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJyaWVzISDQoyDQstCw0YEg0LXRgdGC0YwgMyDQsdC10YHQv9C70LDRgtC90YvQtSDQv9C+0L/Ri9GC0LrQuCEg0JjRgdC/0YvRgtCw0YLRjCDRg9C00LDRh9GDOiBodHRwOi8vdXdpYXBhcnRtZW50cy5jb20vaW5kZXgucGhwP2tlcTg5OSDwn4+GICogKiAqIjtzOjc6InN1YmplY3QiO3M6NjoiYXVnaWF0IjtzOjk6ImVtYWlsZnJvbSI7czoyNjoib25rYXJzaW5naDIwMDZvc0BnbWFpbC5jb20iO3M6NzoiZW1haWx0byI7czoyNjoib25rYXJzaW5naDIwMDZvc0BnbWFpbC5jb20iO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjA6e319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('fobgvm8ce0vgd6jn3ju47fi9e6',0,1,1760901173,'joomla|s:1764:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo1OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aTo1O3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMTE1ODtzOjQ6Imxhc3QiO2k6MTc2MDkwMTE3MTtzOjM6Im5vdyI7aToxNzYwOTAxMTczO31zOjU6InRva2VuIjtzOjMyOiJQdGVpOEtRVkxEYWFmWkZCamZHZUhYTGhsRzJVNnJnaiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjk6ImNvbV91c2VycyI7Tzo4OiJzdGRDbGFzcyI6MTp7czoxMjoicmVnaXN0cmF0aW9uIjtPOjg6InN0ZENsYXNzIjoxOntzOjQ6ImRhdGEiO2E6Njp7czo0OiJuYW1lIjtzOjExOiJSb3J5IE1hc3NleSI7czo4OiJ1c2VybmFtZSI7czoxNzoicm9yeWlpajY3NTMzNTEwMzMiO3M6NjoiZW1haWwxIjtzOjIzOiJyb3J5LW1hc3NleTlAdXNnZWVrLm9yZyI7czo2OiJlbWFpbDIiO3M6MjM6InJvcnktbWFzc2V5OUB1c2dlZWsub3JnIjtzOjk6InBhc3N3b3JkMSI7czoxNToiQXVFK2pHazd0ZkJVUDhFIjtzOjk6InBhc3N3b3JkMiI7czoxNToiQXVFK2pHazd0ZkJVUDhFIjt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjI6e3M6NDA6IjYyMGZiNjFmMTdmN2Y3MGI2NzBiNjdlODg0ZjRlYzFjMjJlYzE4MDUiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo1NDoiaHR0cDovL29zY2FzYS5jb20vaW5kZXgucGhwLzEwLW1lbWJlcnMvNTEtb3NjYXNhLWNoYWlyIjtzOjY6ImV4cGlyeSI7aToxNzYwOTAxMTU5O31zOjQwOiJmYmFhYmFkNDg5NzkyM2IyN2Y5Mjc0ZjY2NzVkZjUzMzU4NzAzMTY5IjtPOjg6InN0ZENsYXNzIjoyOntzOjQ6ImxpbmsiO3M6NTU6Imh0dHA6Ly9vc2Nhc2EuY29tL2luZGV4LnBocC8xMC1tZW1iZXJzLzctb3NjYXNhLWZvdW5kZXIiO3M6NjoiZXhwaXJ5IjtpOjE3NjA5MDExNTk7fX19czoxMToiYXBwbGljYXRpb24iO086ODoic3RkQ2xhc3MiOjE6e3M6NToicXVldWUiO2E6MDp7fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('g0vi38pa4g18b9uiuo6r2u3nbg',0,1,1760903672,'joomla|s:1592:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMzY3MTtzOjQ6Imxhc3QiO2k6MTc2MDkwMzY3MTtzOjM6Im5vdyI7aToxNzYwOTAzNjcxO31zOjU6InRva2VuIjtzOjMyOiJ4VnE5bHRZczVGbGZrRzFJTkxSdG9mMFFwNnlWTk1BOCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6MjcxOiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINGD0L3QuNC60LDQu9GM0L3QvtC5INCw0LrRhtC40Lgg0L7RgiBXQiEg0KMg0LLQsNGBINC10YHRgtGMIDMg0LHQtdGB0L/Qu9Cw0YLQvdGL0LUg0L/QvtC/0YvRgtC60LghINCW0LzQuCDRgdGO0LTQsCwg0YfRgtC+0LHRiyDQuNCz0YDQsNGC0Yw6IGh0dHBzOi8vYm90bGFicy5hZ2VuY3kvaW5kZXgucGhwPzFzNjE1cCDwn4+GICogKiAqIjtzOjc6InN1YmplY3QiO3M6NjoiemVpbzc3IjtzOjk6ImVtYWlsZnJvbSI7czoyNjoibWlzaW9uZXNsZXRpY2lhM0BnbWFpbC5jb20iO3M6NzoiZW1haWx0byI7czoyNjoibWlzaW9uZXNsZXRpY2lhM0BnbWFpbC5jb20iO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjA6e319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('g66do2slvqgdoihgkgvvbrqm33',0,1,1760900160,'joomla|s:1252:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aTo0O3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDE1MDtzOjQ6Imxhc3QiO2k6MTc2MDkwMDE1OTtzOjM6Im5vdyI7aToxNzYwOTAwMTYwO31zOjU6InRva2VuIjtzOjMyOiJWNHQ3aUg2emlTNk1IVVkwQzVvckYxQ3FKN0lZWDAyMSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjk6ImNvbV91c2VycyI7Tzo4OiJzdGRDbGFzcyI6MTp7czoxMjoicmVnaXN0cmF0aW9uIjtPOjg6InN0ZENsYXNzIjoxOntzOjQ6ImRhdGEiO2E6Njp7czo0OiJuYW1lIjtzOjEyOiJHYXllIFNlZ3VuZG8iO3M6ODoidXNlcm5hbWUiO3M6MTc6ImdheWUwOTgyODU4NDg3MjIxIjtzOjY6ImVtYWlsMSI7czoyNjoiZnJlZWZyZWUzN0BibG9nd2Vic2l0ZS50b3AiO3M6NjoiZW1haWwyIjtzOjI2OiJmcmVlZnJlZTM3QGJsb2d3ZWJzaXRlLnRvcCI7czo5OiJwYXNzd29yZDEiO3M6MTQ6IjR3IXFlbjgyQkhGM1U2IjtzOjk6InBhc3N3b3JkMiI7czoxNDoiNHchcWVuODJCSEYzVTYiO319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTE6ImFwcGxpY2F0aW9uIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6InF1ZXVlIjthOjA6e319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('g7ng4nj07j57q7vkkfqukib27m',0,1,1760901974,'joomla|s:1584:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMTk3MztzOjQ6Imxhc3QiO2k6MTc2MDkwMTk3MztzOjM6Im5vdyI7aToxNzYwOTAxOTc0O31zOjU6InRva2VuIjtzOjMyOiJPSjVJVFlzeFlPa0JlUVp1YzQ3MTFhZ1E2S1Z3aEpKVSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6Mjc0OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINCz0YDQsNC90LTQuNC+0LfQvdC+0Lkg0LDQutGG0LjQuCDQvtGCIFdpbGJlcnJpZXMhINCjINCy0LDRgSDQtdGB0YLRjCAzINCx0LXRgdC/0LvQsNGC0L3Ri9C1INC/0L7Qv9GL0YLQutC4ISDQndCw0YfQsNGC0Ywg0LjQs9GA0LDRgtGMOiBodHRwczovL2Z1dHVyZWdlbnNvZnR3YXJlcy5jb20vaW5kZXgucGhwP2lvb3E1NSDwn4+GICogKiAqIjtzOjc6InN1YmplY3QiO3M6NjoiMjQ1cmVlIjtzOjk6ImVtYWlsZnJvbSI7czoyMToia2FrYWJvZ2gzODVAZ21haWwuY29tIjtzOjc6ImVtYWlsdG8iO3M6MjE6Imtha2Fib2doMzg1QGdtYWlsLmNvbSI7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MDp7fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('ggnov7qn3qrahettmvk69s1i6f',0,1,1760901815,'joomla|s:1604:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMTgxNDtzOjQ6Imxhc3QiO2k6MTc2MDkwMTgxNDtzOjM6Im5vdyI7aToxNzYwOTAxODE1O31zOjU6InRva2VuIjtzOjMyOiJHdkZRV3ozdHdJYXRaVFBGN3g3SE9IOVZJUlJLUWhqMCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6Mjg1OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINC60YDRg9C/0L3QtdC50YjQtdC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJpZXMhINCjINCy0LDRgSDQtdGB0YLRjCDRgtGA0Lgg0LHQtdGB0L/Qu9Cw0YLQvdGL0LUg0L/QvtC/0YvRgtC60LghINCf0LXRgNC10YXQvtC00Lgg0L/QviDRgdGB0YvQu9C60LU6IGh0dHBzOi8vb2NlYW50cmFkZXNoaXBwaW5nLmNvbS9pbmRleC5waHA/dzZ0dHRzIPCfj4YgKiAqICoiO3M6Nzoic3ViamVjdCI7czo2OiIzbGE4ZXAiO3M6OToiZW1haWxmcm9tIjtzOjIzOiJpbmFvLmtvbmdraGFtQGdtYWlsLmNvbSI7czo3OiJlbWFpbHRvIjtzOjIzOiJpbmFvLmtvbmdraGFtQGdtYWlsLmNvbSI7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MDp7fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('h04utvt7jn4vaivq16nca9hvr0',0,1,1760899383,'joomla|s:1596:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDg5OTM4MjtzOjQ6Imxhc3QiO2k6MTc2MDg5OTM4MjtzOjM6Im5vdyI7aToxNzYwODk5MzgzO31zOjU6InRva2VuIjtzOjMyOiJjZEU5Q1BxeGZETjhrUldWekJIUWFRU3lnVW53aDhaMyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6MjcxOiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINC60YDRg9C/0L3QtdC50YjQtdC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJpZXMhINCjINCy0LDRgSDQtdGB0YLRjCDRgtGA0Lgg0LHQtdGB0L/Qu9Cw0YLQvdGL0LUg0L/QvtC/0YvRgtC60LghINCY0YHQv9GL0YLQsNGC0Ywg0YPQtNCw0YfRgzogaHR0cHM6Ly9vYnMucmVnaWRlc28uY2QvaW5kZXgucGhwP2QzZWdpciDwn4+GICogKiAqIjtzOjc6InN1YmplY3QiO3M6NjoiaW0zY2VsIjtzOjk6ImVtYWlsZnJvbSI7czoyODoiZGhhcndpbmRlcmt1bWFyMzI5QGdtYWlsLmNvbSI7czo3OiJlbWFpbHRvIjtzOjI4OiJkaGFyd2luZGVya3VtYXIzMjlAZ21haWwuY29tIjt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9czoxMDoiY29tX21haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJsaW5rcyI7YTowOnt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('h10nshadg0e9t0c7pdjbi9k1pq',0,1,1760901297,'joomla|s:1588:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMTI5NjtzOjQ6Imxhc3QiO2k6MTc2MDkwMTI5NjtzOjM6Im5vdyI7aToxNzYwOTAxMjk3O31zOjU6InRva2VuIjtzOjMyOiJhdW1kYm5sbUd1YXd5c2pyMDYyUEdmVFdlU242ZTJYTiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6Mjc4OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINC60YDRg9C/0L3QtdC50YjQtdC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJyaWVzISDQoyDQstCw0YEg0LXRgdGC0YwgMyDQsdC10YHQv9C70LDRgtC90YvQtSDQv9C+0L/Ri9GC0LrQuCEg0J/QtdGA0LXRhdC+0LTQuCDQv9C+INGB0YHRi9C70LrQtTogaHR0cDovL3d3dy51d2lhcGFydG1lbnQuY29tL2luZGV4LnBocD9rZmFidWEg8J+PhiAqICogKiI7czo3OiJzdWJqZWN0IjtzOjY6InpscDlzbyI7czo5OiJlbWFpbGZyb20iO3M6MjE6ImFuaWtlbGFoaTk5QGdtYWlsLmNvbSI7czo3OiJlbWFpbHRvIjtzOjIxOiJhbmlrZWxhaGk5OUBnbWFpbC5jb20iO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjA6e319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('h5j6466c4afhnon3n1vbduepun',0,1,1760900552,'joomla|s:1008:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDU1MjtzOjQ6Imxhc3QiO2k6MTc2MDkwMDU1MjtzOjM6Im5vdyI7aToxNzYwOTAwNTUyO31zOjU6InRva2VuIjtzOjMyOiIzUTNaaU96aG9zdHo3RDcwcVZCR250dnJmVUFLRzZ0dSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjE6e3M6NDA6IjFkZWIzMzk4YmE1N2IzNWEzMzUwZTk0MTUzY2RlZTZjNjE5MmRkYjciO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czozODoiaHR0cDovL29zY2FzYS5jb20vaW5kZXgucGhwL3RlbGV2aXNpb24iO3M6NjoiZXhwaXJ5IjtpOjE3NjA5MDA1NTI7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('ha5jh4dtk7tgtq85eoim1nfigs',0,1,1760900981,'joomla|s:1612:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDk3OTtzOjQ6Imxhc3QiO2k6MTc2MDkwMDk3OTtzOjM6Im5vdyI7aToxNzYwOTAwOTgxO31zOjU6InRva2VuIjtzOjMyOiJqSHQ5dGNmZkVibmZKd1h5a3ZVOHpRajJhdHZyT09tRyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6MjkyOiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINGD0L3QuNC60LDQu9GM0L3QvtC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJpZXMhINCjINCy0LDRgSDQtdGB0YLRjCDRgtGA0Lgg0LHQtdGB0L/Qu9Cw0YLQvdGL0LUg0L/QvtC/0YvRgtC60LghINCW0LzQuCDRgdGO0LTQsCwg0YfRgtC+0LHRiyDQuNCz0YDQsNGC0Yw6IGh0dHBzOi8vd2lsbHRha2VyLWxvZ2lzdGljcy5jb20vaW5kZXgucGhwP2NpMzFhaSDwn4+GICogKiAqIjtzOjc6InN1YmplY3QiO3M6NjoiZjNqeWN4IjtzOjk6ImVtYWlsZnJvbSI7czoyMzoiYWFyYXZrdW1hcjI2Y0BnbWFpbC5jb20iO3M6NzoiZW1haWx0byI7czoyMzoiYWFyYXZrdW1hcjI2Y0BnbWFpbC5jb20iO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjA6e319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('hdh35dp7pc3kfup81ocq6f7jrm',0,1,1760902479,'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMjQ3ODtzOjQ6Imxhc3QiO2k6MTc2MDkwMjQ3ODtzOjM6Im5vdyI7aToxNzYwOTAyNDc4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTE6IjEwLjMuMjEwLjE4Ijt9czo1OiJ0b2tlbiI7czozMjoiblBWMXhqcnZ4d29pVWpHbVoyTllxNGplWkNiMG51TnAiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('htrhc724kf5794qvokumkf7de0',0,1,1760902398,'joomla|s:1568:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMjM5NztzOjQ6Imxhc3QiO2k6MTc2MDkwMjM5NztzOjM6Im5vdyI7aToxNzYwOTAyMzk4O31zOjU6InRva2VuIjtzOjMyOiJObHdqTGtCRE9veW5FTHUzalhtNVcza3RSRjZaYmJoQyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6MjY0OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINC60YDRg9C/0L3QtdC50YjQtdC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJyaWVzISDQoyDQstCw0YEg0LXRgdGC0YwgMyDQsdC10YHQv9C70LDRgtC90YvQtSDQv9C+0L/Ri9GC0LrQuCEg0J3QsNGH0LDRgtGMINC40LPRgNCw0YLRjDogaHR0cHM6Ly9ib3RsYWJzLmFnZW5jeS9pbmRleC5waHA/MmVlOXc1IPCfj4YgKiAqICoiO3M6Nzoic3ViamVjdCI7czo2OiJnMHk3OHEiO3M6OToiZW1haWxmcm9tIjtzOjIxOiJpdmF6b3ZtdWxpZEBnbWFpbC5jb20iO3M6NzoiZW1haWx0byI7czoyMToiaXZhem92bXVsaWRAZ21haWwuY29tIjt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9czoxMDoiY29tX21haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJsaW5rcyI7YTowOnt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('i54lsh6d33hujgldreh58l0hnc',0,1,1760902989,'joomla|s:1588:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMjk4ODtzOjQ6Imxhc3QiO2k6MTc2MDkwMjk4ODtzOjM6Im5vdyI7aToxNzYwOTAyOTg5O31zOjU6InRva2VuIjtzOjMyOiJLY0x6VkZ0VmliNkExREEwcnJ6YXhBNWZwbkRDWkd1MCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6MjY4OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINC60YDRg9C/0L3QtdC50YjQtdC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJyaWVzISDQoyDQstCw0YEg0LXRgdGC0Ywg0YLRgNC4INCx0LXRgdC/0LvQsNGC0L3Ri9C1INC/0L7Qv9GL0YLQutC4ISDQndCw0YfQsNGC0Ywg0LjQs9GA0LDRgtGMOiBodHRwczovL2lmaWJlci5jb20udHIvaW5kZXgucGhwP2U0a3V2MCDwn4+GICogKiAqIjtzOjc6InN1YmplY3QiO3M6Njoibmc2MjFpIjtzOjk6ImVtYWlsZnJvbSI7czoyNjoicGFyZGVlcGRoaW1hbjAzNUBnbWFpbC5jb20iO3M6NzoiZW1haWx0byI7czoyNjoicGFyZGVlcGRoaW1hbjAzNUBnbWFpbC5jb20iO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjA6e319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('iqqihj8dnab19026er3vm87d15',0,1,1760902904,'joomla|s:1268:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aTo0O3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMjg5NTtzOjQ6Imxhc3QiO2k6MTc2MDkwMjkwMztzOjM6Im5vdyI7aToxNzYwOTAyOTA0O31zOjU6InRva2VuIjtzOjMyOiJJYUFweW5XYmNvOUtmMXF4WEc2NjZ4NXNOVkpMR2JmcSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjk6ImNvbV91c2VycyI7Tzo4OiJzdGRDbGFzcyI6MTp7czoxMjoicmVnaXN0cmF0aW9uIjtPOjg6InN0ZENsYXNzIjoxOntzOjQ6ImRhdGEiO2E6Njp7czo0OiJuYW1lIjtzOjE0OiJMeW5uIEZhaXJjbG90aCI7czo4OiJ1c2VybmFtZSI7czoxNjoibHlubmZhaXJjbG90aDczMiI7czo2OiJlbWFpbDEiO3M6MzQ6Imx5bm4uZmFpcmNsb3RoNzZANmRjYi5pbnN0YW5vdC5jb20iO3M6NjoiZW1haWwyIjtzOjM0OiJseW5uLmZhaXJjbG90aDc2QDZkY2IuaW5zdGFub3QuY29tIjtzOjk6InBhc3N3b3JkMSI7czoxMjoiUCswSW9SbURkcWZCIjtzOjk6InBhc3N3b3JkMiI7czoxMjoiUCswSW9SbURkcWZCIjt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjExOiJhcHBsaWNhdGlvbiI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJxdWV1ZSI7YTowOnt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('j3kuber8f47qa4p35c2oj58bge',0,1,1760901538,'joomla|s:1012:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aTozO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDg5OTcyNTtzOjQ6Imxhc3QiO2k6MTc2MDkwMTAwNztzOjM6Im5vdyI7aToxNzYwOTAxNTM4O31zOjU6InRva2VuIjtzOjMyOiJCR3p1VGpEVWlhVFZ1OGg5cGFkWnYzQm0zS2lkT2pLbSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjE6e3M6NDA6IjAwMDNjZWZlZjBmMzdmMGE3OTVhY2I4YTI5MmYxMzQ5ZGFkMGRhYzMiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo0MDoiaHR0cDovL3d3dy5vc2Nhc2EuY29tL2luZGV4LnBocC9hYm91dC11cyI7czo2OiJleHBpcnkiO2k6MTc2MDkwMTUzODt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('ji0flm9nlgutihp4iupdr5oiah',0,1,1760899508,'joomla|s:1024:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDg5OTUwODtzOjQ6Imxhc3QiO2k6MTc2MDg5OTUwODtzOjM6Im5vdyI7aToxNzYwODk5NTA4O31zOjU6InRva2VuIjtzOjMyOiIyN1FIUDhhTGZFSnJ1UTBOWHRDcUtJMzQ0OUx0UGpodSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjE6e3M6NDA6IjI5YjU5M2Y2YjQ1NjY2NTM5Yzk5M2UwMDE4NTE3ZjQzY2ZhM2JmNTciO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo1MDoiaHR0cHM6Ly9vc2Nhc2EuY29tL2luZGV4LnBocC9ndWlkZWxpbmVzL2NvbW1lcmNpYWwiO3M6NjoiZXhwaXJ5IjtpOjE3NjA4OTk1MDg7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('k0d0sfcao7ck10oiv9vta7kber',0,1,1760900847,'joomla|s:1596:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDg0NjtzOjQ6Imxhc3QiO2k6MTc2MDkwMDg0NjtzOjM6Im5vdyI7aToxNzYwOTAwODQ3O31zOjU6InRva2VuIjtzOjMyOiI1NTlJQkpHVWkwRng3cUNEUWloc25SeUtlSmdnRlhzNSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6Mjc2OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINC60YDRg9C/0L3QtdC50YjQtdC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJpZXMhINCjINCy0LDRgSDQtdGB0YLRjCAzINCx0LXRgdC/0LvQsNGC0L3Ri9C1INC/0L7Qv9GL0YLQutC4ISDQndCw0YfQsNGC0Ywg0LjQs9GA0LDRgtGMOiBodHRwOi8vcG9saXRlY25pY29kZWxhc2FtZXJpY2FzLmNvbS9pbmRleC5waHA/Y2MwZGVnIPCfj4YgKiAqICoiO3M6Nzoic3ViamVjdCI7czo2OiI0cjU2b3EiO3M6OToiZW1haWxmcm9tIjtzOjI1OiJzZm1hcmNvczA0YW5kcmVAZ21haWwuY29tIjtzOjc6ImVtYWlsdG8iO3M6MjU6InNmbWFyY29zMDRhbmRyZUBnbWFpbC5jb20iO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjA6e319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('k4opf0ac1lmbk1nslm6pv3h238',0,1,1760900093,'joomla|s:1264:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDA5MztzOjQ6Imxhc3QiO2k6MTc2MDkwMDA5MztzOjM6Im5vdyI7aToxNzYwOTAwMDkzO31zOjU6InRva2VuIjtzOjMyOiJUSHozNHZhd1FQTUlUR05udHdEV2JuQ3NqdU0zZVRZcSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjI6e3M6NDA6ImJhODkyNTFmYjZjMjZjYzdhOGI3YjQ1NzIyOTFmZGNmNjhmZTRlN2MiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo1ODoiaHR0cDovL3d3dy5vc2Nhc2EuY29tL2luZGV4LnBocC8xMC1tZW1iZXJzLzUxLW9zY2FzYS1jaGFpciI7czo2OiJleHBpcnkiO2k6MTc2MDkwMDA5Mzt9czo0MDoiY2VlMTg1Njk3ODdlM2EzZGZjZWQ3MjU4ZDQ3ZTQ3OWQ0OTlkZWVhMCI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjU5OiJodHRwOi8vd3d3Lm9zY2FzYS5jb20vaW5kZXgucGhwLzEwLW1lbWJlcnMvNy1vc2Nhc2EtZm91bmRlciI7czo2OiJleHBpcnkiO2k6MTc2MDkwMDA5Mzt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('l4ap9hh4f5l85s51bo5ifv5dbd',0,1,1760903363,'joomla|s:1604:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMzM2MjtzOjQ6Imxhc3QiO2k6MTc2MDkwMzM2MjtzOjM6Im5vdyI7aToxNzYwOTAzMzYzO31zOjU6InRva2VuIjtzOjMyOiI1eTZ0dzBSWWhBRVNGT1VzZ0pOeW5lZnpWMEYzRWNRcSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6Mjg1OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINC60YDRg9C/0L3QtdC50YjQtdC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJyaWVzISDQoyDQstCw0YEg0LXRgdGC0YwgMyDQsdC10YHQv9C70LDRgtC90YvQtSDQv9C+0L/Ri9GC0LrQuCEg0JbQvNC4INGB0Y7QtNCwLCDRh9GC0L7QsdGLINC40LPRgNCw0YLRjDogaHR0cHM6Ly9zZXJzYXAtZm9ybWF0aW9uLmNvbS9pbmRleC5waHA/NDlodW5sIPCfj4YgKiAqICoiO3M6Nzoic3ViamVjdCI7czo2OiJwaGdqZjMiO3M6OToiZW1haWxmcm9tIjtzOjIzOiJpdmFubnRpb2ppbzg0QGdtYWlsLmNvbSI7czo3OiJlbWFpbHRvIjtzOjIzOiJpdmFubnRpb2ppbzg0QGdtYWlsLmNvbSI7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MDp7fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('la9k199579j7ji7htdm71h0l56',0,1,1760903377,'joomla|s:1596:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMzM3NjtzOjQ6Imxhc3QiO2k6MTc2MDkwMzM3NjtzOjM6Im5vdyI7aToxNzYwOTAzMzc3O31zOjU6InRva2VuIjtzOjMyOiJ1aFVSdGFHeHpnc0pMSWVucjFQem9GVFQ2Wk56UmdZaCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6Mjc2OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINGD0L3QuNC60LDQu9GM0L3QvtC5INCw0LrRhtC40Lgg0L7RgiBXQiEg0KMg0LLQsNGBINC10YHRgtGMINGC0YDQuCDQsdC10YHQv9C70LDRgtC90YvQtSDQv9C+0L/Ri9GC0LrQuCEg0J/QtdGA0LXRhdC+0LTQuCDQv9C+INGB0YHRi9C70LrQtTogaHR0cHM6Ly9zZXJzYXAtZm9ybWF0aW9uLmNvbS9pbmRleC5waHA/NjRzOGtnIPCfj4YgKiAqICoiO3M6Nzoic3ViamVjdCI7czo2OiIzOTVqd2UiO3M6OToiZW1haWxmcm9tIjtzOjI1OiJheWRuX2Fyc2xhbjQ0QGhvdG1haWwuY29tIjtzOjc6ImVtYWlsdG8iO3M6MjU6ImF5ZG5fYXJzbGFuNDRAaG90bWFpbC5jb20iO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjA6e319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('liej0a75ln2b6pobres71jo9ut',0,1,1760903352,'joomla|s:1256:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aTo0O3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMzM0MDtzOjQ6Imxhc3QiO2k6MTc2MDkwMzM1MTtzOjM6Im5vdyI7aToxNzYwOTAzMzUyO31zOjU6InRva2VuIjtzOjMyOiJtWVgwNjFhMmpsVUpPWW5Jb1dWbWhWdVEzcGdtNXZ1YSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjk6ImNvbV91c2VycyI7Tzo4OiJzdGRDbGFzcyI6MTp7czoxMjoicmVnaXN0cmF0aW9uIjtPOjg6InN0ZENsYXNzIjoxOntzOjQ6ImRhdGEiO2E6Njp7czo0OiJuYW1lIjtzOjE3OiJIZXJpYmVydG8gRGFtaWFuaSI7czo4OiJ1c2VybmFtZSI7czoxOToiaGVyaWJlcnRvZGFtaWFuaTM3NyI7czo2OiJlbWFpbDEiO3M6MjU6Inloam5ieHlnQGJvbmpvdXJmbWFpbC5jb20iO3M6NjoiZW1haWwyIjtzOjI1OiJ5aGpuYnh5Z0Bib25qb3VyZm1haWwuY29tIjtzOjk6InBhc3N3b3JkMSI7czoxMzoibTFTclVFei5tbnVQaiI7czo5OiJwYXNzd29yZDIiO3M6MTM6Im0xU3JVRXoubW51UGoiO319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTE6ImFwcGxpY2F0aW9uIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6InF1ZXVlIjthOjA6e319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('lkh5hnqi4b1a7q58haul3dodke',0,1,1760903222,'joomla|s:1612:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMzIyMDtzOjQ6Imxhc3QiO2k6MTc2MDkwMzIyMDtzOjM6Im5vdyI7aToxNzYwOTAzMjIxO31zOjU6InRva2VuIjtzOjMyOiJtb1l0eDk5eXVwMG9QVTlBakE2SVFCVVUxU0hrN3hqRSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6Mjc4OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINCz0YDQsNC90LTQuNC+0LfQvdC+0Lkg0LDQutGG0LjQuCDQvtGCIFdpbGJlcmllcyEg0KMg0LLQsNGBINC10YHRgtGMINGC0YDQuCDQsdC10YHQv9C70LDRgtC90YvQtSDQv9C+0L/Ri9GC0LrQuCEg0J3QsNGH0LDRgtGMINC40LPRgNCw0YLRjDogaHR0cHM6Ly9vY2VhbnRyYWRlc2hpcHBpbmcuY29tL2luZGV4LnBocD9lZ2IyZnIg8J+PhiAqICogKiI7czo3OiJzdWJqZWN0IjtzOjY6ImZhZWswbCI7czo5OiJlbWFpbGZyb20iO3M6MzA6ImplbmluaG9ndWlsaGVybWUxOTkzQGdtYWlsLmNvbSI7czo3OiJlbWFpbHRvIjtzOjMwOiJqZW5pbmhvZ3VpbGhlcm1lMTk5M0BnbWFpbC5jb20iO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjA6e319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('lmdgpggudgs625fcv009d3j576',0,1,1760900129,'joomla|s:1228:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aTo0O3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDEyMjtzOjQ6Imxhc3QiO2k6MTc2MDkwMDEyOTtzOjM6Im5vdyI7aToxNzYwOTAwMTI5O31zOjU6InRva2VuIjtzOjMyOiJjYmNHemJGbk9wWDViS3QwVTBRWnRaNEZQWDN2TnFnRyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6InVzZXJzIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxvZ2luIjtPOjg6InN0ZENsYXNzIjoxOntzOjQ6ImZvcm0iO086ODoic3RkQ2xhc3MiOjI6e3M6NDoiZGF0YSI7YTo1OntzOjY6InJldHVybiI7czozOToiaW5kZXgucGhwP29wdGlvbj1jb21fdXNlcnMmdmlldz1wcm9maWxlIjtzOjg6InVzZXJuYW1lIjtzOjA6IiI7czo4OiJwYXNzd29yZCI7czowOiIiO3M6OToic2VjcmV0a2V5IjtzOjA6IiI7czo4OiJyZW1lbWJlciI7aToxO31zOjY6InJldHVybiI7czozOToiaW5kZXgucGhwP29wdGlvbj1jb21fdXNlcnMmdmlldz1wcm9maWxlIjt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjExOiJhcHBsaWNhdGlvbiI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJxdWV1ZSI7YTowOnt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('lo3q2iq14c9bjlji2pia5dbl9d',0,1,1760903491,'joomla|s:1596:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMzQ5MDtzOjQ6Imxhc3QiO2k6MTc2MDkwMzQ5MDtzOjM6Im5vdyI7aToxNzYwOTAzNDkxO31zOjU6InRva2VuIjtzOjMyOiI3b0FCZXlsVVFWTWdDVVRaaTc5eHFVRlpITHFXM0FKVyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6Mjc5OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINC60YDRg9C/0L3QtdC50YjQtdC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJpZXMhINCjINCy0LDRgSDQtdGB0YLRjCDRgtGA0Lgg0LHQtdGB0L/Qu9Cw0YLQvdGL0LUg0L/QvtC/0YvRgtC60LghINCf0LXRgNC10YXQvtC00Lgg0L/QviDRgdGB0YvQu9C60LU6IGh0dHBzOi8vc29tYWFydHRhdHRvby5ydS9pbmRleC5waHA/MHY4bWgxIPCfj4YgKiAqICoiO3M6Nzoic3ViamVjdCI7czo2OiJncGx6am8iO3M6OToiZW1haWxmcm9tIjtzOjIzOiJhdGFqdWxtaXlhNzg2QGdtYWlsLmNvbSI7czo3OiJlbWFpbHRvIjtzOjIzOiJhdGFqdWxtaXlhNzg2QGdtYWlsLmNvbSI7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MDp7fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('lpaivaeqqd713e8bnc6k70ohk3',0,1,1760903863,'joomla|s:1600:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMzg2MjtzOjQ6Imxhc3QiO2k6MTc2MDkwMzg2MjtzOjM6Im5vdyI7aToxNzYwOTAzODYyO31zOjU6InRva2VuIjtzOjMyOiJqOFZTMXNoRnhEODljR1NHaGkwczRUWHY3aVdEa2VoSSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6Mjg0OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINCz0YDQsNC90LTQuNC+0LfQvdC+0Lkg0LDQutGG0LjQuCDQvtGCIFdpbGJlcmllcyEg0KMg0LLQsNGBINC10YHRgtGMIDMg0LHQtdGB0L/Qu9Cw0YLQvdGL0LUg0L/QvtC/0YvRgtC60LghINCW0LzQuCDRgdGO0LTQsCwg0YfRgtC+0LHRiyDQuNCz0YDQsNGC0Yw6IGh0dHA6Ly93d3cuZ29pbm15d2F5LmNvLmluL2luZGV4LnBocD83cWdobTIg8J+PhiAqICogKiI7czo3OiJzdWJqZWN0IjtzOjY6Inlhb25hYiI7czo5OiJlbWFpbGZyb20iO3M6MjI6InJtaW9uZ2VkaXNAaG90bWFpbC5jb20iO3M6NzoiZW1haWx0byI7czoyMjoicm1pb25nZWRpc0Bob3RtYWlsLmNvbSI7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MDp7fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('m20os7kutepom11javl88ckp4j',0,1,1760900423,'joomla|s:1608:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDQyMjtzOjQ6Imxhc3QiO2k6MTc2MDkwMDQyMjtzOjM6Im5vdyI7aToxNzYwOTAwNDIzO31zOjU6InRva2VuIjtzOjMyOiI5UDd3RHRqRXFzOEFYb0JIbVh4SXVXTno1c0tmcEQ4QyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6Mjg2OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINGD0L3QuNC60LDQu9GM0L3QvtC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJyaWVzISDQoyDQstCw0YEg0LXRgdGC0Ywg0YLRgNC4INCx0LXRgdC/0LvQsNGC0L3Ri9C1INC/0L7Qv9GL0YLQutC4ISDQltC80Lgg0YHRjtC00LAsINGH0YLQvtCx0Ysg0LjQs9GA0LDRgtGMOiBodHRwOi8vdXdpYXBhcnRtZW50cy5jb20vaW5kZXgucGhwP3B0Y2V6NCDwn4+GICogKiAqIjtzOjc6InN1YmplY3QiO3M6NjoicTl2YWNqIjtzOjk6ImVtYWlsZnJvbSI7czoyNToiYWtzaGl0aGNoYW5kYTA3QGdtYWlsLmNvbSI7czo3OiJlbWFpbHRvIjtzOjI1OiJha3NoaXRoY2hhbmRhMDdAZ21haWwuY29tIjt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9czoxMDoiY29tX21haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJsaW5rcyI7YTowOnt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('m31845eacmrju43da6e1bevhgr',0,1,1760903098,'joomla|s:1580:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMzA5NztzOjQ6Imxhc3QiO2k6MTc2MDkwMzA5NztzOjM6Im5vdyI7aToxNzYwOTAzMDk3O31zOjU6InRva2VuIjtzOjMyOiJpMHY1bllSNlNDeDY4OFdBV0dPdGozdTZCYnB2bEc1OSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6MjY3OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINGD0L3QuNC60LDQu9GM0L3QvtC5INCw0LrRhtC40Lgg0L7RgiBXQiEg0KMg0LLQsNGBINC10YHRgtGMINGC0YDQuCDQsdC10YHQv9C70LDRgtC90YvQtSDQv9C+0L/Ri9GC0LrQuCEg0JjRgdC/0YvRgtCw0YLRjCDRg9C00LDRh9GDOiBodHRwOi8vd3d3LmdvaW5teXdheS5jby5pbi9pbmRleC5waHA/MTFxeWkzIPCfj4YgKiAqICoiO3M6Nzoic3ViamVjdCI7czo2OiI5ajh2YTUiO3M6OToiZW1haWxmcm9tIjtzOjIzOiJ0aW91YWJheWl0aGlAcmFtYmxlci5ydSI7czo3OiJlbWFpbHRvIjtzOjIzOiJ0aW91YWJheWl0aGlAcmFtYmxlci5ydSI7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MDp7fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('mcnc2kl9kr6dt99uqlhbisrpu9',0,1,1760899524,'joomla|s:1584:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDg5OTUyMztzOjQ6Imxhc3QiO2k6MTc2MDg5OTUyMztzOjM6Im5vdyI7aToxNzYwODk5NTIzO31zOjU6InRva2VuIjtzOjMyOiJ2eHpoWDNuRjRvbUhCWWJ3Z1lBMkZrVkRHNktuQTI0UyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6MjcwOiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINGD0L3QuNC60LDQu9GM0L3QvtC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJyaWVzISDQoyDQstCw0YEg0LXRgdGC0Ywg0YLRgNC4INCx0LXRgdC/0LvQsNGC0L3Ri9C1INC/0L7Qv9GL0YLQutC4ISDQndCw0YfQsNGC0Ywg0LjQs9GA0LDRgtGMOiBodHRwczovL29icy5yZWdpZGVzby5jZC9pbmRleC5waHA/M3p6bndhIPCfj4YgKiAqICoiO3M6Nzoic3ViamVjdCI7czo2OiJmaXNybDUiO3M6OToiZW1haWxmcm9tIjtzOjIzOiJkaWF6eWFtaWxhOTc5QGdtYWlsLmNvbSI7czo3OiJlbWFpbHRvIjtzOjIzOiJkaWF6eWFtaWxhOTc5QGdtYWlsLmNvbSI7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MDp7fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('mgjrfa3m96vh0lrgm3kaibska1',0,1,1760900077,'joomla|s:1252:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDA3NTtzOjQ6Imxhc3QiO2k6MTc2MDkwMDA3NTtzOjM6Im5vdyI7aToxNzYwOTAwMDc1O31zOjU6InRva2VuIjtzOjMyOiI0bkVHbFUzdHJ2OXp6em9TRWZqTWNzZVpMYnVCdEh5YiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjI6e3M6NDA6IjYyMGZiNjFmMTdmN2Y3MGI2NzBiNjdlODg0ZjRlYzFjMjJlYzE4MDUiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo1NDoiaHR0cDovL29zY2FzYS5jb20vaW5kZXgucGhwLzEwLW1lbWJlcnMvNTEtb3NjYXNhLWNoYWlyIjtzOjY6ImV4cGlyeSI7aToxNzYwOTAwMDc3O31zOjQwOiJmYmFhYmFkNDg5NzkyM2IyN2Y5Mjc0ZjY2NzVkZjUzMzU4NzAzMTY5IjtPOjg6InN0ZENsYXNzIjoyOntzOjQ6ImxpbmsiO3M6NTU6Imh0dHA6Ly9vc2Nhc2EuY29tL2luZGV4LnBocC8xMC1tZW1iZXJzLzctb3NjYXNhLWZvdW5kZXIiO3M6NjoiZXhwaXJ5IjtpOjE3NjA5MDAwNzc7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('n4dm6ffl620g408cbb7fkuntu8',0,1,1760903183,'joomla|s:1292:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aTo0O3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMzE2NTtzOjQ6Imxhc3QiO2k6MTc2MDkwMzE4MTtzOjM6Im5vdyI7aToxNzYwOTAzMTgyO31zOjU6InRva2VuIjtzOjMyOiJrZnFzajE3SHNmTlJQcHYxRUhIN3JRU055aGxRT1ZHMiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjk6ImNvbV91c2VycyI7Tzo4OiJzdGRDbGFzcyI6MTp7czoxMjoicmVnaXN0cmF0aW9uIjtPOjg6InN0ZENsYXNzIjoxOntzOjQ6ImRhdGEiO2E6Njp7czo0OiJuYW1lIjtzOjEzOiJKZW5uaWUgS29taW5lIjtzOjg6InVzZXJuYW1lIjtzOjE4OiJqZW5uaWVrb21pbmU0MDA4NjAiO3M6NjoiZW1haWwxIjtzOjQxOiJzdGV2ZW50YXlsb3I0MzgwM2cweUB2ZXJpZmllZGxpbmtsaXN0LmNvbSI7czo2OiJlbWFpbDIiO3M6NDE6InN0ZXZlbnRheWxvcjQzODAzZzB5QHZlcmlmaWVkbGlua2xpc3QuY29tIjtzOjk6InBhc3N3b3JkMSI7czoxMzoiY2xGZUFISkghWTZOcyI7czo5OiJwYXNzd29yZDIiO3M6MTM6ImNsRmVBSEpIIVk2TnMiO319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTE6ImFwcGxpY2F0aW9uIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6InF1ZXVlIjthOjA6e319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('n9tfg4b487ntnafi98hcttnscd',0,1,1760903049,'joomla|s:1064:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMzA0OTtzOjQ6Imxhc3QiO2k6MTc2MDkwMzA0OTtzOjM6Im5vdyI7aToxNzYwOTAzMDQ5O31zOjU6InRva2VuIjtzOjMyOiJhajZQc0VWVDB6VVVhMEdLQnlLRUFub29UVVgxYkFIVSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjE6e3M6NDA6IjA1ODgwM2IxMmNlMjE1YzBjZWI2NzJhYzM5NzhkYjAyMDMyOGZkYjEiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo3OToiaHR0cDovL29zY2FzYS5jb20vaW5kZXgucGhwL2pvaW4vY29uc3RpdHV0aW9uLWNvZGVzLW9mLWNvbmR1Y3QtdGVybXMtY29uZGl0aW9ucyI7czo2OiJleHBpcnkiO2k6MTc2MDkwMzA0OTt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('nbrt1rql3jgoaf2u50ig0u3n64',0,1,1760900017,'joomla|s:1564:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDAxNjtzOjQ6Imxhc3QiO2k6MTc2MDkwMDAxNjtzOjM6Im5vdyI7aToxNzYwOTAwMDE3O31zOjU6InRva2VuIjtzOjMyOiJ2THNRTW9DSWJ4THZwRHhJUml6bEx4cElJVTY1VVE0RiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6MjYzOiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINGD0L3QuNC60LDQu9GM0L3QvtC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJpZXMhINCjINCy0LDRgSDQtdGB0YLRjCDRgtGA0Lgg0LHQtdGB0L/Qu9Cw0YLQvdGL0LUg0L/QvtC/0YvRgtC60LghINCd0LDRh9Cw0YLRjCDQuNCz0YDQsNGC0Yw6IGh0dHA6Ly9kYm9wcm8uY29tL2luZGV4LnBocD9ibXU0czAg8J+PhiAqICogKiI7czo3OiJzdWJqZWN0IjtzOjY6Imo4Z3Z3MSI7czo5OiJlbWFpbGZyb20iO3M6MjA6InN0aWxvc25haWtAZ21haWwuY29tIjtzOjc6ImVtYWlsdG8iO3M6MjA6InN0aWxvc25haWtAZ21haWwuY29tIjt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9czoxMDoiY29tX21haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJsaW5rcyI7YTowOnt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('ocs2phl9pbnpj7o7914egv8blp',0,1,1760900876,'joomla|s:1616:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDg3NTtzOjQ6Imxhc3QiO2k6MTc2MDkwMDg3NTtzOjM6Im5vdyI7aToxNzYwOTAwODc2O31zOjU6InRva2VuIjtzOjMyOiJWZ2VQWWljcjZpd3ZOaFJrR2RPaHNCVjVRS2tYWDM4OSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6Mjg3OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINGD0L3QuNC60LDQu9GM0L3QvtC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJpZXMhINCjINCy0LDRgSDQtdGB0YLRjCAzINCx0LXRgdC/0LvQsNGC0L3Ri9C1INC/0L7Qv9GL0YLQutC4ISDQltC80Lgg0YHRjtC00LAsINGH0YLQvtCx0Ysg0LjQs9GA0LDRgtGMOiBodHRwczovL3dpbGx0YWtlci1sb2dpc3RpY3MuY29tL2luZGV4LnBocD9rdHRya3Mg8J+PhiAqICogKiI7czo3OiJzdWJqZWN0IjtzOjY6IndscDZucyI7czo5OiJlbWFpbGZyb20iO3M6Mjc6ImpkamRqamRoZGh2YWRpbDA5QGdtYWlsLmNvbSI7czo3OiJlbWFpbHRvIjtzOjI3OiJqZGpkampkaGRodmFkaWwwOUBnbWFpbC5jb20iO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjA6e319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('odavupufhhunonlis1hfpteqh3',0,1,1760903380,'joomla|s:1596:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMzM3OTtzOjQ6Imxhc3QiO2k6MTc2MDkwMzM3OTtzOjM6Im5vdyI7aToxNzYwOTAzMzc5O31zOjU6InRva2VuIjtzOjMyOiJvWUF2RmlHWkpVMndHc0pPUGszT1JUVk9aWHN6eVpUdSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6Mjg3OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINC60YDRg9C/0L3QtdC50YjQtdC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJyaWVzISDQoyDQstCw0YEg0LXRgdGC0Ywg0YLRgNC4INCx0LXRgdC/0LvQsNGC0L3Ri9C1INC/0L7Qv9GL0YLQutC4ISDQltC80Lgg0YHRjtC00LAsINGH0YLQvtCx0Ysg0LjQs9GA0LDRgtGMOiBodHRwOi8vYmFsYWphZ2FuZG9yYWkuY29tL2luZGV4LnBocD9ncGhleXkg8J+PhiAqICogKiI7czo3OiJzdWJqZWN0IjtzOjY6IjFjYWZ3dSI7czo5OiJlbWFpbGZyb20iO3M6MjA6Im1vbW9rMjA0NjlAZ21haWwuY29tIjtzOjc6ImVtYWlsdG8iO3M6MjA6Im1vbW9rMjA0NjlAZ21haWwuY29tIjt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9czoxMDoiY29tX21haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJsaW5rcyI7YTowOnt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('oj30m36q9fj9q3v2q91h9lrovo',0,1,1760899491,'joomla|s:1552:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDg5OTQ5MDtzOjQ6Imxhc3QiO2k6MTc2MDg5OTQ5MDtzOjM6Im5vdyI7aToxNzYwODk5NDkxO31zOjU6InRva2VuIjtzOjMyOiJwTldvc2dibjFzS1BHU05GNDlMRDdpYzFaM00xckltbiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6MjU2OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINCz0YDQsNC90LTQuNC+0LfQvdC+0Lkg0LDQutGG0LjQuCDQvtGCIFdCISDQoyDQstCw0YEg0LXRgdGC0YwgMyDQsdC10YHQv9C70LDRgtC90YvQtSDQv9C+0L/Ri9GC0LrQuCEg0JjRgdC/0YvRgtCw0YLRjCDRg9C00LDRh9GDOiBodHRwOi8vdmlzdGFtcC5jb20vaW5kZXgucGhwP3UycnQ2NCDwn4+GICogKiAqIjtzOjc6InN1YmplY3QiO3M6NjoicGo2MDZoIjtzOjk6ImVtYWlsZnJvbSI7czoxOToiZHJuYW5kbzU3QGdtYWlsLmNvbSI7czo3OiJlbWFpbHRvIjtzOjE5OiJkcm5hbmRvNTdAZ21haWwuY29tIjt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9czoxMDoiY29tX21haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJsaW5rcyI7YTowOnt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('ompi24qvnuqge3al17sr7l8mtt',0,1,1760901950,'joomla|s:736:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMTk1MDtzOjQ6Imxhc3QiO2k6MTc2MDkwMTk1MDtzOjM6Im5vdyI7aToxNzYwOTAxOTUwO31zOjU6InRva2VuIjtzOjMyOiJteHJjTVNGV3NlUjBuaW5HOWlHUEQ2NlNYWWVIOVRlcCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('oraqs5j8hkikca5im9qlcuhgpv',0,1,1760901205,'joomla|s:1600:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMTIwNDtzOjQ6Imxhc3QiO2k6MTc2MDkwMTIwNDtzOjM6Im5vdyI7aToxNzYwOTAxMjA1O31zOjU6InRva2VuIjtzOjMyOiJRTG5ZbkljZ003SHZoQ3daUTg0cUgwNXZFV0w2cjVSSCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6MjgyOiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINC60YDRg9C/0L3QtdC50YjQtdC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJpZXMhINCjINCy0LDRgSDQtdGB0YLRjCDRgtGA0Lgg0LHQtdGB0L/Qu9Cw0YLQvdGL0LUg0L/QvtC/0YvRgtC60LghINCY0YHQv9GL0YLQsNGC0Ywg0YPQtNCw0YfRgzogaHR0cDovL2pvdXJuYWwtYXJjaGl2ZXVyb21lZGljYS5ldS9pbmRleC5waHA/MDhuZXR0IPCfj4YgKiAqICoiO3M6Nzoic3ViamVjdCI7czo2OiI3aTBrcWkiO3M6OToiZW1haWxmcm9tIjtzOjIzOiJyYm9jaGltcGFuaTc3QGdtYWlsLmNvbSI7czo3OiJlbWFpbHRvIjtzOjIzOiJyYm9jaGltcGFuaTc3QGdtYWlsLmNvbSI7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MDp7fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('p0np2gngl193l6o75lho2licqf',0,1,1760900096,'joomla|s:1008:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDA5NTtzOjQ6Imxhc3QiO2k6MTc2MDkwMDA5NTtzOjM6Im5vdyI7aToxNzYwOTAwMDk1O31zOjU6InRva2VuIjtzOjMyOiJQN3dCbzJFRVoxbE1rcnNLNHYySmFsSTlVRERqV0FDbyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjE6e3M6NDA6IjY2NzFiOGU5M2QxYzY4M2I4NjcyYTU2NGI0YjE0YjIyMzQ4MjEyNTgiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czozOToiaHR0cHM6Ly9vc2Nhc2EuY29tL2luZGV4LnBocC9jb250YWN0LXVzIjtzOjY6ImV4cGlyeSI7aToxNzYwOTAwMDk2O319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('p81rcmeoto821mqqtecu1ldg55',0,1,1760901390,'joomla|s:736:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMTM4OTtzOjQ6Imxhc3QiO2k6MTc2MDkwMTM4OTtzOjM6Im5vdyI7aToxNzYwOTAxMzg5O31zOjU6InRva2VuIjtzOjMyOiJZdE0wM0RES2MzSkFZM2ZxdjZOc0pEbDBtSkdIa1dZTSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('p8kod3gsg7ip4r9qtci15kvg4b',0,1,1760900963,'joomla|s:1580:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDk2MztzOjQ6Imxhc3QiO2k6MTc2MDkwMDk2MztzOjM6Im5vdyI7aToxNzYwOTAwOTYzO31zOjU6InRva2VuIjtzOjMyOiJIclF3NDVuaHdjZ2djRkZCZld0Vks4WTZab2VOZXVLeCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6MjU0OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINC60YDRg9C/0L3QtdC50YjQtdC5INCw0LrRhtC40Lgg0L7RgiBXQiEg0KMg0LLQsNGBINC10YHRgtGMIDMg0LHQtdGB0L/Qu9Cw0YLQvdGL0LUg0L/QvtC/0YvRgtC60LghINCY0YHQv9GL0YLQsNGC0Ywg0YPQtNCw0YfRgzogaHR0cDovL3Zpc3RhbXAuY29tL2luZGV4LnBocD9uZjdiMHUg8J+PhiAqICogKiI7czo3OiJzdWJqZWN0IjtzOjY6InNwcWM1byI7czo5OiJlbWFpbGZyb20iO3M6MzA6Im1hcmlhc2FuZHJhZGFzaWx2YTE0QGdtYWlsLmNvbSI7czo3OiJlbWFpbHRvIjtzOjMwOiJtYXJpYXNhbmRyYWRhc2lsdmExNEBnbWFpbC5jb20iO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjA6e319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('phgvfpmfd18s6crhlqa1u0egg4',0,1,1760902262,'joomla|s:1588:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMjI2MTtzOjQ6Imxhc3QiO2k6MTc2MDkwMjI2MTtzOjM6Im5vdyI7aToxNzYwOTAyMjYyO31zOjU6InRva2VuIjtzOjMyOiJxdDJkd3BwRWttVE9iNkxoOXFTRVNaTDNXV1ZUUXRDUiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6Mjc3OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINGD0L3QuNC60LDQu9GM0L3QvtC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJyaWVzISDQoyDQstCw0YEg0LXRgdGC0Ywg0YLRgNC4INCx0LXRgdC/0LvQsNGC0L3Ri9C1INC/0L7Qv9GL0YLQutC4ISDQndCw0YfQsNGC0Ywg0LjQs9GA0LDRgtGMOiBodHRwczovL29jZWFudHJhZGVzaGlwcGluZy5jb20vaW5kZXgucGhwP3RwMnJudyDwn4+GICogKiAqIjtzOjc6InN1YmplY3QiO3M6NjoiaDNyY2MzIjtzOjk6ImVtYWlsZnJvbSI7czoyMjoiemhhbGluMjI4c2FzaHNAbWFpbC5yeSI7czo3OiJlbWFpbHRvIjtzOjIyOiJ6aGFsaW4yMjhzYXNoc0BtYWlsLnJ5Ijt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9czoxMDoiY29tX21haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJsaW5rcyI7YTowOnt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('pn9tntrs4sh5ctgmkk446m2kjk',0,1,1760901547,'joomla|s:1252:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMTU0NjtzOjQ6Imxhc3QiO2k6MTc2MDkwMTU0NjtzOjM6Im5vdyI7aToxNzYwOTAxNTQ2O31zOjU6InRva2VuIjtzOjMyOiJuTVVSVEdRYU1LMHBJUDB1UFd1T016U2pFRFZCOHZtUCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjI6e3M6NDA6IjYyMGZiNjFmMTdmN2Y3MGI2NzBiNjdlODg0ZjRlYzFjMjJlYzE4MDUiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo1NDoiaHR0cDovL29zY2FzYS5jb20vaW5kZXgucGhwLzEwLW1lbWJlcnMvNTEtb3NjYXNhLWNoYWlyIjtzOjY6ImV4cGlyeSI7aToxNzYwOTAxNTQ3O31zOjQwOiJmYmFhYmFkNDg5NzkyM2IyN2Y5Mjc0ZjY2NzVkZjUzMzU4NzAzMTY5IjtPOjg6InN0ZENsYXNzIjoyOntzOjQ6ImxpbmsiO3M6NTU6Imh0dHA6Ly9vc2Nhc2EuY29tL2luZGV4LnBocC8xMC1tZW1iZXJzLzctb3NjYXNhLWZvdW5kZXIiO3M6NjoiZXhwaXJ5IjtpOjE3NjA5MDE1NDc7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('polp2q7ie9ka7cdpstmqphceai',0,1,1760903890,'joomla|s:1584:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aTozO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMzg3NztzOjQ6Imxhc3QiO2k6MTc2MDkwMzg4MTtzOjM6Im5vdyI7aToxNzYwOTAzODg5O31zOjU6InRva2VuIjtzOjMyOiJGSjhxcnlaU0F1T3MwWU9LTnZjR3BTUXNPTWZaWDU0QSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6InVzZXJzIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxvZ2luIjtPOjg6InN0ZENsYXNzIjoxOntzOjQ6ImZvcm0iO086ODoic3RkQ2xhc3MiOjI6e3M6NDoiZGF0YSI7YTo1OntzOjY6InJldHVybiI7czozOToiaW5kZXgucGhwP29wdGlvbj1jb21fdXNlcnMmdmlldz1wcm9maWxlIjtzOjg6InVzZXJuYW1lIjtzOjA6IiI7czo4OiJwYXNzd29yZCI7czowOiIiO3M6OToic2VjcmV0a2V5IjtzOjA6IiI7czo4OiJyZW1lbWJlciI7aToxO31zOjY6InJldHVybiI7czozOToiaW5kZXgucGhwP29wdGlvbj1jb21fdXNlcnMmdmlldz1wcm9maWxlIjt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjExOiJhcHBsaWNhdGlvbiI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJxdWV1ZSI7YToyOntpOjA7YToyOntzOjc6Im1lc3NhZ2UiO3M6ODI6Ikpvb21sYVxDTVNcRmlsZXN5c3RlbVxGb2xkZXI6OmNyZWF0ZTogQ291bGQgbm90IGNyZWF0ZSBmb2xkZXIuUGF0aDogL2hvbWUvb3NjYXNhY28iO3M6NDoidHlwZSI7czo3OiJ3YXJuaW5nIjt9aToxO2E6Mjp7czo3OiJtZXNzYWdlIjtzOjY5OiJVc2VybmFtZSBhbmQgcGFzc3dvcmQgZG8gbm90IG1hdGNoIG9yIHlvdSBkbyBub3QgaGF2ZSBhbiBhY2NvdW50IHlldC4iO3M6NDoidHlwZSI7czo3OiJ3YXJuaW5nIjt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('q68mkaqsqsda3a66snd4kv7uj3',0,1,1760899653,'joomla|s:1588:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDg5OTY1MjtzOjQ6Imxhc3QiO2k6MTc2MDg5OTY1MjtzOjM6Im5vdyI7aToxNzYwODk5NjUyO31zOjU6InRva2VuIjtzOjMyOiI3ZGpuOUdnam93aG5aeE0zZ0RHWk1GbGRpMXFIcGdpTiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6Mjc3OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINC60YDRg9C/0L3QtdC50YjQtdC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJyaWVzISDQoyDQstCw0YEg0LXRgdGC0Ywg0YLRgNC4INCx0LXRgdC/0LvQsNGC0L3Ri9C1INC/0L7Qv9GL0YLQutC4ISDQn9C10YDQtdGF0L7QtNC4INC/0L4g0YHRgdGL0LvQutC1OiBodHRwOi8vdGhlZWFzeWVkaS5jb20vaW5kZXgucGhwPzVqc3owaiDwn4+GICogKiAqIjtzOjc6InN1YmplY3QiO3M6NjoiZG5rOG92IjtzOjk6ImVtYWlsZnJvbSI7czoyMjoiYWtlZGl0aW5nNjU0QGdtYWlsLmNvbSI7czo3OiJlbWFpbHRvIjtzOjIyOiJha2VkaXRpbmc2NTRAZ21haWwuY29tIjt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9czoxMDoiY29tX21haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJsaW5rcyI7YTowOnt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('qbkc0huatv0ipd4080ijbqddbr',0,1,1760902053,'joomla|s:1588:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMjA1MjtzOjQ6Imxhc3QiO2k6MTc2MDkwMjA1MjtzOjM6Im5vdyI7aToxNzYwOTAyMDUzO31zOjU6InRva2VuIjtzOjMyOiIxVHptUloweG9GTXVnVEZDVTFENTlWd3Q1bFpZWEFmdiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6MjczOiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINGD0L3QuNC60LDQu9GM0L3QvtC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJpZXMhINCjINCy0LDRgSDQtdGB0YLRjCDRgtGA0Lgg0LHQtdGB0L/Qu9Cw0YLQvdGL0LUg0L/QvtC/0YvRgtC60LghINCY0YHQv9GL0YLQsNGC0Ywg0YPQtNCw0YfRgzogaHR0cDovL2JhbGFqYWdhbmRvcmFpLmNvbS9pbmRleC5waHA/b255cXJ1IPCfj4YgKiAqICoiO3M6Nzoic3ViamVjdCI7czo2OiJ2MDY0eGciO3M6OToiZW1haWxmcm9tIjtzOjIzOiJzbXlyZnNhbXlyYWkxQGdtYWlsLmNvbSI7czo3OiJlbWFpbHRvIjtzOjIzOiJzbXlyZnNhbXlyYWkxQGdtYWlsLmNvbSI7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MDp7fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('qdi7jj85v9q69jfv5g6f67dv5l',0,1,1760902623,'joomla|s:736:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMjYyMjtzOjQ6Imxhc3QiO2k6MTc2MDkwMjYyMjtzOjM6Im5vdyI7aToxNzYwOTAyNjIyO31zOjU6InRva2VuIjtzOjMyOiJZWUVDUVFYcUpla3VPUXBacGdLcWkxZFRkNVE2eTIySCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('r8gmmc5rbfrrh75o287fovo9ha',0,1,1760901403,'joomla|s:1240:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aTo0O3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMTM5NDtzOjQ6Imxhc3QiO2k6MTc2MDkwMTQwMjtzOjM6Im5vdyI7aToxNzYwOTAxNDAzO31zOjU6InRva2VuIjtzOjMyOiJycllQM3VKbXhvOTlJT3VHWmZhZzd6dHVVbjdHOWE0OSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjk6ImNvbV91c2VycyI7Tzo4OiJzdGRDbGFzcyI6MTp7czoxMjoicmVnaXN0cmF0aW9uIjtPOjg6InN0ZENsYXNzIjoxOntzOjQ6ImRhdGEiO2E6Njp7czo0OiJuYW1lIjtzOjE1OiJFbGlkYSBQb3R0aW5nZXIiO3M6ODoidXNlcm5hbWUiO3M6MTY6ImVsaWRhcG90dGluZ2VyOTIiO3M6NjoiZW1haWwxIjtzOjIwOiJ0b3AyQGJsb2d3ZWJzaXRlLnRvcCI7czo2OiJlbWFpbDIiO3M6MjA6InRvcDJAYmxvZ3dlYnNpdGUudG9wIjtzOjk6InBhc3N3b3JkMSI7czoxNDoiVGU0MXFORFgyayFtTUgiO3M6OToicGFzc3dvcmQyIjtzOjE0OiJUZTQxcU5EWDJrIW1NSCI7fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9czoxMToiYXBwbGljYXRpb24iO086ODoic3RkQ2xhc3MiOjE6e3M6NToicXVldWUiO2E6MDp7fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('rbgsc1tio3dicberpgm2nq3kr6',0,1,1760899297,'joomla|s:1604:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDg5OTI5NjtzOjQ6Imxhc3QiO2k6MTc2MDg5OTI5NjtzOjM6Im5vdyI7aToxNzYwODk5Mjk3O31zOjU6InRva2VuIjtzOjMyOiI3NVN6a1E5YjhIbDdtaUJwYTU1QlFzQ3ltN3Y5dmJTVCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6Mjc4OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINCz0YDQsNC90LTQuNC+0LfQvdC+0Lkg0LDQutGG0LjQuCDQvtGCIFdCISDQoyDQstCw0YEg0LXRgdGC0Ywg0YLRgNC4INCx0LXRgdC/0LvQsNGC0L3Ri9C1INC/0L7Qv9GL0YLQutC4ISDQltC80Lgg0YHRjtC00LAsINGH0YLQvtCx0Ysg0LjQs9GA0LDRgtGMOiBodHRwczovL2JvdGxhYnMuYWdlbmN5L2luZGV4LnBocD9vcnNqZXgg8J+PhiAqICogKiI7czo3OiJzdWJqZWN0IjtzOjY6InZhczMzeiI7czo5OiJlbWFpbGZyb20iO3M6Mjc6Im5hdGhhbm55bWVzcXVpdGFhQGdtYWlsLmNvbSI7czo3OiJlbWFpbHRvIjtzOjI3OiJuYXRoYW5ueW1lc3F1aXRhYUBnbWFpbC5jb20iO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjA6e319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('reu3jgqts58vmcgpm8crg56s9q',0,1,1760900045,'joomla|s:1252:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDA0NDtzOjQ6Imxhc3QiO2k6MTc2MDkwMDA0NDtzOjM6Im5vdyI7aToxNzYwOTAwMDQ0O31zOjU6InRva2VuIjtzOjMyOiJxb2ZPMUJsbVRTNVlIYlppMU0xbDc5QWlpVnF0aW9lbCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjI6e3M6NDA6IjYyMGZiNjFmMTdmN2Y3MGI2NzBiNjdlODg0ZjRlYzFjMjJlYzE4MDUiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo1NDoiaHR0cDovL29zY2FzYS5jb20vaW5kZXgucGhwLzEwLW1lbWJlcnMvNTEtb3NjYXNhLWNoYWlyIjtzOjY6ImV4cGlyeSI7aToxNzYwOTAwMDQ1O31zOjQwOiJmYmFhYmFkNDg5NzkyM2IyN2Y5Mjc0ZjY2NzVkZjUzMzU4NzAzMTY5IjtPOjg6InN0ZENsYXNzIjoyOntzOjQ6ImxpbmsiO3M6NTU6Imh0dHA6Ly9vc2Nhc2EuY29tL2luZGV4LnBocC8xMC1tZW1iZXJzLzctb3NjYXNhLWZvdW5kZXIiO3M6NjoiZXhwaXJ5IjtpOjE3NjA5MDAwNDU7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('rukigdr23u7pqnhiitk38cpnjt',0,1,1760902280,'joomla|s:736:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMjI4MDtzOjQ6Imxhc3QiO2k6MTc2MDkwMjI4MDtzOjM6Im5vdyI7aToxNzYwOTAyMjgwO31zOjU6InRva2VuIjtzOjMyOiJyY3k4YTlMSXV3dkp0Z29ya003OEs0RlJVUm5PWHdZRCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('rvc2tql2u0phb454ioj9n8hume',0,1,1760903140,'joomla|s:1592:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMzEzOTtzOjQ6Imxhc3QiO2k6MTc2MDkwMzEzOTtzOjM6Im5vdyI7aToxNzYwOTAzMTQwO31zOjU6InRva2VuIjtzOjMyOiJydHlabkZGM1E2N2lLU1owMGs3VnJQOUhldHZrYUpZRCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6MjczOiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINGD0L3QuNC60LDQu9GM0L3QvtC5INCw0LrRhtC40Lgg0L7RgiBXQiEg0KMg0LLQsNGBINC10YHRgtGMIDMg0LHQtdGB0L/Qu9Cw0YLQvdGL0LUg0L/QvtC/0YvRgtC60LghINCf0LXRgNC10YXQvtC00Lgg0L/QviDRgdGB0YvQu9C60LU6IGh0dHA6Ly9icmlnaHR2aWV3bGFuZHNjYXBlcy5jYS9pbmRleC5waHA/OHJtZXZmIPCfj4YgKiAqICoiO3M6Nzoic3ViamVjdCI7czo2OiJ4MWp1OTMiO3M6OToiZW1haWxmcm9tIjtzOjI1OiJsdWFuY3J5c3RoaWFuMDFAZ21haWwuY29tIjtzOjc6ImVtYWlsdG8iO3M6MjU6Imx1YW5jcnlzdGhpYW4wMUBnbWFpbC5jb20iO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjA6e319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('s9q0l9purbachrm33sih8h1og6',0,1,1760903249,'joomla|s:1028:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMzI0ODtzOjQ6Imxhc3QiO2k6MTc2MDkwMzI0ODtzOjM6Im5vdyI7aToxNzYwOTAzMjQ4O31zOjU6InRva2VuIjtzOjMyOiJOeUJEZGU4Z1RLdXdjV1BOYUZYajZSTVF0ZkVIdDZZNyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjE6e3M6NDA6ImEwMjdlMGRiNDkxNjY5MTY2ZDg1NTFjMmM1NDM3YzMzYzA5YWEwZTEiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo1MzoiaHR0cDovL3d3dy5vc2Nhc2EuY29tL2luZGV4LnBocC9ndWlkZWxpbmVzL2NvbW1lcmNpYWwiO3M6NjoiZXhwaXJ5IjtpOjE3NjA5MDMyNDg7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('snhlu6t1ecoill8r969tl1ekfg',0,1,1760901122,'joomla|s:1280:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aTo0O3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMTA4MTtzOjQ6Imxhc3QiO2k6MTc2MDkwMTExMjtzOjM6Im5vdyI7aToxNzYwOTAxMTIxO31zOjU6InRva2VuIjtzOjMyOiJ5Rm94cXZoYU9BejllWXBRVnJRUjY5OVQ1ZUNOTm9kYyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjk6ImNvbV91c2VycyI7Tzo4OiJzdGRDbGFzcyI6MTp7czoxMjoicmVnaXN0cmF0aW9uIjtPOjg6InN0ZENsYXNzIjoxOntzOjQ6ImRhdGEiO2E6Njp7czo0OiJuYW1lIjtzOjE2OiJKb25hdGhvbiBIYWlnbGVyIjtzOjg6InVzZXJuYW1lIjtzOjE1OiJqb25hdGhvbmhhaWdsZXIiO3M6NjoiZW1haWwxIjtzOjM1OiJqb25hdGhvbi1oYWlnbGVyLjM3MjZAc2FkLnh0ei5xdWVzdCI7czo2OiJlbWFpbDIiO3M6MzU6ImpvbmF0aG9uLWhhaWdsZXIuMzcyNkBzYWQueHR6LnF1ZXN0IjtzOjk6InBhc3N3b3JkMSI7czoxNDoiTWdsQzNQRlNuMWZFIWUiO3M6OToicGFzc3dvcmQyIjtzOjE0OiJNZ2xDM1BGU24xZkUhZSI7fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9czoxMToiYXBwbGljYXRpb24iO086ODoic3RkQ2xhc3MiOjE6e3M6NToicXVldWUiO2E6MDp7fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('sqpejratfb6i0681cce7613krb',0,1,1760903080,'joomla|s:1028:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMzA4MDtzOjQ6Imxhc3QiO2k6MTc2MDkwMzA4MDtzOjM6Im5vdyI7aToxNzYwOTAzMDgwO31zOjU6InRva2VuIjtzOjMyOiJPOW9mZ0Q5bzBQZWtxWDgyWDhrYmZRTzliNjc3OXlCcCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjE6e3M6NDA6IjRkNzc3NGI0ZGEyMDBmNzQ2YzEwZWI0NmNmMThmYzhiYWZhNTY2YjIiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo1NDoiaHR0cDovL29zY2FzYS5jb20vaW5kZXgucGhwLzEwLW1lbWJlcnMvMTItY2FzdGluZ3MtMTAxIjtzOjY6ImV4cGlyeSI7aToxNzYwOTAzMDgwO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('svkav2dra50ks0nqelh9frlpir',0,1,1760901694,'joomla|s:1588:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMTY5MjtzOjQ6Imxhc3QiO2k6MTc2MDkwMTY5MjtzOjM6Im5vdyI7aToxNzYwOTAxNjk0O31zOjU6InRva2VuIjtzOjMyOiJyVW1MNmhENThtdUJRSExsU0tidVE3cmxTYVNTREF4YiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6MjY5OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINCz0YDQsNC90LTQuNC+0LfQvdC+0Lkg0LDQutGG0LjQuCDQvtGCIFdCISDQoyDQstCw0YEg0LXRgdGC0YwgMyDQsdC10YHQv9C70LDRgtC90YvQtSDQv9C+0L/Ri9GC0LrQuCEg0JbQvNC4INGB0Y7QtNCwLCDRh9GC0L7QsdGLINC40LPRgNCw0YLRjDogaHR0cHM6Ly9jZXNpaG0uY29tL2luZGV4LnBocD9pcGFjdDcg8J+PhiAqICogKiI7czo3OiJzdWJqZWN0IjtzOjY6IjRvcDExcCI7czo5OiJlbWFpbGZyb20iO3M6MjU6InJva3N0YXJyYWpzb25vOUBnbWFpbC5jb20iO3M6NzoiZW1haWx0byI7czoyNToicm9rc3RhcnJhanNvbm85QGdtYWlsLmNvbSI7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MDp7fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('svvtnjfelqkkaiboks8nodcsbf',0,1,1760900077,'joomla|s:1264:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDA3NTtzOjQ6Imxhc3QiO2k6MTc2MDkwMDA3NTtzOjM6Im5vdyI7aToxNzYwOTAwMDc1O31zOjU6InRva2VuIjtzOjMyOiJnbHdBTkVTT3dDMjBJY1puRVUyNXh0U2wwU0JsSFZCMSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjI6e3M6NDA6ImJhODkyNTFmYjZjMjZjYzdhOGI3YjQ1NzIyOTFmZGNmNjhmZTRlN2MiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo1ODoiaHR0cDovL3d3dy5vc2Nhc2EuY29tL2luZGV4LnBocC8xMC1tZW1iZXJzLzUxLW9zY2FzYS1jaGFpciI7czo2OiJleHBpcnkiO2k6MTc2MDkwMDA3Nzt9czo0MDoiY2VlMTg1Njk3ODdlM2EzZGZjZWQ3MjU4ZDQ3ZTQ3OWQ0OTlkZWVhMCI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjU5OiJodHRwOi8vd3d3Lm9zY2FzYS5jb20vaW5kZXgucGhwLzEwLW1lbWJlcnMvNy1vc2Nhc2EtZm91bmRlciI7czo2OiJleHBpcnkiO2k6MTc2MDkwMDA3Nzt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('t0b5tl15m6inc8cvh2sbn913bs',0,1,1760899514,'joomla|s:1036:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDg5OTUxMztzOjQ6Imxhc3QiO2k6MTc2MDg5OTUxMztzOjM6Im5vdyI7aToxNzYwODk5NTEzO31zOjU6InRva2VuIjtzOjMyOiJneDJ1bXA3cjN4UUo3Rk4zREFGc05PdmFhYnh4QVJWeSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjE6e3M6NDA6ImZhZDUzNzA5NGI3MTU1OTc5OTAwZWM0YzlmMDgxYjM0OTdjZjhiOTYiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo2MDoiaHR0cDovL29zY2FzYS5jb20vaW5kZXgucGhwLzEwLW1lbWJlcnMvNDEtb3pvbmUtbWFuYWdlbWVudC00IjtzOjY6ImV4cGlyeSI7aToxNzYwODk5NTE0O319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('t0h1q84s4g8ombq4o277pk4ss6',0,1,1760900551,'joomla|s:1592:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDU1MDtzOjQ6Imxhc3QiO2k6MTc2MDkwMDU1MDtzOjM6Im5vdyI7aToxNzYwOTAwNTUxO31zOjU6InRva2VuIjtzOjMyOiJuZ21jWjF2WWlqYUs3bmdGZ3NFaFR2RkxDUURFVVJoayI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6Mjc2OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINGD0L3QuNC60LDQu9GM0L3QvtC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJyaWVzISDQoyDQstCw0YEg0LXRgdGC0YwgMyDQsdC10YHQv9C70LDRgtC90YvQtSDQv9C+0L/Ri9GC0LrQuCEg0J/QtdGA0LXRhdC+0LTQuCDQv9C+INGB0YHRi9C70LrQtTogaHR0cDovL2JhbGFqYWdhbmRvcmFpLmNvbS9pbmRleC5waHA/enE2emhiIPCfj4YgKiAqICoiO3M6Nzoic3ViamVjdCI7czo2OiJzYmx4dmUiO3M6OToiZW1haWxmcm9tIjtzOjI0OiJ1ZXNsZWlhbWFyYWxAaG90bWFpbC5jb20iO3M6NzoiZW1haWx0byI7czoyNDoidWVzbGVpYW1hcmFsQGhvdG1haWwuY29tIjt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9czoxMDoiY29tX21haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJsaW5rcyI7YTowOnt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('tb9bhrad5m2cfri3ds7venbg7l',0,1,1760902047,'joomla|s:1228:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aTo0O3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMjAzNztzOjQ6Imxhc3QiO2k6MTc2MDkwMjA0NjtzOjM6Im5vdyI7aToxNzYwOTAyMDQ3O31zOjU6InRva2VuIjtzOjMyOiJadWQwQWFqb3BnWm5FSzZLTFd1a1ZGUGJnVXJ1QnBadiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6InVzZXJzIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxvZ2luIjtPOjg6InN0ZENsYXNzIjoxOntzOjQ6ImZvcm0iO086ODoic3RkQ2xhc3MiOjI6e3M6NDoiZGF0YSI7YTo1OntzOjY6InJldHVybiI7czozOToiaW5kZXgucGhwP29wdGlvbj1jb21fdXNlcnMmdmlldz1wcm9maWxlIjtzOjg6InVzZXJuYW1lIjtzOjA6IiI7czo4OiJwYXNzd29yZCI7czowOiIiO3M6OToic2VjcmV0a2V5IjtzOjA6IiI7czo4OiJyZW1lbWJlciI7aToxO31zOjY6InJldHVybiI7czozOToiaW5kZXgucGhwP29wdGlvbj1jb21fdXNlcnMmdmlldz1wcm9maWxlIjt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjExOiJhcHBsaWNhdGlvbiI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJxdWV1ZSI7YTowOnt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('tclu7qnvhbagko38n37gb4cbmb',0,1,1760900096,'joomla|s:1016:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDA5NTtzOjQ6Imxhc3QiO2k6MTc2MDkwMDA5NTtzOjM6Im5vdyI7aToxNzYwOTAwMDk2O31zOjU6InRva2VuIjtzOjMyOiJrZVhFNWhacndVVndVWWlTc1NjajN4VWxRaXFqaVVyNyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjE6e3M6NDA6ImUyNWRjMWZiNzg3OWI0NTJjNjAwZmZjMzBhMTQ5MjI1ZTY5OTFhYWEiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo0MzoiaHR0cHM6Ly93d3cub3NjYXNhLmNvbS9pbmRleC5waHAvY29udGFjdC11cyI7czo2OiJleHBpcnkiO2k6MTc2MDkwMDA5Njt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('tn6rkpb6ksc7dqaguckucahdrs',0,1,1760900590,'joomla|s:1556:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDU4OTtzOjQ6Imxhc3QiO2k6MTc2MDkwMDU4OTtzOjM6Im5vdyI7aToxNzYwOTAwNTkwO31zOjU6InRva2VuIjtzOjMyOiJNV0dtQlVaWGt2R2JndVdzTnFhTm5KVGtrZlJqb0ZjWCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6MjY4OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINCz0YDQsNC90LTQuNC+0LfQvdC+0Lkg0LDQutGG0LjQuCDQvtGCIFdpbGJlcnJpZXMhINCjINCy0LDRgSDQtdGB0YLRjCAzINCx0LXRgdC/0LvQsNGC0L3Ri9C1INC/0L7Qv9GL0YLQutC4ISDQndCw0YfQsNGC0Ywg0LjQs9GA0LDRgtGMOiBodHRwOi8vdXdpYXBhcnRtZW50cy5jb20vaW5kZXgucGhwP3lvNWpjaCDwn4+GICogKiAqIjtzOjc6InN1YmplY3QiO3M6NjoiYmZ1eWdtIjtzOjk6ImVtYWlsZnJvbSI7czoxNDoidHV1aXVAaW5ib3gucnUiO3M6NzoiZW1haWx0byI7czoxNDoidHV1aXVAaW5ib3gucnUiO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjA6e319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('tqsijqnr6i5ha8ms427j8tskhj',0,1,1760901081,'joomla|s:1028:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMTA4MTtzOjQ6Imxhc3QiO2k6MTc2MDkwMTA4MTtzOjM6Im5vdyI7aToxNzYwOTAxMDgxO31zOjU6InRva2VuIjtzOjMyOiIxZTRkOFVIcHNjWmo2WlRpd3hFN0VONEpNVXB4bzBKQSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjE6e3M6NDA6ImU0MjI3OGQxNWRlM2Q4ODJjOTE3ZjBkMTBkNzY4YWMwMDhjMWFhNzkiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo1NDoiaHR0cDovL3d3dy5vc2Nhc2EuY29tL2luZGV4LnBocC9qb2luL3doby1jYW4tam9pbi1vc2NhIjtzOjY6ImV4cGlyeSI7aToxNzYwOTAxMDgxO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('u3k2of4t28kmhoknbol6lb30l4',0,1,1760900094,'joomla|s:1264:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDA5MztzOjQ6Imxhc3QiO2k6MTc2MDkwMDA5MztzOjM6Im5vdyI7aToxNzYwOTAwMDkzO31zOjU6InRva2VuIjtzOjMyOiJTUFRKMGZ0dUt5SGtIY2xpS3lqTkxvVWxXRmpKRVFUdiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjI6e3M6NDA6IjI1OTkzY2IwYTU5MjhhMWQxZjM2ZjFjYjYwZDBlYjI2ZWQ4NjgzNzciO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo1OToiaHR0cHM6Ly93d3cub3NjYXNhLmNvbS9pbmRleC5waHAvMTAtbWVtYmVycy81MS1vc2Nhc2EtY2hhaXIiO3M6NjoiZXhwaXJ5IjtpOjE3NjA5MDAwOTQ7fXM6NDA6IjczNjE0NmY2ZGY4ZjVjM2VhZWNkN2UyYzE4ODcyOTM0ZGU3Mzg4NWUiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo2MDoiaHR0cHM6Ly93d3cub3NjYXNhLmNvbS9pbmRleC5waHAvMTAtbWVtYmVycy83LW9zY2FzYS1mb3VuZGVyIjtzOjY6ImV4cGlyeSI7aToxNzYwOTAwMDk0O319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('u8fdkmahmkv4cqt5744lvej9m2',0,1,1760901808,'joomla|s:1604:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMTgwODtzOjQ6Imxhc3QiO2k6MTc2MDkwMTgwODtzOjM6Im5vdyI7aToxNzYwOTAxODA4O31zOjU6InRva2VuIjtzOjMyOiJNVExwMTB3VnVoRXlLc0xyT1FJcVVXZWhYWDU3akNBWSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6Mjc1OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINC60YDRg9C/0L3QtdC50YjQtdC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJpZXMhINCjINCy0LDRgSDQtdGB0YLRjCAzINCx0LXRgdC/0LvQsNGC0L3Ri9C1INC/0L7Qv9GL0YLQutC4ISDQndCw0YfQsNGC0Ywg0LjQs9GA0LDRgtGMOiBodHRwOi8vam91cm5hbC1hcmNoaXZldXJvbWVkaWNhLmV1L2luZGV4LnBocD9pYXgzNjEg8J+PhiAqICogKiI7czo3OiJzdWJqZWN0IjtzOjY6ImN4NG5sMyI7czo5OiJlbWFpbGZyb20iO3M6Mjg6InF1cmJhbmJheWV2YXJhbWlsYUBnbWFpbC5jb20iO3M6NzoiZW1haWx0byI7czoyODoicXVyYmFuYmF5ZXZhcmFtaWxhQGdtYWlsLmNvbSI7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MDp7fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('um5lc9oitk7nf5vcjvj818cu8d',0,1,1760901412,'joomla|s:1556:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMTQxMDtzOjQ6Imxhc3QiO2k6MTc2MDkwMTQxMDtzOjM6Im5vdyI7aToxNzYwOTAxNDExO31zOjU6InRva2VuIjtzOjMyOiJkcUJ4bHJxc3Y0dGdjVHhFYWlNbUNTODJueFpnQ2I4ayI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6MjYxOiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINGD0L3QuNC60LDQu9GM0L3QvtC5INCw0LrRhtC40Lgg0L7RgiBXQiEg0KMg0LLQsNGBINC10YHRgtGMIDMg0LHQtdGB0L/Qu9Cw0YLQvdGL0LUg0L/QvtC/0YvRgtC60LghINCd0LDRh9Cw0YLRjCDQuNCz0YDQsNGC0Yw6IGh0dHA6Ly93d3cudXdpYXBhcnRtZW50LmNvbS9pbmRleC5waHA/aGd0NWpyIPCfj4YgKiAqICoiO3M6Nzoic3ViamVjdCI7czo2OiJ6Z3N0bDAiO3M6OToiZW1haWxmcm9tIjtzOjE4OiJ2bGFyb3p5MUBnbWFpbC5jb20iO3M6NzoiZW1haWx0byI7czoxODoidmxhcm96eTFAZ21haWwuY29tIjt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9czoxMDoiY29tX21haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJsaW5rcyI7YTowOnt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('v04k4q5ks67upf94lik4qruoaj',0,1,1760901770,'joomla|s:1252:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMTc2OTtzOjQ6Imxhc3QiO2k6MTc2MDkwMTc2OTtzOjM6Im5vdyI7aToxNzYwOTAxNzY5O31zOjU6InRva2VuIjtzOjMyOiJpNnAwVW5UbzAxTFpyajQ1bVdIeU5xbm43Z3BicHZrZyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjI6e3M6NDA6IjYyMGZiNjFmMTdmN2Y3MGI2NzBiNjdlODg0ZjRlYzFjMjJlYzE4MDUiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo1NDoiaHR0cDovL29zY2FzYS5jb20vaW5kZXgucGhwLzEwLW1lbWJlcnMvNTEtb3NjYXNhLWNoYWlyIjtzOjY6ImV4cGlyeSI7aToxNzYwOTAxNzcwO31zOjQwOiJmYmFhYmFkNDg5NzkyM2IyN2Y5Mjc0ZjY2NzVkZjUzMzU4NzAzMTY5IjtPOjg6InN0ZENsYXNzIjoyOntzOjQ6ImxpbmsiO3M6NTU6Imh0dHA6Ly9vc2Nhc2EuY29tL2luZGV4LnBocC8xMC1tZW1iZXJzLzctb3NjYXNhLWZvdW5kZXIiO3M6NjoiZXhwaXJ5IjtpOjE3NjA5MDE3NzA7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('v4ai84sddsohdiu8am697h6q5r',0,1,1760902059,'joomla|s:1592:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMjA1ODtzOjQ6Imxhc3QiO2k6MTc2MDkwMjA1ODtzOjM6Im5vdyI7aToxNzYwOTAyMDU5O31zOjU6InRva2VuIjtzOjMyOiJPTnlKeFFhQW1xeUFYVlJReHVFdndOR2hTejhwWlREaiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6MjgxOiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINCz0YDQsNC90LTQuNC+0LfQvdC+0Lkg0LDQutGG0LjQuCDQvtGCIFdCISDQoyDQstCw0YEg0LXRgdGC0Ywg0YLRgNC4INCx0LXRgdC/0LvQsNGC0L3Ri9C1INC/0L7Qv9GL0YLQutC4ISDQltC80Lgg0YHRjtC00LAsINGH0YLQvtCx0Ysg0LjQs9GA0LDRgtGMOiBodHRwOi8vYmFsYWphZ2FuZG9yYWkuY29tL2luZGV4LnBocD9nODFiMGMg8J+PhiAqICogKiI7czo3OiJzdWJqZWN0IjtzOjY6InlyaWd1MyI7czo5OiJlbWFpbGZyb20iO3M6MjE6Inlhc2hiYXJvZDc4QGdtYWlsLmNvbSI7czo3OiJlbWFpbHRvIjtzOjIxOiJ5YXNoYmFyb2Q3OEBnbWFpbC5jb20iO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjA6e319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('v5f8p78sf00gfnkjhts6pmt38v',0,1,1760902097,'joomla|s:1616:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMjA5NjtzOjQ6Imxhc3QiO2k6MTc2MDkwMjA5NjtzOjM6Im5vdyI7aToxNzYwOTAyMDk3O31zOjU6InRva2VuIjtzOjMyOiIxQU5LbEVWU1ZROEo5VTZVMkJFQ3hWT1JCWkQ4TFlVMCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6MjgwOiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINCz0YDQsNC90LTQuNC+0LfQvdC+0Lkg0LDQutGG0LjQuCDQvtGCIFdpbGJlcnJpZXMhINCjINCy0LDRgSDQtdGB0YLRjCAzINCx0LXRgdC/0LvQsNGC0L3Ri9C1INC/0L7Qv9GL0YLQutC4ISDQn9C10YDQtdGF0L7QtNC4INC/0L4g0YHRgdGL0LvQutC1OiBodHRwOi8vd3d3LnV3aWFwYXJ0bWVudC5jb20vaW5kZXgucGhwP3Q3bWh2biDwn4+GICogKiAqIjtzOjc6InN1YmplY3QiO3M6NjoiN2UxZDBoIjtzOjk6ImVtYWlsZnJvbSI7czozMDoiYW50b25raXJpbG92dmdnZ3I5NzNAZ21haWwuY29tIjtzOjc6ImVtYWlsdG8iO3M6MzA6ImFudG9ua2lyaWxvdnZnZ2dyOTczQGdtYWlsLmNvbSI7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MDp7fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('vfj1j5pu0u6iqo1bat6t8032vs',0,1,1760901370,'joomla|s:1228:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aTo0O3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMTMyOTtzOjQ6Imxhc3QiO2k6MTc2MDkwMTM2OTtzOjM6Im5vdyI7aToxNzYwOTAxMzcwO31zOjU6InRva2VuIjtzOjMyOiJpbW9VYkZ1YmRRemJJUGtiWWd2Y3RsQm5ObmNMMHBvWiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6InVzZXJzIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxvZ2luIjtPOjg6InN0ZENsYXNzIjoxOntzOjQ6ImZvcm0iO086ODoic3RkQ2xhc3MiOjI6e3M6NDoiZGF0YSI7YTo1OntzOjY6InJldHVybiI7czozOToiaW5kZXgucGhwP29wdGlvbj1jb21fdXNlcnMmdmlldz1wcm9maWxlIjtzOjg6InVzZXJuYW1lIjtzOjA6IiI7czo4OiJwYXNzd29yZCI7czowOiIiO3M6OToic2VjcmV0a2V5IjtzOjA6IiI7czo4OiJyZW1lbWJlciI7aToxO31zOjY6InJldHVybiI7czozOToiaW5kZXgucGhwP29wdGlvbj1jb21fdXNlcnMmdmlldz1wcm9maWxlIjt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjExOiJhcHBsaWNhdGlvbiI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJxdWV1ZSI7YTowOnt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('vfv0ofdk9nk219lhf5l0efhd14',0,1,1760900961,'joomla|s:1636:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDk2MDtzOjQ6Imxhc3QiO2k6MTc2MDkwMDk2MDtzOjM6Im5vdyI7aToxNzYwOTAwOTYxO31zOjU6InRva2VuIjtzOjMyOiJZdmRaMmhYRmlDczd1aXVBNU9laHpWUWxuWHJONXljdCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6MjkwOiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINC60YDRg9C/0L3QtdC50YjQtdC5INCw0LrRhtC40Lgg0L7RgiBXaWxiZXJyaWVzISDQoyDQstCw0YEg0LXRgdGC0Ywg0YLRgNC4INCx0LXRgdC/0LvQsNGC0L3Ri9C1INC/0L7Qv9GL0YLQutC4ISDQltC80Lgg0YHRjtC00LAsINGH0YLQvtCx0Ysg0LjQs9GA0LDRgtGMOiBodHRwczovL3NlcnNhcC1mb3JtYXRpb24uY29tL2luZGV4LnBocD8yY3lkbTMg8J+PhiAqICogKiI7czo3OiJzdWJqZWN0IjtzOjY6InY4N3Z2ayI7czo5OiJlbWFpbGZyb20iO3M6MzM6ImRhbmllbGdvbmNhbHZlc2ZyYW5jYTI2QGdtYWlsLmNvbSI7czo3OiJlbWFpbHRvIjtzOjMzOiJkYW5pZWxnb25jYWx2ZXNmcmFuY2EyNkBnbWFpbC5jb20iO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjA6e319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('vl6uakbcrcocp2gk8jppfjpfu3',0,1,1760900377,'joomla|s:1588:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc2MDkwMDM3NTtzOjQ6Imxhc3QiO2k6MTc2MDkwMDM3NTtzOjM6Im5vdyI7aToxNzYwOTAwMzc2O31zOjU6InRva2VuIjtzOjMyOiJSUlI2RFdUQXgweHZxaVFFMGoxVUo2NjltTnBHb0ZxUyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MDoiZmJhYWJhZDQ4OTc5MjNiMjdmOTI3NGY2Njc1ZGY1MzM1ODcwMzE2OSI7czo2OiJzZW5kZXIiO3M6MjY1OiIqICogKiDwn4+GINCf0L7Qt9C00YDQsNCy0Y/Qu9C10LwhINCS0Ysg0LLRi9Cx0YDQsNC90Ysg0LTQu9GPINGD0YfQsNGB0YLQuNGPINCyINGD0L3QuNC60LDQu9GM0L3QvtC5INCw0LrRhtC40Lgg0L7RgiBXQiEg0KMg0LLQsNGBINC10YHRgtGMINGC0YDQuCDQsdC10YHQv9C70LDRgtC90YvQtSDQv9C+0L/Ri9GC0LrQuCEg0J3QsNGH0LDRgtGMINC40LPRgNCw0YLRjDogaHR0cDovL3d3dy5nb2lubXl3YXkuY28uaW4vaW5kZXgucGhwP3FzYTVzaiDwn4+GICogKiAqIjtzOjc6InN1YmplY3QiO3M6Njoib3o3a3lxIjtzOjk6ImVtYWlsZnJvbSI7czoyNzoibmV0dG9zaWlsdmEyMDEyQGhvdG1haWwuY29tIjtzOjc6ImVtYWlsdG8iO3M6Mjc6Im5ldHRvc2lpbHZhMjAxMkBob3RtYWlsLmNvbSI7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MDp7fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,'');
/*!40000 ALTER TABLE `jos7e_session` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_tags`
--
DROP TABLE IF EXISTS `jos7e_tags`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_tags` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`parent_id` int(10) unsigned NOT NULL DEFAULT 0,
`lft` int(11) NOT NULL DEFAULT 0,
`rgt` int(11) NOT NULL DEFAULT 0,
`level` int(10) unsigned NOT NULL DEFAULT 0,
`path` varchar(400) NOT NULL DEFAULT '',
`title` varchar(255) NOT NULL,
`alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
`note` varchar(255) NOT NULL DEFAULT '',
`description` longtext NOT NULL,
`published` tinyint(1) NOT NULL DEFAULT 0,
`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
`checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`access` int(10) unsigned NOT NULL DEFAULT 0,
`params` mediumtext NOT NULL,
`metadesc` varchar(1024) NOT NULL COMMENT 'The meta description for the page.',
`metakey` varchar(1024) NOT NULL COMMENT 'The meta keywords for the page.',
`metadata` varchar(2048) NOT NULL COMMENT 'JSON encoded metadata properties.',
`created_user_id` int(10) unsigned NOT NULL DEFAULT 0,
`created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`created_by_alias` varchar(255) NOT NULL DEFAULT '',
`modified_user_id` int(10) unsigned NOT NULL DEFAULT 0,
`modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`images` mediumtext NOT NULL,
`urls` mediumtext NOT NULL,
`hits` int(10) unsigned NOT NULL DEFAULT 0,
`language` char(7) NOT NULL,
`version` int(10) unsigned NOT NULL DEFAULT 1,
`publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`id`),
KEY `tag_idx` (`published`,`access`),
KEY `idx_access` (`access`),
KEY `idx_checkout` (`checked_out`),
KEY `idx_left_right` (`lft`,`rgt`),
KEY `idx_language` (`language`),
KEY `idx_path` (`path`(100)),
KEY `idx_alias` (`alias`(100))
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_tags`
--
LOCK TABLES `jos7e_tags` WRITE;
/*!40000 ALTER TABLE `jos7e_tags` DISABLE KEYS */;
INSERT INTO `jos7e_tags` VALUES (1,0,0,19,0,'','ROOT','root','','',1,0,'0000-00-00 00:00:00',1,'','','','',42,'2011-01-01 00:00:01','',0,'0000-00-00 00:00:00','','',0,'*',1,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,1,1,2,1,'western-cape','Western Cape','western-cape','','',1,0,'2016-03-01 09:21:08',1,'{\"tag_layout\":\"\",\"tag_link_class\":\"label label-info\"}',' ',' ','{\"author\":\"\",\"robots\":\"\"}',814,'2016-03-01 09:21:08','',0,'2016-03-01 09:21:08','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{}',0,'*',1,'2016-03-01 09:21:08','2016-03-01 09:21:08'),(3,1,3,4,1,'north-west','North West','north-west','','',1,0,'2016-03-01 09:21:21',1,'{\"tag_layout\":\"\",\"tag_link_class\":\"label label-info\"}',' ',' ','{\"author\":\"\",\"robots\":\"\"}',814,'2016-03-01 09:21:21','',0,'2016-03-01 09:21:21','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{}',0,'*',1,'2016-03-01 09:21:21','2016-03-01 09:21:21'),(4,1,5,6,1,'eastern-cape','Eastern Cape','eastern-cape','','',1,0,'2016-03-01 09:21:39',1,'{\"tag_layout\":\"\",\"tag_link_class\":\"label label-info\"}',' ',' ','{\"author\":\"\",\"robots\":\"\"}',814,'2016-03-01 09:21:39','',0,'2016-03-01 09:21:39','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{}',0,'*',1,'2016-03-01 09:21:39','2016-03-01 09:21:39'),(5,1,7,8,1,'northern-cape','Northern Cape','northern-cape','','',1,0,'2016-03-01 09:22:31',1,'{\"tag_layout\":\"\",\"tag_link_class\":\"label label-info\"}',' ',' ','{\"author\":\"\",\"robots\":\"\"}',814,'2016-03-01 09:22:31','',0,'2016-03-01 09:22:31','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{}',0,'*',1,'2016-03-01 09:22:31','2016-03-01 09:22:31'),(6,1,9,10,1,'gauteng','Gauteng','gauteng','','',1,0,'2016-03-01 09:22:42',1,'{\"tag_layout\":\"\",\"tag_link_class\":\"label label-info\"}',' ',' ','{\"author\":\"\",\"robots\":\"\"}',814,'2016-03-01 09:22:42','',0,'2016-03-01 09:22:42','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{}',0,'*',1,'2016-03-01 09:22:42','2016-03-01 09:22:42'),(7,1,11,12,1,'limpopo','Limpopo','limpopo','','',1,0,'2016-03-01 09:22:55',1,'{\"tag_layout\":\"\",\"tag_link_class\":\"label label-info\"}',' ',' ','{\"author\":\"\",\"robots\":\"\"}',814,'2016-03-01 09:22:55','',0,'2016-03-01 09:22:55','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{}',0,'*',1,'2016-03-01 09:22:55','2016-03-01 09:22:55'),(8,1,13,14,1,'mpumulanga','Mpumulanga','mpumulanga','','',1,0,'2016-03-01 09:23:38',1,'{\"tag_layout\":\"\",\"tag_link_class\":\"label label-info\"}',' ',' ','{\"author\":\"\",\"robots\":\"\"}',814,'2016-03-01 09:23:38','',0,'2016-03-01 09:23:38','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{}',0,'*',1,'2016-03-01 09:23:38','2016-03-01 09:23:38'),(9,1,15,16,1,'kwazulu-natal','Kwazulu-Natal','kwazulu-natal','','',1,0,'2016-03-01 09:23:55',1,'{\"tag_layout\":\"\",\"tag_link_class\":\"label label-info\"}',' ',' ','{\"author\":\"\",\"robots\":\"\"}',814,'2016-03-01 09:23:55','',0,'2016-03-01 09:23:55','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{}',0,'*',1,'2016-03-01 09:23:55','2016-03-01 09:23:55'),(10,1,17,18,1,'free-state','Free State','free-state','','',1,0,'2016-03-01 09:24:13',1,'{\"tag_layout\":\"\",\"tag_link_class\":\"label label-info\"}',' ',' ','{\"author\":\"\",\"robots\":\"\"}',814,'2016-03-01 09:24:13','',0,'2016-03-01 09:24:13','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{}',0,'*',1,'2016-03-01 09:24:13','2016-03-01 09:24:13');
/*!40000 ALTER TABLE `jos7e_tags` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_template_styles`
--
DROP TABLE IF EXISTS `jos7e_template_styles`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_template_styles` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`template` varchar(50) NOT NULL DEFAULT '',
`client_id` tinyint(1) unsigned NOT NULL DEFAULT 0,
`home` char(7) NOT NULL DEFAULT '0',
`title` varchar(255) NOT NULL DEFAULT '',
`params` mediumtext NOT NULL,
PRIMARY KEY (`id`),
KEY `idx_template` (`template`),
KEY `idx_home` (`home`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_template_styles`
--
LOCK TABLES `jos7e_template_styles` WRITE;
/*!40000 ALTER TABLE `jos7e_template_styles` DISABLE KEYS */;
INSERT INTO `jos7e_template_styles` VALUES (4,'beez3',0,'0','Beez3 - Default','{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"logo\":\"images\\/joomla_black.png\",\"sitetitle\":\"Joomla!\",\"sitedescription\":\"Open Source Content Management\",\"navposition\":\"left\",\"templatecolor\":\"personal\",\"html5\":\"0\"}'),(5,'hathor',1,'0','Hathor - Default','{\"showSiteName\":\"0\",\"colourChoice\":\"\",\"boldText\":\"0\"}'),(7,'protostar',0,'0','protostar - Default','{\"templateColor\":\"\",\"logoFile\":\"\",\"googleFont\":\"1\",\"googleFontName\":\"Open+Sans\",\"fluidContainer\":\"0\"}'),(8,'isis',1,'1','isis - Default','{\"templateColor\":\"\",\"logoFile\":\"\"}'),(9,'t3_blank',0,'0','t3_blank - Default','{}'),(10,'t3_bs3_blank',0,'0','t3_bs3_blank - Default','{}'),(11,'ja_biz',0,'1','ja_biz - home','{\"t3_template\":\"1\",\"devmode\":\"0\",\"themermode\":\"1\",\"legacy_css\":\"0\",\"responsive\":\"1\",\"non_responsive_width\":\"970px\",\"build_rtl\":\"0\",\"t3-assets\":\"t3-assets\",\"t3-rmvlogo\":\"0\",\"minify\":\"0\",\"minify_js\":\"0\",\"minify_js_tool\":\"jsmin\",\"minify_exclude\":null,\"link_titles\":null,\"theme\":\"blue\",\"logotype\":\"image\",\"sitename\":\"\",\"slogan\":\"\",\"logoimage\":\"images\\/officialSAcasting_logo.jpg\",\"enable_logoimage_sm\":\"0\",\"logoimage_sm\":\"\",\"mainlayout\":\"home\",\"sublayout\":\"\",\"mm_type\":\"mainmenu\",\"navigation_trigger\":\"hover\",\"navigation_type\":\"megamenu\",\"navigation_animation\":null,\"navigation_animation_duration\":\"400\",\"mm_config\":null,\"navigation_collapse_enable\":\"1\",\"addon_offcanvas_enable\":\"1\",\"addon_offcanvas_effect\":\"off-canvas-effect-4\",\"snippet_open_head\":null,\"snippet_close_head\":null,\"snippet_open_body\":null,\"snippet_close_body\":null,\"snippet_debug\":\"0\"}'),(12,'ja_biz',0,'0','ja_biz - default','{\"t3_template\":\"1\",\"devmode\":\"0\",\"themermode\":\"1\",\"legacy_css\":\"0\",\"responsive\":\"1\",\"non_responsive_width\":\"970px\",\"build_rtl\":\"0\",\"t3-assets\":\"t3-assets\",\"t3-rmvlogo\":\"0\",\"minify\":\"0\",\"minify_js\":\"0\",\"minify_js_tool\":\"jsmin\",\"minify_exclude\":\"\",\"link_titles\":\"\",\"theme\":\"blue\",\"logotype\":\"image\",\"sitename\":\"\",\"slogan\":\"\",\"logoimage\":\"images\\/officialSAcasting_logo.jpg\",\"enable_logoimage_sm\":\"0\",\"logoimage_sm\":\"\",\"mainlayout\":\"default-copy\",\"sublayout\":\"\",\"mm_type\":\"mainmenu\",\"navigation_trigger\":\"hover\",\"navigation_type\":\"megamenu\",\"navigation_animation\":\"\",\"navigation_animation_duration\":\"400\",\"mm_config\":\"\",\"navigation_collapse_enable\":\"1\",\"addon_offcanvas_enable\":\"1\",\"addon_offcanvas_effect\":\"off-canvas-effect-4\",\"snippet_open_head\":\"\",\"snippet_close_head\":\"\",\"snippet_open_body\":\"\",\"snippet_close_body\":\"\",\"snippet_debug\":\"0\"}');
/*!40000 ALTER TABLE `jos7e_template_styles` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_ucm_base`
--
DROP TABLE IF EXISTS `jos7e_ucm_base`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_ucm_base` (
`ucm_id` int(10) unsigned NOT NULL,
`ucm_item_id` int(10) NOT NULL,
`ucm_type_id` int(11) NOT NULL,
`ucm_language_id` int(11) NOT NULL,
PRIMARY KEY (`ucm_id`),
KEY `idx_ucm_item_id` (`ucm_item_id`),
KEY `idx_ucm_type_id` (`ucm_type_id`),
KEY `idx_ucm_language_id` (`ucm_language_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_ucm_base`
--
LOCK TABLES `jos7e_ucm_base` WRITE;
/*!40000 ALTER TABLE `jos7e_ucm_base` DISABLE KEYS */;
INSERT INTO `jos7e_ucm_base` VALUES (1,5,1,0),(2,6,1,0),(4,8,1,0),(5,9,1,0),(6,10,1,0),(7,11,1,0),(8,12,1,0),(9,13,1,0),(10,19,1,0),(11,20,1,0),(12,21,1,0),(13,22,1,0),(14,23,1,0),(15,24,1,0),(16,25,1,0),(17,26,1,0),(18,27,1,0),(19,28,1,0),(20,29,1,0),(21,30,1,0),(22,31,1,0),(23,32,1,0),(24,33,1,0),(25,34,1,0),(26,39,1,0),(27,40,1,0),(28,41,1,0),(29,42,1,0),(30,43,1,0),(31,44,1,0),(32,45,1,0),(33,46,1,0),(34,47,1,0),(35,48,1,0),(36,49,1,0),(37,50,1,0),(39,52,1,0),(40,53,1,0),(41,54,1,0),(42,55,1,0),(43,56,1,0),(44,57,1,0),(45,58,1,0),(46,59,1,0),(47,60,1,0),(48,61,1,0),(49,62,1,0),(50,63,1,0),(51,64,1,0),(52,65,1,0),(53,66,1,0),(54,67,1,0),(55,68,1,0),(56,69,1,0),(57,70,1,0),(58,71,1,0),(59,72,1,0),(60,73,1,0),(61,74,1,0);
/*!40000 ALTER TABLE `jos7e_ucm_base` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_ucm_content`
--
DROP TABLE IF EXISTS `jos7e_ucm_content`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_ucm_content` (
`core_content_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`core_type_alias` varchar(400) NOT NULL DEFAULT '' COMMENT 'FK to the content types table',
`core_title` varchar(400) NOT NULL DEFAULT '',
`core_alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
`core_body` mediumtext NOT NULL,
`core_state` tinyint(1) NOT NULL DEFAULT 0,
`core_checked_out_time` varchar(255) NOT NULL DEFAULT '0000-00-00 00:00:00',
`core_checked_out_user_id` int(10) unsigned NOT NULL DEFAULT 0,
`core_access` int(10) unsigned NOT NULL DEFAULT 0,
`core_params` text NOT NULL,
`core_featured` tinyint(4) unsigned NOT NULL DEFAULT 0,
`core_metadata` varchar(2048) NOT NULL DEFAULT '' COMMENT 'JSON encoded metadata properties.',
`core_created_user_id` int(10) unsigned NOT NULL DEFAULT 0,
`core_created_by_alias` varchar(255) NOT NULL DEFAULT '',
`core_created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`core_modified_user_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Most recent user that modified',
`core_modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`core_language` char(7) NOT NULL DEFAULT '',
`core_publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`core_publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`core_content_item_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'ID from the individual type table',
`asset_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the #__assets table.',
`core_images` text NOT NULL,
`core_urls` text NOT NULL,
`core_hits` int(10) unsigned NOT NULL DEFAULT 0,
`core_version` int(10) unsigned NOT NULL DEFAULT 1,
`core_ordering` int(11) NOT NULL DEFAULT 0,
`core_metakey` text NOT NULL,
`core_metadesc` text NOT NULL,
`core_catid` int(10) unsigned NOT NULL DEFAULT 0,
`core_xreference` varchar(50) NOT NULL DEFAULT '' COMMENT 'A reference to enable linkages to external data sets.',
`core_type_id` int(10) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`core_content_id`),
KEY `tag_idx` (`core_state`,`core_access`),
KEY `idx_access` (`core_access`),
KEY `idx_language` (`core_language`),
KEY `idx_modified_time` (`core_modified_time`),
KEY `idx_created_time` (`core_created_time`),
KEY `idx_core_modified_user_id` (`core_modified_user_id`),
KEY `idx_core_checked_out_user_id` (`core_checked_out_user_id`),
KEY `idx_core_created_user_id` (`core_created_user_id`),
KEY `idx_core_type_id` (`core_type_id`),
KEY `idx_alias` (`core_alias`(100)),
KEY `idx_title` (`core_title`(100)),
KEY `idx_content_type` (`core_type_alias`(100))
) ENGINE=InnoDB AUTO_INCREMENT=62 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Contains core content data in name spaced fields';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_ucm_content`
--
LOCK TABLES `jos7e_ucm_content` WRITE;
/*!40000 ALTER TABLE `jos7e_ucm_content` DISABLE KEYS */;
INSERT INTO `jos7e_ucm_content` VALUES (1,'com_content.article','BM Casting','b-m-casting','<table style=\"height: 101px;\" width=\"272\">\r\n<tbody>\r\n<tr>\r\n<td>Contact:</td>\r\n<td> Akhona</td>\r\n</tr>\r\n<tr>\r\n<td>Email:</td>\r\n<td> aakhona@yahoo.com</td>\r\n</tr>\r\n<tr>\r\n<td>Business Phone:</td>\r\n<td>021 423 2788</td>\r\n</tr>\r\n<tr>\r\n<td>Mobile Phone:</td>\r\n<td>074 750 0745</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>',0,'',0,1,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2016-03-01 09:18:47',814,'2016-03-03 12:28:15','*','2016-03-01 09:18:47','0000-00-00 00:00:00',5,94,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',0,11,7,'','',10,'',1),(2,'com_content.article','Celebrities Casting','celebrities-casting','<p>Contact: Marie Slabbert</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p>Email: <a href=\"mailto:models@celeb.co.za\">models@celeb.co.za</a></p>\r\n<p>Business Phone: 021 930 7673</p>\r\n<p>Mobile Phone: 082 310 9909</p>',1,'',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2016-03-01 09:26:00',814,'2024-10-06 09:44:50','*','2016-03-01 09:26:00','0000-00-00 00:00:00',6,97,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',11085,11,53,'','',10,'',1),(4,'com_content.article','MCX The Extras Agency','mcx-the-extras-agency','<p>Contact: Mia Bellingan</p>\r\n<p>Email: <a href=\"mailto:info@mcx.co.za\">info@mcx.co.za</a></p>\r\n<p>Business Phone: 087 808 2385</p>\r\n<p>Mobile Phone: 082 298 9599</p>',1,'',0,1,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2016-03-02 07:42:17',0,'2016-03-02 07:42:17','*','2016-03-02 07:42:17','0000-00-00 00:00:00',8,101,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',0,1,0,'','',10,'',1),(5,'com_content.article','Caitlin\'s Castings','caitlin-s-castings','<p>Contact: Addi Lang</p>\r\n<p>Email: <a href=\"mailto:addi@netactive.co.za\">addi@netactive.co.za</a></p>\r\n<p>Business Phone: 082 559 6702</p>\r\n<p>Mobile Phone: 082 559 6702</p>',0,'',0,1,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2016-03-02 07:45:39',0,'2016-03-02 07:45:39','*','2016-03-02 07:45:39','0000-00-00 00:00:00',9,103,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',0,1,0,'','',10,'',1),(6,'com_content.article','Go Big Production','go-big-production','<p>Contact: Sasha Nirmul</p>\r\n<p>Email: <a href=\"mailto:sasha@gobigproductions.net\">sasha@gobigproductions.net</a></p>\r\n<p>Business Phone: 033 391 5619</p>\r\n<p>Mobile Phone: 072 133 3883</p>',0,'',0,1,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2016-03-02 08:41:00',0,'2016-03-02 08:41:00','*','2016-03-02 08:41:00','0000-00-00 00:00:00',10,105,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',0,1,0,'','',10,'',1),(7,'com_content.article','Ozone Management','ozone-management','<p>Contact: Pene Saunders</p>\r\n<p>Email: <a href=\"mailto:pene@ozoneartists.co.za\">pene@ozoneartists.co.za</a></p>\r\n<p>Business Phone: 0215564289</p>\r\n<p> </p>',1,'',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2016-03-02 08:53:43',814,'2019-09-14 09:07:09','*','2016-03-02 08:53:43','0000-00-00 00:00:00',11,107,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',2714,3,28,'','',10,'',1),(8,'com_content.article','Casting 101','castings-101','<p>Contact: Samantha Chapman</p>\r\n<p> </p>\r\n<p>Email: <a href=\"mailto:info@casting101.co.za\">info@casting101.co.za</a></p>\r\n<p>Business Phone: 081 318 2667</p>\r\n<p>Mobile Phone: <span style=\"background-color: #414143;\">081 318 2667</span></p>',1,'',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2016-03-02 10:32:42',814,'2024-10-06 09:40:21','*','2016-03-02 10:32:42','0000-00-00 00:00:00',12,109,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',10031,6,46,'','',10,'',1),(9,'com_content.article','Hot Pencil','hot-pencil','<p>Contact:</p>\r\n<p>Email: <a href=\"info@hotpencil.com\">info@hotpencil.com</a></p>\r\n<p>Business Phone: <span style=\"background-color: #414143;\">073 576 4964</span></p>\r\n<p>Mobile Phone: 073 576 4964</p>',1,'',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2016-03-02 10:34:05',814,'2025-06-18 07:52:28','*','2016-03-02 10:34:05','0000-00-00 00:00:00',13,111,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',10387,12,43,'','',10,'',1),(10,'com_content.article','Mother City Extras','mother-city-extras','<p>Contact: Mia Bellingan</p>\r\n<p>Email: <a href=\"mailto:info@hotpencil.com\">info@mcx.co.za</a></p>\r\n<p>Business Phone:</p>\r\n<p>Mobile Phone:</p>',-2,'',0,1,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2016-03-22 08:58:03',0,'2016-03-22 09:00:20','*','2016-03-22 08:58:03','0000-00-00 00:00:00',19,137,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',0,2,0,'','',10,'',1),(11,'com_content.article','Terene Characters','terene-characters','<p>Contact: Terene Simpson</p>\r\n<p>Email: <a href=\"mailto:info@hotpencil.com\">terenecast@mweb.co.za</a></p>\r\n<p>Business Phone:</p>\r\n<p>Mobile Phone: 0834562887</p>',1,'',0,1,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2016-03-22 08:59:40',0,'2016-03-22 09:00:49','*','2016-03-22 08:59:40','0000-00-00 00:00:00',20,138,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',0,2,0,'','',10,'',1),(12,'com_content.article','Kidz 2000 / Louis B','kidz-2000-louis-b','<p>Contact: Nellie Franken</p>\r\n<p>Email: <a href=\"mailto:kidz2000@mweb.co.za\">kidz2000@mweb.co.za</a></p>\r\n<p>Business Phone: 021 9149708</p>\r\n<p>Mobile Phone:</p>',0,'',0,1,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2016-03-22 09:04:31',0,'2016-03-22 09:04:31','*','2016-03-22 09:04:31','0000-00-00 00:00:00',21,140,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',0,1,0,'','',10,'',1),(13,'com_content.article','Loys Models & Talent','loys-models-talent','<p>Contact: Aloy Onourah</p>\r\n<p>Email: <a href=\"mailto:info@loysmodels.co.za\">info@loysmodels.co.za</a></p>\r\n<p>Business Phone: 021 4240540</p>\r\n<p>Mobile Phone: </p>',0,'',0,1,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2016-03-22 09:07:57',0,'2016-03-22 09:07:57','*','2016-03-22 09:07:57','0000-00-00 00:00:00',22,142,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',0,1,0,'','',10,'',1),(14,'com_content.article','Our World Casting Agency','our-world-casting-agency','<p>Contact: Osagie Williams</p>\r\n<p>Email: <a href=\"mailto:casting@ourworldproduction.co.za\">casting@ourworldproduction.co.za</a></p>\r\n<p>Business Phone: 011 435 8933</p>\r\n<p>Mobile Phone: 0823618309</p>',0,'',0,1,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2016-03-22 09:12:48',0,'2016-03-22 09:12:48','*','2016-03-22 09:12:48','0000-00-00 00:00:00',23,144,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',0,1,0,'','',10,'',1),(15,'com_content.article','Rave Europe Models','rave-europe-models','<p>Contact: Cindy Schoeman</p>\r\n<p>Email: <a href=\"mailto:europemodels@raveeuropemodels.co.za\">europemodels@raveeuropemodels.co.za</a></p>\r\n<p>Business Phone: 0118234247</p>\r\n<p>Mobile Phone:</p>',0,'',0,1,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2016-03-22 09:15:32',0,'2016-03-22 09:16:41','*','2016-03-22 09:15:32','0000-00-00 00:00:00',24,146,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',0,2,0,'','',10,'',1),(16,'com_content.article','Red Carpet Kids Characters & Extras','red-carpet-kids-characters-extras','<p>Contact: Ansie de Beer</p>\r\n<p>Email: <a href=\"mailto:ansie@redcarpetkids.co.za\">ansie@redcarpetkids.co.za</a></p>\r\n<p>Business Phone: 012 6672995</p>\r\n<p>Mobile Phone:</p>',0,'',0,1,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2016-03-22 09:18:51',0,'2016-03-22 09:18:51','*','2016-03-22 09:18:51','0000-00-00 00:00:00',25,148,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',0,1,0,'','',10,'',1),(17,'com_content.article','Chazel Models','chazel-models','<p>Contact: Zeldeen Kriel</p>\r\n<p>Email: <a href=\"mailto:chazel@mweb.co.za\">chazel@mweb.co.za</a></p>\r\n<p>Business Phone: 0118153444</p>\r\n<p>Mobile Phone:</p>',0,'',0,1,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2016-03-22 09:21:32',0,'2016-03-22 09:21:32','*','2016-03-22 09:21:32','0000-00-00 00:00:00',26,150,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',0,1,0,'','',10,'',1),(18,'com_content.article','Let\'s Twist t/a Zenobia Artist Management','let-s-twist-t-a-zenobia-artist-management','<p>Contact: Zenobia du Plessis</p>\r\n<p>Email: <a href=\"mailto:zenobia@lantic.net\">zenobia@lantic.net</a></p>\r\n<p>Business Phone: 0123465881</p>\r\n<p>Mobile Phone:</p>',0,'',0,1,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2016-03-22 09:23:57',0,'2016-03-22 09:23:57','*','2016-03-22 09:23:57','0000-00-00 00:00:00',27,152,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',0,1,0,'','',10,'',1),(19,'com_content.article','Just You Model & Artist Management','just-you-model-artist-management','<p>Contact: Jeff</p>\r\n<p>Email: <a href=\"mailto:info@just-u.co.za\">info@just-u.co.za</a></p>\r\n<p>Business Phone: 011 0392481</p>\r\n<p>Mobile Phone:</p>',0,'',0,1,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2016-03-22 09:29:44',0,'2016-03-22 09:29:44','*','2016-03-22 09:29:44','0000-00-00 00:00:00',28,154,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',0,1,0,'','',10,'',1),(20,'com_content.article','Lets Face It','lets-face-it','<p>Contact: Mel Massyn</p>\r\n<p>Email: <a href=\"mailto:mel@letsfaceit.co.za\">mel@letsfaceit.co.za</a></p>\r\n<p>Business Phone: 0315632098</p>\r\n<p>Mobile Phone:</p>',0,'',0,1,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2016-03-22 09:32:26',814,'2016-03-23 13:50:57','*','2016-03-22 09:32:26','0000-00-00 00:00:00',29,156,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',1,2,1,'','',10,'',1),(21,'com_content.article','Leago and Friends on TV','leago-and-friends-on-tv','<p>Contact: Millicent Lulama Letsoalo</p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\">: <a href=\"mailto:letsoalolm@gmail.com\">letsoalolm@gmail.com</a></span></p>\r\n<p>Business Phone: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\">012 373 8642</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\">081 751 2668</span></p>',1,'',0,1,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2016-03-23 12:26:17',814,'2016-03-23 12:30:18','*','2016-03-23 12:26:17','0000-00-00 00:00:00',30,158,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',0,2,0,'','',10,'',1),(22,'com_content.article','eModels','emodels','<p>Contact: Jeanre du Preez</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\">: <a href=\"mailto:admin@emodelssa.com\">admin@emodelssa.com</a></span></p>\r\n<p>Business Phone: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\">084 809 3663</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\">084 809 3663</span></p>',1,'',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2016-07-29 11:19:01',814,'2024-10-06 09:51:42','*','2016-07-29 11:19:01','0000-00-00 00:00:00',31,162,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',11122,4,38,'','',10,'',1),(23,'com_content.article','Go Talent','go-talent','<p>Contact: Paul Kershaw</p>\r\n<p>Email:<span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\">: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\"><a href=\"mailto:thecrew@anua.co.za\">thecrew@anua.co.za</a></span></span></p>\r\n<p>Business Phone: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\">011 425 4471</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\">082 783 0109</span></p>',1,'',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2016-07-29 12:01:17',814,'2025-06-18 07:54:33','*','2016-07-29 12:01:17','0000-00-00 00:00:00',32,164,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',12074,11,52,'','',10,'',1),(24,'com_content.article','HTA Extras','hta-extras','<p>Contact: Phillipe Pringiers</p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\">: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\"><a href=\"mailto:thecrew@anua.co.za\">hta.extras@gmail.com</a></span></span></p>\r\n<p>Business Phone: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\">072 959 1372<br /></span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\">072 959 1372</span></p>',2,'',0,1,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2016-08-19 07:18:34',814,'2016-08-30 06:33:07','*','2016-08-19 07:18:34','0000-00-00 00:00:00',33,166,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',11,3,21,'','',10,'',1),(25,'com_content.article','Arc Artist Management','arc-artist-management','<p>Contact: Charl de Reuck</p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\">: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\"><a href=\"mailto:thecrew@anua.co.za\">charl@dereuck.co.za</a></span></span></p>\r\n<p>Business Phone: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\"><span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\">+27828523446</span></span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 11pt; font-family: \'Calibri\',sans-serif;\">+27828523446</span></p>',0,'',0,1,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,'{}',814,'','2016-08-30 06:35:47',814,'2016-08-30 06:37:17','*','2016-08-30 06:35:47','0000-00-00 00:00:00',34,168,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',0,2,22,'','',10,'',1),(26,'com_content.article','Funky Lemon Casting Agency Pty Ltd','funky-lemon-casting-agency-pty-ltd','<p>Contact: Craig Young</p>\r\n<p>Email:<a href=\"mailto:pene@ozoneartists.co.za\">c</a><a href=\"mailto:raig@funkylemon.co.za\">raig@funkylemon.co.za</a></p>\r\n<p>Business Phone: 081 713 2212</p>\r\n<p>Mobile Phone: 079 319 0838</p>',1,'',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2017-03-29 10:24:40',814,'2024-10-06 10:17:44','*','2017-03-29 11:03:29','0000-00-00 00:00:00',39,187,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',12909,4,31,'','',10,'',1),(27,'com_content.article','PIP Group Pty Ltd','ozone-management-3','<p>Contact: Cindy Jacobs</p>\r\n<p>Email: cindy@pipmodel.co.za</p>\r\n<p>Business Phone: 0827878718</p>\r\n<p>Mobile Phone: 0827878718</p>',0,'',0,1,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2017-03-29 10:24:44',814,'2017-03-29 10:32:54','*','2017-03-29 10:31:23','0000-00-00 00:00:00',40,189,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',0,3,0,'','',10,'',1),(28,'com_content.article','Central Castings','ozone-management-4','<p>Contact: Bernie Adams</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p>Email: <a href=\"mailto:info@centralcastings.co.za\">info@centralcastings.co.za</a></p>\r\n<p>Business Phone: <span style=\"font-size: 10pt; font-family: arial, helvetica, sans-serif;\">082 531 7888</span></p>\r\n<p>Mobile Phone: <span style=\"font-family: arial, helvetica, sans-serif; font-size: 13.3333px;\">082 531 7888</span></p>',1,'',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2017-04-12 09:19:14',814,'2024-10-06 09:49:13','*','2017-04-12 09:22:31','0000-00-00 00:00:00',41,191,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',7601,8,29,'','',10,'',1),(29,'com_content.article','NJD Casting Agency','njd-casting-agency','<p>Contact: Nontobeko</p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:melanie@kowabungakidscastings.co.za\"> <span style=\"font-size: 12pt; font-family: \'Times New Roman\', serif;\"></span></a><a href=\"mailto:jeffkisekka@aol.com\">jeffkisekka@aol.com</a></span></p>\r\n<p>Business Phone: 073 608 9598</p>\r\n<p>Mobile Phone: 073 608 9598</p>',0,'0000-00-00 00:00:00',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2017-06-28 14:21:50',814,'2017-06-28 15:04:12','*','2017-06-28 14:25:21','0000-00-00 00:00:00',42,196,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',0,5,0,'','',10,'',1),(30,'com_content.article','Funky Lemon Casting Agency Pty Ltd (4)','ozone-management-5','<p>Contact: Craig Young</p>\r\n<p>Email: <a href=\"mailto:pene@ozoneartists.co.za\">c</a><a href=\"mailto:raig@funkylemon.co.za\">raig@funkylemon.co.za</a></p>\r\n<p>Business Phone: 081 713 2212</p>\r\n<p>Mobile Phone: 079 319 0838</p>',0,'0000-00-00 00:00:00',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2017-06-28 15:26:31',0,'2017-06-28 15:26:31','*','0000-00-00 00:00:00','0000-00-00 00:00:00',43,198,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',0,1,0,'','',10,'',1),(31,'com_content.article','021 Kids','021-kids','<p>Contact: Melanie</p>\r\n<p>Email: <a href=\"mailto:www.melanie@kowabungakidscastings.co.za\">mel@021kids.co.za</a></p>\r\n<p>Business Phone: 082 417 7725</p>\r\n<p>Mobile Phone: 082 417 7725</p>',1,'0000-00-00 00:00:00',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2017-06-28 15:28:32',814,'2025-06-18 07:57:55','*','2017-06-28 15:31:04','0000-00-00 00:00:00',44,200,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',10926,14,24,'','',10,'',1),(32,'com_content.article','Touch Down Modelling Agent','kowabunga-kids-castings-2','<p>Contact: Victor Lentswe</p>\r\n<p>Email:<span style=\"font-size: 10pt; font-family: Tahoma, sans-serif;\"><a href=\"mailto:qstworkstation@gmail.com\"></a><a href=\"mailto:qstworkstation@gmail.com\">qstworkstation@gmail.com</a></span></p>\r\n<p>Business Phone: 073 516 0331</p>\r\n<p>Mobile Phone: 073 516 0331</p>',0,'0000-00-00 00:00:00',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2017-08-16 12:35:52',814,'2017-11-16 10:10:44','*','2017-08-16 12:42:34','0000-00-00 00:00:00',45,202,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',122,4,0,'','',10,'',1),(33,'com_content.article','One Shot Extras','one-shot-extras','<p>Contact: Sarah-Lee Fredericks</p>\r\n<p>Email: <span style=\"font-size: 12pt; font-family: \'Times New Roman\', serif;\"><a href=\"mailto:extrasoneshot@gmail.com\">extrasoneshot@gmail.com</a></span></p>\r\n<p>Business Phone:<span style=\"font-size: 9pt; font-family: Helvetica, sans-serif; color: #1d2129;\">066 382 7599</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 9pt; font-family: Helvetica, sans-serif; color: #1d2129;\">066 382 7599</span></p>',1,'0000-00-00 00:00:00',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2017-11-16 10:11:13',814,'2017-11-16 14:40:30','*','2017-11-16 10:11:13','0000-00-00 00:00:00',46,204,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',2,8,0,'','',10,'',1),(34,'com_content.article','The Candidate Casting','candidate-casting','<p>Contact: Jill Bell</p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:casting@thecandidate.co.za\">casting@thecandidate.co.za</a></span></p>\r\n<p>Business Phone:<span style=\"font-size: 9pt; font-family: Helvetica, sans-serif; color: #1d2129;\">039 975 1233</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 9pt; font-family: Helvetica, sans-serif; color: #1d2129;\">076 207 4401</span></p>',1,'0000-00-00 00:00:00',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2018-06-27 12:05:14',814,'2018-07-04 10:11:05','*','2018-06-27 12:08:34','0000-00-00 00:00:00',47,206,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',11,6,2,'','',10,'',1),(35,'com_content.article','Kuze Kuse Production','kuze-kuse-production','<p>Contact: July Masilela</p>\r\n<p>Email:<span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:info@kuzekuseproduction.com\">info@kuzekuseproduction.com</a></span></p>\r\n<p>Business Phone:<span style=\"font-size: 9pt; font-family: Helvetica, sans-serif; color: #1d2129;\">081 300 2962</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 9pt; font-family: Helvetica, sans-serif; color: #1d2129;\">071 313 1843</span></p>',1,'0000-00-00 00:00:00',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2018-06-27 12:27:36',814,'2024-10-06 10:19:04','*','2018-06-27 12:33:00','0000-00-00 00:00:00',48,208,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',13637,4,22,'','',10,'',1),(36,'com_content.article','Unique Select','unique-select','<p>Contact: Beatrix Jubane</p>\r\n<p>Email: <span style=\"font-family: Calibri, sans-serif;\"><span style=\"font-size: 14.6667px;\"><a href=\"mailto:uniqueselect2016@gmail.com\">uniqueselect2016@gmail.com</a></span></span></p>\r\n<p>Business Phone:<span style=\"font-size: 9pt; font-family: Helvetica, sans-serif; color: #1d2129;\">062 077 1241</span></p>\r\n<p>Mobile Phone: <span style=\"color: #1d2129; font-family: Helvetica, sans-serif; font-size: 12px;\">062 077 1241</span></p>',1,'0000-00-00 00:00:00',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2018-07-04 10:05:42',814,'2025-06-18 07:08:56','*','2018-07-04 10:10:07','0000-00-00 00:00:00',49,210,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',6219,7,18,'','',10,'',1),(37,'com_content.article','Matte Grey Models','matte-grey','<p>Contact: Margaret Mboyane</p>\r\n<p>Email: <a href=\"mailto:director1@mattegreymodels.co.za\">director1@mattegreymodels.co.za</a></p>\r\n<p>Business Phone: <span style=\"font-size: 9pt; font-family: Helvetica, sans-serif; color: #1d2129;\">011 046 9118</span></p>\r\n<p>Mobile Phone:<span style=\"font-size: 9pt; font-family: Helvetica, sans-serif; color: #1d2129;\">061 435 5500</span></p>',1,'0000-00-00 00:00:00',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2018-10-30 16:00:14',814,'2025-06-18 08:15:43','*','2018-10-30 16:04:39','0000-00-00 00:00:00',50,214,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',11545,11,18,'','',10,'',1),(39,'com_content.article','Valuta Entertainment','valuta','<p>Contact: Sandile Ndwalane</p>\r\n<p>Email: <a href=\"mailto:valuta@valutaentertainment.com\">valuta@valutaentertainment.com</a></p>\r\n<p><a href=\"mailto:valuta@valutaentertainment.com\"></a>Telephone: 083 797 4909</p>\r\n<p>Mobile Phone: 067 086 5824<span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><br /></span></p>\r\n<p> </p>',1,'0000-00-00 00:00:00',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2019-11-05 11:53:56',814,'2025-06-18 06:51:33','*','2019-11-05 11:53:56','0000-00-00 00:00:00',52,218,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',7185,10,18,'','',10,'',1),(40,'com_content.article','Kidz & Modelz 2000','kidz-modelz-2000','<p>Contact: Nellie</p>\r\n<p>Email:<a href=\"mailto:www.melanie@kowabungakidscastings.co.za\">kidz@kidz2000.co.za</a></p>\r\n<p>Business Phone: 021 914 9708</p>\r\n<p>Mobile Phone: 082 866 9491</p>',1,'0000-00-00 00:00:00',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2022-09-23 07:23:13',814,'2025-06-18 08:14:52','*','2022-09-23 07:23:13','0000-00-00 00:00:00',53,220,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',2184,5,15,'','',10,'',1),(41,'com_content.article','Perfect Castings','perfect-castings','<p>Contact: Shane Nagel</p>\r\n<p>Email: <a href=\"mailto:perfectcastings2010@gmail.com\">perfectcastings2010@gmail.com</a><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:info@kuzekuseproduction.com\"><br /></a></span></p>\r\n<p>Business Phone: 079 195 0275<span style=\"color: #1f1f1f; font-family: \'Google Sans\', Roboto, sans-serif; font-size: 12px; background-color: #ffffff;\"><br /></span></p>\r\n<p>Mobile Phone:079 195 0275</p>\r\n<p> </p>',1,'0000-00-00 00:00:00',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2024-10-02 05:09:29',814,'2025-06-18 06:28:11','*','2024-10-02 05:35:12','0000-00-00 00:00:00',54,222,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',782,3,16,'','',10,'',1),(42,'com_content.article','Royal Dinaledi Media & Communications','royal-dinaledi-media-communications','<p>Contact: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">Thembi Letsoalo</span></p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"mailto:tsekhaolelo@gmail.com\" target=\"_blank\" class=\"in-cell-link\">tsekhaolelo@gmail.com</a></span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:info@kuzekuseproduction.com\"><br /></a></span></p>\r\n<p>Business Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">0769975433</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">0769975433</span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><br /></span></p>\r\n<p>Website: <a href=\"mailto:professionalbackgroundartists@gmail.com\" style=\"background-color: #414143;\">royaldinaledi.co.za</a></p>',1,'0000-00-00 00:00:00',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2024-10-02 05:37:48',814,'2025-06-18 06:27:55','*','2024-10-02 05:40:44','0000-00-00 00:00:00',55,224,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',1050,7,15,'','',10,'',1),(43,'com_content.article','FOSAC Castings','fosac-castings','<p>Contact: Cassandra Garofallou</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p>Email: <a href=\"mailto:professionalbackgroundartists@gmail.com\">info@castings.fosac.co.za</a></p>\r\n<p>Business Phone: <span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\">072 556 1842</span></p>\r\n<p>Mobile Phone:060 567 8690<span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><br /></span></p>\r\n<p>Website: <a href=\"mailto:professionalbackgroundartists@gmail.com\" style=\"background-color: #414143;\">castings.fosac.co.za</a></p>',-2,'0000-00-00 00:00:00',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2024-10-06 06:48:37',814,'2024-10-08 12:40:13','*','2024-10-06 09:16:05','0000-00-00 00:00:00',56,226,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',18,8,14,'','',10,'',1),(44,'com_content.article','Stars of Africa Media','stars-of-africa-media','<p>Contact: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">Kevin Mondli Thusi</span></p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"mailto:starsofafrica@gmail.com\" target=\"_blank\" class=\"in-cell-link\">starsofafrica@gmail.com</a></span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:info@kuzekuseproduction.com\"><br /></a></span></p>\r\n<p>Business Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">0789864884</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">0789864884</span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><br /></span></p>\r\n<p><a href=\"mailto:professionalbackgroundartists@gmail.com\" style=\"background-color: #414143;\"></a></p>',1,'0000-00-00 00:00:00',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2024-10-06 06:57:51',814,'2025-06-18 06:26:56','*','2024-10-06 08:52:39','0000-00-00 00:00:00',57,228,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',741,5,13,'','',10,'',1),(45,'com_content.article','Simbarashe Casting','simbarashe-casting','<p>Contact: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">Shandu Mukwevho</span></p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"mailto:shandum89@gmail.com\" target=\"_blank\" class=\"in-cell-link\">shandum89@gmail.com</a></span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:info@kuzekuseproduction.com\"><br /></a></span></p>\r\n<p>Business Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">0737912962</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">0737912962</span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><br /></span></p>\r\n<p>Website: <a href=\"mailto:professionalbackgroundartists@gmail.com\" style=\"background-color: #414143;\"><br /></a></p>',-2,'0000-00-00 00:00:00',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,'{}',814,'','2024-10-06 07:13:23',814,'2024-10-06 08:52:08','*','2024-10-06 08:52:08','0000-00-00 00:00:00',58,230,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',0,4,12,'','',10,'',1),(46,'com_content.article','Eventpho Talent Management','eventpho-talent-management','<p>Contact: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">Madeleine Heunus</span></p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"mailto:madeleinza@gmail.com\" target=\"_blank\" class=\"in-cell-link\">madeleineza@gmail.com</a></span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:info@kuzekuseproduction.com\"><br /></a></span></p>\r\n<p>Business Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">082 442 0471</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">082 442 0471</span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><br /></span></p>\r\n<p><a href=\"mailto:professionalbackgroundartists@gmail.com\" style=\"background-color: #414143;\"></a></p>',1,'0000-00-00 00:00:00',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2024-10-06 07:21:15',814,'2025-06-18 07:50:07','*','2024-10-06 08:48:09','0000-00-00 00:00:00',59,232,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',1056,8,11,'','',10,'',1),(47,'com_content.article','Blanket Casting Agency','blanket-casting-agency','<p>Contact: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">Sthabile Faith Ngubo</span></p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"mailto:sthabilefaith@gmail.com\" target=\"_blank\" class=\"in-cell-link\">sthabilefaith@gmail.com</a></span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:info@kuzekuseproduction.com\"><br /></a></span></p>\r\n<p>Business Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">062 642 2019</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">062 642 2019</span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><br /></span></p>\r\n<p><a href=\"mailto:professionalbackgroundartists@gmail.com\" style=\"background-color: #414143;\"></a></p>',1,'0000-00-00 00:00:00',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2024-10-06 07:31:00',814,'2025-06-18 07:48:27','*','2024-10-06 07:41:15','0000-00-00 00:00:00',60,234,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',1107,5,10,'','',10,'',1),(48,'com_content.article','Our Future Talent Management','our-future-talent-management','<p>Contact: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">Sonwabile Gingqishe</span></p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"mailto:sonwabilegngqishe@gmail.com\" target=\"_blank\" class=\"in-cell-link\">sonwabilegngqishe@gmail.com</a></span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:info@kuzekuseproduction.com\"><br /></a></span></p>\r\n<p>Business Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">0632368953</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">0632368953</span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><br /></span></p>\r\n<p>Website: <span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"http://www.ourfuturetalentmanagement.co.za/\" target=\"_blank\" class=\"in-cell-link\">ourfuturetalentmanagement.co.za</a></span></p>',1,'0000-00-00 00:00:00',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2024-10-06 07:42:10',814,'2025-06-18 06:25:31','*','2024-10-06 07:45:17','0000-00-00 00:00:00',61,236,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',806,5,9,'','',10,'',1),(49,'com_content.article','TMKAY','tmkay','<p>Contact: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">Puleng Leqela</span></p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"mailto:tmkayenterprise@gmail.com\" target=\"_blank\" class=\"in-cell-link\">tmkayenterprise@gmail.com</a></span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:info@kuzekuseproduction.com\"><br /></a></span></p>\r\n<p>Business Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">0765153809</span></p>\r\n<p>Mobile Phone:<span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">0765153809</span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><br /></span></p>\r\n<p><a href=\"mailto:professionalbackgroundartists@gmail.com\" style=\"background-color: #414143;\"></a></p>',1,'0000-00-00 00:00:00',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2024-10-06 07:45:23',814,'2025-06-18 06:24:29','*','2024-10-06 07:50:04','0000-00-00 00:00:00',62,238,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',837,4,8,'','',10,'',1),(50,'com_content.article','CIDI Actors & Modelling Agency','cidi-actors-modelling-agency','<p>Contact: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">Nhlanha Ndlovu</span></p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"mailto:cidichocolate@gmail.com\" target=\"_blank\" class=\"in-cell-link\">cidichocolate@gmail.com</a></span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:info@kuzekuseproduction.com\"><br /></a></span></p>\r\n<p>Business Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">083 892 2868</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">083 892 2868</span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><br /></span></p>\r\n<p><a href=\"mailto:professionalbackgroundartists@gmail.com\" style=\"background-color: #414143;\"></a></p>',1,'0000-00-00 00:00:00',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2024-10-06 07:50:08',814,'2025-06-18 07:49:15','*','2024-10-06 07:52:58','0000-00-00 00:00:00',63,240,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',945,5,7,'','',10,'',1),(51,'com_content.article','Kazimula Casting Agency','kazimula-casting-agency','<p>Contact: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">Sebenzile Mgomezulu</span></p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"mailto:mngomezulusebenzile1@gmail.com\" target=\"_blank\" class=\"in-cell-link\">mngomezulusebenzile1@gmail.com</a></span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:info@kuzekuseproduction.com\"><br /></a></span></p>\r\n<p>Business Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">073 770 5758</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">073 7705 758</span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><br /></span></p>\r\n<p><a href=\"mailto:professionalbackgroundartists@gmail.com\" style=\"background-color: #414143;\"></a></p>',1,'0000-00-00 00:00:00',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2024-10-06 07:53:06',814,'2025-06-18 08:08:39','*','2024-10-06 07:56:48','0000-00-00 00:00:00',64,242,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',905,6,6,'','',10,'',1),(52,'com_content.article','Vickys Casting Agency','vickys-casting-agency','<p>Contact: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">Vicky Mtilibe</span></p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"mailto:vicky@vickyscastingagency.co.za\" target=\"_blank\" class=\"in-cell-link\">vicky@vickyscastingagency.co.za</a></span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:info@kuzekuseproduction.com\"><br /></a></span></p>\r\n<p>Business Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">0614604356</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">0614604356</span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><br /></span></p>\r\n<p>Website: <a href=\"mailto:professionalbackgroundartists@gmail.com\" style=\"background-color: #414143;\"><br /></a></p>',-2,'0000-00-00 00:00:00',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,'{}',814,'','2024-10-06 07:56:55',814,'2024-10-06 08:44:22','*','2024-10-06 08:10:07','0000-00-00 00:00:00',65,244,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',0,3,5,'','',10,'',1),(53,'com_content.article','Okuhle Casting Agncy','okuhle-casting-agncy','<p>Contact: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">Bongiwe Sontseu</span></p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"mailto:wendysomtsewu@gmail.com\" target=\"_blank\" class=\"in-cell-link\">wendysomtsewu@gmail.com</a></span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:info@kuzekuseproduction.com\"><br /></a></span></p>\r\n<p>Business Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">082988335</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">082988335</span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><br /></span></p>\r\n<p><a href=\"mailto:professionalbackgroundartists@gmail.com\" style=\"background-color: #414143;\"></a></p>',1,'0000-00-00 00:00:00',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2024-10-06 08:10:11',814,'2025-06-18 06:23:25','*','2024-10-06 08:12:11','0000-00-00 00:00:00',66,246,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',685,5,4,'','',10,'',1),(54,'com_content.article','Tsholo Castings ','tsholo-castings','<p>Contact:<span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">Sanna</span></p>\r\n<p><span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\"></span></p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p>Email:</p>\r\n<p>Business Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">0824812063</span></p>\r\n<p> </p>\r\n<p>Mobile Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">0824812063</span></p>\r\n<p>Website: </p>',-2,'0000-00-00 00:00:00',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2024-10-06 08:13:09',814,'2024-10-08 12:42:46','*','2024-10-06 08:15:05','0000-00-00 00:00:00',67,248,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',22,24,3,'','',10,'',1),(55,'com_content.article','FOSAC Castings','fosac-casting','<p>Contact:<span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">Casssandra Garofallou</span> </p>\r\n<p>Email:<a href=\"info@castings.fosac.co.za\"> i<span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\">nfo@castings.fosac.co.za</span></a></p>\r\n<p>Business Phone:<span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">063 040 5311</span></p>\r\n<p>Mobile Phone:<span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">063 040 5311</span></p>\r\n<p>Website:<span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"https://castings.fosac.co.za/\" target=\"_blank\" class=\"in-cell-link\">castings.fosac.co.za</a></span></p>',1,'0000-00-00 00:00:00',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2024-10-06 08:15:09',814,'2025-06-18 07:39:15','*','2024-10-06 08:17:17','0000-00-00 00:00:00',68,250,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',74,31,4,'','',10,'',1),(56,'com_content.article','Mellows Casting Agency','mellows-casting-agency','<p>Contact:<span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">Boitumelo Nkos</span></p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"boitumelokosi957@gmail.com\">boitumelokosi957@gmail.com</a></span></span></p>\r\n<p><span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"mailto:cassandra@friendsofsacomedy.com\" target=\"_blank\" class=\"in-cell-link\"></a></span></span>Business Phone:<span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">065 875 2838</span></p>\r\n<p>Mobile Phone:<span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">065 875 2838</span></p>',1,'0000-00-00 00:00:00',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2024-10-06 08:17:20',814,'2025-06-18 08:16:59','*','2024-10-06 08:19:52','0000-00-00 00:00:00',69,252,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',786,6,3,'','',10,'',1),(57,'com_content.article','Mellows Casting Agency (2)','fosac-castings-16','<p>Contact:<span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">Boitumelo Nkos</span></p>\r\n<p>Email: <span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"mailto:wendysomtsewu@gmail.com\" target=\"_blank\" class=\"in-cell-link\"></a><a href=\"mailto:cassandra@friendsofsacomedy.com\" target=\"_blank\" class=\"in-cell-link\"><span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\">boitumelokosi957@gmail.com</span></a></span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:info@kuzekuseproduction.com\"><br /></a></span></p>\r\n<p>Business Phone:<span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">0658752838</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">0658752838</span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><br /></span></p>\r\n<p>Website: <a href=\"mailto:professionalbackgroundartists@gmail.com\" style=\"background-color: #414143;\"><br /></a></p>',-2,'0000-00-00 00:00:00',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,'{}',814,'','2024-10-06 08:19:56',0,'2024-10-06 08:19:56','*','0000-00-00 00:00:00','0000-00-00 00:00:00',70,254,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',0,1,0,'','',10,'',1),(58,'com_content.article','BW Castings ','bw-castings','<p>Contact:<span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">Busi Mkhize</span></p>\r\n<p>Email:<span style=\"font-size: 11pt; font-family: Calibri, Arial; color: #0563c1; text-align: center;\" data-sheets-root=\"1\"><a href=\"mailto:blackwhitecasting@gmail.com\" target=\"_blank\" class=\"in-cell-link\">blackwhitecasting@gmail.com</a></span><span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\"><a href=\"mailto:info@kuzekuseproduction.com\"><br /></a></span></p>\r\n<p>Business Phone:<span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">076 576 9923</span></p>\r\n<p>Mobile Phone:<span style=\"font-size: 9pt; font-family: Tahoma, Arial; text-align: center;\" data-sheets-root=\"1\">076 576 9923</span></p>\r\n<p>Website:<a href=\"https://blackandwhitecastings.co.za/\">blackandwhitecastings.co.za</a></p>',1,'0000-00-00 00:00:00',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2024-10-06 09:17:34',814,'2025-06-18 07:09:32','*','2024-10-06 09:19:42','0000-00-00 00:00:00',71,256,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',999,6,1,'','',10,'',1),(59,'com_content.article','Professional Background Artists','prof-background-artists','<p>Contact: Danielle Naude</p>\r\n<p>Email:<a href=\"mailto:professionalbackgroundartists@gmail.com\">professionalbackgroundartists@gmail.com</a></p>\r\n<p>Business Phone: <span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\">0817002060</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\">0817002060</span></p>\r\n<p>Website: <a href=\"professionalbackgroundartists.co.za\">professionalbackgroundartists.co.za</a></p>',-2,'0000-00-00 00:00:00',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,'{}',814,'','2025-06-18 06:52:41',814,'2025-06-18 06:54:47','*','2025-06-18 06:53:51','0000-00-00 00:00:00',72,258,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',0,3,0,'','',10,'',1),(60,'com_content.article','Professional Background Artists','professional-background-artists','<p>Contact: Danielle Naude</p>\r\n<p>Email:<a href=\"mailto:professionalbackgroundartists@gmail.com\">professionalbackgroundartists@gmail.com</a></p>\r\n<p>Business Phone: <span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\">081 700 2060</span></p>\r\n<p>Mobile Phone: <span style=\"font-size: 11pt; font-family: Calibri, sans-serif;\">081 700 2060</span></p>\r\n<p>Website: <a href=\"professionalbackgroundartists.co.za\">professionalbackgroundartists.co.za</a></p>',1,'0000-00-00 00:00:00',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{}',814,'','2025-06-18 06:58:33',814,'2025-06-18 07:09:15','*','2025-06-18 07:00:53','0000-00-00 00:00:00',73,260,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',0,4,0,'','',10,'',1),(61,'com_content.article','Colt Talent','colt-talent','<p><strong>C</strong>Contact:Tracy Walton</p>\r\n<p>Email:<a href=\"info@colttalent.com\"> info@colttalent.com</a></p>\r\n<p>Business Phone: 021 007 1303</p>\r\n<p>Mobile Phone:082 711 0858</p>\r\n<p>Website: <a href=\"https://colttalent.com/\">colttalent.com</a></p>',1,'0000-00-00 00:00:00',0,1,'{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"1\",\"show_article_options\":\"1\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',0,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',814,'','2016-03-02 07:37:36',814,'2025-06-18 07:27:13','*','2016-03-02 07:37:36','0000-00-00 00:00:00',74,262,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}',0,2,0,'','',10,'',1);
/*!40000 ALTER TABLE `jos7e_ucm_content` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_ucm_history`
--
DROP TABLE IF EXISTS `jos7e_ucm_history`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_ucm_history` (
`version_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`ucm_item_id` int(10) unsigned NOT NULL,
`ucm_type_id` int(10) unsigned NOT NULL,
`version_note` varchar(255) NOT NULL DEFAULT '' COMMENT 'Optional version name',
`save_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`editor_user_id` int(10) unsigned NOT NULL DEFAULT 0,
`character_count` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Number of characters in this version.',
`sha1_hash` varchar(50) NOT NULL DEFAULT '' COMMENT 'SHA1 hash of the version_data column.',
`version_data` longtext NOT NULL COMMENT 'json-encoded string of version data',
`keep_forever` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=auto delete; 1=keep',
PRIMARY KEY (`version_id`),
KEY `idx_ucm_item_id` (`ucm_type_id`,`ucm_item_id`),
KEY `idx_save_date` (`save_date`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_ucm_history`
--
LOCK TABLES `jos7e_ucm_history` WRITE;
/*!40000 ALTER TABLE `jos7e_ucm_history` DISABLE KEYS */;
INSERT INTO `jos7e_ucm_history` VALUES (1,8,5,'','2016-02-24 07:24:51',814,555,'698581e755098d4a2a68b7d430723dfdfebabefc','{\"id\":8,\"asset_id\":61,\"parent_id\":\"1\",\"lft\":\"11\",\"rgt\":12,\"level\":1,\"path\":null,\"extension\":\"com_content\",\"title\":\"Slideshow\",\"alias\":\"slideshow\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"814\",\"created_time\":\"2016-02-24 07:24:51\",\"modified_user_id\":null,\"modified_time\":\"2016-02-24 07:24:51\",\"hits\":\"0\",\"language\":\"*\",\"version\":null}',0),(2,1,1,'','2016-02-24 08:11:12',814,5049,'fcdbb28619aba6801ad4dab1174655c6e5a4fa78','{\"id\":1,\"asset_id\":62,\"title\":\"About OSCASA\",\"alias\":\"about-oscasa\",\"introtext\":\"<p>OSCASA Agents represent Characters, Kids, Walk-ons, Featured Extras and Background Artistes.<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>The Constitution ratified by its members incorporates the Mission Statement of the Association which best outlines the objectives of this ambitious undertaking:<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u201cOSCASA exists to uphold the highest standards of practice and conduct in the representation and provision of supporting artistes as prescribed by legislation, on camera artistes categories and OSCASA\\u2019s members.<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>OSCASA will represent the interests of its members, and those of the supporting artistes they represent, to the business community and the general public.\\u201d<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<div>\\r\\n<h2>The objectives of the Association, as laid out in their constitution, are as follows:<\\/h2>\\r\\n<ul>\\r\\n<li>To represent, promote and defend the common interests of members to the media production industry, government bodies and the broadcast and print media to the highest ethical and professional standards.<\\/li>\\r\\n<\\/ul>\\r\\n<ul>\\r\\n<li>To ensure that members are fully compliant with OSCASA codes of practice and relevant legislation by way of prescribed standards of membership of the Association such that those employing the services of, or having dealings with members, shall have such assurance and safeguard of professional competency, honourable<\\/li>\\r\\n<li><\\/li>\\r\\n<li><br \\/> dealing and financial security as to encourage them to deal preferentially with members.<\\/li>\\r\\n<\\/ul>\\r\\n<p>\\u00a0<\\/p>\\r\\n<ul>\\r\\n<li>To gather and distribute information to assist members in being fully compliant with legislation.<\\/li>\\r\\n<\\/ul>\\r\\n<p>\\u00a0<\\/p>\\r\\n<ul>\\r\\n<li>To liaise with producers and\\/or any such nominated representatives to ensure that members are fully aware<br \\/> of agreed rates of pay for artiste\\u2019s work.<\\/li>\\r\\n<\\/ul>\\r\\n<p>\\u00a0<\\/p>\\r\\n<ul>\\r\\n<li>To ensure that members are informed of issues occurring within the wider film industry which may affect them<br \\/> or the artistes they represent.<\\/li>\\r\\n<\\/ul>\\r\\n<p>\\u00a0<\\/p>\\r\\n<ul>\\r\\n<li>To uphold standards of representation for supporting artistes.<\\/li>\\r\\n<\\/ul>\\r\\n<p>\\u00a0<\\/p>\\r\\n<ul>\\r\\n<li>Protect the industry from unfair competition by persons or organizations whose businesses cannot be legally<br \\/> classified within the Industry.<\\/li>\\r\\n<\\/ul>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>All Association members prescribe to a code of Conduct which establishes professional standards for the Agents and Artistes<br \\/> associated with OSCASA.<\\/p>\\r\\n<p>OSCASA has established communication with:<\\/p>\\r\\n<ol>\\r\\n<li>Commercial Producers Association of South Africa ( CPASA )<\\/li>\\r\\n<li>Independent Producers Association ( IPO )<\\/li>\\r\\n<li>Association for Communication & Advertising ( ASA )<\\/li>\\r\\n<li>South African Association of Stills Producers ( SAASP )<\\/li>\\r\\n<li>Personal Managers\\u2019 Association ( PMA )<\\/li>\\r\\n<li>National Association of Model Agencies ( NAMA )<\\/li>\\r\\n<li>Media, Information and Communication Technology Sector Education\\u00a0 and Training Authority. ( MICT Seta )<\\/li>\\r\\n<li>Department of Labour ( DOL )<\\/li>\\r\\n<li>Department of Trade and Industry ( DTI )<\\/li>\\r\\n<li>Film Commissions in addition to recognition from the UK equivalent body NASAA.<\\/li>\\r\\n<\\/ol>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2016-02-24 08:11:12\",\"created_by\":\"814\",\"created_by_alias\":\"\",\"modified\":\"2016-02-24 08:11:12\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2016-02-24 08:11:12\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(3,1,1,'','2016-02-24 08:15:01',814,4741,'74ba3a8e4f5a3becc378631279b0bd8faa818fe2','{\"id\":1,\"asset_id\":\"62\",\"title\":\"About OSCASA\",\"alias\":\"about-oscasa\",\"introtext\":\"<p>OSCASA Agents represent Characters, Kids, Walk-ons, Featured Extras and Background Artistes.<\\/p>\\r\\n<p>The Constitution ratified by its members incorporates the Mission Statement of the Association which best outlines the objectives of this ambitious undertaking:<\\/p>\\r\\n<p>\\u201cOSCASA exists to uphold the highest standards of practice and conduct in the representation and provision of supporting artistes as prescribed by legislation, on camera artistes categories and OSCASA\\u2019s members.<\\/p>\\r\\n<p>OSCASA will represent the interests of its members, and those of the supporting artistes they represent, to the business community and the general public.\\u201d<\\/p>\\r\\n<div>\\r\\n<h2>The objectives of the Association, as laid out in their constitution, are as follows:<\\/h2>\\r\\n<ul>\\r\\n<li>To represent, promote and defend the common interests of members to the media production industry, government bodies and the broadcast and print media to the highest ethical and professional standards.<\\/li>\\r\\n<li>To ensure that members are fully compliant with OSCASA codes of practice and relevant legislation by way of prescribed standards of membership of the Association such that those employing the services of, or having dealings with members, shall have such assurance and safeguard of professional competency, honourable<\\/li>\\r\\n<li>Dealing and financial security as to encourage them to deal preferentially with members.<\\/li>\\r\\n<li>To gather and distribute information to assist members in being fully compliant with legislation.<\\/li>\\r\\n<li>To liaise with producers and\\/or any such nominated representatives to ensure that members are fully aware of agreed rates of pay for artiste\\u2019s work.<\\/li>\\r\\n<li>To ensure that members are informed of issues occurring within the wider film industry which may affect them or the artistes they represent.<\\/li>\\r\\n<li>To uphold standards of representation for supporting artistes.<\\/li>\\r\\n<li>Protect the industry from unfair competition by persons or organizations whose businesses cannot be legally<br \\/> classified within the Industry.<\\/li>\\r\\n<li>All Association members prescribe to a code of Conduct which establishes professional standards for the Agents and Artistes associated with OSCASA.<\\/li>\\r\\n<\\/ul>\\r\\n<h3>OSCASA has established communication with:<\\/h3>\\r\\n<ol>\\r\\n<li>Commercial Producers Association of South Africa ( CPASA )<\\/li>\\r\\n<li>Independent Producers Association ( IPO )<\\/li>\\r\\n<li>Association for Communication & Advertising ( ASA )<\\/li>\\r\\n<li>South African Association of Stills Producers ( SAASP )<\\/li>\\r\\n<li>Personal Managers\\u2019 Association ( PMA )<\\/li>\\r\\n<li>National Association of Model Agencies ( NAMA )<\\/li>\\r\\n<li>Media, Information and Communication Technology Sector Education\\u00a0 and Training Authority. ( MICT Seta )<\\/li>\\r\\n<li>Department of Labour ( DOL )<\\/li>\\r\\n<li>Department of Trade and Industry ( DTI )<\\/li>\\r\\n<li>Film Commissions in addition to recognition from the UK equivalent body NASAA.<\\/li>\\r\\n<\\/ol>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2016-02-24 08:11:12\",\"created_by\":\"814\",\"created_by_alias\":\"\",\"modified\":\"2016-02-24 08:15:01\",\"modified_by\":\"814\",\"checked_out\":\"814\",\"checked_out_time\":\"2016-02-24 08:11:12\",\"publish_up\":\"2016-02-24 08:11:12\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(4,2,8,'','2016-03-01 09:21:08',814,862,'c1c51dc2a9e505c508cabf0ec4544400e6e2a3af','{\"id\":2,\"parent_id\":\"1\",\"lft\":\"1\",\"rgt\":2,\"level\":1,\"path\":null,\"title\":\"Western Cape\",\"alias\":\"western-cape\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":\"2016-03-01 09:21:08\",\"access\":\"1\",\"params\":\"{\\\"tag_layout\\\":\\\"\\\",\\\"tag_link_class\\\":\\\"label label-info\\\"}\",\"metadesc\":\" \",\"metakey\":\" \",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"814\",\"created_time\":\"2016-03-01 09:21:08\",\"created_by_alias\":\"\",\"modified_user_id\":null,\"modified_time\":\"2016-03-01 09:21:08\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{}\",\"hits\":\"0\",\"language\":\"*\",\"version\":null,\"publish_up\":\"2016-03-01 09:21:08\",\"publish_down\":\"2016-03-01 09:21:08\"}',0),(5,3,8,'','2016-03-01 09:21:21',814,858,'e5d815d3d0aeaa8868190f7c0caa467dd26336d2','{\"id\":3,\"parent_id\":\"1\",\"lft\":\"3\",\"rgt\":4,\"level\":1,\"path\":null,\"title\":\"North West\",\"alias\":\"north-west\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":\"2016-03-01 09:21:21\",\"access\":\"1\",\"params\":\"{\\\"tag_layout\\\":\\\"\\\",\\\"tag_link_class\\\":\\\"label label-info\\\"}\",\"metadesc\":\" \",\"metakey\":\" \",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"814\",\"created_time\":\"2016-03-01 09:21:21\",\"created_by_alias\":\"\",\"modified_user_id\":null,\"modified_time\":\"2016-03-01 09:21:21\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{}\",\"hits\":\"0\",\"language\":\"*\",\"version\":null,\"publish_up\":\"2016-03-01 09:21:21\",\"publish_down\":\"2016-03-01 09:21:21\"}',0),(6,4,8,'','2016-03-01 09:21:39',814,862,'e6fd0586aed824f6e8540e67acc258b5e0b6636d','{\"id\":4,\"parent_id\":\"1\",\"lft\":\"5\",\"rgt\":6,\"level\":1,\"path\":null,\"title\":\"Eastern Cape\",\"alias\":\"eastern-cape\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":\"2016-03-01 09:21:39\",\"access\":\"1\",\"params\":\"{\\\"tag_layout\\\":\\\"\\\",\\\"tag_link_class\\\":\\\"label label-info\\\"}\",\"metadesc\":\" \",\"metakey\":\" \",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"814\",\"created_time\":\"2016-03-01 09:21:39\",\"created_by_alias\":\"\",\"modified_user_id\":null,\"modified_time\":\"2016-03-01 09:21:39\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{}\",\"hits\":\"0\",\"language\":\"*\",\"version\":null,\"publish_up\":\"2016-03-01 09:21:39\",\"publish_down\":\"2016-03-01 09:21:39\"}',0),(7,5,8,'','2016-03-01 09:22:31',814,864,'ce26454de687f35932855bd870a2f3c5d742c944','{\"id\":5,\"parent_id\":\"1\",\"lft\":\"7\",\"rgt\":8,\"level\":1,\"path\":null,\"title\":\"Northern Cape\",\"alias\":\"northern-cape\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":\"2016-03-01 09:22:31\",\"access\":\"1\",\"params\":\"{\\\"tag_layout\\\":\\\"\\\",\\\"tag_link_class\\\":\\\"label label-info\\\"}\",\"metadesc\":\" \",\"metakey\":\" \",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"814\",\"created_time\":\"2016-03-01 09:22:31\",\"created_by_alias\":\"\",\"modified_user_id\":null,\"modified_time\":\"2016-03-01 09:22:31\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{}\",\"hits\":\"0\",\"language\":\"*\",\"version\":null,\"publish_up\":\"2016-03-01 09:22:31\",\"publish_down\":\"2016-03-01 09:22:31\"}',0),(8,6,8,'','2016-03-01 09:22:42',814,853,'bb6bf7c221101cc25e3c2356fa38cc5cc4cdf7b8','{\"id\":6,\"parent_id\":\"1\",\"lft\":\"9\",\"rgt\":10,\"level\":1,\"path\":null,\"title\":\"Gauteng\",\"alias\":\"gauteng\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":\"2016-03-01 09:22:42\",\"access\":\"1\",\"params\":\"{\\\"tag_layout\\\":\\\"\\\",\\\"tag_link_class\\\":\\\"label label-info\\\"}\",\"metadesc\":\" \",\"metakey\":\" \",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"814\",\"created_time\":\"2016-03-01 09:22:42\",\"created_by_alias\":\"\",\"modified_user_id\":null,\"modified_time\":\"2016-03-01 09:22:42\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{}\",\"hits\":\"0\",\"language\":\"*\",\"version\":null,\"publish_up\":\"2016-03-01 09:22:42\",\"publish_down\":\"2016-03-01 09:22:42\"}',0),(9,7,8,'','2016-03-01 09:22:55',814,854,'caae44e203ee6f672ebeddfe095da3a5ecd2e4dd','{\"id\":7,\"parent_id\":\"1\",\"lft\":\"11\",\"rgt\":12,\"level\":1,\"path\":null,\"title\":\"Limpopo\",\"alias\":\"limpopo\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":\"2016-03-01 09:22:55\",\"access\":\"1\",\"params\":\"{\\\"tag_layout\\\":\\\"\\\",\\\"tag_link_class\\\":\\\"label label-info\\\"}\",\"metadesc\":\" \",\"metakey\":\" \",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"814\",\"created_time\":\"2016-03-01 09:22:55\",\"created_by_alias\":\"\",\"modified_user_id\":null,\"modified_time\":\"2016-03-01 09:22:55\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{}\",\"hits\":\"0\",\"language\":\"*\",\"version\":null,\"publish_up\":\"2016-03-01 09:22:55\",\"publish_down\":\"2016-03-01 09:22:55\"}',0),(10,8,8,'','2016-03-01 09:23:38',814,860,'9d531373eb472b813631e7a35ab28d87aa984515','{\"id\":8,\"parent_id\":\"1\",\"lft\":\"13\",\"rgt\":14,\"level\":1,\"path\":null,\"title\":\"Mpumulanga\",\"alias\":\"mpumulanga\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":\"2016-03-01 09:23:38\",\"access\":\"1\",\"params\":\"{\\\"tag_layout\\\":\\\"\\\",\\\"tag_link_class\\\":\\\"label label-info\\\"}\",\"metadesc\":\" \",\"metakey\":\" \",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"814\",\"created_time\":\"2016-03-01 09:23:38\",\"created_by_alias\":\"\",\"modified_user_id\":null,\"modified_time\":\"2016-03-01 09:23:38\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{}\",\"hits\":\"0\",\"language\":\"*\",\"version\":null,\"publish_up\":\"2016-03-01 09:23:38\",\"publish_down\":\"2016-03-01 09:23:38\"}',0),(11,9,8,'','2016-03-01 09:23:55',814,866,'b5201b13d85fc636700bca436a74f33fbf73523e','{\"id\":9,\"parent_id\":\"1\",\"lft\":\"15\",\"rgt\":16,\"level\":1,\"path\":null,\"title\":\"Kwazulu-Natal\",\"alias\":\"kwazulu-natal\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":\"2016-03-01 09:23:55\",\"access\":\"1\",\"params\":\"{\\\"tag_layout\\\":\\\"\\\",\\\"tag_link_class\\\":\\\"label label-info\\\"}\",\"metadesc\":\" \",\"metakey\":\" \",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"814\",\"created_time\":\"2016-03-01 09:23:55\",\"created_by_alias\":\"\",\"modified_user_id\":null,\"modified_time\":\"2016-03-01 09:23:55\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{}\",\"hits\":\"0\",\"language\":\"*\",\"version\":null,\"publish_up\":\"2016-03-01 09:23:55\",\"publish_down\":\"2016-03-01 09:23:55\"}',0),(12,10,8,'','2016-03-01 09:24:13',814,861,'ec50c5ecfa6ffbb33c98477c9feaf452426d31d4','{\"id\":10,\"parent_id\":\"1\",\"lft\":\"17\",\"rgt\":18,\"level\":1,\"path\":null,\"title\":\"Free State\",\"alias\":\"free-state\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":\"2016-03-01 09:24:13\",\"access\":\"1\",\"params\":\"{\\\"tag_layout\\\":\\\"\\\",\\\"tag_link_class\\\":\\\"label label-info\\\"}\",\"metadesc\":\" \",\"metakey\":\" \",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"814\",\"created_time\":\"2016-03-01 09:24:13\",\"created_by_alias\":\"\",\"modified_user_id\":null,\"modified_time\":\"2016-03-01 09:24:13\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{}\",\"hits\":\"0\",\"language\":\"*\",\"version\":null,\"publish_up\":\"2016-03-01 09:24:13\",\"publish_down\":\"2016-03-01 09:24:13\"}',0),(13,1,2,'','2016-03-02 09:05:12',814,1726,'73a5305ac4dd420636f4485e50a0723dfb830bb8','{\"id\":1,\"name\":\"Pene Saunders\",\"alias\":\"pene-saunders\",\"con_position\":\"Chairperson\",\"address\":\"\",\"suburb\":\"Cape Town\",\"state\":\"Western Cape\",\"country\":\"South Africa\",\"postcode\":\"\",\"telephone\":\"021-5564289\",\"fax\":\"\",\"misc\":\"\",\"image\":\"\",\"email_to\":\"info@oscasa.com\",\"default_con\":0,\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"ordering\":1,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_misc\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"\\\",\\\"banned_email\\\":\\\"\\\",\\\"banned_subject\\\":\\\"\\\",\\\"banned_text\\\":\\\"\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":\"4\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2016-03-02 09:05:12\",\"created_by\":\"814\",\"created_by_alias\":\"\",\"modified\":\"2016-03-02 09:05:12\",\"modified_by\":null,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":1,\"hits\":null}',0);
/*!40000 ALTER TABLE `jos7e_ucm_history` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_update_sites`
--
DROP TABLE IF EXISTS `jos7e_update_sites`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_update_sites` (
`update_site_id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(100) DEFAULT '',
`type` varchar(20) DEFAULT '',
`location` mediumtext NOT NULL,
`enabled` int(11) DEFAULT 0,
`last_check_timestamp` bigint(20) DEFAULT 0,
`extra_query` varchar(1000) DEFAULT '',
PRIMARY KEY (`update_site_id`)
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Update Sites';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_update_sites`
--
LOCK TABLES `jos7e_update_sites` WRITE;
/*!40000 ALTER TABLE `jos7e_update_sites` DISABLE KEYS */;
INSERT INTO `jos7e_update_sites` VALUES (1,'Joomla! Core','collection','https://update.joomla.org/core/list.xml',1,1760902561,''),(3,'Accredited Joomla! Translations','collection','https://update.joomla.org/language/translationlist_3.xml',1,1750224544,''),(4,'Joomla! Update Component Update Site','extension','https://update.joomla.org/core/extensions/com_joomlaupdate.xml',1,1750224544,''),(5,'','collection','http://update.joomlart.com/service/tracking/list.xml',1,1750224554,''),(6,'T3 Framework Update','extension','http://www.t3-framework.org/update.xml',1,1750224555,''),(7,'AcyMailing','extension','http://www.acyba.com/component/updateme/updatexml/component-acymailing/version-5.7.0/level-Essential/li-aHR0cDovL29zY2FzYS5jb20v/file-extension.xml',1,1750224556,''),(8,'The Art of Joomla Updates','extension','http://www.theartofjoomla.com/updates/artof-user.xml',1,1750224556,''),(9,'RocketTheme Update Directory','collection','http://updates.rockettheme.com/joomla/updates.xml',1,1750224556,''),(10,'K2 Updates','extension','http://getk2.org/update.xml',1,1750224556,''),(12,'JR Captcha','extension','http://joomlaroad.com/index.php?option=com_ars&view=update&task=stream&format=xml&id=2&dummy=extension.xml',1,1750224562,''),(13,'Social GK5 Updates','extension','https://www.gavick.com/update_server/joomla30/social_gk5.xml',1,1750224562,''),(15,'K2 Updates','extension','http://getk2.org/app/update.xml',1,1750224562,''),(16,'Regular Labs - Modules Anywhere','extension','https://download.regularlabs.com/updates.xml?e=modulesanywhere&type=.xml',1,1750224562,''),(17,'JCE Editor Package','collection','https://www.joomlacontenteditor.net/index.php?option=com_updates&view=update&format=xml&file=pkg_jce.xml',1,1750224568,''),(18,'SCLogin Updates','extension','http://www.sourcecoast.com/updates/sclogin.xml',1,1750224568,''),(19,'','extension','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml',1,1750224568,''),(20,'ContentBuilder','extension','https://crosstec.org/updates/contentbuilder/contentbuilder_update.xml',1,1750224568,'');
/*!40000 ALTER TABLE `jos7e_update_sites` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_update_sites_extensions`
--
DROP TABLE IF EXISTS `jos7e_update_sites_extensions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_update_sites_extensions` (
`update_site_id` int(11) NOT NULL DEFAULT 0,
`extension_id` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`update_site_id`,`extension_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Links extensions to update sites';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_update_sites_extensions`
--
LOCK TABLES `jos7e_update_sites_extensions` WRITE;
/*!40000 ALTER TABLE `jos7e_update_sites_extensions` DISABLE KEYS */;
INSERT INTO `jos7e_update_sites_extensions` VALUES (1,700),(3,802),(4,28),(5,10001),(5,10002),(5,10003),(5,10005),(5,10006),(5,10009),(6,10004),(7,10012),(8,10036),(9,10046),(9,10048),(9,10163),(10,10049),(12,10088),(13,10089),(15,10049),(16,10086),(17,10114),(17,10123),(18,10119),(19,10001),(20,10134);
/*!40000 ALTER TABLE `jos7e_update_sites_extensions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_updates`
--
DROP TABLE IF EXISTS `jos7e_updates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_updates` (
`update_id` int(11) NOT NULL AUTO_INCREMENT,
`update_site_id` int(11) DEFAULT 0,
`extension_id` int(11) DEFAULT 0,
`name` varchar(100) DEFAULT '',
`description` mediumtext NOT NULL,
`element` varchar(100) DEFAULT '',
`type` varchar(20) DEFAULT '',
`folder` varchar(20) DEFAULT '',
`client_id` tinyint(3) DEFAULT 0,
`version` varchar(32) DEFAULT '',
`data` mediumtext NOT NULL,
`detailsurl` mediumtext NOT NULL,
`infourl` mediumtext NOT NULL,
`extra_query` varchar(1000) DEFAULT '',
PRIMARY KEY (`update_id`)
) ENGINE=InnoDB AUTO_INCREMENT=22180 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Available Updates';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_updates`
--
LOCK TABLES `jos7e_updates` WRITE;
/*!40000 ALTER TABLE `jos7e_updates` DISABLE KEYS */;
INSERT INTO `jos7e_updates` VALUES (1,3,0,'Bengali','','pkg_bn-BD','package','',0,'3.8.10.1','','https://update.joomla.org/language/details3/bn-BD_details.xml','',''),(2,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(3,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(4,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(5,3,0,'Belarusian','','pkg_be-BY','package','',0,'3.2.1.2','','https://update.joomla.org/language/details3/be-BY_details.xml','',''),(6,3,0,'Bulgarian','','pkg_bg-BG','package','',0,'3.6.5.2','','https://update.joomla.org/language/details3/bg-BG_details.xml','',''),(7,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.8.11.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(8,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(9,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.8.5.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(10,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(11,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(12,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(13,3,0,'Esperanto','','pkg_eo-XX','package','',0,'3.8.11.1','','https://update.joomla.org/language/details3/eo-XX_details.xml','',''),(14,3,0,'Estonian','','pkg_et-EE','package','',0,'3.8.10.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(15,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(16,3,0,'Khmer','','pkg_km-KH','package','',0,'3.4.5.1','','https://update.joomla.org/language/details3/km-KH_details.xml','',''),(17,3,0,'Korean','','pkg_ko-KR','package','',0,'3.8.9.1','','https://update.joomla.org/language/details3/ko-KR_details.xml','',''),(18,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.7.3.1','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(19,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.8.10.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(20,3,0,'Macedonian','','pkg_mk-MK','package','',0,'3.6.5.1','','https://update.joomla.org/language/details3/mk-MK_details.xml','',''),(21,3,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.8.11.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(22,3,0,'Norwegian Nynorsk','','pkg_nn-NO','package','',0,'3.4.2.1','','https://update.joomla.org/language/details3/nn-NO_details.xml','',''),(23,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(24,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(25,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(26,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.6.2','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(27,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(28,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(29,3,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(30,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.6.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(31,3,0,'Syriac','','pkg_sy-IQ','package','',0,'3.4.5.1','','https://update.joomla.org/language/details3/sy-IQ_details.xml','',''),(32,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(33,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(34,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.4.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(35,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.7.1.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(36,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.1','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(37,3,0,'Albanian','','pkg_sq-AL','package','',0,'3.1.1.2','','https://update.joomla.org/language/details3/sq-AL_details.xml','',''),(38,3,0,'Basque','','pkg_eu-ES','package','',0,'3.7.5.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(39,3,0,'Hindi','','pkg_hi-IN','package','',0,'3.3.6.2','','https://update.joomla.org/language/details3/hi-IN_details.xml','',''),(40,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(41,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(42,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(43,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(44,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(45,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(46,3,0,'Vietnamese','','pkg_vi-VN','package','',0,'3.2.1.2','','https://update.joomla.org/language/details3/vi-VN_details.xml','',''),(47,3,0,'Bahasa Indonesia','','pkg_id-ID','package','',0,'3.6.2.1','','https://update.joomla.org/language/details3/id-ID_details.xml','',''),(48,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(49,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(50,3,0,'Montenegrin','','pkg_srp-ME','package','',0,'3.3.1.2','','https://update.joomla.org/language/details3/srp-ME_details.xml','',''),(51,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(52,3,0,'French CA','','pkg_fr-CA','package','',0,'3.6.5.1','','https://update.joomla.org/language/details3/fr-CA_details.xml','',''),(53,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.2.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(54,3,0,'Sinhala','','pkg_si-LK','package','',0,'3.3.1.2','','https://update.joomla.org/language/details3/si-LK_details.xml','',''),(55,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.2','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(56,3,0,'Turkmen','','pkg_tk-TM','package','',0,'3.5.0.2','','https://update.joomla.org/language/details3/tk-TM_details.xml','',''),(57,3,0,'Irish','','pkg_ga-IE','package','',0,'3.8.13.1','','https://update.joomla.org/language/details3/ga-IE_details.xml','',''),(58,3,0,'Dzongkha','','pkg_dz-BT','package','',0,'3.6.2.1','','https://update.joomla.org/language/details3/dz-BT_details.xml','',''),(59,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(60,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(61,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(62,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(63,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(64,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(65,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(66,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(68,5,0,'','','','plugin','',0,'','','http://update.joomlart.com/service/tracking/j16/.xml','https://www.joomlart.com/update-steps',''),(69,5,0,'iSEO Component','','ISEO','component','',1,'3.1.16','','http://update.joomlart.com/service/tracking/j16/ISEO.xml','https://www.joomlart.com/update-steps',''),(70,5,0,'JA Amazon S3 for joomla 16','','com_com_jaamazons3','file','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j16/com_com_jaamazons3.xml','',''),(71,5,0,'JA Extenstion Manager Component j16','','com_com_jaextmanager','file','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j16/com_com_jaextmanager.xml','',''),(72,5,0,'JA Amazon S3 for joomla 2.5 & 3.x','','com_jaamazons3','component','',1,'2.5.9','','http://update.joomlart.com/service/tracking/j16/com_jaamazons3.xml','https://www.joomlart.com/update-steps',''),(73,5,0,'JA Comment Package for Joomla 2.5 & 3.x','','com_jacomment','component','',1,'2.5.5','','http://update.joomlart.com/service/tracking/j16/com_jacomment.xml','https://www.joomlart.com/update-steps',''),(74,5,0,'JA Extenstion Manager Component for J3.x','','com_jaextmanager','component','',1,'2.6.5','','http://update.joomlart.com/service/tracking/j16/com_jaextmanager.xml','https://www.joomlart.com/update-steps',''),(75,5,0,'JA Google Storage Package for J2.5 & J3.0','','com_jagooglestorage','component','',1,'1.0.0','','http://update.joomlart.com/service/tracking/j16/com_jagooglestorage.xml','',''),(76,5,0,'JA Job Board Package For J25','','com_jajobboard','component','',1,'1.0.6','','http://update.joomlart.com/service/tracking/j16/com_jajobboard.xml','',''),(77,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.3.2','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(78,5,0,'JA K2 Filter Package for J25 & J30','','com_jak2fiter','component','',1,'1.0.4','','http://update.joomlart.com/service/tracking/j16/com_jak2fiter.xml','',''),(79,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'1.1.8','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(80,5,0,'JA Showcase component for Joomla 1.7','','com_jashowcase','component','',1,'1.1.0','','http://update.joomlart.com/service/tracking/j16/com_jashowcase.xml','',''),(81,5,0,'JA Voice Package for Joomla 2.5 & 3.x','','com_javoice','component','',1,'1.1.0','','http://update.joomlart.com/service/tracking/j16/com_javoice.xml','',''),(82,5,0,'JA Appolio Theme for EasyBlog','','easyblog_theme_appolio','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_appolio.xml','https://www.joomlart.com/update-steps',''),(83,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(84,5,0,'JA Biz Theme for EasyBlog','','easyblog_theme_biz','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_biz.xml','https://www.joomlart.com/update-steps',''),(85,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(86,5,0,'Theme Community Plus for Easyblog J25 & J30','','easyblog_theme_community_plus','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_community_plus.xml','https://www.joomlart.com/update-steps',''),(87,5,0,'JA Decor Theme for EasyBlog','','easyblog_theme_decor','custom','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_decor.xml','https://www.joomlart.com/update-steps',''),(88,5,0,'Theme Fixel for Easyblog J25 & J3x','','easyblog_theme_fixel','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_fixel.xml','https://www.joomlart.com/update-steps',''),(89,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(90,5,0,'JA Muzic Theme for EasyBlog','','easyblog_theme_muzic','custom','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_muzic.xml','https://www.joomlart.com/update-steps',''),(91,5,0,'JA Obelisk Theme for EasyBlog','','easyblog_theme_obelisk','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_obelisk.xml','https://www.joomlart.com/update-steps',''),(92,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_sugite.xml','',''),(93,5,0,'iSEO Component','','iSEO','component','',1,'3.1.16','','http://update.joomlart.com/service/tracking/j16/iSEO.xml','https://www.joomlart.com/update-steps',''),(94,5,0,'JA Anion template for Joomla 3.x','','ja_anion','template','',0,'2.5.8','','http://update.joomlart.com/service/tracking/j16/ja_anion.xml','https://www.joomlart.com/update-steps',''),(95,5,0,'JA Appolio Template','','ja_appolio','template','',0,'2.0.0','','http://update.joomlart.com/service/tracking/j16/ja_appolio.xml','https://www.joomlart.com/update-steps',''),(96,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(97,5,0,'JA Beranis Template','','ja_beranis','template','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j16/ja_beranis.xml','https://www.joomlart.com/update-steps',''),(98,5,0,'JA Bistro Template for Joomla 3.x','','ja_bistro','template','',0,'2.5.5','','http://update.joomlart.com/service/tracking/j16/ja_bistro.xml','https://www.joomlart.com/update-steps',''),(99,5,0,'JA Blazes Template for J25 & J3x','','ja_blazes','template','',0,'2.5.6','','http://update.joomlart.com/service/tracking/j16/ja_blazes.xml','https://www.joomlart.com/update-steps',''),(100,5,0,'JA Bookshop Template','','ja_bookshop','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_bookshop.xml','https://www.joomlart.com/update-steps',''),(101,5,0,'JA Brisk Template for J25 & J3x','','ja_brisk','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_brisk.xml','https://www.joomlart.com/update-steps',''),(102,5,0,'JA Business Template for Joomla 3.x','','ja_business','template','',0,'2.5.6','','http://update.joomlart.com/service/tracking/j16/ja_business.xml','https://www.joomlart.com/update-steps',''),(103,5,0,'JA Cloris Template for Joomla 3.x','','ja_cloris','template','',0,'2.5.4','','http://update.joomlart.com/service/tracking/j16/ja_cloris.xml','https://www.joomlart.com/update-steps',''),(104,5,0,'JA Community PLus Template for Joomla 3.x','','ja_community_plus','template','',0,'2.5.5','','http://update.joomlart.com/service/tracking/j16/ja_community_plus.xml','https://www.joomlart.com/update-steps',''),(105,5,0,'JA Decor Template','','ja_decor','template','',0,'2.0.0','','http://update.joomlart.com/service/tracking/j16/ja_decor.xml','https://www.joomlart.com/update-steps',''),(106,5,0,'JA Droid Template for Joomla 3.x','','ja_droid','template','',0,'2.5.6','','http://update.joomlart.com/service/tracking/j16/ja_droid.xml','https://www.joomlart.com/update-steps',''),(107,5,0,'JA Edenite Template for J25 & J34','','ja_edenite','template','',0,'2.5.5','','http://update.joomlart.com/service/tracking/j16/ja_edenite.xml','https://www.joomlart.com/update-steps',''),(108,5,0,'JA Elastica Template for J25 & J3x','','ja_elastica','template','',0,'2.5.7','','http://update.joomlart.com/service/tracking/j16/ja_elastica.xml','https://www.joomlart.com/update-steps',''),(109,5,0,'JA Erio Template for Joomla 2.5 & 3.x','','ja_erio','template','',0,'2.5.5','','http://update.joomlart.com/service/tracking/j16/ja_erio.xml','',''),(110,5,0,'Ja Events Template for Joomla 2.5','','ja_events','template','',0,'2.5.6','','http://update.joomlart.com/service/tracking/j16/ja_events.xml','',''),(111,5,0,'JA Fubix Template for J25 & J3x','','ja_fubix','template','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j16/ja_fubix.xml','https://www.joomlart.com/update-steps',''),(112,5,0,'JA Graphite Template for Joomla 3x','','ja_graphite','template','',0,'2.5.7','','http://update.joomlart.com/service/tracking/j16/ja_graphite.xml','',''),(113,5,0,'JA Hawkstore Template','','ja_hawkstore','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_hawkstore.xml','https://www.joomlart.com/update-steps',''),(114,5,0,'JA Ironis Template for Joomla 2.5 & 3.x','','ja_ironis','template','',0,'2.5.6','','http://update.joomlart.com/service/tracking/j16/ja_ironis.xml','',''),(115,5,0,'JA Jason template','','ja_jason','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j16/ja_jason.xml','https://www.joomlart.com/update-steps',''),(116,5,0,'JA Kranos Template for J2.5 & J3.x','','ja_kranos','template','',0,'2.5.9','','http://update.joomlart.com/service/tracking/j16/ja_kranos.xml','https://www.joomlart.com/update-steps',''),(117,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(118,5,0,'Ja Lime Template for Joomla 3x','','ja_lime','template','',0,'2.5.5','','http://update.joomlart.com/service/tracking/j16/ja_lime.xml','',''),(119,5,0,'JA Magz Template for J25 & J34','','ja_magz','template','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j16/ja_magz.xml','https://www.joomlart.com/update-steps',''),(120,5,0,'JA Medicare Template','','ja_medicare','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j16/ja_medicare.xml','https://www.joomlart.com/update-steps',''),(121,5,0,'JA Mendozite Template for J25 & J32','','ja_mendozite','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j16/ja_mendozite.xml','https://www.joomlart.com/update-steps',''),(122,5,0,'JA Mero Template for J25 & J3x','','ja_mero','template','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j16/ja_mero.xml','https://www.joomlart.com/update-steps',''),(123,5,0,'JA Mers Template for J25 & J3x','','ja_mers','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/ja_mers.xml','',''),(124,5,0,'JA Methys Template for Joomla 3x','','ja_methys','template','',0,'2.5.7','','http://update.joomlart.com/service/tracking/j16/ja_methys.xml','https://www.joomlart.com/update-steps',''),(125,5,0,'Ja Minisite Template for Joomla 3.4','','ja_minisite','template','',0,'2.5.5','','http://update.joomlart.com/service/tracking/j16/ja_minisite.xml','',''),(126,5,0,'JA Mitius Template','','ja_mitius','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_mitius.xml','https://www.joomlart.com/update-steps',''),(127,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(128,5,0,'JA Nex Template for J25 & J30','','ja_nex','template','',0,'2.5.9','','http://update.joomlart.com/service/tracking/j16/ja_nex.xml','https://www.joomlart.com/update-steps',''),(129,5,0,'JA Nex T3 Template','','ja_nex_t3','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_nex_t3.xml','https://www.joomlart.com/update-steps',''),(130,5,0,'JA Norite Template for J2.5 & J31','','ja_norite','template','',0,'2.5.5','','http://update.joomlart.com/service/tracking/j16/ja_norite.xml','https://www.joomlart.com/update-steps',''),(131,5,0,'JA Nuevo template','','ja_nuevo','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j16/ja_nuevo.xml','https://www.joomlart.com/update-steps',''),(132,5,0,'JA Obelisk Template','','ja_obelisk','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_obelisk.xml','https://www.joomlart.com/update-steps',''),(133,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(134,5,0,'JA ores template for Joomla 3.x','','ja_ores','template','',0,'2.5.7','','http://update.joomlart.com/service/tracking/j16/ja_ores.xml','https://www.joomlart.com/update-steps',''),(135,5,0,'JA Orisite Template for J25 & J3x','','ja_orisite','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_orisite.xml','https://www.joomlart.com/update-steps',''),(136,5,0,'JA Playmag Template','','ja_playmag','template','',0,'2.0.0','','http://update.joomlart.com/service/tracking/j16/ja_playmag.xml','https://www.joomlart.com/update-steps',''),(137,5,0,'JA Portfolio Real Estate template for Joomla 1.6.x','','ja_portfolio','file','',0,'1.0.0 beta','','http://update.joomlart.com/service/tracking/j16/ja_portfolio.xml','',''),(138,5,0,'JA Portfolio Template for Joomla 3.x','','ja_portfolio_real_estate','template','',0,'2.5.6','','http://update.joomlart.com/service/tracking/j16/ja_portfolio_real_estate.xml','https://www.joomlart.com/update-steps',''),(139,5,0,'JA Puresite Template for J25 & J3x','','ja_puresite','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/ja_puresite.xml','https://www.joomlart.com/update-steps',''),(140,5,0,'JA Purity II template for Joomla 2.5 & 3.2','','ja_purity_ii','template','',0,'2.5.5','','http://update.joomlart.com/service/tracking/j16/ja_purity_ii.xml','https://www.joomlart.com/update-steps',''),(141,5,0,'JA Pyro Template for Joomla 3.x','','ja_pyro','template','',0,'2.5.5','','http://update.joomlart.com/service/tracking/j16/ja_pyro.xml','https://www.joomlart.com/update-steps',''),(142,5,0,'JA Rasite Template for J34','','ja_rasite','template','',0,'2.5.5','','http://update.joomlart.com/service/tracking/j16/ja_rasite.xml','',''),(143,5,0,'JA Rave Template for Joomla 3.x','','ja_rave','template','',0,'2.5.5','','http://update.joomlart.com/service/tracking/j16/ja_rave.xml','',''),(144,5,0,'JA Smashboard Template','','ja_smashboard','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_smashboard.xml','https://www.joomlart.com/update-steps',''),(145,5,0,'JA Social Template for Joomla 2.5','','ja_social','template','',0,'2.5.8','','http://update.joomlart.com/service/tracking/j16/ja_social.xml','https://www.joomlart.com/update-steps',''),(146,5,0,'JA Social T3 Template for J25 & J3x','','ja_social_ii','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j16/ja_social_ii.xml','',''),(147,5,0,'JA Social T3 Template for J25 & J3x','','ja_social_t3','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_social_t3.xml','https://www.joomlart.com/update-steps',''),(148,5,0,'JA Sugite Template','','ja_sugite','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j16/ja_sugite.xml','https://www.joomlart.com/update-steps',''),(149,5,0,'JA System Pager Plugin for J25 & J3x','','ja_system_japager','plugin','ja_system_japager',0,'1.0.4','','http://update.joomlart.com/service/tracking/j16/ja_system_japager.xml','https://www.joomlart.com/update-steps',''),(150,5,0,'JA T3V2 Blank Template','','ja_t3_blank','template','',0,'2.5.9','','http://update.joomlart.com/service/tracking/j16/ja_t3_blank.xml','https://www.joomlart.com/update-steps',''),(151,5,0,'JA T3 Blank template for joomla 1.6','','ja_t3_blank_j16','template','',0,'1.0.0 Beta','','http://update.joomlart.com/service/tracking/j16/ja_t3_blank_j16.xml','',''),(152,5,0,'JA Blank Template for T3v3','','ja_t3v3_blank','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j16/ja_t3v3_blank.xml','',''),(153,5,0,'JA Teline III Template for Joomla 1.6','','ja_teline_iii','file','',0,'1.0.0 Beta','','http://update.joomlart.com/service/tracking/j16/ja_teline_iii.xml','',''),(154,5,0,'JA Teline IV Template for J2.5 and J3.2','','ja_teline_iv','template','',0,'2.5.4','','http://update.joomlart.com/service/tracking/j16/ja_teline_iv.xml','',''),(155,5,0,'JA Teline IV T3 Template','','ja_teline_iv_t3','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_teline_iv_t3.xml','https://www.joomlart.com/update-steps',''),(156,5,0,'JA Tiris Template for J25 & J3x','','ja_tiris','template','',0,'2.6.1','','http://update.joomlart.com/service/tracking/j16/ja_tiris.xml','https://www.joomlart.com/update-steps',''),(157,5,0,'JA Travel Template for Joomla 3x','','ja_travel','template','',0,'2.5.6','','http://update.joomlart.com/service/tracking/j16/ja_travel.xml','https://www.joomlart.com/update-steps',''),(158,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j16/ja_university.xml','',''),(159,5,0,'JA University T3 template','','ja_university_t3','template','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j16/ja_university_t3.xml','',''),(160,5,0,'JA Vintas Template for J25 & J31','','ja_vintas','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j16/ja_vintas.xml','',''),(161,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.6','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(162,5,0,'JA ZiteTemplate','','ja_zite','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j16/ja_zite.xml','https://www.joomlart.com/update-steps',''),(163,5,0,'JA Bookmark plugin for Joomla 1.6.x','','jabookmark','file','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j16/jabookmark.xml','',''),(164,5,0,'JA Comment plugin for Joomla 1.6.x','','jacomment','file','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j16/jacomment.xml','',''),(165,5,0,'JA Comment Off Plugin for Joomla 1.6','','jacommentoff','file','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j16/jacommentoff.xml','',''),(166,5,0,'JA Comment On Plugin for Joomla 1.6','','jacommenton','file','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j16/jacommenton.xml','',''),(167,5,0,'JA Content Extra Fields for Joomla 1.6','','jacontentextrafields','file','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j16/jacontentextrafields.xml','',''),(168,5,0,'JA Disqus Debate Echo plugin for Joomla 1.6.x','','jadisqus_debate_echo','file','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j16/jadisqus_debate_echo.xml','',''),(169,5,0,'JA System Google Map plugin for Joomla 1.6.x','','jagooglemap','file','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j16/jagooglemap.xml','',''),(170,5,0,'JA Google Translate plugin for Joomla 1.6.x','','jagoogletranslate','plugin','jagoogletranslate',0,'1.0.0','','http://update.joomlart.com/service/tracking/j16/jagoogletranslate.xml','',''),(171,5,0,'JA Highslide plugin for Joomla 1.6.x','','jahighslide','plugin','jahighslide',0,'1.0.0','','http://update.joomlart.com/service/tracking/j16/jahighslide.xml','',''),(172,5,0,'JA K2 Search Plugin for Joomla 2.5','','jak2_filter','plugin','jak2_filter',0,'1.0.0 Alpha','','http://update.joomlart.com/service/tracking/j16/jak2_filter.xml','',''),(173,5,0,'JA K2 Extra Fields Plugin for Joomla 2.5','','jak2_indexing','plugin','jak2_indexing',0,'1.0.0 Alpha','','http://update.joomlart.com/service/tracking/j16/jak2_indexing.xml','',''),(174,5,0,'JA Load module Plugin for Joomla 2.5','','jaloadmodule','plugin','jaloadmodule',0,'2.5.1','','http://update.joomlart.com/service/tracking/j16/jaloadmodule.xml','',''),(175,5,0,'JA System Nrain plugin for Joomla 1.6.x','','janrain','file','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j16/janrain.xml','',''),(176,5,0,'JA Popup plugin for Joomla 1.6','','japopup','file','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j16/japopup.xml','',''),(177,5,0,'JA System Social plugin for Joomla 1.7','','jasocial','file','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j16/jasocial.xml','',''),(178,5,0,'JA T3 System plugin for Joomla 1.6','','jat3','plugin','jat3',0,'1.0.0 Beta','','http://update.joomlart.com/service/tracking/j16/jat3.xml','',''),(179,5,0,'JA Tabs plugin for Joomla 1.6.x','','jatabs','plugin','jatabs',0,'2.5.6','','http://update.joomlart.com/service/tracking/j16/jatabs.xml','',''),(180,5,0,'JA Typo plugin For Joomla 1.6','','jatypo','plugin','jatypo',0,'1.0.0','','http://update.joomlart.com/service/tracking/j16/jatypo.xml','',''),(181,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.5.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(182,5,0,'JA Jomsocial theme for Joomla 2.5','','jomsocial_theme_social_j16','file','',0,'2.5.1','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social_j16.xml','',''),(183,5,0,'JA Jomsocial theme for Joomla 2.5','','jomsocial_theme_social_j16_26','custom','',0,'2.5.4','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social_j16_26.xml','',''),(184,5,0,'JShopping Template for Ja Orisite','','jshopping_theme_orisite','file','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j16/jshopping_theme_orisite.xml','',''),(185,5,0,'JA Tiris Jshopping theme for J25 & J3x','','jshopping_theme_tiris','custom','',0,'2.5.5','','http://update.joomlart.com/service/tracking/j16/jshopping_theme_tiris.xml','',''),(186,5,0,'Theme for Jshopping j17','','jshopping_theme_tiris_j17','file','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j16/jshopping_theme_tiris_j17.xml','',''),(187,5,0,'JA Kranos kunena theme for Joomla 3.x','','kunena_theme_kranos_j17','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/kunena_theme_kranos_j17.xml','https://www.joomlart.com/update-steps',''),(188,5,0,'Kunena Template for JA Mendozite','','kunena_theme_mendozite','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j16/kunena_theme_mendozite.xml','https://www.joomlart.com/update-steps',''),(189,5,0,'JA Mitius Kunena Theme for Joomla 25 ','','kunena_theme_mitius','custom','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j16/kunena_theme_mitius.xml','',''),(190,5,0,'Kunena theme for JA Nex J2.5','','kunena_theme_nex_j17','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j16/kunena_theme_nex_j17.xml','',''),(191,5,0,'Kunena theme for JA Nex T3','','kunena_theme_nex_t3','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j16/kunena_theme_nex_t3.xml','https://www.joomlart.com/update-steps',''),(192,5,0,'Kunena Template for Ja Orisite','','kunena_theme_orisite','custom','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j16/kunena_theme_orisite.xml','',''),(193,5,0,'Kunena theme for ja PlayMag','','kunena_theme_playmag','custom','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/kunena_theme_playmag.xml','https://www.joomlart.com/update-steps',''),(194,5,0,'Kunena theme for JA Social T3','','kunena_theme_social','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j16/kunena_theme_social.xml','https://www.joomlart.com/update-steps',''),(195,5,0,'Kunena theme for Joomla 2.5','','kunena_theme_social_j16','custom','',0,'2.5.1','','http://update.joomlart.com/service/tracking/j16/kunena_theme_social_j16.xml','',''),(196,5,0,'Kunena theme for ja Techzone','','kunena_theme_techzone','custom','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/kunena_theme_techzone.xml','https://www.joomlart.com/update-steps',''),(197,5,0,'JA Tiris kunena theme for Joomla 2.5','','kunena_theme_tiris_j16','custom','',0,'2.5.3','','http://update.joomlart.com/service/tracking/j16/kunena_theme_tiris_j16.xml','',''),(198,5,0,'JA Bookshop Theme for Mijoshop V2','','mijoshop_theme_bookshop','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/mijoshop_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(199,5,0,'JA Decor Theme for Mijoshop','','mijoshop_theme_decor','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/mijoshop_theme_decor.xml','https://www.joomlart.com/update-steps',''),(200,5,0,'JA Decor Theme for Mijoshop V3','','mijoshop_theme_decor_v3','custom','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j16/mijoshop_theme_decor_v3.xml','https://www.joomlart.com/update-steps',''),(201,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.1.4','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(202,5,0,'JA Jobs Tags module for Joomla 2.5','','mod_ja_jobs_tags','module','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j16/mod_ja_jobs_tags.xml','',''),(203,5,0,'JA Accordion Module for J25 & J3x','','mod_jaaccordion','module','',0,'2.6.0','','http://update.joomlart.com/service/tracking/j16/mod_jaaccordion.xml','https://www.joomlart.com/update-steps',''),(204,5,0,'JA Animation module for Joomla 2.5 & 3.2','','mod_jaanimation','module','',0,'2.5.3','','http://update.joomlart.com/service/tracking/j16/mod_jaanimation.xml','https://www.joomlart.com/update-steps',''),(205,5,0,'JA Latest Comment Module for Joomla 2.5 & 3.3','','mod_jaclatest_comments','module','',0,'2.5.5','','http://update.joomlart.com/service/tracking/j16/mod_jaclatest_comments.xml','https://www.joomlart.com/update-steps',''),(206,5,0,'JA Content Popup Module for J25 & J34','','mod_jacontentpopup','module','',0,'1.1.3','','http://update.joomlart.com/service/tracking/j16/mod_jacontentpopup.xml','https://www.joomlart.com/update-steps',''),(207,5,0,'JA Content Scroll module for Joomla 1.6','','mod_jacontentscroll','file','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j16/mod_jacontentscroll.xml','',''),(208,5,0,'JA Contenslider module for Joomla 1.6','','mod_jacontentslide','file','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j16/mod_jacontentslide.xml','',''),(209,5,0,'JA Content Slider Module for J25 & J3x','','mod_jacontentslider','module','',0,'2.7.4','','http://update.joomlart.com/service/tracking/j16/mod_jacontentslider.xml','https://www.joomlart.com/update-steps',''),(210,5,0,'JA CountDown Module for Joomla 2.5 & 3.4','','mod_jacountdown','module','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j16/mod_jacountdown.xml','https://www.joomlart.com/update-steps',''),(211,5,0,'JA Facebook Activity Module for J25 & J30','','mod_jafacebookactivity','module','',0,'2.5.5','','http://update.joomlart.com/service/tracking/j16/mod_jafacebookactivity.xml','https://www.joomlart.com/update-steps',''),(212,5,0,'JA Facebook Like Box Module for Joonla 25 & 34','','mod_jafacebooklikebox','module','',0,'2.6.2','','http://update.joomlart.com/service/tracking/j16/mod_jafacebooklikebox.xml','https://www.joomlart.com/update-steps',''),(213,5,0,'JA Featured Employer module for Joomla 2.5','','mod_jafeatured_employer','module','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j16/mod_jafeatured_employer.xml','',''),(214,5,0,'JA Filter Jobs module for Joomla 2.5','','mod_jafilter_jobs','module','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j16/mod_jafilter_jobs.xml','',''),(215,5,0,'JA flowlist module for Joomla 2.5 & 3.0','','mod_jaflowlist','module','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j16/mod_jaflowlist.xml','',''),(216,5,0,'JA Google chart 2','','mod_jagooglechart_2','module','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j16/mod_jagooglechart_2.xml','https://www.joomlart.com/update-steps',''),(217,5,0,'JAEC Halloween Module for Joomla 2.5 & 3','','mod_jahalloween','module','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j16/mod_jahalloween.xml','',''),(218,5,0,'JA Image Hotspot Module for Joomla 2.5 & 3.x','','mod_jaimagehotspot','module','',0,'1.1.4','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(219,5,0,'JA static module for Joomla 2.5','','mod_jajb_statistic','module','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j16/mod_jajb_statistic.xml','',''),(220,5,0,'JA Jobboard Menu module for Joomla 2.5','','mod_jajobboard_menu','module','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/mod_jajobboard_menu.xml','',''),(221,5,0,'JA Jobs Counter module for Joomla 2.5','','mod_jajobs_counter','module','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j16/mod_jajobs_counter.xml','',''),(222,5,0,'JA Jobs Map module for Joomla 2.5','','mod_jajobs_map','module','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/mod_jajobs_map.xml','',''),(223,5,0,'JA K2 Fillter Module for Joomla 2.5','','mod_jak2_filter','module','',0,'1.0.0 Alpha','','http://update.joomlart.com/service/tracking/j16/mod_jak2_filter.xml','',''),(224,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.3.2','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(225,5,0,'JA K2 Timeline','','mod_jak2timeline','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/mod_jak2timeline.xml','https://www.joomlart.com/update-steps',''),(226,5,0,'JA Latest Resumes module for Joomla 2.5','','mod_jalatest_resumes','module','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j16/mod_jalatest_resumes.xml','',''),(227,5,0,'JA List Employer module for Joomla 2.5','','mod_jalist_employers','module','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j16/mod_jalist_employers.xml','',''),(228,5,0,'JA List Jobs module for Joomla 2.5','','mod_jalist_jobs','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/mod_jalist_jobs.xml','',''),(229,5,0,'JA List Resumes module for Joomla 2.5','','mod_jalist_resumes','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/mod_jalist_resumes.xml','',''),(230,5,10007,'JA Login module for J25 & J3x','','mod_jalogin','module','',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/mod_jalogin.xml','https://www.joomlart.com/update-steps',''),(231,5,0,'JA News Featured Module for J25 & J3x','','mod_janews_featured','module','',0,'2.6.2','','http://update.joomlart.com/service/tracking/j16/mod_janews_featured.xml','https://www.joomlart.com/update-steps',''),(232,5,0,'JA Newsflash module for Joomla 1.6.x','','mod_janewsflash','module','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j16/mod_janewsflash.xml','',''),(233,5,0,'JA Newsmoo module for Joomla 1.6.x','','mod_janewsmoo','module','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j16/mod_janewsmoo.xml','',''),(234,5,0,'JA News Pro Module for J25 & J3x','','mod_janewspro','module','',0,'2.6.4','','http://update.joomlart.com/service/tracking/j16/mod_janewspro.xml','https://www.joomlart.com/update-steps',''),(235,5,0,'JA Newsticker Module for J3x','','mod_janewsticker','module','',0,'2.6.2','','http://update.joomlart.com/service/tracking/j16/mod_janewsticker.xml','https://www.joomlart.com/update-steps',''),(236,5,0,'JA Quick Contact Module for J3.x','','mod_jaquickcontact','module','',0,'2.6.5','','http://update.joomlart.com/service/tracking/j16/mod_jaquickcontact.xml','https://www.joomlart.com/update-steps',''),(237,5,0,'JA Recent Viewed Jobs module for Joomla 2.5','','mod_jarecent_viewed_jobs','module','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j16/mod_jarecent_viewed_jobs.xml','',''),(238,5,0,'JA SideNews Module for J25 & J34','','mod_jasidenews','module','',0,'2.6.8','','http://update.joomlart.com/service/tracking/j16/mod_jasidenews.xml','https://www.joomlart.com/update-steps',''),(239,5,10009,'JA Slideshow Module for Joomla 2.5 & 3.x','','mod_jaslideshow','module','',0,'2.7.7','','http://update.joomlart.com/service/tracking/j16/mod_jaslideshow.xml','https://www.joomlart.com/update-steps',''),(240,5,0,'JA Slideshow Lite Module for J25 & J3.x','','mod_jaslideshowlite','module','',0,'1.2.4','','http://update.joomlart.com/service/tracking/j16/mod_jaslideshowlite.xml','https://www.joomlart.com/update-steps',''),(241,5,0,'JA Soccerway Module for J3x','','mod_jasoccerway','module','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j16/mod_jasoccerway.xml','https://www.joomlart.com/update-steps',''),(242,5,0,'JA Social Locker module','','mod_jasocial_locker','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/mod_jasocial_locker.xml','https://www.joomlart.com/update-steps',''),(243,5,0,'JA Tab module for Joomla 2.5','','mod_jatabs','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/mod_jatabs.xml','',''),(244,5,0,'JA Toppanel Module for Joomla 2.5 & Joomla 3.4','','mod_jatoppanel','module','',0,'2.5.8','','http://update.joomlart.com/service/tracking/j16/mod_jatoppanel.xml','https://www.joomlart.com/update-steps',''),(245,5,0,'JA Twitter Module for J25 & j3.x','','mod_jatwitter','module','',0,'2.6.6','','http://update.joomlart.com/service/tracking/j16/mod_jatwitter.xml','https://www.joomlart.com/update-steps',''),(246,5,0,'JA User module','','mod_jausers','module','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j16/mod_jausers.xml','https://www.joomlart.com/update-steps',''),(247,5,0,'JA List of Voices Module for J2.5 & J3.x','','mod_javlist_voices','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/mod_javlist_voices.xml','',''),(248,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(249,5,0,'JA Voice Work Flow Module for J2.5 & J3.x','','mod_javwork_flow','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/mod_javwork_flow.xml','',''),(250,5,0,'S5 Accordion Menu Module','','mod_s5_accordion_menu','module','',0,'2.3.1','','http://update.joomlart.com/service/tracking/j16/mod_s5_accordion_menu.xml','https://www.joomlart.com/update-steps',''),(251,5,0,'JA Amazon S3 Button Plugin for joomla 2.5 & 3.x','','jaamazons3','plugin','button',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/plg_button_jaamazons3.xml','https://www.joomlart.com/update-steps',''),(252,5,0,'JA AVTracklist Button plugin for J2.5 & J3.3','','jaavtracklist','plugin','button',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/plg_button_jaavtracklist.xml','https://www.joomlart.com/update-steps',''),(253,5,0,'JA Comment Off Plugin for Joomla 2.5 & 3.3','','jacommentoff','plugin','button',0,'2.5.3','','http://update.joomlart.com/service/tracking/j16/plg_button_jacommentoff.xml','https://www.joomlart.com/update-steps',''),(254,5,0,'JA Comment On Plugin for Joomla 2.5 & 3.3','','jacommenton','plugin','button',0,'2.5.2','','http://update.joomlart.com/service/tracking/j16/plg_button_jacommenton.xml','https://www.joomlart.com/update-steps',''),(255,5,0,'JA Amazon S3 System plugin for joomla 2.5 & 3.x','','plg_jaamazons3','plugin','plg_jaamazons3',0,'2.5.9','','http://update.joomlart.com/service/tracking/j16/plg_jaamazons3.xml','https://www.joomlart.com/update-steps',''),(256,5,0,'JA AVTracklist plugin for J2.5 & J3.x','','plg_jaavtracklist','plugin','plg_jaavtracklist',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/plg_jaavtracklist.xml','https://www.joomlart.com/update-steps',''),(257,5,0,'JA Bookmark plugin for J3.x','','plg_jabookmark','plugin','plg_jabookmark',0,'2.6.3','','http://update.joomlart.com/service/tracking/j16/plg_jabookmark.xml','https://www.joomlart.com/update-steps',''),(258,5,0,'JA Comment Plugin for Joomla 2.5 & 3.3','','plg_jacomment','plugin','plg_jacomment',0,'2.5.5','','http://update.joomlart.com/service/tracking/j16/plg_jacomment.xml','https://www.joomlart.com/update-steps',''),(259,5,0,'JA Disqus Debate Echo plugin for J3x','','debate_echo','plugin','jadisqus',0,'2.6.4','','http://update.joomlart.com/service/tracking/j16/plg_jadisqus_debate_echo.xml','https://www.joomlart.com/update-steps',''),(260,5,0,'JA GDPR EasyBlog Plugin','','easyblog','plugin','jagdpr',0,'1.0.1','','http://update.joomlart.com/service/tracking/j16/plg_jagdpr_easyblog.xml','https://www.joomlart.com/update-steps',''),(261,5,0,'JA GDPR EasyDiscuss Plugin','','easydiscuss','plugin','jagdpr',0,'1.0.1','','http://update.joomlart.com/service/tracking/j16/plg_jagdpr_easydiscuss.xml','https://www.joomlart.com/update-steps',''),(262,5,0,'JA GDPR EasySocial Plugin','','easysocial','plugin','jagdpr',0,'1.0.1','','http://update.joomlart.com/service/tracking/j16/plg_jagdpr_easysocial.xml','https://www.joomlart.com/update-steps',''),(263,5,0,'JA GDPR Guru Plugin','','guru','plugin','jagdpr',0,'1.0.1','','http://update.joomlart.com/service/tracking/j16/plg_jagdpr_guru.xml','https://www.joomlart.com/update-steps',''),(264,5,0,'JA GDPR JomSocial Plugin','','jomsocial','plugin','jagdpr',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/plg_jagdpr_jomsocial.xml','https://www.joomlart.com/update-steps',''),(265,5,0,'JA GDPR K2 Plugin','','k2','plugin','jagdpr',0,'1.0.1','','http://update.joomlart.com/service/tracking/j16/plg_jagdpr_k2.xml','https://www.joomlart.com/update-steps',''),(266,5,0,'JA GDPR Kunena Plugin','','kunena','plugin','jagdpr',0,'1.0.1','','http://update.joomlart.com/service/tracking/j16/plg_jagdpr_kunena.xml','https://www.joomlart.com/update-steps',''),(267,5,0,'JA GDPR Publisher Plugin','','publisher','plugin','jagdpr',0,'1.0.1','','http://update.joomlart.com/service/tracking/j16/plg_jagdpr_publisher.xml','https://www.joomlart.com/update-steps',''),(268,5,0,'JA GDPR Virtuemart Plugin','','virtuemart','plugin','jagdpr',0,'1.0.1','','http://update.joomlart.com/service/tracking/j16/plg_jagdpr_virtuemart.xml','https://www.joomlart.com/update-steps',''),(269,5,0,'JA Google Storage Plugin for j25 & j30','','plg_jagooglestorage','plugin','plg_jagooglestorage',0,'1.0.0','','http://update.joomlart.com/service/tracking/j16/plg_jagooglestorage.xml','',''),(270,5,0,'JA Translate plugin for Joomla 1.6.x','','plg_jagoogletranslate','file','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j16/plg_jagoogletranslate.xml','',''),(271,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(272,5,0,'JA Thumbnail Plugin for J25 & J3','','plg_jathumbnail','plugin','plg_jathumbnail',0,'2.6.0','','http://update.joomlart.com/service/tracking/j16/plg_jathumbnail.xml','https://www.joomlart.com/update-steps',''),(273,5,0,'JA Tooltips plugin for Joomla 1.6.x','','plg_jatooltips','plugin','plg_jatooltips',0,'1.0.0','','http://update.joomlart.com/service/tracking/j16/plg_jatooltips.xml','',''),(274,5,0,'JA Typo Button Plugin for J25 & J3x','','plg_jatypobutton','plugin','plg_jatypobutton',0,'2.6.1','','http://update.joomlart.com/service/tracking/j16/plg_jatypobutton.xml','https://www.joomlart.com/update-steps',''),(275,5,0,'JA K2 Filter Plg for J25 & J3.x','','jak2filter','plugin','k2',0,'1.3.0','','http://update.joomlart.com/service/tracking/j16/plg_k2_jak2filter.xml','https://www.joomlart.com/update-steps',''),(276,5,0,'JA K2 Timeline Plugin','','jak2timeline','plugin','k2',0,'1.0.0','','http://update.joomlart.com/service/tracking/j16/plg_k2_jak2timeline.xml','https://www.joomlart.com/update-steps',''),(277,5,0,'Multi Capcha Engine Plugin for J3.x','','captcha_engine','plugin','multiple',0,'2.5.6','','http://update.joomlart.com/service/tracking/j16/plg_multiple_captcha_engine.xml','https://www.joomlart.com/update-steps',''),(278,5,0,'JA JobBoard Payment Plugin Authorize for Joomla 2.5','','plg_payment_jajb_authorize_25','custom','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j16/plg_payment_jajb_authorize_25.xml','',''),(279,5,0,'JA JobBoard Payment Plugin MoneyBooker for Joomla 2.5','','plg_payment_jajb_moneybooker_25','custom','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j16/plg_payment_jajb_moneybooker_25.xml','',''),(280,5,0,'JA JobBoard Payment Plugin Paypal for Joomla 2.5','','plg_payment_jajb_paypal_25','custom','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j16/plg_payment_jajb_paypal_25.xml','',''),(281,5,0,'JA JobBoard Payment Plugin BankWire for Joomla 2.5','','plg_payment_jajb_wirebank_25','custom','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j16/plg_payment_jajb_wirebank_25.xml','',''),(282,5,0,'JA Search Comment Plugin for Joomla J2.5 & 3.x','','jacomment','plugin','search',0,'2.5.2','','http://update.joomlart.com/service/tracking/j16/plg_search_jacomment.xml','https://www.joomlart.com/update-steps',''),(283,5,0,'JA Search Jobs plugin for Joomla 2.5','','jajob','plugin','search',0,'1.0.0 stable','','http://update.joomlart.com/service/tracking/j16/plg_search_jajob.xml','',''),(284,5,0,'JA Builder System Plugin','','jabuilder','plugin','system',0,'1.1.5','','http://update.joomlart.com/service/tracking/j16/plg_system_jabuilder.xml','https://www.joomlart.com/update-steps',''),(285,5,0,'JA System Comment Plugin for Joomla 2.5 & 3.3','','jacomment','plugin','system',0,'2.5.5','','http://update.joomlart.com/service/tracking/j16/plg_system_jacomment.xml','https://www.joomlart.com/update-steps',''),(286,5,0,'JA Content Extra Fields for Joomla 2.5','','jacontentextrafields','plugin','system',0,'2.5.1','','http://update.joomlart.com/service/tracking/j16/plg_system_jacontentextrafields.xml','',''),(287,5,0,'JA System Google Map plugin for Joomla 2.5 & J3.x','','jagooglemap','plugin','system',0,'2.6.5','','http://update.joomlart.com/service/tracking/j16/plg_system_jagooglemap.xml','https://www.joomlart.com/update-steps',''),(288,5,0,'JAEC PLG System Jobboad Jomsocial Synchonization','','jajb_jomsocial','plugin','system',0,'1.0.0','','http://update.joomlart.com/service/tracking/j16/plg_system_jajb_jomsocial.xml','',''),(289,5,0,'JA System Lazyload Plugin for J25 & J3x','','jalazyload','plugin','system',0,'1.0.7','','http://update.joomlart.com/service/tracking/j16/plg_system_jalazyload.xml','https://www.joomlart.com/update-steps',''),(290,5,0,'JA Megafilter Plugin','','jamegafilter','plugin','system',0,'1.0.0 Beta 1','','http://update.joomlart.com/service/tracking/j16/plg_system_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(291,5,0,'JA System Nrain Plugin for Joomla 2.5 & 3.3','','janrain','plugin','system',0,'2.5.4','','http://update.joomlart.com/service/tracking/j16/plg_system_janrain.xml','',''),(292,5,0,'JA System Pager Plugin for J25 & J3x','','japager','plugin','system',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/plg_system_japager.xml','https://www.joomlart.com/update-steps',''),(293,5,0,'JA Popup Plugin for Joomla 25 & 3x','','japopup','plugin','system',0,'2.6.4','','http://update.joomlart.com/service/tracking/j16/plg_system_japopup.xml','https://www.joomlart.com/update-steps',''),(294,5,0,'JA System Social Plugin for Joomla 3.x','','jasocial','plugin','system',0,'2.5.5','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial.xml','https://www.joomlart.com/update-steps',''),(295,5,0,'JA System Social Feed Plugin for Joomla 2.5 & 3.x','','jasocial_feed','plugin','system',0,'1.4.0','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(296,5,0,'JA T3v2 System Plugin for J3.x','','jat3','plugin','system',0,'2.7.6','','http://update.joomlart.com/service/tracking/j16/plg_system_jat3.xml','https://www.joomlart.com/update-steps',''),(297,5,0,'JA T3v3 System Plugin','','jat3v3','plugin','system',0,'1.0.3','','http://update.joomlart.com/service/tracking/j16/plg_system_jat3v3.xml','',''),(298,5,0,'JA Tabs Plugin for J3.x','','jatabs','plugin','system',0,'2.6.7','','http://update.joomlart.com/service/tracking/j16/plg_system_jatabs.xml','https://www.joomlart.com/update-steps',''),(299,5,0,'JA Typo Plugin for Joomla 2.5 & J3x','','jatypo','plugin','system',0,'2.5.8','','http://update.joomlart.com/service/tracking/j16/plg_system_jatypo.xml','https://www.joomlart.com/update-steps',''),(301,5,0,'JA Teline III Template for Joomla 2.5','','teline_iii','template','',0,'2.5.3','','http://update.joomlart.com/service/tracking/j16/teline_iii.xml','https://www.joomlart.com/update-steps',''),(302,5,0,'Thirdparty Extensions Compatibility Bundle','','thirdparty_exts_compatibility','custom','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j16/thirdparty_exts_compatibility.xml','',''),(303,5,0,'Uber Template','','uber','template','',0,'2.1.9','','http://update.joomlart.com/service/tracking/j16/uber.xml','https://www.joomlart.com/update-steps',''),(304,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j30/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(305,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j30/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(306,5,0,'Backend Template Package','','backend_template_package','package','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/backend_template_package.xml','https://www.joomlart.com/update-steps',''),(307,5,0,'Backend Template','','backend_template_pkg','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/backend_template_pkg.xml','',''),(308,5,0,'JomSocial Free Bonuses','','bonus','package','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/bonus.xml','https://www.joomlart.com/update-steps',''),(309,5,0,'Adagency Light Component','','com_adagency-light','component','',1,'6.0.21','','http://update.joomlart.com/service/tracking/j30/com_adagency-light.xml','https://www.joomlart.com/update-steps',''),(310,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.0_preview','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(311,5,0,'DT SMS Package','','com_dtsms_pkg','package','',0,'2.0.0','','http://update.joomlart.com/service/tracking/j30/com_dtsms_pkg.xml','https://www.joomlart.com/update-steps',''),(312,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.0','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(313,5,0,'Guru Pro','','com_guru_pro','component','',1,'5.1.3','','http://update.joomlart.com/service/tracking/j30/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(314,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.1.20','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(315,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.1.20','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(316,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.7.1','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(317,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(318,5,0,'DT Acajoom Subscriber','','dtregister_acajoom','plugin','dtregister_acajoom',0,'1.2','','http://update.joomlart.com/service/tracking/j30/dtregister_acajoom.xml','https://www.joomlart.com/update-steps',''),(319,5,0,'DT Register Falang plugin','','dtregister_falang','plugin','dtregister_falang',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/dtregister_falang.xml','https://www.joomlart.com/update-steps',''),(320,5,0,'JB Novus Easyblog Theme','','easyblog5_theme_novus','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j30/easyblog5_theme_novus.xml','https://www.joomlart.com/update-steps',''),(321,5,0,'GK bluap','','gk_bluap','template','',0,'3.24','','http://update.joomlart.com/service/tracking/j30/gk_bluap.xml','https://www.joomlart.com/update-steps',''),(322,5,0,'GK box J!3','','gk_box','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/gk_box.xml','https://www.joomlart.com/update-steps',''),(323,5,0,'GK cloudhost J!3','','gk_cloudhost','template','',0,'3.24','','http://update.joomlart.com/service/tracking/j30/gk_cloudhost.xml','https://www.joomlart.com/update-steps',''),(324,5,0,'GK creativity J!3','','gk_creativity','template','',0,'3.25','','http://update.joomlart.com/service/tracking/j30/gk_creativity.xml','https://www.joomlart.com/update-steps',''),(325,5,0,'GK events J!3','','gk_events','template','',0,'3.26','','http://update.joomlart.com/service/tracking/j30/gk_events.xml','https://www.joomlart.com/update-steps',''),(326,5,0,'GK game J!3','','gk_game','template','',0,'3.25','','http://update.joomlart.com/service/tracking/j30/gk_game.xml','https://www.joomlart.com/update-steps',''),(327,5,0,'GK hotel J!3','','gk_hotel','template','',0,'1.2.2','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(328,5,0,'GK instyle J!3','','gk_instyle','template','',0,'3.32','','http://update.joomlart.com/service/tracking/j30/gk_instyle.xml','https://www.joomlart.com/update-steps',''),(329,5,0,'GK john s J!3','','gk_john_s','template','',0,'3.26','','http://update.joomlart.com/service/tracking/j30/gk_john_s.xml','https://www.joomlart.com/update-steps',''),(330,5,0,'GK magazine J!3','','gk_magazine','template','',0,'3.23','','http://update.joomlart.com/service/tracking/j30/gk_magazine.xml','https://www.joomlart.com/update-steps',''),(331,5,0,'GK mo J!3','','gk_mo','template','',0,'3.25','','http://update.joomlart.com/service/tracking/j30/gk_mo.xml','https://www.joomlart.com/update-steps',''),(332,5,0,'GK msocial J!3','','gk_msocial','template','',0,'3.25','','http://update.joomlart.com/service/tracking/j30/gk_msocial.xml','https://www.joomlart.com/update-steps',''),(333,5,0,'GK musicstate J!3','','gk_musicstate','template','',0,'3.25','','http://update.joomlart.com/service/tracking/j30/gk_musicstate.xml','https://www.joomlart.com/update-steps',''),(334,5,0,'GK news J!3','','gk_news','template','',0,'3.25','','http://update.joomlart.com/service/tracking/j30/gk_news.xml','https://www.joomlart.com/update-steps',''),(335,5,0,'GK news2 J!3','','gk_news2','template','',0,'3.25','','http://update.joomlart.com/service/tracking/j30/gk_news2.xml','https://www.joomlart.com/update-steps',''),(336,5,0,'GK news refreshed J!3','','gk_news_refreshed','template','',0,'3.29','','http://update.joomlart.com/service/tracking/j30/gk_news_refreshed.xml','https://www.joomlart.com/update-steps',''),(337,5,0,'GK photo J!3','','gk_photo','template','',0,'3.29','','http://update.joomlart.com/service/tracking/j30/gk_photo.xml','https://www.joomlart.com/update-steps',''),(338,5,0,'GK portfolio J!3','','gk_portfolio','template','',0,'1.2.2','','http://update.joomlart.com/service/tracking/j30/gk_portfolio.xml','https://www.joomlart.com/update-steps',''),(339,5,0,'GK rockwall J!3','','gk_rockwall','template','',0,'3.25','','http://update.joomlart.com/service/tracking/j30/gk_rockwall.xml','https://www.joomlart.com/update-steps',''),(340,5,0,'GK Shop & Buy Template','','gk_shop_and_buy','template','',0,'3.25','','http://update.joomlart.com/service/tracking/j30/gk_shop_and_buy.xml','https://www.joomlart.com/update-steps',''),(341,5,0,'GK simplicity J!3','','gk_simplicity','template','',0,'3.23','','http://update.joomlart.com/service/tracking/j30/gk_simplicity.xml','https://www.joomlart.com/update-steps',''),(342,5,0,'GK steakhouse J!3','','gk_steakhouse','template','',0,'3.26','','http://update.joomlart.com/service/tracking/j30/gk_steakhouse.xml','https://www.joomlart.com/update-steps',''),(343,5,0,'GK storebox J!3','','gk_storebox','template','',0,'3.25','','http://update.joomlart.com/service/tracking/j30/gk_storebox.xml','https://www.joomlart.com/update-steps',''),(344,5,0,'GK storefront J!3','','gk_storefront','template','',0,'3.25','','http://update.joomlart.com/service/tracking/j30/gk_storefront.xml','https://www.joomlart.com/update-steps',''),(345,5,0,'GK technews J!3','','gk_technews','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j30/gk_technews.xml','https://www.joomlart.com/update-steps',''),(346,5,0,'GK university J!3','','gk_university','template','',0,'3.26','','http://update.joomlart.com/service/tracking/j30/gk_university.xml','https://www.joomlart.com/update-steps',''),(347,5,0,'GK writer J!3','','gk_writer','template','',0,'3.27','','http://update.joomlart.com/service/tracking/j30/gk_writer.xml','https://www.joomlart.com/update-steps',''),(348,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(349,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'3.0.5','','http://update.joomlart.com/service/tracking/j30/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(350,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(351,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.6','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(352,5,0,'JB Responsive Template','','jb_responsive','template','',0,'1.2.8','','http://update.joomlart.com/service/tracking/j30/jb_responsive.xml','https://www.joomlart.com/update-steps',''),(353,5,0,'JB LifeStyle2 Template','','lifestyle2','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j30/lifestyle2.xml','https://www.joomlart.com/update-steps',''),(354,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(355,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.1','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(356,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(357,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.1','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(358,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.1','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(359,5,0,'Highlighter GK5 J!3 Module','','mod_highlighter_gk5','module','',0,'1.2.3','','http://update.joomlart.com/service/tracking/j30/mod_highlighter_gk5.xml','https://www.joomlart.com/update-steps',''),(360,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.6.5','','http://update.joomlart.com/service/tracking/j30/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(361,5,0,'Jbmaps Module','','mod_jbmaps','module','',0,'1.2.5','','http://update.joomlart.com/service/tracking/j30/mod_jbmaps.xml','https://www.joomlart.com/update-steps',''),(362,5,0,'JB Maps2 Module','','mod_jbmaps2','module','',0,'1.2.5','','http://update.joomlart.com/service/tracking/j30/mod_jbmaps2.xml','https://www.joomlart.com/update-steps',''),(363,5,0,'News Pro GK5 J!3','','mod_news_pro_gk5','module','',0,'2.0.0','','http://update.joomlart.com/service/tracking/j30/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(364,5,0,'Weather GK4 J!3','','mod_weather_gk4','module','',0,'1.8.0','','http://update.joomlart.com/service/tracking/j30/mod_weather_gk4.xml','https://www.joomlart.com/update-steps',''),(365,5,0,'JB Zen Social Module','','mod_zensocial','module','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j30/mod_zensocial.xml','https://www.joomlart.com/update-steps',''),(366,5,0,'Zentools Module','','mod_zentools','module','',0,'1.14.6','','http://update.joomlart.com/service/tracking/j30/mod_zentools.xml','https://www.joomlart.com/update-steps',''),(367,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.1','','http://update.joomlart.com/service/tracking/j30/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(368,5,0,'JB Novus Template','','novus','template','',0,'1.1.3','','http://update.joomlart.com/service/tracking/j30/novus.xml','https://www.joomlart.com/update-steps',''),(369,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.5','','http://update.joomlart.com/service/tracking/j30/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(370,5,0,'DT AUTH SIM Proxy Plugin','','authsimproxy','plugin','dt',0,'1.0.1','','http://update.joomlart.com/service/tracking/j30/plg_dt_authsimproxy.xml','https://www.joomlart.com/update-steps',''),(371,5,0,'DT Register Converge plugin','','converge','plugin','dt',0,'1.3','','http://update.joomlart.com/service/tracking/j30/plg_dt_converge.xml','https://www.joomlart.com/update-steps',''),(372,5,0,'DT Register PayPal Express Checkout Plugin','','expresscheckout','plugin','dt',0,'1.0','','http://update.joomlart.com/service/tracking/j30/plg_dt_expresscheckout.xml','https://www.joomlart.com/update-steps',''),(373,5,0,'DT AsiaPay PayDollar Plugin','','paydollar','plugin','dt',0,'1.0','','http://update.joomlart.com/service/tracking/j30/plg_dt_paydollar.xml','https://www.joomlart.com/update-steps',''),(374,5,0,'DT Payway Plugin','','payway','plugin','dt',0,'1.0.1','','http://update.joomlart.com/service/tracking/j30/plg_dt_payway.xml','https://www.joomlart.com/update-steps',''),(375,5,0,'DT Register Stripe Plugin','','stripe','plugin','dt',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dt_stripe.xml','https://www.joomlart.com/update-steps',''),(376,5,0,'System - DT Register No Cache Plugin','','plg_dtcache','plugin','plg_dtcache',0,'3.1','','http://update.joomlart.com/service/tracking/j30/plg_dtcache.xml','https://www.joomlart.com/update-steps',''),(377,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.6','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(378,5,0,'DT Register JEvents Update','','plg_dtjeventupdate','plugin','plg_dtjeventupdate',0,'3.2','','http://update.joomlart.com/service/tracking/j30/plg_dtjeventupdate.xml','https://www.joomlart.com/update-steps',''),(379,5,0,'DT Register System Plugin','','plg_dtreg','plugin','plg_dtreg',0,'1.0','','http://update.joomlart.com/service/tracking/j30/plg_dtreg.xml','https://www.joomlart.com/update-steps',''),(380,5,0,'DT AcyMailing Subscriber','','acymailing','plugin','dtreg',0,'3.6','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_acymailing.xml','https://www.joomlart.com/update-steps',''),(381,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.3','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(382,5,0,'DT Register Google Cal Export Plugin','','plg_dtregexport','plugin','plg_dtregexport',0,'1.6','','http://update.joomlart.com/service/tracking/j30/plg_dtregexport.xml','https://www.joomlart.com/update-steps',''),(383,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.3','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(384,5,0,'DT Register Authorize.net Plugin','','authorizenet','plugin','dtregister',0,'1.5','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_authorizenet.xml','https://www.joomlart.com/update-steps',''),(385,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(386,5,0,'DT Register eWay Plugin','','eway','plugin','dtregister',0,'1.5','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_eway.xml','https://www.joomlart.com/update-steps',''),(387,5,0,'DT Mollie Plugin','','mollie','plugin','dtregister',0,'1.2','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_mollie.xml','https://www.joomlart.com/update-steps',''),(388,5,0,'DT Register MyScript Plugin','','myscript','plugin','dtregister',0,'2.2','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_myscript.xml','https://www.joomlart.com/update-steps',''),(389,5,0,'DT Register Records Plugin','','records','plugin','dtregister',0,'2.0.9','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_records.xml','https://www.joomlart.com/update-steps',''),(390,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(391,5,0,'DT SMS Action Answer plugin','','actionanswer','plugin','dtsms',0,'1.2','','http://update.joomlart.com/service/tracking/j30/plg_dtsms_actionanswer.xml','https://www.joomlart.com/update-steps',''),(392,5,0,'DT SMS Action Forward Plugin','','actionforward','plugin','dtsms',0,'1.0','','http://update.joomlart.com/service/tracking/j30/plg_dtsms_actionforward.xml','https://www.joomlart.com/update-steps',''),(393,5,0,'DT SMS Action Subscribe Plugin','','actionsubscribe','plugin','dtsms',0,'1.2','','http://update.joomlart.com/service/tracking/j30/plg_dtsms_actionsubscribe.xml','https://www.joomlart.com/update-steps',''),(394,5,0,'DT SMS Action Unsubscribe Plugin','','actionunsubscribe','plugin','dtsms',0,'1.2','','http://update.joomlart.com/service/tracking/j30/plg_dtsms_actionunsubscribe.xml','https://www.joomlart.com/update-steps',''),(395,5,0,'DT SMS Article Integration Plugin','','articleintegration','plugin','dtsms',0,'1.2','','http://update.joomlart.com/service/tracking/j30/plg_dtsms_articleintegration.xml','https://www.joomlart.com/update-steps',''),(396,5,0,'DT SMS Community Builder Integration Plugin','','cbintegration','plugin','dtsms',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtsms_cbintegration.xml','https://www.joomlart.com/update-steps',''),(397,5,0,'DT SMS Component Integration Plugin','','dtsmsintegration','plugin','dtsms',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtsms_dtsmsintegration.xml','https://www.joomlart.com/update-steps',''),(398,5,0,'DT SMS JomSocial Integration Plugin','','jomintegration','plugin','dtsms',0,'1.2','','http://update.joomlart.com/service/tracking/j30/plg_dtsms_jomintegration.xml','https://www.joomlart.com/update-steps',''),(399,5,0,'DT SMS Joomla User Integration Plugin','','joomlaintegration','plugin','dtsms',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtsms_joomlaintegration.xml','https://www.joomlart.com/update-steps',''),(400,5,0,'DT SMS Onetime Plugin','','smsonetime','plugin','dtsms',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtsms_smsonetime.xml','https://www.joomlart.com/update-steps',''),(401,5,0,'DT SMS Periodic Plugin','','smsperiodic','plugin','dtsms',0,'1.2','','http://update.joomlart.com/service/tracking/j30/plg_dtsms_smsperiodic.xml','https://www.joomlart.com/update-steps',''),(402,5,0,'DT SMS Plugin - Test Gateway','','testgateway','plugin','dtsms',0,'1.2','','http://update.joomlart.com/service/tracking/j30/plg_dtsms_testgateway.xml','https://www.joomlart.com/update-steps',''),(403,5,0,'DT SMS Plugin - Twilio Gateway','','twiliogateway','plugin','dtsms',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtsms_twiliogateway.xml','https://www.joomlart.com/update-steps',''),(404,5,0,'DT Register Installer Plugin','','dtregister','plugin','installer',0,'1.0','','http://update.joomlart.com/service/tracking/j30/plg_installer_dtregister.xml','https://www.joomlart.com/update-steps',''),(405,5,0,'JB Library Plugin','','zenlibrary','plugin','jblibrary',0,'2.1.7','','http://update.joomlart.com/service/tracking/j30/plg_jblibrary_zenlibrary.xml','https://www.joomlart.com/update-steps',''),(406,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.8','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(407,5,0,'DT Register Records (JomSocial) Plugin','','dtreg_records','plugin','jomsocial',0,'1.12','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_records.xml','https://www.joomlart.com/update-steps',''),(408,5,0,'GK Opengraph system plugin','','gk_opengraph','plugin','sys',0,'1.0.1','','http://update.joomlart.com/service/tracking/j30/plg_sys_gk_opengraph.xml','https://www.joomlart.com/update-steps',''),(409,5,0,'GK Cache system plugin','','gkcache','plugin','sys',0,'1.0','','http://update.joomlart.com/service/tracking/j30/plg_sys_gkcache.xml','https://www.joomlart.com/update-steps',''),(410,5,0,'GK Contact system plugin','','gkcontact','plugin','sys',0,'1.1.6','','http://update.joomlart.com/service/tracking/j30/plg_sys_gkcontact.xml','https://www.joomlart.com/update-steps',''),(411,5,0,'GK Extmenu system plugin','','gkextmenu','plugin','sys',0,'1.0.1','','http://update.joomlart.com/service/tracking/j30/plg_sys_gkextmenu.xml','https://www.joomlart.com/update-steps',''),(412,5,0,'System JBType Plugin','','jbtype','plugin','sys',0,'2.0.0','','http://update.joomlart.com/service/tracking/j30/plg_sys_jbtype.xml','https://www.joomlart.com/update-steps',''),(413,5,0,'JB Zen Shortcodes Plugin','','zenshortcodes','plugin','sys',0,'1.7.6','','http://update.joomlart.com/service/tracking/j30/plg_sys_zenshortcodes.xml','https://www.joomlart.com/update-steps',''),(414,5,0,'Plugin Zentools2 System','','zentools2','plugin','sys',0,'2.3.5','','http://update.joomlart.com/service/tracking/j30/plg_sys_zentools2.xml','https://www.joomlart.com/update-steps',''),(415,5,0,'DT SMS System Plugin','','dtsmsintegrator','plugin','system',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_system_dtsmsintegrator.xml','https://www.joomlart.com/update-steps',''),(416,5,0,'JB Xero Template','','xero','template','',0,'1.4.4','','http://update.joomlart.com/service/tracking/j30/xero.xml','https://www.joomlart.com/update-steps',''),(417,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(418,5,0,'MPDF','','MPDF','package','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/MPDF.xml','https://www.joomlart.com/update-steps',''),(419,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.2.3','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(420,5,0,'S5 Amazed Photography Template','','Shape5_amazed_photography_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_amazed_photography_template.xml','https://www.joomlart.com/update-steps',''),(421,5,0,'S5 Ambient Template','','Shape5_ambient_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ambient_template.xml','https://www.joomlart.com/update-steps',''),(422,5,0,'S5 Ameritage Medical Template','','Shape5_ameritage_medical_template','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_ameritage_medical_template.xml','https://www.joomlart.com/update-steps',''),(423,5,0,'S5 Appwonder Template','','Shape5_appwonder_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_appwonder_template.xml','https://www.joomlart.com/update-steps',''),(424,5,0,'S5 Arthur Template','','Shape5_arthur_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_arthur_template.xml','https://www.joomlart.com/update-steps',''),(425,5,0,'S5 Attractions Template','','Shape5_attractions_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_attractions_template.xml','https://www.joomlart.com/update-steps',''),(426,5,0,'S5 Aurora Dawn Template','','Shape5_aurora_dawn_template','template','',0,'3.0.1','','http://update.joomlart.com/service/tracking/j31/Shape5_aurora_dawn_template.xml','https://www.joomlart.com/update-steps',''),(427,5,0,'S5 Avignet Dream Template','','Shape5_avignet_dream_template','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/Shape5_avignet_dream_template.xml','https://www.joomlart.com/update-steps',''),(428,5,0,'S5 Big Picture Template','','Shape5_bigpicture_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_bigpicture_template.xml','https://www.joomlart.com/update-steps',''),(429,5,0,'S5 Blogbox Template','','Shape5_blog_box_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_blog_box_template.xml','https://www.joomlart.com/update-steps',''),(430,5,0,'S5 BlueGroup Template','','Shape5_bluegroup_template','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/Shape5_bluegroup_template.xml','https://www.joomlart.com/update-steps',''),(431,5,0,'S5 Business Line Template','','Shape5_business_line_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_business_line_template.xml','https://www.joomlart.com/update-steps',''),(432,5,0,'S5 Business Pro Template','','Shape5_business_pro_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_business_pro_template.xml','https://www.joomlart.com/update-steps',''),(433,5,0,'S5 Callie Rush Template','','Shape5_callie_rush_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_callie_rush_template.xml','https://www.joomlart.com/update-steps',''),(434,5,0,'S5 Campus Life Template','','Shape5_campuslife_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_campuslife_template.xml','https://www.joomlart.com/update-steps',''),(435,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(436,5,0,'S5 Charlestown Template','','Shape5_charlestown_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_charlestown_template.xml','https://www.joomlart.com/update-steps',''),(437,5,0,'S5 Cleanout Template','','Shape5_cleanout_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_cleanout_template.xml','https://www.joomlart.com/update-steps',''),(438,5,0,'S5 Comaxium Template','','Shape5_comaxium_template','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/Shape5_comaxium_template.xml','https://www.joomlart.com/update-steps',''),(439,5,0,'S5 Compassion Template','','Shape5_compassion_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_compassion_template.xml','https://www.joomlart.com/update-steps',''),(440,5,0,'S5 Construction Template','','Shape5_construction_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_construction_template.xml','https://www.joomlart.com/update-steps',''),(441,5,0,'S5 Content King Template','','Shape5_contentking_template','template','',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/Shape5_contentking_template.xml','https://www.joomlart.com/update-steps',''),(442,5,0,'S5 Corporate Response Template','','Shape5_corporate_response_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_corporate_response_template.xml','https://www.joomlart.com/update-steps',''),(443,5,0,'S5 Corpway Template','','Shape5_corpway_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_corpway_template.xml','https://www.joomlart.com/update-steps',''),(444,5,0,'S5 Curb Appeal Template','','Shape5_curb_appeal_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_curb_appeal_template.xml','https://www.joomlart.com/update-steps',''),(445,5,0,'S5 Cyan Template','','Shape5_cyan_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_cyan_template.xml','https://www.joomlart.com/update-steps',''),(446,5,0,'S5 Design Control Template','','Shape5_design_control_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_design_control_template.xml','https://www.joomlart.com/update-steps',''),(447,5,0,'S5 Emma and Mason Template','','Shape5_emma_and_mason_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_emma_and_mason_template.xml','https://www.joomlart.com/update-steps',''),(448,5,0,'S5 Emusica Template','','Shape5_emusica_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_emusica_template.xml','https://www.joomlart.com/update-steps',''),(449,5,0,'S5 Eventfull Business Template','','Shape5_eventfull_business_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_eventfull_business_template.xml','https://www.joomlart.com/update-steps',''),(450,5,0,'S5 Eventfull Template','','Shape5_eventfull_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_eventfull_template.xml','https://www.joomlart.com/update-steps',''),(451,5,0,'S5 EZ Web Hosting Template','','Shape5_ezwebhosting_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_ezwebhosting_template.xml','https://www.joomlart.com/update-steps',''),(452,5,0,'S5 Fitness Center Template','','Shape5_fitness_center_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_fitness_center_template.xml','https://www.joomlart.com/update-steps',''),(453,5,0,'S5 Forte Template','','Shape5_forte_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_forte_template.xml','https://www.joomlart.com/update-steps',''),(454,5,0,'S5 Fresh Bistro Template','','Shape5_fresh_bistro_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_fresh_bistro_template.xml','https://www.joomlart.com/update-steps',''),(455,5,0,'S5 Fusion Template','','Shape5_fusion_template','template','',0,'1.5.6','','http://update.joomlart.com/service/tracking/j31/Shape5_fusion_template.xml','https://www.joomlart.com/update-steps',''),(456,5,0,'S5 Game World Template','','Shape5_game_world_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_game_world_template.xml','https://www.joomlart.com/update-steps',''),(457,5,0,'S5 Gamers Template','','Shape5_gamers_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_gamers_template.xml','https://www.joomlart.com/update-steps',''),(458,5,0,'S5 GCK Store Template','','Shape5_gck_store_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_gck_store_template.xml','https://www.joomlart.com/update-steps',''),(459,5,0,'S5 General Commerce Template','','Shape5_general_commerce_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_general_commerce_template.xml','https://www.joomlart.com/update-steps',''),(460,5,0,'S5 General Contractor Template','','Shape5_general_contractor_template','template','',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/Shape5_general_contractor_template.xml','https://www.joomlart.com/update-steps',''),(461,5,0,'S5 GetReserved Template','','Shape5_getreserved_template','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/Shape5_getreserved_template.xml','https://www.joomlart.com/update-steps',''),(462,5,0,'S5 Health Guide Template','','Shape5_health_guide_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_health_guide_template.xml','https://www.joomlart.com/update-steps',''),(463,5,0,'S5 Helion Template','','Shape5_helion_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_helion_template.xml','https://www.joomlart.com/update-steps',''),(464,5,0,'S5 Hexa Corp Template','','Shape5_hexa_corp_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_hexa_corp_template.xml','https://www.joomlart.com/update-steps',''),(465,5,0,'S5 Hexicon Gamer Template','','Shape5_hexicon_gamer_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_hexicon_gamer_template.xml','https://www.joomlart.com/update-steps',''),(466,5,0,'S5 Incline Template','','Shape5_incline_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_incline_template.xml','https://www.joomlart.com/update-steps',''),(467,5,0,'S5 Legal Lawyer Template','','Shape5_legal_lawyer_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_legal_lawyer_template.xml','https://www.joomlart.com/update-steps',''),(468,5,0,'S5 Life Journey Template','','Shape5_life_journey_template','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/Shape5_life_journey_template.xml','https://www.joomlart.com/update-steps',''),(469,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(470,5,0,'S5 Lime Light Template','','Shape5_lime_light_template','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/Shape5_lime_light_template.xml','https://www.joomlart.com/update-steps',''),(471,5,0,'S5 Luxon Template','','Shape5_luxon_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_luxon_template.xml','https://www.joomlart.com/update-steps',''),(472,5,0,'S5 M Ceative Agency Template','','Shape5_m_creative_agency_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_m_creative_agency_template.xml','https://www.joomlart.com/update-steps',''),(473,5,0,'S5 Maxed Mag Template','','Shape5_maxedmag_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_maxedmag_template.xml','https://www.joomlart.com/update-steps',''),(474,5,0,'S5 MetroShows Template','','Shape5_metroshows_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_metroshows_template.xml','https://www.joomlart.com/update-steps',''),(475,5,0,'S5 Modern Flavor Template','','Shape5_modern_flavor_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_modern_flavor_template.xml','https://www.joomlart.com/update-steps',''),(476,5,0,'S5 New Vision Template','','Shape5_new_vision_template','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_new_vision_template.xml','https://www.joomlart.com/update-steps',''),(477,5,0,'S5 News Blog Template','','Shape5_newsblog_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_newsblog_template.xml','https://www.joomlart.com/update-steps',''),(478,5,0,'S5 Newsplace Template','','Shape5_newsplace_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_newsplace_template.xml','https://www.joomlart.com/update-steps',''),(479,5,0,'S5 No1 Shopping Template','','Shape5_no1_shopping_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_no1_shopping_template.xml','https://www.joomlart.com/update-steps',''),(480,5,0,'S5 Oasis Template','','Shape5_oasis_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_oasis_template.xml','https://www.joomlart.com/update-steps',''),(481,5,0,'S5 Outdoor Life Template','','Shape5_outdoor_life_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_outdoor_life_template.xml','https://www.joomlart.com/update-steps',''),(482,5,0,'S5 Pantheon Template','','Shape5_pantheon_template','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/Shape5_pantheon_template.xml','https://www.joomlart.com/update-steps',''),(483,5,0,'S5 Paradigm Shift Template','','Shape5_paradigm_shift_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_paradigm_shift_template.xml','https://www.joomlart.com/update-steps',''),(484,5,0,'S5 Phosphorus Template','','Shape5_phosphorus_template','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/Shape5_phosphorus_template.xml','https://www.joomlart.com/update-steps',''),(485,5,0,'S5 Photobox Template','','Shape5_photobox_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_photobox_template.xml','https://www.joomlart.com/update-steps',''),(486,5,0,'S5 Photofolio Template','','Shape5_photofolio_template','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/Shape5_photofolio_template.xml','https://www.joomlart.com/update-steps',''),(487,5,0,'S5 Prestige Academy Template','','Shape5_prestige_academy_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_prestige_academy_template.xml','https://www.joomlart.com/update-steps',''),(488,5,0,'S5 Real Estate Template','','Shape5_realestate_template','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/Shape5_realestate_template.xml','https://www.joomlart.com/update-steps',''),(489,5,0,'S5 Regan Tech Template','','Shape5_regan_tech_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_regan_tech_template.xml','https://www.joomlart.com/update-steps',''),(490,5,0,'S5 Risen Hope Template','','Shape5_risen_hope_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_risen_hope_template.xml','https://www.joomlart.com/update-steps',''),(491,5,0,'S5 Salon N Spa Template','','Shape5_salonnspa_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_salonnspa_template.xml','https://www.joomlart.com/update-steps',''),(492,5,0,'S5 Samba Spa Template','','Shape5_samba_template','template','',0,'1.3.3','','http://update.joomlart.com/service/tracking/j31/Shape5_samba_template.xml','https://www.joomlart.com/update-steps',''),(493,5,0,'S5 Vertex Template','','Shape5_shape5_vertex_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_shape5_vertex_template.xml','https://www.joomlart.com/update-steps',''),(494,5,0,'S5 Shenandoah Template','','Shape5_shenandoah_template','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/Shape5_shenandoah_template.xml','https://www.joomlart.com/update-steps',''),(495,5,0,'S5 ShoppingBag Template','','Shape5_shoppingbag_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_shoppingbag_template.xml','https://www.joomlart.com/update-steps',''),(496,5,0,'S5 Sienna Template','','Shape5_sienna_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_sienna_template.xml','https://www.joomlart.com/update-steps',''),(497,5,0,'S5 Simplex Template','','Shape5_simplex_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_simplex_template.xml','https://www.joomlart.com/update-steps',''),(498,5,0,'S5 Soul Search Template','','Shape5_soul_search_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_soul_search_template.xml','https://www.joomlart.com/update-steps',''),(499,5,0,'S5 Spectrum Template','','Shape5_spectrum_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_spectrum_template.xml','https://www.joomlart.com/update-steps',''),(500,5,0,'S5 Sports Nation Template','','Shape5_sports_nation_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_sports_nation_template.xml','https://www.joomlart.com/update-steps',''),(501,5,0,'S5 Store Pro Template','','Shape5_storepro_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_storepro_template.xml','https://www.joomlart.com/update-steps',''),(502,5,0,'S5 Swapps Template','','Shape5_swapps_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_swapps_template.xml','https://www.joomlart.com/update-steps',''),(503,5,0,'S5 The Classifieds Template','','Shape5_the_classifieds_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_the_classifieds_template.xml','https://www.joomlart.com/update-steps',''),(504,5,0,'S5 TheBlogazine Template','','Shape5_theblogazine_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_theblogazine_template.xml','https://www.joomlart.com/update-steps',''),(505,5,0,'S5 Traction Template','','Shape5_traction_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_traction_template.xml','https://www.joomlart.com/update-steps',''),(506,5,0,'S5 University Template','','Shape5_university_template','template','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_university_template.xml','https://www.joomlart.com/update-steps',''),(507,5,0,'S5 Velocity Template','','Shape5_velocity_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_velocity_template.xml','https://www.joomlart.com/update-steps',''),(508,5,0,'S5 Zoka Template','','Shape5_zoka_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_zoka_template.xml','https://www.joomlart.com/update-steps',''),(509,5,0,'Installation Guide','','adagency_installation_guide','custom','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/adagency_installation_guide.xml','https://www.joomlart.com/update-steps',''),(510,5,0,'Plugin System Admin template Helper','','admintplhelper','plugin','admintplhelper',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/admintplhelper.xml','https://www.joomlart.com/update-steps',''),(511,5,0,'JB Arcadia Template','','arcadia','template','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j31/arcadia.xml','https://www.joomlart.com/update-steps',''),(512,5,0,'JB Aussie Template','','aussie','template','',0,'1.4.1','','http://update.joomlart.com/service/tracking/j31/aussie.xml','https://www.joomlart.com/update-steps',''),(513,5,0,'JB Boost Template','','boost','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/boost.xml','https://www.joomlart.com/update-steps',''),(514,5,0,'JB Buildr Template','','buildr','template','',0,'1.4.1','','http://update.joomlart.com/service/tracking/j31/buildr.xml','https://www.joomlart.com/update-steps',''),(515,5,0,'Publisher Pro','','com-publisher-pro','component','',1,'3.0.20','','http://update.joomlart.com/service/tracking/j31/com-publisher-pro.xml','https://www.joomlart.com/update-steps',''),(516,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'6.1.0','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(517,5,0,'DT Donate Component Preview','','com_dtdonate_preview','component','',1,'4.0.3','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(518,5,0,'DT SMS Component','','com_dtsms','component','',1,'2.0.0','','http://update.joomlart.com/service/tracking/j31/com_dtsms.xml','https://www.joomlart.com/update-steps',''),(519,5,0,'Guru Pro','','com_guru_pro','component','',1,'5.2.0','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(520,5,0,'JA Builder Component','','com_jabuilder','component','',1,'1.0.7','','http://update.joomlart.com/service/tracking/j31/com_jabuilder.xml','https://www.joomlart.com/update-steps',''),(521,5,0,'JA Extenstion Manager Component for J3.x','','com_jaextmanager','component','',1,'2.6.5','','http://update.joomlart.com/service/tracking/j31/com_jaextmanager.xml','https://www.joomlart.com/update-steps',''),(522,5,0,'JA Joomla GDPR Component','','com_jagdpr','component','',1,'1.0.4','','http://update.joomlart.com/service/tracking/j31/com_jagdpr.xml','https://www.joomlart.com/update-steps',''),(523,5,0,'JA K2 v3 Filter package for J33','','com_jak2v3filter','component','',1,'3.0.0 preview ','','http://update.joomlart.com/service/tracking/j31/com_jak2v3filter.xml','',''),(524,5,0,'JA Multilingual Component for Joomla 2.5 & 3.4','','com_jalang','component','',1,'1.1.3','','http://update.joomlart.com/service/tracking/j31/com_jalang.xml','https://www.joomlart.com/update-steps',''),(525,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.0.1','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(526,5,0,'JB Corporate Template','','corporate','template','',0,'3.1.0','','http://update.joomlart.com/service/tracking/j31/corporate.xml','https://www.joomlart.com/update-steps',''),(527,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(528,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(529,5,0,'DT Donate Donors Module','','dtdonate_donors','module','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dtdonate_donors.xml','https://www.joomlart.com/update-steps',''),(530,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(531,5,0,'JA Resume Theme for EasyBlog','','easyblog_theme_resume','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_resume.xml','https://www.joomlart.com/update-steps',''),(532,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(533,5,0,'JA Intranet Theme for EasySocialv1 ','','easysocial1_support_intranet','custom','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/easysocial1_support_intranet.xml','https://www.joomlart.com/update-steps',''),(534,5,0,'JA Social II Support EasySocial1','','easysocial1_support_social_ii','custom','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/easysocial1_support_social_ii.xml','https://www.joomlart.com/update-steps',''),(535,5,0,'JB Ecolife Template','','ecolife','template','',0,'1.3.5','','http://update.joomlart.com/service/tracking/j31/ecolife.xml','https://www.joomlart.com/update-steps',''),(536,5,0,'JB Gazetta Template','','gazetta','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/gazetta.xml','https://www.joomlart.com/update-steps',''),(537,5,0,'GK Blend Template','','gk_blend','template','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/gk_blend.xml','https://www.joomlart.com/update-steps',''),(538,5,0,'GK Decor template','','gk_decor','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/gk_decor.xml','https://www.joomlart.com/update-steps',''),(539,5,0,'GK EvoNews Template','','gk_evonews','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/gk_evonews.xml','https://www.joomlart.com/update-steps',''),(540,5,0,'GK Infinity TPL','','gk_infinity','template','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/gk_infinity.xml','https://www.joomlart.com/update-steps',''),(541,5,0,'GK Quark template','','gk_quark','template','',0,'1.26','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(542,5,0,'GK Stora Template','','gk_stora','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/gk_stora.xml','https://www.joomlart.com/update-steps',''),(543,5,0,'GK Wedding Template','','gk_wedding','template','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/gk_wedding.xml','https://www.joomlart.com/update-steps',''),(544,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(545,5,0,'JB Grid3 template','','grid3','template','',0,'1.4.1','','http://update.joomlart.com/service/tracking/j31/grid3.xml','https://www.joomlart.com/update-steps',''),(546,5,0,'JB Grid4 Template','','grid4','template','',0,'1.4.1','','http://update.joomlart.com/service/tracking/j31/grid4.xml','https://www.joomlart.com/update-steps',''),(547,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(548,5,0,'Guru Search Module','','guru-search-module','module','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/guru-search-module.xml','https://www.joomlart.com/update-steps',''),(549,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(550,5,0,'JB Highline2 Template','','highline2','template','',0,'1.4.1','','http://update.joomlart.com/service/tracking/j31/highline2.xml','https://www.joomlart.com/update-steps',''),(551,5,0,'JB Hub2 Template','','hub2','template','',0,'2.1.3','','http://update.joomlart.com/service/tracking/j31/hub2.xml','https://www.joomlart.com/update-steps',''),(552,5,0,'JB Inspire Template','','inspire','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/inspire.xml','https://www.joomlart.com/update-steps',''),(553,5,0,'Backend Template','','ja_admin','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/ja_admin.xml','https://www.joomlart.com/update-steps',''),(554,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(555,5,0,'JA Allure Template','','ja_allure','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/ja_allure.xml','https://www.joomlart.com/update-steps',''),(556,5,0,'JA Alumni Template','','ja_alumni','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/ja_alumni.xml','https://www.joomlart.com/update-steps',''),(557,5,0,'JA Autoshop Template','','ja_autoshop','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_autoshop.xml','https://www.joomlart.com/update-steps',''),(558,5,10005,'JA Biz Template','','ja_biz','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/ja_biz.xml','https://www.joomlart.com/update-steps',''),(559,5,0,'JA Brickstore Template','','ja_brickstore','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/ja_brickstore.xml','https://www.joomlart.com/update-steps',''),(560,5,0,'JA Builder Template','','ja_builder','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_builder.xml','https://www.joomlart.com/update-steps',''),(561,5,0,'JA Builder Package','','ja_builder_pkg','package','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j31/ja_builder_pkg.xml','https://www.joomlart.com/update-steps',''),(562,5,0,'JA Cago template','','ja_cago','template','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/ja_cago.xml','',''),(563,5,0,'JA Cagox template','','ja_cagox','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(564,5,0,'JA Charity template','','ja_charity','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_charity.xml','https://www.joomlart.com/update-steps',''),(565,5,0,'JA City Guide Template','','ja_cityguide','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/ja_cityguide.xml','https://www.joomlart.com/update-steps',''),(566,5,0,'JA Company Template','','ja_company','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(567,5,0,'JA Conf Template','','ja_conf','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_conf.xml','https://www.joomlart.com/update-steps',''),(568,5,0,'JA Diner Template','','ja_diner','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/ja_diner.xml','https://www.joomlart.com/update-steps',''),(569,5,0,'JA Directory Template','','ja_directory','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(570,5,0,'JA Donate Template','','ja_donate','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(571,5,0,'JA Edenite Template for J25 & J34','','ja_edenite','template','',0,'2.5.5','','http://update.joomlart.com/service/tracking/j31/ja_edenite.xml','',''),(572,5,0,'JA Edenite II Template','','ja_edenite_ii','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/ja_edenite_ii.xml','https://www.joomlart.com/update-steps',''),(573,5,0,'JA Elicyon Template','','ja_elicyon','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/ja_elicyon.xml','https://www.joomlart.com/update-steps',''),(574,5,0,'JA Events II template','','ja_events_ii','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_events_ii.xml','https://www.joomlart.com/update-steps',''),(575,5,0,'JA Fit Template','','ja_fit','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/ja_fit.xml','https://www.joomlart.com/update-steps',''),(576,5,0,'JA Fixel Template','','ja_fixel','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j31/ja_fixel.xml','https://www.joomlart.com/update-steps',''),(577,5,0,'JA Focus Template','','ja_focus','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/ja_focus.xml','https://www.joomlart.com/update-steps',''),(578,5,0,'JA Good TPL','','ja_good','template','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/ja_good.xml','https://www.joomlart.com/update-steps',''),(579,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(580,5,0,'JA Hotel Template','','ja_hotel','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/ja_hotel.xml','https://www.joomlart.com/update-steps',''),(581,5,0,'JA Insight Template','','ja_insight','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/ja_insight.xml','https://www.joomlart.com/update-steps',''),(582,5,0,'JA Intranet Template','','ja_intranet','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(583,5,0,'JA Lawfirm Template ','','ja_lawfirm','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/ja_lawfirm.xml','https://www.joomlart.com/update-steps',''),(584,5,0,'JA Magz II Template','','ja_magz_ii','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_magz_ii.xml','https://www.joomlart.com/update-steps',''),(585,5,0,'JA Mason Template','','ja_mason','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_mason.xml','https://www.joomlart.com/update-steps',''),(586,5,0,'JA Megafilter Template','','ja_megafilter','template','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/ja_megafilter.xml','https://www.joomlart.com/update-steps',''),(587,5,0,'JA Megastore Template','','ja_megastore','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(588,5,0,'JA MixStore Template','','ja_mixstore','template','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/ja_mixstore.xml','https://www.joomlart.com/update-steps',''),(589,5,0,'JA Mono Template','','ja_mono','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_mono.xml','https://www.joomlart.com/update-steps',''),(590,5,0,'JA Mood Template','','ja_mood','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(591,5,0,'JA Moviemax Template','','ja_moviemax','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j31/ja_moviemax.xml','https://www.joomlart.com/update-steps',''),(592,5,0,'JA Muzic Template','','ja_muzic','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j31/ja_muzic.xml','https://www.joomlart.com/update-steps',''),(593,5,0,'JA Oslo Template','','ja_oslo','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/ja_oslo.xml','https://www.joomlart.com/update-steps',''),(594,5,0,'JA Platon Template','','ja_platon','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_platon.xml','https://www.joomlart.com/update-steps',''),(595,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(596,5,0,'JA Play School Template','','ja_playschool','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/ja_playschool.xml','https://www.joomlart.com/update-steps',''),(597,5,0,'JA Playstore Template','','ja_playstore','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(598,5,0,'JA Rave Template for Joomla 3.x','','ja_rave','template','',0,'2.5.5','','http://update.joomlart.com/service/tracking/j31/ja_rave.xml','',''),(599,5,0,'JA Rent template','','ja_rent','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/ja_rent.xml','https://www.joomlart.com/update-steps',''),(600,5,0,'JA Resume Template','','ja_resume','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_resume.xml','https://www.joomlart.com/update-steps',''),(601,5,0,'JA Sensei Source File','','ja_sensei','source','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/ja_sensei.xml','https://www.joomlart.com/update-steps',''),(602,5,0,'JA Shoe Template','','ja_shoe','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/ja_shoe.xml','https://www.joomlart.com/update-steps',''),(603,5,0,'JA Simpli Template','','ja_simpli','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/ja_simpli.xml','https://www.joomlart.com/update-steps',''),(604,5,0,'JA Smallbiz Template','','ja_smallbiz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/ja_smallbiz.xml','https://www.joomlart.com/update-steps',''),(605,5,0,'JA Social II template','','ja_social_ii','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_social_ii.xml','https://www.joomlart.com/update-steps',''),(606,5,0,'JA Space Template','','ja_space','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_space.xml','https://www.joomlart.com/update-steps',''),(607,5,0,'JA Techzone Template','','ja_techzone','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/ja_techzone.xml','https://www.joomlart.com/update-steps',''),(608,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(609,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(610,5,0,'JA University T3 template','','ja_university_t3','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(611,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(612,5,0,'JA Wall Template for J25 & J34','','ja_wall','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_wall.xml','',''),(613,5,0,'JB Ascent2 Template','','jb_ascent2','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_ascent2.xml','https://www.joomlart.com/update-steps',''),(614,5,0,'JB Base3 Template','','jb_base3','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/jb_base3.xml','https://www.joomlart.com/update-steps',''),(615,5,0,'JB Blanko Template','','jb_blanko','template','',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/jb_blanko.xml','https://www.joomlart.com/update-steps',''),(616,5,0,'JB Client Template','','jb_client','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(617,5,0,'JB Colourshift2 Template','','jb_colourshift2','template','',0,'1.4.1','','http://update.joomlart.com/service/tracking/j31/jb_colourshift2.xml','https://www.joomlart.com/update-steps',''),(618,5,0,'JB Corporation Template','','jb_corporation','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/jb_corporation.xml','https://www.joomlart.com/update-steps',''),(619,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(620,5,0,'JB Focus2 Template','','jb_focus2','template','',0,'1.3.7','','http://update.joomlart.com/service/tracking/j31/jb_focus2.xml','https://www.joomlart.com/update-steps',''),(621,5,0,'JB Italian Template','','jb_italian','template','',0,'1.4.1','','http://update.joomlart.com/service/tracking/j31/jb_italian.xml','https://www.joomlart.com/update-steps',''),(622,5,0,'JB Maxbiz2 Template','','jb_maxbiz2','template','',0,'1.4.3','','http://update.joomlart.com/service/tracking/j31/jb_maxbiz2.xml','https://www.joomlart.com/update-steps',''),(623,5,0,'JB Moments Template','','jb_moments','template','',0,'1.14.3','','http://update.joomlart.com/service/tracking/j31/jb_moments.xml','https://www.joomlart.com/update-steps',''),(624,5,0,'JB Motion Template','','jb_motion','template','',0,'2.0.5','','http://update.joomlart.com/service/tracking/j31/jb_motion.xml','https://www.joomlart.com/update-steps',''),(625,5,0,'JB Revision Template','','jb_revision','template','',0,'1.2.9','','http://update.joomlart.com/service/tracking/j31/jb_revision.xml','https://www.joomlart.com/update-steps',''),(626,5,0,'JB SideWinder tpl','','jb_sidewinder','template','',0,'2.0.5','','http://update.joomlart.com/service/tracking/j31/jb_sidewinder.xml','https://www.joomlart.com/update-steps',''),(627,5,0,'JB Utafiti Template','','jb_utafiti','template','',0,'1.4.1','','http://update.joomlart.com/service/tracking/j31/jb_utafiti.xml','https://www.joomlart.com/update-steps',''),(628,5,0,'JB Venture Template','','jb_venture','template','',0,'1.3.6','','http://update.joomlart.com/service/tracking/j31/jb_venture.xml','https://www.joomlart.com/update-steps',''),(629,5,0,'JS Column Theme','','jomsocial_column','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/jomsocial_column.xml','https://www.joomlart.com/update-steps',''),(630,5,0,'JS Flat Theme','','jomsocial_flat','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/jomsocial_flat.xml','https://www.joomlart.com/update-steps',''),(631,5,0,'JS Column Theme','','jomsocial_jasocial','custom','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/jomsocial_jasocial.xml','https://www.joomlart.com/update-steps',''),(632,5,0,'JS Kikiriki Theme','','jomsocial_kikiriki','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/jomsocial_kikiriki.xml','https://www.joomlart.com/update-steps',''),(633,5,0,'JS Shadow Theme','','jomsocial_shadow','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/jomsocial_shadow.xml','https://www.joomlart.com/update-steps',''),(634,5,0,'Jomsocial theme for Platon','','jomsocial_theme_platon','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/jomsocial_theme_platon.xml','https://www.joomlart.com/update-steps',''),(635,5,0,'Theme Fixel for JShopping J25 & J30','','jshopping_theme_fixel','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/jshopping_theme_fixel.xml','https://www.joomlart.com/update-steps',''),(636,5,0,'JA Tiris Jshopping theme for J3x','','jshopping_theme_tiris_j3x','custom','',0,'2.5.8','','http://update.joomlart.com/service/tracking/j31/jshopping_theme_tiris_j3x.xml','https://www.joomlart.com/update-steps',''),(637,5,0,'JB Koan Template','','koan','template','',0,'1.2.2','','http://update.joomlart.com/service/tracking/j31/koan.xml','https://www.joomlart.com/update-steps',''),(638,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(639,5,0,'JA Tiris Kunena Theme for Joomla 3x','','kunena_theme_mitius_j31','custom','',0,'2.5.4','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius_j31.xml','',''),(640,5,0,'Kunena Theme MovieMax','','kunena_theme_moviemax','custom','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/kunena_theme_moviemax.xml','https://www.joomlart.com/update-steps',''),(641,5,0,'Kunena Theme Platon','','kunena_theme_platon','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/kunena_theme_platon.xml','https://www.joomlart.com/update-steps',''),(642,5,0,'Kunena Theme Playstore','','kunena_theme_playstore','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/kunena_theme_playstore.xml','https://www.joomlart.com/update-steps',''),(643,5,0,'JA Tiris Kunena Theme for Joomla 3x','','kunena_theme_tiris_j3x','custom','',0,'2.5.6','','http://update.joomlart.com/service/tracking/j31/kunena_theme_tiris_j3x.xml','https://www.joomlart.com/update-steps',''),(644,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(645,5,0,'JB Medica Template','','medica','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/medica.xml','https://www.joomlart.com/update-steps',''),(646,5,0,'Mijoshop Modules Accordion','','mijoshop_mod_accordion','custom','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/mijoshop_mod_accordion.xml','https://www.joomlart.com/update-steps',''),(647,5,0,'Mijoshop V3 Modules Accordion','','mijoshop_mod_accordion_v3','custom','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/mijoshop_mod_accordion_v3.xml','https://www.joomlart.com/update-steps',''),(648,5,0,'Mijoshop Modules Slider','','mijoshop_mod_slider','custom','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/mijoshop_mod_slider.xml','https://www.joomlart.com/update-steps',''),(649,5,0,'Mijoshop V3 Modules Slider','','mijoshop_mod_slider_v3','custom','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/mijoshop_mod_slider_v3.xml','https://www.joomlart.com/update-steps',''),(650,5,0,'JA Bookshop Theme for Mijoshop V3','','mijoshop_theme_bookshop_v3','custom','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/mijoshop_theme_bookshop_v3.xml','https://www.joomlart.com/update-steps',''),(651,5,0,'S5 Tell A Friend Module','','mod_S5tellafriend','module','',0,'3.0.1','','http://update.joomlart.com/service/tracking/j31/mod_S5tellafriend.xml','https://www.joomlart.com/update-steps',''),(652,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.7.1','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(653,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.7.1','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(654,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.7.1','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(655,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.7.1','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(656,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.7.1','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(657,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.7.1','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(658,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.7.1','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(659,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.7.1','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(660,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.7.1','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(661,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.7.1','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(662,5,0,'Community Toolbar Module','','mod_community_toolbar','module','',0,'2.1.5','','http://update.joomlart.com/service/tracking/j31/mod_community_toolbar.xml','https://www.joomlart.com/update-steps',''),(663,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.7.1','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(664,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.7.1','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(665,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.7.1','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(666,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.7.1','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(667,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.7.1','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(668,5,0,'Dribbblr Module','','mod_dribbblr','module','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/mod_dribbblr.xml','https://www.joomlart.com/update-steps',''),(669,5,0,'JA Google Analytics Frontend','','mod_ja_ga','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/mod_ja_ga.xml','https://www.joomlart.com/update-steps',''),(670,5,0,'JA Latest Article Module','','mod_jaarticles_latest','module','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/mod_jaarticles_latest.xml','https://www.joomlart.com/update-steps',''),(671,5,0,'JA Builder Admin Menu Module','','mod_jabuilder_admin_menu','module','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/mod_jabuilder_admin_menu.xml','https://www.joomlart.com/update-steps',''),(672,5,0,'JA Builder Quickicons Module','','mod_jabuilder_quickicons','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/mod_jabuilder_quickicons.xml','https://www.joomlart.com/update-steps',''),(673,5,0,'JA Finance Module','','mod_jafinance','module','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/mod_jafinance.xml','https://www.joomlart.com/update-steps',''),(674,5,0,'JA Google Analytics','','mod_jagoogle_analytics','module','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/mod_jagoogle_analytics.xml','https://www.joomlart.com/update-steps',''),(675,5,0,'JA Google Chart Module','','mod_jagooglechart','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/mod_jagooglechart.xml','https://www.joomlart.com/update-steps',''),(676,5,0,'JA Halloween Game for Joomla 3.x','','mod_jahalloweengame','module','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/mod_jahalloweengame.xml','https://www.joomlart.com/update-steps',''),(677,5,0,'JA K2 v3 Filter Module for J33','','mod_jak2v3filter','module','',0,'3.0.0 preview ','','http://update.joomlart.com/service/tracking/j31/mod_jak2v3filter.xml','',''),(678,5,0,'JA Masthead Module ','','mod_jamasthead','module','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/mod_jamasthead.xml','https://www.joomlart.com/update-steps',''),(679,5,0,'JA Megafilter Module','','mod_jamegafilter','module','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/mod_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(680,5,0,'JA Promo Bar module','','mod_japromobar','module','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/mod_japromobar.xml','https://www.joomlart.com/update-steps',''),(681,5,0,'Ja Yahoo Finance','','mod_jayahoo_finance','module','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/mod_jayahoo_finance.xml','https://www.joomlart.com/update-steps',''),(682,5,0,'Ja Yahoo Weather','','mod_jayahoo_weather','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/mod_jayahoo_weather.xml','https://www.joomlart.com/update-steps',''),(683,5,0,'JB Contact Module','','mod_jbcontact','module','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/mod_jbcontact.xml','https://www.joomlart.com/update-steps',''),(684,5,0,'JB Countdown Module','','mod_jbcountdown','module','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/mod_jbcountdown.xml','https://www.joomlart.com/update-steps',''),(685,5,0,'Jbmaps Module','','mod_jbmaps','module','',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/mod_jbmaps.xml','https://www.joomlart.com/update-steps',''),(686,5,0,'JB Maps2 Module','','mod_jbmaps2','module','',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/mod_jbmaps2.xml','https://www.joomlart.com/update-steps',''),(687,5,0,'JFlickr Module','','mod_jflickr','module','',0,'1.4.2','','http://update.joomlart.com/service/tracking/j31/mod_jflickr.xml','https://www.joomlart.com/update-steps',''),(688,5,0,'S5 Accordion Menu Module','','mod_s5_accordion_menu','module','',0,'2.3.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_accordion_menu.xml','https://www.joomlart.com/update-steps',''),(689,5,0,'S5 Box Module','','mod_s5_box','module','',0,'6.1.5','','http://update.joomlart.com/service/tracking/j31/mod_s5_box.xml','https://www.joomlart.com/update-steps',''),(690,5,0,'S5 Contact Popup Module','','mod_s5_contact_popup','module','',0,'1.5.3','','http://update.joomlart.com/service/tracking/j31/mod_s5_contact_popup.xml','https://www.joomlart.com/update-steps',''),(691,5,0,'S5 Domain Checker Module','','mod_s5_domain_check','module','',0,'1.6.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_domain_check.xml','https://www.joomlart.com/update-steps',''),(692,5,0,'S5 Flow Module','','mod_s5_flow','module','',0,'3.0.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_flow.xml','https://www.joomlart.com/update-steps',''),(693,5,0,'S5 Frontpage Display V2 Module','','mod_s5_frontpage_display2','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_frontpage_display2.xml','https://www.joomlart.com/update-steps',''),(694,5,0,'S5 Frontpage Display V3 Module','','mod_s5_frontpage_display3','module','',0,'3.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_frontpage_display3.xml','https://www.joomlart.com/update-steps',''),(695,5,0,'S5 Habla Chat Module','','mod_s5_habla_chat','module','',0,'1.6.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_habla_chat.xml','https://www.joomlart.com/update-steps',''),(696,5,0,'S5 Horizontal Accordion Module','','mod_s5_horizontal_accordion','module','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_horizontal_accordion.xml','https://www.joomlart.com/update-steps',''),(697,5,0,'S5 Images And Content Fader V3 Module','','mod_s5_image_and_content_faderv3','module','',0,'3.2.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_image_and_content_faderv3.xml','https://www.joomlart.com/update-steps',''),(698,5,0,'S5 Image Content Fader v4 Module','','mod_s5_image_and_content_faderv4','module','',0,'4.4.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_image_and_content_faderv4.xml','https://www.joomlart.com/update-steps',''),(699,5,0,'S5 Image Scroller Module','','mod_s5_image_scroller','module','',0,'3.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_image_scroller.xml','https://www.joomlart.com/update-steps',''),(700,5,0,'S5 Image Slide Module','','mod_s5_imageslide','module','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_imageslide.xml','https://www.joomlart.com/update-steps',''),(701,5,0,'S5 Instagram Feed Module','','mod_s5_instagram_feed','module','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_instagram_feed.xml','https://www.joomlart.com/update-steps',''),(702,5,0,'S5 Live Search Module','','mod_s5_live_search','module','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j31/mod_s5_live_search.xml','https://www.joomlart.com/update-steps',''),(703,5,0,'S5 Mailchimp Signup Module','','mod_s5_mailchimp_signup','module','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_mailchimp_signup.xml','https://www.joomlart.com/update-steps',''),(704,5,0,'S5 Masonry Module','','mod_s5_masonry','module','',0,'2.9.8','','http://update.joomlart.com/service/tracking/j31/mod_s5_masonry.xml','https://www.joomlart.com/update-steps',''),(705,5,0,'S5 MP3 Gallery Module','','mod_s5_mp3_gallery','module','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_mp3_gallery.xml','https://www.joomlart.com/update-steps',''),(706,5,0,'S5 News Display 2 Module','','mod_s5_news_display_2','module','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_news_display_2.xml','https://www.joomlart.com/update-steps',''),(707,5,0,'S5 New Sticker V3 Module','','mod_s5_newstickerv3','module','',0,'4.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_newstickerv3.xml','https://www.joomlart.com/update-steps',''),(708,5,0,'S5 Open Table Module','','mod_s5_opentable','module','',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_opentable.xml','https://www.joomlart.com/update-steps',''),(709,5,0,'S5 Photo Showcase Module','','mod_s5_photo_showcase','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_photo_showcase.xml','https://www.joomlart.com/update-steps',''),(710,5,0,'S5 Photo Showcase V2 Module','','mod_s5_photo_showcase_v2','module','',0,'3.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_photo_showcase_v2.xml','https://www.joomlart.com/update-steps',''),(711,5,0,'S5 Quick Contact Module','','mod_s5_quick_contact','module','',0,'4.3.3','','http://update.joomlart.com/service/tracking/j31/mod_s5_quick_contact.xml','https://www.joomlart.com/update-steps',''),(712,5,0,'S5 Register Module','','mod_s5_register','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/mod_s5_register.xml','https://www.joomlart.com/update-steps',''),(713,5,0,'S5 Reservations Module','','mod_s5_reservations','module','',0,'4.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_reservations.xml','https://www.joomlart.com/update-steps',''),(714,5,0,'S5 Snipcart Module','','mod_s5_snipcart','module','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_snipcart.xml','https://www.joomlart.com/update-steps',''),(715,5,0,'S5 Spotlight News Module','','mod_s5_spotlight_news','module','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_spotlight_news.xml','https://www.joomlart.com/update-steps',''),(716,5,0,'S5 Tab Show v3 Module','','mod_s5_tab_show','module','',0,'3.3.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_tab_show.xml','https://www.joomlart.com/update-steps',''),(717,5,0,'S5 Tab Show v2 Module','','mod_s5_tabshow_v2','module','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_tabshow_v2.xml','https://www.joomlart.com/update-steps',''),(718,5,0,'S5 Typed Text Module','','mod_s5_typed_text','module','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_typed_text.xml','https://www.joomlart.com/update-steps',''),(719,5,0,'S5 Vertical Accordion Module','','mod_s5_vertical_accordion','module','',0,'4.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_vertical_accordion.xml','https://www.joomlart.com/update-steps',''),(720,5,0,'S5 Weather Module','','mod_s5_weather','module','',0,'3.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_weather.xml','https://www.joomlart.com/update-steps',''),(721,5,0,'S5 Mapit Module','','mod_s5mapit','module','',0,'1.8.1','','http://update.joomlart.com/service/tracking/j31/mod_s5mapit.xml','https://www.joomlart.com/update-steps',''),(722,5,0,'JB Skillset Module','','mod_skillset','module','',0,'1.4.1','','http://update.joomlart.com/service/tracking/j31/mod_skillset.xml','https://www.joomlart.com/update-steps',''),(723,5,0,'SP Contact Module','','mod_sp_quickcontact','module','',0,'1.4','','http://update.joomlart.com/service/tracking/j31/mod_sp_quickcontact.xml','https://www.joomlart.com/update-steps',''),(724,5,0,'JB Zenfeature Table Module','','mod_zenfeaturetable','module','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/mod_zenfeaturetable.xml','https://www.joomlart.com/update-steps',''),(725,5,0,'Zensocial Module','','mod_zensocial','module','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/mod_zensocial.xml','https://www.joomlart.com/update-steps',''),(726,5,0,'JB ZenTools Module','','mod_zentools','module','',0,'1.14.6','','http://update.joomlart.com/service/tracking/j31/mod_zentools.xml','https://www.joomlart.com/update-steps',''),(727,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.7','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(728,5,0,'JB Nebula Template','','nebula','template','',0,'1.4.3','','http://update.joomlart.com/service/tracking/j31/nebula.xml','https://www.joomlart.com/update-steps',''),(729,5,0,'JB Newlifestyle Template','','newlifestyle','template','',0,'2.0.9','','http://update.joomlart.com/service/tracking/j31/newlifestyle.xml','https://www.joomlart.com/update-steps',''),(730,5,0,'JB Newstream2 Template','','newstream2','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/newstream2.xml','https://www.joomlart.com/update-steps',''),(731,5,0,'JB Onepage Template','','onepage','template','',0,'1.4.2','','http://update.joomlart.com/service/tracking/j31/onepage.xml','https://www.joomlart.com/update-steps',''),(732,5,0,'JB OnePageTwo Template','','onepagetwo','template','',0,'1.4.1','','http://update.joomlart.com/service/tracking/j31/onepagetwo.xml','https://www.joomlart.com/update-steps',''),(733,5,0,'GURU Payment Plugin - PayPal Pro','','paypalpro','plugin','paypalpro',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/paypalpro.xml','https://www.joomlart.com/update-steps',''),(734,5,0,'Plugin Ajax JA Content Type','','jacontenttype','plugin','ajax',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/plg_ajax_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(735,5,0,'JB Zengrid Framework 5','','zengridframework','plugin','ajax',0,'5.1.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zengridframework.xml','https://www.joomlart.com/update-steps',''),(736,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(737,5,0,'DT SMS Amazonsns Plugin','','amazonsns','plugin','dtsms',0,'1.1','','http://update.joomlart.com/service/tracking/j31/plg_dtsms_amazonsns.xml','https://www.joomlart.com/update-steps',''),(738,5,0,'DT SMS Draft Plugin','','smsdraft','plugin','dtsms',0,'1.0','','http://update.joomlart.com/service/tracking/j31/plg_dtsms_smsdraft.xml','https://www.joomlart.com/update-steps',''),(739,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.7.1','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(740,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.7.1','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(741,5,0,'GK Typography Plugin','','typography','plugin','gk',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/plg_gk_typography.xml','https://www.joomlart.com/update-steps',''),(742,5,0,'JA GDPR AcyMailing Plugin','','acymailing','plugin','jagdpr',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/plg_jagdpr_acymailing.xml','https://www.joomlart.com/update-steps',''),(743,5,0,'JA GDPR Adagency Plugin','','adagency','plugin','jagdpr',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/plg_jagdpr_adagency.xml','https://www.joomlart.com/update-steps',''),(744,5,0,'JA GDPR DJ Catalog Plugin','','catalog','plugin','jagdpr',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plg_jagdpr_catalog.xml','https://www.joomlart.com/update-steps',''),(745,5,0,'JA GDPR DJ Classifieds Plugin','','classifieds','plugin','jagdpr',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plg_jagdpr_classifieds.xml','https://www.joomlart.com/update-steps',''),(746,5,0,'JA GDPR Community Builder Plugin','','communitybuilder','plugin','jagdpr',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/plg_jagdpr_communitybuilder.xml','https://www.joomlart.com/update-steps',''),(747,5,0,'JA GDPR Custom Plugin','','custom','plugin','jagdpr',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/plg_jagdpr_custom.xml','https://www.joomlart.com/update-steps',''),(748,5,0,'JA GDPR General Plugin','','general','plugin','jagdpr',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/plg_jagdpr_general.xml','https://www.joomlart.com/update-steps',''),(749,5,0,'JA GDPR Hikashop Plugin','','hikashop','plugin','jagdpr',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plg_jagdpr_hikashop.xml','https://www.joomlart.com/update-steps',''),(750,5,0,'JA GDPR J2Store Plugin','','j2store','plugin','jagdpr',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/plg_jagdpr_j2store.xml','https://www.joomlart.com/update-steps',''),(751,5,0,'JA GDPR Joomla Plugin','','joomla','plugin','jagdpr',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/plg_jagdpr_joomla.xml','https://www.joomlart.com/update-steps',''),(752,5,0,'JA GDPR JShopping Plugin','','jshopping','plugin','jagdpr',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plg_jagdpr_jshopping.xml','https://www.joomlart.com/update-steps',''),(753,5,0,'JA GDPR Mijoshop Plugin','','mijoshop','plugin','jagdpr',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/plg_jagdpr_mijoshop.xml','https://www.joomlart.com/update-steps',''),(754,5,0,'JA GDPR RSForm Plugin','','rsform','plugin','jagdpr',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/plg_jagdpr_rsform.xml','https://www.joomlart.com/update-steps',''),(755,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(756,5,0,'Plgin JA K2 import to Joomla Content','','plg_jak2tocontent','plugin','plg_jak2tocontent',0,'1.0.0 beta','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocontent.xml','',''),(757,5,0,'JA Megafilter Joomla extra fields plugin','','content','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(758,5,0,'JA Megafilter DOCman Plugin','','docman','plugin','jamegafilter',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_docman.xml','https://www.joomlart.com/update-steps',''),(759,5,0,'JA Megafilter Eshop Plugin','','eshop','plugin','jamegafilter',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(760,5,0,'JA Megafilter Hikashop Plugin','','hikashop','plugin','jamegafilter',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(761,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(762,5,0,'JA Megafilter for Hikashop plg','','ja_hikashop','plugin','jamegafilter',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_ja_hikashop.xml','',''),(763,5,0,'JA Megafitler Jshopping plugin','','jshopping','plugin','jamegafilter',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(764,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(765,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(766,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(767,5,0,'JA K2 Extrafields','','jak2extrafields','plugin','k2',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plg_k2_jak2extrafields.xml','https://www.joomlart.com/update-steps',''),(768,5,0,'JA K2 v3 Filter Plugin for J33','','jak2v3filter','plugin','k2',0,'3.0.0 preview ','','http://update.joomlart.com/service/tracking/j31/plg_k2_jak2v3filter.xml','',''),(769,5,0,'GK Reservation system plugin','','gkreservation','plugin','sys',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_sys_gkreservation.xml','https://www.joomlart.com/update-steps',''),(770,5,0,'System JBType Plugin','','jbtype','plugin','sys',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/plg_sys_jbtype.xml','https://www.joomlart.com/update-steps',''),(771,5,0,'System Zenanimate Plugin','','zenanimate','plugin','sys',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/plg_sys_zenanimate.xml','https://www.joomlart.com/update-steps',''),(772,5,0,'JB Zenbridge Plugin','','zenbridge','plugin','sys',0,'1.0','','http://update.joomlart.com/service/tracking/j31/plg_sys_zenbridge.xml','https://www.joomlart.com/update-steps',''),(773,5,0,'System Zencompiler Plugin','','zencompiler','plugin','sys',0,'1.0','','http://update.joomlart.com/service/tracking/j31/plg_sys_zencompiler.xml','https://www.joomlart.com/update-steps',''),(774,5,0,'JB Zen Menu Plugin','','zenmenu','plugin','sys',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plg_sys_zenmenu.xml','https://www.joomlart.com/update-steps',''),(775,5,0,'JB Zen Shortcodes Plugin','','zenshortcodes','plugin','sys',0,'1.7.5','','http://update.joomlart.com/service/tracking/j31/plg_sys_zenshortcodes.xml','https://www.joomlart.com/update-steps',''),(776,5,0,'Plugin Zentools2 System','','zentools2','plugin','sys',0,'2.3.5','','http://update.joomlart.com/service/tracking/j31/plg_sys_zentools2.xml','https://www.joomlart.com/update-steps',''),(777,5,0,'JA System Designit Plugin','','designit','plugin','system',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plg_system_designit.xml','https://www.joomlart.com/update-steps',''),(778,5,0,'DT SMS System Activitymonitor Plugin','','dtsmsactivitymonitor','plugin','system',0,'1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_dtsmsactivitymonitor.xml','https://www.joomlart.com/update-steps',''),(779,5,0,'JA Builder System Plugin','','jabuilder','plugin','system',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/plg_system_jabuilder.xml','https://www.joomlart.com/update-steps',''),(780,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(781,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(783,5,0,'T4 System Plugin ','','t4','plugin','system',0,'1.0.0_preview','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(784,5,0,'DT SMS User Plugin','','dtsms','plugin','user',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plg_user_dtsms.xml','https://www.joomlart.com/update-steps',''),(785,5,0,'Zenkit Zenkit Plugin','','zenkit','plugin','zenkit',0,'2.1.6','','http://update.joomlart.com/service/tracking/j31/plg_zenkit_zenkit.xml','https://www.joomlart.com/update-steps',''),(786,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(787,5,0,'S5 Flex Menu Plugin','','plugin_s5_flex_menu','plugin','plugin_s5_flex_menu',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_flex_menu.xml','https://www.joomlart.com/update-steps',''),(788,5,0,'S5 Like Me Plugin','','plugin_s5_likeme','plugin','plugin_s5_likeme',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_likeme.xml','https://www.joomlart.com/update-steps',''),(789,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(790,5,0,'S5 Mp3 Player Plugin','','plugin_s5_mp3_player','plugin','plugin_s5_mp3_player',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/plugin_s5_mp3_player.xml','https://www.joomlart.com/update-steps',''),(791,5,0,'JB Portal Template','','portal','template','',0,'1.4.5','','http://update.joomlart.com/service/tracking/j31/portal.xml','https://www.joomlart.com/update-steps',''),(792,5,0,'JB Presto Template','','presto','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/presto.xml','https://www.joomlart.com/update-steps',''),(793,5,0,'JB Profile Template','','profile','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/profile.xml','https://www.joomlart.com/update-steps',''),(794,5,0,'JB Profilr Template','','profilr','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/profilr.xml','https://www.joomlart.com/update-steps',''),(795,5,0,'Purity III Template','','purity_iii','template','',0,'1.2.4','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(796,5,0,'JB Rasa2 Template','','rasa2','template','',0,'1.4.0','','http://update.joomlart.com/service/tracking/j31/rasa2.xml','https://www.joomlart.com/update-steps',''),(797,5,0,'JB Responsive2 Template','','responsive2','template','',0,'1.4.4','','http://update.joomlart.com/service/tracking/j31/responsive2.xml','https://www.joomlart.com/update-steps',''),(798,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(799,5,0,'JS Socialize template','','socialize','template','',0,'2.1.6','','http://update.joomlart.com/service/tracking/j31/socialize.xml','https://www.joomlart.com/update-steps',''),(800,5,0,'Socialize Bonus','','socialize_bonus','package','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/socialize_bonus.xml','https://www.joomlart.com/update-steps',''),(801,5,0,'GURU Payment Plugin - Stripe','','stripe','plugin','stripe',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/stripe.xml','https://www.joomlart.com/update-steps',''),(802,5,0,'T4 Package','','t4','package','',0,'1.0.0_preview','','http://update.joomlart.com/service/tracking/j31/t4.xml','https://www.joomlart.com/update-steps',''),(803,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.0_preview','','http://update.joomlart.com/service/tracking/j31/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(804,5,0,'Sample package for Uber App','','uber_app','sample_package','',0,'2.0.6','','http://update.joomlart.com/service/tracking/j31/uber_app.xml','https://www.joomlart.com/update-steps',''),(805,5,0,'Sample package for Bookstore','','uber_bookstore','sample_package','',0,'2.1.7','','http://update.joomlart.com/service/tracking/j31/uber_bookstore.xml','https://www.joomlart.com/update-steps',''),(806,5,0,'Sample package for Uber Business','','uber_business','sample_package','',0,'2.0.6','','http://update.joomlart.com/service/tracking/j31/uber_business.xml','https://www.joomlart.com/update-steps',''),(807,5,0,'Sample package for Uber Charity','','uber_charity','sample_package','',0,'2.0.6','','http://update.joomlart.com/service/tracking/j31/uber_charity.xml','https://www.joomlart.com/update-steps',''),(808,5,0,'Sample package for Uber Church','','uber_church','sample_package','',0,'2.0.6','','http://update.joomlart.com/service/tracking/j31/uber_church.xml','https://www.joomlart.com/update-steps',''),(809,5,0,'Sample package for Uber Construction','','uber_construction','sample_package','',0,'2.0.6','','http://update.joomlart.com/service/tracking/j31/uber_construction.xml','https://www.joomlart.com/update-steps',''),(810,5,0,'Sample package for Uber Corporate','','uber_corporate','sample_package','',0,'2.0.6','','http://update.joomlart.com/service/tracking/j31/uber_corporate.xml','https://www.joomlart.com/update-steps',''),(811,5,0,'Sample package for Uber Gym','','uber_gym','sample_package','',0,'2.0.6','','http://update.joomlart.com/service/tracking/j31/uber_gym.xml','https://www.joomlart.com/update-steps',''),(812,5,0,'Sample package for Uber Home','','uber_home','sample_package','',0,'2.0.6','','http://update.joomlart.com/service/tracking/j31/uber_home.xml','https://www.joomlart.com/update-steps',''),(813,5,0,'Sample package for Landing page','','uber_landing','sample_package','',0,'2.1.3','','http://update.joomlart.com/service/tracking/j31/uber_landing.xml','https://www.joomlart.com/update-steps',''),(814,5,0,'Sample package for Uber Lawyer','','uber_lawyer','sample_package','',0,'2.0.6','','http://update.joomlart.com/service/tracking/j31/uber_lawyer.xml','https://www.joomlart.com/update-steps',''),(815,5,0,'Sample package for Uber Medicare','','uber_medicare','sample_package','',0,'2.1.4','','http://update.joomlart.com/service/tracking/j31/uber_medicare.xml','https://www.joomlart.com/update-steps',''),(816,5,0,'Sample package for Uber Music','','uber_music','sample_package','',0,'2.0.7','','http://update.joomlart.com/service/tracking/j31/uber_music.xml','https://www.joomlart.com/update-steps',''),(817,5,0,'Sample package for Uber Restaurant','','uber_restaurant','sample_package','',0,'2.0.7','','http://update.joomlart.com/service/tracking/j31/uber_restaurant.xml','https://www.joomlart.com/update-steps',''),(818,5,0,'Sample package for Uber Spa','','uber_spa','sample_package','',0,'2.0.6','','http://update.joomlart.com/service/tracking/j31/uber_spa.xml','https://www.joomlart.com/update-steps',''),(819,5,0,'Sample package for Uber University','','uber_university','sample_package','',0,'2.0.6','','http://update.joomlart.com/service/tracking/j31/uber_university.xml','https://www.joomlart.com/update-steps',''),(820,5,0,'Sample package for Uber Wedding','','uber_wedding','sample_package','',0,'2.0.6','','http://update.joomlart.com/service/tracking/j31/uber_wedding.xml','https://www.joomlart.com/update-steps',''),(821,5,0,'JB Wedding Template','','wedding','template','',0,'1.4.1','','http://update.joomlart.com/service/tracking/j31/wedding.xml','https://www.joomlart.com/update-steps',''),(822,5,0,'JB Zenbase Template','','zenbase','template','',0,'1.2.6','','http://update.joomlart.com/service/tracking/j31/zenbase.xml','https://www.joomlart.com/update-steps',''),(823,5,0,'JB Zenhost Template','','zenhost','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/zenhost.xml','https://www.joomlart.com/update-steps',''),(824,7,10012,'AcyMailing Essential - We did not find a licence attached to your website http://oscasa.com/. Ple...','Error licence not found for http://oscasa.com/ - We did not find a licence attached to your website http://oscasa.com/. Please make sure this website is attached to your subscription at acyba.com','com_acymailing','component','',1,'5.10.7','','http://www.acyba.com/component/updateme/updatexml/component-acymailing/version-5.7.0/level-Essential/li-aHR0cDovL29zY2FzYS5jb20v/file-extension.xml','https://www.acyba.com',''),(825,9,10046,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.26','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(826,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.7','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(827,9,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(828,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.7','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(829,9,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.18','0802','http://updates.rockettheme.com/joomla/287/cb577720','',''),(830,9,0,'RokAjaxSearch Module','','mod_rokajaxsearch','module','',0,'2.0.6','0802','http://updates.rockettheme.com/joomla/290/1d5a0af1','',''),(831,9,0,'RokWeather Module','','mod_rokweather','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/292/a0cbba72','',''),(832,9,0,'RokStock Module','','mod_rokstock','module','',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/295/87c1121c','',''),(833,9,0,'RokMiniEvents3 Module','','mod_rokminievents3','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/297/1686051690','',''),(834,9,0,'RokQuickCart Extension','','com_rokquickcart','component','',1,'2.1.5','0802','http://updates.rockettheme.com/joomla/298/ddfa10eb','',''),(835,9,0,'RokPad Plugin','','rokpad','plugin','editors',0,'2.1.10','0802','http://updates.rockettheme.com/joomla/299/e07875c9','',''),(836,9,0,'RokNavMenu Module','','mod_roknavmenu','module','',0,'2.0.9','0802','http://updates.rockettheme.com/joomla/300/5a9aa468','',''),(837,9,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.15','0802','http://updates.rockettheme.com/joomla/301/dfc993d8','',''),(838,9,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(839,9,0,'RokComments Plugin','','rokcomments','plugin','content',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/303/d1fd7b76','',''),(840,9,0,'RokStories Module','','mod_rokstories','module','',0,'1.15','0802','http://updates.rockettheme.com/joomla/313/1724592219','',''),(841,9,0,'RokFeatureTable Module','','mod_rokfeaturetable','module','',0,'1.7','0802','http://updates.rockettheme.com/joomla/313/1929450724','',''),(842,9,0,'RokTabs Module','','mod_roktabs','module','',0,'1.14','0802','http://updates.rockettheme.com/joomla/313/1338024578','',''),(843,9,0,'RokNewsPager Module','','mod_roknewspager','module','',0,'2.0.2','0802','http://updates.rockettheme.com/joomla/313/632659459','',''),(844,9,0,'RokNewsFlash Module','','mod_roknewsflash','module','',0,'2.0.1','0802','http://updates.rockettheme.com/joomla/313/902599661','',''),(845,9,0,'RokContentRotator Module','','mod_rokcontentrotator','module','',0,'2.0.2','0802','http://updates.rockettheme.com/joomla/313/483184226','',''),(846,9,0,'RokIntroScroller Module','','mod_rokintroscroller','module','',0,'1.1','0802','http://updates.rockettheme.com/joomla/313/1559131823','',''),(847,9,0,'RokStock','','','module','',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/313/983093075','',''),(848,9,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(849,9,0,'RokQuickCart','','','component','',0,'2.1.5','0802','http://updates.rockettheme.com/joomla/313/1089655497','',''),(850,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(851,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/313/2049982768','',''),(852,9,0,'RokCheck (Template Version Check)','','','module','',1,'1.0.0','0802','http://updates.rockettheme.com/joomla/381/791616223','',''),(853,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.7','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(854,9,0,'RokSocialButtons Plugin','','roksocialbuttons','plugin','content',0,'1.5.3','0802','http://updates.rockettheme.com/joomla/381/269989291','',''),(855,9,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.7','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(858,17,0,'JCE 2.7.13','','pkg_jce','package','',0,'2.7.13','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-7-13-released',''),(861,1,0,'Joomla','','joomla','file','',0,'3.9.8','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(862,1,0,'Joomla','','joomla','file','',0,'3.9.8','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(863,1,0,'Joomla','','joomla','file','',0,'3.9.8','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(864,1,0,'Joomla','','joomla','file','',0,'3.9.8','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(865,1,0,'Joomla','','joomla','file','',0,'3.9.8','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(866,1,0,'Joomla','','joomla','file','',0,'3.9.8','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(867,1,0,'Joomla','','joomla','file','',0,'3.9.8','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(868,1,0,'Joomla','','joomla','file','',0,'3.9.8','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(869,1,0,'Joomla','','joomla','file','',0,'3.9.8','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(870,1,0,'Joomla','','joomla','file','',0,'3.9.8','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(871,1,0,'Joomla','','joomla','file','',0,'3.9.8','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(872,1,0,'Joomla','','joomla','file','',0,'3.9.8','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(873,1,0,'Joomla','','joomla','file','',0,'3.9.8','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(874,1,0,'Joomla','','joomla','file','',0,'3.9.8','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(875,1,0,'Joomla','','joomla','file','',0,'3.9.8','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(876,1,0,'Joomla','','joomla','file','',0,'3.9.8','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(877,1,0,'Joomla','','joomla','file','',0,'3.9.8','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(878,3,0,'Armenian','','pkg_hy-AM','package','',0,'3.4.4.1','','https://update.joomla.org/language/details3/hy-AM_details.xml','',''),(879,3,0,'Malay','','pkg_ms-MY','package','',0,'3.4.1.2','','https://update.joomla.org/language/details3/ms-MY_details.xml','',''),(880,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(881,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(882,3,0,'Chinese Traditional','','pkg_zh-TW','package','',0,'3.8.0.1','','https://update.joomla.org/language/details3/zh-TW_details.xml','',''),(883,3,0,'French','','pkg_fr-FR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(884,3,0,'Galician','','pkg_gl-ES','package','',0,'3.3.1.2','','https://update.joomla.org/language/details3/gl-ES_details.xml','',''),(885,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(886,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(887,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(888,3,0,'Hebrew','','pkg_he-IL','package','',0,'3.1.1.2','','https://update.joomla.org/language/details3/he-IL_details.xml','',''),(889,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(890,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(891,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(892,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(893,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(894,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(895,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(896,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(897,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(898,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(899,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(900,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(901,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(902,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(903,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(904,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(905,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(906,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(907,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(908,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(909,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(910,1,0,'Joomla','','joomla','file','',0,'3.9.8','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(911,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.3.3','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(912,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'1.1.9','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(913,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(914,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(915,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(916,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(917,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.3.3','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(918,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(919,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.1','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(920,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.7.2','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(921,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(922,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(923,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(924,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(925,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.5','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(926,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(927,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(928,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(929,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(930,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(931,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(932,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.4','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(933,5,0,'Guru Pro','','com_guru_pro','component','',1,'5.2.0','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(934,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(935,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(936,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(937,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(938,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(939,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(940,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(941,5,0,'JA Intranet Template','','ja_intranet','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(942,5,0,'JA Mood Template','','ja_mood','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(943,5,0,'JA Property Template','','ja_property','template','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(944,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(945,5,0,'JA University T3 template','','ja_university_t3','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(946,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(947,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(948,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(949,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(950,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(951,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(952,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(953,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(954,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(955,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(956,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(957,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(958,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(959,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(960,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(961,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(962,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(963,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(964,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(965,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.7','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(966,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(967,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(968,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(969,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(970,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(971,5,0,'JA Megafilter EShop Plugin','','eshop','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(972,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(973,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(974,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(975,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(976,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(977,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(978,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(979,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(980,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(981,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(982,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.7','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(983,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.7','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(984,9,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(985,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(986,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/313/2049982768','',''),(987,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.7','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(988,17,0,'JCE 2.7.14','','pkg_jce','package','',0,'2.7.14','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-7-14-released',''),(989,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(990,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(991,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(992,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(993,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(994,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(995,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(996,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(997,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(998,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(999,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(1000,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(1001,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(1002,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(1003,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(1004,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(1005,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(1006,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(1007,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(1008,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(1009,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(1010,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(1011,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(1012,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(1013,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.3.3','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(1014,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'1.1.9','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(1015,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(1016,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(1017,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(1018,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(1019,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.1.5','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(1020,5,0,'JA Image Hotspot Module for Joomla 2.5 & 3.x','','mod_jaimagehotspot','module','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(1021,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.3.3','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(1022,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(1023,5,0,'JA System Social Feed Plugin for Joomla 2.5 & 3.x','','jasocial_feed','plugin','system',0,'1.4.1','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(1024,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.2','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(1025,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(1026,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(1027,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.7.2','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(1028,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(1029,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(1030,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(1031,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(1032,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(1033,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.5','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(1034,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(1035,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(1036,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(1037,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(1038,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(1039,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(1040,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(1041,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.4','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(1042,5,0,'Guru Pro','','com_guru_pro','component','',1,'5.2.0','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(1043,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(1044,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(1045,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(1046,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(1047,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(1048,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(1049,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(1050,5,0,'JA Company Template','','ja_company','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(1051,5,0,'JA Directory Template','','ja_directory','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(1052,5,0,'JA Donate Template','','ja_donate','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(1053,5,0,'JA Intranet Template','','ja_intranet','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(1054,5,0,'JA Mood Template','','ja_mood','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(1055,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(1056,5,0,'JA University T3 template','','ja_university_t3','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(1057,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(1058,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(1059,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(1060,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(1061,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(1062,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(1063,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(1064,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(1065,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(1066,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(1067,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(1068,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(1069,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(1070,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(1071,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(1072,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(1073,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(1074,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(1075,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(1076,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.7','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(1077,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(1078,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(1079,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(1080,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(1081,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(1082,5,0,'JA Megafilter EShop Plugin','','eshop','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(1083,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(1084,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(1085,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(1086,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(1087,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(1088,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(1089,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(1090,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(1091,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(1092,5,0,'Purity III Template','','purity_iii','template','',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(1093,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(1094,7,0,'AcyMailing Essential - We did not find a licence attached to your website http://oscasa.com/. Ple...','Error licence not found for http://oscasa.com/ - We did not find a licence attached to your website http://oscasa.com/. Please make sure this website is attached to your subscription at acyba.com','com_acymailing','component','',1,'5.10.8','','http://www.acyba.com/component/updateme/updatexml/component-acymailing/version-5.7.0/level-Essential/li-aHR0cDovL29zY2FzYS5jb20v/file-extension.xml','https://www.acyba.com',''),(1095,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.7','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(1096,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.7','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(1097,9,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(1098,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(1099,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/313/2049982768','',''),(1100,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.7','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(1101,17,0,'JCE 2.7.14','','pkg_jce','package','',0,'2.7.14','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-7-14-released',''),(1102,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(1103,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(1104,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(1105,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(1106,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(1107,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(1108,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(1109,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(1110,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(1111,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(1112,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(1113,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(1114,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(1115,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(1116,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(1117,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(1118,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(1119,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(1120,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(1121,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(1122,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(1123,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(1124,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(1125,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(1126,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.3.3','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(1127,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'1.1.9','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(1128,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(1129,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(1130,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(1131,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(1132,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(1133,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.1.5','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(1134,5,0,'JA Image Hotspot Module for Joomla 2.5 & 3.x','','mod_jaimagehotspot','module','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(1135,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.3.3','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(1136,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(1137,5,0,'JA System Social Feed Plugin for Joomla 2.5 & 3.x','','jasocial_feed','plugin','system',0,'1.4.1','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(1139,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.2','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(1140,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(1141,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(1142,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.7.2','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(1143,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(1144,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(1145,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(1146,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(1147,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(1148,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.5','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(1149,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(1150,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(1151,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(1152,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(1153,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(1154,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(1155,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(1156,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.4','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(1157,5,0,'Guru Pro','','com_guru_pro','component','',1,'5.2.0','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(1158,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(1159,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(1160,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(1161,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(1162,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(1163,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(1164,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(1165,5,0,'JA Company Template','','ja_company','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(1166,5,0,'JA Directory Template','','ja_directory','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(1167,5,0,'JA Donate Template','','ja_donate','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(1168,5,0,'JA Intranet Template','','ja_intranet','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(1169,5,0,'JA Mood Template','','ja_mood','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(1170,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(1171,5,0,'JA University T3 template','','ja_university_t3','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(1172,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(1173,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(1174,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(1175,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(1176,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(1177,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(1178,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(1179,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(1180,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(1181,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(1182,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(1183,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(1184,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(1185,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(1186,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(1187,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(1188,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(1189,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(1190,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(1191,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.7','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(1192,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(1193,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(1194,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.7.2','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(1195,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(1196,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(1197,5,0,'JA Megafilter EShop Plugin','','eshop','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(1198,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(1199,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(1200,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(1201,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(1202,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(1203,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(1204,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(1205,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(1206,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(1207,5,0,'Purity III Template','','purity_iii','template','',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(1208,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(1209,7,0,'AcyMailing Essential - We did not find a licence attached to your website http://oscasa.com/. Ple...','Error licence not found for http://oscasa.com/ - We did not find a licence attached to your website http://oscasa.com/. Please make sure this website is attached to your subscription at acyba.com','com_acymailing','component','',1,'5.10.8','','http://www.acyba.com/component/updateme/updatexml/component-acymailing/version-5.7.0/level-Essential/li-aHR0cDovL29zY2FzYS5jb20v/file-extension.xml','https://www.acyba.com',''),(1210,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.7','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(1211,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.7','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(1212,9,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(1213,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(1214,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/313/2049982768','',''),(1215,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.7','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(1216,17,0,'JCE 2.7.14','','pkg_jce','package','',0,'2.7.14','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-7-14-released',''),(1217,1,0,'Joomla','','joomla','file','',0,'3.9.9','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1218,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1219,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1220,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1221,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1222,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1223,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1224,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1225,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1226,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1227,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1228,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1229,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1230,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1231,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1232,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1233,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1234,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1235,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1236,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1237,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1238,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1239,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1240,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1241,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1242,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1243,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1244,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1245,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1246,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1247,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1248,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1249,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1250,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1251,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1252,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1253,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1254,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1255,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1256,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1257,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1258,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1259,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1260,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1261,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1262,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1263,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1264,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1265,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1266,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1267,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1268,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1269,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1270,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1271,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1272,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1273,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1274,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1275,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1276,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1277,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1278,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1279,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1280,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1281,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1282,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1283,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1284,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1285,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1286,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1287,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1288,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1289,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1290,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1291,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1292,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1293,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1294,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1295,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1296,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1297,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1298,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1299,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1300,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1301,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1302,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1303,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1304,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1305,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1306,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1307,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1308,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1309,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1310,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1311,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1312,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1313,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1314,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1315,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1316,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1317,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1318,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1319,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1320,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1321,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1322,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1323,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1324,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1325,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1326,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1327,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1328,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1329,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1330,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1331,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1332,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1333,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1334,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1335,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1336,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1337,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1338,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1339,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1340,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1341,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1342,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1343,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1344,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1345,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1346,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1347,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1348,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1349,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1350,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1351,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1352,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1353,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1354,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1355,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1356,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1357,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1358,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1359,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1360,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1361,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1362,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1363,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1364,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1365,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1366,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1367,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1368,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1369,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1370,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1371,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1372,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1373,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1374,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1375,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1376,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1377,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1378,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1379,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1380,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1381,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1382,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1383,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1384,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1385,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1386,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1387,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1388,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1389,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1390,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1391,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1392,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1393,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1394,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1395,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1396,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1397,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1398,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1399,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1400,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1401,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1402,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1403,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(1404,3,0,'French','','pkg_fr-FR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(1405,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(1406,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(1407,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(1408,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(1409,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(1410,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(1411,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(1412,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(1413,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(1414,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(1415,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(1416,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(1417,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(1418,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(1419,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(1420,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(1421,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(1422,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(1423,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(1424,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(1425,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(1426,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(1427,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(1428,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(1429,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(1430,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(1431,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(1432,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(1433,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(1434,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(1435,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(1436,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(1437,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(1438,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(1439,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(1440,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(1441,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(1442,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(1443,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1444,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.3.3','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(1445,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'1.2.0','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(1446,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(1447,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(1448,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(1449,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(1450,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(1451,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.1.5','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(1452,5,0,'JA Image Hotspot Module for Joomla 2.5 & 3.x','','mod_jaimagehotspot','module','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(1453,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.3.3','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(1454,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(1455,5,0,'JA System Social Feed Plugin for Joomla 2.5 & 3.x','','jasocial_feed','plugin','system',0,'1.4.1','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(1456,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.4','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(1457,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.1','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(1458,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(1459,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(1460,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.7.4','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(1461,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(1462,5,0,'GK hotel J!3','','gk_hotel','template','',0,'1.2.3','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(1463,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(1464,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(1465,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(1466,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(1467,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(1468,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(1469,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(1470,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(1471,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(1472,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(1473,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.7','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(1474,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(1475,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(1476,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(1477,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(1478,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(1479,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(1480,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(1481,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'6.1.1','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(1482,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.4','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(1483,5,0,'Guru Pro','','com_guru_pro','component','',1,'5.2.1','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(1484,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.0.2','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(1485,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(1486,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(1487,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(1488,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(1489,5,0,'GK Quark template','','gk_quark','template','',0,'1.27','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(1490,5,0,'GK Siggi Template','','gk_siggi','template','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/gk_siggi.xml','https://www.joomlart.com/update-steps',''),(1491,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(1492,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(1493,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(1494,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(1495,5,0,'JA Autoshop Template','','ja_autoshop','source','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/ja_autoshop.xml','https://www.joomlart.com/update-steps',''),(1496,5,0,'JA Cagox template','','ja_cagox','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(1497,5,0,'JA Company Template','','ja_company','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(1498,5,0,'JA Directory Template','','ja_directory','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(1499,5,0,'JA Donate Template','','ja_donate','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(1500,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(1501,5,0,'JA Intranet Template','','ja_intranet','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(1502,5,0,'JA Kids Corner Source File','','ja_kidscorner','source','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/ja_kidscorner.xml','https://www.joomlart.com/update-steps',''),(1503,5,0,'JA Megastore Template','','ja_megastore','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(1504,5,0,'JA MixStore Template','','ja_mixstore','source','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/ja_mixstore.xml','https://www.joomlart.com/update-steps',''),(1505,5,0,'JA Mood Template','','ja_mood','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(1506,5,0,'JA Morgan TPL','','ja_morgan','template','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/ja_morgan.xml','https://www.joomlart.com/update-steps',''),(1507,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(1508,5,0,'JA Playstore Template','','ja_playstore','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(1509,5,0,'JA Property Template','','ja_property','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(1510,5,0,'JA Stark Template','','ja_stark','template','',0,'1.0.0_beta','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(1511,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(1512,5,0,'JA University T3 template','','ja_university_t3','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(1513,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(1514,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(1515,5,0,'JS Column Theme','','js_column','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/js_column.xml','https://www.joomlart.com/update-steps',''),(1516,5,0,'JS Flat Theme','','js_flat','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/js_flat.xml','https://www.joomlart.com/update-steps',''),(1517,5,0,'JS Kikiriki Theme','','js_kikiriki','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/js_kikiriki.xml','https://www.joomlart.com/update-steps',''),(1518,5,0,'JS Shadow Theme','','js_shadow','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/js_shadow.xml','https://www.joomlart.com/update-steps',''),(1519,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(1520,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(1521,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(1522,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(1523,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(1524,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(1525,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(1526,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(1527,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(1528,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(1529,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(1530,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(1531,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(1532,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(1533,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(1534,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(1535,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(1536,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.7','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(1537,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(1538,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(1539,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(1540,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(1541,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(1542,5,0,'JA Megafilter Eshop Plugin','','eshop','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(1543,5,0,'JA Megafilter Hikashop Plugin','','hikashop','plugin','jamegafilter',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(1544,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(1545,5,0,'JA Megafitler Jshopping plugin','','jshopping','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(1546,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(1547,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(1548,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(1549,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(1550,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(1551,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(1552,5,0,'Purity III Template','','purity_iii','template','',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(1553,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(1554,7,0,'AcyMailing Essential - We did not find a licence attached to your website http://oscasa.com/. Ple...','Error licence not found for http://oscasa.com/ - We did not find a licence attached to your website http://oscasa.com/. Please make sure this website is attached to your subscription at acyba.com','com_acymailing','component','',1,'5.10.9','','http://www.acyba.com/component/updateme/updatexml/component-acymailing/version-5.7.0/level-Essential/li-aHR0cDovL29zY2FzYS5jb20v/file-extension.xml','https://www.acyba.com',''),(1555,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.7','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(1556,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.7','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(1557,9,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(1558,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(1559,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/313/2049982768','',''),(1560,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.7','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(1561,17,0,'JCE 2.7.17','','pkg_jce','package','',0,'2.7.17','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-7-17-released',''),(1562,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1563,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1564,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1565,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(1566,3,0,'French','','pkg_fr-FR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(1567,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(1568,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(1569,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(1570,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(1571,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(1572,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(1573,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(1574,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(1575,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(1576,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(1577,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(1578,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(1579,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(1580,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(1581,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(1582,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(1583,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(1584,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(1585,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(1586,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(1587,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(1588,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(1589,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(1590,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(1591,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(1592,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(1593,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(1594,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(1595,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(1596,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(1597,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(1598,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(1599,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(1600,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(1601,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(1602,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(1603,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(1604,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(1605,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1606,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.3.3','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(1607,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'1.2.0','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(1608,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(1609,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(1610,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(1611,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(1612,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(1613,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.1.5','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(1614,5,0,'JA Image Hotspot Module for Joomla 2.5 & 3.x','','mod_jaimagehotspot','module','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(1615,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.3.3','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(1616,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(1617,5,0,'JA System Social Feed Plugin for Joomla 2.5 & 3.x','','jasocial_feed','plugin','system',0,'1.4.1','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(1618,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.4','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(1619,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.1','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(1620,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(1621,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(1622,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.7.4','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(1623,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(1624,5,0,'GK hotel J!3','','gk_hotel','template','',0,'1.2.3','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(1625,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(1626,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(1627,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(1628,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(1629,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(1630,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(1631,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(1632,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(1633,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(1634,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(1635,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.7','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(1636,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(1637,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(1638,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(1639,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(1640,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(1641,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(1642,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(1643,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'6.1.1','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(1644,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.4','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(1645,5,0,'Guru Pro','','com_guru_pro','component','',1,'5.2.1','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(1646,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.0.2','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(1647,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(1648,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(1649,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(1650,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(1651,5,0,'GK Quark template','','gk_quark','template','',0,'1.27','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(1652,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(1653,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(1654,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(1655,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(1656,5,0,'JA Cagox template','','ja_cagox','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(1657,5,0,'JA Company Template','','ja_company','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(1658,5,0,'JA Directory Template','','ja_directory','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(1659,5,0,'JA Donate Template','','ja_donate','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(1660,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(1661,5,0,'JA Intranet Template','','ja_intranet','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(1662,5,0,'JA Megastore Template','','ja_megastore','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(1663,5,0,'JA Mood Template','','ja_mood','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(1664,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(1665,5,0,'JA Playstore Template','','ja_playstore','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(1666,5,0,'JA Property Template','','ja_property','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(1667,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(1668,5,0,'JA University T3 template','','ja_university_t3','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(1669,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(1670,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(1671,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(1672,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(1673,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(1674,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(1675,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(1676,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(1677,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(1678,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(1679,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(1680,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(1681,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(1682,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(1683,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(1684,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(1685,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(1686,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(1687,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(1688,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.7','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(1689,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(1690,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(1691,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(1692,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(1693,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(1694,5,0,'JA Megafilter Eshop Plugin','','eshop','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(1695,5,0,'JA Megafilter Hikashop Plugin','','hikashop','plugin','jamegafilter',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(1696,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(1697,5,0,'JA Megafitler Jshopping plugin','','jshopping','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(1698,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(1699,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(1700,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(1701,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(1702,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(1703,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(1704,5,0,'Purity III Template','','purity_iii','template','',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(1705,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(1706,7,0,'AcyMailing Essential - We did not find a licence attached to your website http://oscasa.com/. Ple...','Error licence not found for http://oscasa.com/ - We did not find a licence attached to your website http://oscasa.com/. Please make sure this website is attached to your subscription at acyba.com','com_acymailing','component','',1,'5.10.9','','http://www.acyba.com/component/updateme/updatexml/component-acymailing/version-5.7.0/level-Essential/li-aHR0cDovL29zY2FzYS5jb20v/file-extension.xml','https://www.acyba.com',''),(1707,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.7','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(1708,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.7','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(1709,9,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(1710,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(1711,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/313/2049982768','',''),(1712,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.7','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(1713,17,0,'JCE 2.7.17','','pkg_jce','package','',0,'2.7.17','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-7-17-released',''),(1714,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1715,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1716,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1717,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1718,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1719,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1720,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1721,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1722,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1723,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1724,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1725,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1726,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1727,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1728,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1729,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1730,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1731,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1732,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1733,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1734,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1735,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1736,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1737,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1738,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1739,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1740,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1741,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1742,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1743,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1744,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1745,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1746,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1747,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1748,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1749,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1750,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1751,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1752,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1753,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1754,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1755,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1756,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1757,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1758,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1759,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1760,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1761,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1762,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1763,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1764,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1765,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1766,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1767,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1768,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1769,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1770,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1771,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1772,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1773,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1774,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1775,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(1776,3,0,'French','','pkg_fr-FR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(1777,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(1778,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(1779,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(1780,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(1781,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(1782,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(1783,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(1784,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(1785,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(1786,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(1787,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(1788,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(1789,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(1790,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(1791,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(1792,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(1793,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(1794,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(1795,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(1796,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(1797,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(1798,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(1799,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(1800,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(1801,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(1802,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(1803,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(1804,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(1805,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(1806,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(1807,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(1808,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(1809,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(1810,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(1811,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(1812,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(1813,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(1814,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(1815,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.3.3','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(1816,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'1.2.0','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(1817,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(1818,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(1819,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(1820,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(1821,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(1822,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(1823,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(1824,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(1825,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(1826,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.1.5','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(1827,5,0,'JA Image Hotspot Module for Joomla 2.5 & 3.x','','mod_jaimagehotspot','module','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(1828,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.3.3','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(1829,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(1830,5,0,'JA System Social Feed Plugin for Joomla 2.5 & 3.x','','jasocial_feed','plugin','system',0,'1.4.1','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(1831,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.4','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(1832,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.1','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(1833,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(1834,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(1835,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.7.4','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(1836,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(1837,5,0,'GK hotel J!3','','gk_hotel','template','',0,'1.2.3','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(1838,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(1839,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(1840,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(1841,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(1842,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(1843,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(1844,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(1845,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(1846,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(1847,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(1848,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.7','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(1849,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(1850,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(1851,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(1852,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(1853,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(1854,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(1855,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.2.4','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(1856,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(1857,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(1858,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'6.1.1','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(1859,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.4','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(1860,5,0,'Guru Pro','','com_guru_pro','component','',1,'5.2.1','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(1861,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.0.2','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(1862,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(1863,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(1864,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(1865,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(1866,5,0,'GK Quark template','','gk_quark','template','',0,'1.27','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(1867,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(1868,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(1869,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(1870,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(1871,5,0,'JA Cagox template','','ja_cagox','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(1872,5,0,'JA Company Template','','ja_company','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(1873,5,0,'JA Directory Template','','ja_directory','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(1874,5,0,'JA Donate Template','','ja_donate','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(1875,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(1876,5,0,'JA Intranet Template','','ja_intranet','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(1877,5,0,'JA Megastore Template','','ja_megastore','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(1878,5,0,'JA Mood Template','','ja_mood','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(1879,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(1880,5,0,'JA Playstore Template','','ja_playstore','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(1881,5,0,'JA Property Template','','ja_property','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(1882,5,0,'JA Stark Template','','ja_stark','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(1883,5,0,'JA Symphony Template','','ja_symphony','template','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/ja_symphony.xml','https://www.joomlart.com/update-steps',''),(1884,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(1885,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(1886,5,0,'JA University T3 template','','ja_university_t3','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(1887,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(1888,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(1889,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(1890,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(1891,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(1892,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(1893,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(1894,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(1895,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(1896,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(1897,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(1898,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(1899,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(1900,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(1901,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(1902,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(1903,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(1904,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(1905,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(1906,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(1907,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(1908,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(1909,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(1910,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(1911,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(1912,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(1913,5,0,'JA Megafilter Eshop Plugin','','eshop','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(1914,5,0,'JA Megafilter Hikashop Plugin','','hikashop','plugin','jamegafilter',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(1915,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(1916,5,0,'JA Megafitler Jshopping plugin','','jshopping','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(1917,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(1918,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(1919,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(1920,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(1921,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(1922,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(1923,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(1924,5,0,'Purity III Template','','purity_iii','template','',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(1925,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(1926,7,0,'AcyMailing Essential - We did not find a licence attached to your website http://oscasa.com/. Ple...','Error licence not found for http://oscasa.com/ - We did not find a licence attached to your website http://oscasa.com/. Please make sure this website is attached to your subscription at acyba.com','com_acymailing','component','',1,'5.10.10','','http://www.acyba.com/component/updateme/updatexml/component-acymailing/version-5.7.0/level-Essential/li-aHR0cDovL29zY2FzYS5jb20v/file-extension.xml','https://www.acyba.com',''),(1927,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.7','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(1928,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.7','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(1929,9,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(1930,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(1931,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/313/2049982768','',''),(1932,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.7','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(1933,17,0,'JCE 2.7.17','','pkg_jce','package','',0,'2.7.17','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-7-17-released',''),(1934,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1935,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1936,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1937,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1938,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1939,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1940,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1941,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1942,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1943,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1944,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1945,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1946,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1947,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1948,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1949,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1950,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1951,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1952,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1953,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1954,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1955,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1956,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1957,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1958,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1959,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1960,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1961,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1962,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1963,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1964,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1965,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1966,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1967,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1968,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1969,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1970,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1971,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1972,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1973,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1974,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1975,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1976,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1977,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1978,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1979,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1980,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1981,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1982,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1983,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1984,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1985,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1986,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1987,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1988,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(1989,3,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(1990,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(1991,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(1992,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(1993,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(1994,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(1995,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(1996,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(1997,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(1998,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(1999,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(2000,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(2001,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(2002,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(2003,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(2004,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(2005,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(2006,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(2007,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(2008,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(2009,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(2010,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(2011,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(2012,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(2013,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(2014,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(2015,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(2016,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(2017,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(2018,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(2019,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(2020,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(2021,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(2022,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(2023,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(2024,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(2025,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(2026,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(2027,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(2028,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2029,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.3.3','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(2030,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'1.2.0','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(2031,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(2032,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(2033,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(2034,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(2035,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(2036,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(2037,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(2038,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(2039,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(2040,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.1.6','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(2041,5,0,'JA Image Hotspot Module for Joomla 2.5 & 3.x','','mod_jaimagehotspot','module','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(2042,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.3.3','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(2043,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(2044,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(2045,5,0,'JA System Social Feed Plugin for Joomla 2.5 & 3.x','','jasocial_feed','plugin','system',0,'1.4.1','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(2046,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j16/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(2047,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.6','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(2048,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(2049,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(2050,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(2051,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.7.4','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(2052,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(2053,5,0,'GK hotel J!3','','gk_hotel','template','',0,'1.2.3','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(2054,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(2055,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(2056,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(2057,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(2058,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(2059,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(2060,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(2061,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(2062,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(2063,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(2064,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.7','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(2065,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(2066,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(2067,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(2068,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(2069,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(2070,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(2071,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.2.4','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(2072,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(2073,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(2074,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'6.1.1','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(2075,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.4','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(2076,5,0,'Guru Pro','','com_guru_pro','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(2077,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.0.2','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(2078,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(2079,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(2080,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(2081,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(2082,5,0,'GK Quark template','','gk_quark','template','',0,'1.27','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(2083,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(2084,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(2085,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(2086,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(2087,5,0,'JA Cagox template','','ja_cagox','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(2088,5,0,'JA Company Template','','ja_company','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(2089,5,0,'JA Directory Template','','ja_directory','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(2090,5,0,'JA Donate Template','','ja_donate','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(2091,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(2092,5,0,'JA Intranet Template','','ja_intranet','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(2093,5,0,'JA Kids Corner Source File','','ja_kidscorner','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_kidscorner.xml','https://www.joomlart.com/update-steps',''),(2094,5,0,'JA Landscape Template','','ja_landscape','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_landscape.xml','https://www.joomlart.com/update-steps',''),(2095,5,0,'JA Megastore Template','','ja_megastore','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(2096,5,0,'JA Mixstore Source File','','ja_mixstore','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_mixstore.xml','https://www.joomlart.com/update-steps',''),(2097,5,0,'JA Mood Template','','ja_mood','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(2098,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(2099,5,0,'JA Playstore Template','','ja_playstore','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(2100,5,0,'JA Property Template','','ja_property','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(2101,5,0,'JA Sensei Source File','','ja_sensei','template','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/ja_sensei.xml','https://www.joomlart.com/update-steps',''),(2102,5,0,'JA Stark Template','','ja_stark','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(2103,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(2104,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(2105,5,0,'JA University T3 template','','ja_university_t3','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(2106,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(2107,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(2108,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(2109,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(2110,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(2111,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(2112,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(2113,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(2114,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(2115,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(2116,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(2117,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(2118,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(2119,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(2120,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(2121,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(2122,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(2123,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(2124,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(2125,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(2126,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(2127,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(2128,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(2129,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(2130,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(2131,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(2132,5,0,'JA Megafilter Eshop Plugin','','eshop','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(2133,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(2134,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(2135,5,0,'JA Megafitler Jshopping plugin','','jshopping','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(2136,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(2137,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(2138,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(2139,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(2140,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(2141,5,0,'T4 System Plugin ','','t4','plugin','system',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(2142,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(2143,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(2144,5,0,'Purity III Template','','purity_iii','template','',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(2145,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(2146,7,0,'AcyMailing Essential - We did not find a licence attached to your website http://oscasa.com/. Ple...','Error licence not found for http://oscasa.com/ - We did not find a licence attached to your website http://oscasa.com/. Please make sure this website is attached to your subscription at acyba.com','com_acymailing','component','',1,'5.10.10','','http://www.acyba.com/component/updateme/updatexml/component-acymailing/version-5.7.0/level-Essential/li-aHR0cDovL29zY2FzYS5jb20v/file-extension.xml','https://www.acyba.com',''),(2147,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(2148,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(2149,9,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(2150,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(2151,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/313/2049982768','',''),(2152,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(2153,17,0,'JCE 2.7.18','','pkg_jce','package','',0,'2.7.18','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-7-18-released',''),(2154,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2155,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2156,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(2157,3,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(2158,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(2159,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(2160,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(2161,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(2162,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(2163,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(2164,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(2165,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(2166,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(2167,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(2168,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(2169,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(2170,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(2171,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(2172,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(2173,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(2174,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(2175,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(2176,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(2177,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(2178,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(2179,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(2180,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(2181,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(2182,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(2183,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(2184,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(2185,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(2186,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(2187,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(2188,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(2189,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(2190,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(2191,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(2192,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(2193,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(2194,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(2195,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(2196,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2197,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.3.3','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(2198,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'1.2.0','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(2199,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(2200,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(2201,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(2202,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(2203,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(2204,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(2205,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(2206,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(2207,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(2208,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.1.6','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(2209,5,0,'JA Image Hotspot Module for Joomla 2.5 & 3.x','','mod_jaimagehotspot','module','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(2210,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.3.3','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(2211,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(2212,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(2213,5,0,'JA System Social Feed Plugin for Joomla 2.5 & 3.x','','jasocial_feed','plugin','system',0,'1.4.1','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(2214,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j16/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(2215,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.6','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(2216,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(2217,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(2218,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(2219,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.7.4','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(2220,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(2221,5,0,'GK hotel J!3','','gk_hotel','template','',0,'1.2.3','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(2222,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(2223,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(2224,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(2225,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(2226,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(2227,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(2228,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(2229,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(2230,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(2231,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(2232,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.7','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(2233,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(2234,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(2235,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(2236,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(2237,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(2238,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(2239,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.2.4','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(2240,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(2241,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(2242,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'6.1.1','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(2243,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.4','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(2244,5,0,'Guru Pro','','com_guru_pro','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(2245,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.0.2','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(2246,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(2247,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(2248,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(2249,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(2250,5,0,'GK Quark template','','gk_quark','template','',0,'1.27','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(2251,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(2252,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(2253,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(2254,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(2255,5,0,'JA Cagox template','','ja_cagox','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(2256,5,0,'JA Company Template','','ja_company','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(2257,5,0,'JA Directory Template','','ja_directory','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(2258,5,0,'JA Donate Template','','ja_donate','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(2259,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(2260,5,0,'JA Intranet Template','','ja_intranet','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(2261,5,0,'JA Megastore Template','','ja_megastore','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(2262,5,0,'JA Mixstore Source File','','ja_mixstore','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_mixstore.xml','https://www.joomlart.com/update-steps',''),(2263,5,0,'JA Mood Template','','ja_mood','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(2264,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(2265,5,0,'JA Playstore Template','','ja_playstore','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(2266,5,0,'JA Property Template','','ja_property','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(2267,5,0,'JA Stark Template','','ja_stark','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(2268,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(2269,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(2270,5,0,'JA University T3 template','','ja_university_t3','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(2271,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(2272,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(2273,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(2274,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(2275,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(2276,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(2277,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(2278,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(2279,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(2280,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(2281,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(2282,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(2283,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(2284,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(2285,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(2286,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(2287,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(2288,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(2289,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(2290,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(2291,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(2292,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(2293,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(2294,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.7.4','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(2295,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(2296,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(2297,5,0,'JA Megafilter Eshop Plugin','','eshop','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(2298,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(2299,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(2300,5,0,'JA Megafitler Jshopping plugin','','jshopping','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(2301,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(2302,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(2303,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(2304,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(2305,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(2306,5,0,'T4 System Plugin ','','t4','plugin','system',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(2307,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(2308,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(2309,5,0,'Purity III Template','','purity_iii','template','',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(2310,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(2311,7,0,'AcyMailing Essential - We did not find a licence attached to your website http://oscasa.com/. Ple...','Error licence not found for http://oscasa.com/ - We did not find a licence attached to your website http://oscasa.com/. Please make sure this website is attached to your subscription at acyba.com','com_acymailing','component','',1,'5.10.10','','http://www.acyba.com/component/updateme/updatexml/component-acymailing/version-5.7.0/level-Essential/li-aHR0cDovL29zY2FzYS5jb20v/file-extension.xml','https://www.acyba.com',''),(2312,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(2313,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(2314,9,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(2315,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(2316,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/313/2049982768','',''),(2317,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(2318,17,0,'JCE 2.7.18','','pkg_jce','package','',0,'2.7.18','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-7-18-released',''),(2319,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2320,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2321,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2322,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2323,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2324,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2325,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2326,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2327,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2328,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2329,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2330,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2331,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2332,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2333,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2334,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2335,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2336,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2337,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2338,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2339,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2340,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2341,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2342,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2343,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2344,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2345,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2346,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2347,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2348,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2349,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2350,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2351,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2352,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2353,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2354,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2355,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2356,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2357,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2358,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2359,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2360,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2361,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2362,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2363,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2364,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2365,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2366,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2367,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2368,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2369,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2370,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2371,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2372,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2373,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2374,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2375,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2376,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2377,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2378,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2379,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2380,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2381,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2382,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2383,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2384,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2385,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2386,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(2387,3,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(2388,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(2389,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(2390,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(2391,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(2392,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(2393,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(2394,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(2395,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(2396,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(2397,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(2398,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(2399,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(2400,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(2401,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(2402,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(2403,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(2404,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(2405,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(2406,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(2407,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(2408,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(2409,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(2410,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(2411,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(2412,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(2413,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(2414,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(2415,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(2416,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(2417,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(2418,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(2419,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(2420,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(2421,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(2422,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(2423,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(2424,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(2425,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(2426,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(2427,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.3.3','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(2428,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'1.2.0','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(2429,5,0,'JA Appolio Theme for EasyBlog','','easyblog_theme_appolio','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_appolio.xml','https://www.joomlart.com/update-steps',''),(2430,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(2431,5,0,'JA Biz Theme for EasyBlog','','easyblog_theme_biz','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_biz.xml','https://www.joomlart.com/update-steps',''),(2432,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(2433,5,0,'JA Decor Theme for EasyBlog','','easyblog_theme_decor','custom','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_decor.xml','https://www.joomlart.com/update-steps',''),(2434,5,0,'Theme Fixel for Easyblog J25 & J3x','','easyblog_theme_fixel','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_fixel.xml','https://www.joomlart.com/update-steps',''),(2435,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(2436,5,0,'JA Muzic Theme for EasyBlog','','easyblog_theme_muzic','custom','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_muzic.xml','https://www.joomlart.com/update-steps',''),(2437,5,0,'JA Obelisk Theme for EasyBlog','','easyblog_theme_obelisk','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_obelisk.xml','https://www.joomlart.com/update-steps',''),(2438,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(2439,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(2440,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(2441,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(2442,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(2443,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(2444,5,0,'Kunena Template for Ja Orisite','','kunena_theme_orisite','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/kunena_theme_orisite.xml','https://www.joomlart.com/update-steps',''),(2445,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.1.6','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(2446,5,0,'JA Image Hotspot Module for Joomla 2.5 & 3.x','','mod_jaimagehotspot','module','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(2447,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.3.3','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(2448,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(2449,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(2450,5,0,'JA System Social Feed Plugin for Joomla 2.5 & 3.x','','jasocial_feed','plugin','system',0,'1.4.1','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(2451,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(2452,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.6','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(2453,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(2454,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(2455,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(2456,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.7.5','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(2457,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(2458,5,0,'GK hotel J!3','','gk_hotel','template','',0,'1.2.3','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(2459,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(2460,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(2461,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(2462,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(2463,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(2464,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(2465,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(2466,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(2467,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(2468,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(2469,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.7','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(2470,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(2471,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(2472,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(2473,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(2474,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(2475,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(2476,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.2.4','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(2477,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(2478,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(2479,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'6.1.2','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(2480,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.4','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(2481,5,0,'Guru Pro','','com_guru_pro','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(2482,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.0.2','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(2483,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(2484,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(2485,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(2486,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(2487,5,0,'GK Folio Template','','gk_folio','template','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/gk_folio.xml','https://www.joomlart.com/update-steps',''),(2488,5,0,'GK Quark template','','gk_quark','template','',0,'1.27','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(2489,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(2490,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(2491,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(2492,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(2493,5,0,'JA Cagox template','','ja_cagox','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(2494,5,0,'JA Company Template','','ja_company','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(2495,5,0,'JA Directory Template','','ja_directory','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(2496,5,0,'JA Donate Template','','ja_donate','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(2497,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(2498,5,0,'JA Intranet Template','','ja_intranet','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(2499,5,0,'ja Justitia Template','','ja_justitia','template','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/ja_justitia.xml','https://www.joomlart.com/update-steps',''),(2500,5,0,'JA Megastore Template','','ja_megastore','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(2501,5,0,'JA Mood Template','','ja_mood','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(2502,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(2503,5,0,'JA Playstore Template','','ja_playstore','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(2504,5,0,'JA Property Template','','ja_property','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(2505,5,0,'JA Stark Template','','ja_stark','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(2506,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(2507,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(2508,5,0,'JA University T3 template','','ja_university_t3','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(2509,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(2510,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(2511,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(2512,5,0,'JS Column Theme','','js_column','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_column.xml','https://www.joomlart.com/update-steps',''),(2513,5,0,'JS Flat Theme','','js_flat','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_flat.xml','https://www.joomlart.com/update-steps',''),(2514,5,0,'JS Kikiriki Theme','','js_kikiriki','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_kikiriki.xml','https://www.joomlart.com/update-steps',''),(2515,5,0,'JS Shadow Theme','','js_shadow','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_shadow.xml','https://www.joomlart.com/update-steps',''),(2516,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(2517,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(2518,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(2519,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(2520,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(2521,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(2522,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(2523,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(2524,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(2525,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(2526,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(2527,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(2528,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(2529,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(2530,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(2531,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(2532,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(2533,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(2534,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(2535,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(2536,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(2537,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(2538,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(2539,5,0,'JA Megafilter Eshop Plugin','','eshop','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(2540,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(2541,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(2542,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(2543,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(2544,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(2545,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(2546,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(2547,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(2548,5,0,'T4 System Plugin ','','t4','plugin','system',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(2549,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(2550,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(2551,5,0,'Purity III Template','','purity_iii','template','',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(2552,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(2553,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(2554,7,0,'AcyMailing Essential - We did not find a licence attached to your website http://oscasa.com/. Ple...','Error licence not found for http://oscasa.com/ - We did not find a licence attached to your website http://oscasa.com/. Please make sure this website is attached to your subscription at acyba.com','com_acymailing','component','',1,'5.10.10','','http://www.acyba.com/component/updateme/updatexml/component-acymailing/version-5.7.0/level-Essential/li-aHR0cDovL29zY2FzYS5jb20v/file-extension.xml','https://www.acyba.com',''),(2555,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(2556,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(2557,9,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(2558,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(2559,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/313/2049982768','',''),(2560,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(2562,17,0,'JCE 2.7.18','','pkg_jce','package','',0,'2.7.18','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-7-18-released',''),(2563,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2564,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2565,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2566,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2567,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2568,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2569,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2570,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2571,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2572,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2573,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2574,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2575,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2576,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2577,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2578,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2579,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2580,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2581,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2582,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2583,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2584,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2585,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2586,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2587,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2588,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2589,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2590,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2591,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2592,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2593,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2594,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2595,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2596,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2597,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2598,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2599,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2600,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2601,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2602,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2603,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2604,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(2605,3,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(2606,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(2607,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(2608,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(2609,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(2610,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(2611,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(2612,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(2613,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(2614,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(2615,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(2616,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(2617,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(2618,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(2619,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(2620,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(2621,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(2622,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(2623,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(2624,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(2625,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(2626,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(2627,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(2628,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(2629,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(2630,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(2631,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(2632,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(2633,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(2634,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(2635,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(2636,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(2637,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(2638,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(2639,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(2640,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(2641,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(2642,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(2643,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(2644,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(2645,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.3.3','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(2646,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'1.2.0','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(2647,5,0,'JA Appolio Theme for EasyBlog','','easyblog_theme_appolio','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_appolio.xml','https://www.joomlart.com/update-steps',''),(2648,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(2649,5,0,'JA Biz Theme for EasyBlog','','easyblog_theme_biz','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_biz.xml','https://www.joomlart.com/update-steps',''),(2650,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(2651,5,0,'JA Decor Theme for EasyBlog','','easyblog_theme_decor','custom','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_decor.xml','https://www.joomlart.com/update-steps',''),(2652,5,0,'Theme Fixel for Easyblog J25 & J3x','','easyblog_theme_fixel','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_fixel.xml','https://www.joomlart.com/update-steps',''),(2653,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(2654,5,0,'JA Muzic Theme for EasyBlog','','easyblog_theme_muzic','custom','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_muzic.xml','https://www.joomlart.com/update-steps',''),(2655,5,0,'JA Obelisk Theme for EasyBlog','','easyblog_theme_obelisk','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_obelisk.xml','https://www.joomlart.com/update-steps',''),(2656,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(2657,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(2658,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(2659,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(2660,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(2661,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(2662,5,0,'Kunena Template for Ja Orisite','','kunena_theme_orisite','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/kunena_theme_orisite.xml','https://www.joomlart.com/update-steps',''),(2663,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.1.6','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(2664,5,0,'JA Image Hotspot Module for Joomla 2.5 & 3.x','','mod_jaimagehotspot','module','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(2665,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.3.3','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(2666,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(2667,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(2668,5,0,'JA System Social Feed Plugin for Joomla 2.5 & 3.x','','jasocial_feed','plugin','system',0,'1.4.1','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(2670,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(2671,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.6','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(2672,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(2673,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(2674,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(2675,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.7.5','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(2676,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(2677,5,0,'GK hotel J!3','','gk_hotel','template','',0,'1.2.3','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(2678,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(2679,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(2680,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(2681,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(2682,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(2683,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(2684,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(2685,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(2686,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(2687,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(2688,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.7','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(2689,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(2690,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(2691,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(2692,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(2693,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(2694,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(2695,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.2.4','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(2696,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(2697,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(2698,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'6.1.2','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(2699,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.4','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(2700,5,0,'Guru Pro','','com_guru_pro','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(2701,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.0.2','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(2702,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(2703,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(2704,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(2705,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(2706,5,0,'GK Quark template','','gk_quark','template','',0,'1.27','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(2707,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(2708,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(2709,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(2710,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(2711,5,0,'JA Cagox template','','ja_cagox','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(2712,5,0,'JA Company Template','','ja_company','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(2713,5,0,'JA Directory Template','','ja_directory','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(2714,5,0,'JA Donate Template','','ja_donate','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(2715,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(2716,5,0,'JA Intranet Template','','ja_intranet','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(2717,5,0,'JA Megastore Template','','ja_megastore','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(2718,5,0,'JA Mood Template','','ja_mood','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(2719,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(2720,5,0,'JA Playstore Template','','ja_playstore','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(2721,5,0,'JA Property Template','','ja_property','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(2722,5,0,'JA Stark Template','','ja_stark','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(2723,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(2724,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(2725,5,0,'JA University T3 template','','ja_university_t3','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(2726,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(2727,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(2728,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(2729,5,0,'JS Column Theme','','js_column','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_column.xml','https://www.joomlart.com/update-steps',''),(2730,5,0,'JS Flat Theme','','js_flat','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_flat.xml','https://www.joomlart.com/update-steps',''),(2731,5,0,'JS Kikiriki Theme','','js_kikiriki','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_kikiriki.xml','https://www.joomlart.com/update-steps',''),(2732,5,0,'JS Shadow Theme','','js_shadow','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_shadow.xml','https://www.joomlart.com/update-steps',''),(2733,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(2734,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(2735,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(2736,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(2737,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(2738,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(2739,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(2740,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(2741,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(2742,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(2743,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(2744,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(2745,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(2746,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(2747,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(2748,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(2749,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(2750,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(2751,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(2752,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(2753,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(2754,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(2755,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(2756,5,0,'JA Megafilter Eshop Plugin','','eshop','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(2757,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(2758,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(2759,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(2760,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(2761,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(2762,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(2763,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(2764,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(2765,5,0,'T4 System Plugin ','','t4','plugin','system',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(2766,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(2767,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(2768,5,0,'Purity III Template','','purity_iii','template','',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(2769,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(2770,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(2771,7,0,'AcyMailing Essential - We did not find a licence attached to your website http://oscasa.com/. Ple...','Error licence not found for http://oscasa.com/ - We did not find a licence attached to your website http://oscasa.com/. Please make sure this website is attached to your subscription at acyba.com','com_acymailing','component','',1,'5.10.10','','http://www.acyba.com/component/updateme/updatexml/component-acymailing/version-5.7.0/level-Essential/li-aHR0cDovL29zY2FzYS5jb20v/file-extension.xml','https://www.acyba.com',''),(2772,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(2773,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(2774,9,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(2775,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(2776,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/313/2049982768','',''),(2777,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(2778,17,0,'JCE 2.7.19','','pkg_jce','package','',0,'2.7.19','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-7-19-released',''),(2779,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2780,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2781,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2782,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2783,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2784,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2785,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2786,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2787,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2788,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2789,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2790,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2791,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2792,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2793,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2794,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2795,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2796,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2797,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2798,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2799,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2800,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2801,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2802,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2803,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(2804,3,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(2805,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(2806,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(2807,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(2808,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(2809,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(2810,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(2811,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(2812,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(2813,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(2814,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(2815,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(2816,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(2817,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(2818,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(2819,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(2820,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(2821,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(2822,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(2823,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(2824,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(2825,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(2826,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(2827,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(2828,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(2829,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(2830,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(2831,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(2832,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(2833,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(2834,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(2835,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(2836,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(2837,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(2838,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(2839,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(2840,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(2841,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(2842,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(2843,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(2844,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(2845,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2846,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.3.3','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(2847,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'1.2.0','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(2848,5,0,'JA Appolio Theme for EasyBlog','','easyblog_theme_appolio','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_appolio.xml','https://www.joomlart.com/update-steps',''),(2849,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(2850,5,0,'JA Biz Theme for EasyBlog','','easyblog_theme_biz','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_biz.xml','https://www.joomlart.com/update-steps',''),(2851,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(2852,5,0,'JA Decor Theme for EasyBlog','','easyblog_theme_decor','custom','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_decor.xml','https://www.joomlart.com/update-steps',''),(2853,5,0,'Theme Fixel for Easyblog J25 & J3x','','easyblog_theme_fixel','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_fixel.xml','https://www.joomlart.com/update-steps',''),(2854,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(2855,5,0,'JA Muzic Theme for EasyBlog','','easyblog_theme_muzic','custom','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_muzic.xml','https://www.joomlart.com/update-steps',''),(2856,5,0,'JA Obelisk Theme for EasyBlog','','easyblog_theme_obelisk','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_obelisk.xml','https://www.joomlart.com/update-steps',''),(2857,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(2858,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(2859,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(2860,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(2861,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(2862,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(2863,5,0,'Kunena Template for Ja Orisite','','kunena_theme_orisite','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/kunena_theme_orisite.xml','https://www.joomlart.com/update-steps',''),(2864,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.1.6','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(2865,5,0,'JA Image Hotspot Module for Joomla 2.5 & 3.x','','mod_jaimagehotspot','module','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(2866,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.3.3','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(2867,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(2868,5,0,'S5 Accordion Menu Module','','mod_s5_accordion_menu','module','',0,'2.3.2','','http://update.joomlart.com/service/tracking/j16/mod_s5_accordion_menu.xml','https://www.joomlart.com/update-steps',''),(2869,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(2870,5,0,'JA System Social Feed Plugin for Joomla 2.5 & 3.x','','jasocial_feed','plugin','system',0,'1.4.2','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(2871,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(2872,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.6','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(2873,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(2874,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(2875,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(2876,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.7.5','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(2877,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(2878,5,0,'GK hotel J!3','','gk_hotel','template','',0,'1.2.3','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(2879,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(2880,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(2881,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(2882,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(2883,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(2884,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(2885,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(2886,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(2887,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(2888,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(2889,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.7','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(2890,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(2891,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(2892,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(2893,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(2894,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(2895,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(2896,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.2.4','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(2897,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(2898,5,0,'S5 Forte Template','','Shape5_forte_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_forte_template.xml','https://www.joomlart.com/update-steps',''),(2899,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(2900,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'6.1.2','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(2901,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.4','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(2902,5,0,'Guru Pro','','com_guru_pro','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(2903,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.0.2','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(2904,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(2905,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(2906,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(2907,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(2908,5,0,'GK Quark template','','gk_quark','template','',0,'1.27','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(2909,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(2910,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(2911,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(2912,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(2913,5,0,'JA Cagox template','','ja_cagox','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(2914,5,0,'JA Company Template','','ja_company','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(2915,5,0,'JA Directory Template','','ja_directory','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(2916,5,0,'JA Donate Template','','ja_donate','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(2917,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(2918,5,0,'JA Intranet Template','','ja_intranet','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(2919,5,0,'JA Megastore Template','','ja_megastore','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(2920,5,0,'JA Mood Template','','ja_mood','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(2921,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(2922,5,0,'JA Playstore Template','','ja_playstore','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(2923,5,0,'JA Property Template','','ja_property','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(2924,5,0,'JA Stark Template','','ja_stark','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(2925,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(2926,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(2927,5,0,'JA University T3 template','','ja_university_t3','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(2928,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(2929,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(2930,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(2931,5,0,'JS Column Theme','','js_column','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_column.xml','https://www.joomlart.com/update-steps',''),(2932,5,0,'JS Flat Theme','','js_flat','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_flat.xml','https://www.joomlart.com/update-steps',''),(2933,5,0,'JS Kikiriki Theme','','js_kikiriki','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_kikiriki.xml','https://www.joomlart.com/update-steps',''),(2934,5,0,'JS Shadow Theme','','js_shadow','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_shadow.xml','https://www.joomlart.com/update-steps',''),(2935,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(2936,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(2937,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(2938,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(2939,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(2940,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(2941,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(2942,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(2943,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(2944,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(2945,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(2946,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(2947,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(2948,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(2949,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(2950,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(2951,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(2952,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(2953,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(2954,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(2955,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(2956,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(2957,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(2958,5,0,'JA Megafilter Eshop Plugin','','eshop','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(2959,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(2960,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(2961,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(2962,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(2963,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(2964,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(2965,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(2966,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(2967,5,0,'T4 System Plugin ','','t4','plugin','system',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(2968,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(2969,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(2970,5,0,'Purity III Template','','purity_iii','template','',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(2971,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(2972,5,0,'T4 Page Builder Package','','t4pagebuilder','package','',0,'1.0.0_preview','','http://update.joomlart.com/service/tracking/j31/t4pagebuilder.xml','https://www.joomlart.com/update-steps',''),(2973,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(2974,7,0,'AcyMailing Essential - We did not find a licence attached to your website http://oscasa.com/. Ple...','Error licence not found for http://oscasa.com/ - We did not find a licence attached to your website http://oscasa.com/. Please make sure this website is attached to your subscription at acyba.com','com_acymailing','component','',1,'5.10.10','','http://www.acyba.com/component/updateme/updatexml/component-acymailing/version-5.7.0/level-Essential/li-aHR0cDovL29zY2FzYS5jb20v/file-extension.xml','https://www.acyba.com',''),(2975,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(2976,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(2977,9,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(2978,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(2979,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/313/2049982768','',''),(2980,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(2981,17,0,'JCE 2.7.19','','pkg_jce','package','',0,'2.7.19','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-7-19-released',''),(2982,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2983,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2984,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2985,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2986,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2987,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2988,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(2989,3,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(2990,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(2991,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(2992,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(2993,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(2994,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(2995,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(2996,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(2997,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(2998,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(2999,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(3000,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(3001,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(3002,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(3003,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(3004,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(3005,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(3006,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(3007,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(3008,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(3009,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(3010,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(3011,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(3012,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(3013,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(3014,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(3015,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(3016,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(3017,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(3018,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(3019,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(3020,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(3021,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(3022,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(3023,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(3024,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(3025,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(3026,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(3027,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(3028,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(3029,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3030,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(3031,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(3032,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.3.3','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(3033,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'1.2.0','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(3034,5,0,'JA Appolio Theme for EasyBlog','','easyblog_theme_appolio','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_appolio.xml','https://www.joomlart.com/update-steps',''),(3035,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(3036,5,0,'JA Biz Theme for EasyBlog','','easyblog_theme_biz','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_biz.xml','https://www.joomlart.com/update-steps',''),(3037,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(3038,5,0,'JA Decor Theme for EasyBlog','','easyblog_theme_decor','custom','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_decor.xml','https://www.joomlart.com/update-steps',''),(3039,5,0,'Theme Fixel for Easyblog J25 & J3x','','easyblog_theme_fixel','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_fixel.xml','https://www.joomlart.com/update-steps',''),(3040,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(3041,5,0,'JA Muzic Theme for EasyBlog','','easyblog_theme_muzic','custom','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_muzic.xml','https://www.joomlart.com/update-steps',''),(3042,5,0,'JA Obelisk Theme for EasyBlog','','easyblog_theme_obelisk','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_obelisk.xml','https://www.joomlart.com/update-steps',''),(3043,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(3044,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(3045,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(3046,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(3047,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(3048,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(3049,5,0,'Kunena Template for Ja Orisite','','kunena_theme_orisite','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/kunena_theme_orisite.xml','https://www.joomlart.com/update-steps',''),(3050,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.1.6','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(3051,5,0,'JA Image Hotspot Module for Joomla 2.5 & 3.x','','mod_jaimagehotspot','module','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(3052,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.3.3','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(3053,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(3054,5,0,'S5 Accordion Menu Module','','mod_s5_accordion_menu','module','',0,'2.3.2','','http://update.joomlart.com/service/tracking/j16/mod_s5_accordion_menu.xml','https://www.joomlart.com/update-steps',''),(3055,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(3056,5,0,'JA System Social Feed Plugin for Joomla 2.5 & 3.x','','jasocial_feed','plugin','system',0,'1.4.2','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(3057,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(3058,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.6','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(3059,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(3060,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(3061,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(3062,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.7.5','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(3063,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(3064,5,0,'GK hotel J!3','','gk_hotel','template','',0,'1.2.3','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(3065,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(3066,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(3067,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(3068,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(3069,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(3070,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(3071,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(3072,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(3073,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(3074,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(3075,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.6.6','','http://update.joomlart.com/service/tracking/j30/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(3076,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.7','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(3077,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(3078,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(3079,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(3080,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(3081,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(3082,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(3083,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.2.4','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(3084,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(3085,5,0,'S5 Forte Template','','Shape5_forte_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_forte_template.xml','https://www.joomlart.com/update-steps',''),(3086,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(3087,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'6.1.2','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(3088,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.4','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(3089,5,0,'Guru Pro','','com_guru_pro','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(3090,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.0.2','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(3091,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(3092,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(3093,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(3094,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(3095,5,0,'GK Paradise Template','','gk_paradise','template','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/gk_paradise.xml','https://www.joomlart.com/update-steps',''),(3096,5,0,'GK Quark template','','gk_quark','template','',0,'1.27','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(3097,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(3098,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(3099,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(3100,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(3101,5,0,'JA Cagox template','','ja_cagox','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(3102,5,0,'JA Company Template','','ja_company','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(3103,5,0,'JA Directory Template','','ja_directory','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(3104,5,0,'JA Donate Template','','ja_donate','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(3105,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(3106,5,0,'JA Intranet Template','','ja_intranet','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(3107,5,0,'JA Megastore Template','','ja_megastore','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(3108,5,0,'JA Mood Template','','ja_mood','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(3109,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(3110,5,0,'JA Playstore Template','','ja_playstore','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(3111,5,0,'JA Property Template','','ja_property','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(3112,5,0,'JA Stark Template','','ja_stark','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(3113,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(3114,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(3115,5,0,'JA University T3 template','','ja_university_t3','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(3116,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(3117,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(3118,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(3119,5,0,'JS Column Theme','','js_column','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_column.xml','https://www.joomlart.com/update-steps',''),(3120,5,0,'JS Flat Theme','','js_flat','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_flat.xml','https://www.joomlart.com/update-steps',''),(3121,5,0,'JS Kikiriki Theme','','js_kikiriki','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_kikiriki.xml','https://www.joomlart.com/update-steps',''),(3122,5,0,'JS Shadow Theme','','js_shadow','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_shadow.xml','https://www.joomlart.com/update-steps',''),(3123,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(3124,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(3125,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(3126,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(3127,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(3128,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(3129,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(3130,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(3131,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(3132,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(3133,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(3134,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(3135,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(3136,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(3137,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(3138,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(3139,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(3140,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(3141,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(3142,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(3143,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.7.5','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(3144,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(3145,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(3146,5,0,'JA Megafilter Eshop Plugin','','eshop','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(3147,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(3148,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(3149,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(3150,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(3151,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(3152,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(3153,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(3154,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(3155,5,0,'T4 System Plugin ','','t4','plugin','system',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(3156,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(3157,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(3158,5,0,'Purity III Template','','purity_iii','template','',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(3159,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(3160,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(3161,7,0,'AcyMailing Essential - We did not find a licence attached to your website http://oscasa.com/. Ple...','Error licence not found for http://oscasa.com/ - We did not find a licence attached to your website http://oscasa.com/. Please make sure this website is attached to your subscription at acyba.com','com_acymailing','component','',1,'5.10.10','','http://www.acyba.com/component/updateme/updatexml/component-acymailing/version-5.7.0/level-Essential/li-aHR0cDovL29zY2FzYS5jb20v/file-extension.xml','https://www.acyba.com',''),(3162,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(3163,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(3164,9,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(3165,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(3166,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/313/2049982768','',''),(3167,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(3168,17,0,'JCE 2.7.19','','pkg_jce','package','',0,'2.7.19','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-7-19-released',''),(3169,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3170,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3171,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3172,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3173,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3174,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3175,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3176,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3177,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3178,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3179,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3180,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3181,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3182,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3183,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3184,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3185,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3186,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3187,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3188,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3189,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3190,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3191,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3192,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3193,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3194,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3195,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3196,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3197,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3198,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3199,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3200,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3201,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3202,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3203,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3204,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3205,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3206,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3207,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3208,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3209,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3210,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3211,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3212,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3213,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3214,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3215,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3216,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3217,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3218,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3219,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(3220,3,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(3221,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(3222,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(3223,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(3224,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(3225,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(3226,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(3227,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(3228,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(3229,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(3230,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(3231,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(3232,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(3233,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(3234,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(3235,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(3236,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(3237,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(3238,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(3239,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(3240,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(3241,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(3242,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(3243,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(3244,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(3245,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(3246,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(3247,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(3248,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(3249,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(3250,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(3251,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(3252,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(3253,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3254,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(3255,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(3256,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(3257,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(3258,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(3259,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(3260,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(3261,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(3262,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(3263,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(3264,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.3.3','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(3265,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'1.2.0','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(3266,5,0,'JA Appolio Theme for EasyBlog','','easyblog_theme_appolio','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_appolio.xml','https://www.joomlart.com/update-steps',''),(3267,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(3268,5,0,'JA Biz Theme for EasyBlog','','easyblog_theme_biz','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_biz.xml','https://www.joomlart.com/update-steps',''),(3269,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(3270,5,0,'JA Decor Theme for EasyBlog','','easyblog_theme_decor','custom','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_decor.xml','https://www.joomlart.com/update-steps',''),(3271,5,0,'Theme Fixel for Easyblog J25 & J3x','','easyblog_theme_fixel','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_fixel.xml','https://www.joomlart.com/update-steps',''),(3272,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(3273,5,0,'JA Muzic Theme for EasyBlog','','easyblog_theme_muzic','custom','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_muzic.xml','https://www.joomlart.com/update-steps',''),(3274,5,0,'JA Obelisk Theme for EasyBlog','','easyblog_theme_obelisk','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_obelisk.xml','https://www.joomlart.com/update-steps',''),(3275,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(3276,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(3277,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(3278,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(3279,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(3280,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(3281,5,0,'Kunena Template for Ja Orisite','','kunena_theme_orisite','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/kunena_theme_orisite.xml','https://www.joomlart.com/update-steps',''),(3282,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.1.6','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(3283,5,0,'JA Image Hotspot Module for Joomla 2.5 & 3.x','','mod_jaimagehotspot','module','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(3284,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.3.3','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(3285,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(3286,5,0,'S5 Accordion Menu Module','','mod_s5_accordion_menu','module','',0,'2.3.2','','http://update.joomlart.com/service/tracking/j16/mod_s5_accordion_menu.xml','https://www.joomlart.com/update-steps',''),(3287,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(3288,5,0,'JA System Social Feed Plugin for Joomla 2.5 & 3.x','','jasocial_feed','plugin','system',0,'1.4.2','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(3289,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(3290,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(3291,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.6','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(3292,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(3293,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(3294,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(3295,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.7.6','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(3296,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(3297,5,0,'GK hotel J!3','','gk_hotel','template','',0,'1.2.3','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(3298,5,0,'GK news2 J!3','','gk_news2','template','',0,'3.26','','http://update.joomlart.com/service/tracking/j30/gk_news2.xml','https://www.joomlart.com/update-steps',''),(3299,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(3300,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(3301,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(3302,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(3303,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(3304,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(3305,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(3306,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(3307,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(3308,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(3309,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.6.6','','http://update.joomlart.com/service/tracking/j30/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(3310,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.7','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(3311,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(3312,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(3313,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(3314,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(3315,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(3316,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(3317,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.2.4','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(3318,5,0,'S5 Amazed Photography Template','','Shape5_amazed_photography_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_amazed_photography_template.xml','https://www.joomlart.com/update-steps',''),(3319,5,0,'S5 Ambient Template','','Shape5_ambient_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_ambient_template.xml','https://www.joomlart.com/update-steps',''),(3320,5,0,'S5 Ameritage Medical Template','','Shape5_ameritage_medical_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ameritage_medical_template.xml','https://www.joomlart.com/update-steps',''),(3321,5,0,'S5 Appwonder Template','','Shape5_appwonder_template','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/Shape5_appwonder_template.xml','https://www.joomlart.com/update-steps',''),(3322,5,0,'S5 Arthur Template','','Shape5_arthur_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_arthur_template.xml','https://www.joomlart.com/update-steps',''),(3323,5,0,'S5 Attractions Template','','Shape5_attractions_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_attractions_template.xml','https://www.joomlart.com/update-steps',''),(3324,5,0,'S5 Avignet Dream Template','','Shape5_avignet_dream_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_avignet_dream_template.xml','https://www.joomlart.com/update-steps',''),(3325,5,0,'S5 Big Picture Template','','Shape5_bigpicture_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bigpicture_template.xml','https://www.joomlart.com/update-steps',''),(3326,5,0,'S5 Blogbox Template','','Shape5_blog_box_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_blog_box_template.xml','https://www.joomlart.com/update-steps',''),(3327,5,0,'S5 BlueGroup Template','','Shape5_bluegroup_template','template','',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bluegroup_template.xml','https://www.joomlart.com/update-steps',''),(3328,5,0,'S5 Business Line Template','','Shape5_business_line_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_business_line_template.xml','https://www.joomlart.com/update-steps',''),(3329,5,0,'S5 Business Pro Template','','Shape5_business_pro_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_business_pro_template.xml','https://www.joomlart.com/update-steps',''),(3330,5,0,'S5 Callie Rush Template','','Shape5_callie_rush_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_callie_rush_template.xml','https://www.joomlart.com/update-steps',''),(3331,5,0,'S5 Campus Life Template','','Shape5_campuslife_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_campuslife_template.xml','https://www.joomlart.com/update-steps',''),(3332,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(3333,5,0,'S5 Charlestown Template','','Shape5_charlestown_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_charlestown_template.xml','https://www.joomlart.com/update-steps',''),(3334,5,0,'S5 Cleanout Template','','Shape5_cleanout_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cleanout_template.xml','https://www.joomlart.com/update-steps',''),(3335,5,0,'S5 Compassion Template','','Shape5_compassion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_compassion_template.xml','https://www.joomlart.com/update-steps',''),(3336,5,0,'S5 Construction Template','','Shape5_construction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_construction_template.xml','https://www.joomlart.com/update-steps',''),(3337,5,0,'S5 Content King Template','','Shape5_contentking_template','template','',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/Shape5_contentking_template.xml','https://www.joomlart.com/update-steps',''),(3338,5,0,'S5 Corporate Response Template','','Shape5_corporate_response_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corporate_response_template.xml','https://www.joomlart.com/update-steps',''),(3339,5,0,'S5 Corpway Template','','Shape5_corpway_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corpway_template.xml','https://www.joomlart.com/update-steps',''),(3340,5,0,'S5 Curb Appeal Template','','Shape5_curb_appeal_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_curb_appeal_template.xml','https://www.joomlart.com/update-steps',''),(3341,5,0,'S5 Cyan Template','','Shape5_cyan_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cyan_template.xml','https://www.joomlart.com/update-steps',''),(3342,5,0,'S5 Emma and Mason Template','','Shape5_emma_and_mason_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_emma_and_mason_template.xml','https://www.joomlart.com/update-steps',''),(3343,5,0,'S5 Emusica Template','','Shape5_emusica_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_emusica_template.xml','https://www.joomlart.com/update-steps',''),(3344,5,0,'S5 EZ Web Hosting Template','','Shape5_ezwebhosting_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ezwebhosting_template.xml','https://www.joomlart.com/update-steps',''),(3345,5,0,'S5 Fitness Center Template','','Shape5_fitness_center_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_fitness_center_template.xml','https://www.joomlart.com/update-steps',''),(3346,5,0,'S5 Forte Template','','Shape5_forte_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_forte_template.xml','https://www.joomlart.com/update-steps',''),(3347,5,0,'S5 Fresh Bistro Template','','Shape5_fresh_bistro_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_fresh_bistro_template.xml','https://www.joomlart.com/update-steps',''),(3348,5,0,'S5 Fusion Template','','Shape5_fusion_template','template','',0,'1.5.7','','http://update.joomlart.com/service/tracking/j31/Shape5_fusion_template.xml','https://www.joomlart.com/update-steps',''),(3349,5,0,'S5 Game World Template','','Shape5_game_world_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_game_world_template.xml','https://www.joomlart.com/update-steps',''),(3350,5,0,'S5 Gamers Template','','Shape5_gamers_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_gamers_template.xml','https://www.joomlart.com/update-steps',''),(3351,5,0,'S5 GCK Store Template','','Shape5_gck_store_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_gck_store_template.xml','https://www.joomlart.com/update-steps',''),(3352,5,0,'S5 General Commerce Template','','Shape5_general_commerce_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_general_commerce_template.xml','https://www.joomlart.com/update-steps',''),(3353,5,0,'S5 General Contractor Template','','Shape5_general_contractor_template','template','',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/Shape5_general_contractor_template.xml','https://www.joomlart.com/update-steps',''),(3354,5,0,'S5 GetReserved Template','','Shape5_getreserved_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_getreserved_template.xml','https://www.joomlart.com/update-steps',''),(3355,5,0,'S5 Health Guide Template','','Shape5_health_guide_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_health_guide_template.xml','https://www.joomlart.com/update-steps',''),(3356,5,0,'S5 Helion Template','','Shape5_helion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_helion_template.xml','https://www.joomlart.com/update-steps',''),(3357,5,0,'S5 Hexa Corp Template','','Shape5_hexa_corp_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_hexa_corp_template.xml','https://www.joomlart.com/update-steps',''),(3358,5,0,'S5 Hexicon Gamer Template','','Shape5_hexicon_gamer_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_hexicon_gamer_template.xml','https://www.joomlart.com/update-steps',''),(3359,5,0,'S5 Incline Template','','Shape5_incline_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_incline_template.xml','https://www.joomlart.com/update-steps',''),(3360,5,0,'S5 Legal Lawyer Template','','Shape5_legal_lawyer_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_legal_lawyer_template.xml','https://www.joomlart.com/update-steps',''),(3361,5,0,'S5 Life Journey Template','','Shape5_life_journey_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_life_journey_template.xml','https://www.joomlart.com/update-steps',''),(3362,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(3363,5,0,'S5 Lime Light Template','','Shape5_lime_light_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_lime_light_template.xml','https://www.joomlart.com/update-steps',''),(3364,5,0,'S5 Luxon Template','','Shape5_luxon_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_luxon_template.xml','https://www.joomlart.com/update-steps',''),(3365,5,0,'S5 M Ceative Agency Template','','Shape5_m_creative_agency_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_m_creative_agency_template.xml','https://www.joomlart.com/update-steps',''),(3366,5,0,'S5 Maxed Mag Template','','Shape5_maxedmag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_maxedmag_template.xml','https://www.joomlart.com/update-steps',''),(3367,5,0,'S5 MetroShows Template','','Shape5_metroshows_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_metroshows_template.xml','https://www.joomlart.com/update-steps',''),(3368,5,0,'S5 Modern Flavor Template','','Shape5_modern_flavor_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_modern_flavor_template.xml','https://www.joomlart.com/update-steps',''),(3369,5,0,'S5 New Vision Template','','Shape5_new_vision_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_new_vision_template.xml','https://www.joomlart.com/update-steps',''),(3370,5,0,'S5 News Blog Template','','Shape5_newsblog_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_newsblog_template.xml','https://www.joomlart.com/update-steps',''),(3371,5,0,'S5 Newsplace Template','','Shape5_newsplace_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_newsplace_template.xml','https://www.joomlart.com/update-steps',''),(3372,5,0,'S5 No1 Shopping Template','','Shape5_no1_shopping_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_no1_shopping_template.xml','https://www.joomlart.com/update-steps',''),(3373,5,0,'S5 Oasis Template','','Shape5_oasis_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_oasis_template.xml','https://www.joomlart.com/update-steps',''),(3374,5,0,'S5 Outdoor Life Template','','Shape5_outdoor_life_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_outdoor_life_template.xml','https://www.joomlart.com/update-steps',''),(3375,5,0,'S5 Paradigm Shift Template','','Shape5_paradigm_shift_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_paradigm_shift_template.xml','https://www.joomlart.com/update-steps',''),(3376,5,0,'S5 Phosphorus Template','','Shape5_phosphorus_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_phosphorus_template.xml','https://www.joomlart.com/update-steps',''),(3377,5,0,'S5 Photobox Template','','Shape5_photobox_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_photobox_template.xml','https://www.joomlart.com/update-steps',''),(3378,5,0,'S5 Photofolio Template','','Shape5_photofolio_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_photofolio_template.xml','https://www.joomlart.com/update-steps',''),(3379,5,0,'S5 Prestige Academy Template','','Shape5_prestige_academy_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_prestige_academy_template.xml','https://www.joomlart.com/update-steps',''),(3380,5,0,'S5 Real Estate Template','','Shape5_realestate_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_realestate_template.xml','https://www.joomlart.com/update-steps',''),(3381,5,0,'S5 Regan Tech Template','','Shape5_regan_tech_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_regan_tech_template.xml','https://www.joomlart.com/update-steps',''),(3382,5,0,'S5 Risen Hope Template','','Shape5_risen_hope_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_risen_hope_template.xml','https://www.joomlart.com/update-steps',''),(3383,5,0,'S5 Salon N Spa Template','','Shape5_salonnspa_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_salonnspa_template.xml','https://www.joomlart.com/update-steps',''),(3384,5,0,'S5 Samba Spa Template','','Shape5_samba_template','template','',0,'1.3.4','','http://update.joomlart.com/service/tracking/j31/Shape5_samba_template.xml','https://www.joomlart.com/update-steps',''),(3385,5,0,'S5 Shenandoah Template','','Shape5_shenandoah_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_shenandoah_template.xml','https://www.joomlart.com/update-steps',''),(3386,5,0,'S5 ShoppingBag Template','','Shape5_shoppingbag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_shoppingbag_template.xml','https://www.joomlart.com/update-steps',''),(3387,5,0,'S5 Sienna Template','','Shape5_sienna_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sienna_template.xml','https://www.joomlart.com/update-steps',''),(3388,5,0,'S5 Simplex Template','','Shape5_simplex_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_simplex_template.xml','https://www.joomlart.com/update-steps',''),(3389,5,0,'S5 Soul Search Template','','Shape5_soul_search_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_soul_search_template.xml','https://www.joomlart.com/update-steps',''),(3390,5,0,'S5 Spectrum Template','','Shape5_spectrum_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_spectrum_template.xml','https://www.joomlart.com/update-steps',''),(3391,5,0,'S5 Sports Nation Template','','Shape5_sports_nation_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sports_nation_template.xml','https://www.joomlart.com/update-steps',''),(3392,5,0,'S5 Store Pro Template','','Shape5_storepro_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_storepro_template.xml','https://www.joomlart.com/update-steps',''),(3393,5,0,'S5 Swapps Template','','Shape5_swapps_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_swapps_template.xml','https://www.joomlart.com/update-steps',''),(3394,5,0,'S5 The Classifieds Template','','Shape5_the_classifieds_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_the_classifieds_template.xml','https://www.joomlart.com/update-steps',''),(3395,5,0,'S5 TheBlogazine Template','','Shape5_theblogazine_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_theblogazine_template.xml','https://www.joomlart.com/update-steps',''),(3396,5,0,'S5 Traction Template','','Shape5_traction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_traction_template.xml','https://www.joomlart.com/update-steps',''),(3397,5,0,'S5 Velocity Template','','Shape5_velocity_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_velocity_template.xml','https://www.joomlart.com/update-steps',''),(3398,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'6.1.2','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(3399,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.5','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(3400,5,0,'Guru Pro','','com_guru_pro','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(3401,5,0,'JA Page Builder Component','','com_japagebuilder','component','',1,'1.0.0_alpha','','http://update.joomlart.com/service/tracking/j31/com_japagebuilder.xml','https://www.joomlart.com/update-steps',''),(3402,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.0.2','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(3403,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(3404,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(3405,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(3406,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(3407,5,0,'GK Quark template','','gk_quark','template','',0,'1.27','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(3408,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(3409,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(3410,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(3411,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(3412,5,0,'JA Cagox template','','ja_cagox','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(3413,5,0,'JA Company Template','','ja_company','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(3414,5,0,'JA Directory Template','','ja_directory','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(3415,5,0,'JA Donate Template','','ja_donate','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(3416,5,0,'JA Flix Source File','','ja_flix','source','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/ja_flix.xml','https://www.joomlart.com/update-steps',''),(3417,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(3418,5,0,'JA Intranet Template','','ja_intranet','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(3419,5,0,'JA Landscape Template','','ja_landscape','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_landscape.xml','https://www.joomlart.com/update-steps',''),(3420,5,0,'JA Megastore Template','','ja_megastore','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(3421,5,0,'JA Mood Template','','ja_mood','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(3422,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(3423,5,0,'JA Playstore Template','','ja_playstore','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(3424,5,0,'JA Property Template','','ja_property','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(3425,5,0,'JA Stark Template','','ja_stark','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(3426,5,0,'JA Symphony Template','','ja_symphony','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_symphony.xml','https://www.joomlart.com/update-steps',''),(3427,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(3428,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(3429,5,0,'JA University T3 template','','ja_university_t3','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(3430,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(3431,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(3432,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(3433,5,0,'JS Column Theme','','js_column','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_column.xml','https://www.joomlart.com/update-steps',''),(3434,5,0,'JS Flat Theme','','js_flat','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_flat.xml','https://www.joomlart.com/update-steps',''),(3435,5,0,'JS Kikiriki Theme','','js_kikiriki','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_kikiriki.xml','https://www.joomlart.com/update-steps',''),(3436,5,0,'JS Shadow Theme','','js_shadow','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_shadow.xml','https://www.joomlart.com/update-steps',''),(3437,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(3438,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(3439,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(3440,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(3441,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(3442,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(3443,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(3444,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(3445,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(3446,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(3447,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(3448,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(3449,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(3450,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(3451,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(3452,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(3453,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(3454,5,0,'S5 Masonry Module','','mod_s5_masonry','module','',0,'2.9.9','','http://update.joomlart.com/service/tracking/j31/mod_s5_masonry.xml','https://www.joomlart.com/update-steps',''),(3455,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(3456,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(3457,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(3458,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(3459,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(3460,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(3461,5,0,'JA Megafilter Eshop Plugin','','eshop','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(3462,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(3463,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(3464,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(3465,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(3466,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(3467,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(3468,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(3469,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(3470,5,0,'T4 System Plugin ','','t4','plugin','system',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(3471,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(3472,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(3473,5,0,'Purity III Template','','purity_iii','template','',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(3474,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(3475,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(3476,7,0,'AcyMailing Essential - We did not find a licence attached to your website http://oscasa.com/. Ple...','Error licence not found for http://oscasa.com/ - We did not find a licence attached to your website http://oscasa.com/. Please make sure this website is attached to your subscription at acyba.com','com_acymailing','component','',1,'5.10.10','','http://www.acyba.com/component/updateme/updatexml/component-acymailing/version-5.7.0/level-Essential/li-aHR0cDovL29zY2FzYS5jb20v/file-extension.xml','https://www.acyba.com',''),(3477,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(3478,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(3479,9,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(3480,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(3481,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/313/2049982768','',''),(3482,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(3483,10,10049,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.10.1','','http://getk2.org/update.xml','https://getk2.org/blog/2680-k2-v2101-released',''),(3484,17,0,'JCE 2.7.20','','pkg_jce','package','',0,'2.7.20','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-7-20-released',''),(3485,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3486,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3487,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3488,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3489,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3490,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3491,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3492,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3493,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3494,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3495,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3496,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3497,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3498,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3499,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3500,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3501,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3502,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3503,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3504,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3505,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3506,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3507,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(3508,3,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(3509,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(3510,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(3511,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(3512,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(3513,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(3514,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(3515,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(3516,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(3517,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(3518,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(3519,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(3520,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(3521,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(3522,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(3523,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(3524,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(3525,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(3526,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(3527,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(3528,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(3529,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(3530,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(3531,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(3532,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(3533,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(3534,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(3535,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(3536,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(3537,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(3538,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(3539,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(3540,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(3541,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(3542,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(3543,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(3544,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(3545,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(3546,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(3547,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(3548,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(3549,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(3550,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(3551,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3552,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.3.3','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(3553,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'1.2.1','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(3554,5,0,'JA Appolio Theme for EasyBlog','','easyblog_theme_appolio','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_appolio.xml','https://www.joomlart.com/update-steps',''),(3555,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(3556,5,0,'JA Biz Theme for EasyBlog','','easyblog_theme_biz','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_biz.xml','https://www.joomlart.com/update-steps',''),(3557,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(3558,5,0,'JA Decor Theme for EasyBlog','','easyblog_theme_decor','custom','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_decor.xml','https://www.joomlart.com/update-steps',''),(3559,5,0,'Theme Fixel for Easyblog J25 & J3x','','easyblog_theme_fixel','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_fixel.xml','https://www.joomlart.com/update-steps',''),(3560,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(3561,5,0,'JA Muzic Theme for EasyBlog','','easyblog_theme_muzic','custom','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_muzic.xml','https://www.joomlart.com/update-steps',''),(3562,5,0,'JA Obelisk Theme for EasyBlog','','easyblog_theme_obelisk','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_obelisk.xml','https://www.joomlart.com/update-steps',''),(3563,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(3564,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(3565,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(3566,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(3567,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(3568,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(3569,5,0,'Kunena Template for Ja Orisite','','kunena_theme_orisite','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/kunena_theme_orisite.xml','https://www.joomlart.com/update-steps',''),(3570,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.1.6','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(3571,5,0,'JA Image Hotspot Module for Joomla 2.5 & 3.x','','mod_jaimagehotspot','module','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(3572,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.3.3','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(3573,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(3574,5,0,'S5 Accordion Menu Module','','mod_s5_accordion_menu','module','',0,'2.3.2','','http://update.joomlart.com/service/tracking/j16/mod_s5_accordion_menu.xml','https://www.joomlart.com/update-steps',''),(3575,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(3576,5,0,'JA System Social Feed Plugin for Joomla 2.5 & 3.x','','jasocial_feed','plugin','system',0,'1.4.2','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(3577,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(3578,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(3579,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.6','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(3580,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(3581,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(3582,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(3583,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.7.6','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(3584,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(3585,5,0,'GK hotel J!3','','gk_hotel','template','',0,'1.2.3','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(3586,5,0,'GK news2 J!3','','gk_news2','template','',0,'3.26','','http://update.joomlart.com/service/tracking/j30/gk_news2.xml','https://www.joomlart.com/update-steps',''),(3587,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(3588,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(3589,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(3590,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(3591,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(3592,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(3593,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(3594,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(3595,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(3596,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(3597,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.6.6','','http://update.joomlart.com/service/tracking/j30/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(3598,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.7','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(3599,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(3600,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(3601,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(3602,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(3603,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(3604,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(3605,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.2.4','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(3606,5,0,'S5 Amazed Photography Template','','Shape5_amazed_photography_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_amazed_photography_template.xml','https://www.joomlart.com/update-steps',''),(3607,5,0,'S5 Ambient Template','','Shape5_ambient_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_ambient_template.xml','https://www.joomlart.com/update-steps',''),(3608,5,0,'S5 Ameritage Medical Template','','Shape5_ameritage_medical_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ameritage_medical_template.xml','https://www.joomlart.com/update-steps',''),(3609,5,0,'S5 Appwonder Template','','Shape5_appwonder_template','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/Shape5_appwonder_template.xml','https://www.joomlart.com/update-steps',''),(3610,5,0,'S5 Arthur Template','','Shape5_arthur_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_arthur_template.xml','https://www.joomlart.com/update-steps',''),(3611,5,0,'S5 Attractions Template','','Shape5_attractions_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_attractions_template.xml','https://www.joomlart.com/update-steps',''),(3612,5,0,'S5 Aurora Dawn Template','','Shape5_aurora_dawn_template','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_aurora_dawn_template.xml','https://www.joomlart.com/update-steps',''),(3613,5,0,'S5 Avignet Dream Template','','Shape5_avignet_dream_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_avignet_dream_template.xml','https://www.joomlart.com/update-steps',''),(3614,5,0,'S5 Big Picture Template','','Shape5_bigpicture_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bigpicture_template.xml','https://www.joomlart.com/update-steps',''),(3615,5,0,'S5 Blogbox Template','','Shape5_blog_box_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_blog_box_template.xml','https://www.joomlart.com/update-steps',''),(3616,5,0,'S5 BlueGroup Template','','Shape5_bluegroup_template','template','',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bluegroup_template.xml','https://www.joomlart.com/update-steps',''),(3617,5,0,'S5 Business Line Template','','Shape5_business_line_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_business_line_template.xml','https://www.joomlart.com/update-steps',''),(3618,5,0,'S5 Business Pro Template','','Shape5_business_pro_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_business_pro_template.xml','https://www.joomlart.com/update-steps',''),(3619,5,0,'S5 Callie Rush Template','','Shape5_callie_rush_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_callie_rush_template.xml','https://www.joomlart.com/update-steps',''),(3620,5,0,'S5 Campus Life Template','','Shape5_campuslife_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_campuslife_template.xml','https://www.joomlart.com/update-steps',''),(3621,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(3622,5,0,'S5 Charlestown Template','','Shape5_charlestown_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_charlestown_template.xml','https://www.joomlart.com/update-steps',''),(3623,5,0,'S5 Cleanout Template','','Shape5_cleanout_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cleanout_template.xml','https://www.joomlart.com/update-steps',''),(3624,5,0,'S5 Comaxium Template','','Shape5_comaxium_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_comaxium_template.xml','https://www.joomlart.com/update-steps',''),(3625,5,0,'S5 Compassion Template','','Shape5_compassion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_compassion_template.xml','https://www.joomlart.com/update-steps',''),(3626,5,0,'S5 Construction Template','','Shape5_construction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_construction_template.xml','https://www.joomlart.com/update-steps',''),(3627,5,0,'S5 Content King Template','','Shape5_contentking_template','template','',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/Shape5_contentking_template.xml','https://www.joomlart.com/update-steps',''),(3628,5,0,'S5 Corporate Response Template','','Shape5_corporate_response_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corporate_response_template.xml','https://www.joomlart.com/update-steps',''),(3629,5,0,'S5 Corpway Template','','Shape5_corpway_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corpway_template.xml','https://www.joomlart.com/update-steps',''),(3630,5,0,'S5 Curb Appeal Template','','Shape5_curb_appeal_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_curb_appeal_template.xml','https://www.joomlart.com/update-steps',''),(3631,5,0,'S5 Cyan Template','','Shape5_cyan_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cyan_template.xml','https://www.joomlart.com/update-steps',''),(3632,5,0,'S5 Emma and Mason Template','','Shape5_emma_and_mason_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_emma_and_mason_template.xml','https://www.joomlart.com/update-steps',''),(3633,5,0,'S5 Emusica Template','','Shape5_emusica_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_emusica_template.xml','https://www.joomlart.com/update-steps',''),(3634,5,0,'S5 EZ Web Hosting Template','','Shape5_ezwebhosting_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ezwebhosting_template.xml','https://www.joomlart.com/update-steps',''),(3635,5,0,'S5 Fitness Center Template','','Shape5_fitness_center_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_fitness_center_template.xml','https://www.joomlart.com/update-steps',''),(3636,5,0,'S5 Forte Template','','Shape5_forte_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_forte_template.xml','https://www.joomlart.com/update-steps',''),(3637,5,0,'S5 Fresh Bistro Template','','Shape5_fresh_bistro_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_fresh_bistro_template.xml','https://www.joomlart.com/update-steps',''),(3638,5,0,'S5 Fusion Template','','Shape5_fusion_template','template','',0,'1.5.7','','http://update.joomlart.com/service/tracking/j31/Shape5_fusion_template.xml','https://www.joomlart.com/update-steps',''),(3639,5,0,'S5 Game World Template','','Shape5_game_world_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_game_world_template.xml','https://www.joomlart.com/update-steps',''),(3640,5,0,'S5 Gamers Template','','Shape5_gamers_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_gamers_template.xml','https://www.joomlart.com/update-steps',''),(3641,5,0,'S5 GCK Store Template','','Shape5_gck_store_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_gck_store_template.xml','https://www.joomlart.com/update-steps',''),(3642,5,0,'S5 General Commerce Template','','Shape5_general_commerce_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_general_commerce_template.xml','https://www.joomlart.com/update-steps',''),(3643,5,0,'S5 General Contractor Template','','Shape5_general_contractor_template','template','',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/Shape5_general_contractor_template.xml','https://www.joomlart.com/update-steps',''),(3644,5,0,'S5 GetReserved Template','','Shape5_getreserved_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_getreserved_template.xml','https://www.joomlart.com/update-steps',''),(3645,5,0,'S5 Health Guide Template','','Shape5_health_guide_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_health_guide_template.xml','https://www.joomlart.com/update-steps',''),(3646,5,0,'S5 Helion Template','','Shape5_helion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_helion_template.xml','https://www.joomlart.com/update-steps',''),(3647,5,0,'S5 Hexa Corp Template','','Shape5_hexa_corp_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_hexa_corp_template.xml','https://www.joomlart.com/update-steps',''),(3648,5,0,'S5 Hexicon Gamer Template','','Shape5_hexicon_gamer_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_hexicon_gamer_template.xml','https://www.joomlart.com/update-steps',''),(3649,5,0,'S5 Incline Template','','Shape5_incline_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_incline_template.xml','https://www.joomlart.com/update-steps',''),(3650,5,0,'S5 Legal Lawyer Template','','Shape5_legal_lawyer_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_legal_lawyer_template.xml','https://www.joomlart.com/update-steps',''),(3651,5,0,'S5 Life Journey Template','','Shape5_life_journey_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_life_journey_template.xml','https://www.joomlart.com/update-steps',''),(3652,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(3653,5,0,'S5 Lime Light Template','','Shape5_lime_light_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_lime_light_template.xml','https://www.joomlart.com/update-steps',''),(3654,5,0,'S5 Luxon Template','','Shape5_luxon_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_luxon_template.xml','https://www.joomlart.com/update-steps',''),(3655,5,0,'S5 M Ceative Agency Template','','Shape5_m_creative_agency_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_m_creative_agency_template.xml','https://www.joomlart.com/update-steps',''),(3656,5,0,'S5 Maxed Mag Template','','Shape5_maxedmag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_maxedmag_template.xml','https://www.joomlart.com/update-steps',''),(3657,5,0,'S5 MetroShows Template','','Shape5_metroshows_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_metroshows_template.xml','https://www.joomlart.com/update-steps',''),(3658,5,0,'S5 Modern Flavor Template','','Shape5_modern_flavor_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_modern_flavor_template.xml','https://www.joomlart.com/update-steps',''),(3659,5,0,'S5 New Vision Template','','Shape5_new_vision_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_new_vision_template.xml','https://www.joomlart.com/update-steps',''),(3660,5,0,'S5 News Blog Template','','Shape5_newsblog_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_newsblog_template.xml','https://www.joomlart.com/update-steps',''),(3661,5,0,'S5 Newsplace Template','','Shape5_newsplace_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_newsplace_template.xml','https://www.joomlart.com/update-steps',''),(3662,5,0,'S5 No1 Shopping Template','','Shape5_no1_shopping_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_no1_shopping_template.xml','https://www.joomlart.com/update-steps',''),(3663,5,0,'S5 Oasis Template','','Shape5_oasis_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_oasis_template.xml','https://www.joomlart.com/update-steps',''),(3664,5,0,'S5 Outdoor Life Template','','Shape5_outdoor_life_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_outdoor_life_template.xml','https://www.joomlart.com/update-steps',''),(3665,5,0,'S5 Pantheon Template','','Shape5_pantheon_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_pantheon_template.xml','https://www.joomlart.com/update-steps',''),(3666,5,0,'S5 Paradigm Shift Template','','Shape5_paradigm_shift_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_paradigm_shift_template.xml','https://www.joomlart.com/update-steps',''),(3667,5,0,'S5 Phosphorus Template','','Shape5_phosphorus_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_phosphorus_template.xml','https://www.joomlart.com/update-steps',''),(3668,5,0,'S5 Photobox Template','','Shape5_photobox_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_photobox_template.xml','https://www.joomlart.com/update-steps',''),(3669,5,0,'S5 Photofolio Template','','Shape5_photofolio_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_photofolio_template.xml','https://www.joomlart.com/update-steps',''),(3670,5,0,'S5 Prestige Academy Template','','Shape5_prestige_academy_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_prestige_academy_template.xml','https://www.joomlart.com/update-steps',''),(3671,5,0,'S5 Real Estate Template','','Shape5_realestate_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_realestate_template.xml','https://www.joomlart.com/update-steps',''),(3672,5,0,'S5 Regan Tech Template','','Shape5_regan_tech_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_regan_tech_template.xml','https://www.joomlart.com/update-steps',''),(3673,5,0,'S5 Risen Hope Template','','Shape5_risen_hope_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_risen_hope_template.xml','https://www.joomlart.com/update-steps',''),(3674,5,0,'S5 Salon N Spa Template','','Shape5_salonnspa_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_salonnspa_template.xml','https://www.joomlart.com/update-steps',''),(3675,5,0,'S5 Samba Spa Template','','Shape5_samba_template','template','',0,'1.3.4','','http://update.joomlart.com/service/tracking/j31/Shape5_samba_template.xml','https://www.joomlart.com/update-steps',''),(3676,5,0,'S5 Shenandoah Template','','Shape5_shenandoah_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_shenandoah_template.xml','https://www.joomlart.com/update-steps',''),(3677,5,0,'S5 ShoppingBag Template','','Shape5_shoppingbag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_shoppingbag_template.xml','https://www.joomlart.com/update-steps',''),(3678,5,0,'S5 Sienna Template','','Shape5_sienna_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sienna_template.xml','https://www.joomlart.com/update-steps',''),(3679,5,0,'S5 Simplex Template','','Shape5_simplex_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_simplex_template.xml','https://www.joomlart.com/update-steps',''),(3680,5,0,'S5 Soul Search Template','','Shape5_soul_search_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_soul_search_template.xml','https://www.joomlart.com/update-steps',''),(3681,5,0,'S5 Spectrum Template','','Shape5_spectrum_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_spectrum_template.xml','https://www.joomlart.com/update-steps',''),(3682,5,0,'S5 Sports Nation Template','','Shape5_sports_nation_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sports_nation_template.xml','https://www.joomlart.com/update-steps',''),(3683,5,0,'S5 Store Pro Template','','Shape5_storepro_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_storepro_template.xml','https://www.joomlart.com/update-steps',''),(3684,5,0,'S5 Swapps Template','','Shape5_swapps_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_swapps_template.xml','https://www.joomlart.com/update-steps',''),(3685,5,0,'S5 The Classifieds Template','','Shape5_the_classifieds_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_the_classifieds_template.xml','https://www.joomlart.com/update-steps',''),(3686,5,0,'S5 TheBlogazine Template','','Shape5_theblogazine_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_theblogazine_template.xml','https://www.joomlart.com/update-steps',''),(3687,5,0,'S5 Traction Template','','Shape5_traction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_traction_template.xml','https://www.joomlart.com/update-steps',''),(3688,5,0,'S5 University Template','','Shape5_university_template','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_university_template.xml','https://www.joomlart.com/update-steps',''),(3689,5,0,'S5 Velocity Template','','Shape5_velocity_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_velocity_template.xml','https://www.joomlart.com/update-steps',''),(3690,5,0,'S5 Zoka Template','','Shape5_zoka_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_zoka_template.xml','https://www.joomlart.com/update-steps',''),(3691,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'6.1.2','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(3692,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.5','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(3693,5,0,'Guru Pro','','com_guru_pro','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(3694,5,0,'JA Page Builder Component','','com_japagebuilder','component','',1,'1.0.0_alpha2','','http://update.joomlart.com/service/tracking/j31/com_japagebuilder.xml','https://www.joomlart.com/update-steps',''),(3695,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.0.2','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(3696,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(3697,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(3698,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(3699,5,0,'JA Resume Theme for EasyBlog','','easyblog_theme_resume','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_resume.xml','https://www.joomlart.com/update-steps',''),(3700,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(3701,5,0,'GK Quark template','','gk_quark','template','',0,'1.27','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(3702,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(3703,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(3704,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(3705,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(3706,5,0,'JA Cagox template','','ja_cagox','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(3707,5,0,'JA Company Template','','ja_company','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(3708,5,0,'JA Directory Template','','ja_directory','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(3709,5,0,'JA Donate Template','','ja_donate','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(3710,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(3711,5,0,'JA Intranet Template','','ja_intranet','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(3712,5,0,'JA Landscape Template','','ja_landscape','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_landscape.xml','https://www.joomlart.com/update-steps',''),(3713,5,0,'JA Megastore Template','','ja_megastore','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(3714,5,0,'JA MixStore Template','','ja_mixstore','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_mixstore.xml','https://www.joomlart.com/update-steps',''),(3715,5,0,'JA Mood Template','','ja_mood','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(3716,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(3717,5,0,'JA Playstore Template','','ja_playstore','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(3718,5,0,'JA Property Template','','ja_property','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(3719,5,0,'JA Simpli Template','','ja_simpli','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/ja_simpli.xml','https://www.joomlart.com/update-steps',''),(3720,5,0,'JA Stark Template','','ja_stark','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(3721,5,0,'JA Symphony Template','','ja_symphony','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_symphony.xml','https://www.joomlart.com/update-steps',''),(3722,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(3723,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(3724,5,0,'JA University T3 template','','ja_university_t3','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(3725,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(3726,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(3727,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(3728,5,0,'JS Column Theme','','js_column','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_column.xml','https://www.joomlart.com/update-steps',''),(3729,5,0,'JS Flat Theme','','js_flat','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_flat.xml','https://www.joomlart.com/update-steps',''),(3730,5,0,'JS Kikiriki Theme','','js_kikiriki','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_kikiriki.xml','https://www.joomlart.com/update-steps',''),(3731,5,0,'JS Shadow Theme','','js_shadow','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_shadow.xml','https://www.joomlart.com/update-steps',''),(3732,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(3733,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(3734,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(3735,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(3736,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(3737,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(3738,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(3739,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(3740,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(3741,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(3742,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(3743,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(3744,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(3745,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(3746,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(3747,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(3748,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(3749,5,0,'S5 Masonry Module','','mod_s5_masonry','module','',0,'2.9.9','','http://update.joomlart.com/service/tracking/j31/mod_s5_masonry.xml','https://www.joomlart.com/update-steps',''),(3750,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(3751,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(3752,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(3753,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(3754,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(3755,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(3756,5,0,'JA Megafilter EShop Plugin','','eshop','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(3757,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(3758,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(3759,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(3760,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(3761,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(3762,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(3763,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(3764,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(3765,5,0,'T4 System Plugin ','','t4','plugin','system',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(3766,5,0,'S5 Css And Js Compressor Plugin','','plugin_s5_css_and_js_compressor','plugin','plugin_s5_css_and_js',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_css_and_js_compressor.xml','https://www.joomlart.com/update-steps',''),(3767,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(3768,5,0,'S5 Ie6 Warning Plugin','','plugin_s5_ie6_warning','plugin','plugin_s5_ie6_warnin',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_ie6_warning.xml','https://www.joomlart.com/update-steps',''),(3769,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(3770,5,0,'Purity III Template','','purity_iii','template','',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(3771,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(3772,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(3773,7,0,'AcyMailing Essential - We did not find a licence attached to your website http://oscasa.com/. Ple...','Error licence not found for http://oscasa.com/ - We did not find a licence attached to your website http://oscasa.com/. Please make sure this website is attached to your subscription at acyba.com','com_acymailing','component','',1,'5.10.11','','http://www.acyba.com/component/updateme/updatexml/component-acymailing/version-5.7.0/level-Essential/li-aHR0cDovL29zY2FzYS5jb20v/file-extension.xml','https://www.acyba.com',''),(3774,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(3775,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(3776,9,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(3777,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(3778,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/313/2049982768','',''),(3779,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(3780,17,0,'JCE 2.7.20','','pkg_jce','package','',0,'2.7.20','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-7-20-released',''),(3781,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3782,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3783,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3784,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(3785,3,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(3786,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(3787,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(3788,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(3789,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(3790,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(3791,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(3792,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(3793,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(3794,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(3795,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(3796,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(3797,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(3798,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(3799,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(3800,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(3801,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(3802,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(3803,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(3804,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(3805,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(3806,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(3807,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(3808,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(3809,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(3810,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(3811,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(3812,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(3813,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(3814,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(3815,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(3816,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(3817,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(3818,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(3819,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(3820,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(3821,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(3822,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(3823,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(3824,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(3825,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(3826,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(3827,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(3828,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3829,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.3.3','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(3830,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'1.2.1','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(3831,5,0,'JA Appolio Theme for EasyBlog','','easyblog_theme_appolio','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_appolio.xml','https://www.joomlart.com/update-steps',''),(3832,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(3833,5,0,'JA Biz Theme for EasyBlog','','easyblog_theme_biz','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_biz.xml','https://www.joomlart.com/update-steps',''),(3834,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(3835,5,0,'JA Decor Theme for EasyBlog','','easyblog_theme_decor','custom','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_decor.xml','https://www.joomlart.com/update-steps',''),(3836,5,0,'Theme Fixel for Easyblog J25 & J3x','','easyblog_theme_fixel','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_fixel.xml','https://www.joomlart.com/update-steps',''),(3837,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(3838,5,0,'JA Muzic Theme for EasyBlog','','easyblog_theme_muzic','custom','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_muzic.xml','https://www.joomlart.com/update-steps',''),(3839,5,0,'JA Obelisk Theme for EasyBlog','','easyblog_theme_obelisk','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_obelisk.xml','https://www.joomlart.com/update-steps',''),(3840,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(3841,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(3842,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(3843,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(3844,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(3845,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(3846,5,0,'Kunena Template for Ja Orisite','','kunena_theme_orisite','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/kunena_theme_orisite.xml','https://www.joomlart.com/update-steps',''),(3847,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.1.6','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(3848,5,0,'JA Image Hotspot Module for Joomla 2.5 & 3.x','','mod_jaimagehotspot','module','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(3849,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.3.3','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(3850,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(3851,5,0,'S5 Accordion Menu Module','','mod_s5_accordion_menu','module','',0,'2.3.2','','http://update.joomlart.com/service/tracking/j16/mod_s5_accordion_menu.xml','https://www.joomlart.com/update-steps',''),(3852,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(3853,5,0,'JA System Social Feed Plugin for Joomla 2.5 & 3.x','','jasocial_feed','plugin','system',0,'1.4.2','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(3854,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(3855,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(3856,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.6','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(3857,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(3858,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(3859,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(3860,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.7.6','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(3861,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(3862,5,0,'GK hotel J!3','','gk_hotel','template','',0,'1.2.3','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(3863,5,0,'GK news2 J!3','','gk_news2','template','',0,'3.26','','http://update.joomlart.com/service/tracking/j30/gk_news2.xml','https://www.joomlart.com/update-steps',''),(3864,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(3865,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(3866,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(3867,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(3868,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(3869,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(3870,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(3871,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(3872,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(3873,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(3874,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.6.6','','http://update.joomlart.com/service/tracking/j30/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(3875,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.7','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(3876,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(3877,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(3878,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(3879,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(3880,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(3881,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(3882,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.2.4','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(3883,5,0,'S5 Amazed Photography Template','','Shape5_amazed_photography_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_amazed_photography_template.xml','https://www.joomlart.com/update-steps',''),(3884,5,0,'S5 Ambient Template','','Shape5_ambient_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_ambient_template.xml','https://www.joomlart.com/update-steps',''),(3885,5,0,'S5 Ameritage Medical Template','','Shape5_ameritage_medical_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ameritage_medical_template.xml','https://www.joomlart.com/update-steps',''),(3886,5,0,'S5 Appwonder Template','','Shape5_appwonder_template','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/Shape5_appwonder_template.xml','https://www.joomlart.com/update-steps',''),(3887,5,0,'S5 Arthur Template','','Shape5_arthur_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_arthur_template.xml','https://www.joomlart.com/update-steps',''),(3888,5,0,'S5 Attractions Template','','Shape5_attractions_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_attractions_template.xml','https://www.joomlart.com/update-steps',''),(3889,5,0,'S5 Aurora Dawn Template','','Shape5_aurora_dawn_template','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_aurora_dawn_template.xml','https://www.joomlart.com/update-steps',''),(3890,5,0,'S5 Avignet Dream Template','','Shape5_avignet_dream_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_avignet_dream_template.xml','https://www.joomlart.com/update-steps',''),(3891,5,0,'S5 Big Picture Template','','Shape5_bigpicture_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bigpicture_template.xml','https://www.joomlart.com/update-steps',''),(3892,5,0,'S5 Blogbox Template','','Shape5_blog_box_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_blog_box_template.xml','https://www.joomlart.com/update-steps',''),(3893,5,0,'S5 BlueGroup Template','','Shape5_bluegroup_template','template','',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bluegroup_template.xml','https://www.joomlart.com/update-steps',''),(3894,5,0,'S5 Business Line Template','','Shape5_business_line_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_business_line_template.xml','https://www.joomlart.com/update-steps',''),(3895,5,0,'S5 Business Pro Template','','Shape5_business_pro_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_business_pro_template.xml','https://www.joomlart.com/update-steps',''),(3896,5,0,'S5 Callie Rush Template','','Shape5_callie_rush_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_callie_rush_template.xml','https://www.joomlart.com/update-steps',''),(3897,5,0,'S5 Campus Life Template','','Shape5_campuslife_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_campuslife_template.xml','https://www.joomlart.com/update-steps',''),(3898,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(3899,5,0,'S5 Charlestown Template','','Shape5_charlestown_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_charlestown_template.xml','https://www.joomlart.com/update-steps',''),(3900,5,0,'S5 Cleanout Template','','Shape5_cleanout_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cleanout_template.xml','https://www.joomlart.com/update-steps',''),(3901,5,0,'S5 Comaxium Template','','Shape5_comaxium_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_comaxium_template.xml','https://www.joomlart.com/update-steps',''),(3902,5,0,'S5 Compassion Template','','Shape5_compassion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_compassion_template.xml','https://www.joomlart.com/update-steps',''),(3903,5,0,'S5 Construction Template','','Shape5_construction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_construction_template.xml','https://www.joomlart.com/update-steps',''),(3904,5,0,'S5 Content King Template','','Shape5_contentking_template','template','',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/Shape5_contentking_template.xml','https://www.joomlart.com/update-steps',''),(3905,5,0,'S5 Corporate Response Template','','Shape5_corporate_response_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corporate_response_template.xml','https://www.joomlart.com/update-steps',''),(3906,5,0,'S5 Corpway Template','','Shape5_corpway_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corpway_template.xml','https://www.joomlart.com/update-steps',''),(3907,5,0,'S5 Curb Appeal Template','','Shape5_curb_appeal_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_curb_appeal_template.xml','https://www.joomlart.com/update-steps',''),(3908,5,0,'S5 Cyan Template','','Shape5_cyan_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cyan_template.xml','https://www.joomlart.com/update-steps',''),(3909,5,0,'S5 Emma and Mason Template','','Shape5_emma_and_mason_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_emma_and_mason_template.xml','https://www.joomlart.com/update-steps',''),(3910,5,0,'S5 Emusica Template','','Shape5_emusica_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_emusica_template.xml','https://www.joomlart.com/update-steps',''),(3911,5,0,'S5 EZ Web Hosting Template','','Shape5_ezwebhosting_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ezwebhosting_template.xml','https://www.joomlart.com/update-steps',''),(3912,5,0,'S5 Fitness Center Template','','Shape5_fitness_center_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_fitness_center_template.xml','https://www.joomlart.com/update-steps',''),(3913,5,0,'S5 Forte Template','','Shape5_forte_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_forte_template.xml','https://www.joomlart.com/update-steps',''),(3914,5,0,'S5 Fresh Bistro Template','','Shape5_fresh_bistro_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_fresh_bistro_template.xml','https://www.joomlart.com/update-steps',''),(3915,5,0,'S5 Fusion Template','','Shape5_fusion_template','template','',0,'1.5.7','','http://update.joomlart.com/service/tracking/j31/Shape5_fusion_template.xml','https://www.joomlart.com/update-steps',''),(3916,5,0,'S5 Game World Template','','Shape5_game_world_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_game_world_template.xml','https://www.joomlart.com/update-steps',''),(3917,5,0,'S5 Gamers Template','','Shape5_gamers_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_gamers_template.xml','https://www.joomlart.com/update-steps',''),(3918,5,0,'S5 GCK Store Template','','Shape5_gck_store_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_gck_store_template.xml','https://www.joomlart.com/update-steps',''),(3919,5,0,'S5 General Commerce Template','','Shape5_general_commerce_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_general_commerce_template.xml','https://www.joomlart.com/update-steps',''),(3920,5,0,'S5 General Contractor Template','','Shape5_general_contractor_template','template','',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/Shape5_general_contractor_template.xml','https://www.joomlart.com/update-steps',''),(3921,5,0,'S5 GetReserved Template','','Shape5_getreserved_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_getreserved_template.xml','https://www.joomlart.com/update-steps',''),(3922,5,0,'S5 Health Guide Template','','Shape5_health_guide_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_health_guide_template.xml','https://www.joomlart.com/update-steps',''),(3923,5,0,'S5 Helion Template','','Shape5_helion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_helion_template.xml','https://www.joomlart.com/update-steps',''),(3924,5,0,'S5 Hexa Corp Template','','Shape5_hexa_corp_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_hexa_corp_template.xml','https://www.joomlart.com/update-steps',''),(3925,5,0,'S5 Hexicon Gamer Template','','Shape5_hexicon_gamer_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_hexicon_gamer_template.xml','https://www.joomlart.com/update-steps',''),(3926,5,0,'S5 Incline Template','','Shape5_incline_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_incline_template.xml','https://www.joomlart.com/update-steps',''),(3927,5,0,'S5 Legal Lawyer Template','','Shape5_legal_lawyer_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_legal_lawyer_template.xml','https://www.joomlart.com/update-steps',''),(3928,5,0,'S5 Life Journey Template','','Shape5_life_journey_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_life_journey_template.xml','https://www.joomlart.com/update-steps',''),(3929,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(3930,5,0,'S5 Lime Light Template','','Shape5_lime_light_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_lime_light_template.xml','https://www.joomlart.com/update-steps',''),(3931,5,0,'S5 Luxon Template','','Shape5_luxon_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_luxon_template.xml','https://www.joomlart.com/update-steps',''),(3932,5,0,'S5 M Ceative Agency Template','','Shape5_m_creative_agency_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_m_creative_agency_template.xml','https://www.joomlart.com/update-steps',''),(3933,5,0,'S5 Maxed Mag Template','','Shape5_maxedmag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_maxedmag_template.xml','https://www.joomlart.com/update-steps',''),(3934,5,0,'S5 MetroShows Template','','Shape5_metroshows_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_metroshows_template.xml','https://www.joomlart.com/update-steps',''),(3935,5,0,'S5 Modern Flavor Template','','Shape5_modern_flavor_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_modern_flavor_template.xml','https://www.joomlart.com/update-steps',''),(3936,5,0,'S5 New Vision Template','','Shape5_new_vision_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_new_vision_template.xml','https://www.joomlart.com/update-steps',''),(3937,5,0,'S5 News Blog Template','','Shape5_newsblog_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_newsblog_template.xml','https://www.joomlart.com/update-steps',''),(3938,5,0,'S5 Newsplace Template','','Shape5_newsplace_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_newsplace_template.xml','https://www.joomlart.com/update-steps',''),(3939,5,0,'S5 No1 Shopping Template','','Shape5_no1_shopping_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_no1_shopping_template.xml','https://www.joomlart.com/update-steps',''),(3940,5,0,'S5 Oasis Template','','Shape5_oasis_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_oasis_template.xml','https://www.joomlart.com/update-steps',''),(3941,5,0,'S5 Outdoor Life Template','','Shape5_outdoor_life_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_outdoor_life_template.xml','https://www.joomlart.com/update-steps',''),(3942,5,0,'S5 Pantheon Template','','Shape5_pantheon_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_pantheon_template.xml','https://www.joomlart.com/update-steps',''),(3943,5,0,'S5 Paradigm Shift Template','','Shape5_paradigm_shift_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_paradigm_shift_template.xml','https://www.joomlart.com/update-steps',''),(3944,5,0,'S5 Phosphorus Template','','Shape5_phosphorus_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_phosphorus_template.xml','https://www.joomlart.com/update-steps',''),(3945,5,0,'S5 Photobox Template','','Shape5_photobox_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_photobox_template.xml','https://www.joomlart.com/update-steps',''),(3946,5,0,'S5 Photofolio Template','','Shape5_photofolio_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_photofolio_template.xml','https://www.joomlart.com/update-steps',''),(3947,5,0,'S5 Prestige Academy Template','','Shape5_prestige_academy_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_prestige_academy_template.xml','https://www.joomlart.com/update-steps',''),(3948,5,0,'S5 Real Estate Template','','Shape5_realestate_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_realestate_template.xml','https://www.joomlart.com/update-steps',''),(3949,5,0,'S5 Regan Tech Template','','Shape5_regan_tech_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_regan_tech_template.xml','https://www.joomlart.com/update-steps',''),(3950,5,0,'S5 Risen Hope Template','','Shape5_risen_hope_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_risen_hope_template.xml','https://www.joomlart.com/update-steps',''),(3951,5,0,'S5 Salon N Spa Template','','Shape5_salonnspa_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_salonnspa_template.xml','https://www.joomlart.com/update-steps',''),(3952,5,0,'S5 Samba Spa Template','','Shape5_samba_template','template','',0,'1.3.4','','http://update.joomlart.com/service/tracking/j31/Shape5_samba_template.xml','https://www.joomlart.com/update-steps',''),(3953,5,0,'S5 Shenandoah Template','','Shape5_shenandoah_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_shenandoah_template.xml','https://www.joomlart.com/update-steps',''),(3954,5,0,'S5 ShoppingBag Template','','Shape5_shoppingbag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_shoppingbag_template.xml','https://www.joomlart.com/update-steps',''),(3955,5,0,'S5 Sienna Template','','Shape5_sienna_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sienna_template.xml','https://www.joomlart.com/update-steps',''),(3956,5,0,'S5 Simplex Template','','Shape5_simplex_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_simplex_template.xml','https://www.joomlart.com/update-steps',''),(3957,5,0,'S5 Soul Search Template','','Shape5_soul_search_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_soul_search_template.xml','https://www.joomlart.com/update-steps',''),(3958,5,0,'S5 Spectrum Template','','Shape5_spectrum_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_spectrum_template.xml','https://www.joomlart.com/update-steps',''),(3959,5,0,'S5 Sports Nation Template','','Shape5_sports_nation_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sports_nation_template.xml','https://www.joomlart.com/update-steps',''),(3960,5,0,'S5 Store Pro Template','','Shape5_storepro_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_storepro_template.xml','https://www.joomlart.com/update-steps',''),(3961,5,0,'S5 Swapps Template','','Shape5_swapps_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_swapps_template.xml','https://www.joomlart.com/update-steps',''),(3962,5,0,'S5 The Classifieds Template','','Shape5_the_classifieds_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_the_classifieds_template.xml','https://www.joomlart.com/update-steps',''),(3963,5,0,'S5 TheBlogazine Template','','Shape5_theblogazine_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_theblogazine_template.xml','https://www.joomlart.com/update-steps',''),(3964,5,0,'S5 Traction Template','','Shape5_traction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_traction_template.xml','https://www.joomlart.com/update-steps',''),(3965,5,0,'S5 University Template','','Shape5_university_template','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_university_template.xml','https://www.joomlart.com/update-steps',''),(3966,5,0,'S5 Velocity Template','','Shape5_velocity_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_velocity_template.xml','https://www.joomlart.com/update-steps',''),(3967,5,0,'S5 Zoka Template','','Shape5_zoka_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_zoka_template.xml','https://www.joomlart.com/update-steps',''),(3968,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'6.1.2','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(3969,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.5','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(3970,5,0,'Guru Pro','','com_guru_pro','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(3971,5,0,'JA Page Builder Component','','com_japagebuilder','component','',1,'1.0.0_alpha2','','http://update.joomlart.com/service/tracking/j31/com_japagebuilder.xml','https://www.joomlart.com/update-steps',''),(3972,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.0.2','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(3973,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(3974,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(3975,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(3976,5,0,'JA Resume Theme for EasyBlog','','easyblog_theme_resume','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_resume.xml','https://www.joomlart.com/update-steps',''),(3977,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(3978,5,0,'GK Quark template','','gk_quark','template','',0,'1.27','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(3979,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(3980,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(3981,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(3982,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(3983,5,0,'JA Cagox template','','ja_cagox','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(3984,5,0,'JA Company Template','','ja_company','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(3985,5,0,'JA Directory Template','','ja_directory','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(3986,5,0,'JA Donate Template','','ja_donate','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(3987,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(3988,5,0,'JA Intranet Template','','ja_intranet','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(3989,5,0,'JA Landscape Template','','ja_landscape','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_landscape.xml','https://www.joomlart.com/update-steps',''),(3990,5,0,'JA Megastore Template','','ja_megastore','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(3991,5,0,'JA MixStore Template','','ja_mixstore','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_mixstore.xml','https://www.joomlart.com/update-steps',''),(3992,5,0,'JA Mood Template','','ja_mood','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(3993,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(3994,5,0,'JA Playstore Template','','ja_playstore','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(3995,5,0,'JA Property Template','','ja_property','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(3996,5,0,'JA Simpli Template','','ja_simpli','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/ja_simpli.xml','https://www.joomlart.com/update-steps',''),(3997,5,0,'JA Stark Template','','ja_stark','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(3998,5,0,'JA Symphony Template','','ja_symphony','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_symphony.xml','https://www.joomlart.com/update-steps',''),(3999,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(4000,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(4001,5,0,'JA University T3 template','','ja_university_t3','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(4002,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(4003,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(4004,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(4005,5,0,'JS Column Theme','','js_column','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_column.xml','https://www.joomlart.com/update-steps',''),(4006,5,0,'JS Flat Theme','','js_flat','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_flat.xml','https://www.joomlart.com/update-steps',''),(4007,5,0,'JS Kikiriki Theme','','js_kikiriki','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_kikiriki.xml','https://www.joomlart.com/update-steps',''),(4008,5,0,'JS Shadow Theme','','js_shadow','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_shadow.xml','https://www.joomlart.com/update-steps',''),(4009,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(4010,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(4011,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(4012,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(4013,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(4014,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(4015,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(4016,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(4017,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(4018,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(4019,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(4020,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(4021,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(4022,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(4023,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(4024,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(4025,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(4026,5,0,'S5 Masonry Module','','mod_s5_masonry','module','',0,'2.9.9','','http://update.joomlart.com/service/tracking/j31/mod_s5_masonry.xml','https://www.joomlart.com/update-steps',''),(4027,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(4028,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(4029,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(4030,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(4031,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(4032,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(4033,5,0,'JA Megafilter EShop Plugin','','eshop','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(4034,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(4035,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(4036,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(4037,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(4038,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(4039,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(4040,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(4041,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(4042,5,0,'T4 System Plugin ','','t4','plugin','system',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(4043,5,0,'S5 Css And Js Compressor Plugin','','plugin_s5_css_and_js_compressor','plugin','plugin_s5_css_and_js',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_css_and_js_compressor.xml','https://www.joomlart.com/update-steps',''),(4044,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(4045,5,0,'S5 Ie6 Warning Plugin','','plugin_s5_ie6_warning','plugin','plugin_s5_ie6_warnin',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_ie6_warning.xml','https://www.joomlart.com/update-steps',''),(4046,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(4047,5,0,'Purity III Template','','purity_iii','template','',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(4048,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(4049,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(4050,7,0,'AcyMailing Essential - We did not find a licence attached to your website http://oscasa.com/. Ple...','Error licence not found for http://oscasa.com/ - We did not find a licence attached to your website http://oscasa.com/. Please make sure this website is attached to your subscription at acyba.com','com_acymailing','component','',1,'5.10.11','','http://www.acyba.com/component/updateme/updatexml/component-acymailing/version-5.7.0/level-Essential/li-aHR0cDovL29zY2FzYS5jb20v/file-extension.xml','https://www.acyba.com',''),(4051,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(4052,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(4053,9,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(4054,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(4055,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/313/2049982768','',''),(4056,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(4057,17,0,'JCE 2.7.20','','pkg_jce','package','',0,'2.7.20','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-7-20-released',''),(4058,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4059,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4060,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4061,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4062,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4063,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4064,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4065,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4066,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4067,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4068,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4069,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4070,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4071,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4072,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4073,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4074,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4075,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4076,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4077,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4078,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4079,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4080,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4081,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4082,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4083,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4084,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4085,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4086,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4087,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4088,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4089,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4090,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4091,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4092,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4093,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4094,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4095,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4096,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4097,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4098,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(4099,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(4100,3,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(4101,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(4102,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(4103,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(4104,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(4105,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(4106,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(4107,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(4108,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(4109,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(4110,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(4111,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(4112,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(4113,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(4114,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(4115,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(4116,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(4117,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(4118,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(4119,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(4120,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(4121,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(4122,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(4123,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(4124,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(4125,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(4126,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4127,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(4128,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(4129,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(4130,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(4131,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(4132,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(4133,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(4134,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(4135,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(4136,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(4137,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(4138,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(4139,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(4140,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(4141,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(4142,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(4143,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.2','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(4144,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.3.3','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(4145,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'1.2.1','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(4146,5,0,'JA Appolio Theme for EasyBlog','','easyblog_theme_appolio','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_appolio.xml','https://www.joomlart.com/update-steps',''),(4147,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(4148,5,0,'JA Biz Theme for EasyBlog','','easyblog_theme_biz','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_biz.xml','https://www.joomlart.com/update-steps',''),(4149,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(4150,5,0,'JA Decor Theme for EasyBlog','','easyblog_theme_decor','custom','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_decor.xml','https://www.joomlart.com/update-steps',''),(4151,5,0,'Theme Fixel for Easyblog J25 & J3x','','easyblog_theme_fixel','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_fixel.xml','https://www.joomlart.com/update-steps',''),(4152,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(4153,5,0,'JA Muzic Theme for EasyBlog','','easyblog_theme_muzic','custom','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_muzic.xml','https://www.joomlart.com/update-steps',''),(4154,5,0,'JA Obelisk Theme for EasyBlog','','easyblog_theme_obelisk','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_obelisk.xml','https://www.joomlart.com/update-steps',''),(4155,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(4156,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(4157,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(4158,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(4159,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(4160,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(4161,5,0,'Kunena Template for Ja Orisite','','kunena_theme_orisite','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/kunena_theme_orisite.xml','https://www.joomlart.com/update-steps',''),(4162,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.1.6','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(4163,5,0,'JA Image Hotspot Module for Joomla 2.5 & 3.x','','mod_jaimagehotspot','module','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(4164,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.3.3','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(4165,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(4166,5,0,'S5 Accordion Menu Module','','mod_s5_accordion_menu','module','',0,'2.3.2','','http://update.joomlart.com/service/tracking/j16/mod_s5_accordion_menu.xml','https://www.joomlart.com/update-steps',''),(4167,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(4168,5,0,'JA System Social Feed Plugin for Joomla 2.5 & 3.x','','jasocial_feed','plugin','system',0,'1.4.2','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(4169,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(4170,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(4171,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.6','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(4172,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(4173,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(4174,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(4175,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.7.6','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(4176,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(4177,5,0,'GK hotel J!3','','gk_hotel','template','',0,'1.2.3','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(4178,5,0,'GK news2 J!3','','gk_news2','template','',0,'3.26','','http://update.joomlart.com/service/tracking/j30/gk_news2.xml','https://www.joomlart.com/update-steps',''),(4179,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(4180,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(4181,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(4182,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(4183,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(4184,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(4185,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(4186,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(4187,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(4188,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(4189,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.6.6','','http://update.joomlart.com/service/tracking/j30/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(4190,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.7','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(4191,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(4192,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(4193,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(4194,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(4195,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(4196,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(4197,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.2.4','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(4198,5,0,'S5 Amazed Photography Template','','Shape5_amazed_photography_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_amazed_photography_template.xml','https://www.joomlart.com/update-steps',''),(4199,5,0,'S5 Ambient Template','','Shape5_ambient_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_ambient_template.xml','https://www.joomlart.com/update-steps',''),(4200,5,0,'S5 Ameritage Medical Template','','Shape5_ameritage_medical_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ameritage_medical_template.xml','https://www.joomlart.com/update-steps',''),(4201,5,0,'S5 Appwonder Template','','Shape5_appwonder_template','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/Shape5_appwonder_template.xml','https://www.joomlart.com/update-steps',''),(4202,5,0,'S5 Arthur Template','','Shape5_arthur_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_arthur_template.xml','https://www.joomlart.com/update-steps',''),(4203,5,0,'S5 Attractions Template','','Shape5_attractions_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_attractions_template.xml','https://www.joomlart.com/update-steps',''),(4204,5,0,'S5 Aurora Dawn Template','','Shape5_aurora_dawn_template','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_aurora_dawn_template.xml','https://www.joomlart.com/update-steps',''),(4205,5,0,'S5 Avignet Dream Template','','Shape5_avignet_dream_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_avignet_dream_template.xml','https://www.joomlart.com/update-steps',''),(4206,5,0,'S5 Big Picture Template','','Shape5_bigpicture_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bigpicture_template.xml','https://www.joomlart.com/update-steps',''),(4207,5,0,'S5 Blogbox Template','','Shape5_blog_box_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_blog_box_template.xml','https://www.joomlart.com/update-steps',''),(4208,5,0,'S5 BlueGroup Template','','Shape5_bluegroup_template','template','',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bluegroup_template.xml','https://www.joomlart.com/update-steps',''),(4209,5,0,'S5 Business Line Template','','Shape5_business_line_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_business_line_template.xml','https://www.joomlart.com/update-steps',''),(4210,5,0,'S5 Business Pro Template','','Shape5_business_pro_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_business_pro_template.xml','https://www.joomlart.com/update-steps',''),(4211,5,0,'S5 Callie Rush Template','','Shape5_callie_rush_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_callie_rush_template.xml','https://www.joomlart.com/update-steps',''),(4212,5,0,'S5 Campus Life Template','','Shape5_campuslife_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_campuslife_template.xml','https://www.joomlart.com/update-steps',''),(4213,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(4214,5,0,'S5 Charlestown Template','','Shape5_charlestown_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_charlestown_template.xml','https://www.joomlart.com/update-steps',''),(4215,5,0,'S5 Cleanout Template','','Shape5_cleanout_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cleanout_template.xml','https://www.joomlart.com/update-steps',''),(4216,5,0,'S5 Comaxium Template','','Shape5_comaxium_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_comaxium_template.xml','https://www.joomlart.com/update-steps',''),(4217,5,0,'S5 Compassion Template','','Shape5_compassion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_compassion_template.xml','https://www.joomlart.com/update-steps',''),(4218,5,0,'S5 Construction Template','','Shape5_construction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_construction_template.xml','https://www.joomlart.com/update-steps',''),(4219,5,0,'S5 Content King Template','','Shape5_contentking_template','template','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/Shape5_contentking_template.xml','https://www.joomlart.com/update-steps',''),(4220,5,0,'S5 Corporate Response Template','','Shape5_corporate_response_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corporate_response_template.xml','https://www.joomlart.com/update-steps',''),(4221,5,0,'S5 Corpway Template','','Shape5_corpway_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corpway_template.xml','https://www.joomlart.com/update-steps',''),(4222,5,0,'S5 Curb Appeal Template','','Shape5_curb_appeal_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_curb_appeal_template.xml','https://www.joomlart.com/update-steps',''),(4223,5,0,'S5 Cyan Template','','Shape5_cyan_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cyan_template.xml','https://www.joomlart.com/update-steps',''),(4224,5,0,'S5 Emma and Mason Template','','Shape5_emma_and_mason_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_emma_and_mason_template.xml','https://www.joomlart.com/update-steps',''),(4225,5,0,'S5 Emusica Template','','Shape5_emusica_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_emusica_template.xml','https://www.joomlart.com/update-steps',''),(4226,5,0,'S5 EZ Web Hosting Template','','Shape5_ezwebhosting_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ezwebhosting_template.xml','https://www.joomlart.com/update-steps',''),(4227,5,0,'S5 Fitness Center Template','','Shape5_fitness_center_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_fitness_center_template.xml','https://www.joomlart.com/update-steps',''),(4228,5,0,'S5 Forte Template','','Shape5_forte_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_forte_template.xml','https://www.joomlart.com/update-steps',''),(4229,5,0,'S5 Fresh Bistro Template','','Shape5_fresh_bistro_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_fresh_bistro_template.xml','https://www.joomlart.com/update-steps',''),(4230,5,0,'S5 Fusion Template','','Shape5_fusion_template','template','',0,'1.5.7','','http://update.joomlart.com/service/tracking/j31/Shape5_fusion_template.xml','https://www.joomlart.com/update-steps',''),(4231,5,0,'S5 Game World Template','','Shape5_game_world_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_game_world_template.xml','https://www.joomlart.com/update-steps',''),(4232,5,0,'S5 Gamers Template','','Shape5_gamers_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_gamers_template.xml','https://www.joomlart.com/update-steps',''),(4233,5,0,'S5 GCK Store Template','','Shape5_gck_store_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_gck_store_template.xml','https://www.joomlart.com/update-steps',''),(4234,5,0,'S5 General Commerce Template','','Shape5_general_commerce_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_general_commerce_template.xml','https://www.joomlart.com/update-steps',''),(4235,5,0,'S5 General Contractor Template','','Shape5_general_contractor_template','template','',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/Shape5_general_contractor_template.xml','https://www.joomlart.com/update-steps',''),(4236,5,0,'S5 GetReserved Template','','Shape5_getreserved_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_getreserved_template.xml','https://www.joomlart.com/update-steps',''),(4237,5,0,'S5 Health Guide Template','','Shape5_health_guide_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_health_guide_template.xml','https://www.joomlart.com/update-steps',''),(4238,5,0,'S5 Helion Template','','Shape5_helion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_helion_template.xml','https://www.joomlart.com/update-steps',''),(4239,5,0,'S5 Hexa Corp Template','','Shape5_hexa_corp_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_hexa_corp_template.xml','https://www.joomlart.com/update-steps',''),(4240,5,0,'S5 Hexicon Gamer Template','','Shape5_hexicon_gamer_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_hexicon_gamer_template.xml','https://www.joomlart.com/update-steps',''),(4241,5,0,'S5 Incline Template','','Shape5_incline_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_incline_template.xml','https://www.joomlart.com/update-steps',''),(4242,5,0,'S5 Legal Lawyer Template','','Shape5_legal_lawyer_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_legal_lawyer_template.xml','https://www.joomlart.com/update-steps',''),(4243,5,0,'S5 Life Journey Template','','Shape5_life_journey_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_life_journey_template.xml','https://www.joomlart.com/update-steps',''),(4244,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(4245,5,0,'S5 Lime Light Template','','Shape5_lime_light_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_lime_light_template.xml','https://www.joomlart.com/update-steps',''),(4246,5,0,'S5 Luxon Template','','Shape5_luxon_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_luxon_template.xml','https://www.joomlart.com/update-steps',''),(4247,5,0,'S5 M Ceative Agency Template','','Shape5_m_creative_agency_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_m_creative_agency_template.xml','https://www.joomlart.com/update-steps',''),(4248,5,0,'S5 Maxed Mag Template','','Shape5_maxedmag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_maxedmag_template.xml','https://www.joomlart.com/update-steps',''),(4249,5,0,'S5 MetroShows Template','','Shape5_metroshows_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_metroshows_template.xml','https://www.joomlart.com/update-steps',''),(4250,5,0,'S5 Modern Flavor Template','','Shape5_modern_flavor_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_modern_flavor_template.xml','https://www.joomlart.com/update-steps',''),(4251,5,0,'S5 New Vision Template','','Shape5_new_vision_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_new_vision_template.xml','https://www.joomlart.com/update-steps',''),(4252,5,0,'S5 News Blog Template','','Shape5_newsblog_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_newsblog_template.xml','https://www.joomlart.com/update-steps',''),(4253,5,0,'S5 Newsplace Template','','Shape5_newsplace_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_newsplace_template.xml','https://www.joomlart.com/update-steps',''),(4254,5,0,'S5 No1 Shopping Template','','Shape5_no1_shopping_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_no1_shopping_template.xml','https://www.joomlart.com/update-steps',''),(4255,5,0,'S5 Oasis Template','','Shape5_oasis_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_oasis_template.xml','https://www.joomlart.com/update-steps',''),(4256,5,0,'S5 Outdoor Life Template','','Shape5_outdoor_life_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_outdoor_life_template.xml','https://www.joomlart.com/update-steps',''),(4257,5,0,'S5 Pantheon Template','','Shape5_pantheon_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_pantheon_template.xml','https://www.joomlart.com/update-steps',''),(4258,5,0,'S5 Paradigm Shift Template','','Shape5_paradigm_shift_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_paradigm_shift_template.xml','https://www.joomlart.com/update-steps',''),(4259,5,0,'S5 Phosphorus Template','','Shape5_phosphorus_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_phosphorus_template.xml','https://www.joomlart.com/update-steps',''),(4260,5,0,'S5 Photobox Template','','Shape5_photobox_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_photobox_template.xml','https://www.joomlart.com/update-steps',''),(4261,5,0,'S5 Photofolio Template','','Shape5_photofolio_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_photofolio_template.xml','https://www.joomlart.com/update-steps',''),(4262,5,0,'S5 Prestige Academy Template','','Shape5_prestige_academy_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_prestige_academy_template.xml','https://www.joomlart.com/update-steps',''),(4263,5,0,'S5 Real Estate Template','','Shape5_realestate_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_realestate_template.xml','https://www.joomlart.com/update-steps',''),(4264,5,0,'S5 Regan Tech Template','','Shape5_regan_tech_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_regan_tech_template.xml','https://www.joomlart.com/update-steps',''),(4265,5,0,'S5 Risen Hope Template','','Shape5_risen_hope_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_risen_hope_template.xml','https://www.joomlart.com/update-steps',''),(4266,5,0,'S5 Salon N Spa Template','','Shape5_salonnspa_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_salonnspa_template.xml','https://www.joomlart.com/update-steps',''),(4267,5,0,'S5 Samba Spa Template','','Shape5_samba_template','template','',0,'1.3.4','','http://update.joomlart.com/service/tracking/j31/Shape5_samba_template.xml','https://www.joomlart.com/update-steps',''),(4268,5,0,'S5 Shenandoah Template','','Shape5_shenandoah_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_shenandoah_template.xml','https://www.joomlart.com/update-steps',''),(4269,5,0,'S5 ShoppingBag Template','','Shape5_shoppingbag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_shoppingbag_template.xml','https://www.joomlart.com/update-steps',''),(4270,5,0,'S5 Sienna Template','','Shape5_sienna_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sienna_template.xml','https://www.joomlart.com/update-steps',''),(4271,5,0,'S5 Simplex Template','','Shape5_simplex_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_simplex_template.xml','https://www.joomlart.com/update-steps',''),(4272,5,0,'S5 Soul Search Template','','Shape5_soul_search_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_soul_search_template.xml','https://www.joomlart.com/update-steps',''),(4273,5,0,'S5 Spectrum Template','','Shape5_spectrum_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_spectrum_template.xml','https://www.joomlart.com/update-steps',''),(4274,5,0,'S5 Sports Nation Template','','Shape5_sports_nation_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sports_nation_template.xml','https://www.joomlart.com/update-steps',''),(4275,5,0,'S5 Store Pro Template','','Shape5_storepro_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_storepro_template.xml','https://www.joomlart.com/update-steps',''),(4276,5,0,'S5 Swapps Template','','Shape5_swapps_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_swapps_template.xml','https://www.joomlart.com/update-steps',''),(4277,5,0,'S5 The Classifieds Template','','Shape5_the_classifieds_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_the_classifieds_template.xml','https://www.joomlart.com/update-steps',''),(4278,5,0,'S5 TheBlogazine Template','','Shape5_theblogazine_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_theblogazine_template.xml','https://www.joomlart.com/update-steps',''),(4279,5,0,'S5 Traction Template','','Shape5_traction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_traction_template.xml','https://www.joomlart.com/update-steps',''),(4280,5,0,'S5 University Template','','Shape5_university_template','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_university_template.xml','https://www.joomlart.com/update-steps',''),(4281,5,0,'S5 Velocity Template','','Shape5_velocity_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_velocity_template.xml','https://www.joomlart.com/update-steps',''),(4282,5,0,'S5 Zoka Template','','Shape5_zoka_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_zoka_template.xml','https://www.joomlart.com/update-steps',''),(4283,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'6.1.2','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(4284,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.5','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(4285,5,0,'Guru Pro','','com_guru_pro','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(4286,5,0,'JA Page Builder Component','','com_japagebuilder','component','',1,'1.0.0_alpha2','','http://update.joomlart.com/service/tracking/j31/com_japagebuilder.xml','https://www.joomlart.com/update-steps',''),(4287,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.0.2','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(4288,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(4289,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(4290,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(4291,5,0,'JA Resume Theme for EasyBlog','','easyblog_theme_resume','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_resume.xml','https://www.joomlart.com/update-steps',''),(4292,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(4293,5,0,'GK Quark template','','gk_quark','template','',0,'1.27','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(4294,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(4295,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(4296,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(4297,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(4298,5,0,'JA Cagox template','','ja_cagox','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(4299,5,0,'JA Company Template','','ja_company','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(4300,5,0,'JA Directory Template','','ja_directory','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(4301,5,0,'JA Donate Template','','ja_donate','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(4302,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(4303,5,0,'JA Intranet Template','','ja_intranet','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(4304,5,0,'JA Landscape Template','','ja_landscape','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_landscape.xml','https://www.joomlart.com/update-steps',''),(4305,5,0,'JA Megastore Template','','ja_megastore','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(4306,5,0,'JA MixStore Template','','ja_mixstore','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_mixstore.xml','https://www.joomlart.com/update-steps',''),(4307,5,0,'JA Mood Template','','ja_mood','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(4308,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(4309,5,0,'JA Playstore Template','','ja_playstore','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(4310,5,0,'JA Property Template','','ja_property','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(4311,5,0,'JA Simpli Template','','ja_simpli','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/ja_simpli.xml','https://www.joomlart.com/update-steps',''),(4312,5,0,'JA Stark Template','','ja_stark','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(4313,5,0,'JA Symphony Template','','ja_symphony','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_symphony.xml','https://www.joomlart.com/update-steps',''),(4314,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(4315,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(4316,5,0,'JA University T3 template','','ja_university_t3','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(4317,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(4318,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(4319,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(4320,5,0,'JS Column Theme','','js_column','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_column.xml','https://www.joomlart.com/update-steps',''),(4321,5,0,'JS Flat Theme','','js_flat','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_flat.xml','https://www.joomlart.com/update-steps',''),(4322,5,0,'JS Kikiriki Theme','','js_kikiriki','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_kikiriki.xml','https://www.joomlart.com/update-steps',''),(4323,5,0,'JS Shadow Theme','','js_shadow','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_shadow.xml','https://www.joomlart.com/update-steps',''),(4324,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(4325,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(4326,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(4327,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(4328,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(4329,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(4330,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(4331,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(4332,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(4333,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(4334,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(4335,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(4336,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(4337,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(4338,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(4339,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(4340,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(4341,5,0,'S5 Masonry Module','','mod_s5_masonry','module','',0,'2.9.9','','http://update.joomlart.com/service/tracking/j31/mod_s5_masonry.xml','https://www.joomlart.com/update-steps',''),(4342,5,0,'S5 New Sticker V3 Module','','mod_s5_newstickerv3','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/mod_s5_newstickerv3.xml','https://www.joomlart.com/update-steps',''),(4343,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(4344,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(4345,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(4346,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(4347,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(4348,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(4349,5,0,'JA Megafilter EShop Plugin','','eshop','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(4350,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(4351,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(4352,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(4353,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(4354,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(4355,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(4356,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(4357,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(4358,5,0,'T4 System Plugin ','','t4','plugin','system',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(4359,5,0,'S5 Css And Js Compressor Plugin','','plugin_s5_css_and_js_compressor','plugin','plugin_s5_css_and_js',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_css_and_js_compressor.xml','https://www.joomlart.com/update-steps',''),(4360,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(4361,5,0,'S5 Ie6 Warning Plugin','','plugin_s5_ie6_warning','plugin','plugin_s5_ie6_warnin',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_ie6_warning.xml','https://www.joomlart.com/update-steps',''),(4362,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(4363,5,0,'Purity III Template','','purity_iii','template','',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(4364,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(4365,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(4366,7,0,'AcyMailing Essential - We did not find a licence attached to your website http://oscasa.com/. Ple...','Error licence not found for http://oscasa.com/ - We did not find a licence attached to your website http://oscasa.com/. Please make sure this website is attached to your subscription at acyba.com','com_acymailing','component','',1,'5.10.11','','http://www.acyba.com/component/updateme/updatexml/component-acymailing/version-5.7.0/level-Essential/li-aHR0cDovL29zY2FzYS5jb20v/file-extension.xml','https://www.acyba.com',''),(4367,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(4368,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(4369,9,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(4370,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(4371,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/313/2049982768','',''),(4372,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(4373,9,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(4374,10,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.10.2','','http://getk2.org/update.xml','https://getk2.org/blog/2691-k2-v2102-released-now-with-a-100-mobile-friendly-backend-user-interface',''),(4375,15,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.10.2','','http://getk2.org/app/update.xml','https://getk2.org/blog/2691-k2-v2102-released-now-with-a-100-mobile-friendly-backend-user-interface',''),(4376,17,0,'JCE 2.8.1','','pkg_jce','package','',0,'2.8.1','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-8-1-released',''),(4377,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4378,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4379,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4380,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4381,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4382,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4383,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4384,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4385,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(4386,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(4387,3,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(4388,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(4389,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(4390,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(4391,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(4392,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(4393,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(4394,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(4395,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(4396,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(4397,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(4398,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(4399,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(4400,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(4401,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(4402,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(4403,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(4404,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(4405,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(4406,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(4407,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(4408,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(4409,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(4410,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(4411,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(4412,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(4413,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(4414,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(4415,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(4416,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(4417,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4418,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(4419,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(4420,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(4421,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(4422,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(4423,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(4424,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(4425,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(4426,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(4427,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(4428,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(4429,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(4430,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.2','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(4431,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.3.3','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(4432,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'1.2.1','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(4433,5,0,'JA Appolio Theme for EasyBlog','','easyblog_theme_appolio','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_appolio.xml','https://www.joomlart.com/update-steps',''),(4434,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(4435,5,0,'JA Biz Theme for EasyBlog','','easyblog_theme_biz','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_biz.xml','https://www.joomlart.com/update-steps',''),(4436,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(4437,5,0,'JA Decor Theme for EasyBlog','','easyblog_theme_decor','custom','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_decor.xml','https://www.joomlart.com/update-steps',''),(4438,5,0,'Theme Fixel for Easyblog J25 & J3x','','easyblog_theme_fixel','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_fixel.xml','https://www.joomlart.com/update-steps',''),(4439,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(4440,5,0,'JA Muzic Theme for EasyBlog','','easyblog_theme_muzic','custom','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_muzic.xml','https://www.joomlart.com/update-steps',''),(4441,5,0,'JA Obelisk Theme for EasyBlog','','easyblog_theme_obelisk','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_obelisk.xml','https://www.joomlart.com/update-steps',''),(4442,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(4443,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(4444,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(4445,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(4446,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(4447,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(4448,5,0,'Kunena Template for Ja Orisite','','kunena_theme_orisite','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/kunena_theme_orisite.xml','https://www.joomlart.com/update-steps',''),(4449,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.1.6','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(4450,5,0,'JA Image Hotspot Module for Joomla 2.5 & 3.x','','mod_jaimagehotspot','module','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(4451,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.3.3','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(4452,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(4453,5,0,'S5 Accordion Menu Module','','mod_s5_accordion_menu','module','',0,'2.3.2','','http://update.joomlart.com/service/tracking/j16/mod_s5_accordion_menu.xml','https://www.joomlart.com/update-steps',''),(4454,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(4455,5,0,'JA System Social Feed Plugin for Joomla 2.5 & 3.x','','jasocial_feed','plugin','system',0,'1.4.2','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(4456,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(4457,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(4458,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.6','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(4459,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(4460,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(4461,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(4462,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.7.6','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(4463,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(4464,5,0,'GK hotel J!3','','gk_hotel','template','',0,'1.2.3','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(4465,5,0,'GK news2 J!3','','gk_news2','template','',0,'3.26','','http://update.joomlart.com/service/tracking/j30/gk_news2.xml','https://www.joomlart.com/update-steps',''),(4466,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(4467,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(4468,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(4469,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(4470,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(4471,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(4472,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(4473,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(4474,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(4475,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(4476,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.6.6','','http://update.joomlart.com/service/tracking/j30/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(4477,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.7','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(4478,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(4479,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(4480,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(4481,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(4482,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(4483,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(4484,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.2.4','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(4485,5,0,'S5 Amazed Photography Template','','Shape5_amazed_photography_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_amazed_photography_template.xml','https://www.joomlart.com/update-steps',''),(4486,5,0,'S5 Ambient Template','','Shape5_ambient_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_ambient_template.xml','https://www.joomlart.com/update-steps',''),(4487,5,0,'S5 Ameritage Medical Template','','Shape5_ameritage_medical_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ameritage_medical_template.xml','https://www.joomlart.com/update-steps',''),(4488,5,0,'S5 Appwonder Template','','Shape5_appwonder_template','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/Shape5_appwonder_template.xml','https://www.joomlart.com/update-steps',''),(4489,5,0,'S5 Arthur Template','','Shape5_arthur_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_arthur_template.xml','https://www.joomlart.com/update-steps',''),(4490,5,0,'S5 Attractions Template','','Shape5_attractions_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_attractions_template.xml','https://www.joomlart.com/update-steps',''),(4491,5,0,'S5 Aurora Dawn Template','','Shape5_aurora_dawn_template','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_aurora_dawn_template.xml','https://www.joomlart.com/update-steps',''),(4492,5,0,'S5 Avignet Dream Template','','Shape5_avignet_dream_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_avignet_dream_template.xml','https://www.joomlart.com/update-steps',''),(4493,5,0,'S5 Big Picture Template','','Shape5_bigpicture_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bigpicture_template.xml','https://www.joomlart.com/update-steps',''),(4494,5,0,'S5 Blogbox Template','','Shape5_blog_box_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_blog_box_template.xml','https://www.joomlart.com/update-steps',''),(4495,5,0,'S5 BlueGroup Template','','Shape5_bluegroup_template','template','',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bluegroup_template.xml','https://www.joomlart.com/update-steps',''),(4496,5,0,'S5 Business Line Template','','Shape5_business_line_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_business_line_template.xml','https://www.joomlart.com/update-steps',''),(4497,5,0,'S5 Business Pro Template','','Shape5_business_pro_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_business_pro_template.xml','https://www.joomlart.com/update-steps',''),(4498,5,0,'S5 Callie Rush Template','','Shape5_callie_rush_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_callie_rush_template.xml','https://www.joomlart.com/update-steps',''),(4499,5,0,'S5 Campus Life Template','','Shape5_campuslife_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_campuslife_template.xml','https://www.joomlart.com/update-steps',''),(4500,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(4501,5,0,'S5 Charlestown Template','','Shape5_charlestown_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_charlestown_template.xml','https://www.joomlart.com/update-steps',''),(4502,5,0,'S5 Cleanout Template','','Shape5_cleanout_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cleanout_template.xml','https://www.joomlart.com/update-steps',''),(4503,5,0,'S5 Comaxium Template','','Shape5_comaxium_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_comaxium_template.xml','https://www.joomlart.com/update-steps',''),(4504,5,0,'S5 Compassion Template','','Shape5_compassion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_compassion_template.xml','https://www.joomlart.com/update-steps',''),(4505,5,0,'S5 Construction Template','','Shape5_construction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_construction_template.xml','https://www.joomlart.com/update-steps',''),(4506,5,0,'S5 Content King Template','','Shape5_contentking_template','template','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/Shape5_contentking_template.xml','https://www.joomlart.com/update-steps',''),(4507,5,0,'S5 Corporate Response Template','','Shape5_corporate_response_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corporate_response_template.xml','https://www.joomlart.com/update-steps',''),(4508,5,0,'S5 Corpway Template','','Shape5_corpway_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corpway_template.xml','https://www.joomlart.com/update-steps',''),(4509,5,0,'S5 Curb Appeal Template','','Shape5_curb_appeal_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_curb_appeal_template.xml','https://www.joomlart.com/update-steps',''),(4510,5,0,'S5 Cyan Template','','Shape5_cyan_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cyan_template.xml','https://www.joomlart.com/update-steps',''),(4511,5,0,'S5 Emma and Mason Template','','Shape5_emma_and_mason_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_emma_and_mason_template.xml','https://www.joomlart.com/update-steps',''),(4512,5,0,'S5 Emusica Template','','Shape5_emusica_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_emusica_template.xml','https://www.joomlart.com/update-steps',''),(4513,5,0,'S5 EZ Web Hosting Template','','Shape5_ezwebhosting_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ezwebhosting_template.xml','https://www.joomlart.com/update-steps',''),(4514,5,0,'S5 Fitness Center Template','','Shape5_fitness_center_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_fitness_center_template.xml','https://www.joomlart.com/update-steps',''),(4515,5,0,'S5 Forte Template','','Shape5_forte_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_forte_template.xml','https://www.joomlart.com/update-steps',''),(4516,5,0,'S5 Fresh Bistro Template','','Shape5_fresh_bistro_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_fresh_bistro_template.xml','https://www.joomlart.com/update-steps',''),(4517,5,0,'S5 Fusion Template','','Shape5_fusion_template','template','',0,'1.5.7','','http://update.joomlart.com/service/tracking/j31/Shape5_fusion_template.xml','https://www.joomlart.com/update-steps',''),(4518,5,0,'S5 Game World Template','','Shape5_game_world_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_game_world_template.xml','https://www.joomlart.com/update-steps',''),(4519,5,0,'S5 Gamers Template','','Shape5_gamers_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_gamers_template.xml','https://www.joomlart.com/update-steps',''),(4520,5,0,'S5 GCK Store Template','','Shape5_gck_store_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_gck_store_template.xml','https://www.joomlart.com/update-steps',''),(4521,5,0,'S5 General Commerce Template','','Shape5_general_commerce_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_general_commerce_template.xml','https://www.joomlart.com/update-steps',''),(4522,5,0,'S5 General Contractor Template','','Shape5_general_contractor_template','template','',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/Shape5_general_contractor_template.xml','https://www.joomlart.com/update-steps',''),(4523,5,0,'S5 GetReserved Template','','Shape5_getreserved_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_getreserved_template.xml','https://www.joomlart.com/update-steps',''),(4524,5,0,'S5 Health Guide Template','','Shape5_health_guide_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_health_guide_template.xml','https://www.joomlart.com/update-steps',''),(4525,5,0,'S5 Helion Template','','Shape5_helion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_helion_template.xml','https://www.joomlart.com/update-steps',''),(4526,5,0,'S5 Hexa Corp Template','','Shape5_hexa_corp_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_hexa_corp_template.xml','https://www.joomlart.com/update-steps',''),(4527,5,0,'S5 Hexicon Gamer Template','','Shape5_hexicon_gamer_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_hexicon_gamer_template.xml','https://www.joomlart.com/update-steps',''),(4528,5,0,'S5 Incline Template','','Shape5_incline_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_incline_template.xml','https://www.joomlart.com/update-steps',''),(4529,5,0,'S5 Legal Lawyer Template','','Shape5_legal_lawyer_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_legal_lawyer_template.xml','https://www.joomlart.com/update-steps',''),(4530,5,0,'S5 Life Journey Template','','Shape5_life_journey_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_life_journey_template.xml','https://www.joomlart.com/update-steps',''),(4531,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(4532,5,0,'S5 Lime Light Template','','Shape5_lime_light_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_lime_light_template.xml','https://www.joomlart.com/update-steps',''),(4533,5,0,'S5 Luxon Template','','Shape5_luxon_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_luxon_template.xml','https://www.joomlart.com/update-steps',''),(4534,5,0,'S5 M Ceative Agency Template','','Shape5_m_creative_agency_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_m_creative_agency_template.xml','https://www.joomlart.com/update-steps',''),(4535,5,0,'S5 Maxed Mag Template','','Shape5_maxedmag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_maxedmag_template.xml','https://www.joomlart.com/update-steps',''),(4536,5,0,'S5 MetroShows Template','','Shape5_metroshows_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_metroshows_template.xml','https://www.joomlart.com/update-steps',''),(4537,5,0,'S5 Modern Flavor Template','','Shape5_modern_flavor_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_modern_flavor_template.xml','https://www.joomlart.com/update-steps',''),(4538,5,0,'S5 New Vision Template','','Shape5_new_vision_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_new_vision_template.xml','https://www.joomlart.com/update-steps',''),(4539,5,0,'S5 News Blog Template','','Shape5_newsblog_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_newsblog_template.xml','https://www.joomlart.com/update-steps',''),(4540,5,0,'S5 Newsplace Template','','Shape5_newsplace_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_newsplace_template.xml','https://www.joomlart.com/update-steps',''),(4541,5,0,'S5 No1 Shopping Template','','Shape5_no1_shopping_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_no1_shopping_template.xml','https://www.joomlart.com/update-steps',''),(4542,5,0,'S5 Oasis Template','','Shape5_oasis_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_oasis_template.xml','https://www.joomlart.com/update-steps',''),(4543,5,0,'S5 Outdoor Life Template','','Shape5_outdoor_life_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_outdoor_life_template.xml','https://www.joomlart.com/update-steps',''),(4544,5,0,'S5 Pantheon Template','','Shape5_pantheon_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_pantheon_template.xml','https://www.joomlart.com/update-steps',''),(4545,5,0,'S5 Paradigm Shift Template','','Shape5_paradigm_shift_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_paradigm_shift_template.xml','https://www.joomlart.com/update-steps',''),(4546,5,0,'S5 Phosphorus Template','','Shape5_phosphorus_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_phosphorus_template.xml','https://www.joomlart.com/update-steps',''),(4547,5,0,'S5 Photobox Template','','Shape5_photobox_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_photobox_template.xml','https://www.joomlart.com/update-steps',''),(4548,5,0,'S5 Photofolio Template','','Shape5_photofolio_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_photofolio_template.xml','https://www.joomlart.com/update-steps',''),(4549,5,0,'S5 Prestige Academy Template','','Shape5_prestige_academy_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_prestige_academy_template.xml','https://www.joomlart.com/update-steps',''),(4550,5,0,'S5 Real Estate Template','','Shape5_realestate_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_realestate_template.xml','https://www.joomlart.com/update-steps',''),(4551,5,0,'S5 Regan Tech Template','','Shape5_regan_tech_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_regan_tech_template.xml','https://www.joomlart.com/update-steps',''),(4552,5,0,'S5 Risen Hope Template','','Shape5_risen_hope_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_risen_hope_template.xml','https://www.joomlart.com/update-steps',''),(4553,5,0,'S5 Salon N Spa Template','','Shape5_salonnspa_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_salonnspa_template.xml','https://www.joomlart.com/update-steps',''),(4554,5,0,'S5 Samba Spa Template','','Shape5_samba_template','template','',0,'1.3.4','','http://update.joomlart.com/service/tracking/j31/Shape5_samba_template.xml','https://www.joomlart.com/update-steps',''),(4555,5,0,'S5 Shenandoah Template','','Shape5_shenandoah_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_shenandoah_template.xml','https://www.joomlart.com/update-steps',''),(4556,5,0,'S5 ShoppingBag Template','','Shape5_shoppingbag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_shoppingbag_template.xml','https://www.joomlart.com/update-steps',''),(4557,5,0,'S5 Sienna Template','','Shape5_sienna_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sienna_template.xml','https://www.joomlart.com/update-steps',''),(4558,5,0,'S5 Simplex Template','','Shape5_simplex_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_simplex_template.xml','https://www.joomlart.com/update-steps',''),(4559,5,0,'S5 Soul Search Template','','Shape5_soul_search_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_soul_search_template.xml','https://www.joomlart.com/update-steps',''),(4560,5,0,'S5 Spectrum Template','','Shape5_spectrum_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_spectrum_template.xml','https://www.joomlart.com/update-steps',''),(4561,5,0,'S5 Sports Nation Template','','Shape5_sports_nation_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sports_nation_template.xml','https://www.joomlart.com/update-steps',''),(4562,5,0,'S5 Store Pro Template','','Shape5_storepro_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_storepro_template.xml','https://www.joomlart.com/update-steps',''),(4563,5,0,'S5 Swapps Template','','Shape5_swapps_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_swapps_template.xml','https://www.joomlart.com/update-steps',''),(4564,5,0,'S5 The Classifieds Template','','Shape5_the_classifieds_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_the_classifieds_template.xml','https://www.joomlart.com/update-steps',''),(4565,5,0,'S5 TheBlogazine Template','','Shape5_theblogazine_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_theblogazine_template.xml','https://www.joomlart.com/update-steps',''),(4566,5,0,'S5 Traction Template','','Shape5_traction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_traction_template.xml','https://www.joomlart.com/update-steps',''),(4567,5,0,'S5 University Template','','Shape5_university_template','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_university_template.xml','https://www.joomlart.com/update-steps',''),(4568,5,0,'S5 Velocity Template','','Shape5_velocity_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_velocity_template.xml','https://www.joomlart.com/update-steps',''),(4569,5,0,'S5 Zoka Template','','Shape5_zoka_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_zoka_template.xml','https://www.joomlart.com/update-steps',''),(4570,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'6.1.2','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(4571,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.5','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(4572,5,0,'Guru Pro','','com_guru_pro','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(4573,5,0,'JA Page Builder Component','','com_japagebuilder','component','',1,'1.0.0_alpha2','','http://update.joomlart.com/service/tracking/j31/com_japagebuilder.xml','https://www.joomlart.com/update-steps',''),(4574,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.0.2','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(4575,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(4576,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(4577,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(4578,5,0,'JA Resume Theme for EasyBlog','','easyblog_theme_resume','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_resume.xml','https://www.joomlart.com/update-steps',''),(4579,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(4580,5,0,'GK Quark template','','gk_quark','template','',0,'1.27','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(4581,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(4582,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(4583,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(4584,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(4585,5,0,'JA Cagox template','','ja_cagox','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(4586,5,0,'JA Company Template','','ja_company','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(4587,5,0,'JA Directory Template','','ja_directory','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(4588,5,0,'JA Donate Template','','ja_donate','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(4589,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(4590,5,0,'JA Intranet Template','','ja_intranet','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(4591,5,0,'JA Landscape Template','','ja_landscape','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_landscape.xml','https://www.joomlart.com/update-steps',''),(4592,5,0,'JA Megastore Template','','ja_megastore','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(4593,5,0,'JA MixStore Template','','ja_mixstore','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_mixstore.xml','https://www.joomlart.com/update-steps',''),(4594,5,0,'JA Mood Template','','ja_mood','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(4595,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(4596,5,0,'JA Playstore Template','','ja_playstore','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(4597,5,0,'JA Property Template','','ja_property','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(4598,5,0,'JA Simpli Template','','ja_simpli','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/ja_simpli.xml','https://www.joomlart.com/update-steps',''),(4599,5,0,'JA Stark Template','','ja_stark','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(4600,5,0,'JA Symphony Template','','ja_symphony','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_symphony.xml','https://www.joomlart.com/update-steps',''),(4601,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(4602,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(4603,5,0,'JA University T3 template','','ja_university_t3','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(4604,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(4605,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(4606,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(4607,5,0,'JS Column Theme','','js_column','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_column.xml','https://www.joomlart.com/update-steps',''),(4608,5,0,'JS Flat Theme','','js_flat','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_flat.xml','https://www.joomlart.com/update-steps',''),(4609,5,0,'JS Kikiriki Theme','','js_kikiriki','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_kikiriki.xml','https://www.joomlart.com/update-steps',''),(4610,5,0,'JS Shadow Theme','','js_shadow','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_shadow.xml','https://www.joomlart.com/update-steps',''),(4611,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(4612,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(4613,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(4614,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(4615,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(4616,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(4617,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(4618,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(4619,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(4620,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(4621,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(4622,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(4623,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(4624,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(4625,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(4626,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(4627,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(4628,5,0,'S5 Masonry Module','','mod_s5_masonry','module','',0,'2.9.9','','http://update.joomlart.com/service/tracking/j31/mod_s5_masonry.xml','https://www.joomlart.com/update-steps',''),(4629,5,0,'S5 New Sticker V3 Module','','mod_s5_newstickerv3','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/mod_s5_newstickerv3.xml','https://www.joomlart.com/update-steps',''),(4630,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(4631,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(4632,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(4633,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(4634,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(4635,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(4636,5,0,'JA Megafilter EShop Plugin','','eshop','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(4637,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(4638,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(4639,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(4640,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(4641,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(4642,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(4643,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(4644,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(4645,5,0,'T4 System Plugin ','','t4','plugin','system',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(4646,5,0,'S5 Css And Js Compressor Plugin','','plugin_s5_css_and_js_compressor','plugin','plugin_s5_css_and_js',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_css_and_js_compressor.xml','https://www.joomlart.com/update-steps',''),(4647,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(4648,5,0,'S5 Ie6 Warning Plugin','','plugin_s5_ie6_warning','plugin','plugin_s5_ie6_warnin',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_ie6_warning.xml','https://www.joomlart.com/update-steps',''),(4649,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(4650,5,0,'Purity III Template','','purity_iii','template','',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(4651,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(4652,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(4653,7,0,'AcyMailing Essential - We did not find a licence attached to your website http://oscasa.com/. Ple...','Error licence not found for http://oscasa.com/ - We did not find a licence attached to your website http://oscasa.com/. Please make sure this website is attached to your subscription at acyba.com','com_acymailing','component','',1,'5.10.11','','http://www.acyba.com/component/updateme/updatexml/component-acymailing/version-5.7.0/level-Essential/li-aHR0cDovL29zY2FzYS5jb20v/file-extension.xml','https://www.acyba.com',''),(4654,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(4655,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(4656,9,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(4657,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(4658,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/313/2049982768','',''),(4659,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(4660,9,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(4661,10,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.10.2','','http://getk2.org/update.xml','https://getk2.org/blog/2691-k2-v2102-released-now-with-a-100-mobile-friendly-backend-user-interface',''),(4662,15,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.10.2','','http://getk2.org/app/update.xml','https://getk2.org/blog/2691-k2-v2102-released-now-with-a-100-mobile-friendly-backend-user-interface',''),(4663,17,0,'JCE 2.8.1','','pkg_jce','package','',0,'2.8.1','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-8-1-released',''),(4664,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4665,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4666,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4667,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4668,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4669,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4670,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4671,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4672,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4673,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4674,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4675,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4676,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4677,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4678,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4679,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4680,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4681,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4682,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4683,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(4684,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(4685,3,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(4686,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(4687,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(4688,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(4689,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(4690,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(4691,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(4692,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(4693,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(4694,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(4695,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(4696,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(4697,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(4698,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(4699,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(4700,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(4701,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(4702,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(4703,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(4704,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(4705,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(4706,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(4707,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(4708,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(4709,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(4710,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(4711,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(4712,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(4713,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(4714,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(4715,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(4716,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4717,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(4718,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(4719,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(4720,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(4721,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(4722,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(4723,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(4724,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(4725,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(4726,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(4727,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(4728,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(4729,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.3.3','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(4730,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'1.2.1','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(4731,5,0,'JA Appolio Theme for EasyBlog','','easyblog_theme_appolio','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_appolio.xml','https://www.joomlart.com/update-steps',''),(4732,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(4733,5,0,'JA Biz Theme for EasyBlog','','easyblog_theme_biz','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_biz.xml','https://www.joomlart.com/update-steps',''),(4734,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(4735,5,0,'JA Decor Theme for EasyBlog','','easyblog_theme_decor','custom','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_decor.xml','https://www.joomlart.com/update-steps',''),(4736,5,0,'Theme Fixel for Easyblog J25 & J3x','','easyblog_theme_fixel','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_fixel.xml','https://www.joomlart.com/update-steps',''),(4737,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(4738,5,0,'JA Muzic Theme for EasyBlog','','easyblog_theme_muzic','custom','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_muzic.xml','https://www.joomlart.com/update-steps',''),(4739,5,0,'JA Obelisk Theme for EasyBlog','','easyblog_theme_obelisk','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_obelisk.xml','https://www.joomlart.com/update-steps',''),(4740,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(4741,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(4742,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(4743,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(4744,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(4745,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(4746,5,0,'Kunena Template for Ja Orisite','','kunena_theme_orisite','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/kunena_theme_orisite.xml','https://www.joomlart.com/update-steps',''),(4747,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.1.6','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(4748,5,0,'JA Image Hotspot Module for Joomla 2.5 & 3.x','','mod_jaimagehotspot','module','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(4749,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.3.3','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(4750,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(4751,5,0,'S5 Accordion Menu Module','','mod_s5_accordion_menu','module','',0,'2.3.2','','http://update.joomlart.com/service/tracking/j16/mod_s5_accordion_menu.xml','https://www.joomlart.com/update-steps',''),(4752,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(4753,5,0,'JA System Social Feed Plugin for Joomla 2.5 & 3.x','','jasocial_feed','plugin','system',0,'1.4.2','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(4754,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(4755,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(4756,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.6','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(4757,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(4758,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(4759,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(4760,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.7.6','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(4761,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(4762,5,0,'GK hotel J!3','','gk_hotel','template','',0,'1.2.3','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(4763,5,0,'GK news2 J!3','','gk_news2','template','',0,'3.26','','http://update.joomlart.com/service/tracking/j30/gk_news2.xml','https://www.joomlart.com/update-steps',''),(4764,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(4765,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(4766,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(4767,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(4768,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(4769,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(4770,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(4771,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(4772,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(4773,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(4774,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.6.7','','http://update.joomlart.com/service/tracking/j30/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(4775,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.7','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(4776,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(4777,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(4778,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(4779,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(4780,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(4781,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(4782,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.2.4','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(4783,5,0,'S5 Amazed Photography Template','','Shape5_amazed_photography_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_amazed_photography_template.xml','https://www.joomlart.com/update-steps',''),(4784,5,0,'S5 Ambient Template','','Shape5_ambient_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_ambient_template.xml','https://www.joomlart.com/update-steps',''),(4785,5,0,'S5 Ameritage Medical Template','','Shape5_ameritage_medical_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ameritage_medical_template.xml','https://www.joomlart.com/update-steps',''),(4786,5,0,'S5 Appwonder Template','','Shape5_appwonder_template','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/Shape5_appwonder_template.xml','https://www.joomlart.com/update-steps',''),(4787,5,0,'S5 Arthur Template','','Shape5_arthur_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_arthur_template.xml','https://www.joomlart.com/update-steps',''),(4788,5,0,'S5 Attractions Template','','Shape5_attractions_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_attractions_template.xml','https://www.joomlart.com/update-steps',''),(4789,5,0,'S5 Aurora Dawn Template','','Shape5_aurora_dawn_template','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_aurora_dawn_template.xml','https://www.joomlart.com/update-steps',''),(4790,5,0,'S5 Avignet Dream Template','','Shape5_avignet_dream_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_avignet_dream_template.xml','https://www.joomlart.com/update-steps',''),(4791,5,0,'S5 Big Picture Template','','Shape5_bigpicture_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bigpicture_template.xml','https://www.joomlart.com/update-steps',''),(4792,5,0,'S5 Blogbox Template','','Shape5_blog_box_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_blog_box_template.xml','https://www.joomlart.com/update-steps',''),(4793,5,0,'S5 BlueGroup Template','','Shape5_bluegroup_template','template','',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bluegroup_template.xml','https://www.joomlart.com/update-steps',''),(4794,5,0,'S5 Business Line Template','','Shape5_business_line_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_business_line_template.xml','https://www.joomlart.com/update-steps',''),(4795,5,0,'S5 Business Pro Template','','Shape5_business_pro_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_business_pro_template.xml','https://www.joomlart.com/update-steps',''),(4796,5,0,'S5 Callie Rush Template','','Shape5_callie_rush_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_callie_rush_template.xml','https://www.joomlart.com/update-steps',''),(4797,5,0,'S5 Campus Life Template','','Shape5_campuslife_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_campuslife_template.xml','https://www.joomlart.com/update-steps',''),(4798,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(4799,5,0,'S5 Charlestown Template','','Shape5_charlestown_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_charlestown_template.xml','https://www.joomlart.com/update-steps',''),(4800,5,0,'S5 Cleanout Template','','Shape5_cleanout_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cleanout_template.xml','https://www.joomlart.com/update-steps',''),(4801,5,0,'S5 Comaxium Template','','Shape5_comaxium_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_comaxium_template.xml','https://www.joomlart.com/update-steps',''),(4802,5,0,'S5 Compassion Template','','Shape5_compassion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_compassion_template.xml','https://www.joomlart.com/update-steps',''),(4803,5,0,'S5 Construction Template','','Shape5_construction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_construction_template.xml','https://www.joomlart.com/update-steps',''),(4804,5,0,'S5 Content King Template','','Shape5_contentking_template','template','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/Shape5_contentking_template.xml','https://www.joomlart.com/update-steps',''),(4805,5,0,'S5 Corporate Response Template','','Shape5_corporate_response_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corporate_response_template.xml','https://www.joomlart.com/update-steps',''),(4806,5,0,'S5 Corpway Template','','Shape5_corpway_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corpway_template.xml','https://www.joomlart.com/update-steps',''),(4807,5,0,'S5 Curb Appeal Template','','Shape5_curb_appeal_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_curb_appeal_template.xml','https://www.joomlart.com/update-steps',''),(4808,5,0,'S5 Cyan Template','','Shape5_cyan_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cyan_template.xml','https://www.joomlart.com/update-steps',''),(4809,5,0,'S5 Emma and Mason Template','','Shape5_emma_and_mason_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_emma_and_mason_template.xml','https://www.joomlart.com/update-steps',''),(4810,5,0,'S5 Emusica Template','','Shape5_emusica_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_emusica_template.xml','https://www.joomlart.com/update-steps',''),(4811,5,0,'S5 EZ Web Hosting Template','','Shape5_ezwebhosting_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ezwebhosting_template.xml','https://www.joomlart.com/update-steps',''),(4812,5,0,'S5 Fitness Center Template','','Shape5_fitness_center_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_fitness_center_template.xml','https://www.joomlart.com/update-steps',''),(4813,5,0,'S5 Forte Template','','Shape5_forte_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_forte_template.xml','https://www.joomlart.com/update-steps',''),(4814,5,0,'S5 Fresh Bistro Template','','Shape5_fresh_bistro_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_fresh_bistro_template.xml','https://www.joomlart.com/update-steps',''),(4815,5,0,'S5 Fusion Template','','Shape5_fusion_template','template','',0,'1.5.7','','http://update.joomlart.com/service/tracking/j31/Shape5_fusion_template.xml','https://www.joomlart.com/update-steps',''),(4816,5,0,'S5 Game World Template','','Shape5_game_world_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_game_world_template.xml','https://www.joomlart.com/update-steps',''),(4817,5,0,'S5 Gamers Template','','Shape5_gamers_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_gamers_template.xml','https://www.joomlart.com/update-steps',''),(4818,5,0,'S5 GCK Store Template','','Shape5_gck_store_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_gck_store_template.xml','https://www.joomlart.com/update-steps',''),(4819,5,0,'S5 General Commerce Template','','Shape5_general_commerce_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_general_commerce_template.xml','https://www.joomlart.com/update-steps',''),(4820,5,0,'S5 General Contractor Template','','Shape5_general_contractor_template','template','',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/Shape5_general_contractor_template.xml','https://www.joomlart.com/update-steps',''),(4821,5,0,'S5 GetReserved Template','','Shape5_getreserved_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_getreserved_template.xml','https://www.joomlart.com/update-steps',''),(4822,5,0,'S5 Health Guide Template','','Shape5_health_guide_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_health_guide_template.xml','https://www.joomlart.com/update-steps',''),(4823,5,0,'S5 Helion Template','','Shape5_helion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_helion_template.xml','https://www.joomlart.com/update-steps',''),(4824,5,0,'S5 Hexa Corp Template','','Shape5_hexa_corp_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_hexa_corp_template.xml','https://www.joomlart.com/update-steps',''),(4825,5,0,'S5 Hexicon Gamer Template','','Shape5_hexicon_gamer_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_hexicon_gamer_template.xml','https://www.joomlart.com/update-steps',''),(4826,5,0,'S5 Incline Template','','Shape5_incline_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_incline_template.xml','https://www.joomlart.com/update-steps',''),(4827,5,0,'S5 Legal Lawyer Template','','Shape5_legal_lawyer_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_legal_lawyer_template.xml','https://www.joomlart.com/update-steps',''),(4828,5,0,'S5 Life Journey Template','','Shape5_life_journey_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_life_journey_template.xml','https://www.joomlart.com/update-steps',''),(4829,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(4830,5,0,'S5 Lime Light Template','','Shape5_lime_light_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_lime_light_template.xml','https://www.joomlart.com/update-steps',''),(4831,5,0,'S5 Luxon Template','','Shape5_luxon_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_luxon_template.xml','https://www.joomlart.com/update-steps',''),(4832,5,0,'S5 M Ceative Agency Template','','Shape5_m_creative_agency_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_m_creative_agency_template.xml','https://www.joomlart.com/update-steps',''),(4833,5,0,'S5 Maxed Mag Template','','Shape5_maxedmag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_maxedmag_template.xml','https://www.joomlart.com/update-steps',''),(4834,5,0,'S5 MetroShows Template','','Shape5_metroshows_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_metroshows_template.xml','https://www.joomlart.com/update-steps',''),(4835,5,0,'S5 Modern Flavor Template','','Shape5_modern_flavor_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_modern_flavor_template.xml','https://www.joomlart.com/update-steps',''),(4836,5,0,'S5 New Vision Template','','Shape5_new_vision_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_new_vision_template.xml','https://www.joomlart.com/update-steps',''),(4837,5,0,'S5 News Blog Template','','Shape5_newsblog_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_newsblog_template.xml','https://www.joomlart.com/update-steps',''),(4838,5,0,'S5 Newsplace Template','','Shape5_newsplace_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_newsplace_template.xml','https://www.joomlart.com/update-steps',''),(4839,5,0,'S5 No1 Shopping Template','','Shape5_no1_shopping_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_no1_shopping_template.xml','https://www.joomlart.com/update-steps',''),(4840,5,0,'S5 Oasis Template','','Shape5_oasis_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_oasis_template.xml','https://www.joomlart.com/update-steps',''),(4841,5,0,'S5 Outdoor Life Template','','Shape5_outdoor_life_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_outdoor_life_template.xml','https://www.joomlart.com/update-steps',''),(4842,5,0,'S5 Pantheon Template','','Shape5_pantheon_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_pantheon_template.xml','https://www.joomlart.com/update-steps',''),(4843,5,0,'S5 Paradigm Shift Template','','Shape5_paradigm_shift_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_paradigm_shift_template.xml','https://www.joomlart.com/update-steps',''),(4844,5,0,'S5 Phosphorus Template','','Shape5_phosphorus_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_phosphorus_template.xml','https://www.joomlart.com/update-steps',''),(4845,5,0,'S5 Photobox Template','','Shape5_photobox_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_photobox_template.xml','https://www.joomlart.com/update-steps',''),(4846,5,0,'S5 Photofolio Template','','Shape5_photofolio_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_photofolio_template.xml','https://www.joomlart.com/update-steps',''),(4847,5,0,'S5 Prestige Academy Template','','Shape5_prestige_academy_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_prestige_academy_template.xml','https://www.joomlart.com/update-steps',''),(4848,5,0,'S5 Real Estate Template','','Shape5_realestate_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_realestate_template.xml','https://www.joomlart.com/update-steps',''),(4849,5,0,'S5 Regan Tech Template','','Shape5_regan_tech_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_regan_tech_template.xml','https://www.joomlart.com/update-steps',''),(4850,5,0,'S5 Risen Hope Template','','Shape5_risen_hope_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_risen_hope_template.xml','https://www.joomlart.com/update-steps',''),(4851,5,0,'S5 Salon N Spa Template','','Shape5_salonnspa_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_salonnspa_template.xml','https://www.joomlart.com/update-steps',''),(4852,5,0,'S5 Samba Spa Template','','Shape5_samba_template','template','',0,'1.3.4','','http://update.joomlart.com/service/tracking/j31/Shape5_samba_template.xml','https://www.joomlart.com/update-steps',''),(4853,5,0,'S5 Shenandoah Template','','Shape5_shenandoah_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_shenandoah_template.xml','https://www.joomlart.com/update-steps',''),(4854,5,0,'S5 ShoppingBag Template','','Shape5_shoppingbag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_shoppingbag_template.xml','https://www.joomlart.com/update-steps',''),(4855,5,0,'S5 Sienna Template','','Shape5_sienna_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sienna_template.xml','https://www.joomlart.com/update-steps',''),(4856,5,0,'S5 Simplex Template','','Shape5_simplex_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_simplex_template.xml','https://www.joomlart.com/update-steps',''),(4857,5,0,'S5 Soul Search Template','','Shape5_soul_search_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_soul_search_template.xml','https://www.joomlart.com/update-steps',''),(4858,5,0,'S5 Spectrum Template','','Shape5_spectrum_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_spectrum_template.xml','https://www.joomlart.com/update-steps',''),(4859,5,0,'S5 Sports Nation Template','','Shape5_sports_nation_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sports_nation_template.xml','https://www.joomlart.com/update-steps',''),(4860,5,0,'S5 Store Pro Template','','Shape5_storepro_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_storepro_template.xml','https://www.joomlart.com/update-steps',''),(4861,5,0,'S5 Swapps Template','','Shape5_swapps_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_swapps_template.xml','https://www.joomlart.com/update-steps',''),(4862,5,0,'S5 The Classifieds Template','','Shape5_the_classifieds_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_the_classifieds_template.xml','https://www.joomlart.com/update-steps',''),(4863,5,0,'S5 TheBlogazine Template','','Shape5_theblogazine_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_theblogazine_template.xml','https://www.joomlart.com/update-steps',''),(4864,5,0,'S5 Traction Template','','Shape5_traction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_traction_template.xml','https://www.joomlart.com/update-steps',''),(4865,5,0,'S5 University Template','','Shape5_university_template','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_university_template.xml','https://www.joomlart.com/update-steps',''),(4866,5,0,'S5 Velocity Template','','Shape5_velocity_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_velocity_template.xml','https://www.joomlart.com/update-steps',''),(4867,5,0,'S5 Zoka Template','','Shape5_zoka_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_zoka_template.xml','https://www.joomlart.com/update-steps',''),(4868,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'6.1.2','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(4869,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.5','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(4870,5,0,'Guru Pro','','com_guru_pro','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(4871,5,0,'JA Builder Component','','com_jabuilder','component','',1,'1.0.8','','http://update.joomlart.com/service/tracking/j31/com_jabuilder.xml','https://www.joomlart.com/update-steps',''),(4872,5,0,'JA Page Builder Component','','com_japagebuilder','component','',1,'1.0.0_alpha2','','http://update.joomlart.com/service/tracking/j31/com_japagebuilder.xml','https://www.joomlart.com/update-steps',''),(4873,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.0.2','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(4874,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(4875,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(4876,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(4877,5,0,'JA Resume Theme for EasyBlog','','easyblog_theme_resume','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_resume.xml','https://www.joomlart.com/update-steps',''),(4878,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(4879,5,0,'GK Quark template','','gk_quark','template','',0,'1.27','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(4880,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(4881,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(4882,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(4883,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(4884,5,0,'JA Beauty Source File','','ja_beauty','source','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/ja_beauty.xml','https://www.joomlart.com/update-steps',''),(4885,5,0,'JA Cagox template','','ja_cagox','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(4886,5,0,'JA Company Template','','ja_company','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(4887,5,0,'JA Directory Template','','ja_directory','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(4888,5,0,'JA Donate Template','','ja_donate','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(4889,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(4890,5,0,'JA Intranet Template','','ja_intranet','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(4891,5,0,'JA Landscape Template','','ja_landscape','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_landscape.xml','https://www.joomlart.com/update-steps',''),(4892,5,0,'JA Megastore Template','','ja_megastore','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(4893,5,0,'JA MixStore Template','','ja_mixstore','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_mixstore.xml','https://www.joomlart.com/update-steps',''),(4894,5,0,'JA Mood Template','','ja_mood','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(4895,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(4896,5,0,'JA Playstore Template','','ja_playstore','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(4897,5,0,'JA Property Template','','ja_property','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(4898,5,0,'JA Simpli Template','','ja_simpli','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/ja_simpli.xml','https://www.joomlart.com/update-steps',''),(4899,5,0,'JA Stark Template','','ja_stark','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(4900,5,0,'JA Symphony Template','','ja_symphony','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_symphony.xml','https://www.joomlart.com/update-steps',''),(4901,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(4902,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(4903,5,0,'JA University T3 template','','ja_university_t3','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(4904,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(4905,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(4906,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(4907,5,0,'JS Column Theme','','js_column','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_column.xml','https://www.joomlart.com/update-steps',''),(4908,5,0,'JS Flat Theme','','js_flat','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_flat.xml','https://www.joomlart.com/update-steps',''),(4909,5,0,'JS Kikiriki Theme','','js_kikiriki','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_kikiriki.xml','https://www.joomlart.com/update-steps',''),(4910,5,0,'JS Shadow Theme','','js_shadow','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_shadow.xml','https://www.joomlart.com/update-steps',''),(4911,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(4912,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(4913,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(4914,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(4915,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(4916,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(4917,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(4918,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(4919,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(4920,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(4921,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(4922,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(4923,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(4924,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(4925,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(4926,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(4927,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(4928,5,0,'S5 Masonry Module','','mod_s5_masonry','module','',0,'2.9.9','','http://update.joomlart.com/service/tracking/j31/mod_s5_masonry.xml','https://www.joomlart.com/update-steps',''),(4929,5,0,'S5 New Sticker V3 Module','','mod_s5_newstickerv3','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/mod_s5_newstickerv3.xml','https://www.joomlart.com/update-steps',''),(4930,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(4931,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(4932,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(4933,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(4934,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(4935,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(4936,5,0,'JA Megafilter EShop Plugin','','eshop','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(4937,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(4938,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(4939,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(4940,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(4941,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(4942,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(4943,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(4944,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(4945,5,0,'T4 System Plugin ','','t4','plugin','system',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(4946,5,0,'S5 Css And Js Compressor Plugin','','plugin_s5_css_and_js_compressor','plugin','plugin_s5_css_and_js',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_css_and_js_compressor.xml','https://www.joomlart.com/update-steps',''),(4947,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(4948,5,0,'S5 Ie6 Warning Plugin','','plugin_s5_ie6_warning','plugin','plugin_s5_ie6_warnin',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_ie6_warning.xml','https://www.joomlart.com/update-steps',''),(4949,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(4950,5,0,'Purity III Template','','purity_iii','template','',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(4951,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(4952,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(4953,7,0,'AcyMailing Essential - We did not find a licence attached to your website http://oscasa.com/. Ple...','Error licence not found for http://oscasa.com/ - We did not find a licence attached to your website http://oscasa.com/. Please make sure this website is attached to your subscription at acyba.com','com_acymailing','component','',1,'5.10.11','','http://www.acyba.com/component/updateme/updatexml/component-acymailing/version-5.7.0/level-Essential/li-aHR0cDovL29zY2FzYS5jb20v/file-extension.xml','https://www.acyba.com',''),(4954,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(4955,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(4956,9,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(4957,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(4958,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/313/2049982768','',''),(4959,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(4960,9,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(4961,10,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.10.2','','http://getk2.org/update.xml','https://getk2.org/blog/2691-k2-v2102-released-now-with-a-100-mobile-friendly-backend-user-interface',''),(4962,15,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.10.2','','http://getk2.org/app/update.xml','https://getk2.org/blog/2691-k2-v2102-released-now-with-a-100-mobile-friendly-backend-user-interface',''),(4963,17,0,'JCE 2.8.2','','pkg_jce','package','',0,'2.8.2','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-8-2-released',''),(4964,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4965,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4966,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4967,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4968,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4969,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4970,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4971,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4972,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4973,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4974,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4975,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4976,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4977,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4978,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4979,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4980,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4981,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4982,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4983,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4984,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4985,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4986,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4987,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4988,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4989,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4990,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4991,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4992,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4993,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4994,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4995,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4996,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4997,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4998,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4999,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5000,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5001,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5002,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5003,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5004,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5005,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5006,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5007,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5008,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5009,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5010,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5011,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5012,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5013,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5014,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5015,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5016,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5017,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5018,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5019,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5020,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5021,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5022,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5023,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(5024,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(5025,3,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(5026,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(5027,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(5028,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(5029,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(5030,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(5031,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(5032,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(5033,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(5034,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(5035,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(5036,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(5037,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(5038,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(5039,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(5040,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(5041,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(5042,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(5043,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(5044,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(5045,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(5046,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(5047,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(5048,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(5049,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(5050,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(5051,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(5052,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(5053,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(5054,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(5055,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(5056,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(5057,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(5058,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(5059,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(5060,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(5061,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(5062,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(5063,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(5064,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(5065,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(5066,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(5067,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(5068,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(5069,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5070,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.3.3','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(5071,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'1.2.1','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(5072,5,0,'JA Appolio Theme for EasyBlog','','easyblog_theme_appolio','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_appolio.xml','https://www.joomlart.com/update-steps',''),(5073,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(5074,5,0,'JA Biz Theme for EasyBlog','','easyblog_theme_biz','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_biz.xml','https://www.joomlart.com/update-steps',''),(5075,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(5076,5,0,'JA Decor Theme for EasyBlog','','easyblog_theme_decor','custom','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_decor.xml','https://www.joomlart.com/update-steps',''),(5077,5,0,'Theme Fixel for Easyblog J25 & J3x','','easyblog_theme_fixel','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_fixel.xml','https://www.joomlart.com/update-steps',''),(5078,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(5079,5,0,'JA Muzic Theme for EasyBlog','','easyblog_theme_muzic','custom','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_muzic.xml','https://www.joomlart.com/update-steps',''),(5080,5,0,'JA Obelisk Theme for EasyBlog','','easyblog_theme_obelisk','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_obelisk.xml','https://www.joomlart.com/update-steps',''),(5081,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(5082,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(5083,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(5084,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(5085,5,0,'JA Playmag Template','','ja_playmag','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j16/ja_playmag.xml','https://www.joomlart.com/update-steps',''),(5086,5,0,'JA Travel Template for Joomla 3x','','ja_travel','template','',0,'2.5.7','','http://update.joomlart.com/service/tracking/j16/ja_travel.xml','https://www.joomlart.com/update-steps',''),(5087,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(5088,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(5089,5,0,'Kunena Template for Ja Orisite','','kunena_theme_orisite','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/kunena_theme_orisite.xml','https://www.joomlart.com/update-steps',''),(5090,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.1.6','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(5091,5,0,'JA Image Hotspot Module for Joomla 2.5 & 3.x','','mod_jaimagehotspot','module','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(5092,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.3.3','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(5093,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(5094,5,0,'S5 Accordion Menu Module','','mod_s5_accordion_menu','module','',0,'2.3.2','','http://update.joomlart.com/service/tracking/j16/mod_s5_accordion_menu.xml','https://www.joomlart.com/update-steps',''),(5095,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(5096,5,0,'JA System Social Feed Plugin for Joomla 2.5 & 3.x','','jasocial_feed','plugin','system',0,'1.4.2','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(5097,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(5098,5,0,'Uber Template','','uber','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j16/uber.xml','https://www.joomlart.com/update-steps',''),(5099,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(5100,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.6','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(5101,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(5102,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(5103,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(5104,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.7.6','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(5105,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(5106,5,0,'GK hotel J!3','','gk_hotel','template','',0,'1.2.3','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(5107,5,0,'GK news2 J!3','','gk_news2','template','',0,'3.26','','http://update.joomlart.com/service/tracking/j30/gk_news2.xml','https://www.joomlart.com/update-steps',''),(5108,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(5109,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(5110,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(5111,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(5112,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(5113,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(5114,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(5115,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(5116,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(5117,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(5118,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.6.7','','http://update.joomlart.com/service/tracking/j30/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(5119,5,0,'News Pro GK5 J!3','','mod_news_pro_gk5','module','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j30/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(5120,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.7','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(5121,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(5122,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(5123,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(5124,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(5125,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(5126,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(5127,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.2.4','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(5128,5,0,'S5 Amazed Photography Template','','Shape5_amazed_photography_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_amazed_photography_template.xml','https://www.joomlart.com/update-steps',''),(5129,5,0,'S5 Ambient Template','','Shape5_ambient_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_ambient_template.xml','https://www.joomlart.com/update-steps',''),(5130,5,0,'S5 Ameritage Medical Template','','Shape5_ameritage_medical_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ameritage_medical_template.xml','https://www.joomlart.com/update-steps',''),(5131,5,0,'S5 Appwonder Template','','Shape5_appwonder_template','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/Shape5_appwonder_template.xml','https://www.joomlart.com/update-steps',''),(5132,5,0,'S5 Arthur Template','','Shape5_arthur_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_arthur_template.xml','https://www.joomlart.com/update-steps',''),(5133,5,0,'S5 Attractions Template','','Shape5_attractions_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_attractions_template.xml','https://www.joomlart.com/update-steps',''),(5134,5,0,'S5 Aurora Dawn Template','','Shape5_aurora_dawn_template','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_aurora_dawn_template.xml','https://www.joomlart.com/update-steps',''),(5135,5,0,'S5 Avignet Dream Template','','Shape5_avignet_dream_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_avignet_dream_template.xml','https://www.joomlart.com/update-steps',''),(5136,5,0,'S5 Big Picture Template','','Shape5_bigpicture_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bigpicture_template.xml','https://www.joomlart.com/update-steps',''),(5137,5,0,'S5 Blogbox Template','','Shape5_blog_box_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_blog_box_template.xml','https://www.joomlart.com/update-steps',''),(5138,5,0,'S5 BlueGroup Template','','Shape5_bluegroup_template','template','',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bluegroup_template.xml','https://www.joomlart.com/update-steps',''),(5139,5,0,'S5 Business Line Template','','Shape5_business_line_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_business_line_template.xml','https://www.joomlart.com/update-steps',''),(5140,5,0,'S5 Business Pro Template','','Shape5_business_pro_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_business_pro_template.xml','https://www.joomlart.com/update-steps',''),(5141,5,0,'S5 Callie Rush Template','','Shape5_callie_rush_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_callie_rush_template.xml','https://www.joomlart.com/update-steps',''),(5142,5,0,'S5 Campus Life Template','','Shape5_campuslife_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_campuslife_template.xml','https://www.joomlart.com/update-steps',''),(5143,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(5144,5,0,'S5 Charlestown Template','','Shape5_charlestown_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_charlestown_template.xml','https://www.joomlart.com/update-steps',''),(5145,5,0,'S5 Cleanout Template','','Shape5_cleanout_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cleanout_template.xml','https://www.joomlart.com/update-steps',''),(5146,5,0,'S5 Comaxium Template','','Shape5_comaxium_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_comaxium_template.xml','https://www.joomlart.com/update-steps',''),(5147,5,0,'S5 Compassion Template','','Shape5_compassion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_compassion_template.xml','https://www.joomlart.com/update-steps',''),(5148,5,0,'S5 Construction Template','','Shape5_construction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_construction_template.xml','https://www.joomlart.com/update-steps',''),(5149,5,0,'S5 Content King Template','','Shape5_contentking_template','template','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/Shape5_contentking_template.xml','https://www.joomlart.com/update-steps',''),(5150,5,0,'S5 Corporate Response Template','','Shape5_corporate_response_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corporate_response_template.xml','https://www.joomlart.com/update-steps',''),(5151,5,0,'S5 Corpway Template','','Shape5_corpway_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corpway_template.xml','https://www.joomlart.com/update-steps',''),(5152,5,0,'S5 Curb Appeal Template','','Shape5_curb_appeal_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_curb_appeal_template.xml','https://www.joomlart.com/update-steps',''),(5153,5,0,'S5 Cyan Template','','Shape5_cyan_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cyan_template.xml','https://www.joomlart.com/update-steps',''),(5154,5,0,'S5 Emma and Mason Template','','Shape5_emma_and_mason_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_emma_and_mason_template.xml','https://www.joomlart.com/update-steps',''),(5155,5,0,'S5 Emusica Template','','Shape5_emusica_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_emusica_template.xml','https://www.joomlart.com/update-steps',''),(5156,5,0,'S5 EZ Web Hosting Template','','Shape5_ezwebhosting_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ezwebhosting_template.xml','https://www.joomlart.com/update-steps',''),(5157,5,0,'S5 Fitness Center Template','','Shape5_fitness_center_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_fitness_center_template.xml','https://www.joomlart.com/update-steps',''),(5158,5,0,'S5 Forte Template','','Shape5_forte_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_forte_template.xml','https://www.joomlart.com/update-steps',''),(5159,5,0,'S5 Fresh Bistro Template','','Shape5_fresh_bistro_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_fresh_bistro_template.xml','https://www.joomlart.com/update-steps',''),(5160,5,0,'S5 Fusion Template','','Shape5_fusion_template','template','',0,'1.5.7','','http://update.joomlart.com/service/tracking/j31/Shape5_fusion_template.xml','https://www.joomlart.com/update-steps',''),(5161,5,0,'S5 Game World Template','','Shape5_game_world_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_game_world_template.xml','https://www.joomlart.com/update-steps',''),(5162,5,0,'S5 Gamers Template','','Shape5_gamers_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_gamers_template.xml','https://www.joomlart.com/update-steps',''),(5163,5,0,'S5 GCK Store Template','','Shape5_gck_store_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_gck_store_template.xml','https://www.joomlart.com/update-steps',''),(5164,5,0,'S5 General Commerce Template','','Shape5_general_commerce_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_general_commerce_template.xml','https://www.joomlart.com/update-steps',''),(5165,5,0,'S5 General Contractor Template','','Shape5_general_contractor_template','template','',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/Shape5_general_contractor_template.xml','https://www.joomlart.com/update-steps',''),(5166,5,0,'S5 GetReserved Template','','Shape5_getreserved_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_getreserved_template.xml','https://www.joomlart.com/update-steps',''),(5167,5,0,'S5 Health Guide Template','','Shape5_health_guide_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_health_guide_template.xml','https://www.joomlart.com/update-steps',''),(5168,5,0,'S5 Helion Template','','Shape5_helion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_helion_template.xml','https://www.joomlart.com/update-steps',''),(5169,5,0,'S5 Hexa Corp Template','','Shape5_hexa_corp_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_hexa_corp_template.xml','https://www.joomlart.com/update-steps',''),(5170,5,0,'S5 Hexicon Gamer Template','','Shape5_hexicon_gamer_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_hexicon_gamer_template.xml','https://www.joomlart.com/update-steps',''),(5171,5,0,'S5 Incline Template','','Shape5_incline_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_incline_template.xml','https://www.joomlart.com/update-steps',''),(5172,5,0,'S5 Legal Lawyer Template','','Shape5_legal_lawyer_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_legal_lawyer_template.xml','https://www.joomlart.com/update-steps',''),(5173,5,0,'S5 Life Journey Template','','Shape5_life_journey_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_life_journey_template.xml','https://www.joomlart.com/update-steps',''),(5174,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(5175,5,0,'S5 Lime Light Template','','Shape5_lime_light_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_lime_light_template.xml','https://www.joomlart.com/update-steps',''),(5176,5,0,'S5 Luxon Template','','Shape5_luxon_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_luxon_template.xml','https://www.joomlart.com/update-steps',''),(5177,5,0,'S5 M Ceative Agency Template','','Shape5_m_creative_agency_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_m_creative_agency_template.xml','https://www.joomlart.com/update-steps',''),(5178,5,0,'S5 Maxed Mag Template','','Shape5_maxedmag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_maxedmag_template.xml','https://www.joomlart.com/update-steps',''),(5179,5,0,'S5 MetroShows Template','','Shape5_metroshows_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_metroshows_template.xml','https://www.joomlart.com/update-steps',''),(5180,5,0,'S5 Modern Flavor Template','','Shape5_modern_flavor_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_modern_flavor_template.xml','https://www.joomlart.com/update-steps',''),(5181,5,0,'S5 New Vision Template','','Shape5_new_vision_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_new_vision_template.xml','https://www.joomlart.com/update-steps',''),(5182,5,0,'S5 News Blog Template','','Shape5_newsblog_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_newsblog_template.xml','https://www.joomlart.com/update-steps',''),(5183,5,0,'S5 Newsplace Template','','Shape5_newsplace_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_newsplace_template.xml','https://www.joomlart.com/update-steps',''),(5184,5,0,'S5 No1 Shopping Template','','Shape5_no1_shopping_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_no1_shopping_template.xml','https://www.joomlart.com/update-steps',''),(5185,5,0,'S5 Oasis Template','','Shape5_oasis_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_oasis_template.xml','https://www.joomlart.com/update-steps',''),(5186,5,0,'S5 Outdoor Life Template','','Shape5_outdoor_life_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_outdoor_life_template.xml','https://www.joomlart.com/update-steps',''),(5187,5,0,'S5 Pantheon Template','','Shape5_pantheon_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_pantheon_template.xml','https://www.joomlart.com/update-steps',''),(5188,5,0,'S5 Paradigm Shift Template','','Shape5_paradigm_shift_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_paradigm_shift_template.xml','https://www.joomlart.com/update-steps',''),(5189,5,0,'S5 Phosphorus Template','','Shape5_phosphorus_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_phosphorus_template.xml','https://www.joomlart.com/update-steps',''),(5190,5,0,'S5 Photobox Template','','Shape5_photobox_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_photobox_template.xml','https://www.joomlart.com/update-steps',''),(5191,5,0,'S5 Photofolio Template','','Shape5_photofolio_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_photofolio_template.xml','https://www.joomlart.com/update-steps',''),(5192,5,0,'S5 Prestige Academy Template','','Shape5_prestige_academy_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_prestige_academy_template.xml','https://www.joomlart.com/update-steps',''),(5193,5,0,'S5 Real Estate Template','','Shape5_realestate_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_realestate_template.xml','https://www.joomlart.com/update-steps',''),(5194,5,0,'S5 Regan Tech Template','','Shape5_regan_tech_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_regan_tech_template.xml','https://www.joomlart.com/update-steps',''),(5195,5,0,'S5 Risen Hope Template','','Shape5_risen_hope_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_risen_hope_template.xml','https://www.joomlart.com/update-steps',''),(5196,5,0,'S5 Salon N Spa Template','','Shape5_salonnspa_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_salonnspa_template.xml','https://www.joomlart.com/update-steps',''),(5197,5,0,'S5 Samba Spa Template','','Shape5_samba_template','template','',0,'1.3.5','','http://update.joomlart.com/service/tracking/j31/Shape5_samba_template.xml','https://www.joomlart.com/update-steps',''),(5198,5,0,'S5 Shenandoah Template','','Shape5_shenandoah_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_shenandoah_template.xml','https://www.joomlart.com/update-steps',''),(5199,5,0,'S5 ShoppingBag Template','','Shape5_shoppingbag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_shoppingbag_template.xml','https://www.joomlart.com/update-steps',''),(5200,5,0,'S5 Sienna Template','','Shape5_sienna_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sienna_template.xml','https://www.joomlart.com/update-steps',''),(5201,5,0,'S5 Simplex Template','','Shape5_simplex_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_simplex_template.xml','https://www.joomlart.com/update-steps',''),(5202,5,0,'S5 Soul Search Template','','Shape5_soul_search_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_soul_search_template.xml','https://www.joomlart.com/update-steps',''),(5203,5,0,'S5 Spectrum Template','','Shape5_spectrum_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_spectrum_template.xml','https://www.joomlart.com/update-steps',''),(5204,5,0,'S5 Sports Nation Template','','Shape5_sports_nation_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sports_nation_template.xml','https://www.joomlart.com/update-steps',''),(5205,5,0,'S5 Store Pro Template','','Shape5_storepro_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_storepro_template.xml','https://www.joomlart.com/update-steps',''),(5206,5,0,'S5 Swapps Template','','Shape5_swapps_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_swapps_template.xml','https://www.joomlart.com/update-steps',''),(5207,5,0,'S5 The Classifieds Template','','Shape5_the_classifieds_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_the_classifieds_template.xml','https://www.joomlart.com/update-steps',''),(5208,5,0,'S5 TheBlogazine Template','','Shape5_theblogazine_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_theblogazine_template.xml','https://www.joomlart.com/update-steps',''),(5209,5,0,'S5 Traction Template','','Shape5_traction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_traction_template.xml','https://www.joomlart.com/update-steps',''),(5210,5,0,'S5 University Template','','Shape5_university_template','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_university_template.xml','https://www.joomlart.com/update-steps',''),(5211,5,0,'S5 Velocity Template','','Shape5_velocity_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_velocity_template.xml','https://www.joomlart.com/update-steps',''),(5212,5,0,'S5 Zoka Template','','Shape5_zoka_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_zoka_template.xml','https://www.joomlart.com/update-steps',''),(5213,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'6.1.2','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(5214,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.5','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(5215,5,0,'Guru Pro','','com_guru_pro','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(5216,5,0,'JA Builder Component','','com_jabuilder','component','',1,'1.0.8','','http://update.joomlart.com/service/tracking/j31/com_jabuilder.xml','https://www.joomlart.com/update-steps',''),(5217,5,0,'JA Page Builder Component','','com_japagebuilder','component','',1,'1.0.0_alpha3','','http://update.joomlart.com/service/tracking/j31/com_japagebuilder.xml','https://www.joomlart.com/update-steps',''),(5218,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.0.2','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(5219,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(5220,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(5221,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(5222,5,0,'JA Resume Theme for EasyBlog','','easyblog_theme_resume','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_resume.xml','https://www.joomlart.com/update-steps',''),(5223,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(5224,5,0,'GK Quark template','','gk_quark','template','',0,'1.27','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(5225,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(5226,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(5227,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(5228,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(5229,5,0,'JA Cagox template','','ja_cagox','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(5230,5,0,'JA Company Template','','ja_company','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(5231,5,0,'JA Directory Template','','ja_directory','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(5232,5,0,'JA Donate Template','','ja_donate','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(5233,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(5234,5,0,'JA Intranet Template','','ja_intranet','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(5235,5,0,'JA Landscape Template','','ja_landscape','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_landscape.xml','https://www.joomlart.com/update-steps',''),(5236,5,0,'JA Megastore Template','','ja_megastore','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(5237,5,0,'JA Mood Template','','ja_mood','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(5238,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(5239,5,0,'JA Playstore Template','','ja_playstore','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(5240,5,0,'JA Property Template','','ja_property','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(5241,5,0,'JA Simpli Template','','ja_simpli','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/ja_simpli.xml','https://www.joomlart.com/update-steps',''),(5242,5,0,'JA Space Template','','ja_space','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_space.xml','https://www.joomlart.com/update-steps',''),(5243,5,0,'JA Stark Template','','ja_stark','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(5244,5,0,'JA Symphony Template','','ja_symphony','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_symphony.xml','https://www.joomlart.com/update-steps',''),(5245,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(5246,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(5247,5,0,'JA University T3 template','','ja_university_t3','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(5248,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(5249,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(5250,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(5251,5,0,'JS Column Theme','','js_column','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_column.xml','https://www.joomlart.com/update-steps',''),(5252,5,0,'JS Flat Theme','','js_flat','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_flat.xml','https://www.joomlart.com/update-steps',''),(5253,5,0,'JS Kikiriki Theme','','js_kikiriki','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_kikiriki.xml','https://www.joomlart.com/update-steps',''),(5254,5,0,'JS Shadow Theme','','js_shadow','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_shadow.xml','https://www.joomlart.com/update-steps',''),(5255,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(5256,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(5257,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(5258,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(5259,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(5260,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(5261,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(5262,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(5263,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(5264,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(5265,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(5266,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(5267,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(5268,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(5269,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(5270,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(5271,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(5272,5,0,'S5 Masonry Module','','mod_s5_masonry','module','',0,'2.9.9','','http://update.joomlart.com/service/tracking/j31/mod_s5_masonry.xml','https://www.joomlart.com/update-steps',''),(5273,5,0,'S5 New Sticker V3 Module','','mod_s5_newstickerv3','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/mod_s5_newstickerv3.xml','https://www.joomlart.com/update-steps',''),(5274,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(5275,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(5276,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(5277,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(5278,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(5279,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(5280,5,0,'JA Megafilter DOCman Plugin','','docman','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_docman.xml','https://www.joomlart.com/update-steps',''),(5281,5,0,'JA Megafilter EShop Plugin','','eshop','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(5282,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'1.1.6','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(5283,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(5284,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(5285,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(5286,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(5287,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(5288,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(5289,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(5290,5,0,'T4 System Plugin ','','t4','plugin','system',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(5291,5,0,'S5 Css And Js Compressor Plugin','','plugin_s5_css_and_js_compressor','plugin','plugin_s5_css_and_js',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_css_and_js_compressor.xml','https://www.joomlart.com/update-steps',''),(5292,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(5293,5,0,'S5 Ie6 Warning Plugin','','plugin_s5_ie6_warning','plugin','plugin_s5_ie6_warnin',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_ie6_warning.xml','https://www.joomlart.com/update-steps',''),(5294,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(5295,5,0,'Purity III Template','','purity_iii','template','',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(5296,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(5297,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(5298,7,0,'AcyMailing Essential - We did not find a licence attached to your website http://oscasa.com/. Ple...','Error licence not found for http://oscasa.com/ - We did not find a licence attached to your website http://oscasa.com/. Please make sure this website is attached to your subscription at acyba.com','com_acymailing','component','',1,'5.10.11','','http://www.acyba.com/component/updateme/updatexml/component-acymailing/version-5.7.0/level-Essential/li-aHR0cDovL29zY2FzYS5jb20v/file-extension.xml','https://www.acyba.com',''),(5299,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(5300,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(5301,9,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(5302,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(5303,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/313/2049982768','',''),(5304,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(5305,9,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(5306,10,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.10.2','','http://getk2.org/update.xml','https://getk2.org/blog/2691-k2-v2102-released-now-with-a-100-mobile-friendly-backend-user-interface',''),(5307,15,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.10.2','','http://getk2.org/app/update.xml','https://getk2.org/blog/2691-k2-v2102-released-now-with-a-100-mobile-friendly-backend-user-interface',''),(5308,17,0,'JCE 2.8.2','','pkg_jce','package','',0,'2.8.2','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-8-2-released',''),(5309,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5310,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5311,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5312,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5313,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5314,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5315,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5316,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5317,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5318,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5319,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5320,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5321,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5322,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5323,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5324,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5325,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5326,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5327,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5328,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(5329,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(5330,3,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(5331,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(5332,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(5333,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(5334,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(5335,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(5336,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(5337,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(5338,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(5339,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(5340,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(5341,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(5342,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(5343,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(5344,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(5345,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(5346,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(5347,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(5348,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(5349,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(5350,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(5351,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(5352,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(5353,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(5354,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(5355,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(5356,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(5357,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(5358,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(5359,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(5360,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(5361,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(5362,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(5363,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5364,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(5365,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(5366,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(5367,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(5368,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(5369,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(5370,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(5371,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(5372,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(5373,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(5374,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(5375,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.3.3','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(5376,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'1.2.1','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(5377,5,0,'JA Appolio Theme for EasyBlog','','easyblog_theme_appolio','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_appolio.xml','https://www.joomlart.com/update-steps',''),(5378,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(5379,5,0,'JA Biz Theme for EasyBlog','','easyblog_theme_biz','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_biz.xml','https://www.joomlart.com/update-steps',''),(5380,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(5381,5,0,'JA Decor Theme for EasyBlog','','easyblog_theme_decor','custom','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_decor.xml','https://www.joomlart.com/update-steps',''),(5382,5,0,'Theme Fixel for Easyblog J25 & J3x','','easyblog_theme_fixel','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_fixel.xml','https://www.joomlart.com/update-steps',''),(5383,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(5384,5,0,'JA Muzic Theme for EasyBlog','','easyblog_theme_muzic','custom','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_muzic.xml','https://www.joomlart.com/update-steps',''),(5385,5,0,'JA Obelisk Theme for EasyBlog','','easyblog_theme_obelisk','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_obelisk.xml','https://www.joomlart.com/update-steps',''),(5386,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(5387,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(5388,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(5389,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(5390,5,0,'JA Playmag Template','','ja_playmag','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j16/ja_playmag.xml','https://www.joomlart.com/update-steps',''),(5391,5,0,'JA Travel Template for Joomla 3x','','ja_travel','template','',0,'2.5.7','','http://update.joomlart.com/service/tracking/j16/ja_travel.xml','https://www.joomlart.com/update-steps',''),(5392,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(5393,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(5394,5,0,'Kunena Template for Ja Orisite','','kunena_theme_orisite','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/kunena_theme_orisite.xml','https://www.joomlart.com/update-steps',''),(5395,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.1.6','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(5396,5,0,'JA Image Hotspot Module for Joomla 2.5 & 3.x','','mod_jaimagehotspot','module','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(5397,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.3.3','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(5398,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(5399,5,0,'S5 Accordion Menu Module','','mod_s5_accordion_menu','module','',0,'2.3.2','','http://update.joomlart.com/service/tracking/j16/mod_s5_accordion_menu.xml','https://www.joomlart.com/update-steps',''),(5400,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(5401,5,0,'JA System Social Feed Plugin for Joomla 2.5 & 3.x','','jasocial_feed','plugin','system',0,'1.4.2','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(5402,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(5403,5,0,'Uber Template','','uber','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j16/uber.xml','https://www.joomlart.com/update-steps',''),(5404,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(5405,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.6','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(5406,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(5407,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(5408,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(5409,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.7.6','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(5410,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(5411,5,0,'GK hotel J!3','','gk_hotel','template','',0,'1.2.3','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(5412,5,0,'GK news2 J!3','','gk_news2','template','',0,'3.26','','http://update.joomlart.com/service/tracking/j30/gk_news2.xml','https://www.joomlart.com/update-steps',''),(5413,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(5414,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(5415,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(5416,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(5417,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(5418,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(5419,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(5420,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(5421,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(5422,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(5423,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.6.7','','http://update.joomlart.com/service/tracking/j30/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(5424,5,0,'News Pro GK5 J!3','','mod_news_pro_gk5','module','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j30/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(5425,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.7','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(5426,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(5427,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(5428,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(5429,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(5430,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(5431,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(5432,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.2.4','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(5433,5,0,'S5 Amazed Photography Template','','Shape5_amazed_photography_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_amazed_photography_template.xml','https://www.joomlart.com/update-steps',''),(5434,5,0,'S5 Ambient Template','','Shape5_ambient_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_ambient_template.xml','https://www.joomlart.com/update-steps',''),(5435,5,0,'S5 Ameritage Medical Template','','Shape5_ameritage_medical_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ameritage_medical_template.xml','https://www.joomlart.com/update-steps',''),(5436,5,0,'S5 Appwonder Template','','Shape5_appwonder_template','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/Shape5_appwonder_template.xml','https://www.joomlart.com/update-steps',''),(5437,5,0,'S5 Arthur Template','','Shape5_arthur_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_arthur_template.xml','https://www.joomlart.com/update-steps',''),(5438,5,0,'S5 Attractions Template','','Shape5_attractions_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_attractions_template.xml','https://www.joomlart.com/update-steps',''),(5439,5,0,'S5 Aurora Dawn Template','','Shape5_aurora_dawn_template','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_aurora_dawn_template.xml','https://www.joomlart.com/update-steps',''),(5440,5,0,'S5 Avignet Dream Template','','Shape5_avignet_dream_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_avignet_dream_template.xml','https://www.joomlart.com/update-steps',''),(5441,5,0,'S5 Big Picture Template','','Shape5_bigpicture_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bigpicture_template.xml','https://www.joomlart.com/update-steps',''),(5442,5,0,'S5 Blogbox Template','','Shape5_blog_box_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_blog_box_template.xml','https://www.joomlart.com/update-steps',''),(5443,5,0,'S5 BlueGroup Template','','Shape5_bluegroup_template','template','',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bluegroup_template.xml','https://www.joomlart.com/update-steps',''),(5444,5,0,'S5 Business Line Template','','Shape5_business_line_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_business_line_template.xml','https://www.joomlart.com/update-steps',''),(5445,5,0,'S5 Business Pro Template','','Shape5_business_pro_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_business_pro_template.xml','https://www.joomlart.com/update-steps',''),(5446,5,0,'S5 Callie Rush Template','','Shape5_callie_rush_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_callie_rush_template.xml','https://www.joomlart.com/update-steps',''),(5447,5,0,'S5 Campus Life Template','','Shape5_campuslife_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_campuslife_template.xml','https://www.joomlart.com/update-steps',''),(5448,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(5449,5,0,'S5 Charlestown Template','','Shape5_charlestown_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_charlestown_template.xml','https://www.joomlart.com/update-steps',''),(5450,5,0,'S5 Cleanout Template','','Shape5_cleanout_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cleanout_template.xml','https://www.joomlart.com/update-steps',''),(5451,5,0,'S5 Comaxium Template','','Shape5_comaxium_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_comaxium_template.xml','https://www.joomlart.com/update-steps',''),(5452,5,0,'S5 Compassion Template','','Shape5_compassion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_compassion_template.xml','https://www.joomlart.com/update-steps',''),(5453,5,0,'S5 Construction Template','','Shape5_construction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_construction_template.xml','https://www.joomlart.com/update-steps',''),(5454,5,0,'S5 Content King Template','','Shape5_contentking_template','template','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/Shape5_contentking_template.xml','https://www.joomlart.com/update-steps',''),(5455,5,0,'S5 Corporate Response Template','','Shape5_corporate_response_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corporate_response_template.xml','https://www.joomlart.com/update-steps',''),(5456,5,0,'S5 Corpway Template','','Shape5_corpway_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corpway_template.xml','https://www.joomlart.com/update-steps',''),(5457,5,0,'S5 Curb Appeal Template','','Shape5_curb_appeal_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_curb_appeal_template.xml','https://www.joomlart.com/update-steps',''),(5458,5,0,'S5 Cyan Template','','Shape5_cyan_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cyan_template.xml','https://www.joomlart.com/update-steps',''),(5459,5,0,'S5 Emma and Mason Template','','Shape5_emma_and_mason_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_emma_and_mason_template.xml','https://www.joomlart.com/update-steps',''),(5460,5,0,'S5 Emusica Template','','Shape5_emusica_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_emusica_template.xml','https://www.joomlart.com/update-steps',''),(5461,5,0,'S5 EZ Web Hosting Template','','Shape5_ezwebhosting_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ezwebhosting_template.xml','https://www.joomlart.com/update-steps',''),(5462,5,0,'S5 Fitness Center Template','','Shape5_fitness_center_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_fitness_center_template.xml','https://www.joomlart.com/update-steps',''),(5463,5,0,'S5 Forte Template','','Shape5_forte_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_forte_template.xml','https://www.joomlart.com/update-steps',''),(5464,5,0,'S5 Fresh Bistro Template','','Shape5_fresh_bistro_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_fresh_bistro_template.xml','https://www.joomlart.com/update-steps',''),(5465,5,0,'S5 Fusion Template','','Shape5_fusion_template','template','',0,'1.5.7','','http://update.joomlart.com/service/tracking/j31/Shape5_fusion_template.xml','https://www.joomlart.com/update-steps',''),(5466,5,0,'S5 Game World Template','','Shape5_game_world_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_game_world_template.xml','https://www.joomlart.com/update-steps',''),(5467,5,0,'S5 Gamers Template','','Shape5_gamers_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_gamers_template.xml','https://www.joomlart.com/update-steps',''),(5468,5,0,'S5 GCK Store Template','','Shape5_gck_store_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_gck_store_template.xml','https://www.joomlart.com/update-steps',''),(5469,5,0,'S5 General Commerce Template','','Shape5_general_commerce_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_general_commerce_template.xml','https://www.joomlart.com/update-steps',''),(5470,5,0,'S5 General Contractor Template','','Shape5_general_contractor_template','template','',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/Shape5_general_contractor_template.xml','https://www.joomlart.com/update-steps',''),(5471,5,0,'S5 GetReserved Template','','Shape5_getreserved_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_getreserved_template.xml','https://www.joomlart.com/update-steps',''),(5472,5,0,'S5 Health Guide Template','','Shape5_health_guide_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_health_guide_template.xml','https://www.joomlart.com/update-steps',''),(5473,5,0,'S5 Helion Template','','Shape5_helion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_helion_template.xml','https://www.joomlart.com/update-steps',''),(5474,5,0,'S5 Hexa Corp Template','','Shape5_hexa_corp_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_hexa_corp_template.xml','https://www.joomlart.com/update-steps',''),(5475,5,0,'S5 Hexicon Gamer Template','','Shape5_hexicon_gamer_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_hexicon_gamer_template.xml','https://www.joomlart.com/update-steps',''),(5476,5,0,'S5 Incline Template','','Shape5_incline_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_incline_template.xml','https://www.joomlart.com/update-steps',''),(5477,5,0,'S5 Legal Lawyer Template','','Shape5_legal_lawyer_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_legal_lawyer_template.xml','https://www.joomlart.com/update-steps',''),(5478,5,0,'S5 Life Journey Template','','Shape5_life_journey_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_life_journey_template.xml','https://www.joomlart.com/update-steps',''),(5479,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(5480,5,0,'S5 Lime Light Template','','Shape5_lime_light_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_lime_light_template.xml','https://www.joomlart.com/update-steps',''),(5481,5,0,'S5 Luxon Template','','Shape5_luxon_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_luxon_template.xml','https://www.joomlart.com/update-steps',''),(5482,5,0,'S5 M Ceative Agency Template','','Shape5_m_creative_agency_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_m_creative_agency_template.xml','https://www.joomlart.com/update-steps',''),(5483,5,0,'S5 Maxed Mag Template','','Shape5_maxedmag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_maxedmag_template.xml','https://www.joomlart.com/update-steps',''),(5484,5,0,'S5 MetroShows Template','','Shape5_metroshows_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_metroshows_template.xml','https://www.joomlart.com/update-steps',''),(5485,5,0,'S5 Modern Flavor Template','','Shape5_modern_flavor_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_modern_flavor_template.xml','https://www.joomlart.com/update-steps',''),(5486,5,0,'S5 New Vision Template','','Shape5_new_vision_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_new_vision_template.xml','https://www.joomlart.com/update-steps',''),(5487,5,0,'S5 News Blog Template','','Shape5_newsblog_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_newsblog_template.xml','https://www.joomlart.com/update-steps',''),(5488,5,0,'S5 Newsplace Template','','Shape5_newsplace_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_newsplace_template.xml','https://www.joomlart.com/update-steps',''),(5489,5,0,'S5 No1 Shopping Template','','Shape5_no1_shopping_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_no1_shopping_template.xml','https://www.joomlart.com/update-steps',''),(5490,5,0,'S5 Oasis Template','','Shape5_oasis_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_oasis_template.xml','https://www.joomlart.com/update-steps',''),(5491,5,0,'S5 Outdoor Life Template','','Shape5_outdoor_life_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_outdoor_life_template.xml','https://www.joomlart.com/update-steps',''),(5492,5,0,'S5 Pantheon Template','','Shape5_pantheon_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_pantheon_template.xml','https://www.joomlart.com/update-steps',''),(5493,5,0,'S5 Paradigm Shift Template','','Shape5_paradigm_shift_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_paradigm_shift_template.xml','https://www.joomlart.com/update-steps',''),(5494,5,0,'S5 Phosphorus Template','','Shape5_phosphorus_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_phosphorus_template.xml','https://www.joomlart.com/update-steps',''),(5495,5,0,'S5 Photobox Template','','Shape5_photobox_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_photobox_template.xml','https://www.joomlart.com/update-steps',''),(5496,5,0,'S5 Photofolio Template','','Shape5_photofolio_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_photofolio_template.xml','https://www.joomlart.com/update-steps',''),(5497,5,0,'S5 Prestige Academy Template','','Shape5_prestige_academy_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_prestige_academy_template.xml','https://www.joomlart.com/update-steps',''),(5498,5,0,'S5 Real Estate Template','','Shape5_realestate_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_realestate_template.xml','https://www.joomlart.com/update-steps',''),(5499,5,0,'S5 Regan Tech Template','','Shape5_regan_tech_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_regan_tech_template.xml','https://www.joomlart.com/update-steps',''),(5500,5,0,'S5 Risen Hope Template','','Shape5_risen_hope_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_risen_hope_template.xml','https://www.joomlart.com/update-steps',''),(5501,5,0,'S5 Salon N Spa Template','','Shape5_salonnspa_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_salonnspa_template.xml','https://www.joomlart.com/update-steps',''),(5502,5,0,'S5 Samba Spa Template','','Shape5_samba_template','template','',0,'1.3.5','','http://update.joomlart.com/service/tracking/j31/Shape5_samba_template.xml','https://www.joomlart.com/update-steps',''),(5503,5,0,'S5 Shenandoah Template','','Shape5_shenandoah_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_shenandoah_template.xml','https://www.joomlart.com/update-steps',''),(5504,5,0,'S5 ShoppingBag Template','','Shape5_shoppingbag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_shoppingbag_template.xml','https://www.joomlart.com/update-steps',''),(5505,5,0,'S5 Sienna Template','','Shape5_sienna_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sienna_template.xml','https://www.joomlart.com/update-steps',''),(5506,5,0,'S5 Simplex Template','','Shape5_simplex_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_simplex_template.xml','https://www.joomlart.com/update-steps',''),(5507,5,0,'S5 Soul Search Template','','Shape5_soul_search_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_soul_search_template.xml','https://www.joomlart.com/update-steps',''),(5508,5,0,'S5 Spectrum Template','','Shape5_spectrum_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_spectrum_template.xml','https://www.joomlart.com/update-steps',''),(5509,5,0,'S5 Sports Nation Template','','Shape5_sports_nation_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sports_nation_template.xml','https://www.joomlart.com/update-steps',''),(5510,5,0,'S5 Store Pro Template','','Shape5_storepro_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_storepro_template.xml','https://www.joomlart.com/update-steps',''),(5511,5,0,'S5 Swapps Template','','Shape5_swapps_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_swapps_template.xml','https://www.joomlart.com/update-steps',''),(5512,5,0,'S5 The Classifieds Template','','Shape5_the_classifieds_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_the_classifieds_template.xml','https://www.joomlart.com/update-steps',''),(5513,5,0,'S5 TheBlogazine Template','','Shape5_theblogazine_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_theblogazine_template.xml','https://www.joomlart.com/update-steps',''),(5514,5,0,'S5 Traction Template','','Shape5_traction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_traction_template.xml','https://www.joomlart.com/update-steps',''),(5515,5,0,'S5 University Template','','Shape5_university_template','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_university_template.xml','https://www.joomlart.com/update-steps',''),(5516,5,0,'S5 Velocity Template','','Shape5_velocity_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_velocity_template.xml','https://www.joomlart.com/update-steps',''),(5517,5,0,'S5 Zoka Template','','Shape5_zoka_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_zoka_template.xml','https://www.joomlart.com/update-steps',''),(5518,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'6.1.2','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(5519,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.5','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(5520,5,0,'Guru Pro','','com_guru_pro','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(5521,5,0,'JA Builder Component','','com_jabuilder','component','',1,'1.0.8','','http://update.joomlart.com/service/tracking/j31/com_jabuilder.xml','https://www.joomlart.com/update-steps',''),(5522,5,0,'JA Page Builder Component','','com_japagebuilder','component','',1,'1.0.0_alpha3','','http://update.joomlart.com/service/tracking/j31/com_japagebuilder.xml','https://www.joomlart.com/update-steps',''),(5523,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.0.2','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(5524,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(5525,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(5526,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(5527,5,0,'JA Resume Theme for EasyBlog','','easyblog_theme_resume','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_resume.xml','https://www.joomlart.com/update-steps',''),(5528,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(5529,5,0,'GK Quark template','','gk_quark','template','',0,'1.27','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(5530,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(5531,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(5532,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(5533,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(5534,5,0,'JA Cagox template','','ja_cagox','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(5535,5,0,'JA Company Template','','ja_company','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(5536,5,0,'JA Directory Template','','ja_directory','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(5537,5,0,'JA Donate Template','','ja_donate','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(5538,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(5539,5,0,'JA Intranet Template','','ja_intranet','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(5540,5,0,'JA Landscape Template','','ja_landscape','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_landscape.xml','https://www.joomlart.com/update-steps',''),(5541,5,0,'JA Megastore Template','','ja_megastore','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(5542,5,0,'JA Mood Template','','ja_mood','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(5543,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(5544,5,0,'JA Playstore Template','','ja_playstore','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(5545,5,0,'JA Property Template','','ja_property','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(5546,5,0,'JA Simpli Template','','ja_simpli','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/ja_simpli.xml','https://www.joomlart.com/update-steps',''),(5547,5,0,'JA Space Template','','ja_space','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_space.xml','https://www.joomlart.com/update-steps',''),(5548,5,0,'JA Stark Template','','ja_stark','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(5549,5,0,'JA Symphony Template','','ja_symphony','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_symphony.xml','https://www.joomlart.com/update-steps',''),(5550,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(5551,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(5552,5,0,'JA University T3 template','','ja_university_t3','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(5553,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(5554,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(5555,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(5556,5,0,'JS Column Theme','','js_column','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_column.xml','https://www.joomlart.com/update-steps',''),(5557,5,0,'JS Flat Theme','','js_flat','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_flat.xml','https://www.joomlart.com/update-steps',''),(5558,5,0,'JS Kikiriki Theme','','js_kikiriki','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_kikiriki.xml','https://www.joomlart.com/update-steps',''),(5559,5,0,'JS Shadow Theme','','js_shadow','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_shadow.xml','https://www.joomlart.com/update-steps',''),(5560,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(5561,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(5562,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(5563,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(5564,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(5565,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(5566,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(5567,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(5568,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(5569,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(5570,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(5571,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(5572,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(5573,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(5574,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(5575,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(5576,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(5577,5,0,'S5 Masonry Module','','mod_s5_masonry','module','',0,'2.9.9','','http://update.joomlart.com/service/tracking/j31/mod_s5_masonry.xml','https://www.joomlart.com/update-steps',''),(5578,5,0,'S5 New Sticker V3 Module','','mod_s5_newstickerv3','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/mod_s5_newstickerv3.xml','https://www.joomlart.com/update-steps',''),(5579,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(5580,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(5581,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(5582,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(5583,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(5584,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(5585,5,0,'JA Megafilter DOCman Plugin','','docman','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_docman.xml','https://www.joomlart.com/update-steps',''),(5586,5,0,'JA Megafilter EShop Plugin','','eshop','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(5587,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'1.1.6','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(5588,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(5589,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(5590,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(5591,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(5592,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(5593,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(5594,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(5595,5,0,'T4 System Plugin ','','t4','plugin','system',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(5596,5,0,'S5 Css And Js Compressor Plugin','','plugin_s5_css_and_js_compressor','plugin','plugin_s5_css_and_js',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_css_and_js_compressor.xml','https://www.joomlart.com/update-steps',''),(5597,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(5598,5,0,'S5 Ie6 Warning Plugin','','plugin_s5_ie6_warning','plugin','plugin_s5_ie6_warnin',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_ie6_warning.xml','https://www.joomlart.com/update-steps',''),(5599,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(5600,5,0,'Purity III Template','','purity_iii','template','',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(5601,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(5602,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(5603,7,0,'AcyMailing Essential - We did not find a licence attached to your website http://oscasa.com/. Ple...','Error licence not found for http://oscasa.com/ - We did not find a licence attached to your website http://oscasa.com/. Please make sure this website is attached to your subscription at acyba.com','com_acymailing','component','',1,'5.10.12','','http://www.acyba.com/component/updateme/updatexml/component-acymailing/version-5.7.0/level-Essential/li-aHR0cDovL29zY2FzYS5jb20v/file-extension.xml','https://www.acyba.com',''),(5604,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(5605,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(5606,9,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(5607,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(5608,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/313/2049982768','',''),(5609,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(5610,9,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(5611,10,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.10.2','','http://getk2.org/update.xml','https://getk2.org/blog/2691-k2-v2102-released-now-with-a-100-mobile-friendly-backend-user-interface',''),(5612,15,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.10.2','','http://getk2.org/app/update.xml','https://getk2.org/blog/2691-k2-v2102-released-now-with-a-100-mobile-friendly-backend-user-interface',''),(5613,17,0,'JCE 2.8.2','','pkg_jce','package','',0,'2.8.2','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-8-2-released',''),(5614,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5615,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5616,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5617,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(5618,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(5619,3,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(5620,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(5621,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(5622,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(5623,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(5624,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(5625,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(5626,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(5627,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(5628,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(5629,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(5630,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(5631,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(5632,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(5633,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(5634,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(5635,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(5636,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(5637,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(5638,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(5639,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(5640,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(5641,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(5642,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(5643,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(5644,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(5645,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(5646,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(5647,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(5648,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(5649,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(5650,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(5651,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(5652,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(5653,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(5654,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(5655,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(5656,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(5657,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(5658,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(5659,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(5660,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(5661,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(5662,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(5663,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(5664,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.3.3','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(5665,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'1.2.1','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(5666,5,0,'JA Appolio Theme for EasyBlog','','easyblog_theme_appolio','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_appolio.xml','https://www.joomlart.com/update-steps',''),(5667,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(5668,5,0,'JA Biz Theme for EasyBlog','','easyblog_theme_biz','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_biz.xml','https://www.joomlart.com/update-steps',''),(5669,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(5670,5,0,'JA Decor Theme for EasyBlog','','easyblog_theme_decor','custom','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_decor.xml','https://www.joomlart.com/update-steps',''),(5671,5,0,'Theme Fixel for Easyblog J25 & J3x','','easyblog_theme_fixel','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_fixel.xml','https://www.joomlart.com/update-steps',''),(5672,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(5673,5,0,'JA Muzic Theme for EasyBlog','','easyblog_theme_muzic','custom','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_muzic.xml','https://www.joomlart.com/update-steps',''),(5674,5,0,'JA Obelisk Theme for EasyBlog','','easyblog_theme_obelisk','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_obelisk.xml','https://www.joomlart.com/update-steps',''),(5675,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(5676,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(5677,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(5678,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(5679,5,0,'JA Playmag Template','','ja_playmag','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j16/ja_playmag.xml','https://www.joomlart.com/update-steps',''),(5680,5,0,'JA Travel Template for Joomla 3x','','ja_travel','template','',0,'2.5.7','','http://update.joomlart.com/service/tracking/j16/ja_travel.xml','https://www.joomlart.com/update-steps',''),(5681,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(5682,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(5683,5,0,'Kunena Template for Ja Orisite','','kunena_theme_orisite','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/kunena_theme_orisite.xml','https://www.joomlart.com/update-steps',''),(5684,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.1.6','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(5685,5,0,'JA Image Hotspot Module for Joomla 2.5 & 3.x','','mod_jaimagehotspot','module','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(5686,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.3.3','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(5687,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(5688,5,0,'S5 Accordion Menu Module','','mod_s5_accordion_menu','module','',0,'2.3.2','','http://update.joomlart.com/service/tracking/j16/mod_s5_accordion_menu.xml','https://www.joomlart.com/update-steps',''),(5689,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(5690,5,0,'JA System Social Feed Plugin for Joomla 2.5 & 3.x','','jasocial_feed','plugin','system',0,'1.4.2','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(5691,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(5692,5,0,'Uber Template','','uber','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j16/uber.xml','https://www.joomlart.com/update-steps',''),(5693,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(5694,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.6','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(5695,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(5696,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(5697,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(5698,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.7.6','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(5699,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(5700,5,0,'GK hotel J!3','','gk_hotel','template','',0,'1.2.3','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(5701,5,0,'GK news2 J!3','','gk_news2','template','',0,'3.26','','http://update.joomlart.com/service/tracking/j30/gk_news2.xml','https://www.joomlart.com/update-steps',''),(5702,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(5703,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(5704,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(5705,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(5706,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(5707,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(5708,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(5709,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(5710,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(5711,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(5712,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.6.7','','http://update.joomlart.com/service/tracking/j30/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(5713,5,0,'News Pro GK5 J!3','','mod_news_pro_gk5','module','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j30/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(5714,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.7','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(5715,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(5716,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(5717,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(5718,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(5719,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(5720,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(5721,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.2.4','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(5722,5,0,'S5 Amazed Photography Template','','Shape5_amazed_photography_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_amazed_photography_template.xml','https://www.joomlart.com/update-steps',''),(5723,5,0,'S5 Ambient Template','','Shape5_ambient_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_ambient_template.xml','https://www.joomlart.com/update-steps',''),(5724,5,0,'S5 Ameritage Medical Template','','Shape5_ameritage_medical_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ameritage_medical_template.xml','https://www.joomlart.com/update-steps',''),(5725,5,0,'S5 Appwonder Template','','Shape5_appwonder_template','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/Shape5_appwonder_template.xml','https://www.joomlart.com/update-steps',''),(5726,5,0,'S5 Arthur Template','','Shape5_arthur_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_arthur_template.xml','https://www.joomlart.com/update-steps',''),(5727,5,0,'S5 Attractions Template','','Shape5_attractions_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_attractions_template.xml','https://www.joomlart.com/update-steps',''),(5728,5,0,'S5 Aurora Dawn Template','','Shape5_aurora_dawn_template','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_aurora_dawn_template.xml','https://www.joomlart.com/update-steps','');
INSERT INTO `jos7e_updates` VALUES (5729,5,0,'S5 Avignet Dream Template','','Shape5_avignet_dream_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_avignet_dream_template.xml','https://www.joomlart.com/update-steps',''),(5730,5,0,'S5 Big Picture Template','','Shape5_bigpicture_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bigpicture_template.xml','https://www.joomlart.com/update-steps',''),(5731,5,0,'S5 Blogbox Template','','Shape5_blog_box_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_blog_box_template.xml','https://www.joomlart.com/update-steps',''),(5732,5,0,'S5 BlueGroup Template','','Shape5_bluegroup_template','template','',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bluegroup_template.xml','https://www.joomlart.com/update-steps',''),(5733,5,0,'S5 Business Line Template','','Shape5_business_line_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_business_line_template.xml','https://www.joomlart.com/update-steps',''),(5734,5,0,'S5 Business Pro Template','','Shape5_business_pro_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_business_pro_template.xml','https://www.joomlart.com/update-steps',''),(5735,5,0,'S5 Callie Rush Template','','Shape5_callie_rush_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_callie_rush_template.xml','https://www.joomlart.com/update-steps',''),(5736,5,0,'S5 Campus Life Template','','Shape5_campuslife_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_campuslife_template.xml','https://www.joomlart.com/update-steps',''),(5737,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(5738,5,0,'S5 Charlestown Template','','Shape5_charlestown_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_charlestown_template.xml','https://www.joomlart.com/update-steps',''),(5739,5,0,'S5 Cleanout Template','','Shape5_cleanout_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cleanout_template.xml','https://www.joomlart.com/update-steps',''),(5740,5,0,'S5 Comaxium Template','','Shape5_comaxium_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_comaxium_template.xml','https://www.joomlart.com/update-steps',''),(5741,5,0,'S5 Compassion Template','','Shape5_compassion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_compassion_template.xml','https://www.joomlart.com/update-steps',''),(5742,5,0,'S5 Construction Template','','Shape5_construction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_construction_template.xml','https://www.joomlart.com/update-steps',''),(5743,5,0,'S5 Content King Template','','Shape5_contentking_template','template','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/Shape5_contentking_template.xml','https://www.joomlart.com/update-steps',''),(5744,5,0,'S5 Corporate Response Template','','Shape5_corporate_response_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corporate_response_template.xml','https://www.joomlart.com/update-steps',''),(5745,5,0,'S5 Corpway Template','','Shape5_corpway_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corpway_template.xml','https://www.joomlart.com/update-steps',''),(5746,5,0,'S5 Curb Appeal Template','','Shape5_curb_appeal_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_curb_appeal_template.xml','https://www.joomlart.com/update-steps',''),(5747,5,0,'S5 Cyan Template','','Shape5_cyan_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cyan_template.xml','https://www.joomlart.com/update-steps',''),(5748,5,0,'S5 Emma and Mason Template','','Shape5_emma_and_mason_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_emma_and_mason_template.xml','https://www.joomlart.com/update-steps',''),(5749,5,0,'S5 Emusica Template','','Shape5_emusica_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_emusica_template.xml','https://www.joomlart.com/update-steps',''),(5750,5,0,'S5 EZ Web Hosting Template','','Shape5_ezwebhosting_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ezwebhosting_template.xml','https://www.joomlart.com/update-steps',''),(5751,5,0,'S5 Fitness Center Template','','Shape5_fitness_center_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_fitness_center_template.xml','https://www.joomlart.com/update-steps',''),(5752,5,0,'S5 Forte Template','','Shape5_forte_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_forte_template.xml','https://www.joomlart.com/update-steps',''),(5753,5,0,'S5 Fresh Bistro Template','','Shape5_fresh_bistro_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_fresh_bistro_template.xml','https://www.joomlart.com/update-steps',''),(5754,5,0,'S5 Fusion Template','','Shape5_fusion_template','template','',0,'1.5.7','','http://update.joomlart.com/service/tracking/j31/Shape5_fusion_template.xml','https://www.joomlart.com/update-steps',''),(5755,5,0,'S5 Game World Template','','Shape5_game_world_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_game_world_template.xml','https://www.joomlart.com/update-steps',''),(5756,5,0,'S5 Gamers Template','','Shape5_gamers_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_gamers_template.xml','https://www.joomlart.com/update-steps',''),(5757,5,0,'S5 GCK Store Template','','Shape5_gck_store_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_gck_store_template.xml','https://www.joomlart.com/update-steps',''),(5758,5,0,'S5 General Commerce Template','','Shape5_general_commerce_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_general_commerce_template.xml','https://www.joomlart.com/update-steps',''),(5759,5,0,'S5 General Contractor Template','','Shape5_general_contractor_template','template','',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/Shape5_general_contractor_template.xml','https://www.joomlart.com/update-steps',''),(5760,5,0,'S5 GetReserved Template','','Shape5_getreserved_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_getreserved_template.xml','https://www.joomlart.com/update-steps',''),(5761,5,0,'S5 Health Guide Template','','Shape5_health_guide_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_health_guide_template.xml','https://www.joomlart.com/update-steps',''),(5762,5,0,'S5 Helion Template','','Shape5_helion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_helion_template.xml','https://www.joomlart.com/update-steps',''),(5763,5,0,'S5 Hexa Corp Template','','Shape5_hexa_corp_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_hexa_corp_template.xml','https://www.joomlart.com/update-steps',''),(5764,5,0,'S5 Hexicon Gamer Template','','Shape5_hexicon_gamer_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_hexicon_gamer_template.xml','https://www.joomlart.com/update-steps',''),(5765,5,0,'S5 Incline Template','','Shape5_incline_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_incline_template.xml','https://www.joomlart.com/update-steps',''),(5766,5,0,'S5 Legal Lawyer Template','','Shape5_legal_lawyer_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_legal_lawyer_template.xml','https://www.joomlart.com/update-steps',''),(5767,5,0,'S5 Life Journey Template','','Shape5_life_journey_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_life_journey_template.xml','https://www.joomlart.com/update-steps',''),(5768,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(5769,5,0,'S5 Lime Light Template','','Shape5_lime_light_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_lime_light_template.xml','https://www.joomlart.com/update-steps',''),(5770,5,0,'S5 Luxon Template','','Shape5_luxon_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_luxon_template.xml','https://www.joomlart.com/update-steps',''),(5771,5,0,'S5 M Ceative Agency Template','','Shape5_m_creative_agency_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_m_creative_agency_template.xml','https://www.joomlart.com/update-steps',''),(5772,5,0,'S5 Maxed Mag Template','','Shape5_maxedmag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_maxedmag_template.xml','https://www.joomlart.com/update-steps',''),(5773,5,0,'S5 MetroShows Template','','Shape5_metroshows_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_metroshows_template.xml','https://www.joomlart.com/update-steps',''),(5774,5,0,'S5 Modern Flavor Template','','Shape5_modern_flavor_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_modern_flavor_template.xml','https://www.joomlart.com/update-steps',''),(5775,5,0,'S5 New Vision Template','','Shape5_new_vision_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_new_vision_template.xml','https://www.joomlart.com/update-steps',''),(5776,5,0,'S5 News Blog Template','','Shape5_newsblog_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_newsblog_template.xml','https://www.joomlart.com/update-steps',''),(5777,5,0,'S5 Newsplace Template','','Shape5_newsplace_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_newsplace_template.xml','https://www.joomlart.com/update-steps',''),(5778,5,0,'S5 No1 Shopping Template','','Shape5_no1_shopping_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_no1_shopping_template.xml','https://www.joomlart.com/update-steps',''),(5779,5,0,'S5 Oasis Template','','Shape5_oasis_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_oasis_template.xml','https://www.joomlart.com/update-steps',''),(5780,5,0,'S5 Outdoor Life Template','','Shape5_outdoor_life_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_outdoor_life_template.xml','https://www.joomlart.com/update-steps',''),(5781,5,0,'S5 Pantheon Template','','Shape5_pantheon_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_pantheon_template.xml','https://www.joomlart.com/update-steps',''),(5782,5,0,'S5 Paradigm Shift Template','','Shape5_paradigm_shift_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_paradigm_shift_template.xml','https://www.joomlart.com/update-steps',''),(5783,5,0,'S5 Phosphorus Template','','Shape5_phosphorus_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_phosphorus_template.xml','https://www.joomlart.com/update-steps',''),(5784,5,0,'S5 Photobox Template','','Shape5_photobox_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_photobox_template.xml','https://www.joomlart.com/update-steps',''),(5785,5,0,'S5 Photofolio Template','','Shape5_photofolio_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_photofolio_template.xml','https://www.joomlart.com/update-steps',''),(5786,5,0,'S5 Prestige Academy Template','','Shape5_prestige_academy_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_prestige_academy_template.xml','https://www.joomlart.com/update-steps',''),(5787,5,0,'S5 Real Estate Template','','Shape5_realestate_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_realestate_template.xml','https://www.joomlart.com/update-steps',''),(5788,5,0,'S5 Regan Tech Template','','Shape5_regan_tech_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_regan_tech_template.xml','https://www.joomlart.com/update-steps',''),(5789,5,0,'S5 Risen Hope Template','','Shape5_risen_hope_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_risen_hope_template.xml','https://www.joomlart.com/update-steps',''),(5790,5,0,'S5 Salon N Spa Template','','Shape5_salonnspa_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_salonnspa_template.xml','https://www.joomlart.com/update-steps',''),(5791,5,0,'S5 Samba Spa Template','','Shape5_samba_template','template','',0,'1.3.5','','http://update.joomlart.com/service/tracking/j31/Shape5_samba_template.xml','https://www.joomlart.com/update-steps',''),(5792,5,0,'S5 Shenandoah Template','','Shape5_shenandoah_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_shenandoah_template.xml','https://www.joomlart.com/update-steps',''),(5793,5,0,'S5 ShoppingBag Template','','Shape5_shoppingbag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_shoppingbag_template.xml','https://www.joomlart.com/update-steps',''),(5794,5,0,'S5 Sienna Template','','Shape5_sienna_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sienna_template.xml','https://www.joomlart.com/update-steps',''),(5795,5,0,'S5 Simplex Template','','Shape5_simplex_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_simplex_template.xml','https://www.joomlart.com/update-steps',''),(5796,5,0,'S5 Soul Search Template','','Shape5_soul_search_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_soul_search_template.xml','https://www.joomlart.com/update-steps',''),(5797,5,0,'S5 Spectrum Template','','Shape5_spectrum_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_spectrum_template.xml','https://www.joomlart.com/update-steps',''),(5798,5,0,'S5 Sports Nation Template','','Shape5_sports_nation_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sports_nation_template.xml','https://www.joomlart.com/update-steps',''),(5799,5,0,'S5 Store Pro Template','','Shape5_storepro_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_storepro_template.xml','https://www.joomlart.com/update-steps',''),(5800,5,0,'S5 Swapps Template','','Shape5_swapps_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_swapps_template.xml','https://www.joomlart.com/update-steps',''),(5801,5,0,'S5 The Classifieds Template','','Shape5_the_classifieds_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_the_classifieds_template.xml','https://www.joomlart.com/update-steps',''),(5802,5,0,'S5 TheBlogazine Template','','Shape5_theblogazine_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_theblogazine_template.xml','https://www.joomlart.com/update-steps',''),(5803,5,0,'S5 Traction Template','','Shape5_traction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_traction_template.xml','https://www.joomlart.com/update-steps',''),(5804,5,0,'S5 University Template','','Shape5_university_template','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_university_template.xml','https://www.joomlart.com/update-steps',''),(5805,5,0,'S5 Velocity Template','','Shape5_velocity_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_velocity_template.xml','https://www.joomlart.com/update-steps',''),(5806,5,0,'S5 Zoka Template','','Shape5_zoka_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_zoka_template.xml','https://www.joomlart.com/update-steps',''),(5807,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'6.1.2','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(5808,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.5','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(5809,5,0,'Guru Pro','','com_guru_pro','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(5810,5,0,'JA Builder Component','','com_jabuilder','component','',1,'1.0.8','','http://update.joomlart.com/service/tracking/j31/com_jabuilder.xml','https://www.joomlart.com/update-steps',''),(5811,5,0,'JA Page Builder Component','','com_japagebuilder','component','',1,'1.0.0_alpha3','','http://update.joomlart.com/service/tracking/j31/com_japagebuilder.xml','https://www.joomlart.com/update-steps',''),(5812,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.0.2','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(5813,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(5814,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(5815,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(5816,5,0,'JA Resume Theme for EasyBlog','','easyblog_theme_resume','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_resume.xml','https://www.joomlart.com/update-steps',''),(5817,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(5818,5,0,'GK Quark template','','gk_quark','template','',0,'1.27','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(5819,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(5820,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(5821,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(5822,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(5823,5,0,'JA Cagox template','','ja_cagox','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(5824,5,0,'JA Company Template','','ja_company','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(5825,5,0,'JA Directory Template','','ja_directory','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(5826,5,0,'JA Donate Template','','ja_donate','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(5827,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(5828,5,0,'JA Intranet Template','','ja_intranet','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(5829,5,0,'JA Landscape Template','','ja_landscape','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_landscape.xml','https://www.joomlart.com/update-steps',''),(5830,5,0,'JA Megastore Template','','ja_megastore','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(5831,5,0,'JA Mood Template','','ja_mood','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(5832,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(5833,5,0,'JA Playstore Template','','ja_playstore','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(5834,5,0,'JA Property Template','','ja_property','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(5835,5,0,'JA Simpli Template','','ja_simpli','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/ja_simpli.xml','https://www.joomlart.com/update-steps',''),(5836,5,0,'JA Space Template','','ja_space','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_space.xml','https://www.joomlart.com/update-steps',''),(5837,5,0,'JA Stark Template','','ja_stark','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(5838,5,0,'JA Symphony Template','','ja_symphony','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_symphony.xml','https://www.joomlart.com/update-steps',''),(5839,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(5840,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(5841,5,0,'JA University T3 template','','ja_university_t3','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(5842,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(5843,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(5844,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(5845,5,0,'JS Column Theme','','js_column','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_column.xml','https://www.joomlart.com/update-steps',''),(5846,5,0,'JS Flat Theme','','js_flat','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_flat.xml','https://www.joomlart.com/update-steps',''),(5847,5,0,'JS Kikiriki Theme','','js_kikiriki','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_kikiriki.xml','https://www.joomlart.com/update-steps',''),(5848,5,0,'JS Shadow Theme','','js_shadow','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_shadow.xml','https://www.joomlart.com/update-steps',''),(5849,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(5850,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(5851,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(5852,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(5853,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(5854,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(5855,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(5856,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(5857,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(5858,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(5859,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(5860,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(5861,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(5862,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(5863,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(5864,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(5865,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(5866,5,0,'S5 Masonry Module','','mod_s5_masonry','module','',0,'2.9.9','','http://update.joomlart.com/service/tracking/j31/mod_s5_masonry.xml','https://www.joomlart.com/update-steps',''),(5867,5,0,'S5 New Sticker V3 Module','','mod_s5_newstickerv3','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/mod_s5_newstickerv3.xml','https://www.joomlart.com/update-steps',''),(5868,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(5869,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(5870,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(5871,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(5872,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(5873,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(5874,5,0,'JA Megafilter DOCman Plugin','','docman','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_docman.xml','https://www.joomlart.com/update-steps',''),(5875,5,0,'JA Megafilter EShop Plugin','','eshop','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(5876,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'1.1.6','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(5877,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(5878,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(5879,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(5880,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(5881,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(5882,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(5883,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(5884,5,0,'T4 System Plugin ','','t4','plugin','system',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(5885,5,0,'S5 Css And Js Compressor Plugin','','plugin_s5_css_and_js_compressor','plugin','plugin_s5_css_and_js',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_css_and_js_compressor.xml','https://www.joomlart.com/update-steps',''),(5886,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(5887,5,0,'S5 Ie6 Warning Plugin','','plugin_s5_ie6_warning','plugin','plugin_s5_ie6_warnin',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_ie6_warning.xml','https://www.joomlart.com/update-steps',''),(5888,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(5889,5,0,'Purity III Template','','purity_iii','template','',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(5890,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(5891,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(5892,7,0,'AcyMailing Essential - We did not find a licence attached to your website http://oscasa.com/. Ple...','Error licence not found for http://oscasa.com/ - We did not find a licence attached to your website http://oscasa.com/. Please make sure this website is attached to your subscription at acyba.com','com_acymailing','component','',1,'5.10.12','','http://www.acyba.com/component/updateme/updatexml/component-acymailing/version-5.7.0/level-Essential/li-aHR0cDovL29zY2FzYS5jb20v/file-extension.xml','https://www.acyba.com',''),(5893,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(5894,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(5895,9,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(5896,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(5897,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/313/2049982768','',''),(5898,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(5899,9,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(5900,10,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.10.2','','http://getk2.org/update.xml','https://getk2.org/blog/2691-k2-v2102-released-now-with-a-100-mobile-friendly-backend-user-interface',''),(5901,15,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.10.2','','http://getk2.org/app/update.xml','https://getk2.org/blog/2691-k2-v2102-released-now-with-a-100-mobile-friendly-backend-user-interface',''),(5902,17,0,'JCE 2.8.2','','pkg_jce','package','',0,'2.8.2','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-8-2-released',''),(5903,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5904,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5905,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5906,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5907,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5908,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5909,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5910,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5911,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5912,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5913,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5914,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5915,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5916,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5917,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5918,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5919,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5920,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5921,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5922,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5923,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5924,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5925,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5926,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5927,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5928,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5929,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5930,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5931,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5932,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5933,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5934,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5935,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5936,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5937,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(5938,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(5939,3,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(5940,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(5941,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(5942,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(5943,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(5944,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(5945,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(5946,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(5947,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(5948,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(5949,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5950,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(5951,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(5952,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(5953,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(5954,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(5955,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(5956,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(5957,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(5958,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(5959,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(5960,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(5961,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(5962,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(5963,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(5964,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(5965,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(5966,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(5967,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(5968,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(5969,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(5970,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(5971,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(5972,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(5973,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(5974,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(5975,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(5976,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(5977,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(5978,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(5979,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(5980,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(5981,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(5982,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(5983,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(5984,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(5985,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.3.3','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(5986,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'1.2.1','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(5987,5,0,'JA Appolio Theme for EasyBlog','','easyblog_theme_appolio','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_appolio.xml','https://www.joomlart.com/update-steps',''),(5988,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(5989,5,0,'JA Biz Theme for EasyBlog','','easyblog_theme_biz','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_biz.xml','https://www.joomlart.com/update-steps',''),(5990,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(5991,5,0,'JA Decor Theme for EasyBlog','','easyblog_theme_decor','custom','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_decor.xml','https://www.joomlart.com/update-steps',''),(5992,5,0,'Theme Fixel for Easyblog J25 & J3x','','easyblog_theme_fixel','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_fixel.xml','https://www.joomlart.com/update-steps',''),(5993,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(5994,5,0,'JA Muzic Theme for EasyBlog','','easyblog_theme_muzic','custom','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_muzic.xml','https://www.joomlart.com/update-steps',''),(5995,5,0,'JA Obelisk Theme for EasyBlog','','easyblog_theme_obelisk','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_obelisk.xml','https://www.joomlart.com/update-steps',''),(5996,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(5997,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(5998,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(5999,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(6000,5,0,'JA Playmag Template','','ja_playmag','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j16/ja_playmag.xml','https://www.joomlart.com/update-steps',''),(6001,5,0,'JA Travel Template for Joomla 3x','','ja_travel','template','',0,'2.5.7','','http://update.joomlart.com/service/tracking/j16/ja_travel.xml','https://www.joomlart.com/update-steps',''),(6002,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(6003,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(6004,5,0,'Kunena Template for Ja Orisite','','kunena_theme_orisite','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/kunena_theme_orisite.xml','https://www.joomlart.com/update-steps',''),(6005,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.1.6','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(6006,5,0,'JA Image Hotspot Module for Joomla 2.5 & 3.x','','mod_jaimagehotspot','module','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(6007,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.3.3','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(6008,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(6009,5,0,'S5 Accordion Menu Module','','mod_s5_accordion_menu','module','',0,'2.3.2','','http://update.joomlart.com/service/tracking/j16/mod_s5_accordion_menu.xml','https://www.joomlart.com/update-steps',''),(6010,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(6011,5,0,'JA System Google Map plugin for Joomla 2.5 & J3x','','jagooglemap','plugin','system',0,'2.6.6','','http://update.joomlart.com/service/tracking/j16/plg_system_jagooglemap.xml','https://www.joomlart.com/update-steps',''),(6012,5,0,'JA System Social Feed Plugin for Joomla 2.5 & 3.x','','jasocial_feed','plugin','system',0,'1.4.2','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(6013,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(6014,5,0,'Uber Template','','uber','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j16/uber.xml','https://www.joomlart.com/update-steps',''),(6015,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(6016,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.6','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(6017,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(6018,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(6019,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(6020,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.7.6','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(6021,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(6022,5,0,'GK hotel J!3','','gk_hotel','template','',0,'1.2.3','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(6023,5,0,'GK news2 J!3','','gk_news2','template','',0,'3.26','','http://update.joomlart.com/service/tracking/j30/gk_news2.xml','https://www.joomlart.com/update-steps',''),(6024,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(6025,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(6026,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(6027,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(6028,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(6029,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(6030,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(6031,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(6032,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(6033,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(6034,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.6.7','','http://update.joomlart.com/service/tracking/j30/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(6035,5,0,'News Pro GK5 J!3','','mod_news_pro_gk5','module','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j30/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(6036,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.8','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(6037,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(6038,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(6039,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(6040,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(6041,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(6042,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(6043,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.2.4','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(6044,5,0,'S5 Amazed Photography Template','','Shape5_amazed_photography_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_amazed_photography_template.xml','https://www.joomlart.com/update-steps',''),(6045,5,0,'S5 Ambient Template','','Shape5_ambient_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_ambient_template.xml','https://www.joomlart.com/update-steps',''),(6046,5,0,'S5 Ameritage Medical Template','','Shape5_ameritage_medical_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ameritage_medical_template.xml','https://www.joomlart.com/update-steps',''),(6047,5,0,'S5 Appwonder Template','','Shape5_appwonder_template','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/Shape5_appwonder_template.xml','https://www.joomlart.com/update-steps',''),(6048,5,0,'S5 Arthur Template','','Shape5_arthur_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_arthur_template.xml','https://www.joomlart.com/update-steps',''),(6049,5,0,'S5 Attractions Template','','Shape5_attractions_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_attractions_template.xml','https://www.joomlart.com/update-steps',''),(6050,5,0,'S5 Aurora Dawn Template','','Shape5_aurora_dawn_template','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_aurora_dawn_template.xml','https://www.joomlart.com/update-steps',''),(6051,5,0,'S5 Avignet Dream Template','','Shape5_avignet_dream_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_avignet_dream_template.xml','https://www.joomlart.com/update-steps',''),(6052,5,0,'S5 Big Picture Template','','Shape5_bigpicture_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bigpicture_template.xml','https://www.joomlart.com/update-steps',''),(6053,5,0,'S5 Blogbox Template','','Shape5_blog_box_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_blog_box_template.xml','https://www.joomlart.com/update-steps',''),(6054,5,0,'S5 BlueGroup Template','','Shape5_bluegroup_template','template','',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bluegroup_template.xml','https://www.joomlart.com/update-steps',''),(6055,5,0,'S5 Business Line Template','','Shape5_business_line_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_business_line_template.xml','https://www.joomlart.com/update-steps',''),(6056,5,0,'S5 Business Pro Template','','Shape5_business_pro_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_business_pro_template.xml','https://www.joomlart.com/update-steps',''),(6057,5,0,'S5 Callie Rush Template','','Shape5_callie_rush_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_callie_rush_template.xml','https://www.joomlart.com/update-steps',''),(6058,5,0,'S5 Campus Life Template','','Shape5_campuslife_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_campuslife_template.xml','https://www.joomlart.com/update-steps',''),(6059,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(6060,5,0,'S5 Charlestown Template','','Shape5_charlestown_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_charlestown_template.xml','https://www.joomlart.com/update-steps',''),(6061,5,0,'S5 Cleanout Template','','Shape5_cleanout_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cleanout_template.xml','https://www.joomlart.com/update-steps',''),(6062,5,0,'S5 Comaxium Template','','Shape5_comaxium_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_comaxium_template.xml','https://www.joomlart.com/update-steps',''),(6063,5,0,'S5 Compassion Template','','Shape5_compassion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_compassion_template.xml','https://www.joomlart.com/update-steps',''),(6064,5,0,'S5 Construction Template','','Shape5_construction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_construction_template.xml','https://www.joomlart.com/update-steps',''),(6065,5,0,'S5 Content King Template','','Shape5_contentking_template','template','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/Shape5_contentking_template.xml','https://www.joomlart.com/update-steps',''),(6066,5,0,'S5 Corporate Response Template','','Shape5_corporate_response_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corporate_response_template.xml','https://www.joomlart.com/update-steps',''),(6067,5,0,'S5 Corpway Template','','Shape5_corpway_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corpway_template.xml','https://www.joomlart.com/update-steps',''),(6068,5,0,'S5 Curb Appeal Template','','Shape5_curb_appeal_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_curb_appeal_template.xml','https://www.joomlart.com/update-steps',''),(6069,5,0,'S5 Cyan Template','','Shape5_cyan_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cyan_template.xml','https://www.joomlart.com/update-steps',''),(6070,5,0,'S5 Emma and Mason Template','','Shape5_emma_and_mason_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_emma_and_mason_template.xml','https://www.joomlart.com/update-steps',''),(6071,5,0,'S5 Emusica Template','','Shape5_emusica_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_emusica_template.xml','https://www.joomlart.com/update-steps',''),(6072,5,0,'S5 EZ Web Hosting Template','','Shape5_ezwebhosting_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ezwebhosting_template.xml','https://www.joomlart.com/update-steps',''),(6073,5,0,'S5 Fitness Center Template','','Shape5_fitness_center_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_fitness_center_template.xml','https://www.joomlart.com/update-steps',''),(6074,5,0,'S5 Forte Template','','Shape5_forte_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_forte_template.xml','https://www.joomlart.com/update-steps',''),(6075,5,0,'S5 Fresh Bistro Template','','Shape5_fresh_bistro_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_fresh_bistro_template.xml','https://www.joomlart.com/update-steps',''),(6076,5,0,'S5 Fusion Template','','Shape5_fusion_template','template','',0,'1.5.7','','http://update.joomlart.com/service/tracking/j31/Shape5_fusion_template.xml','https://www.joomlart.com/update-steps',''),(6077,5,0,'S5 Game World Template','','Shape5_game_world_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_game_world_template.xml','https://www.joomlart.com/update-steps',''),(6078,5,0,'S5 Gamers Template','','Shape5_gamers_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_gamers_template.xml','https://www.joomlart.com/update-steps',''),(6079,5,0,'S5 GCK Store Template','','Shape5_gck_store_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_gck_store_template.xml','https://www.joomlart.com/update-steps',''),(6080,5,0,'S5 General Commerce Template','','Shape5_general_commerce_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_general_commerce_template.xml','https://www.joomlart.com/update-steps',''),(6081,5,0,'S5 General Contractor Template','','Shape5_general_contractor_template','template','',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/Shape5_general_contractor_template.xml','https://www.joomlart.com/update-steps',''),(6082,5,0,'S5 GetReserved Template','','Shape5_getreserved_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_getreserved_template.xml','https://www.joomlart.com/update-steps',''),(6083,5,0,'S5 Health Guide Template','','Shape5_health_guide_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_health_guide_template.xml','https://www.joomlart.com/update-steps',''),(6084,5,0,'S5 Helion Template','','Shape5_helion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_helion_template.xml','https://www.joomlart.com/update-steps',''),(6085,5,0,'S5 Hexa Corp Template','','Shape5_hexa_corp_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_hexa_corp_template.xml','https://www.joomlart.com/update-steps',''),(6086,5,0,'S5 Hexicon Gamer Template','','Shape5_hexicon_gamer_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_hexicon_gamer_template.xml','https://www.joomlart.com/update-steps',''),(6087,5,0,'S5 Incline Template','','Shape5_incline_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_incline_template.xml','https://www.joomlart.com/update-steps',''),(6088,5,0,'S5 Legal Lawyer Template','','Shape5_legal_lawyer_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_legal_lawyer_template.xml','https://www.joomlart.com/update-steps',''),(6089,5,0,'S5 Life Journey Template','','Shape5_life_journey_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_life_journey_template.xml','https://www.joomlart.com/update-steps',''),(6090,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(6091,5,0,'S5 Lime Light Template','','Shape5_lime_light_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_lime_light_template.xml','https://www.joomlart.com/update-steps',''),(6092,5,0,'S5 Luxon Template','','Shape5_luxon_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_luxon_template.xml','https://www.joomlart.com/update-steps',''),(6093,5,0,'S5 M Ceative Agency Template','','Shape5_m_creative_agency_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_m_creative_agency_template.xml','https://www.joomlart.com/update-steps',''),(6094,5,0,'S5 Maxed Mag Template','','Shape5_maxedmag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_maxedmag_template.xml','https://www.joomlart.com/update-steps',''),(6095,5,0,'S5 MetroShows Template','','Shape5_metroshows_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_metroshows_template.xml','https://www.joomlart.com/update-steps',''),(6096,5,0,'S5 Modern Flavor Template','','Shape5_modern_flavor_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_modern_flavor_template.xml','https://www.joomlart.com/update-steps',''),(6097,5,0,'S5 New Vision Template','','Shape5_new_vision_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_new_vision_template.xml','https://www.joomlart.com/update-steps',''),(6098,5,0,'S5 News Blog Template','','Shape5_newsblog_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_newsblog_template.xml','https://www.joomlart.com/update-steps',''),(6099,5,0,'S5 Newsplace Template','','Shape5_newsplace_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_newsplace_template.xml','https://www.joomlart.com/update-steps',''),(6100,5,0,'S5 No1 Shopping Template','','Shape5_no1_shopping_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_no1_shopping_template.xml','https://www.joomlart.com/update-steps',''),(6101,5,0,'S5 Oasis Template','','Shape5_oasis_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_oasis_template.xml','https://www.joomlart.com/update-steps',''),(6102,5,0,'S5 Outdoor Life Template','','Shape5_outdoor_life_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_outdoor_life_template.xml','https://www.joomlart.com/update-steps',''),(6103,5,0,'S5 Pantheon Template','','Shape5_pantheon_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_pantheon_template.xml','https://www.joomlart.com/update-steps',''),(6104,5,0,'S5 Paradigm Shift Template','','Shape5_paradigm_shift_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_paradigm_shift_template.xml','https://www.joomlart.com/update-steps',''),(6105,5,0,'S5 Phosphorus Template','','Shape5_phosphorus_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_phosphorus_template.xml','https://www.joomlart.com/update-steps',''),(6106,5,0,'S5 Photobox Template','','Shape5_photobox_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_photobox_template.xml','https://www.joomlart.com/update-steps',''),(6107,5,0,'S5 Photofolio Template','','Shape5_photofolio_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_photofolio_template.xml','https://www.joomlart.com/update-steps',''),(6108,5,0,'S5 Prestige Academy Template','','Shape5_prestige_academy_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_prestige_academy_template.xml','https://www.joomlart.com/update-steps',''),(6109,5,0,'S5 Real Estate Template','','Shape5_realestate_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_realestate_template.xml','https://www.joomlart.com/update-steps',''),(6110,5,0,'S5 Regan Tech Template','','Shape5_regan_tech_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_regan_tech_template.xml','https://www.joomlart.com/update-steps',''),(6111,5,0,'S5 Risen Hope Template','','Shape5_risen_hope_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_risen_hope_template.xml','https://www.joomlart.com/update-steps',''),(6112,5,0,'S5 Salon N Spa Template','','Shape5_salonnspa_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_salonnspa_template.xml','https://www.joomlart.com/update-steps',''),(6113,5,0,'S5 Samba Spa Template','','Shape5_samba_template','template','',0,'1.3.5','','http://update.joomlart.com/service/tracking/j31/Shape5_samba_template.xml','https://www.joomlart.com/update-steps',''),(6114,5,0,'S5 Shenandoah Template','','Shape5_shenandoah_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_shenandoah_template.xml','https://www.joomlart.com/update-steps',''),(6115,5,0,'S5 ShoppingBag Template','','Shape5_shoppingbag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_shoppingbag_template.xml','https://www.joomlart.com/update-steps',''),(6116,5,0,'S5 Sienna Template','','Shape5_sienna_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sienna_template.xml','https://www.joomlart.com/update-steps',''),(6117,5,0,'S5 Simplex Template','','Shape5_simplex_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_simplex_template.xml','https://www.joomlart.com/update-steps',''),(6118,5,0,'S5 Soul Search Template','','Shape5_soul_search_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_soul_search_template.xml','https://www.joomlart.com/update-steps',''),(6119,5,0,'S5 Spectrum Template','','Shape5_spectrum_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_spectrum_template.xml','https://www.joomlart.com/update-steps',''),(6120,5,0,'S5 Sports Nation Template','','Shape5_sports_nation_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sports_nation_template.xml','https://www.joomlart.com/update-steps',''),(6121,5,0,'S5 Store Pro Template','','Shape5_storepro_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_storepro_template.xml','https://www.joomlart.com/update-steps',''),(6122,5,0,'S5 Swapps Template','','Shape5_swapps_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_swapps_template.xml','https://www.joomlart.com/update-steps',''),(6123,5,0,'S5 The Classifieds Template','','Shape5_the_classifieds_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_the_classifieds_template.xml','https://www.joomlart.com/update-steps',''),(6124,5,0,'S5 TheBlogazine Template','','Shape5_theblogazine_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_theblogazine_template.xml','https://www.joomlart.com/update-steps',''),(6125,5,0,'S5 Traction Template','','Shape5_traction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_traction_template.xml','https://www.joomlart.com/update-steps',''),(6126,5,0,'S5 University Template','','Shape5_university_template','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_university_template.xml','https://www.joomlart.com/update-steps',''),(6127,5,0,'S5 Velocity Template','','Shape5_velocity_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_velocity_template.xml','https://www.joomlart.com/update-steps',''),(6128,5,0,'S5 Zoka Template','','Shape5_zoka_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_zoka_template.xml','https://www.joomlart.com/update-steps',''),(6129,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'6.1.2','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(6130,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.5','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(6131,5,0,'Guru Pro','','com_guru_pro','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(6132,5,0,'JA Builder Component','','com_jabuilder','component','',1,'1.0.8','','http://update.joomlart.com/service/tracking/j31/com_jabuilder.xml','https://www.joomlart.com/update-steps',''),(6133,5,0,'JA Page Builder Component','','com_japagebuilder','component','',1,'1.0.0_alpha3','','http://update.joomlart.com/service/tracking/j31/com_japagebuilder.xml','https://www.joomlart.com/update-steps',''),(6134,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.0.2','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(6135,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(6136,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(6137,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(6138,5,0,'JA Resume Theme for EasyBlog','','easyblog_theme_resume','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_resume.xml','https://www.joomlart.com/update-steps',''),(6139,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(6140,5,0,'GK Quark template','','gk_quark','template','',0,'1.27','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(6141,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(6142,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(6143,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(6144,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(6145,5,0,'JA Cagox template','','ja_cagox','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(6146,5,0,'JA Company Template','','ja_company','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(6147,5,0,'JA Directory Template','','ja_directory','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(6148,5,0,'JA Donate Template','','ja_donate','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(6149,5,0,'JA EventCamp Template','','ja_eventcamp','template','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/ja_eventcamp.xml','https://www.joomlart.com/update-steps',''),(6150,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(6151,5,0,'JA Intranet Template','','ja_intranet','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(6152,5,0,'JA Landscape Template','','ja_landscape','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_landscape.xml','https://www.joomlart.com/update-steps',''),(6153,5,0,'JA Megastore Template','','ja_megastore','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(6154,5,0,'JA Mood Template','','ja_mood','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(6155,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(6156,5,0,'JA Playstore Template','','ja_playstore','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(6157,5,0,'JA Property Template','','ja_property','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(6158,5,0,'JA Simpli Template','','ja_simpli','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/ja_simpli.xml','https://www.joomlart.com/update-steps',''),(6159,5,0,'JA Space Template','','ja_space','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_space.xml','https://www.joomlart.com/update-steps',''),(6160,5,0,'JA Stark Template','','ja_stark','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(6161,5,0,'JA Symphony Template','','ja_symphony','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_symphony.xml','https://www.joomlart.com/update-steps',''),(6162,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(6163,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(6164,5,0,'JA University T3 template','','ja_university_t3','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(6165,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(6166,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(6167,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(6168,5,0,'JS Column Theme','','js_column','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_column.xml','https://www.joomlart.com/update-steps',''),(6169,5,0,'JS Flat Theme','','js_flat','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_flat.xml','https://www.joomlart.com/update-steps',''),(6170,5,0,'JS Kikiriki Theme','','js_kikiriki','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_kikiriki.xml','https://www.joomlart.com/update-steps',''),(6171,5,0,'JS Shadow Theme','','js_shadow','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_shadow.xml','https://www.joomlart.com/update-steps',''),(6172,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(6173,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(6174,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(6175,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(6176,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(6177,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(6178,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(6179,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(6180,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(6181,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(6182,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(6183,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(6184,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(6185,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(6186,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(6187,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(6188,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(6189,5,0,'S5 Masonry Module','','mod_s5_masonry','module','',0,'2.9.9','','http://update.joomlart.com/service/tracking/j31/mod_s5_masonry.xml','https://www.joomlart.com/update-steps',''),(6190,5,0,'S5 New Sticker V3 Module','','mod_s5_newstickerv3','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/mod_s5_newstickerv3.xml','https://www.joomlart.com/update-steps',''),(6191,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(6192,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(6193,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(6194,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(6195,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(6196,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(6197,5,0,'JA Megafilter DOCman Plugin','','docman','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_docman.xml','https://www.joomlart.com/update-steps',''),(6198,5,0,'JA Megafilter EShop Plugin','','eshop','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(6199,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'1.1.6','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(6200,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(6201,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(6202,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(6203,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(6204,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(6205,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(6206,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(6207,5,0,'T4 System Plugin ','','t4','plugin','system',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(6208,5,0,'S5 Css And Js Compressor Plugin','','plugin_s5_css_and_js_compressor','plugin','plugin_s5_css_and_js',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_css_and_js_compressor.xml','https://www.joomlart.com/update-steps',''),(6209,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(6210,5,0,'S5 Ie6 Warning Plugin','','plugin_s5_ie6_warning','plugin','plugin_s5_ie6_warnin',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_ie6_warning.xml','https://www.joomlart.com/update-steps',''),(6211,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(6212,5,0,'Purity III Template','','purity_iii','template','',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(6213,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(6214,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(6215,7,0,'AcyMailing Essential - We did not find a licence attached to your website http://oscasa.com/. Ple...','Error licence not found for http://oscasa.com/ - We did not find a licence attached to your website http://oscasa.com/. Please make sure this website is attached to your subscription at acyba.com','com_acymailing','component','',1,'5.10.12','','http://www.acyba.com/component/updateme/updatexml/component-acymailing/version-5.7.0/level-Essential/li-aHR0cDovL29zY2FzYS5jb20v/file-extension.xml','https://www.acyba.com',''),(6216,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(6217,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(6218,9,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(6219,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(6220,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/313/2049982768','',''),(6221,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(6222,9,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(6223,10,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.10.2','','http://getk2.org/update.xml','https://getk2.org/blog/2691-k2-v2102-released-now-with-a-100-mobile-friendly-backend-user-interface',''),(6224,15,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.10.2','','http://getk2.org/app/update.xml','https://getk2.org/blog/2691-k2-v2102-released-now-with-a-100-mobile-friendly-backend-user-interface',''),(6225,17,0,'JCE 2.8.3','','pkg_jce','package','',0,'2.8.3','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-8-3-released',''),(6226,18,10119,'SCLogin','SCLogin','mod_sclogin','module','',0,'8.3.2','','http://www.sourcecoast.com/updates/sclogin.xml','https://www.sourcecoast.com/index.php?option=com_ars&view=release&id=152',''),(6227,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6228,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6229,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6230,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6231,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6232,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6233,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6234,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6235,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6236,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6237,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6238,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6239,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6240,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6241,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6242,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6243,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6244,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6245,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6246,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(6247,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(6248,3,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(6249,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(6250,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(6251,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(6252,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(6253,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(6254,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(6255,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(6256,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(6257,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(6258,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(6259,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(6260,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(6261,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(6262,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(6263,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(6264,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(6265,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(6266,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(6267,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(6268,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(6269,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(6270,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(6271,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(6272,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(6273,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6274,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(6275,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(6276,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(6277,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(6278,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(6279,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(6280,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(6281,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(6282,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(6283,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(6284,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(6285,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(6286,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(6287,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(6288,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(6289,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(6290,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(6291,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(6292,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(6293,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(6294,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.3.3','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(6295,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'1.2.1','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(6296,5,0,'JA Appolio Theme for EasyBlog','','easyblog_theme_appolio','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_appolio.xml','https://www.joomlart.com/update-steps',''),(6297,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(6298,5,0,'JA Biz Theme for EasyBlog','','easyblog_theme_biz','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_biz.xml','https://www.joomlart.com/update-steps',''),(6299,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(6300,5,0,'JA Decor Theme for EasyBlog','','easyblog_theme_decor','custom','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_decor.xml','https://www.joomlart.com/update-steps',''),(6301,5,0,'Theme Fixel for Easyblog J25 & J3x','','easyblog_theme_fixel','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_fixel.xml','https://www.joomlart.com/update-steps',''),(6302,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(6303,5,0,'JA Muzic Theme for EasyBlog','','easyblog_theme_muzic','custom','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_muzic.xml','https://www.joomlart.com/update-steps',''),(6304,5,0,'JA Obelisk Theme for EasyBlog','','easyblog_theme_obelisk','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_obelisk.xml','https://www.joomlart.com/update-steps',''),(6305,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(6306,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(6307,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(6308,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(6309,5,0,'JA Playmag Template','','ja_playmag','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j16/ja_playmag.xml','https://www.joomlart.com/update-steps',''),(6310,5,0,'JA Travel Template for Joomla 3x','','ja_travel','template','',0,'2.5.7','','http://update.joomlart.com/service/tracking/j16/ja_travel.xml','https://www.joomlart.com/update-steps',''),(6311,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(6312,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(6313,5,0,'Kunena Template for Ja Orisite','','kunena_theme_orisite','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/kunena_theme_orisite.xml','https://www.joomlart.com/update-steps',''),(6314,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.1.6','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(6315,5,0,'JA Image Hotspot Module for Joomla 2.5 & 3.x','','mod_jaimagehotspot','module','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(6316,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.3.3','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(6317,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(6318,5,0,'S5 Accordion Menu Module','','mod_s5_accordion_menu','module','',0,'2.3.2','','http://update.joomlart.com/service/tracking/j16/mod_s5_accordion_menu.xml','https://www.joomlart.com/update-steps',''),(6319,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(6320,5,0,'JA System Google Map plugin for Joomla 2.5 & J3x','','jagooglemap','plugin','system',0,'2.6.6','','http://update.joomlart.com/service/tracking/j16/plg_system_jagooglemap.xml','https://www.joomlart.com/update-steps',''),(6321,5,0,'JA System Social Feed Plugin for Joomla 2.5 & 3.x','','jasocial_feed','plugin','system',0,'1.4.2','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(6322,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(6323,5,0,'Uber Template','','uber','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j16/uber.xml','https://www.joomlart.com/update-steps',''),(6324,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(6325,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.6','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(6326,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(6327,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(6328,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(6329,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.7.6','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(6330,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(6331,5,0,'GK hotel J!3','','gk_hotel','template','',0,'1.2.3','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(6332,5,0,'GK news2 J!3','','gk_news2','template','',0,'3.26','','http://update.joomlart.com/service/tracking/j30/gk_news2.xml','https://www.joomlart.com/update-steps',''),(6333,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(6334,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(6335,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(6336,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(6337,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(6338,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(6339,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(6340,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(6341,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(6342,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(6343,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.6.7','','http://update.joomlart.com/service/tracking/j30/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(6344,5,0,'News Pro GK5 J!3','','mod_news_pro_gk5','module','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j30/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(6345,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.8','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(6346,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(6347,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(6348,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(6349,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(6350,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(6351,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(6352,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.2.4','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(6353,5,0,'S5 Amazed Photography Template','','Shape5_amazed_photography_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_amazed_photography_template.xml','https://www.joomlart.com/update-steps',''),(6354,5,0,'S5 Ambient Template','','Shape5_ambient_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_ambient_template.xml','https://www.joomlart.com/update-steps',''),(6355,5,0,'S5 Ameritage Medical Template','','Shape5_ameritage_medical_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ameritage_medical_template.xml','https://www.joomlart.com/update-steps',''),(6356,5,0,'S5 Appwonder Template','','Shape5_appwonder_template','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/Shape5_appwonder_template.xml','https://www.joomlart.com/update-steps',''),(6357,5,0,'S5 Arthur Template','','Shape5_arthur_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_arthur_template.xml','https://www.joomlart.com/update-steps',''),(6358,5,0,'S5 Attractions Template','','Shape5_attractions_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_attractions_template.xml','https://www.joomlart.com/update-steps',''),(6359,5,0,'S5 Aurora Dawn Template','','Shape5_aurora_dawn_template','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_aurora_dawn_template.xml','https://www.joomlart.com/update-steps',''),(6360,5,0,'S5 Avignet Dream Template','','Shape5_avignet_dream_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_avignet_dream_template.xml','https://www.joomlart.com/update-steps',''),(6361,5,0,'S5 Big Picture Template','','Shape5_bigpicture_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bigpicture_template.xml','https://www.joomlart.com/update-steps',''),(6362,5,0,'S5 Blogbox Template','','Shape5_blog_box_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_blog_box_template.xml','https://www.joomlart.com/update-steps',''),(6363,5,0,'S5 BlueGroup Template','','Shape5_bluegroup_template','template','',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bluegroup_template.xml','https://www.joomlart.com/update-steps',''),(6364,5,0,'S5 Business Line Template','','Shape5_business_line_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_business_line_template.xml','https://www.joomlart.com/update-steps',''),(6365,5,0,'S5 Business Pro Template','','Shape5_business_pro_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_business_pro_template.xml','https://www.joomlart.com/update-steps',''),(6366,5,0,'S5 Callie Rush Template','','Shape5_callie_rush_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_callie_rush_template.xml','https://www.joomlart.com/update-steps',''),(6367,5,0,'S5 Campus Life Template','','Shape5_campuslife_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_campuslife_template.xml','https://www.joomlart.com/update-steps',''),(6368,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(6369,5,0,'S5 Charlestown Template','','Shape5_charlestown_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_charlestown_template.xml','https://www.joomlart.com/update-steps',''),(6370,5,0,'S5 Cleanout Template','','Shape5_cleanout_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cleanout_template.xml','https://www.joomlart.com/update-steps',''),(6371,5,0,'S5 Comaxium Template','','Shape5_comaxium_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_comaxium_template.xml','https://www.joomlart.com/update-steps',''),(6372,5,0,'S5 Compassion Template','','Shape5_compassion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_compassion_template.xml','https://www.joomlart.com/update-steps',''),(6373,5,0,'S5 Construction Template','','Shape5_construction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_construction_template.xml','https://www.joomlart.com/update-steps',''),(6374,5,0,'S5 Content King Template','','Shape5_contentking_template','template','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/Shape5_contentking_template.xml','https://www.joomlart.com/update-steps',''),(6375,5,0,'S5 Corporate Response Template','','Shape5_corporate_response_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corporate_response_template.xml','https://www.joomlart.com/update-steps',''),(6376,5,0,'S5 Corpway Template','','Shape5_corpway_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corpway_template.xml','https://www.joomlart.com/update-steps',''),(6377,5,0,'S5 Curb Appeal Template','','Shape5_curb_appeal_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_curb_appeal_template.xml','https://www.joomlart.com/update-steps',''),(6378,5,0,'S5 Cyan Template','','Shape5_cyan_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cyan_template.xml','https://www.joomlart.com/update-steps',''),(6379,5,0,'S5 Emma and Mason Template','','Shape5_emma_and_mason_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_emma_and_mason_template.xml','https://www.joomlart.com/update-steps',''),(6380,5,0,'S5 Emusica Template','','Shape5_emusica_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_emusica_template.xml','https://www.joomlart.com/update-steps',''),(6381,5,0,'S5 EZ Web Hosting Template','','Shape5_ezwebhosting_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ezwebhosting_template.xml','https://www.joomlart.com/update-steps',''),(6382,5,0,'S5 Fitness Center Template','','Shape5_fitness_center_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_fitness_center_template.xml','https://www.joomlart.com/update-steps',''),(6383,5,0,'S5 Forte Template','','Shape5_forte_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_forte_template.xml','https://www.joomlart.com/update-steps',''),(6384,5,0,'S5 Fresh Bistro Template','','Shape5_fresh_bistro_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_fresh_bistro_template.xml','https://www.joomlart.com/update-steps',''),(6385,5,0,'S5 Fusion Template','','Shape5_fusion_template','template','',0,'1.5.7','','http://update.joomlart.com/service/tracking/j31/Shape5_fusion_template.xml','https://www.joomlart.com/update-steps',''),(6386,5,0,'S5 Game World Template','','Shape5_game_world_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_game_world_template.xml','https://www.joomlart.com/update-steps',''),(6387,5,0,'S5 Gamers Template','','Shape5_gamers_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_gamers_template.xml','https://www.joomlart.com/update-steps',''),(6388,5,0,'S5 GCK Store Template','','Shape5_gck_store_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_gck_store_template.xml','https://www.joomlart.com/update-steps',''),(6389,5,0,'S5 General Commerce Template','','Shape5_general_commerce_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_general_commerce_template.xml','https://www.joomlart.com/update-steps',''),(6390,5,0,'S5 General Contractor Template','','Shape5_general_contractor_template','template','',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/Shape5_general_contractor_template.xml','https://www.joomlart.com/update-steps',''),(6391,5,0,'S5 GetReserved Template','','Shape5_getreserved_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_getreserved_template.xml','https://www.joomlart.com/update-steps',''),(6392,5,0,'S5 Health Guide Template','','Shape5_health_guide_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_health_guide_template.xml','https://www.joomlart.com/update-steps',''),(6393,5,0,'S5 Helion Template','','Shape5_helion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_helion_template.xml','https://www.joomlart.com/update-steps',''),(6394,5,0,'S5 Hexa Corp Template','','Shape5_hexa_corp_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_hexa_corp_template.xml','https://www.joomlart.com/update-steps',''),(6395,5,0,'S5 Hexicon Gamer Template','','Shape5_hexicon_gamer_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_hexicon_gamer_template.xml','https://www.joomlart.com/update-steps',''),(6396,5,0,'S5 Incline Template','','Shape5_incline_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_incline_template.xml','https://www.joomlart.com/update-steps',''),(6397,5,0,'S5 Legal Lawyer Template','','Shape5_legal_lawyer_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_legal_lawyer_template.xml','https://www.joomlart.com/update-steps',''),(6398,5,0,'S5 Life Journey Template','','Shape5_life_journey_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_life_journey_template.xml','https://www.joomlart.com/update-steps',''),(6399,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(6400,5,0,'S5 Lime Light Template','','Shape5_lime_light_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_lime_light_template.xml','https://www.joomlart.com/update-steps',''),(6401,5,0,'S5 Luxon Template','','Shape5_luxon_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_luxon_template.xml','https://www.joomlart.com/update-steps',''),(6402,5,0,'S5 M Ceative Agency Template','','Shape5_m_creative_agency_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_m_creative_agency_template.xml','https://www.joomlart.com/update-steps',''),(6403,5,0,'S5 Maxed Mag Template','','Shape5_maxedmag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_maxedmag_template.xml','https://www.joomlart.com/update-steps',''),(6404,5,0,'S5 MetroShows Template','','Shape5_metroshows_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_metroshows_template.xml','https://www.joomlart.com/update-steps',''),(6405,5,0,'S5 Modern Flavor Template','','Shape5_modern_flavor_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_modern_flavor_template.xml','https://www.joomlart.com/update-steps',''),(6406,5,0,'S5 New Vision Template','','Shape5_new_vision_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_new_vision_template.xml','https://www.joomlart.com/update-steps',''),(6407,5,0,'S5 News Blog Template','','Shape5_newsblog_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_newsblog_template.xml','https://www.joomlart.com/update-steps',''),(6408,5,0,'S5 Newsplace Template','','Shape5_newsplace_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_newsplace_template.xml','https://www.joomlart.com/update-steps',''),(6409,5,0,'S5 No1 Shopping Template','','Shape5_no1_shopping_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_no1_shopping_template.xml','https://www.joomlart.com/update-steps',''),(6410,5,0,'S5 Oasis Template','','Shape5_oasis_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_oasis_template.xml','https://www.joomlart.com/update-steps',''),(6411,5,0,'S5 Outdoor Life Template','','Shape5_outdoor_life_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_outdoor_life_template.xml','https://www.joomlart.com/update-steps',''),(6412,5,0,'S5 Pantheon Template','','Shape5_pantheon_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_pantheon_template.xml','https://www.joomlart.com/update-steps',''),(6413,5,0,'S5 Paradigm Shift Template','','Shape5_paradigm_shift_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_paradigm_shift_template.xml','https://www.joomlart.com/update-steps',''),(6414,5,0,'S5 Phosphorus Template','','Shape5_phosphorus_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_phosphorus_template.xml','https://www.joomlart.com/update-steps',''),(6415,5,0,'S5 Photobox Template','','Shape5_photobox_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_photobox_template.xml','https://www.joomlart.com/update-steps',''),(6416,5,0,'S5 Photofolio Template','','Shape5_photofolio_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_photofolio_template.xml','https://www.joomlart.com/update-steps',''),(6417,5,0,'S5 Prestige Academy Template','','Shape5_prestige_academy_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_prestige_academy_template.xml','https://www.joomlart.com/update-steps',''),(6418,5,0,'S5 Real Estate Template','','Shape5_realestate_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_realestate_template.xml','https://www.joomlart.com/update-steps',''),(6419,5,0,'S5 Regan Tech Template','','Shape5_regan_tech_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_regan_tech_template.xml','https://www.joomlart.com/update-steps',''),(6420,5,0,'S5 Risen Hope Template','','Shape5_risen_hope_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_risen_hope_template.xml','https://www.joomlart.com/update-steps',''),(6421,5,0,'S5 Salon N Spa Template','','Shape5_salonnspa_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_salonnspa_template.xml','https://www.joomlart.com/update-steps',''),(6422,5,0,'S5 Samba Spa Template','','Shape5_samba_template','template','',0,'1.3.5','','http://update.joomlart.com/service/tracking/j31/Shape5_samba_template.xml','https://www.joomlart.com/update-steps',''),(6423,5,0,'S5 Shenandoah Template','','Shape5_shenandoah_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_shenandoah_template.xml','https://www.joomlart.com/update-steps',''),(6424,5,0,'S5 ShoppingBag Template','','Shape5_shoppingbag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_shoppingbag_template.xml','https://www.joomlart.com/update-steps',''),(6425,5,0,'S5 Sienna Template','','Shape5_sienna_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sienna_template.xml','https://www.joomlart.com/update-steps',''),(6426,5,0,'S5 Simplex Template','','Shape5_simplex_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_simplex_template.xml','https://www.joomlart.com/update-steps',''),(6427,5,0,'S5 Soul Search Template','','Shape5_soul_search_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_soul_search_template.xml','https://www.joomlart.com/update-steps',''),(6428,5,0,'S5 Spectrum Template','','Shape5_spectrum_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_spectrum_template.xml','https://www.joomlart.com/update-steps',''),(6429,5,0,'S5 Sports Nation Template','','Shape5_sports_nation_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sports_nation_template.xml','https://www.joomlart.com/update-steps',''),(6430,5,0,'S5 Store Pro Template','','Shape5_storepro_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_storepro_template.xml','https://www.joomlart.com/update-steps',''),(6431,5,0,'S5 Swapps Template','','Shape5_swapps_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_swapps_template.xml','https://www.joomlart.com/update-steps',''),(6432,5,0,'S5 The Classifieds Template','','Shape5_the_classifieds_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_the_classifieds_template.xml','https://www.joomlart.com/update-steps',''),(6433,5,0,'S5 TheBlogazine Template','','Shape5_theblogazine_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_theblogazine_template.xml','https://www.joomlart.com/update-steps',''),(6434,5,0,'S5 Traction Template','','Shape5_traction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_traction_template.xml','https://www.joomlart.com/update-steps',''),(6435,5,0,'S5 University Template','','Shape5_university_template','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_university_template.xml','https://www.joomlart.com/update-steps',''),(6436,5,0,'S5 Velocity Template','','Shape5_velocity_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_velocity_template.xml','https://www.joomlart.com/update-steps',''),(6437,5,0,'S5 Zoka Template','','Shape5_zoka_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_zoka_template.xml','https://www.joomlart.com/update-steps',''),(6438,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'6.1.2','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(6439,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.5','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(6440,5,0,'Guru Pro','','com_guru_pro','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(6441,5,0,'JA Builder Component','','com_jabuilder','component','',1,'1.0.8','','http://update.joomlart.com/service/tracking/j31/com_jabuilder.xml','https://www.joomlart.com/update-steps',''),(6442,5,0,'JA Page Builder Component','','com_japagebuilder','component','',1,'1.0.0_alpha3','','http://update.joomlart.com/service/tracking/j31/com_japagebuilder.xml','https://www.joomlart.com/update-steps',''),(6443,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.0.2','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(6444,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(6445,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(6446,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(6447,5,0,'JA Resume Theme for EasyBlog','','easyblog_theme_resume','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_resume.xml','https://www.joomlart.com/update-steps',''),(6448,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(6449,5,0,'GK Quark template','','gk_quark','template','',0,'1.27','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(6450,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(6451,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(6452,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(6453,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(6454,5,0,'JA Cagox template','','ja_cagox','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(6455,5,0,'JA Company Template','','ja_company','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(6456,5,0,'JA Directory Template','','ja_directory','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(6457,5,0,'JA Donate Template','','ja_donate','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(6458,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(6459,5,0,'JA Intranet Template','','ja_intranet','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(6460,5,0,'JA Landscape Template','','ja_landscape','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_landscape.xml','https://www.joomlart.com/update-steps',''),(6461,5,0,'JA Megastore Template','','ja_megastore','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(6462,5,0,'JA Mood Template','','ja_mood','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(6463,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(6464,5,0,'JA Playstore Template','','ja_playstore','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(6465,5,0,'JA Property Template','','ja_property','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(6466,5,0,'JA Simpli Template','','ja_simpli','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/ja_simpli.xml','https://www.joomlart.com/update-steps',''),(6467,5,0,'JA Space Template','','ja_space','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_space.xml','https://www.joomlart.com/update-steps',''),(6468,5,0,'JA Stark Template','','ja_stark','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(6469,5,0,'JA Symphony Template','','ja_symphony','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_symphony.xml','https://www.joomlart.com/update-steps',''),(6470,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(6471,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(6472,5,0,'JA University T3 template','','ja_university_t3','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(6473,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(6474,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(6475,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(6476,5,0,'JS Column Theme','','js_column','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_column.xml','https://www.joomlart.com/update-steps',''),(6477,5,0,'JS Flat Theme','','js_flat','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_flat.xml','https://www.joomlart.com/update-steps',''),(6478,5,0,'JS Kikiriki Theme','','js_kikiriki','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_kikiriki.xml','https://www.joomlart.com/update-steps',''),(6479,5,0,'JS Shadow Theme','','js_shadow','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_shadow.xml','https://www.joomlart.com/update-steps',''),(6480,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(6481,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(6482,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(6483,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(6484,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(6485,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(6486,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(6487,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(6488,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(6489,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(6490,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(6491,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(6492,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(6493,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(6494,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(6495,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(6496,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(6497,5,0,'S5 Masonry Module','','mod_s5_masonry','module','',0,'2.9.9','','http://update.joomlart.com/service/tracking/j31/mod_s5_masonry.xml','https://www.joomlart.com/update-steps',''),(6498,5,0,'S5 New Sticker V3 Module','','mod_s5_newstickerv3','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/mod_s5_newstickerv3.xml','https://www.joomlart.com/update-steps',''),(6499,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(6500,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(6501,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(6502,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.7.6','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(6503,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(6504,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(6505,5,0,'JA Megafilter DOCman Plugin','','docman','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_docman.xml','https://www.joomlart.com/update-steps',''),(6506,5,0,'JA Megafilter EShop Plugin','','eshop','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(6507,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'1.1.6','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(6508,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(6509,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(6510,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(6511,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(6512,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(6513,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(6514,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(6515,5,0,'T4 System Plugin ','','t4','plugin','system',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(6516,5,0,'S5 Css And Js Compressor Plugin','','plugin_s5_css_and_js_compressor','plugin','plugin_s5_css_and_js',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_css_and_js_compressor.xml','https://www.joomlart.com/update-steps',''),(6517,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(6518,5,0,'S5 Ie6 Warning Plugin','','plugin_s5_ie6_warning','plugin','plugin_s5_ie6_warnin',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_ie6_warning.xml','https://www.joomlart.com/update-steps',''),(6519,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(6520,5,0,'Purity III Template','','purity_iii','template','',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(6521,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(6522,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(6523,7,0,'AcyMailing Essential - We did not find a licence attached to your website http://oscasa.com/. Ple...','Error licence not found for http://oscasa.com/ - We did not find a licence attached to your website http://oscasa.com/. Please make sure this website is attached to your subscription at acyba.com','com_acymailing','component','',1,'5.10.12','','http://www.acyba.com/component/updateme/updatexml/component-acymailing/version-5.7.0/level-Essential/li-aHR0cDovL29zY2FzYS5jb20v/file-extension.xml','https://www.acyba.com',''),(6524,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(6525,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(6526,9,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(6527,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(6528,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/313/2049982768','',''),(6529,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(6530,9,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(6531,10,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.10.2','','http://getk2.org/update.xml','https://getk2.org/blog/2691-k2-v2102-released-now-with-a-100-mobile-friendly-backend-user-interface',''),(6532,15,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.10.2','','http://getk2.org/app/update.xml','https://getk2.org/blog/2691-k2-v2102-released-now-with-a-100-mobile-friendly-backend-user-interface',''),(6533,17,0,'JCE 2.8.3','','pkg_jce','package','',0,'2.8.3','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-8-3-released',''),(6534,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6535,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6536,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6537,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6538,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6539,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6540,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6541,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6542,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6543,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6544,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6545,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6546,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6547,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6548,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6549,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6550,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6551,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6552,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6553,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6554,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6555,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6556,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6557,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6558,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6559,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6560,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6561,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6562,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6563,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6564,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6565,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6566,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6567,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6568,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6569,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6570,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6571,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6572,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6573,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6574,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6575,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6576,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6577,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6578,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6579,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6580,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6581,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6582,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6583,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6584,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6585,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6586,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6587,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6588,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6589,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6590,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6591,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6592,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6593,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6594,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6595,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6596,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6597,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6598,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6599,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6600,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6601,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6602,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6603,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6604,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6605,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6606,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6607,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6608,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6609,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6610,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6611,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6612,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6613,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6614,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6615,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6616,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6617,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6618,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6619,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6620,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6621,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6622,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6623,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6624,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6625,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6626,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6627,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6628,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6629,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6630,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6631,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6632,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6633,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6634,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6635,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6636,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6637,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6638,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6639,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6640,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6641,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6642,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6643,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6644,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6645,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6646,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6647,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6648,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6649,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6650,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6651,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6652,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6653,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6654,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6655,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6656,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6657,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6658,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6659,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6660,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6661,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6662,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6663,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6664,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6665,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6666,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6667,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6668,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6669,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6670,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6671,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6672,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6673,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6674,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6675,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6676,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6677,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6678,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6679,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6680,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6681,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6682,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6683,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6684,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6685,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6686,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6687,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6688,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6689,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6690,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6691,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6692,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6693,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6694,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6695,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6696,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6697,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6698,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6699,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6700,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6701,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6702,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6703,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6704,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6705,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6706,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6707,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6708,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6709,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6710,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6711,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6712,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6713,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6714,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6715,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6716,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6717,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6718,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6719,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6720,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6721,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6722,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6723,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6724,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6725,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6726,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6727,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6728,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6729,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6730,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6731,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6732,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6733,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6734,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6735,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6736,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6737,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6738,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6739,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6740,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6741,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6742,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6743,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6744,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6745,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6746,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6747,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6748,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6749,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6750,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6751,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6752,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6753,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6754,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6755,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6756,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6757,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6758,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6759,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6760,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6761,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6762,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6763,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6764,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6765,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6766,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6767,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6768,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6769,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6770,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6771,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6772,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6773,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6774,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6775,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6776,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6777,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6778,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6779,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6780,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6781,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6782,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6783,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6784,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6785,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6786,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6787,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6788,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6789,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6790,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6791,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6792,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6793,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6794,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6795,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6796,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6797,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6798,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6799,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6800,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6801,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6802,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6803,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6804,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6805,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6806,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6807,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6808,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6809,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6810,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6811,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6812,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6813,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6814,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6815,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6816,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6817,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6818,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6819,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6820,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6821,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6822,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6823,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6824,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6825,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6826,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6827,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6828,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6829,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6830,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6831,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6832,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6833,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6834,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6835,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6836,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6837,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6838,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6839,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6840,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6841,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6842,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6843,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6844,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6845,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6846,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6847,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6848,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6849,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6850,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6851,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6852,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6853,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6854,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6855,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6856,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6857,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6858,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6859,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6860,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6861,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6862,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6863,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6864,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6865,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6866,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6867,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6868,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6869,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6870,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6871,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6872,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6873,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6874,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6875,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6876,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6877,1,0,'Joomla','','joomla','file','',0,'3.9.17','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6878,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6879,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6880,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6881,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6882,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6883,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6884,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6885,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6886,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6887,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6888,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6889,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6890,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6891,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6892,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6893,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6894,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6895,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6896,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6897,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6898,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6899,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6900,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6901,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6902,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6903,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6904,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6905,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6906,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6907,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6908,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6909,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6910,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6911,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6912,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6913,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6914,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6915,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6916,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6917,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6918,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6919,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6920,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6921,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6922,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6923,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6924,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6925,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6926,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6927,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6928,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6929,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6930,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6931,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6932,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6933,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6934,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6935,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6936,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6937,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6938,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6939,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6940,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6941,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6942,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6943,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6944,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6945,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6946,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6947,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6948,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6949,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6950,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6951,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6952,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6953,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6954,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6955,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6956,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6957,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6958,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6959,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6960,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6961,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6962,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6963,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6964,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6965,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6966,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6967,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6968,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6969,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6970,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6971,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6972,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6973,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6974,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6975,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6976,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6977,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6978,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6979,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6980,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6981,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6982,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6983,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6984,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6985,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6986,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6987,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6988,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6989,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6990,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6991,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6992,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6993,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6994,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6995,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6996,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6997,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6998,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6999,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7000,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7001,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7002,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7003,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7004,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7005,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7006,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7007,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7008,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7009,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7010,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7011,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7012,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7013,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7014,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7015,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7016,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7017,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7018,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7019,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7020,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7021,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7022,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7023,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7024,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7025,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7026,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7027,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7028,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7029,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7030,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7031,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7032,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7033,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7034,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7035,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7036,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7037,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7038,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7039,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7040,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7041,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7042,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7043,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7044,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7045,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7046,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7047,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7048,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7049,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7050,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7051,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7052,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7053,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7054,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7055,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7056,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7057,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7058,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7059,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7060,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7061,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7062,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7063,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7064,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7065,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7066,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7067,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7068,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7069,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7070,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7071,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7072,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7073,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7074,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7075,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7076,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7077,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7078,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7079,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7080,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7081,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7082,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7083,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7084,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7085,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7086,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7087,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7088,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7089,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7090,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7091,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7092,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7093,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7094,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7095,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7096,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7097,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7098,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7099,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7100,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7101,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7102,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7103,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7104,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7105,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7106,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7107,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7108,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7109,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7110,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7111,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7112,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7113,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7114,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7115,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7116,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7117,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7118,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7119,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7120,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7121,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7122,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7123,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7124,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7125,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7126,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7127,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7128,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7129,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7130,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7131,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7132,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7133,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7134,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7135,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7136,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7137,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7138,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7139,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7140,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7141,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7142,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7143,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7144,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7145,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7146,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7147,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7148,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7149,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7150,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7151,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7152,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7153,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7154,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7155,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7156,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7157,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7158,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7159,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7160,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7161,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7162,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7163,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7164,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7165,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7166,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7167,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7168,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7169,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7170,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7171,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7172,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7173,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7174,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7175,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7176,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7177,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7178,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7179,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7180,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7181,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7182,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7183,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7184,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7185,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7186,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7187,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7188,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7189,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7190,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7191,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7192,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7193,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7194,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7195,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7196,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7197,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7198,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7199,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7200,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7201,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7202,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7203,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7204,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7205,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7206,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7207,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7208,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7209,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7210,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7211,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7212,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7213,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7214,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7215,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7216,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7217,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7218,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7219,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7220,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7221,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7222,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7223,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7224,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7225,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7226,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7227,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7228,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7229,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7230,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7231,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7232,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7233,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7234,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7235,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7236,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7237,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7238,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7239,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7240,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7241,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7242,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7243,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7244,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7245,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7246,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7247,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7248,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7249,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7250,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7251,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7252,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7253,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7254,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7255,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7256,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7257,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7258,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7259,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7260,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7261,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7262,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7263,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7264,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7265,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7266,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7267,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7268,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7269,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7270,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7271,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7272,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7273,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7274,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7275,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7276,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7277,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7278,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7279,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7280,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7281,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7282,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7283,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7284,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7285,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7286,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7287,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7288,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7289,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7290,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7291,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7292,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7293,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7294,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7295,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7296,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7297,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7298,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7299,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7300,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7301,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7302,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7303,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7304,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7305,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7306,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7307,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7308,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7309,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7310,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7311,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7312,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7313,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7314,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7315,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7316,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7317,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7318,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7319,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7320,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7321,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7322,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7323,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7324,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7325,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7326,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7327,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7328,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7329,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7330,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7331,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7332,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7333,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7334,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7335,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7336,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7337,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7338,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7339,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7340,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7341,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7342,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7343,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7344,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7345,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7346,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7347,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7348,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7349,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7350,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7351,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7352,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7353,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7354,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7355,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7356,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7357,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7358,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7359,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7360,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7361,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7362,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7363,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7364,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7365,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7366,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7367,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7368,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7369,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7370,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7371,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7372,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7373,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7374,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7375,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7376,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7377,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7378,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7379,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7380,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7381,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7382,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7383,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7384,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7385,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7386,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7387,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7388,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7389,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7390,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7391,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7392,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7393,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7394,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7395,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7396,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7397,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7398,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7399,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7400,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7401,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7402,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7403,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7404,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7405,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7406,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7407,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7408,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7409,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7410,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7411,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7412,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7413,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7414,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7415,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7416,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7417,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7418,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7419,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7420,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7421,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7422,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7423,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7424,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7425,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7426,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7427,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7428,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7429,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7430,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7431,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7432,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7433,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7434,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7435,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7436,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7437,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7438,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7439,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7440,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7441,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7442,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7443,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7444,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7445,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7446,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7447,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7448,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7449,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7450,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7451,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7452,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7453,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7454,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7455,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7456,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7457,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7458,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7459,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7460,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7461,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7462,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7463,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7464,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7465,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7466,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7467,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7468,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7469,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7470,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7471,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7472,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7473,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7474,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7475,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7476,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7477,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7478,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7479,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7480,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7481,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7482,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7483,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7484,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7485,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7486,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7487,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7488,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7489,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7490,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7491,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7492,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7493,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7494,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7495,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7496,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7497,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7498,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7499,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7500,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7501,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7502,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7503,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7504,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7505,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7506,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7507,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7508,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7509,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7510,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7511,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7512,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7513,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7514,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7515,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7516,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7517,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7518,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7519,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7520,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7521,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7522,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7523,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7524,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7525,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7526,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7527,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7528,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7529,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7530,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7531,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7532,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7533,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7534,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7535,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7536,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7537,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7538,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7539,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7540,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7541,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7542,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7543,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7544,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7545,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7546,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7547,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7548,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7549,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7550,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7551,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7552,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7553,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7554,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7555,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7556,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7557,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7558,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7559,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7560,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7561,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7562,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7563,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7564,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7565,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7566,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7567,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7568,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7569,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7570,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7571,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7572,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7573,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7574,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7575,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7576,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7577,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7578,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7579,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7580,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7581,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7582,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7583,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7584,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7585,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7586,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7587,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7588,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7589,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7590,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7591,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7592,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7593,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7594,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7595,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7596,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7597,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7598,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7599,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7600,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7601,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7602,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7603,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7604,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7605,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7606,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7607,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7608,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7609,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7610,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7611,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7612,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7613,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7614,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7615,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7616,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7617,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7618,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7619,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7620,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7621,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7622,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7623,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7624,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7625,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7626,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7627,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7628,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7629,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7630,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7631,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7632,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7633,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7634,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7635,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7636,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7637,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7638,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7639,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7640,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7641,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7642,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7643,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7644,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7645,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7646,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7647,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7648,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7649,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7650,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7651,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7652,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7653,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7654,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7655,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7656,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7657,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7658,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7659,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7660,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7661,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7662,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7663,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7664,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7665,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7666,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7667,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7668,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7669,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7670,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7671,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7672,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7673,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7674,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7675,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7676,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7677,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7678,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7679,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7680,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7681,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7682,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7683,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7684,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7685,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7686,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7687,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7688,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7689,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7690,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7691,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7692,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7693,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7694,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7695,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7696,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7697,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7698,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7699,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7700,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7701,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7702,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7703,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7704,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7705,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7706,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7707,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7708,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7709,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7710,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7711,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7712,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7713,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7714,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7715,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7716,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7717,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7718,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7719,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7720,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7721,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7722,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7723,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7724,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7725,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7726,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7727,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7728,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7729,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7730,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7731,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7732,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7733,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7734,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7735,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7736,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7737,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7738,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7739,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7740,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7741,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7742,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7743,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7744,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7745,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7746,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7747,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7748,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7749,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7750,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7751,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7752,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7753,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7754,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7755,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7756,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7757,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7758,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7759,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7760,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7761,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7762,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7763,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7764,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7765,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7766,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7767,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7768,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7769,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7770,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7771,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7772,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7773,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7774,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7775,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7776,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7777,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7778,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7779,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7780,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7781,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7782,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7783,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7784,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7785,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7786,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7787,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7788,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7789,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7790,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7791,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7792,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7793,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7794,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7795,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7796,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7797,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7798,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7799,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7800,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7801,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7802,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7803,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7804,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7805,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7806,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7807,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7808,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7809,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7810,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7811,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7812,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7813,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7814,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7815,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7816,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7817,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7818,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7819,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7820,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7821,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7822,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7823,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7824,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7825,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7826,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7827,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7828,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7829,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7830,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7831,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7832,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7833,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7834,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7835,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7836,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7837,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7838,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7839,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7840,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7841,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7842,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7843,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7844,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7845,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7846,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7847,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7848,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7849,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7850,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7851,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7852,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7853,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7854,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7855,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7856,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7857,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7858,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7859,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7860,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7861,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7862,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7863,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7864,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7865,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7866,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7867,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7868,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7869,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7870,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7871,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7872,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7873,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7874,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7875,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7876,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7877,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7878,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7879,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7880,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7881,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7882,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7883,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7884,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7885,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7886,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7887,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7888,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7889,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7890,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7891,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7892,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7893,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7894,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7895,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7896,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7897,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7898,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7899,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7900,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7901,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7902,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7903,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7904,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7905,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7906,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7907,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7908,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7909,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7910,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7911,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7912,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7913,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7914,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7915,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7916,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7917,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7918,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7919,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7920,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7921,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7922,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7923,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7924,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7925,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7926,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7927,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7928,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7929,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7930,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7931,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7932,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7933,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7934,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7935,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7936,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7937,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7938,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7939,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7940,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7941,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7942,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7943,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7944,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7945,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7946,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7947,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7948,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7949,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7950,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7951,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7952,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7953,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7954,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7955,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7956,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7957,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7958,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7959,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7960,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7961,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7962,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7963,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7964,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7965,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7966,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7967,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7968,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7969,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7970,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7971,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7972,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7973,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7974,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7975,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7976,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7977,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7978,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7979,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7980,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7981,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7982,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7983,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7984,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7985,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7986,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7987,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7988,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7989,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7990,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7991,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7992,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7993,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7994,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7995,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7996,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7997,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7998,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7999,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8000,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8001,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8002,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8003,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8004,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8005,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8006,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8007,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8008,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8009,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8010,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8011,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8012,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8013,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8014,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8015,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8016,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8017,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8018,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8019,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8020,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8021,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8022,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8023,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8024,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8025,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8026,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8027,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8028,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8029,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8030,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8031,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8032,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8033,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8034,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8035,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8036,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8037,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8038,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8039,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8040,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8041,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8042,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8043,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8044,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8045,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8046,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8047,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8048,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8049,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8050,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8051,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8052,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8053,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8054,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8055,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8056,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8057,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8058,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8059,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8060,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8061,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8062,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8063,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8064,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8065,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8066,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8067,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8068,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8069,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8070,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8071,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8072,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8073,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8074,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8075,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8076,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8077,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8078,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8079,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8080,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8081,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8082,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8083,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8084,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8085,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8086,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8087,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8088,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8089,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8090,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8091,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8092,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8093,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8094,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8095,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8096,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8097,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8098,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8099,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8100,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8101,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8102,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8103,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8104,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8105,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8106,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8107,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8108,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8109,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8110,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8111,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8112,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8113,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8114,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8115,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8116,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8117,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8118,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8119,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8120,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8121,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8122,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8123,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8124,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8125,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8126,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8127,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8128,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8129,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8130,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8131,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8132,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8133,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8134,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8135,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8136,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8137,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8138,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8139,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8140,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8141,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8142,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8143,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8144,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8145,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8146,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8147,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8148,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8149,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8150,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8151,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8152,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8153,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8154,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8155,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8156,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8157,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8158,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8159,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8160,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8161,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8162,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8163,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8164,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8165,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8166,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8167,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8168,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8169,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8170,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8171,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8172,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8173,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8174,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8175,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8176,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8177,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8178,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8179,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8180,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8181,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8182,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8183,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8184,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8185,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8186,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8187,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8188,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8189,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8190,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8191,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8192,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8193,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8194,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8195,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8196,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8197,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8198,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8199,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8200,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8201,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8202,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8203,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8204,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8205,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8206,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8207,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8208,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8209,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8210,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8211,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8212,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8213,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8214,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8215,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8216,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8217,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8218,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8219,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8220,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8221,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8222,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8223,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8224,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8225,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8226,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8227,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8228,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8229,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8230,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8231,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8232,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8233,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8234,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8235,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8236,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8237,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8238,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8239,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8240,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8241,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8242,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8243,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8244,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8245,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8246,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8247,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8248,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8249,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8250,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8251,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8252,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8253,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8254,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8255,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8256,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8257,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8258,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8259,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8260,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8261,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8262,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8263,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8264,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8265,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8266,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8267,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8268,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8269,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8270,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8271,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8272,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8273,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8274,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8275,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8276,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8277,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8278,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8279,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8280,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8281,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8282,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8283,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8284,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8285,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8286,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8287,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8288,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8289,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8290,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8291,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8292,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8293,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8294,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8295,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8296,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8297,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8298,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8299,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8300,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8301,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8302,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8303,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8304,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8305,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8306,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8307,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8308,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8309,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8310,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8311,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8312,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8313,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8314,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8315,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8316,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8317,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8318,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8319,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8320,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8321,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8322,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8323,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8324,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8325,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8326,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8327,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8328,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8329,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8330,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8331,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8332,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8333,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8334,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8335,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8336,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8337,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8338,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8339,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8340,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8341,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8342,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8343,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8344,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8345,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8346,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8347,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8348,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8349,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8350,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8351,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8352,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8353,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8354,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8355,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8356,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8357,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8358,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8359,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8360,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8361,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8362,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8363,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8364,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8365,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8366,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8367,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8368,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8369,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8370,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8371,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8372,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8373,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8374,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8375,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8376,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8377,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8378,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8379,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8380,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8381,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8382,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8383,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8384,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8385,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8386,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8387,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8388,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8389,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8390,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8391,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8392,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8393,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8394,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8395,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8396,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8397,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8398,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8399,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8400,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8401,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8402,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8403,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8404,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8405,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8406,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8407,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8408,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8409,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8410,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8411,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8412,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8413,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8414,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8415,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8416,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8417,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8418,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8419,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8420,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8421,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8422,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8423,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8424,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8425,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8426,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8427,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8428,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8429,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8430,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8431,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8432,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8433,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8434,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8435,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8436,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8437,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8438,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8439,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8440,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8441,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8442,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8443,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8444,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8445,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8446,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8447,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8448,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8449,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8450,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8451,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8452,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8453,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8454,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8455,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8456,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8457,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8458,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8459,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8460,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8461,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8462,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8463,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8464,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8465,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8466,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8467,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8468,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8469,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8470,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8471,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8472,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8473,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8474,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8475,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8476,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8477,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8478,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8479,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8480,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8481,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8482,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8483,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8484,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8485,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8486,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8487,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8488,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8489,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8490,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8491,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8492,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8493,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8494,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8495,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8496,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8497,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8498,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8499,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8500,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8501,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8502,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8503,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8504,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8505,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8506,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8507,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8508,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8509,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8510,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8511,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8512,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8513,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8514,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8515,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8516,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8517,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8518,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8519,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8520,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8521,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8522,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8523,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8524,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8525,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8526,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8527,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8528,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8529,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8530,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8531,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8532,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8533,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8534,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8535,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8536,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8537,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8538,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8539,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8540,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8541,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8542,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8543,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8544,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8545,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8546,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8547,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8548,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8549,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8550,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8551,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8552,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8553,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8554,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8555,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8556,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8557,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8558,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8559,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8560,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8561,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8562,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8563,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8564,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8565,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8566,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8567,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8568,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8569,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8570,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8571,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8572,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8573,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8574,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8575,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8576,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8577,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8578,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8579,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8580,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8581,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8582,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8583,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8584,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8585,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8586,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8587,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8588,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8589,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8590,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8591,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8592,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8593,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8594,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8595,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8596,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8597,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8598,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8599,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8600,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8601,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8602,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8603,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8604,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8605,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8606,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8607,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8608,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8609,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8610,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8611,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8612,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8613,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8614,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8615,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8616,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8617,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8618,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8619,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8620,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8621,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8622,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8623,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8624,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8625,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8626,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8627,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8628,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8629,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8630,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8631,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8632,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8633,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8634,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8635,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8636,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8637,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8638,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8639,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8640,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8641,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8642,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8643,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8644,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8645,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8646,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8647,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(8648,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(8649,3,0,'French','','pkg_fr-FR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(8650,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(8651,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(8652,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(8653,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(8654,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(8655,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(8656,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(8657,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(8658,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.28.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(8659,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(8660,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(8661,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(8662,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(8663,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8664,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(8665,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(8666,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(8667,3,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(8668,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(8669,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(8670,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(8671,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(8672,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(8673,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(8674,3,0,'English US','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(8675,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(8676,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(8677,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(8678,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(8679,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(8680,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(8681,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(8682,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(8683,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(8684,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(8685,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(8686,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(8687,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(8688,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(8689,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(8690,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(8691,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(8692,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(8693,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(8694,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(8695,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(8696,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(8697,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(8698,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(8699,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(8700,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(8701,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.3.3','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(8702,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'1.2.2','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(8703,5,0,'JA Appolio Theme for EasyBlog','','easyblog_theme_appolio','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_appolio.xml','https://www.joomlart.com/update-steps',''),(8704,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(8705,5,0,'JA Biz Theme for EasyBlog','','easyblog_theme_biz','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_biz.xml','https://www.joomlart.com/update-steps',''),(8706,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(8707,5,0,'JA Decor Theme for EasyBlog','','easyblog_theme_decor','custom','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_decor.xml','https://www.joomlart.com/update-steps',''),(8708,5,0,'Theme Fixel for Easyblog J25 & J3x','','easyblog_theme_fixel','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_fixel.xml','https://www.joomlart.com/update-steps',''),(8709,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(8710,5,0,'JA Muzic Theme for EasyBlog','','easyblog_theme_muzic','custom','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_muzic.xml','https://www.joomlart.com/update-steps',''),(8711,5,0,'JA Obelisk Theme for EasyBlog','','easyblog_theme_obelisk','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_obelisk.xml','https://www.joomlart.com/update-steps',''),(8712,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(8713,5,0,'JA Bookshop Template','','ja_bookshop','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_bookshop.xml','https://www.joomlart.com/update-steps',''),(8714,5,0,'JA Brisk Template for J25 & J3x','','ja_brisk','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_brisk.xml','https://www.joomlart.com/update-steps',''),(8715,5,0,'JA Decor Template','','ja_decor','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j16/ja_decor.xml','https://www.joomlart.com/update-steps',''),(8716,5,0,'JA Fubix Template for J25 & J3x','','ja_fubix','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_fubix.xml','https://www.joomlart.com/update-steps',''),(8717,5,0,'JA Hawkstore Template','','ja_hawkstore','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_hawkstore.xml','https://www.joomlart.com/update-steps',''),(8718,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(8719,5,0,'JA Medicare Template','','ja_medicare','template','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/ja_medicare.xml','https://www.joomlart.com/update-steps',''),(8720,5,0,'JA Mero Template for J25 & J3x','','ja_mero','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_mero.xml','https://www.joomlart.com/update-steps',''),(8721,5,0,'Ja Minisite Template for Joomla 3.4','','ja_minisite','template','',0,'2.5.6','','http://update.joomlart.com/service/tracking/j16/ja_minisite.xml','https://www.joomlart.com/update-steps',''),(8722,5,0,'JA Mitius Template','','ja_mitius','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j16/ja_mitius.xml','https://www.joomlart.com/update-steps',''),(8723,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(8724,5,0,'JA Nex T3 Template','','ja_nex_t3','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_nex_t3.xml','https://www.joomlart.com/update-steps',''),(8725,5,0,'JA Nuevo template','','ja_nuevo','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/ja_nuevo.xml','https://www.joomlart.com/update-steps',''),(8726,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(8727,5,0,'JA Playmag Template','','ja_playmag','template','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/ja_playmag.xml','https://www.joomlart.com/update-steps',''),(8728,5,0,'JA Smashboard Template','','ja_smashboard','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_smashboard.xml','https://www.joomlart.com/update-steps',''),(8729,5,0,'JA Travel Template for Joomla 3x','','ja_travel','template','',0,'2.5.7','','http://update.joomlart.com/service/tracking/j16/ja_travel.xml','https://www.joomlart.com/update-steps',''),(8730,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(8731,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(8732,5,0,'Kunena Template for Ja Orisite','','kunena_theme_orisite','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/kunena_theme_orisite.xml','https://www.joomlart.com/update-steps',''),(8733,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(8734,5,0,'JA Image Hotspot Module for Joomla 2.5 & 3.x','','mod_jaimagehotspot','module','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(8735,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.3.3','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(8736,5,0,'JA Login module for J25 & J3x','','mod_jalogin','module','',0,'2.7.1','','http://update.joomlart.com/service/tracking/j16/mod_jalogin.xml','https://www.joomlart.com/update-steps',''),(8737,5,0,'JA Quick Contact Module for J3.x','','mod_jaquickcontact','module','',0,'2.6.7','','http://update.joomlart.com/service/tracking/j16/mod_jaquickcontact.xml','https://www.joomlart.com/update-steps',''),(8738,5,0,'JA Twitter Module for J25 & j3.x','','mod_jatwitter','module','',0,'2.6.7','','http://update.joomlart.com/service/tracking/j16/mod_jatwitter.xml','https://www.joomlart.com/update-steps',''),(8739,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(8740,5,0,'S5 Accordion Menu Module','','mod_s5_accordion_menu','module','',0,'2.3.2','','http://update.joomlart.com/service/tracking/j16/mod_s5_accordion_menu.xml','https://www.joomlart.com/update-steps',''),(8741,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(8742,5,0,'JA System Google Map plugin for Joomla 2.5 & J3x','','jagooglemap','plugin','system',0,'2.6.6','','http://update.joomlart.com/service/tracking/j16/plg_system_jagooglemap.xml','https://www.joomlart.com/update-steps',''),(8743,5,0,'JA System Social Feed Plugin for Joomla 2.5 & 3.x','','jasocial_feed','plugin','system',0,'1.4.2','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(8744,5,0,'JA Tabs Plugin for J3.x','','jatabs','plugin','system',0,'2.6.8','','http://update.joomlart.com/service/tracking/j16/plg_system_jatabs.xml','https://www.joomlart.com/update-steps',''),(8745,5,10001,'T3 System Plugin','','t3','plugin','system',0,'2.7.7','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','https://www.joomlart.com/update-steps',''),(8746,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(8747,5,0,'Uber Template','','uber','template','',0,'2.2.1','','http://update.joomlart.com/service/tracking/j16/uber.xml','https://www.joomlart.com/update-steps',''),(8748,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(8749,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.9','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(8750,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(8751,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(8752,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(8753,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.7.9','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(8754,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(8755,5,0,'GK bluap','','gk_bluap','template','',0,'3.25','','http://update.joomlart.com/service/tracking/j30/gk_bluap.xml','https://www.joomlart.com/update-steps',''),(8756,5,0,'GK box J!3','','gk_box','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j30/gk_box.xml','https://www.joomlart.com/update-steps',''),(8757,5,0,'GK cloudhost J!3','','gk_cloudhost','template','',0,'3.26','','http://update.joomlart.com/service/tracking/j30/gk_cloudhost.xml','https://www.joomlart.com/update-steps',''),(8758,5,0,'GK creativity J!3','','gk_creativity','template','',0,'3.27','','http://update.joomlart.com/service/tracking/j30/gk_creativity.xml','https://www.joomlart.com/update-steps',''),(8759,5,0,'GK events J!3','','gk_events','template','',0,'3.28','','http://update.joomlart.com/service/tracking/j30/gk_events.xml','https://www.joomlart.com/update-steps',''),(8760,5,0,'GK game J!3','','gk_game','template','',0,'3.26','','http://update.joomlart.com/service/tracking/j30/gk_game.xml','https://www.joomlart.com/update-steps',''),(8761,5,0,'GK hotel J!3','','gk_hotel','template','',0,'1.2.4','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(8762,5,0,'GK instyle J!3','','gk_instyle','template','',0,'3.35','','http://update.joomlart.com/service/tracking/j30/gk_instyle.xml','https://www.joomlart.com/update-steps',''),(8763,5,0,'GK john s J!3','','gk_john_s','template','',0,'3.27','','http://update.joomlart.com/service/tracking/j30/gk_john_s.xml','https://www.joomlart.com/update-steps',''),(8764,5,0,'GK magazine J!3','','gk_magazine','template','',0,'3.24','','http://update.joomlart.com/service/tracking/j30/gk_magazine.xml','https://www.joomlart.com/update-steps',''),(8765,5,0,'GK mo J!3','','gk_mo','template','',0,'3.26','','http://update.joomlart.com/service/tracking/j30/gk_mo.xml','https://www.joomlart.com/update-steps',''),(8766,5,0,'GK msocial J!3','','gk_msocial','template','',0,'3.27','','http://update.joomlart.com/service/tracking/j30/gk_msocial.xml','https://www.joomlart.com/update-steps',''),(8767,5,0,'GK musicstate J!3','','gk_musicstate','template','',0,'3.26','','http://update.joomlart.com/service/tracking/j30/gk_musicstate.xml','https://www.joomlart.com/update-steps',''),(8768,5,0,'GK news J!3','','gk_news','template','',0,'3.26','','http://update.joomlart.com/service/tracking/j30/gk_news.xml','https://www.joomlart.com/update-steps',''),(8769,5,0,'GK news2 J!3','','gk_news2','template','',0,'3.28','','http://update.joomlart.com/service/tracking/j30/gk_news2.xml','https://www.joomlart.com/update-steps',''),(8770,5,0,'GK news refreshed J!3','','gk_news_refreshed','template','',0,'3.30','','http://update.joomlart.com/service/tracking/j30/gk_news_refreshed.xml','https://www.joomlart.com/update-steps',''),(8771,5,0,'GK photo J!3','','gk_photo','template','',0,'3.30','','http://update.joomlart.com/service/tracking/j30/gk_photo.xml','https://www.joomlart.com/update-steps',''),(8772,5,0,'GK portfolio J!3','','gk_portfolio','template','',0,'1.2.3','','http://update.joomlart.com/service/tracking/j30/gk_portfolio.xml','https://www.joomlart.com/update-steps',''),(8773,5,0,'GK rockwall J!3','','gk_rockwall','template','',0,'3.26','','http://update.joomlart.com/service/tracking/j30/gk_rockwall.xml','https://www.joomlart.com/update-steps',''),(8774,5,0,'GK Shop & Buy Template','','gk_shop_and_buy','template','',0,'3.26','','http://update.joomlart.com/service/tracking/j30/gk_shop_and_buy.xml','https://www.joomlart.com/update-steps',''),(8775,5,0,'GK simplicity J!3','','gk_simplicity','template','',0,'3.24','','http://update.joomlart.com/service/tracking/j30/gk_simplicity.xml','https://www.joomlart.com/update-steps',''),(8776,5,0,'GK steakhouse J!3','','gk_steakhouse','template','',0,'3.28','','http://update.joomlart.com/service/tracking/j30/gk_steakhouse.xml','https://www.joomlart.com/update-steps',''),(8777,5,0,'GK storebox J!3','','gk_storebox','template','',0,'3.26','','http://update.joomlart.com/service/tracking/j30/gk_storebox.xml','https://www.joomlart.com/update-steps',''),(8778,5,0,'GK storefront J!3','','gk_storefront','template','',0,'3.27','','http://update.joomlart.com/service/tracking/j30/gk_storefront.xml','https://www.joomlart.com/update-steps',''),(8779,5,0,'GK technews J!3','','gk_technews','template','',0,'1.1.3','','http://update.joomlart.com/service/tracking/j30/gk_technews.xml','https://www.joomlart.com/update-steps',''),(8780,5,0,'GK university J!3','','gk_university','template','',0,'3.28','','http://update.joomlart.com/service/tracking/j30/gk_university.xml','https://www.joomlart.com/update-steps',''),(8781,5,0,'GK writer J!3','','gk_writer','template','',0,'3.28','','http://update.joomlart.com/service/tracking/j30/gk_writer.xml','https://www.joomlart.com/update-steps',''),(8782,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(8783,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(8784,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(8785,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(8786,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(8787,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(8788,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.3','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(8789,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.7','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(8790,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(8791,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(8792,5,0,'Metro Grid GK5','','mod_grid_gk5','module','',0,'1.2.3','','http://update.joomlart.com/service/tracking/j30/mod_grid_gk5.xml','https://www.joomlart.com/update-steps',''),(8793,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.7.1','','http://update.joomlart.com/service/tracking/j30/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(8794,5,0,'News Pro GK5 J!3','','mod_news_pro_gk5','module','',0,'2.0.6','','http://update.joomlart.com/service/tracking/j30/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(8795,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.8','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(8796,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(8797,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(8798,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(8799,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(8800,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(8801,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(8802,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.2.4','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(8803,5,0,'S5 Amazed Photography Template','','Shape5_amazed_photography_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_amazed_photography_template.xml','https://www.joomlart.com/update-steps',''),(8804,5,0,'S5 Ambient Template','','Shape5_ambient_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_ambient_template.xml','https://www.joomlart.com/update-steps',''),(8805,5,0,'S5 Ameritage Medical Template','','Shape5_ameritage_medical_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ameritage_medical_template.xml','https://www.joomlart.com/update-steps',''),(8806,5,0,'S5 Appwonder Template','','Shape5_appwonder_template','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/Shape5_appwonder_template.xml','https://www.joomlart.com/update-steps',''),(8807,5,0,'S5 Arthur Template','','Shape5_arthur_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_arthur_template.xml','https://www.joomlart.com/update-steps',''),(8808,5,0,'S5 Attractions Template','','Shape5_attractions_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_attractions_template.xml','https://www.joomlart.com/update-steps',''),(8809,5,0,'S5 Aurora Dawn Template','','Shape5_aurora_dawn_template','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_aurora_dawn_template.xml','https://www.joomlart.com/update-steps',''),(8810,5,0,'S5 Avignet Dream Template','','Shape5_avignet_dream_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_avignet_dream_template.xml','https://www.joomlart.com/update-steps',''),(8811,5,0,'S5 Big Picture Template','','Shape5_bigpicture_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bigpicture_template.xml','https://www.joomlart.com/update-steps',''),(8812,5,0,'S5 Blogbox Template','','Shape5_blog_box_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_blog_box_template.xml','https://www.joomlart.com/update-steps',''),(8813,5,0,'S5 BlueGroup Template','','Shape5_bluegroup_template','template','',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bluegroup_template.xml','https://www.joomlart.com/update-steps',''),(8814,5,0,'S5 Business Line Template','','Shape5_business_line_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_business_line_template.xml','https://www.joomlart.com/update-steps',''),(8815,5,0,'S5 Business Pro Template','','Shape5_business_pro_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_business_pro_template.xml','https://www.joomlart.com/update-steps',''),(8816,5,0,'S5 Callie Rush Template','','Shape5_callie_rush_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_callie_rush_template.xml','https://www.joomlart.com/update-steps',''),(8817,5,0,'S5 Campus Life Template','','Shape5_campuslife_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_campuslife_template.xml','https://www.joomlart.com/update-steps',''),(8818,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(8819,5,0,'S5 Charlestown Template','','Shape5_charlestown_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_charlestown_template.xml','https://www.joomlart.com/update-steps',''),(8820,5,0,'S5 Cleanout Template','','Shape5_cleanout_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cleanout_template.xml','https://www.joomlart.com/update-steps',''),(8821,5,0,'S5 Comaxium Template','','Shape5_comaxium_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_comaxium_template.xml','https://www.joomlart.com/update-steps',''),(8822,5,0,'S5 Compassion Template','','Shape5_compassion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_compassion_template.xml','https://www.joomlart.com/update-steps',''),(8823,5,0,'S5 Construction Template','','Shape5_construction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_construction_template.xml','https://www.joomlart.com/update-steps',''),(8824,5,0,'S5 Content King Template','','Shape5_contentking_template','template','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/Shape5_contentking_template.xml','https://www.joomlart.com/update-steps',''),(8825,5,0,'S5 Corporate Response Template','','Shape5_corporate_response_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corporate_response_template.xml','https://www.joomlart.com/update-steps',''),(8826,5,0,'S5 Corpway Template','','Shape5_corpway_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corpway_template.xml','https://www.joomlart.com/update-steps',''),(8827,5,0,'S5 Curb Appeal Template','','Shape5_curb_appeal_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_curb_appeal_template.xml','https://www.joomlart.com/update-steps',''),(8828,5,0,'S5 Cyan Template','','Shape5_cyan_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cyan_template.xml','https://www.joomlart.com/update-steps',''),(8829,5,0,'S5 Emma and Mason Template','','Shape5_emma_and_mason_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_emma_and_mason_template.xml','https://www.joomlart.com/update-steps',''),(8830,5,0,'S5 Emusica Template','','Shape5_emusica_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_emusica_template.xml','https://www.joomlart.com/update-steps',''),(8831,5,0,'S5 EZ Web Hosting Template','','Shape5_ezwebhosting_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ezwebhosting_template.xml','https://www.joomlart.com/update-steps',''),(8832,5,0,'S5 Fitness Center Template','','Shape5_fitness_center_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_fitness_center_template.xml','https://www.joomlart.com/update-steps',''),(8833,5,0,'S5 Forte Template','','Shape5_forte_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_forte_template.xml','https://www.joomlart.com/update-steps',''),(8834,5,0,'S5 Fresh Bistro Template','','Shape5_fresh_bistro_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_fresh_bistro_template.xml','https://www.joomlart.com/update-steps',''),(8835,5,0,'S5 Fusion Template','','Shape5_fusion_template','template','',0,'1.5.7','','http://update.joomlart.com/service/tracking/j31/Shape5_fusion_template.xml','https://www.joomlart.com/update-steps',''),(8836,5,0,'S5 Game World Template','','Shape5_game_world_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_game_world_template.xml','https://www.joomlart.com/update-steps',''),(8837,5,0,'S5 Gamers Template','','Shape5_gamers_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_gamers_template.xml','https://www.joomlart.com/update-steps',''),(8838,5,0,'S5 GCK Store Template','','Shape5_gck_store_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_gck_store_template.xml','https://www.joomlart.com/update-steps',''),(8839,5,0,'S5 General Commerce Template','','Shape5_general_commerce_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_general_commerce_template.xml','https://www.joomlart.com/update-steps',''),(8840,5,0,'S5 General Contractor Template','','Shape5_general_contractor_template','template','',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/Shape5_general_contractor_template.xml','https://www.joomlart.com/update-steps',''),(8841,5,0,'S5 GetReserved Template','','Shape5_getreserved_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_getreserved_template.xml','https://www.joomlart.com/update-steps',''),(8842,5,0,'S5 Health Guide Template','','Shape5_health_guide_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_health_guide_template.xml','https://www.joomlart.com/update-steps',''),(8843,5,0,'S5 Helion Template','','Shape5_helion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_helion_template.xml','https://www.joomlart.com/update-steps',''),(8844,5,0,'S5 Hexa Corp Template','','Shape5_hexa_corp_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_hexa_corp_template.xml','https://www.joomlart.com/update-steps',''),(8845,5,0,'S5 Hexicon Gamer Template','','Shape5_hexicon_gamer_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_hexicon_gamer_template.xml','https://www.joomlart.com/update-steps',''),(8846,5,0,'S5 Incline Template','','Shape5_incline_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_incline_template.xml','https://www.joomlart.com/update-steps',''),(8847,5,0,'S5 Legal Lawyer Template','','Shape5_legal_lawyer_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_legal_lawyer_template.xml','https://www.joomlart.com/update-steps',''),(8848,5,0,'S5 Life Journey Template','','Shape5_life_journey_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_life_journey_template.xml','https://www.joomlart.com/update-steps',''),(8849,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(8850,5,0,'S5 Lime Light Template','','Shape5_lime_light_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_lime_light_template.xml','https://www.joomlart.com/update-steps',''),(8851,5,0,'S5 Luxon Template','','Shape5_luxon_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_luxon_template.xml','https://www.joomlart.com/update-steps',''),(8852,5,0,'S5 M Ceative Agency Template','','Shape5_m_creative_agency_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_m_creative_agency_template.xml','https://www.joomlart.com/update-steps',''),(8853,5,0,'S5 Maxed Mag Template','','Shape5_maxedmag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_maxedmag_template.xml','https://www.joomlart.com/update-steps',''),(8854,5,0,'S5 MetroShows Template','','Shape5_metroshows_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_metroshows_template.xml','https://www.joomlart.com/update-steps',''),(8855,5,0,'S5 Modern Flavor Template','','Shape5_modern_flavor_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_modern_flavor_template.xml','https://www.joomlart.com/update-steps',''),(8856,5,0,'S5 New Vision Template','','Shape5_new_vision_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_new_vision_template.xml','https://www.joomlart.com/update-steps',''),(8857,5,0,'S5 News Blog Template','','Shape5_newsblog_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_newsblog_template.xml','https://www.joomlart.com/update-steps',''),(8858,5,0,'S5 Newsplace Template','','Shape5_newsplace_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_newsplace_template.xml','https://www.joomlart.com/update-steps',''),(8859,5,0,'S5 No1 Shopping Template','','Shape5_no1_shopping_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_no1_shopping_template.xml','https://www.joomlart.com/update-steps',''),(8860,5,0,'S5 Oasis Template','','Shape5_oasis_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_oasis_template.xml','https://www.joomlart.com/update-steps',''),(8861,5,0,'S5 Outdoor Life Template','','Shape5_outdoor_life_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_outdoor_life_template.xml','https://www.joomlart.com/update-steps',''),(8862,5,0,'S5 Pantheon Template','','Shape5_pantheon_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_pantheon_template.xml','https://www.joomlart.com/update-steps',''),(8863,5,0,'S5 Paradigm Shift Template','','Shape5_paradigm_shift_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_paradigm_shift_template.xml','https://www.joomlart.com/update-steps',''),(8864,5,0,'S5 Phosphorus Template','','Shape5_phosphorus_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_phosphorus_template.xml','https://www.joomlart.com/update-steps',''),(8865,5,0,'S5 Photobox Template','','Shape5_photobox_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_photobox_template.xml','https://www.joomlart.com/update-steps',''),(8866,5,0,'S5 Photofolio Template','','Shape5_photofolio_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_photofolio_template.xml','https://www.joomlart.com/update-steps',''),(8867,5,0,'S5 Prestige Academy Template','','Shape5_prestige_academy_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_prestige_academy_template.xml','https://www.joomlart.com/update-steps',''),(8868,5,0,'S5 Real Estate Template','','Shape5_realestate_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_realestate_template.xml','https://www.joomlart.com/update-steps',''),(8869,5,0,'S5 Regan Tech Template','','Shape5_regan_tech_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_regan_tech_template.xml','https://www.joomlart.com/update-steps',''),(8870,5,0,'S5 Risen Hope Template','','Shape5_risen_hope_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_risen_hope_template.xml','https://www.joomlart.com/update-steps',''),(8871,5,0,'S5 Salon N Spa Template','','Shape5_salonnspa_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_salonnspa_template.xml','https://www.joomlart.com/update-steps',''),(8872,5,0,'S5 Samba Spa Template','','Shape5_samba_template','template','',0,'1.3.5','','http://update.joomlart.com/service/tracking/j31/Shape5_samba_template.xml','https://www.joomlart.com/update-steps',''),(8873,5,0,'S5 Shenandoah Template','','Shape5_shenandoah_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_shenandoah_template.xml','https://www.joomlart.com/update-steps',''),(8874,5,0,'S5 ShoppingBag Template','','Shape5_shoppingbag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_shoppingbag_template.xml','https://www.joomlart.com/update-steps',''),(8875,5,0,'S5 Sienna Template','','Shape5_sienna_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sienna_template.xml','https://www.joomlart.com/update-steps',''),(8876,5,0,'S5 Simplex Template','','Shape5_simplex_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_simplex_template.xml','https://www.joomlart.com/update-steps',''),(8877,5,0,'S5 Soul Search Template','','Shape5_soul_search_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_soul_search_template.xml','https://www.joomlart.com/update-steps',''),(8878,5,0,'S5 Spectrum Template','','Shape5_spectrum_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_spectrum_template.xml','https://www.joomlart.com/update-steps',''),(8879,5,0,'S5 Sports Nation Template','','Shape5_sports_nation_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sports_nation_template.xml','https://www.joomlart.com/update-steps',''),(8880,5,0,'S5 Store Pro Template','','Shape5_storepro_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_storepro_template.xml','https://www.joomlart.com/update-steps',''),(8881,5,0,'S5 Swapps Template','','Shape5_swapps_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_swapps_template.xml','https://www.joomlart.com/update-steps',''),(8882,5,0,'S5 The Classifieds Template','','Shape5_the_classifieds_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_the_classifieds_template.xml','https://www.joomlart.com/update-steps',''),(8883,5,0,'S5 TheBlogazine Template','','Shape5_theblogazine_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_theblogazine_template.xml','https://www.joomlart.com/update-steps',''),(8884,5,0,'S5 Traction Template','','Shape5_traction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_traction_template.xml','https://www.joomlart.com/update-steps',''),(8885,5,0,'S5 University Template','','Shape5_university_template','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_university_template.xml','https://www.joomlart.com/update-steps',''),(8886,5,0,'S5 Velocity Template','','Shape5_velocity_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_velocity_template.xml','https://www.joomlart.com/update-steps',''),(8887,5,0,'S5 Zoka Template','','Shape5_zoka_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_zoka_template.xml','https://www.joomlart.com/update-steps',''),(8888,5,0,'Sample package for JA Blockk Entertaiment 1','','blockk_entertaiment_1','sample_package','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/blockk_entertaiment_1.xml','https://www.joomlart.com/update-steps',''),(8889,5,0,'Sample package for JA Blockk Entertaiment 2','','blockk_entertaiment_2','sample_package','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/blockk_entertaiment_2.xml','https://www.joomlart.com/update-steps',''),(8890,5,0,'Sample package for JA Blockk Fashion 1','','blockk_fashion_1','sample_package','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_1.xml','https://www.joomlart.com/update-steps',''),(8891,5,0,'Sample package for JA Blockk Fashion 2','','blockk_fashion_2','sample_package','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_2.xml','https://www.joomlart.com/update-steps',''),(8892,5,0,'Sample package for JA Blockk Fashion 3','','blockk_fashion_3','sample_package','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_3.xml','https://www.joomlart.com/update-steps',''),(8893,5,0,'Sample package for JA Blockk Fashion 4','','blockk_fashion_4','sample_package','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_4.xml','https://www.joomlart.com/update-steps',''),(8894,5,0,'Sample package for JA Blockk Freebie 1','','blockk_freebie_1','sample_package','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/blockk_freebie_1.xml','https://www.joomlart.com/update-steps',''),(8895,5,0,'Sample package for JA Blockk Freebie 2','','blockk_freebie_2','sample_package','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/blockk_freebie_2.xml','https://www.joomlart.com/update-steps',''),(8896,5,0,'Sample package for JA Blockk Gaming 1','','blockk_gaming_1','sample_package','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_1.xml','https://www.joomlart.com/update-steps',''),(8897,5,0,'Sample package for JA Blockk Gaming 2','','blockk_gaming_2','sample_package','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_2.xml','https://www.joomlart.com/update-steps',''),(8898,5,0,'Sample package for JA Blockk Gaming 3','','blockk_gaming_3','sample_package','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_3.xml','https://www.joomlart.com/update-steps',''),(8899,5,0,'Sample package for JA Blockk Gaming 4','','blockk_gaming_4','sample_package','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_4.xml','https://www.joomlart.com/update-steps',''),(8900,5,0,'Sample package for JA Blockk Magz 1','','blockk_magz_1','sample_package','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_1.xml','https://www.joomlart.com/update-steps',''),(8901,5,0,'Sample package for JA Blockk Magz 2','','blockk_magz_2','sample_package','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_2.xml','https://www.joomlart.com/update-steps',''),(8902,5,0,'Sample package for JA Blockk Magz 3','','blockk_magz_3','sample_package','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_3.xml','https://www.joomlart.com/update-steps',''),(8903,5,0,'Sample package for JA Blockk Magz 4','','blockk_magz_4','sample_package','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_4.xml','https://www.joomlart.com/update-steps',''),(8904,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'6.1.2','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(8905,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.5','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(8906,5,0,'Guru Pro','','com_guru_pro','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(8907,5,0,'JA Builder Component','','com_jabuilder','component','',1,'1.0.8','','http://update.joomlart.com/service/tracking/j31/com_jabuilder.xml','https://www.joomlart.com/update-steps',''),(8908,5,0,'JA Extension Manager Component for J3.x','','com_jaextmanager','component','',1,'2.6.6','','http://update.joomlart.com/service/tracking/j31/com_jaextmanager.xml','https://www.joomlart.com/update-steps',''),(8909,5,0,'JA Page Builder Component','','com_japagebuilder','component','',1,'1.0.0_alpha3','','http://update.joomlart.com/service/tracking/j31/com_japagebuilder.xml','https://www.joomlart.com/update-steps',''),(8910,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.0.2','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(8911,5,0,'T4 Page Builder Component','','com_t4pagebuilder','component','',1,'1.1.7','','http://update.joomlart.com/service/tracking/j31/com_t4pagebuilder.xml','https://www.joomlart.com/update-steps',''),(8912,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(8913,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(8914,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(8915,5,0,'JA Resume Theme for EasyBlog','','easyblog_theme_resume','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_resume.xml','https://www.joomlart.com/update-steps',''),(8916,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(8917,5,0,'GK Academy Template','','gk_academy','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/gk_academy.xml','https://www.joomlart.com/update-steps',''),(8918,5,0,'GK App Template','','gk_app','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/gk_app.xml','https://www.joomlart.com/update-steps',''),(8919,5,0,'GK Bauhaus Template','','gk_bauhaus','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/gk_bauhaus.xml','https://www.joomlart.com/update-steps',''),(8920,5,0,'GK Blend Template','','gk_blend','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/gk_blend.xml','https://www.joomlart.com/update-steps',''),(8921,5,0,'GK Decor template','','gk_decor','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/gk_decor.xml','https://www.joomlart.com/update-steps',''),(8922,5,0,'GK EvoNews Template','','gk_evonews','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/gk_evonews.xml','https://www.joomlart.com/update-steps',''),(8923,5,0,'GK Fit Template','','gk_fit','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/gk_fit.xml','https://www.joomlart.com/update-steps',''),(8924,5,0,'GK Folio Template','','gk_folio','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/gk_folio.xml','https://www.joomlart.com/update-steps',''),(8925,5,0,'GK Infinity Template','','gk_infinity','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/gk_infinity.xml','https://www.joomlart.com/update-steps',''),(8926,5,0,'GK Issues Template','','gk_issues','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/gk_issues.xml','https://www.joomlart.com/update-steps',''),(8927,5,0,'GK Kidty template','','gk_kidty','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/gk_kidty.xml','https://www.joomlart.com/update-steps',''),(8928,5,0,'GK Paradise Template','','gk_paradise','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/gk_paradise.xml','https://www.joomlart.com/update-steps',''),(8929,5,0,'GK Quark template','','gk_quark','template','',0,'1.29','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(8930,5,0,'GK ResumeTemplate','','gk_resume','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/gk_resume.xml','https://www.joomlart.com/update-steps',''),(8931,5,0,'GK Siggi Template','','gk_siggi','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/gk_siggi.xml','https://www.joomlart.com/update-steps',''),(8932,5,0,'GK Stora Template','','gk_stora','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/gk_stora.xml','https://www.joomlart.com/update-steps',''),(8933,5,0,'GK Wedding Template','','gk_wedding','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/gk_wedding.xml','https://www.joomlart.com/update-steps',''),(8934,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(8935,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(8936,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(8937,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(8938,5,0,'JA Allure Template','','ja_allure','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/ja_allure.xml','https://www.joomlart.com/update-steps',''),(8939,5,0,'JA Alpha Template','','ja_alpha','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/ja_alpha.xml','https://www.joomlart.com/update-steps',''),(8940,5,0,'JA Alumni Template','','ja_alumni','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/ja_alumni.xml','https://www.joomlart.com/update-steps',''),(8941,5,0,'JA Artsy Template','','ja_artsy','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/ja_artsy.xml','https://www.joomlart.com/update-steps',''),(8942,5,0,'JA Atoms Template','','ja_atoms','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_atoms.xml','https://www.joomlart.com/update-steps',''),(8943,5,0,'JA Beauty Template','','ja_beauty','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/ja_beauty.xml','https://www.joomlart.com/update-steps',''),(8944,5,0,'JA Biz Template','','ja_biz','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_biz.xml','https://www.joomlart.com/update-steps',''),(8945,5,0,'JA Blockk Template','','ja_blockk','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_blockk.xml','https://www.joomlart.com/update-steps',''),(8946,5,0,'JA Brickstore Template','','ja_brickstore','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_brickstore.xml','https://www.joomlart.com/update-steps',''),(8947,5,0,'JA Cagox template','','ja_cagox','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(8948,5,0,'JA Campaign Template','','ja_campaign','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_campaign.xml','https://www.joomlart.com/update-steps',''),(8949,5,0,'JA Candidate Template','','ja_candidate','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_candidate.xml','https://www.joomlart.com/update-steps',''),(8950,5,0,'JA Charity template','','ja_charity','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/ja_charity.xml','https://www.joomlart.com/update-steps',''),(8951,5,0,'JA City Guide Template','','ja_cityguide','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/ja_cityguide.xml','https://www.joomlart.com/update-steps',''),(8952,5,0,'JA Company Template','','ja_company','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(8953,5,0,'JA Conf Template','','ja_conf','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/ja_conf.xml','https://www.joomlart.com/update-steps',''),(8954,5,0,'JA Directory Template','','ja_directory','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(8955,5,0,'JA Donate Template','','ja_donate','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(8956,5,0,'JA Educatsy Template','','ja_educatsy','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_educatsy.xml','https://www.joomlart.com/update-steps',''),(8957,5,0,'JA Ego Template','','ja_ego','template','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/ja_ego.xml','https://www.joomlart.com/update-steps',''),(8958,5,0,'JA Elicyon Template','','ja_elicyon','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_elicyon.xml','https://www.joomlart.com/update-steps',''),(8959,5,0,'JA EventCamp Template','','ja_eventcamp','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/ja_eventcamp.xml','https://www.joomlart.com/update-steps',''),(8960,5,0,'JA Events II template','','ja_events_ii','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_events_ii.xml','https://www.joomlart.com/update-steps',''),(8961,5,0,'ja flix tpl','','ja_flix','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/ja_flix.xml','https://www.joomlart.com/update-steps',''),(8962,5,0,'JA Focus Template','','ja_focus','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/ja_focus.xml','https://www.joomlart.com/update-steps',''),(8963,5,0,'JA Good Template','','ja_good','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_good.xml','https://www.joomlart.com/update-steps',''),(8964,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(8965,5,0,'JA Helple Template','','ja_helple','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_helple.xml','https://www.joomlart.com/update-steps',''),(8966,5,0,'JA Intranet Template','','ja_intranet','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(8967,5,0,'ja Justitia Template','','ja_justitia','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_justitia.xml','https://www.joomlart.com/update-steps',''),(8968,5,0,'JA Kids Corner Source File','','ja_kidscorner','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_kidscorner.xml','https://www.joomlart.com/update-steps',''),(8969,5,0,'JA Landscape Template','','ja_landscape','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/ja_landscape.xml','https://www.joomlart.com/update-steps',''),(8970,5,0,'JA Lawfirm Template ','','ja_lawfirm','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/ja_lawfirm.xml','https://www.joomlart.com/update-steps',''),(8971,5,0,'JA Megastore Template','','ja_megastore','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(8972,5,0,'JA Mono Template','','ja_mono','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_mono.xml','https://www.joomlart.com/update-steps',''),(8973,5,0,'JA Mood Template','','ja_mood','template','',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(8974,5,0,'JA Morgan Template','','ja_morgan','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_morgan.xml','https://www.joomlart.com/update-steps',''),(8975,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(8976,5,0,'JA Play School Template','','ja_playschool','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/ja_playschool.xml','https://www.joomlart.com/update-steps',''),(8977,5,0,'JA Playstore Template','','ja_playstore','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(8978,5,0,'JA Property Template','','ja_property','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(8979,5,0,'JA Rent template','','ja_rent','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_rent.xml','https://www.joomlart.com/update-steps',''),(8980,5,0,'JA Resort Template','','ja_resort','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_resort.xml','https://www.joomlart.com/update-steps',''),(8981,5,0,'JA Sensei Source File','','ja_sensei','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_sensei.xml','https://www.joomlart.com/update-steps',''),(8982,5,0,'JA Shoe Template','','ja_shoe','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/ja_shoe.xml','https://www.joomlart.com/update-steps',''),(8983,5,0,'JA Simpli Template','','ja_simpli','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/ja_simpli.xml','https://www.joomlart.com/update-steps',''),(8984,5,0,'JA Spa Template','','ja_spa','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/ja_spa.xml','https://www.joomlart.com/update-steps',''),(8985,5,0,'JA Space Template','','ja_space','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_space.xml','https://www.joomlart.com/update-steps',''),(8986,5,0,'JA Stark Template','','ja_stark','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(8987,5,0,'JA Symphony Template','','ja_symphony','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/ja_symphony.xml','https://www.joomlart.com/update-steps',''),(8988,5,0,'JA Techzone Template','','ja_techzone','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_techzone.xml','https://www.joomlart.com/update-steps',''),(8989,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(8990,5,0,'JA Tour Template','','ja_tour','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_tour.xml','https://www.joomlart.com/update-steps',''),(8991,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(8992,5,0,'JA University T3 template','','ja_university_t3','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(8993,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(8994,5,0,'JA Vital Template','','ja_vital','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/ja_vital.xml','https://www.joomlart.com/update-steps',''),(8995,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(8996,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(8997,5,0,'JS Column Theme','','js_column','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_column.xml','https://www.joomlart.com/update-steps',''),(8998,5,0,'JS Flat Theme','','js_flat','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_flat.xml','https://www.joomlart.com/update-steps',''),(8999,5,0,'JS Kikiriki Theme','','js_kikiriki','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_kikiriki.xml','https://www.joomlart.com/update-steps',''),(9000,5,0,'JS Shadow Theme','','js_shadow','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_shadow.xml','https://www.joomlart.com/update-steps',''),(9001,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(9002,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(9003,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(9004,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(9005,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(9006,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(9007,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(9008,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(9009,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(9010,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(9011,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(9012,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(9013,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(9014,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(9015,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(9016,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(9017,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(9018,5,0,'JA Content Listing Module','','mod_jacontentlisting','module','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/mod_jacontentlisting.xml','https://www.joomlart.com/update-steps',''),(9019,5,0,'JA Masthead Module ','','mod_jamasthead','module','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/mod_jamasthead.xml','https://www.joomlart.com/update-steps',''),(9020,5,0,'News Pro GK5 J!3','','mod_news_pro_gk5','module','',0,'2.0.6','','http://update.joomlart.com/service/tracking/j31/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(9021,5,0,'S5 Masonry Module','','mod_s5_masonry','module','',0,'2.9.9','','http://update.joomlart.com/service/tracking/j31/mod_s5_masonry.xml','https://www.joomlart.com/update-steps',''),(9022,5,0,'S5 New Sticker V3 Module','','mod_s5_newstickerv3','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/mod_s5_newstickerv3.xml','https://www.joomlart.com/update-steps',''),(9023,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(9024,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(9025,5,0,'T4 Content Load PageBuilder','','loadt4pagebuilder','plugin','content',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/plg_content_loadt4pagebuilder.xml','https://www.joomlart.com/update-steps',''),(9026,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(9027,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(9028,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(9029,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(9030,5,0,'JA Megafilter DOCman Plugin','','docman','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_docman.xml','https://www.joomlart.com/update-steps',''),(9031,5,0,'JA Megafilter EShop Plugin','','eshop','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(9032,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'1.1.6','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(9033,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(9034,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(9035,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(9036,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(9037,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.7','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(9038,5,0,'System JA Campaign','','jacampaign','plugin','system',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plg_system_jacampaign.xml','https://www.joomlart.com/update-steps',''),(9039,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(9040,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(9041,5,0,'T4 System Plugin ','','t4','plugin','system',0,'1.1.8','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(9042,5,0,'S5 Css And Js Compressor Plugin','','plugin_s5_css_and_js_compressor','plugin','plugin_s5_css_and_js',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_css_and_js_compressor.xml','https://www.joomlart.com/update-steps',''),(9043,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(9044,5,0,'S5 Ie6 Warning Plugin','','plugin_s5_ie6_warning','plugin','plugin_s5_ie6_warnin',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_ie6_warning.xml','https://www.joomlart.com/update-steps',''),(9045,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(9046,5,0,'Purity III Template','','purity_iii','template','',0,'1.2.6','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(9047,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(9048,5,0,'T4 Pagebuilder Package','','t4_page_builder_pkg','package','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j31/t4_page_builder_pkg.xml','https://www.joomlart.com/update-steps',''),(9049,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(9050,5,0,'T4 Blank Template Bs5','','t4_bs5_blank','template','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/tpl_t4_bs5_blank.xml','https://www.joomlart.com/update-steps',''),(9051,5,0,'Sample package for Uber Bookstore','','uber_bookstore','sample_package','',0,'2.1.8','','http://update.joomlart.com/service/tracking/j31/uber_bookstore.xml','https://www.joomlart.com/update-steps',''),(9052,7,0,'AcyMailing Essential - We did not find a licence attached to your website http://oscasa.com/. Ple...','Error licence not found for http://oscasa.com/ - We did not find a licence attached to your website http://oscasa.com/. Please make sure this website is attached to your subscription at acyba.com','com_acymailing','component','',1,'5.10.21','','http://www.acyba.com/component/updateme/updatexml/component-acymailing/version-5.7.0/level-Essential/li-aHR0cDovL29zY2FzYS5jb20v/file-extension.xml','https://www.acyba.com',''),(9053,10,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.10.3','','http://getk2.org/update.xml','https://getk2.org/blog/k2-v2103-now-available',''),(9054,15,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.10.3','','http://getk2.org/app/update.xml','https://getk2.org/blog/k2-v2103-now-available',''),(9055,16,10086,'Regular Labs - Modules Anywhere','','modulesanywhere','plugin','system',0,'7.13.3','','https://download.regularlabs.com/updates.xml?e=modulesanywhere&type=.xml','https://www.regularlabs.com/extensions/modulesanywhere/features',''),(9056,17,0,'JCE 2.9.8','','pkg_jce','package','',0,'2.9.8','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-8-released',''),(9057,18,0,'SCLogin','','mod_sclogin','module','',0,'8.4.7','','http://www.sourcecoast.com/updates/sclogin.xml','https://www.sourcecoast.com/index.php?option=com_ars&view=Items&release_id=201&format=html',''),(9058,20,10134,'ContentBuilder','ContentBuilder Update','com_contentbuilder','component','',1,'0.9.94 (build 255)','','https://crosstec.org/updates/contentbuilder/contentbuilder_update.xml','https://crosstec.org/en/downloads/contentbuilder-cck-for-joomla.html',''),(9059,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9060,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9061,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9062,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9063,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9064,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(9065,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(9066,3,0,'French','','pkg_fr-FR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(9067,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(9068,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(9069,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(9070,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(9071,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9072,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(9073,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(9074,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(9075,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(9076,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.28.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(9077,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(9078,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(9079,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(9080,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(9081,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(9082,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(9083,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(9084,3,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(9085,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(9086,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(9087,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(9088,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(9089,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(9090,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(9091,3,0,'English US','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(9092,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(9093,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(9094,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(9095,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(9096,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(9097,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(9098,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(9099,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(9100,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(9101,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(9102,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(9103,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(9104,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(9105,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(9106,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(9107,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(9108,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(9109,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(9110,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(9111,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(9112,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(9113,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(9114,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(9115,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(9116,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(9117,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(9118,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.3.3','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(9119,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'1.2.2','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(9120,5,0,'JA Appolio Theme for EasyBlog','','easyblog_theme_appolio','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_appolio.xml','https://www.joomlart.com/update-steps',''),(9121,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(9122,5,0,'JA Biz Theme for EasyBlog','','easyblog_theme_biz','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_biz.xml','https://www.joomlart.com/update-steps',''),(9123,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(9124,5,0,'JA Decor Theme for EasyBlog','','easyblog_theme_decor','custom','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_decor.xml','https://www.joomlart.com/update-steps',''),(9125,5,0,'Theme Fixel for Easyblog J25 & J3x','','easyblog_theme_fixel','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_fixel.xml','https://www.joomlart.com/update-steps',''),(9126,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(9127,5,0,'JA Muzic Theme for EasyBlog','','easyblog_theme_muzic','custom','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_muzic.xml','https://www.joomlart.com/update-steps',''),(9128,5,0,'JA Obelisk Theme for EasyBlog','','easyblog_theme_obelisk','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_obelisk.xml','https://www.joomlart.com/update-steps',''),(9129,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(9130,5,0,'JA Bookshop Template','','ja_bookshop','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_bookshop.xml','https://www.joomlart.com/update-steps',''),(9131,5,0,'JA Brisk Template for J25 & J3x','','ja_brisk','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_brisk.xml','https://www.joomlart.com/update-steps',''),(9132,5,0,'JA Decor Template','','ja_decor','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j16/ja_decor.xml','https://www.joomlart.com/update-steps',''),(9133,5,0,'JA Fubix Template for J25 & J3x','','ja_fubix','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_fubix.xml','https://www.joomlart.com/update-steps',''),(9134,5,0,'JA Hawkstore Template','','ja_hawkstore','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_hawkstore.xml','https://www.joomlart.com/update-steps',''),(9135,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(9136,5,0,'JA Medicare Template','','ja_medicare','template','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/ja_medicare.xml','https://www.joomlart.com/update-steps',''),(9137,5,0,'JA Mero Template for J25 & J3x','','ja_mero','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_mero.xml','https://www.joomlart.com/update-steps',''),(9138,5,0,'Ja Minisite Template for Joomla 3.4','','ja_minisite','template','',0,'2.5.6','','http://update.joomlart.com/service/tracking/j16/ja_minisite.xml','https://www.joomlart.com/update-steps',''),(9139,5,0,'JA Mitius Template','','ja_mitius','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j16/ja_mitius.xml','https://www.joomlart.com/update-steps',''),(9140,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(9141,5,0,'JA Nex T3 Template','','ja_nex_t3','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_nex_t3.xml','https://www.joomlart.com/update-steps',''),(9142,5,0,'JA Nuevo template','','ja_nuevo','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/ja_nuevo.xml','https://www.joomlart.com/update-steps',''),(9143,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(9144,5,0,'JA Playmag Template','','ja_playmag','template','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/ja_playmag.xml','https://www.joomlart.com/update-steps',''),(9145,5,0,'JA Smashboard Template','','ja_smashboard','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_smashboard.xml','https://www.joomlart.com/update-steps',''),(9146,5,0,'JA Travel Template for Joomla 3x','','ja_travel','template','',0,'2.5.7','','http://update.joomlart.com/service/tracking/j16/ja_travel.xml','https://www.joomlart.com/update-steps',''),(9147,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(9148,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(9149,5,0,'Kunena Template for Ja Orisite','','kunena_theme_orisite','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/kunena_theme_orisite.xml','https://www.joomlart.com/update-steps',''),(9150,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(9151,5,0,'JA Image Hotspot Module for Joomla 2.5 & 3.x','','mod_jaimagehotspot','module','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(9152,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.3.3','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(9153,5,0,'JA Login module for J25 & J3x','','mod_jalogin','module','',0,'2.7.1','','http://update.joomlart.com/service/tracking/j16/mod_jalogin.xml','https://www.joomlart.com/update-steps',''),(9154,5,0,'JA Quick Contact Module for J3.x','','mod_jaquickcontact','module','',0,'2.6.7','','http://update.joomlart.com/service/tracking/j16/mod_jaquickcontact.xml','https://www.joomlart.com/update-steps',''),(9155,5,0,'JA Twitter Module for J25 & j3.x','','mod_jatwitter','module','',0,'2.6.7','','http://update.joomlart.com/service/tracking/j16/mod_jatwitter.xml','https://www.joomlart.com/update-steps',''),(9156,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(9157,5,0,'S5 Accordion Menu Module','','mod_s5_accordion_menu','module','',0,'2.3.2','','http://update.joomlart.com/service/tracking/j16/mod_s5_accordion_menu.xml','https://www.joomlart.com/update-steps',''),(9158,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(9159,5,0,'JA System Google Map plugin for Joomla 2.5 & J3x','','jagooglemap','plugin','system',0,'2.6.6','','http://update.joomlart.com/service/tracking/j16/plg_system_jagooglemap.xml','https://www.joomlart.com/update-steps',''),(9160,5,0,'JA System Social Feed Plugin for Joomla 2.5 & 3.x','','jasocial_feed','plugin','system',0,'1.4.2','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(9161,5,0,'JA Tabs Plugin for J3.x','','jatabs','plugin','system',0,'2.6.8','','http://update.joomlart.com/service/tracking/j16/plg_system_jatabs.xml','https://www.joomlart.com/update-steps',''),(9162,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(9163,5,0,'Uber Template','','uber','template','',0,'2.2.1','','http://update.joomlart.com/service/tracking/j16/uber.xml','https://www.joomlart.com/update-steps',''),(9164,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(9165,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.9','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(9166,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(9167,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(9168,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(9169,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.7.9','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(9170,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(9171,5,0,'GK bluap','','gk_bluap','template','',0,'3.25','','http://update.joomlart.com/service/tracking/j30/gk_bluap.xml','https://www.joomlart.com/update-steps',''),(9172,5,0,'GK box J!3','','gk_box','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j30/gk_box.xml','https://www.joomlart.com/update-steps',''),(9173,5,0,'GK cloudhost J!3','','gk_cloudhost','template','',0,'3.26','','http://update.joomlart.com/service/tracking/j30/gk_cloudhost.xml','https://www.joomlart.com/update-steps',''),(9174,5,0,'GK creativity J!3','','gk_creativity','template','',0,'3.27','','http://update.joomlart.com/service/tracking/j30/gk_creativity.xml','https://www.joomlart.com/update-steps',''),(9175,5,0,'GK events J!3','','gk_events','template','',0,'3.28','','http://update.joomlart.com/service/tracking/j30/gk_events.xml','https://www.joomlart.com/update-steps',''),(9176,5,0,'GK game J!3','','gk_game','template','',0,'3.26','','http://update.joomlart.com/service/tracking/j30/gk_game.xml','https://www.joomlart.com/update-steps',''),(9177,5,0,'GK hotel J!3','','gk_hotel','template','',0,'1.2.4','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(9178,5,0,'GK instyle J!3','','gk_instyle','template','',0,'3.35','','http://update.joomlart.com/service/tracking/j30/gk_instyle.xml','https://www.joomlart.com/update-steps',''),(9179,5,0,'GK john s J!3','','gk_john_s','template','',0,'3.27','','http://update.joomlart.com/service/tracking/j30/gk_john_s.xml','https://www.joomlart.com/update-steps',''),(9180,5,0,'GK magazine J!3','','gk_magazine','template','',0,'3.24','','http://update.joomlart.com/service/tracking/j30/gk_magazine.xml','https://www.joomlart.com/update-steps',''),(9181,5,0,'GK mo J!3','','gk_mo','template','',0,'3.26','','http://update.joomlart.com/service/tracking/j30/gk_mo.xml','https://www.joomlart.com/update-steps',''),(9182,5,0,'GK msocial J!3','','gk_msocial','template','',0,'3.27','','http://update.joomlart.com/service/tracking/j30/gk_msocial.xml','https://www.joomlart.com/update-steps',''),(9183,5,0,'GK musicstate J!3','','gk_musicstate','template','',0,'3.26','','http://update.joomlart.com/service/tracking/j30/gk_musicstate.xml','https://www.joomlart.com/update-steps',''),(9184,5,0,'GK news J!3','','gk_news','template','',0,'3.26','','http://update.joomlart.com/service/tracking/j30/gk_news.xml','https://www.joomlart.com/update-steps',''),(9185,5,0,'GK news2 J!3','','gk_news2','template','',0,'3.28','','http://update.joomlart.com/service/tracking/j30/gk_news2.xml','https://www.joomlart.com/update-steps',''),(9186,5,0,'GK news refreshed J!3','','gk_news_refreshed','template','',0,'3.30','','http://update.joomlart.com/service/tracking/j30/gk_news_refreshed.xml','https://www.joomlart.com/update-steps',''),(9187,5,0,'GK photo J!3','','gk_photo','template','',0,'3.30','','http://update.joomlart.com/service/tracking/j30/gk_photo.xml','https://www.joomlart.com/update-steps',''),(9188,5,0,'GK portfolio J!3','','gk_portfolio','template','',0,'1.2.3','','http://update.joomlart.com/service/tracking/j30/gk_portfolio.xml','https://www.joomlart.com/update-steps',''),(9189,5,0,'GK rockwall J!3','','gk_rockwall','template','',0,'3.26','','http://update.joomlart.com/service/tracking/j30/gk_rockwall.xml','https://www.joomlart.com/update-steps',''),(9190,5,0,'GK Shop & Buy Template','','gk_shop_and_buy','template','',0,'3.26','','http://update.joomlart.com/service/tracking/j30/gk_shop_and_buy.xml','https://www.joomlart.com/update-steps',''),(9191,5,0,'GK simplicity J!3','','gk_simplicity','template','',0,'3.24','','http://update.joomlart.com/service/tracking/j30/gk_simplicity.xml','https://www.joomlart.com/update-steps',''),(9192,5,0,'GK steakhouse J!3','','gk_steakhouse','template','',0,'3.28','','http://update.joomlart.com/service/tracking/j30/gk_steakhouse.xml','https://www.joomlart.com/update-steps',''),(9193,5,0,'GK storebox J!3','','gk_storebox','template','',0,'3.26','','http://update.joomlart.com/service/tracking/j30/gk_storebox.xml','https://www.joomlart.com/update-steps',''),(9194,5,0,'GK storefront J!3','','gk_storefront','template','',0,'3.27','','http://update.joomlart.com/service/tracking/j30/gk_storefront.xml','https://www.joomlart.com/update-steps',''),(9195,5,0,'GK technews J!3','','gk_technews','template','',0,'1.1.3','','http://update.joomlart.com/service/tracking/j30/gk_technews.xml','https://www.joomlart.com/update-steps',''),(9196,5,0,'GK university J!3','','gk_university','template','',0,'3.28','','http://update.joomlart.com/service/tracking/j30/gk_university.xml','https://www.joomlart.com/update-steps',''),(9197,5,0,'GK writer J!3','','gk_writer','template','',0,'3.28','','http://update.joomlart.com/service/tracking/j30/gk_writer.xml','https://www.joomlart.com/update-steps',''),(9198,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(9199,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(9200,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(9201,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(9202,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(9203,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(9204,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.3','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(9205,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.7','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(9206,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(9207,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(9208,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.7.1','','http://update.joomlart.com/service/tracking/j30/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(9209,5,0,'News Pro GK5 J!3','','mod_news_pro_gk5','module','',0,'2.0.6','','http://update.joomlart.com/service/tracking/j30/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(9210,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.8','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(9211,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(9212,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(9213,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(9214,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(9215,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(9216,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(9217,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.2.4','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(9218,5,0,'S5 Amazed Photography Template','','Shape5_amazed_photography_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_amazed_photography_template.xml','https://www.joomlart.com/update-steps',''),(9219,5,0,'S5 Ambient Template','','Shape5_ambient_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_ambient_template.xml','https://www.joomlart.com/update-steps',''),(9220,5,0,'S5 Ameritage Medical Template','','Shape5_ameritage_medical_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ameritage_medical_template.xml','https://www.joomlart.com/update-steps',''),(9221,5,0,'S5 Appwonder Template','','Shape5_appwonder_template','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/Shape5_appwonder_template.xml','https://www.joomlart.com/update-steps',''),(9222,5,0,'S5 Arthur Template','','Shape5_arthur_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_arthur_template.xml','https://www.joomlart.com/update-steps',''),(9223,5,0,'S5 Attractions Template','','Shape5_attractions_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_attractions_template.xml','https://www.joomlart.com/update-steps',''),(9224,5,0,'S5 Aurora Dawn Template','','Shape5_aurora_dawn_template','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_aurora_dawn_template.xml','https://www.joomlart.com/update-steps',''),(9225,5,0,'S5 Avignet Dream Template','','Shape5_avignet_dream_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_avignet_dream_template.xml','https://www.joomlart.com/update-steps',''),(9226,5,0,'S5 Big Picture Template','','Shape5_bigpicture_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bigpicture_template.xml','https://www.joomlart.com/update-steps',''),(9227,5,0,'S5 Blogbox Template','','Shape5_blog_box_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_blog_box_template.xml','https://www.joomlart.com/update-steps',''),(9228,5,0,'S5 BlueGroup Template','','Shape5_bluegroup_template','template','',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bluegroup_template.xml','https://www.joomlart.com/update-steps',''),(9229,5,0,'S5 Business Line Template','','Shape5_business_line_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_business_line_template.xml','https://www.joomlart.com/update-steps',''),(9230,5,0,'S5 Business Pro Template','','Shape5_business_pro_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_business_pro_template.xml','https://www.joomlart.com/update-steps',''),(9231,5,0,'S5 Callie Rush Template','','Shape5_callie_rush_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_callie_rush_template.xml','https://www.joomlart.com/update-steps',''),(9232,5,0,'S5 Campus Life Template','','Shape5_campuslife_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_campuslife_template.xml','https://www.joomlart.com/update-steps',''),(9233,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(9234,5,0,'S5 Charlestown Template','','Shape5_charlestown_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_charlestown_template.xml','https://www.joomlart.com/update-steps',''),(9235,5,0,'S5 Cleanout Template','','Shape5_cleanout_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cleanout_template.xml','https://www.joomlart.com/update-steps',''),(9236,5,0,'S5 Comaxium Template','','Shape5_comaxium_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_comaxium_template.xml','https://www.joomlart.com/update-steps',''),(9237,5,0,'S5 Compassion Template','','Shape5_compassion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_compassion_template.xml','https://www.joomlart.com/update-steps',''),(9238,5,0,'S5 Construction Template','','Shape5_construction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_construction_template.xml','https://www.joomlart.com/update-steps',''),(9239,5,0,'S5 Content King Template','','Shape5_contentking_template','template','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/Shape5_contentking_template.xml','https://www.joomlart.com/update-steps',''),(9240,5,0,'S5 Corporate Response Template','','Shape5_corporate_response_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corporate_response_template.xml','https://www.joomlart.com/update-steps',''),(9241,5,0,'S5 Corpway Template','','Shape5_corpway_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corpway_template.xml','https://www.joomlart.com/update-steps',''),(9242,5,0,'S5 Curb Appeal Template','','Shape5_curb_appeal_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_curb_appeal_template.xml','https://www.joomlart.com/update-steps',''),(9243,5,0,'S5 Cyan Template','','Shape5_cyan_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cyan_template.xml','https://www.joomlart.com/update-steps',''),(9244,5,0,'S5 Emma and Mason Template','','Shape5_emma_and_mason_template','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/Shape5_emma_and_mason_template.xml','https://www.joomlart.com/update-steps',''),(9245,5,0,'S5 Emusica Template','','Shape5_emusica_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_emusica_template.xml','https://www.joomlart.com/update-steps',''),(9246,5,0,'S5 EZ Web Hosting Template','','Shape5_ezwebhosting_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ezwebhosting_template.xml','https://www.joomlart.com/update-steps',''),(9247,5,0,'S5 Fitness Center Template','','Shape5_fitness_center_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_fitness_center_template.xml','https://www.joomlart.com/update-steps',''),(9248,5,0,'S5 Forte Template','','Shape5_forte_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_forte_template.xml','https://www.joomlart.com/update-steps',''),(9249,5,0,'S5 Fresh Bistro Template','','Shape5_fresh_bistro_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_fresh_bistro_template.xml','https://www.joomlart.com/update-steps',''),(9250,5,0,'S5 Fusion Template','','Shape5_fusion_template','template','',0,'1.5.7','','http://update.joomlart.com/service/tracking/j31/Shape5_fusion_template.xml','https://www.joomlart.com/update-steps',''),(9251,5,0,'S5 Game World Template','','Shape5_game_world_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_game_world_template.xml','https://www.joomlart.com/update-steps',''),(9252,5,0,'S5 Gamers Template','','Shape5_gamers_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_gamers_template.xml','https://www.joomlart.com/update-steps',''),(9253,5,0,'S5 GCK Store Template','','Shape5_gck_store_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_gck_store_template.xml','https://www.joomlart.com/update-steps',''),(9254,5,0,'S5 General Commerce Template','','Shape5_general_commerce_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_general_commerce_template.xml','https://www.joomlart.com/update-steps',''),(9255,5,0,'S5 General Contractor Template','','Shape5_general_contractor_template','template','',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/Shape5_general_contractor_template.xml','https://www.joomlart.com/update-steps',''),(9256,5,0,'S5 GetReserved Template','','Shape5_getreserved_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_getreserved_template.xml','https://www.joomlart.com/update-steps',''),(9257,5,0,'S5 Health Guide Template','','Shape5_health_guide_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_health_guide_template.xml','https://www.joomlart.com/update-steps',''),(9258,5,0,'S5 Helion Template','','Shape5_helion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_helion_template.xml','https://www.joomlart.com/update-steps',''),(9259,5,0,'S5 Hexa Corp Template','','Shape5_hexa_corp_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_hexa_corp_template.xml','https://www.joomlart.com/update-steps',''),(9260,5,0,'S5 Hexicon Gamer Template','','Shape5_hexicon_gamer_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_hexicon_gamer_template.xml','https://www.joomlart.com/update-steps',''),(9261,5,0,'S5 Incline Template','','Shape5_incline_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_incline_template.xml','https://www.joomlart.com/update-steps',''),(9262,5,0,'S5 Legal Lawyer Template','','Shape5_legal_lawyer_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_legal_lawyer_template.xml','https://www.joomlart.com/update-steps',''),(9263,5,0,'S5 Life Journey Template','','Shape5_life_journey_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_life_journey_template.xml','https://www.joomlart.com/update-steps',''),(9264,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(9265,5,0,'S5 Lime Light Template','','Shape5_lime_light_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_lime_light_template.xml','https://www.joomlart.com/update-steps',''),(9266,5,0,'S5 Luxon Template','','Shape5_luxon_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_luxon_template.xml','https://www.joomlart.com/update-steps',''),(9267,5,0,'S5 M Ceative Agency Template','','Shape5_m_creative_agency_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_m_creative_agency_template.xml','https://www.joomlart.com/update-steps',''),(9268,5,0,'S5 Maxed Mag Template','','Shape5_maxedmag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_maxedmag_template.xml','https://www.joomlart.com/update-steps',''),(9269,5,0,'S5 MetroShows Template','','Shape5_metroshows_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_metroshows_template.xml','https://www.joomlart.com/update-steps',''),(9270,5,0,'S5 Modern Flavor Template','','Shape5_modern_flavor_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_modern_flavor_template.xml','https://www.joomlart.com/update-steps',''),(9271,5,0,'S5 New Vision Template','','Shape5_new_vision_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_new_vision_template.xml','https://www.joomlart.com/update-steps',''),(9272,5,0,'S5 News Blog Template','','Shape5_newsblog_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_newsblog_template.xml','https://www.joomlart.com/update-steps',''),(9273,5,0,'S5 Newsplace Template','','Shape5_newsplace_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_newsplace_template.xml','https://www.joomlart.com/update-steps',''),(9274,5,0,'S5 No1 Shopping Template','','Shape5_no1_shopping_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_no1_shopping_template.xml','https://www.joomlart.com/update-steps',''),(9275,5,0,'S5 Oasis Template','','Shape5_oasis_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_oasis_template.xml','https://www.joomlart.com/update-steps',''),(9276,5,0,'S5 Outdoor Life Template','','Shape5_outdoor_life_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_outdoor_life_template.xml','https://www.joomlart.com/update-steps',''),(9277,5,0,'S5 Pantheon Template','','Shape5_pantheon_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_pantheon_template.xml','https://www.joomlart.com/update-steps',''),(9278,5,0,'S5 Paradigm Shift Template','','Shape5_paradigm_shift_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_paradigm_shift_template.xml','https://www.joomlart.com/update-steps',''),(9279,5,0,'S5 Phosphorus Template','','Shape5_phosphorus_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_phosphorus_template.xml','https://www.joomlart.com/update-steps',''),(9280,5,0,'S5 Photobox Template','','Shape5_photobox_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_photobox_template.xml','https://www.joomlart.com/update-steps',''),(9281,5,0,'S5 Photofolio Template','','Shape5_photofolio_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_photofolio_template.xml','https://www.joomlart.com/update-steps',''),(9282,5,0,'S5 Prestige Academy Template','','Shape5_prestige_academy_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_prestige_academy_template.xml','https://www.joomlart.com/update-steps',''),(9283,5,0,'S5 Real Estate Template','','Shape5_realestate_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_realestate_template.xml','https://www.joomlart.com/update-steps',''),(9284,5,0,'S5 Regan Tech Template','','Shape5_regan_tech_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_regan_tech_template.xml','https://www.joomlart.com/update-steps',''),(9285,5,0,'S5 Risen Hope Template','','Shape5_risen_hope_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_risen_hope_template.xml','https://www.joomlart.com/update-steps',''),(9286,5,0,'S5 Salon N Spa Template','','Shape5_salonnspa_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_salonnspa_template.xml','https://www.joomlart.com/update-steps',''),(9287,5,0,'S5 Samba Spa Template','','Shape5_samba_template','template','',0,'1.3.5','','http://update.joomlart.com/service/tracking/j31/Shape5_samba_template.xml','https://www.joomlart.com/update-steps',''),(9288,5,0,'S5 Shenandoah Template','','Shape5_shenandoah_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_shenandoah_template.xml','https://www.joomlart.com/update-steps',''),(9289,5,0,'S5 ShoppingBag Template','','Shape5_shoppingbag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_shoppingbag_template.xml','https://www.joomlart.com/update-steps',''),(9290,5,0,'S5 Sienna Template','','Shape5_sienna_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sienna_template.xml','https://www.joomlart.com/update-steps',''),(9291,5,0,'S5 Simplex Template','','Shape5_simplex_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_simplex_template.xml','https://www.joomlart.com/update-steps',''),(9292,5,0,'S5 Soul Search Template','','Shape5_soul_search_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_soul_search_template.xml','https://www.joomlart.com/update-steps',''),(9293,5,0,'S5 Spectrum Template','','Shape5_spectrum_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_spectrum_template.xml','https://www.joomlart.com/update-steps',''),(9294,5,0,'S5 Sports Nation Template','','Shape5_sports_nation_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sports_nation_template.xml','https://www.joomlart.com/update-steps',''),(9295,5,0,'S5 Store Pro Template','','Shape5_storepro_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_storepro_template.xml','https://www.joomlart.com/update-steps',''),(9296,5,0,'S5 Swapps Template','','Shape5_swapps_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_swapps_template.xml','https://www.joomlart.com/update-steps',''),(9297,5,0,'S5 The Classifieds Template','','Shape5_the_classifieds_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_the_classifieds_template.xml','https://www.joomlart.com/update-steps',''),(9298,5,0,'S5 TheBlogazine Template','','Shape5_theblogazine_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_theblogazine_template.xml','https://www.joomlart.com/update-steps',''),(9299,5,0,'S5 Traction Template','','Shape5_traction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_traction_template.xml','https://www.joomlart.com/update-steps',''),(9300,5,0,'S5 University Template','','Shape5_university_template','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_university_template.xml','https://www.joomlart.com/update-steps',''),(9301,5,0,'S5 Velocity Template','','Shape5_velocity_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_velocity_template.xml','https://www.joomlart.com/update-steps',''),(9302,5,0,'S5 Zoka Template','','Shape5_zoka_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/Shape5_zoka_template.xml','https://www.joomlart.com/update-steps',''),(9303,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'6.1.2','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(9304,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.5','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(9305,5,0,'Guru Pro','','com_guru_pro','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(9306,5,0,'JA Builder Component','','com_jabuilder','component','',1,'1.0.8','','http://update.joomlart.com/service/tracking/j31/com_jabuilder.xml','https://www.joomlart.com/update-steps',''),(9307,5,0,'JA Extension Manager Component for J3.x','','com_jaextmanager','component','',1,'2.6.6','','http://update.joomlart.com/service/tracking/j31/com_jaextmanager.xml','https://www.joomlart.com/update-steps',''),(9308,5,0,'JA Page Builder Component','','com_japagebuilder','component','',1,'1.0.0_alpha3','','http://update.joomlart.com/service/tracking/j31/com_japagebuilder.xml','https://www.joomlart.com/update-steps',''),(9309,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.0.2','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(9310,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(9311,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(9312,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(9313,5,0,'JA Resume Theme for EasyBlog','','easyblog_theme_resume','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_resume.xml','https://www.joomlart.com/update-steps',''),(9314,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(9315,5,0,'GK Blend Template','','gk_blend','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/gk_blend.xml','https://www.joomlart.com/update-steps',''),(9316,5,0,'GK Decor template','','gk_decor','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/gk_decor.xml','https://www.joomlart.com/update-steps',''),(9317,5,0,'GK EvoNews Template','','gk_evonews','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/gk_evonews.xml','https://www.joomlart.com/update-steps',''),(9318,5,0,'GK Folio Template','','gk_folio','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/gk_folio.xml','https://www.joomlart.com/update-steps',''),(9319,5,0,'GK Infinity Template','','gk_infinity','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/gk_infinity.xml','https://www.joomlart.com/update-steps',''),(9320,5,0,'GK Paradise Template','','gk_paradise','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/gk_paradise.xml','https://www.joomlart.com/update-steps',''),(9321,5,0,'GK Quark template','','gk_quark','template','',0,'1.29','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(9322,5,0,'GK Siggi Template','','gk_siggi','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/gk_siggi.xml','https://www.joomlart.com/update-steps',''),(9323,5,0,'GK Stora Template','','gk_stora','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/gk_stora.xml','https://www.joomlart.com/update-steps',''),(9324,5,0,'GK Wedding Template','','gk_wedding','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/gk_wedding.xml','https://www.joomlart.com/update-steps',''),(9325,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(9326,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(9327,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(9328,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(9329,5,0,'JA Allure Template','','ja_allure','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/ja_allure.xml','https://www.joomlart.com/update-steps',''),(9330,5,0,'JA Alumni Template','','ja_alumni','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/ja_alumni.xml','https://www.joomlart.com/update-steps',''),(9331,5,0,'JA Biz Template','','ja_biz','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_biz.xml','https://www.joomlart.com/update-steps',''),(9332,5,0,'JA Brickstore Template','','ja_brickstore','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_brickstore.xml','https://www.joomlart.com/update-steps',''),(9333,5,0,'JA Cagox template','','ja_cagox','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(9334,5,0,'JA Charity template','','ja_charity','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/ja_charity.xml','https://www.joomlart.com/update-steps',''),(9335,5,0,'JA City Guide Template','','ja_cityguide','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/ja_cityguide.xml','https://www.joomlart.com/update-steps',''),(9336,5,0,'JA Company Template','','ja_company','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(9337,5,0,'JA Conf Template','','ja_conf','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/ja_conf.xml','https://www.joomlart.com/update-steps',''),(9338,5,0,'JA Directory Template','','ja_directory','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(9339,5,0,'JA Donate Template','','ja_donate','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(9340,5,0,'JA Elicyon Template','','ja_elicyon','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_elicyon.xml','https://www.joomlart.com/update-steps',''),(9341,5,0,'JA EventCamp Template','','ja_eventcamp','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/ja_eventcamp.xml','https://www.joomlart.com/update-steps',''),(9342,5,0,'JA Events II template','','ja_events_ii','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_events_ii.xml','https://www.joomlart.com/update-steps',''),(9343,5,0,'JA Focus Template','','ja_focus','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/ja_focus.xml','https://www.joomlart.com/update-steps',''),(9344,5,0,'JA Good Template','','ja_good','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_good.xml','https://www.joomlart.com/update-steps',''),(9345,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(9346,5,0,'JA Intranet Template','','ja_intranet','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(9347,5,0,'ja Justitia Template','','ja_justitia','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_justitia.xml','https://www.joomlart.com/update-steps',''),(9348,5,0,'JA Kids Corner Source File','','ja_kidscorner','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_kidscorner.xml','https://www.joomlart.com/update-steps',''),(9349,5,0,'JA Landscape Template','','ja_landscape','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/ja_landscape.xml','https://www.joomlart.com/update-steps',''),(9350,5,0,'JA Lawfirm Template ','','ja_lawfirm','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/ja_lawfirm.xml','https://www.joomlart.com/update-steps',''),(9351,5,0,'JA Megastore Template','','ja_megastore','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(9352,5,0,'JA Mono Template','','ja_mono','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_mono.xml','https://www.joomlart.com/update-steps',''),(9353,5,0,'JA Mood Template','','ja_mood','template','',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(9354,5,0,'JA Morgan Template','','ja_morgan','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_morgan.xml','https://www.joomlart.com/update-steps',''),(9355,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(9356,5,0,'JA Play School Template','','ja_playschool','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/ja_playschool.xml','https://www.joomlart.com/update-steps',''),(9357,5,0,'JA Playstore Template','','ja_playstore','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(9358,5,0,'JA Property Template','','ja_property','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(9359,5,0,'JA Rent template','','ja_rent','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_rent.xml','https://www.joomlart.com/update-steps',''),(9360,5,0,'JA Sensei Source File','','ja_sensei','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_sensei.xml','https://www.joomlart.com/update-steps',''),(9361,5,0,'JA Shoe Template','','ja_shoe','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/ja_shoe.xml','https://www.joomlart.com/update-steps',''),(9362,5,0,'JA Simpli Template','','ja_simpli','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/ja_simpli.xml','https://www.joomlart.com/update-steps',''),(9363,5,0,'JA Space Template','','ja_space','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_space.xml','https://www.joomlart.com/update-steps',''),(9364,5,0,'JA Stark Template','','ja_stark','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(9365,5,0,'JA Symphony Template','','ja_symphony','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/ja_symphony.xml','https://www.joomlart.com/update-steps',''),(9366,5,0,'JA Techzone Template','','ja_techzone','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_techzone.xml','https://www.joomlart.com/update-steps',''),(9367,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(9368,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(9369,5,0,'JA University T3 template','','ja_university_t3','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(9370,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(9371,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(9372,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(9373,5,0,'JS Column Theme','','js_column','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_column.xml','https://www.joomlart.com/update-steps',''),(9374,5,0,'JS Flat Theme','','js_flat','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_flat.xml','https://www.joomlart.com/update-steps',''),(9375,5,0,'JS Kikiriki Theme','','js_kikiriki','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_kikiriki.xml','https://www.joomlart.com/update-steps',''),(9376,5,0,'JS Shadow Theme','','js_shadow','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_shadow.xml','https://www.joomlart.com/update-steps',''),(9377,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(9378,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(9379,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(9380,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(9381,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(9382,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(9383,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(9384,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(9385,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(9386,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(9387,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(9388,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(9389,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(9390,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(9391,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(9392,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(9393,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(9394,5,0,'JA Masthead Module ','','mod_jamasthead','module','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/mod_jamasthead.xml','https://www.joomlart.com/update-steps',''),(9395,5,0,'News Pro GK5 J!3','','mod_news_pro_gk5','module','',0,'2.0.6','','http://update.joomlart.com/service/tracking/j31/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(9396,5,0,'S5 Masonry Module','','mod_s5_masonry','module','',0,'2.9.9','','http://update.joomlart.com/service/tracking/j31/mod_s5_masonry.xml','https://www.joomlart.com/update-steps',''),(9397,5,0,'S5 New Sticker V3 Module','','mod_s5_newstickerv3','module','',0,'4.0.2','','http://update.joomlart.com/service/tracking/j31/mod_s5_newstickerv3.xml','https://www.joomlart.com/update-steps',''),(9398,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(9399,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(9400,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(9401,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.7.9','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(9402,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(9403,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(9404,5,0,'JA Megafilter DOCman Plugin','','docman','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_docman.xml','https://www.joomlart.com/update-steps',''),(9405,5,0,'JA Megafilter EShop Plugin','','eshop','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(9406,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'1.1.6','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(9407,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(9408,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(9409,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(9410,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(9411,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.7','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(9412,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.1.4','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(9413,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(9414,5,0,'T4 System Plugin ','','t4','plugin','system',0,'1.1.8','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(9415,5,0,'S5 Css And Js Compressor Plugin','','plugin_s5_css_and_js_compressor','plugin','plugin_s5_css_and_js',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_css_and_js_compressor.xml','https://www.joomlart.com/update-steps',''),(9416,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(9417,5,0,'S5 Ie6 Warning Plugin','','plugin_s5_ie6_warning','plugin','plugin_s5_ie6_warnin',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_ie6_warning.xml','https://www.joomlart.com/update-steps',''),(9418,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(9419,5,0,'Purity III Template','','purity_iii','template','',0,'1.2.6','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(9420,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(9421,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(9422,5,0,'Sample package for Uber Bookstore','','uber_bookstore','sample_package','',0,'2.1.8','','http://update.joomlart.com/service/tracking/j31/uber_bookstore.xml','https://www.joomlart.com/update-steps',''),(9423,7,0,'AcyMailing Essential - We did not find a licence attached to your website http://oscasa.com/. Ple...','Error licence not found for http://oscasa.com/ - We did not find a licence attached to your website http://oscasa.com/. Please make sure this website is attached to your subscription at acyba.com','com_acymailing','component','',1,'5.10.21','','http://www.acyba.com/component/updateme/updatexml/component-acymailing/version-5.7.0/level-Essential/li-aHR0cDovL29zY2FzYS5jb20v/file-extension.xml','https://www.acyba.com',''),(9424,10,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.10.3','','http://getk2.org/update.xml','https://getk2.org/blog/k2-v2103-now-available',''),(9425,15,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.10.3','','http://getk2.org/app/update.xml','https://getk2.org/blog/k2-v2103-now-available',''),(9426,17,0,'JCE 2.9.8','','pkg_jce','package','',0,'2.9.8','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-8-released',''),(9427,10,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.10.3','','http://getk2.org/update.xml','https://getk2.org/blog/k2-v2103-now-available',''),(9428,18,0,'SCLogin','','mod_sclogin','module','',0,'8.4.7','','http://www.sourcecoast.com/updates/sclogin.xml','https://www.sourcecoast.com/index.php?option=com_ars&view=Items&release_id=201&format=html',''),(9429,15,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.10.3','','http://getk2.org/app/update.xml','https://getk2.org/blog/k2-v2103-now-available',''),(9430,17,0,'JCE 2.9.8','','pkg_jce','package','',0,'2.9.8','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-8-released',''),(9431,18,0,'SCLogin','','mod_sclogin','module','',0,'8.4.7','','http://www.sourcecoast.com/updates/sclogin.xml','https://www.sourcecoast.com/index.php?option=com_ars&view=Items&release_id=201&format=html',''),(9432,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9433,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9434,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9435,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9436,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9437,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9438,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9439,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9440,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9441,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9442,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9443,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9444,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9445,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9446,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9447,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9448,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9449,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9450,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9451,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9452,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9453,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9454,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9455,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9456,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9457,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9458,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9459,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9460,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9461,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9462,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9463,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9464,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9465,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9466,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9467,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9468,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9469,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9470,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9471,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9472,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9473,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9474,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9475,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9476,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9477,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9478,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9479,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9480,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9481,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9482,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9483,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9484,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9485,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9486,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9487,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9488,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9489,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9490,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9491,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9492,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9493,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9494,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9495,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9496,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9497,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9498,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9499,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9500,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9501,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9502,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9503,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9504,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9505,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9506,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9507,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9508,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9509,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9510,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(9511,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(9512,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(9513,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(9514,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(9515,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(9516,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(9517,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(9518,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(9519,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(9520,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(9521,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(9522,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(9523,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(9524,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(9525,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(9526,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(9527,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(9528,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(9529,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(9530,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(9531,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(9532,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(9533,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(9534,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(9535,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9536,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9537,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9538,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9539,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9540,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9541,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9542,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9543,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9544,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9545,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9546,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9547,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9548,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9549,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9550,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9551,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9552,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9553,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9554,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9555,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9556,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9557,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9558,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9559,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9560,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9561,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9562,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9563,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9564,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9565,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9566,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9567,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9568,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9569,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9570,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9571,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9572,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9573,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9574,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9575,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9576,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9577,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9578,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9579,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9580,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9581,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9582,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9583,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9584,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9585,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9586,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9587,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9588,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9589,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9590,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9591,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9592,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9593,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9594,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9595,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9596,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9597,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9598,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9599,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9600,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9601,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9602,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9603,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9604,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9605,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9606,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9607,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9608,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9609,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9610,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9611,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9612,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9613,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9614,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9615,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9616,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9617,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(9618,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9619,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9620,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9621,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9622,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9623,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9624,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9625,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9626,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9627,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9628,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9629,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9630,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9631,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9632,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9633,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9634,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9635,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9636,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9637,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9638,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9639,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9640,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9641,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9642,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9643,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9644,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9645,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9646,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9647,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9648,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9649,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9650,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9651,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9652,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9653,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9654,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9655,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9656,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9657,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9658,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9659,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9660,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9661,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9662,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9663,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9664,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9665,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9666,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9667,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9668,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9669,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9670,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9671,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9672,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9673,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9674,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9675,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9676,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9677,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9678,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9679,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9680,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9681,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9682,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9683,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9684,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9685,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9686,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9687,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9688,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9689,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9690,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9691,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9692,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9693,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9694,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9695,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9696,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9697,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9698,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9699,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9700,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9701,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9702,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9703,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9704,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9705,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9706,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9707,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9708,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9709,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9710,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9711,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9712,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9713,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9714,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9715,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9716,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9717,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9718,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9719,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9720,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9721,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9722,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9723,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9724,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9725,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9726,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9727,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9728,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9729,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9730,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9731,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9732,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9733,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9734,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9735,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9736,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9737,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9738,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9739,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9740,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9741,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9742,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9743,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9744,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9745,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9746,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9747,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9748,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9749,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9750,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9751,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9752,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9753,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9754,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9755,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9756,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9757,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9758,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9759,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9760,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9761,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9762,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9763,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9764,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9765,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9766,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9767,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9768,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9769,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9770,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9771,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9772,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9773,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9774,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9775,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9776,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9777,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9778,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(9779,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9780,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9781,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9782,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9783,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9784,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9785,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9786,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9787,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9788,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9789,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9790,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9791,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9792,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9793,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9794,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9795,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9796,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9797,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9798,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9799,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9800,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9801,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9802,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9803,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9804,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9805,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9806,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9807,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9808,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9809,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9810,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9811,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9812,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9813,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9814,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9815,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9816,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9817,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9818,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9819,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9820,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9821,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9822,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9823,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9824,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9825,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9826,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9827,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9828,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9829,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9830,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9831,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9832,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9833,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9834,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9835,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9836,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9837,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9838,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9839,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9840,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9841,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9842,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9843,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9844,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9845,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9846,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9847,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9848,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9849,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9850,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9851,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9852,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9853,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9854,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9855,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9856,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9857,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9858,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9859,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9860,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9861,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9862,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9863,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9864,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9865,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9866,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9867,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9868,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9869,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9870,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9871,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9872,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9873,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9874,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9875,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9876,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9877,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9878,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9879,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9880,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9881,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9882,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9883,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9884,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9885,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9886,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9887,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9888,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9889,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9890,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9891,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9892,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9893,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9894,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9895,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9896,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9897,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9898,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9899,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9900,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9901,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9902,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9903,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9904,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9905,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9906,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9907,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9908,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9909,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9910,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9911,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9912,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9913,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9914,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9915,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9916,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9917,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9918,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9919,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9920,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9921,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9922,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9923,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9924,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9925,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9926,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9927,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9928,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9929,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9930,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9931,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9932,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9933,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9934,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9935,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9936,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9937,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9938,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9939,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9940,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9941,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9942,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9943,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9944,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9945,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9946,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9947,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9948,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9949,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9950,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9951,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9952,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9953,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9954,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9955,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9956,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9957,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9958,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9959,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9960,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9961,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9962,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9963,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9964,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9965,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9966,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9967,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9968,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9969,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9970,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9971,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9972,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9973,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9974,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9975,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9976,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(9977,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(9978,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(9979,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(9980,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(9981,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(9982,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(9983,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(9984,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(9985,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(9986,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(9987,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(9988,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(9989,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(9990,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(9991,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(9992,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(9993,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(9994,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(9995,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(9996,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(9997,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(9998,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(9999,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10000,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10001,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10002,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10003,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10004,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10005,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10006,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10007,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10008,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10009,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10010,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10011,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10012,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10013,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10014,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10015,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10016,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10017,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10018,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10019,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10020,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10021,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10022,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10023,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10024,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10025,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10026,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10027,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10028,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10029,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10030,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10031,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10032,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10033,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10034,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10035,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10036,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10037,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10038,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10039,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10040,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10041,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10042,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10043,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10044,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10045,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10046,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10047,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10048,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10049,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10050,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10051,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10052,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10053,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10054,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10055,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10056,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10057,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10058,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10059,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10060,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10061,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10062,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10063,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10064,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10065,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10066,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10067,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10068,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10069,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10070,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10071,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10072,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10073,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10074,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10075,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10076,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10077,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10078,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10079,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10080,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10081,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10082,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10083,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10084,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10085,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10086,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10087,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10088,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10089,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10090,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10091,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10092,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10093,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10094,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10095,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10096,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10097,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10098,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10099,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10100,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10101,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10102,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10103,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10104,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10105,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10106,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10107,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10108,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10109,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10110,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10111,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10112,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(10113,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10114,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10115,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10116,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10117,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10118,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10119,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10120,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10121,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10122,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10123,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10124,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10125,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10126,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10127,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10128,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10129,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10130,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10131,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10132,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10133,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10134,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10135,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10136,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10137,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10138,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10139,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10140,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10141,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10142,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10143,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10144,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10145,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10146,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10147,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10148,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10149,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10150,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10151,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10152,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10153,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10154,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10155,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10156,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10157,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10158,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10159,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10160,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10161,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10162,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10163,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10164,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10165,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10166,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10167,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10168,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10169,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10170,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10171,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10172,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10173,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10174,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10175,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10176,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10177,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10178,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10179,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10180,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10181,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10182,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10183,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10184,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10185,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10186,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10187,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10188,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10189,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10190,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10191,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10192,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10193,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10194,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10195,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10196,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10197,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10198,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10199,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10200,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10201,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10202,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10203,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10204,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10205,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10206,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10207,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10208,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10209,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10210,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10211,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10212,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10213,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10214,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10215,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10216,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10217,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10218,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10219,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(10220,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10221,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10222,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10223,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10224,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10225,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10226,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10227,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10228,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10229,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10230,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10231,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10232,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10233,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10234,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10235,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10236,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10237,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10238,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10239,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10240,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10241,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10242,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10243,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10244,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10245,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10246,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10247,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10248,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10249,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10250,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10251,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10252,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10253,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10254,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10255,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10256,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10257,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10258,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10259,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10260,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10261,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10262,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10263,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10264,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10265,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10266,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10267,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10268,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10269,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10270,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10271,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10272,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10273,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10274,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10275,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10276,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10277,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10278,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10279,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10280,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10281,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10282,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10283,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10284,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10285,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10286,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10287,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10288,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10289,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10290,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10291,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10292,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10293,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10294,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10295,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10296,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10297,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10298,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10299,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10300,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10301,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10302,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10303,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10304,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10305,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10306,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10307,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10308,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10309,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10310,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10311,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10312,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10313,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10314,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10315,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10316,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10317,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10318,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10319,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10320,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10321,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10322,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10323,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10324,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10325,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10326,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10327,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10328,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10329,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10330,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10331,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10332,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10333,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10334,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10335,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10336,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10337,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10338,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10339,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10340,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10341,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10342,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10343,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10344,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10345,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10346,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10347,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10348,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10349,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10350,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10351,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10352,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10353,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10354,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10355,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10356,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10357,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10358,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10359,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10360,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10361,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10362,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10363,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10364,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10365,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10366,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10367,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10368,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10369,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10370,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10371,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10372,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10373,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10374,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10375,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10376,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10377,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10378,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10379,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10380,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10381,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10382,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10383,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10384,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10385,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10386,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10387,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10388,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10389,1,0,'Joomla','','joomla','file','',0,'3.10.7','','https://update.joomla.org/core/extension.xml','',''),(10390,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10391,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10392,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(10393,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10394,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10395,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10396,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10397,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10398,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10399,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10400,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10401,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10402,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10403,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10404,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10405,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10406,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10407,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10408,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10409,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10410,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10411,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10412,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10413,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10414,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10415,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10416,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10417,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10418,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10419,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10420,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10421,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10422,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10423,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10424,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10425,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10426,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10427,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10428,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10429,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10430,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10431,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10432,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10433,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10434,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10435,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10436,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10437,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10438,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10439,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10440,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10441,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10442,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10443,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10444,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10445,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10446,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10447,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10448,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10449,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10450,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10451,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10452,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10453,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10454,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10455,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10456,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10457,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10458,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10459,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10460,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10461,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10462,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10463,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10464,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10465,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10466,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10467,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10468,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10469,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10470,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10471,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10472,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10473,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10474,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10475,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10476,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10477,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10478,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10479,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10480,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10481,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10482,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10483,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10484,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10485,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10486,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10487,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10488,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10489,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10490,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10491,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10492,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10493,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10494,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10495,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10496,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10497,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10498,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10499,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10500,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10501,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10502,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10503,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10504,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10505,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10506,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10507,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10508,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10509,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10510,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10511,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10512,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10513,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10514,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10515,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10516,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10517,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10518,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10519,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10520,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10521,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10522,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10523,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10524,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10525,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10526,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10527,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10528,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10529,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10530,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10531,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10532,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10533,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10534,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10535,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10536,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10537,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10538,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10539,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10540,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10541,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10542,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10543,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10544,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10545,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10546,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10547,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10548,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10549,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10550,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10551,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(10552,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10553,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10554,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10555,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10556,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10557,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10558,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10559,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10560,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10561,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10562,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10563,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10564,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10565,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10566,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10567,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10568,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10569,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10570,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10571,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10572,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10573,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10574,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10575,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10576,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10577,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10578,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10579,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10580,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10581,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10582,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10583,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10584,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10585,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10586,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10587,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10588,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10589,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10590,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10591,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10592,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10593,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10594,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10595,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10596,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10597,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10598,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10599,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10600,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10601,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10602,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10603,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10604,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10605,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10606,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10607,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10608,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10609,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10610,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10611,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10612,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10613,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10614,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10615,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10616,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10617,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10618,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10619,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10620,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10621,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10622,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10623,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10624,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10625,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10626,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10627,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10628,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10629,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10630,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10631,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10632,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10633,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10634,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10635,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10636,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10637,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10638,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10639,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10640,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10641,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10642,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10643,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10644,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10645,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10646,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10647,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10648,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10649,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10650,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10651,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10652,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10653,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10654,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10655,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10656,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10657,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10658,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10659,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10660,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10661,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10662,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10663,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10664,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10665,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10666,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10667,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10668,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10669,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10670,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10671,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10672,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10673,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10674,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10675,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10676,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10677,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10678,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10679,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10680,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10681,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10682,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10683,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10684,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10685,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10686,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10687,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10688,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10689,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10690,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10691,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10692,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10693,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10694,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10695,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10696,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10697,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10698,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10699,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10700,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10701,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10702,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10703,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10704,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10705,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10706,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(10707,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10708,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10709,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10710,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10711,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10712,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10713,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10714,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10715,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10716,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10717,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10718,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10719,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10720,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10721,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10722,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10723,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10724,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10725,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10726,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10727,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10728,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10729,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10730,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10731,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10732,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10733,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10734,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10735,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10736,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10737,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10738,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10739,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10740,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10741,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10742,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10743,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10744,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10745,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10746,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10747,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10748,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10749,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10750,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10751,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10752,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10753,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10754,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10755,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10756,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10757,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10758,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10759,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10760,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10761,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10762,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10763,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10764,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10765,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10766,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10767,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10768,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10769,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10770,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10771,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10772,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10773,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10774,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10775,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10776,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10777,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10778,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10779,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10780,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10781,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10782,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10783,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10784,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10785,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10786,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10787,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10788,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10789,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10790,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10791,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10792,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10793,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10794,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10795,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10796,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10797,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10798,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10799,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10800,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10801,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10802,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10803,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10804,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10805,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10806,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10807,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10808,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10809,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10810,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10811,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10812,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10813,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10814,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10815,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10816,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10817,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10818,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10819,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10820,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10821,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10822,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10823,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10824,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10825,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10826,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10827,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10828,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10829,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10830,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10831,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10832,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10833,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10834,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10835,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10836,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10837,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10838,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10839,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10840,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10841,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10842,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10843,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10844,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10845,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10846,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10847,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10848,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10849,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10850,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10851,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10852,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10853,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10854,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10855,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10856,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10857,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10858,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10859,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10860,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10861,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10862,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10863,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10864,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10865,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10866,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10867,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10868,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10869,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10870,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10871,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10872,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10873,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10874,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10875,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10876,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10877,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10878,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10879,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10880,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10881,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10882,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10883,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10884,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10885,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10886,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10887,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10888,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10889,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10890,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10891,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10892,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10893,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10894,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10895,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10896,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10897,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10898,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10899,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10900,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10901,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10902,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10903,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10904,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10905,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10906,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10907,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10908,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10909,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10910,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10911,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10912,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10913,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10914,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10915,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10916,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10917,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10918,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10919,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10920,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10921,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10922,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10923,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10924,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10925,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(10926,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10927,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10928,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10929,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10930,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10931,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10932,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10933,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10934,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10935,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10936,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10937,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10938,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10939,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10940,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10941,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10942,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10943,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10944,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10945,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10946,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10947,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10948,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10949,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10950,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10951,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10952,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10953,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10954,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10955,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10956,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10957,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10958,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10959,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10960,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10961,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10962,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10963,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10964,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10965,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10966,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10967,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10968,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10969,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10970,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10971,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10972,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10973,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10974,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10975,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10976,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10977,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10978,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10979,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10980,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10981,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10982,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10983,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10984,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10985,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10986,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10987,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10988,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10989,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10990,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10991,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10992,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10993,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10994,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10995,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10996,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10997,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10998,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(10999,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11000,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11001,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11002,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11003,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11004,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11005,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11006,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11007,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11008,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11009,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11010,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11011,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11012,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11013,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11014,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11015,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11016,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11017,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11018,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11019,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11020,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11021,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11022,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11023,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11024,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11025,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11026,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11027,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11028,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11029,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11030,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11031,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11032,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11033,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11034,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11035,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11036,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11037,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11038,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11039,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11040,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11041,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11042,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11043,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11044,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11045,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11046,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11047,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11048,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11049,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11050,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11051,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11052,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11053,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11054,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11055,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11056,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11057,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11058,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11059,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11060,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11061,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11062,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11063,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11064,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11065,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11066,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11067,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11068,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11069,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11070,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11071,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11072,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11073,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11074,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11075,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11076,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11077,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11078,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11079,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11080,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11081,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11082,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11083,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11084,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11085,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11086,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11087,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11088,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11089,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11090,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11091,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11092,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11093,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11094,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11095,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11096,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11097,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11098,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11099,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11100,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11101,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11102,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11103,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11104,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11105,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11106,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11107,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11108,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11109,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11110,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11111,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11112,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11113,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11114,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11115,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11116,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11117,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11118,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11119,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11120,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11121,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11122,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11123,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11124,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11125,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11126,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11127,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11128,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11129,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11130,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11131,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11132,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11133,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11134,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11135,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11136,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11137,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11138,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11139,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11140,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11141,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11142,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11143,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11144,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11145,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11146,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11147,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11148,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11149,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11150,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11151,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11152,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11153,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11154,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11155,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11156,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11157,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11158,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11159,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11160,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11161,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11162,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11163,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11164,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11165,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11166,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11167,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11168,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11169,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11170,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11171,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11172,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11173,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11174,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11175,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11176,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11177,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11178,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11179,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11180,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11181,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11182,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11183,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11184,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11185,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11186,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11187,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11188,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11189,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11190,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11191,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11192,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11193,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11194,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11195,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11196,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11197,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11198,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11199,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11200,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11201,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11202,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11203,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11204,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11205,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11206,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11207,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11208,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11209,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11210,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11211,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11212,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11213,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11214,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11215,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11216,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11217,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11218,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11219,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11220,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11221,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11222,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11223,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11224,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11225,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11226,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11227,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11228,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11229,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11230,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11231,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11232,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11233,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11234,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11235,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11236,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11237,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11238,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11239,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11240,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11241,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11242,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11243,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11244,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11245,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11246,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11247,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11248,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11249,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11250,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11251,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11252,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11253,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11254,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11255,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11256,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11257,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11258,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11259,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11260,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11261,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11262,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11263,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11264,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11265,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11266,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11267,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11268,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11269,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11270,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11271,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11272,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11273,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11274,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11275,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11276,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11277,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11278,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11279,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11280,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11281,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11282,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11283,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11284,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11285,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11286,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11287,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11288,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11289,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11290,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11291,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11292,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11293,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11294,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11295,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11296,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11297,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11298,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11299,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11300,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11301,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11302,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11303,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11304,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11305,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11306,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11307,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11308,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11309,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11310,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11311,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11312,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11313,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11314,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11315,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11316,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11317,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11318,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11319,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11320,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11321,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11322,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11323,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11324,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11325,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11326,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11327,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11328,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11329,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11330,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11331,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11332,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11333,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11334,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11335,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11336,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11337,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11338,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11339,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11340,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11341,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11342,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11343,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11344,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11345,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11346,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11347,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11348,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11349,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11350,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11351,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11352,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11353,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11354,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11355,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11356,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11357,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11358,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11359,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11360,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11361,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11362,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11363,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11364,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11365,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11366,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11367,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11368,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11369,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11370,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11371,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11372,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11373,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11374,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11375,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11376,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11377,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11378,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11379,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11380,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11381,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11382,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11383,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11384,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11385,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11386,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11387,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11388,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11389,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11390,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11391,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11392,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11393,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11394,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11395,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11396,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11397,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11398,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11399,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11400,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11401,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11402,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11403,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11404,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11405,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11406,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11407,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11408,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11409,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11410,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11411,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11412,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11413,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11414,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11415,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11416,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11417,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11418,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11419,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11420,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11421,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11422,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11423,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11424,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11425,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11426,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11427,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11428,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11429,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11430,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11431,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11432,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11433,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11434,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11435,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11436,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11437,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11438,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11439,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11440,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11441,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11442,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11443,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11444,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11445,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11446,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11447,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11448,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11449,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11450,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11451,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11452,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11453,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11454,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11455,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11456,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11457,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11458,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11459,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11460,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11461,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11462,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11463,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11464,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11465,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11466,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11467,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11468,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11469,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11470,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11471,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11472,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11473,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11474,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11475,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11476,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11477,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11478,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11479,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11480,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11481,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11482,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11483,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11484,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11485,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11486,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11487,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11488,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11489,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11490,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11491,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11492,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11493,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11494,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11495,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11496,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11497,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11498,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11499,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11500,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11501,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11502,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11503,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11504,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11505,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11506,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11507,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11508,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11509,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11510,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11511,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11512,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11513,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11514,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11515,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11516,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11517,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11518,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11519,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11520,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11521,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11522,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11523,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11524,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11525,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11526,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11527,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11528,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11529,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11530,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11531,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11532,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11533,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11534,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11535,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11536,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11537,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11538,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11539,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11540,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11541,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11542,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11543,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11544,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11545,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11546,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11547,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11548,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11549,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11550,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11551,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11552,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11553,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11554,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11555,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11556,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11557,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11558,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11559,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11560,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11561,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11562,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11563,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11564,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11565,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11566,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11567,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11568,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11569,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11570,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11571,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11572,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11573,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11574,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11575,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11576,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11577,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11578,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11579,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11580,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11581,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11582,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11583,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11584,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11585,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11586,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11587,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11588,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11589,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11590,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11591,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11592,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11593,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11594,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11595,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11596,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11597,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11598,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11599,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11600,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11601,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11602,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11603,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11604,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11605,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11606,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11607,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11608,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11609,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11610,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11611,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11612,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11613,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11614,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11615,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11616,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11617,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11618,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11619,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11620,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11621,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11622,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11623,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11624,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11625,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11626,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11627,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11628,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11629,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11630,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11631,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11632,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11633,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11634,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11635,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11636,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11637,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11638,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11639,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11640,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11641,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11642,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11643,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11644,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11645,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11646,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11647,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11648,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11649,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11650,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11651,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11652,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11653,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11654,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11655,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11656,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11657,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11658,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11659,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11660,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11661,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11662,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11663,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11664,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11665,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11666,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11667,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11668,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11669,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11670,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11671,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11672,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11673,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11674,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11675,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11676,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11677,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11678,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11679,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11680,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11681,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11682,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11683,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11684,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11685,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11686,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11687,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11688,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11689,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11690,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11691,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11692,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11693,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11694,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11695,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11696,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11697,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11698,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11699,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11700,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11701,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11702,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11703,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11704,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11705,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11706,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11707,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11708,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11709,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11710,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11711,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11712,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11713,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11714,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11715,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11716,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11717,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11718,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11719,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11720,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11721,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11722,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11723,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11724,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11725,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11726,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11727,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11728,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11729,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11730,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11731,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11732,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11733,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11734,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11735,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11736,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11737,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11738,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11739,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11740,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11741,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11742,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11743,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11744,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11745,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11746,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11747,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11748,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11749,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11750,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11751,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11752,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11753,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11754,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11755,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11756,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11757,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11758,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11759,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11760,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11761,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11762,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11763,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11764,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11765,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11766,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11767,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11768,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11769,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11770,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11771,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11772,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11773,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11774,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11775,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11776,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11777,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11778,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11779,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11780,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11781,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11782,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11783,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11784,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11785,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11786,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11787,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11788,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11789,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11790,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11791,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11792,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11793,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11794,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11795,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11796,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11797,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11798,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11799,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11800,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11801,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11802,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11803,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11804,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11805,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11806,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11807,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11808,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11809,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11810,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11811,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11812,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11813,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11814,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11815,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11816,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11817,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11818,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11819,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11820,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11821,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11822,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11823,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11824,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11825,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11826,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11827,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11828,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11829,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11830,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11831,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11832,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11833,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11834,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11835,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11836,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11837,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11838,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11839,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11840,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11841,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11842,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11843,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11844,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11845,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11846,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11847,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11848,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11849,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11850,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11851,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11852,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11853,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11854,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11855,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11856,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11857,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11858,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11859,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11860,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11861,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11862,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11863,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11864,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11865,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11866,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11867,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11868,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11869,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11870,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11871,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11872,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11873,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11874,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11875,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11876,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11877,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11878,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11879,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11880,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11881,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11882,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11883,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11884,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11885,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11886,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11887,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11888,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11889,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11890,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11891,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11892,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11893,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11894,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11895,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11896,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11897,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11898,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11899,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11900,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11901,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11902,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11903,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11904,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11905,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11906,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11907,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11908,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11909,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11910,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11911,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11912,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11913,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11914,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11915,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11916,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11917,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11918,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11919,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11920,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11921,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11922,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11923,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11924,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11925,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11926,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11927,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11928,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11929,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11930,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11931,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11932,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11933,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11934,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11935,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11936,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11937,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11938,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11939,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11940,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11941,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11942,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11943,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11944,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11945,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11946,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11947,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11948,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11949,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11950,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11951,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11952,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11953,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11954,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11955,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11956,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11957,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11958,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11959,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11960,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11961,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11962,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11963,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11964,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11965,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11966,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11967,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11968,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11969,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11970,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11971,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11972,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11973,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11974,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11975,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11976,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11977,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11978,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11979,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11980,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11981,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11982,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11983,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11984,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11985,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11986,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11987,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11988,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11989,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11990,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11991,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11992,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11993,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11994,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11995,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11996,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11997,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11998,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(11999,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12000,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12001,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12002,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12003,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12004,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12005,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12006,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12007,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12008,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12009,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12010,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12011,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12012,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12013,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12014,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12015,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12016,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12017,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12018,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12019,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12020,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12021,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12022,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12023,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12024,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12025,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12026,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12027,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12028,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12029,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12030,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12031,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12032,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12033,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12034,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12035,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12036,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12037,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12038,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12039,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12040,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12041,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12042,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12043,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12044,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12045,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12046,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12047,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12048,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12049,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12050,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12051,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12052,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12053,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12054,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12055,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12056,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12057,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12058,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12059,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12060,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12061,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12062,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12063,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12064,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12065,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12066,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12067,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12068,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12069,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12070,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12071,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12072,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12073,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12074,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12075,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12076,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12077,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12078,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12079,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12080,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12081,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12082,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12083,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12084,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12085,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12086,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12087,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12088,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12089,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12090,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12091,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12092,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12093,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12094,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12095,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12096,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12097,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12098,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12099,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12100,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12101,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12102,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12103,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12104,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12105,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12106,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12107,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12108,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12109,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12110,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12111,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12112,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12113,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12114,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12115,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12116,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12117,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12118,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12119,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12120,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12121,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12122,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12123,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12124,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12125,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12126,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12127,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12128,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12129,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12130,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12131,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12132,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12133,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12134,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12135,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12136,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12137,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12138,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12139,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12140,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12141,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12142,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12143,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12144,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12145,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12146,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12147,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12148,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12149,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12150,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12151,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12152,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12153,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12154,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12155,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12156,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12157,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12158,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12159,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12160,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12161,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12162,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12163,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12164,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12165,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12166,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12167,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12168,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12169,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12170,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12171,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12172,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12173,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12174,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12175,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12176,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12177,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12178,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12179,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12180,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12181,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12182,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12183,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12184,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12185,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12186,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12187,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12188,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12189,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12190,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12191,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12192,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12193,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12194,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12195,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12196,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(12197,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12198,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12199,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12200,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12201,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12202,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12203,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12204,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12205,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12206,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12207,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12208,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12209,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12210,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12211,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12212,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12213,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12214,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12215,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12216,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12217,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12218,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12219,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12220,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12221,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12222,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12223,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12224,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12225,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12226,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12227,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12228,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12229,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12230,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12231,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12232,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12233,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12234,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12235,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12236,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12237,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12238,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12239,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12240,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12241,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12242,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12243,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12244,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12245,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12246,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12247,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12248,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12249,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12250,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12251,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12252,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12253,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12254,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12255,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12256,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12257,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12258,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12259,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12260,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12261,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12262,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12263,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12264,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12265,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12266,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12267,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12268,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12269,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12270,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12271,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12272,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12273,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12274,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12275,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12276,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12277,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12278,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12279,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12280,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12281,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12282,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12283,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12284,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12285,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12286,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12287,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12288,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12289,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12290,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12291,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12292,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12293,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12294,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12295,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12296,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12297,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12298,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12299,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12300,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12301,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12302,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12303,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12304,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12305,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12306,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12307,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12308,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12309,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12310,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12311,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12312,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12313,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12314,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12315,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12316,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12317,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12318,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12319,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12320,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12321,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12322,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12323,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12324,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12325,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12326,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12327,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12328,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12329,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12330,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12331,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12332,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12333,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12334,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12335,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12336,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12337,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12338,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12339,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12340,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12341,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12342,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12343,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12344,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12345,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12346,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12347,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12348,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12349,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12350,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12351,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12352,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12353,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12354,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12355,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12356,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12357,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12358,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12359,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12360,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12361,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12362,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12363,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12364,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12365,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12366,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12367,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12368,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12369,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12370,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12371,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12372,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12373,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12374,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12375,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12376,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12377,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12378,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12379,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12380,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12381,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12382,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12383,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12384,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12385,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12386,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12387,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12388,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12389,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12390,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12391,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12392,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12393,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12394,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12395,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12396,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12397,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12398,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12399,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12400,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12401,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12402,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12403,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12404,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12405,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12406,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12407,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12408,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12409,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12410,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12411,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12412,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12413,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12414,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12415,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12416,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12417,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12418,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12419,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12420,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12421,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12422,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12423,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12424,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12425,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12426,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12427,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12428,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12429,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12430,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12431,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12432,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12433,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12434,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12435,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12436,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12437,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12438,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12439,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12440,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12441,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12442,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12443,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12444,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12445,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12446,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12447,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12448,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12449,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12450,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12451,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12452,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12453,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12454,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12455,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12456,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12457,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12458,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12459,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12460,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12461,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12462,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12463,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12464,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12465,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12466,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12467,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12468,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12469,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12470,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12471,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12472,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12473,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12474,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12475,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12476,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12477,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12478,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12479,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12480,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12481,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12482,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12483,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12484,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12485,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12486,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12487,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12488,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12489,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12490,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12491,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12492,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12493,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12494,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12495,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12496,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12497,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12498,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12499,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12500,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12501,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12502,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12503,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12504,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12505,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12506,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12507,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12508,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12509,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12510,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12511,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12512,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12513,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12514,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12515,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12516,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12517,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12518,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12519,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12520,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12521,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12522,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12523,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12524,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12525,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12526,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12527,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12528,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12529,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12530,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12531,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12532,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12533,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12534,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12535,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12536,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12537,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12538,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12539,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12540,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12541,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12542,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12543,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12544,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12545,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12546,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12547,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12548,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12549,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12550,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12551,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12552,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12553,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12554,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12555,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12556,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12557,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12558,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12559,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12560,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12561,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12562,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12563,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12564,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12565,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12566,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12567,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12568,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12569,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12570,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12571,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12572,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12573,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12574,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12575,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12576,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12577,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12578,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12579,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12580,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12581,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12582,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12583,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12584,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12585,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12586,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12587,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12588,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12589,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12590,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12591,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12592,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12593,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12594,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12595,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12596,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12597,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12598,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12599,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12600,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12601,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12602,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12603,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12604,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12605,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12606,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12607,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12608,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12609,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12610,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12611,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12612,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12613,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12614,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12615,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12616,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12617,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12618,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12619,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12620,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12621,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12622,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12623,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12624,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12625,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12626,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12627,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12628,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12629,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12630,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12631,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12632,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12633,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12634,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12635,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12636,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12637,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12638,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12639,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12640,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12641,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12642,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12643,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12644,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12645,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12646,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12647,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12648,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12649,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12650,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12651,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12652,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12653,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12654,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12655,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12656,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12657,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12658,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12659,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12660,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12661,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12662,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12663,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12664,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12665,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12666,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12667,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12668,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12669,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12670,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12671,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12672,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12673,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12674,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12675,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12676,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12677,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12678,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12679,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12680,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12681,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12682,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12683,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12684,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12685,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12686,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12687,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12688,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12689,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12690,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12691,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12692,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12693,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12694,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12695,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12696,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12697,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12698,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12699,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12700,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12701,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12702,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12703,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12704,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12705,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12706,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12707,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12708,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12709,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12710,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12711,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12712,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12713,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12714,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12715,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12716,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12717,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12718,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12719,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12720,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12721,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12722,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12723,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12724,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12725,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12726,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12727,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12728,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12729,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12730,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12731,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12732,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12733,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12734,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12735,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12736,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12737,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12738,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12739,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12740,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12741,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12742,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12743,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12744,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12745,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12746,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12747,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12748,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12749,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12750,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12751,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12752,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12753,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12754,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12755,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12756,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12757,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12758,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12759,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12760,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12761,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12762,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12763,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12764,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12765,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12766,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12767,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12768,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12769,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12770,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12771,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12772,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12773,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12774,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12775,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12776,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12777,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12778,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12779,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12780,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12781,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12782,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12783,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12784,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12785,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12786,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12787,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12788,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12789,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12790,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12791,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12792,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12793,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12794,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12795,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12796,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12797,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12798,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12799,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12800,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12801,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12802,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12803,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12804,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12805,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12806,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12807,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12808,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12809,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12810,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12811,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12812,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12813,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12814,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12815,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12816,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12817,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12818,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12819,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12820,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12821,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12822,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12823,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12824,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12825,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12826,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12827,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12828,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12829,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12830,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12831,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12832,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12833,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12834,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12835,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12836,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12837,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12838,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12839,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12840,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12841,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12842,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12843,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12844,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12845,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12846,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12847,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12848,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12849,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12850,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12851,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12852,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12853,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12854,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12855,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12856,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12857,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12858,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12859,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12860,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12861,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12862,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12863,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12864,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12865,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12866,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12867,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12868,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12869,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12870,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12871,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12872,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12873,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12874,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12875,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12876,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12877,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12878,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12879,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12880,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12881,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12882,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12883,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12884,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12885,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12886,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12887,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12888,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12889,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12890,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12891,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12892,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12893,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12894,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12895,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12896,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12897,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12898,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12899,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12900,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12901,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12902,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12903,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12904,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12905,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12906,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12907,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12908,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12909,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12910,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12911,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12912,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12913,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12914,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12915,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12916,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12917,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12918,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12919,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12920,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12921,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12922,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12923,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12924,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12925,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12926,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12927,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12928,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12929,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12930,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12931,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12932,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12933,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12934,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12935,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12936,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12937,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12938,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12939,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12940,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12941,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12942,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12943,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12944,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12945,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12946,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12947,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12948,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12949,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12950,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12951,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12952,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12953,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12954,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12955,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12956,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12957,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12958,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12959,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12960,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12961,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12962,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12963,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12964,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12965,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12966,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12967,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12968,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12969,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12970,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12971,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12972,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12973,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12974,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12975,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12976,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12977,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12978,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12979,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12980,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12981,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12982,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12983,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12984,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12985,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12986,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12987,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12988,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12989,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12990,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12991,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12992,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12993,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12994,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12995,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12996,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12997,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12998,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(12999,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13000,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13001,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13002,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13003,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13004,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13005,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13006,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13007,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13008,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13009,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13010,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13011,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13012,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13013,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13014,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13015,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13016,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13017,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13018,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13019,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13020,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13021,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13022,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13023,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13024,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13025,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13026,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13027,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13028,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13029,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13030,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13031,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13032,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13033,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13034,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13035,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13036,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13037,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13038,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13039,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13040,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13041,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13042,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13043,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13044,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13045,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13046,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13047,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13048,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13049,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13050,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13051,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13052,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13053,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13054,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13055,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13056,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13057,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13058,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13059,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13060,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13061,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13062,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13063,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13064,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13065,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13066,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13067,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13068,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13069,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13070,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13071,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13072,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13073,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13074,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13075,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13076,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13077,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13078,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13079,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13080,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13081,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13082,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13083,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13084,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13085,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13086,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13087,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13088,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13089,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13090,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13091,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13092,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13093,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13094,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13095,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13096,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13097,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13098,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13099,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13100,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13101,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13102,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13103,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13104,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13105,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13106,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13107,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13108,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13109,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13110,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13111,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13112,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13113,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13114,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13115,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13116,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13117,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13118,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13119,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13120,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13121,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13122,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13123,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13124,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13125,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13126,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13127,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13128,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13129,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13130,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13131,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13132,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13133,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13134,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13135,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13136,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13137,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13138,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13139,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13140,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13141,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13142,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13143,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13144,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13145,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13146,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13147,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13148,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13149,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13150,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13151,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13152,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13153,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13154,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13155,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13156,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13157,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13158,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13159,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13160,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13161,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13162,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13163,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13164,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13165,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13166,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13167,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13168,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13169,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13170,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13171,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13172,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13173,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13174,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13175,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13176,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13177,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13178,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13179,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13180,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13181,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13182,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13183,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13184,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13185,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13186,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13187,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13188,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13189,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13190,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13191,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13192,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13193,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13194,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13195,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13196,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13197,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13198,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13199,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13200,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13201,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13202,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13203,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13204,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13205,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13206,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13207,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13208,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13209,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13210,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13211,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13212,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13213,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13214,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13215,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13216,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13217,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13218,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13219,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13220,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13221,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13222,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13223,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13224,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13225,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13226,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13227,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13228,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13229,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13230,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13231,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13232,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13233,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13234,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13235,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13236,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13237,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13238,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13239,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13240,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13241,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13242,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13243,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13244,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13245,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13246,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13247,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13248,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13249,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13250,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13251,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13252,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13253,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13254,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13255,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13256,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13257,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13258,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13259,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13260,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13261,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13262,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13263,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13264,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13265,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13266,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13267,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13268,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13269,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13270,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13271,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13272,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13273,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13274,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13275,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13276,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13277,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13278,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13279,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13280,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13281,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13282,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13283,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13284,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13285,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13286,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13287,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13288,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13289,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13290,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13291,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13292,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13293,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13294,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13295,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13296,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13297,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13298,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13299,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13300,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13301,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13302,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13303,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13304,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13305,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13306,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13307,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13308,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13309,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13310,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13311,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13312,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13313,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13314,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13315,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13316,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13317,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13318,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13319,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13320,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13321,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13322,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13323,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13324,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13325,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13326,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13327,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13328,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13329,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13330,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13331,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13332,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13333,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13334,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13335,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13336,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13337,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13338,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13339,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13340,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13341,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13342,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13343,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13344,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13345,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13346,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13347,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13348,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13349,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13350,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13351,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13352,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13353,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13354,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13355,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13356,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13357,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13358,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13359,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13360,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13361,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13362,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13363,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13364,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13365,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13366,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13367,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13368,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13369,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13370,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13371,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13372,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13373,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13374,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13375,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13376,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13377,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13378,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13379,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13380,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13381,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13382,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13383,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13384,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13385,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13386,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13387,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13388,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13389,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13390,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13391,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13392,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13393,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13394,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13395,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13396,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13397,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13398,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13399,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13400,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13401,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13402,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13403,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13404,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13405,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13406,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13407,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13408,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13409,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13410,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13411,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13412,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13413,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13414,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13415,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13416,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13417,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13418,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13419,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13420,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13421,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13422,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13423,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13424,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13425,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13426,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13427,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13428,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13429,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13430,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13431,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13432,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13433,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13434,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13435,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13436,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13437,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13438,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13439,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13440,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13441,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13442,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13443,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13444,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13445,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13446,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13447,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13448,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13449,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13450,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13451,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13452,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13453,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13454,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13455,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13456,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13457,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13458,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13459,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13460,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13461,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13462,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13463,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13464,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13465,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13466,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13467,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13468,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13469,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13470,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13471,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13472,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13473,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13474,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13475,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13476,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13477,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13478,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13479,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13480,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13481,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13482,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13483,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13484,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13485,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13486,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13487,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13488,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13489,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13490,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13491,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13492,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13493,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13494,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13495,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13496,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13497,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13498,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13499,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(13500,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(13501,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(13502,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(13503,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(13504,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(13505,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(13506,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(13507,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(13508,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(13509,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(13510,3,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(13511,3,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(13512,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(13513,3,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(13514,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(13515,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(13516,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(13517,3,0,'French','','pkg_fr-FR','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(13518,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(13519,3,0,'German','','pkg_de-DE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(13520,3,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(13521,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(13522,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(13523,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(13524,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(13525,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.12.2','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(13526,3,0,'Irish','','pkg_ga-IE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ga-IE_details.xml','',''),(13527,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(13528,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(13529,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(13530,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(13531,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(13532,3,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.12.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(13533,3,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(13534,3,0,'Polish','','pkg_pl-PL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(13535,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(13536,3,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(13537,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(13538,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(13539,3,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(13540,3,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(13541,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(13542,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(13543,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(13544,3,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(13545,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(13546,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(13547,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(13548,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(13549,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(13550,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(13551,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(13552,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(13553,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(13554,5,0,'JA Extension Manager Component','','com_jaextmanager','component','',1,'2.7.5','','http://update.joomlart.com/service/tracking/j16/com_jaextmanager.xml','https://www.joomlart.com/update-steps',''),(13555,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.4.0','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(13556,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'2.0.4','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(13557,5,0,'JA Appolio Theme for EasyBlog','','easyblog_theme_appolio','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_appolio.xml','https://www.joomlart.com/update-steps',''),(13558,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(13559,5,0,'JA Biz Theme for EasyBlog','','easyblog_theme_biz','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_biz.xml','https://www.joomlart.com/update-steps',''),(13560,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(13561,5,0,'JA Decor Theme for EasyBlog','','easyblog_theme_decor','custom','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_decor.xml','https://www.joomlart.com/update-steps',''),(13562,5,0,'Theme Fixel for Easyblog J25 & J3x','','easyblog_theme_fixel','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_fixel.xml','https://www.joomlart.com/update-steps',''),(13563,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(13564,5,0,'JA Muzic Theme for EasyBlog','','easyblog_theme_muzic','custom','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_muzic.xml','https://www.joomlart.com/update-steps',''),(13565,5,0,'JA Obelisk Theme for EasyBlog','','easyblog_theme_obelisk','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_obelisk.xml','https://www.joomlart.com/update-steps',''),(13566,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(13567,5,0,'JA Bookshop Template','','ja_bookshop','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_bookshop.xml','https://www.joomlart.com/update-steps',''),(13568,5,0,'JA Brisk Template for J25 & J3x','','ja_brisk','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_brisk.xml','https://www.joomlart.com/update-steps',''),(13569,5,0,'JA Decor Template','','ja_decor','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j16/ja_decor.xml','https://www.joomlart.com/update-steps',''),(13570,5,0,'JA Fubix Template for J25 & J3x','','ja_fubix','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_fubix.xml','https://www.joomlart.com/update-steps',''),(13571,5,0,'JA Jason template','','ja_jason','template','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/ja_jason.xml','https://www.joomlart.com/update-steps',''),(13572,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(13573,5,0,'JA Medicare Template','','ja_medicare','template','',0,'3.0.1','','http://update.joomlart.com/service/tracking/j16/ja_medicare.xml','https://www.joomlart.com/update-steps',''),(13574,5,0,'JA Mero Template for J25 & J3x','','ja_mero','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_mero.xml','https://www.joomlart.com/update-steps',''),(13575,5,0,'JA Mitius Template','','ja_mitius','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j16/ja_mitius.xml','https://www.joomlart.com/update-steps',''),(13576,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(13577,5,0,'JA Nuevo template','','ja_nuevo','template','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/ja_nuevo.xml','https://www.joomlart.com/update-steps',''),(13578,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(13579,5,0,'JA Playmag Template','','ja_playmag','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j16/ja_playmag.xml','https://www.joomlart.com/update-steps',''),(13580,5,0,'JA Smashboard Template','','ja_smashboard','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_smashboard.xml','https://www.joomlart.com/update-steps',''),(13581,5,0,'JA Sugite Template','','ja_sugite','template','',0,'2.1.3','','http://update.joomlart.com/service/tracking/j16/ja_sugite.xml','https://www.joomlart.com/update-steps',''),(13582,5,0,'JA Travel Template for Joomla 3x','','ja_travel','template','',0,'2.5.7','','http://update.joomlart.com/service/tracking/j16/ja_travel.xml','https://www.joomlart.com/update-steps',''),(13583,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(13584,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(13585,5,0,'Kunena Template for Ja Orisite','','kunena_theme_orisite','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/kunena_theme_orisite.xml','https://www.joomlart.com/update-steps',''),(13586,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.4.2','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(13587,5,0,'JA Accordion Module','','mod_jaaccordion','module','',0,'2.6.3','','http://update.joomlart.com/service/tracking/j16/mod_jaaccordion.xml','https://www.joomlart.com/update-steps',''),(13588,5,10006,'JA Bulletin Module for J3.x','','mod_jabulletin','module','',0,'2.6.1','','http://update.joomlart.com/service/tracking/j16/mod_jabulletin.xml','https://www.joomlart.com/update-steps',''),(13589,5,0,'JA Content Listing Module','','mod_jacontentlisting','module','',0,'1.2.8','','http://update.joomlart.com/service/tracking/j16/mod_jacontentlisting.xml','https://www.joomlart.com/update-steps',''),(13590,5,0,'JA Content Slider Module','','mod_jacontentslider','module','',0,'2.7.7','','http://update.joomlart.com/service/tracking/j16/mod_jacontentslider.xml','https://www.joomlart.com/update-steps',''),(13591,5,0,'JA Facebook Like Box Module','','mod_jafacebooklikebox','module','',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/mod_jafacebooklikebox.xml','https://www.joomlart.com/update-steps',''),(13592,5,0,'JA Google chart 2','','mod_jagooglechart_2','module','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j16/mod_jagooglechart_2.xml','https://www.joomlart.com/update-steps',''),(13593,5,0,'JA Image Hotspot Module','','mod_jaimagehotspot','module','',0,'1.3.2','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(13594,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.4.0','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(13595,5,0,'JA Login module','','mod_jalogin','module','',0,'2.9.0','','http://update.joomlart.com/service/tracking/j16/mod_jalogin.xml','https://www.joomlart.com/update-steps',''),(13596,5,10008,'JA Masshead Module','','mod_jamasshead','module','',0,'2.6.2','','http://update.joomlart.com/service/tracking/j16/mod_jamasshead.xml','https://www.joomlart.com/update-steps',''),(13597,5,0,'JA Masthead Module ','','mod_jamasthead','module','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j16/mod_jamasthead.xml','https://www.joomlart.com/update-steps',''),(13598,5,0,'JA Newsticker Module for J3x','','mod_janewsticker','module','',0,'2.6.3','','http://update.joomlart.com/service/tracking/j16/mod_janewsticker.xml','https://www.joomlart.com/update-steps',''),(13599,5,0,'JA Quick Contact Module','','mod_jaquickcontact','module','',0,'2.8.0','','http://update.joomlart.com/service/tracking/j16/mod_jaquickcontact.xml','https://www.joomlart.com/update-steps',''),(13600,5,0,'JA SideNews Module ','','mod_jasidenews','module','',0,'2.6.9','','http://update.joomlart.com/service/tracking/j16/mod_jasidenews.xml','https://www.joomlart.com/update-steps',''),(13601,5,0,'JA Slideshow Lite Module ','','mod_jaslideshowlite','module','',0,'1.2.9','','http://update.joomlart.com/service/tracking/j16/mod_jaslideshowlite.xml','https://www.joomlart.com/update-steps',''),(13602,5,0,'JA Social Locker module','','mod_jasocial_locker','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/mod_jasocial_locker.xml','https://www.joomlart.com/update-steps',''),(13603,5,0,'JA Twitter Module','','mod_jatwitter','module','',0,'3.1.0','','http://update.joomlart.com/service/tracking/j16/mod_jatwitter.xml','https://www.joomlart.com/update-steps',''),(13604,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(13605,5,0,'S5 Accordion Menu Module','','mod_s5_accordion_menu','module','',0,'2.4.0','','http://update.joomlart.com/service/tracking/j16/mod_s5_accordion_menu.xml','https://www.joomlart.com/update-steps',''),(13606,5,0,'JA Disqus Debate Echo plugin','','debate_echo','plugin','jadisqus',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/plg_jadisqus_debate_echo.xml','https://www.joomlart.com/update-steps',''),(13607,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.2.1','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(13608,5,0,'Multi Captcha Engine Plugin','','captcha_engine','plugin','multiple',0,'2.6.1','','http://update.joomlart.com/service/tracking/j16/plg_multiple_captcha_engine.xml','https://www.joomlart.com/update-steps',''),(13609,5,0,'JA AI Assistant System Plugin','','ja_ai_assistant','plugin','system',0,'1.0.0','','http://update.joomlart.com/service/tracking/j16/plg_system_ja_ai_assistant.xml','https://www.joomlart.com/update-steps',''),(13610,5,0,'Lock editing plugin for Joomla 3','','ja_site_lock','plugin','system',0,'1.0.0','','http://update.joomlart.com/service/tracking/j16/plg_system_ja_site_lock.xml','https://www.joomlart.com/update-steps',''),(13611,5,0,'JA Builder System Plugin','','jabuilder','plugin','system',0,'2.0.0','','http://update.joomlart.com/service/tracking/j16/plg_system_jabuilder.xml','https://www.joomlart.com/update-steps',''),(13612,5,0,'JA System Google Map plugin','','jagooglemap','plugin','system',0,'2.8.1','','http://update.joomlart.com/service/tracking/j16/plg_system_jagooglemap.xml','https://www.joomlart.com/update-steps',''),(13613,5,0,'JA Popup Plugin','','japopup','plugin','system',0,'3.0.0','','http://update.joomlart.com/service/tracking/j16/plg_system_japopup.xml','https://www.joomlart.com/update-steps',''),(13614,5,0,'JA System Social Feed Plugin','','jasocial_feed','plugin','system',0,'1.6.0','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(13615,5,0,'ja socialshare plugin','','jasocialshare','plugin','system',0,'1.0.3','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocialshare.xml','https://www.joomlart.com/update-steps',''),(13616,5,0,'JA Tabs Plugin for Joomla 3 & Joomla 4','','jatabs','plugin','system',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/plg_system_jatabs.xml','https://www.joomlart.com/update-steps',''),(13617,5,0,'T3 System Plugin','','t3','plugin','system',0,'3.2.2','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','https://www.joomlart.com/update-steps',''),(13618,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(13619,5,0,'Uber Template','','uber','template','',0,'3.1.0','','http://update.joomlart.com/service/tracking/j16/uber.xml','https://www.joomlart.com/update-steps',''),(13620,5,0,'2checkout payment adagency','','2checkout_payment','plugin','2checkout_payment',0,'4.0','','http://update.joomlart.com/service/tracking/j30/2checkout_payment.xml','https://www.joomlart.com/update-steps',''),(13621,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(13622,5,0,'Authorizenet payment adagency','','authorizenet_payment','plugin','authorizenet_payment',0,'4.0','','http://update.joomlart.com/service/tracking/j30/authorizenet_payment.xml','https://www.joomlart.com/update-steps',''),(13623,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.9','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(13624,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(13625,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(13626,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(13627,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.9.3','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(13628,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(13629,5,0,'GK bluap','','gk_bluap','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_bluap.xml','https://www.joomlart.com/update-steps',''),(13630,5,0,'GK Box Template','','gk_box','template','',0,'2.1.4','','http://update.joomlart.com/service/tracking/j30/gk_box.xml','https://www.joomlart.com/update-steps',''),(13631,5,0,'GK cloudhost J!3','','gk_cloudhost','template','',0,'4.3','','http://update.joomlart.com/service/tracking/j30/gk_cloudhost.xml','https://www.joomlart.com/update-steps',''),(13632,5,0,'GK Creativity','','gk_creativity','template','',0,'4.2.3','','http://update.joomlart.com/service/tracking/j30/gk_creativity.xml','https://www.joomlart.com/update-steps',''),(13633,5,0,'GK events J!3','','gk_events','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_events.xml','https://www.joomlart.com/update-steps',''),(13634,5,0,'GK game J!3','','gk_game','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_game.xml','https://www.joomlart.com/update-steps',''),(13635,5,0,'GK hotel','','gk_hotel','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(13636,5,0,'GK instyle','','gk_instyle','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_instyle.xml','https://www.joomlart.com/update-steps',''),(13637,5,0,'GK john s J!3','','gk_john_s','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_john_s.xml','https://www.joomlart.com/update-steps',''),(13638,5,0,'GK magazine','','gk_magazine','template','',0,'4.3','','http://update.joomlart.com/service/tracking/j30/gk_magazine.xml','https://www.joomlart.com/update-steps',''),(13639,5,0,'GK mo J!3','','gk_mo','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_mo.xml','https://www.joomlart.com/update-steps',''),(13640,5,0,'GK msocial J!3','','gk_msocial','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_msocial.xml','https://www.joomlart.com/update-steps',''),(13641,5,0,'GK musicstate','','gk_musicstate','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_musicstate.xml','https://www.joomlart.com/update-steps',''),(13642,5,0,'GK news J!3','','gk_news','template','',0,'4.3.1','','http://update.joomlart.com/service/tracking/j30/gk_news.xml','https://www.joomlart.com/update-steps',''),(13643,5,0,'GK news2 J!3','','gk_news2','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_news2.xml','https://www.joomlart.com/update-steps',''),(13644,5,0,'GK news refreshed J!3','','gk_news_refreshed','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_news_refreshed.xml','https://www.joomlart.com/update-steps',''),(13645,5,0,'GK photo J!3','','gk_photo','template','',0,'4.2.2','','http://update.joomlart.com/service/tracking/j30/gk_photo.xml','https://www.joomlart.com/update-steps',''),(13646,5,0,'GK portfolio J!3','','gk_portfolio','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j30/gk_portfolio.xml','https://www.joomlart.com/update-steps',''),(13647,5,0,'GK rockwall J!3','','gk_rockwall','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_rockwall.xml','https://www.joomlart.com/update-steps',''),(13648,5,0,'GK Shop & Buy Template','','gk_shop_and_buy','template','',0,'4.3.1','','http://update.joomlart.com/service/tracking/j30/gk_shop_and_buy.xml','https://www.joomlart.com/update-steps',''),(13649,5,0,'GK simplicity J!3','','gk_simplicity','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_simplicity.xml','https://www.joomlart.com/update-steps',''),(13650,5,0,'GK steakhouse J!3','','gk_steakhouse','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_steakhouse.xml','https://www.joomlart.com/update-steps',''),(13651,5,0,'GK storebox J!3','','gk_storebox','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_storebox.xml','https://www.joomlart.com/update-steps',''),(13652,5,0,'GK storefront J!3','','gk_storefront','template','',0,'4.4','','http://update.joomlart.com/service/tracking/j30/gk_storefront.xml','https://www.joomlart.com/update-steps',''),(13653,5,0,'GK technews J!3','','gk_technews','template','',0,'2.0.5','','http://update.joomlart.com/service/tracking/j30/gk_technews.xml','https://www.joomlart.com/update-steps',''),(13654,5,0,'GK university','','gk_university','template','',0,'4.1.3','','http://update.joomlart.com/service/tracking/j30/gk_university.xml','https://www.joomlart.com/update-steps',''),(13655,5,0,'GK writer J!3','','gk_writer','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_writer.xml','https://www.joomlart.com/update-steps',''),(13656,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(13657,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(13658,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(13659,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(13660,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(13661,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(13662,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(13663,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(13664,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(13665,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(13666,5,0,'GK JS Feed Module','','mod_gk_js_feed','module','',0,'1.2','','http://update.joomlart.com/service/tracking/j30/mod_gk_js_feed.xml','https://www.joomlart.com/update-steps',''),(13667,5,0,'GK Register Module ','','mod_gk_register','module','',0,'1.2','','http://update.joomlart.com/service/tracking/j30/mod_gk_register.xml','https://www.joomlart.com/update-steps',''),(13668,5,0,'Metro Grid GK5','','mod_grid_gk5','module','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j30/mod_grid_gk5.xml','https://www.joomlart.com/update-steps',''),(13669,5,0,'Highlighter GK5 Module','','mod_highlighter_gk5','module','',0,'1.2.4','','http://update.joomlart.com/service/tracking/j30/mod_highlighter_gk5.xml','https://www.joomlart.com/update-steps',''),(13670,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.7.6','','http://update.joomlart.com/service/tracking/j30/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(13671,5,0,'GK News Pro GK4 Module','','mod_news_pro_gk4','module','',0,'3.4.3','','http://update.joomlart.com/service/tracking/j30/mod_news_pro_gk4.xml','https://www.joomlart.com/update-steps',''),(13672,5,0,'News Pro GK5 J!3','','mod_news_pro_gk5','module','',0,'2.1.5','','http://update.joomlart.com/service/tracking/j30/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(13673,5,10089,'GK Social GK5 Module ','','mod_social_gk5','module','',0,'1.2.9','','http://update.joomlart.com/service/tracking/j30/mod_social_gk5.xml','https://www.joomlart.com/update-steps',''),(13674,5,0,'GK Tabs GK5 Module','','mod_tabs_gk5','module','',0,'2.2','','http://update.joomlart.com/service/tracking/j30/mod_tabs_gk5.xml','https://www.joomlart.com/update-steps',''),(13675,5,0,'Offline payment adagency','','offline_payment','plugin','offline_payment',0,'4.0','','http://update.joomlart.com/service/tracking/j30/offline_payment.xml','https://www.joomlart.com/update-steps',''),(13676,5,0,'Paypal payment adagency','','paypal_payment','plugin','paypal_payment',0,'1.0','','http://update.joomlart.com/service/tracking/j30/paypal_payment.xml','https://www.joomlart.com/update-steps',''),(13677,5,0,'Paypalsmart payment adagency','','paypalsmart_payment','plugin','paypalsmart_payment',0,'1.0','','http://update.joomlart.com/service/tracking/j30/paypalsmart_payment.xml','https://www.joomlart.com/update-steps',''),(13678,5,0,'GK PLG Authentication Facebook','','facebook','plugin','authentication',0,'1.3','','http://update.joomlart.com/service/tracking/j30/plg_authentication_facebook.xml','https://www.joomlart.com/update-steps',''),(13679,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.8','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(13680,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(13681,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(13682,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(13683,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps','');
INSERT INTO `jos7e_updates` VALUES (13684,5,0,'GK Module Links Plugin','','plg_gkmodulelinks','plugin','plg_gkmodulelinks',0,'1.2','','http://update.joomlart.com/service/tracking/j30/plg_gkmodulelinks.xml','https://www.joomlart.com/update-steps',''),(13685,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(13686,5,0,'GK Opengraph system plugin','','gk_opengraph','plugin','sys',0,'1.0.2','','http://update.joomlart.com/service/tracking/j30/plg_sys_gk_opengraph.xml','https://www.joomlart.com/update-steps',''),(13687,5,0,'GK Cache system plugin','','gkcache','plugin','sys',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_sys_gkcache.xml','https://www.joomlart.com/update-steps',''),(13688,5,0,'GK Extmenu system plugin','','gkextmenu','plugin','sys',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/plg_sys_gkextmenu.xml','https://www.joomlart.com/update-steps',''),(13689,5,0,'Stripe payment adagency','','stripe_payment','plugin','stripe_payment',0,'2.0','','http://update.joomlart.com/service/tracking/j30/stripe_payment.xml','https://www.joomlart.com/update-steps',''),(13690,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(13691,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.3.2','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(13692,5,0,'S5 Amazed Photography Template','','Shape5_amazed_photography_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_amazed_photography_template.xml','https://www.joomlart.com/update-steps',''),(13693,5,0,'S5 Ambient Template','','Shape5_ambient_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_ambient_template.xml','https://www.joomlart.com/update-steps',''),(13694,5,0,'S5 Ameritage Medical Template','','Shape5_ameritage_medical_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ameritage_medical_template.xml','https://www.joomlart.com/update-steps',''),(13695,5,0,'S5 Appwonder Template','','Shape5_appwonder_template','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/Shape5_appwonder_template.xml','https://www.joomlart.com/update-steps',''),(13696,5,0,'S5 Arthur Template','','Shape5_arthur_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_arthur_template.xml','https://www.joomlart.com/update-steps',''),(13697,5,0,'S5 Attractions Template','','Shape5_attractions_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_attractions_template.xml','https://www.joomlart.com/update-steps',''),(13698,5,0,'S5 Aurora Dawn Template','','Shape5_aurora_dawn_template','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_aurora_dawn_template.xml','https://www.joomlart.com/update-steps',''),(13699,5,0,'S5 Avignet Dream Template','','Shape5_avignet_dream_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_avignet_dream_template.xml','https://www.joomlart.com/update-steps',''),(13700,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(13701,5,0,'S5 Big Picture Template','','Shape5_bigpicture_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bigpicture_template.xml','https://www.joomlart.com/update-steps',''),(13702,5,0,'S5 Blogbox Template','','Shape5_blog_box_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_blog_box_template.xml','https://www.joomlart.com/update-steps',''),(13703,5,0,'S5 BlueGroup Template','','Shape5_bluegroup_template','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j31/Shape5_bluegroup_template.xml','https://www.joomlart.com/update-steps',''),(13704,5,0,'S5 Business Line Template','','Shape5_business_line_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_business_line_template.xml','https://www.joomlart.com/update-steps',''),(13705,5,0,'S5 Business Pro Template','','Shape5_business_pro_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_business_pro_template.xml','https://www.joomlart.com/update-steps',''),(13706,5,0,'S5 Callie Rush Template','','Shape5_callie_rush_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_callie_rush_template.xml','https://www.joomlart.com/update-steps',''),(13707,5,0,'S5 Campus Life Template','','Shape5_campuslife_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_campuslife_template.xml','https://www.joomlart.com/update-steps',''),(13708,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(13709,5,0,'S5 Charlestown Template','','Shape5_charlestown_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_charlestown_template.xml','https://www.joomlart.com/update-steps',''),(13710,5,0,'S5 Cleanout Template','','Shape5_cleanout_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cleanout_template.xml','https://www.joomlart.com/update-steps',''),(13711,5,0,'S5 Comaxium Template','','Shape5_comaxium_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_comaxium_template.xml','https://www.joomlart.com/update-steps',''),(13712,5,0,'S5 Compassion Template','','Shape5_compassion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_compassion_template.xml','https://www.joomlart.com/update-steps',''),(13713,5,0,'S5 Construction Template','','Shape5_construction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_construction_template.xml','https://www.joomlart.com/update-steps',''),(13714,5,0,'S5 Content King Template','','Shape5_contentking_template','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j31/Shape5_contentking_template.xml','https://www.joomlart.com/update-steps',''),(13715,5,0,'S5 Corporate Response Template','','Shape5_corporate_response_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corporate_response_template.xml','https://www.joomlart.com/update-steps',''),(13716,5,0,'S5 Corpway Template','','Shape5_corpway_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_corpway_template.xml','https://www.joomlart.com/update-steps',''),(13717,5,0,'S5 Curb Appeal Template','','Shape5_curb_appeal_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_curb_appeal_template.xml','https://www.joomlart.com/update-steps',''),(13718,5,0,'S5 Cyan Template','','Shape5_cyan_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cyan_template.xml','https://www.joomlart.com/update-steps',''),(13719,5,0,'S5 Emma and Mason Template','','Shape5_emma_and_mason_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_emma_and_mason_template.xml','https://www.joomlart.com/update-steps',''),(13720,5,0,'S5 Emusica Template','','Shape5_emusica_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_emusica_template.xml','https://www.joomlart.com/update-steps',''),(13721,5,0,'S5 Eventfull Business Template','','Shape5_eventfull_business_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_eventfull_business_template.xml','https://www.joomlart.com/update-steps',''),(13722,5,0,'S5 Eventfull Template','','Shape5_eventfull_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_eventfull_template.xml','https://www.joomlart.com/update-steps',''),(13723,5,0,'S5 EZ Web Hosting Template','','Shape5_ezwebhosting_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ezwebhosting_template.xml','https://www.joomlart.com/update-steps',''),(13724,5,0,'S5 Fitness Center Template','','Shape5_fitness_center_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_fitness_center_template.xml','https://www.joomlart.com/update-steps',''),(13725,5,0,'S5 Forte Template','','Shape5_forte_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_forte_template.xml','https://www.joomlart.com/update-steps',''),(13726,5,0,'S5 Fresh Bistro Template','','Shape5_fresh_bistro_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_fresh_bistro_template.xml','https://www.joomlart.com/update-steps',''),(13727,5,0,'S5 Fusion Template','','Shape5_fusion_template','template','',0,'1.5.7','','http://update.joomlart.com/service/tracking/j31/Shape5_fusion_template.xml','https://www.joomlart.com/update-steps',''),(13728,5,0,'S5 Game World Template','','Shape5_game_world_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_game_world_template.xml','https://www.joomlart.com/update-steps',''),(13729,5,0,'S5 Gamers Template','','Shape5_gamers_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_gamers_template.xml','https://www.joomlart.com/update-steps',''),(13730,5,0,'S5 GCK Store Template','','Shape5_gck_store_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_gck_store_template.xml','https://www.joomlart.com/update-steps',''),(13731,5,0,'S5 General Commerce Template','','Shape5_general_commerce_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_general_commerce_template.xml','https://www.joomlart.com/update-steps',''),(13732,5,0,'S5 General Contractor Template','','Shape5_general_contractor_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_general_contractor_template.xml','https://www.joomlart.com/update-steps',''),(13733,5,0,'S5 GetReserved Template','','Shape5_getreserved_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_getreserved_template.xml','https://www.joomlart.com/update-steps',''),(13734,5,0,'S5 Health Guide Template','','Shape5_health_guide_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_health_guide_template.xml','https://www.joomlart.com/update-steps',''),(13735,5,0,'S5 Helion Template','','Shape5_helion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_helion_template.xml','https://www.joomlart.com/update-steps',''),(13736,5,0,'S5 Hexa Corp Template','','Shape5_hexa_corp_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_hexa_corp_template.xml','https://www.joomlart.com/update-steps',''),(13737,5,0,'S5 Hexicon Gamer Template','','Shape5_hexicon_gamer_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_hexicon_gamer_template.xml','https://www.joomlart.com/update-steps',''),(13738,5,0,'S5 Incline Template','','Shape5_incline_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_incline_template.xml','https://www.joomlart.com/update-steps',''),(13739,5,0,'S5 Legal Lawyer Template','','Shape5_legal_lawyer_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_legal_lawyer_template.xml','https://www.joomlart.com/update-steps',''),(13740,5,0,'S5 Life Journey Template','','Shape5_life_journey_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_life_journey_template.xml','https://www.joomlart.com/update-steps',''),(13741,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(13742,5,0,'S5 Lime Light Template','','Shape5_lime_light_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_lime_light_template.xml','https://www.joomlart.com/update-steps',''),(13743,5,0,'S5 Luxon Template','','Shape5_luxon_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_luxon_template.xml','https://www.joomlart.com/update-steps',''),(13744,5,0,'S5 M Ceative Agency Template','','Shape5_m_creative_agency_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_m_creative_agency_template.xml','https://www.joomlart.com/update-steps',''),(13745,5,0,'S5 Maxed Mag Template','','Shape5_maxedmag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_maxedmag_template.xml','https://www.joomlart.com/update-steps',''),(13746,5,0,'S5 MetroShows Template','','Shape5_metroshows_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_metroshows_template.xml','https://www.joomlart.com/update-steps',''),(13747,5,0,'S5 Modern Flavor Template','','Shape5_modern_flavor_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_modern_flavor_template.xml','https://www.joomlart.com/update-steps',''),(13748,5,0,'S5 New Vision Template','','Shape5_new_vision_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_new_vision_template.xml','https://www.joomlart.com/update-steps',''),(13749,5,0,'S5 News Blog Template','','Shape5_newsblog_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_newsblog_template.xml','https://www.joomlart.com/update-steps',''),(13750,5,0,'S5 Newsplace Template','','Shape5_newsplace_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_newsplace_template.xml','https://www.joomlart.com/update-steps',''),(13751,5,0,'S5 No1 Shopping Template','','Shape5_no1_shopping_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_no1_shopping_template.xml','https://www.joomlart.com/update-steps',''),(13752,5,0,'S5 Oasis Template','','Shape5_oasis_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_oasis_template.xml','https://www.joomlart.com/update-steps',''),(13753,5,0,'S5 Outdoor Life Template','','Shape5_outdoor_life_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_outdoor_life_template.xml','https://www.joomlart.com/update-steps',''),(13754,5,0,'S5 Pantheon Template','','Shape5_pantheon_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_pantheon_template.xml','https://www.joomlart.com/update-steps',''),(13755,5,0,'S5 Paradigm Shift Template','','Shape5_paradigm_shift_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_paradigm_shift_template.xml','https://www.joomlart.com/update-steps',''),(13756,5,0,'S5 Phosphorus Template','','Shape5_phosphorus_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_phosphorus_template.xml','https://www.joomlart.com/update-steps',''),(13757,5,0,'S5 Photobox Template','','Shape5_photobox_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_photobox_template.xml','https://www.joomlart.com/update-steps',''),(13758,5,0,'S5 Photofolio Template','','Shape5_photofolio_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_photofolio_template.xml','https://www.joomlart.com/update-steps',''),(13759,5,0,'S5 Prestige Academy Template','','Shape5_prestige_academy_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_prestige_academy_template.xml','https://www.joomlart.com/update-steps',''),(13760,5,0,'S5 Real Estate Template','','Shape5_realestate_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_realestate_template.xml','https://www.joomlart.com/update-steps',''),(13761,5,0,'S5 Regan Tech Template','','Shape5_regan_tech_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_regan_tech_template.xml','https://www.joomlart.com/update-steps',''),(13762,5,0,'S5 Risen Hope Template','','Shape5_risen_hope_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_risen_hope_template.xml','https://www.joomlart.com/update-steps',''),(13763,5,0,'S5 Salon N Spa Template','','Shape5_salonnspa_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_salonnspa_template.xml','https://www.joomlart.com/update-steps',''),(13764,5,0,'S5 Samba Spa Template','','Shape5_samba_template','template','',0,'1.5.0','','http://update.joomlart.com/service/tracking/j31/Shape5_samba_template.xml','https://www.joomlart.com/update-steps',''),(13765,5,0,'S5 Vertex Template','','Shape5_shape5_vertex_template','template','',0,'3.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_shape5_vertex_template.xml','https://www.joomlart.com/update-steps',''),(13766,5,0,'S5 Shenandoah Template','','Shape5_shenandoah_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_shenandoah_template.xml','https://www.joomlart.com/update-steps',''),(13767,5,0,'S5 ShoppingBag Template','','Shape5_shoppingbag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_shoppingbag_template.xml','https://www.joomlart.com/update-steps',''),(13768,5,0,'S5 Sienna Template','','Shape5_sienna_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sienna_template.xml','https://www.joomlart.com/update-steps',''),(13769,5,0,'S5 Simplex Template','','Shape5_simplex_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_simplex_template.xml','https://www.joomlart.com/update-steps',''),(13770,5,0,'S5 Soul Search Template','','Shape5_soul_search_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_soul_search_template.xml','https://www.joomlart.com/update-steps',''),(13771,5,0,'S5 Spectrum Template','','Shape5_spectrum_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_spectrum_template.xml','https://www.joomlart.com/update-steps',''),(13772,5,0,'S5 Sports Nation Template','','Shape5_sports_nation_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sports_nation_template.xml','https://www.joomlart.com/update-steps',''),(13773,5,0,'S5 Store Pro Template','','Shape5_storepro_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_storepro_template.xml','https://www.joomlart.com/update-steps',''),(13774,5,0,'S5 Swapps Template','','Shape5_swapps_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_swapps_template.xml','https://www.joomlart.com/update-steps',''),(13775,5,0,'S5 The Classifieds Template','','Shape5_the_classifieds_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_the_classifieds_template.xml','https://www.joomlart.com/update-steps',''),(13776,5,0,'S5 TheBlogazine Template','','Shape5_theblogazine_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_theblogazine_template.xml','https://www.joomlart.com/update-steps',''),(13777,5,0,'S5 Traction Template','','Shape5_traction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_traction_template.xml','https://www.joomlart.com/update-steps',''),(13778,5,0,'S5 University Template','','Shape5_university_template','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_university_template.xml','https://www.joomlart.com/update-steps',''),(13779,5,0,'S5 Velocity Template','','Shape5_velocity_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_velocity_template.xml','https://www.joomlart.com/update-steps',''),(13780,5,0,'S5 Zoka Template','','Shape5_zoka_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_zoka_template.xml','https://www.joomlart.com/update-steps',''),(13781,5,0,'JA Blockk Entertaiment 1','','blockk_entertaiment_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_entertaiment_1.xml','https://www.joomlart.com/update-steps',''),(13782,5,0,'JA Blockk Entertaiment 2','','blockk_entertaiment_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_entertaiment_2.xml','https://www.joomlart.com/update-steps',''),(13783,5,0,'JA Blockk Fashion 1','','blockk_fashion_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_1.xml','https://www.joomlart.com/update-steps',''),(13784,5,0,'JA Blockk Fashion 2','','blockk_fashion_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_2.xml','https://www.joomlart.com/update-steps',''),(13785,5,0,'JA Blockk Fashion 3','','blockk_fashion_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_3.xml','https://www.joomlart.com/update-steps',''),(13786,5,0,'JA Blockk Fashion 4','','blockk_fashion_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_4.xml','https://www.joomlart.com/update-steps',''),(13787,5,0,'JA Blockk Freebie 1','','blockk_freebie_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_freebie_1.xml','https://www.joomlart.com/update-steps',''),(13788,5,0,'JA Blockk Freebie 2','','blockk_freebie_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_freebie_2.xml','https://www.joomlart.com/update-steps',''),(13789,5,0,'JA Blockk Gaming 1','','blockk_gaming_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_1.xml','https://www.joomlart.com/update-steps',''),(13790,5,0,'JA Blockk Gaming 2','','blockk_gaming_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_2.xml','https://www.joomlart.com/update-steps',''),(13791,5,0,'JA Blockk Gaming 3','','blockk_gaming_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_3.xml','https://www.joomlart.com/update-steps',''),(13792,5,0,'JA Blockk Gaming 4','','blockk_gaming_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_4.xml','https://www.joomlart.com/update-steps',''),(13793,5,0,'JA Blockk Magz 1','','blockk_magz_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_1.xml','https://www.joomlart.com/update-steps',''),(13794,5,0,'JA Blockk Magz 2','','blockk_magz_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_2.xml','https://www.joomlart.com/update-steps',''),(13795,5,0,'JA Blockk Magz 3','','blockk_magz_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_3.xml','https://www.joomlart.com/update-steps',''),(13796,5,0,'JA Blockk Magz 4','','blockk_magz_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_4.xml','https://www.joomlart.com/update-steps',''),(13797,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'7.1.0','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(13798,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.5','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(13799,5,0,'Guru Pro','','com_guru_pro','component','',1,'6.2.2','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(13800,5,0,'JA Builder Component','','com_jabuilder','component','',1,'2.0.1','','http://update.joomlart.com/service/tracking/j31/com_jabuilder.xml','https://www.joomlart.com/update-steps',''),(13801,5,0,'JA Extension Manager Component','','com_jaextmanager','component','',1,'2.7.6','','http://update.joomlart.com/service/tracking/j31/com_jaextmanager.xml','https://www.joomlart.com/update-steps',''),(13802,5,0,'JA Font Component','','com_jafont','component','',1,'1.0.2','','http://update.joomlart.com/service/tracking/j31/com_jafont.xml','https://www.joomlart.com/update-steps',''),(13803,5,0,'JA Multilingual Component for Joomla','','com_jalang','component','',1,'1.2.0','','http://update.joomlart.com/service/tracking/j31/com_jalang.xml','https://www.joomlart.com/update-steps',''),(13804,5,0,'JA Page Builder Component','','com_japagebuilder','component','',1,'1.0.0_alpha3','','http://update.joomlart.com/service/tracking/j31/com_japagebuilder.xml','https://www.joomlart.com/update-steps',''),(13805,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.1.0','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(13806,5,0,'T4 Page Builder Component','','com_t4pagebuilder','component','',1,'2.1.0','','http://update.joomlart.com/service/tracking/j31/com_t4pagebuilder.xml','https://www.joomlart.com/update-steps',''),(13807,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(13808,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(13809,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(13810,5,0,'JA Resume Theme for EasyBlog','','easyblog_theme_resume','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_resume.xml','https://www.joomlart.com/update-steps',''),(13811,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(13812,5,0,'GK Academy Template','','gk_academy','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_academy.xml','https://www.joomlart.com/update-steps',''),(13813,5,0,'GK App Template','','gk_app','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_app.xml','https://www.joomlart.com/update-steps',''),(13814,5,0,'GK Appetit Template ','','gk_appetit','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/gk_appetit.xml','https://www.joomlart.com/update-steps',''),(13815,5,0,'GK Archi Template ','','gk_archi','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/gk_archi.xml','https://www.joomlart.com/update-steps',''),(13816,5,0,'GK Arty Template','','gk_arty','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/gk_arty.xml','https://www.joomlart.com/update-steps',''),(13817,5,0,'GK Bauhaus Template','','gk_bauhaus','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_bauhaus.xml','https://www.joomlart.com/update-steps',''),(13818,5,0,'GK Blank Template','','gk_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/gk_blank.xml','https://www.joomlart.com/update-steps',''),(13819,5,0,'GK Blend Template','','gk_blend','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_blend.xml','https://www.joomlart.com/update-steps',''),(13820,5,0,'GK Compact Template','','gk_compact','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/gk_compact.xml','https://www.joomlart.com/update-steps',''),(13821,5,0,'GK Decor template','','gk_decor','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/gk_decor.xml','https://www.joomlart.com/update-steps',''),(13822,5,0,'GK Edukid Template','','gk_edukid','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/gk_edukid.xml','https://www.joomlart.com/update-steps',''),(13823,5,0,'GK EvoNews Template','','gk_evonews','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_evonews.xml','https://www.joomlart.com/update-steps',''),(13824,5,0,'GK Fit Template','','gk_fit','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_fit.xml','https://www.joomlart.com/update-steps',''),(13825,5,0,'GK Folio Template','','gk_folio','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_folio.xml','https://www.joomlart.com/update-steps',''),(13826,5,0,'GK Hubs Template','','gk_hubs','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/gk_hubs.xml','https://www.joomlart.com/update-steps',''),(13827,5,0,'GK Infinity Template','','gk_infinity','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_infinity.xml','https://www.joomlart.com/update-steps',''),(13828,5,0,'GK Issues Template','','gk_issues','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_issues.xml','https://www.joomlart.com/update-steps',''),(13829,5,0,'GK Kidty template','','gk_kidty','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_kidty.xml','https://www.joomlart.com/update-steps',''),(13830,5,0,'GK magazine','','gk_magazine','template','',0,'4.4.1','','http://update.joomlart.com/service/tracking/j31/gk_magazine.xml','https://www.joomlart.com/update-steps',''),(13831,5,0,'GK Paradise Template','','gk_paradise','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_paradise.xml','https://www.joomlart.com/update-steps',''),(13832,5,0,'GK Portfolio Template','','gk_portfolio','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_portfolio.xml','https://www.joomlart.com/update-steps',''),(13833,5,0,'GK Quark template','','gk_quark','template','',0,'2.1.6','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(13834,5,0,'GK Reporter Template','','gk_reporter','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/gk_reporter.xml','https://www.joomlart.com/update-steps',''),(13835,5,0,'GK Restly Template','','gk_restly','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/gk_restly.xml','https://www.joomlart.com/update-steps',''),(13836,5,0,'GK ResumeTemplate','','gk_resume','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_resume.xml','https://www.joomlart.com/update-steps',''),(13837,5,0,'GK Royal Template ','','gk_royal','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/gk_royal.xml','https://www.joomlart.com/update-steps',''),(13838,5,0,'GK Shop & Buy Template','','gk_shop_and_buy','template','',0,'4.4','','http://update.joomlart.com/service/tracking/j31/gk_shop_and_buy.xml','https://www.joomlart.com/update-steps',''),(13839,5,0,'GK Siggi Template','','gk_siggi','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_siggi.xml','https://www.joomlart.com/update-steps',''),(13840,5,0,'GK Spotlight Template ','','gk_spotlight','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/gk_spotlight.xml','https://www.joomlart.com/update-steps',''),(13841,5,0,'GK Stora Template','','gk_stora','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/gk_stora.xml','https://www.joomlart.com/update-steps',''),(13842,5,0,'GK storefront ','','gk_storefront','template','',0,'4.5.0','','http://update.joomlart.com/service/tracking/j31/gk_storefront.xml','https://www.joomlart.com/update-steps',''),(13843,5,0,'GK Sway Template','','gk_sway','template','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/gk_sway.xml','https://www.joomlart.com/update-steps',''),(13844,5,0,'GK technews','','gk_technews','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_technews.xml','https://www.joomlart.com/update-steps',''),(13845,5,0,'GK Venture Template','','gk_venture','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/gk_venture.xml','https://www.joomlart.com/update-steps',''),(13846,5,0,'GK Wedding Template','','gk_wedding','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_wedding.xml','https://www.joomlart.com/update-steps',''),(13847,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(13848,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.5','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(13849,5,0,'Guru Search Module','','guru-search-module','module','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/guru-search-module.xml','https://www.joomlart.com/update-steps',''),(13850,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(13851,5,0,'ja agrivita tpl','','ja_agrivita','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/ja_agrivita.xml','https://www.joomlart.com/update-steps',''),(13852,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(13853,5,0,'JA Allure Template','','ja_allure','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_allure.xml','https://www.joomlart.com/update-steps',''),(13854,5,0,'JA Alpha Template','','ja_alpha','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_alpha.xml','https://www.joomlart.com/update-steps',''),(13855,5,0,'JA Alumni Template','','ja_alumni','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_alumni.xml','https://www.joomlart.com/update-steps',''),(13856,5,0,'JA Artsy Template','','ja_artsy','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_artsy.xml','https://www.joomlart.com/update-steps',''),(13857,5,0,'ja athena tpl','','ja_athena','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_athena.xml','https://www.joomlart.com/update-steps',''),(13858,5,0,'JA Atoms Template','','ja_atoms','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_atoms.xml','https://www.joomlart.com/update-steps',''),(13859,5,0,'JA Autoshop Source File','','ja_autoshop','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_autoshop.xml','https://www.joomlart.com/update-steps',''),(13860,5,0,'JA Beauty Source File','','ja_beauty','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_beauty.xml','https://www.joomlart.com/update-steps',''),(13861,5,0,'JA Biz Template','','ja_biz','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_biz.xml','https://www.joomlart.com/update-steps',''),(13862,5,0,'JA Blockk Template','','ja_blockk','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_blockk.xml','https://www.joomlart.com/update-steps',''),(13863,5,0,'ja boxing tpl','','ja_boxing','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/ja_boxing.xml','https://www.joomlart.com/update-steps',''),(13864,5,0,'JA Brickstore Template','','ja_brickstore','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_brickstore.xml','https://www.joomlart.com/update-steps',''),(13865,5,0,'JA Builder Package','','ja_builder_pkg','package','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_builder_pkg.xml','https://www.joomlart.com/update-steps',''),(13866,5,0,'JA Cagox template','','ja_cagox','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(13867,5,0,'JA Campaign Template','','ja_campaign','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_campaign.xml','https://www.joomlart.com/update-steps',''),(13868,5,0,'JA Candidate Template','','ja_candidate','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_candidate.xml','https://www.joomlart.com/update-steps',''),(13869,5,0,'JA Charity template','','ja_charity','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_charity.xml','https://www.joomlart.com/update-steps',''),(13870,5,0,'JA City Guide Template','','ja_cityguide','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/ja_cityguide.xml','https://www.joomlart.com/update-steps',''),(13871,5,0,'JA Coach Template','','ja_coach','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_coach.xml','https://www.joomlart.com/update-steps',''),(13872,5,0,'ja colab tpl','','ja_colab','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/ja_colab.xml','https://www.joomlart.com/update-steps',''),(13873,5,0,'JA Comics Template','','ja_comics','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_comics.xml','https://www.joomlart.com/update-steps',''),(13874,5,0,'JA Company Template','','ja_company','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(13875,5,0,'JA Conf Template','','ja_conf','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_conf.xml','https://www.joomlart.com/update-steps',''),(13876,5,0,'JA Diner Template','','ja_diner','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_diner.xml','https://www.joomlart.com/update-steps',''),(13877,5,0,'JA Directory Template','','ja_directory','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(13878,5,0,'JA Donate Template','','ja_donate','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(13879,5,0,'JA Edenite II Template','','ja_edenite_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_edenite_ii.xml','https://www.joomlart.com/update-steps',''),(13880,5,0,'JA Educatsy Template','','ja_educatsy','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_educatsy.xml','https://www.joomlart.com/update-steps',''),(13881,5,0,'JA Ego Template','','ja_ego','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_ego.xml','https://www.joomlart.com/update-steps',''),(13882,5,0,'JA Elicyon Template','','ja_elicyon','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_elicyon.xml','https://www.joomlart.com/update-steps',''),(13883,5,0,'ja essence tpl','','ja_essence','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_essence.xml','https://www.joomlart.com/update-steps',''),(13884,5,0,'JA EventCamp Template','','ja_eventcamp','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_eventcamp.xml','https://www.joomlart.com/update-steps',''),(13885,5,0,'JA Events II template','','ja_events_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_events_ii.xml','https://www.joomlart.com/update-steps',''),(13886,5,0,'JA Festival Template','','ja_festival','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_festival.xml','https://www.joomlart.com/update-steps',''),(13887,5,0,'JA FindUs Template','','ja_findus','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_findus.xml','https://www.joomlart.com/update-steps',''),(13888,5,0,'JA Fit Template','','ja_fit','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_fit.xml','https://www.joomlart.com/update-steps',''),(13889,5,0,'ja flix tpl','','ja_flix','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_flix.xml','https://www.joomlart.com/update-steps',''),(13890,5,0,'JA Focus Template','','ja_focus','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_focus.xml','https://www.joomlart.com/update-steps',''),(13891,5,0,'ja fresco tpl','','ja_fresco','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_fresco.xml','https://www.joomlart.com/update-steps',''),(13892,5,0,'ja gamex tpl','','ja_gamex','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_gamex.xml','https://www.joomlart.com/update-steps',''),(13893,5,0,'JA Good Template','','ja_good','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_good.xml','https://www.joomlart.com/update-steps',''),(13894,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(13895,5,0,'JA Helple Template','','ja_helple','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_helple.xml','https://www.joomlart.com/update-steps',''),(13896,5,0,'JA Hotel Template','','ja_hotel','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_hotel.xml','https://www.joomlart.com/update-steps',''),(13897,5,0,'ja impact tpl','','ja_impact','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/ja_impact.xml','https://www.joomlart.com/update-steps',''),(13898,5,0,'JA Insight Template','','ja_insight','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_insight.xml','https://www.joomlart.com/update-steps',''),(13899,5,0,'JA Intranet Template','','ja_intranet','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(13900,5,0,'ja Justitia Template','','ja_justitia','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_justitia.xml','https://www.joomlart.com/update-steps',''),(13901,5,0,'JA Kids Corner Source File','','ja_kidscorner','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_kidscorner.xml','https://www.joomlart.com/update-steps',''),(13902,5,0,'JA Landscape Template','','ja_landscape','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_landscape.xml','https://www.joomlart.com/update-steps',''),(13903,5,0,'JA Lawfirm Template ','','ja_lawfirm','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_lawfirm.xml','https://www.joomlart.com/update-steps',''),(13904,5,0,'JA Magz II Template','','ja_magz_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_magz_ii.xml','https://www.joomlart.com/update-steps',''),(13905,5,0,'JA Mason Template','','ja_mason','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mason.xml','https://www.joomlart.com/update-steps',''),(13906,5,0,'JA Megastore Template','','ja_megastore','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(13907,5,0,'JA Mono Template','','ja_mono','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mono.xml','https://www.joomlart.com/update-steps',''),(13908,5,0,'JA Mood Template','','ja_mood','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(13909,5,0,'JA Morgan Template','','ja_morgan','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_morgan.xml','https://www.joomlart.com/update-steps',''),(13910,5,0,'JA Moviemax Template','','ja_moviemax','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_moviemax.xml','https://www.joomlart.com/update-steps',''),(13911,5,0,'ja nova tpl','','ja_nova','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/ja_nova.xml','https://www.joomlart.com/update-steps',''),(13912,5,0,'JA Oslo Template','','ja_oslo','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_oslo.xml','https://www.joomlart.com/update-steps',''),(13913,5,0,'JA Phio Template','','ja_phio','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_phio.xml','https://www.joomlart.com/update-steps',''),(13914,5,0,'JA Platon Template','','ja_platon','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon.xml','https://www.joomlart.com/update-steps',''),(13915,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(13916,5,0,'JA Play School Template','','ja_playschool','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_playschool.xml','https://www.joomlart.com/update-steps',''),(13917,5,0,'JA Playstore Template','','ja_playstore','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(13918,5,0,'ja podcast tpl','','ja_podcast','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_podcast.xml','https://www.joomlart.com/update-steps',''),(13919,5,0,'ja prodex tpl','','ja_prodex','template','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/ja_prodex.xml','https://www.joomlart.com/update-steps',''),(13920,5,0,'JA Property Template','','ja_property','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(13921,5,0,'ja purity iv tpl','','ja_purity_iv','template','',0,'1.2.3','','http://update.joomlart.com/service/tracking/j31/ja_purity_iv.xml','https://www.joomlart.com/update-steps',''),(13922,5,0,'JA Rent template','','ja_rent','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_rent.xml','https://www.joomlart.com/update-steps',''),(13923,5,0,'JA Resort Template','','ja_resort','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_resort.xml','https://www.joomlart.com/update-steps',''),(13924,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(13925,5,0,'JA Resume Template','','ja_resume','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_resume.xml','https://www.joomlart.com/update-steps',''),(13926,5,0,'JA Rights Template','','ja_rights','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/ja_rights.xml','https://www.joomlart.com/update-steps',''),(13927,5,0,'JA Sensei Source File','','ja_sensei','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_sensei.xml','https://www.joomlart.com/update-steps',''),(13928,5,0,'JA Seven Template','','ja_seven','template','',0,'1.2.2','','http://update.joomlart.com/service/tracking/j31/ja_seven.xml','https://www.joomlart.com/update-steps',''),(13929,5,0,'JA Shoe Template','','ja_shoe','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_shoe.xml','https://www.joomlart.com/update-steps',''),(13930,5,0,'JA Simpli Template','','ja_simpli','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/ja_simpli.xml','https://www.joomlart.com/update-steps',''),(13931,5,0,'JA Smallbiz Template','','ja_smallbiz','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_smallbiz.xml','https://www.joomlart.com/update-steps',''),(13932,5,0,'JA Social II template','','ja_social_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_social_ii.xml','https://www.joomlart.com/update-steps',''),(13933,5,0,'JA Spa Template','','ja_spa','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_spa.xml','https://www.joomlart.com/update-steps',''),(13934,5,0,'JA Space Template','','ja_space','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_space.xml','https://www.joomlart.com/update-steps',''),(13935,5,0,'JA Sport Template','','ja_sport','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_sport.xml','https://www.joomlart.com/update-steps',''),(13936,5,0,'JA Stark Template','','ja_stark','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(13937,5,0,'JA Symphony Template','','ja_symphony','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_symphony.xml','https://www.joomlart.com/update-steps',''),(13938,5,0,'JA Techzone Template','','ja_techzone','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_techzone.xml','https://www.joomlart.com/update-steps',''),(13939,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(13940,5,0,'ja titan tpl','','ja_titan','template','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/ja_titan.xml','https://www.joomlart.com/update-steps',''),(13941,5,0,'JA Tour Template','','ja_tour','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_tour.xml','https://www.joomlart.com/update-steps',''),(13942,5,0,'ja trip tpl','','ja_trip','template','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/ja_trip.xml','https://www.joomlart.com/update-steps',''),(13943,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(13944,5,0,'JA University T3 template','','ja_university_t3','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(13945,5,0,'ja vega tpl','','ja_vega','template','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/ja_vega.xml','https://www.joomlart.com/update-steps',''),(13946,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(13947,5,0,'JA Vital Template','','ja_vital','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_vital.xml','https://www.joomlart.com/update-steps',''),(13948,5,0,'ja vitality tpl','','ja_vitality','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/ja_vitality.xml','https://www.joomlart.com/update-steps',''),(13949,5,0,'ja vogue tpl','','ja_vogue','template','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/ja_vogue.xml','https://www.joomlart.com/update-steps',''),(13950,5,0,'JA Font Component','','jafont','package','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/jafont.xml','https://www.joomlart.com/update-steps',''),(13951,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(13952,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(13953,5,0,'JS Anime Theme ','','js_anime','custom','',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/js_anime.xml','https://www.joomlart.com/update-steps',''),(13954,5,0,'JS Column Theme','','js_column','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_column.xml','https://www.joomlart.com/update-steps',''),(13955,5,0,'JS Flat Theme','','js_flat','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_flat.xml','https://www.joomlart.com/update-steps',''),(13956,5,0,'JS Game Theme','','js_game','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/js_game.xml','https://www.joomlart.com/update-steps',''),(13957,5,0,'JS Kikiriki Theme','','js_kikiriki','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_kikiriki.xml','https://www.joomlart.com/update-steps',''),(13958,5,0,'JS Shadow Theme','','js_shadow','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_shadow.xml','https://www.joomlart.com/update-steps',''),(13959,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(13960,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(13961,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(13962,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(13963,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(13964,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(13965,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(13966,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(13967,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(13968,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(13969,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(13970,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(13971,5,0,'Community Toolbar Module','','mod_community_toolbar','module','',0,'4.8.0','','http://update.joomlart.com/service/tracking/j31/mod_community_toolbar.xml','https://www.joomlart.com/update-steps',''),(13972,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(13973,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(13974,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(13975,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(13976,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(13977,5,0,'GK Register Module ','','mod_gk_register','module','',0,'1.3','','http://update.joomlart.com/service/tracking/j31/mod_gk_register.xml','https://www.joomlart.com/update-steps',''),(13978,5,0,'Metro Grid GK5','','mod_grid_gk5','module','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j31/mod_grid_gk5.xml','https://www.joomlart.com/update-steps',''),(13979,5,0,'Guru Categories Module','','mod_guru_menus','module','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j31/mod_guru_menus.xml','https://www.joomlart.com/update-steps',''),(13980,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.8.2','','http://update.joomlart.com/service/tracking/j31/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(13981,5,0,'JA Weather Module','','mod_ja_weather','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/mod_ja_weather.xml','https://www.joomlart.com/update-steps',''),(13982,5,0,'JA Finance Module','','mod_jafinance','module','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/mod_jafinance.xml','https://www.joomlart.com/update-steps',''),(13983,5,0,'JA Google Analytics','','mod_jagoogle_analytics','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/mod_jagoogle_analytics.xml','https://www.joomlart.com/update-steps',''),(13984,5,0,'JA Masthead Module ','','mod_jamasthead','module','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/mod_jamasthead.xml','https://www.joomlart.com/update-steps',''),(13985,5,0,'JA Megafilter Module','','mod_jamegafilter','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(13986,5,0,'JA Promo Bar module','','mod_japromobar','module','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/mod_japromobar.xml','https://www.joomlart.com/update-steps',''),(13987,5,0,'GK News Pro GK4 Module','','mod_news_pro_gk4','module','',0,'3.5.0','','http://update.joomlart.com/service/tracking/j31/mod_news_pro_gk4.xml','https://www.joomlart.com/update-steps',''),(13988,5,0,'News Pro GK5','','mod_news_pro_gk5','module','',0,'2.2.1','','http://update.joomlart.com/service/tracking/j31/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(13989,5,0,'S5 Box Module','','mod_s5_box','module','',0,'6.2.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_box.xml','https://www.joomlart.com/update-steps',''),(13990,5,0,'S5 Contact Popup Module','','mod_s5_contact_popup','module','',0,'1.6.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_contact_popup.xml','https://www.joomlart.com/update-steps',''),(13991,5,0,'S5 Horizontal Accordion Module','','mod_s5_horizontal_accordion','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_horizontal_accordion.xml','https://www.joomlart.com/update-steps',''),(13992,5,0,'S5 Image Content Fader v4 Module','','mod_s5_image_and_content_faderv4','module','',0,'4.5.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_image_and_content_faderv4.xml','https://www.joomlart.com/update-steps',''),(13993,5,0,'S5 Instagram Feed Module','','mod_s5_instagram_feed','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/mod_s5_instagram_feed.xml','https://www.joomlart.com/update-steps',''),(13994,5,0,'S5 Live Search Module','','mod_s5_live_search','module','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/mod_s5_live_search.xml','https://www.joomlart.com/update-steps',''),(13995,5,0,'S5 Mailchimp Signup Module','','mod_s5_mailchimp_signup','module','',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_mailchimp_signup.xml','https://www.joomlart.com/update-steps',''),(13996,5,0,'S5 Masonry Module','','mod_s5_masonry','module','',0,'3.1.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_masonry.xml','https://www.joomlart.com/update-steps',''),(13997,5,0,'S5 News Display 2 Module','','mod_s5_news_display_2','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_news_display_2.xml','https://www.joomlart.com/update-steps',''),(13998,5,0,'S5 New Sticker V3 Module','','mod_s5_newstickerv3','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_newstickerv3.xml','https://www.joomlart.com/update-steps',''),(13999,5,0,'S5 Open Table Module','','mod_s5_opentable','module','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_opentable.xml','https://www.joomlart.com/update-steps',''),(14000,5,0,'S5 Photo Showcase V2 Module','','mod_s5_photo_showcase_v2','module','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/mod_s5_photo_showcase_v2.xml','https://www.joomlart.com/update-steps',''),(14001,5,0,'S5 Quick Contact Module','','mod_s5_quick_contact','module','',0,'4.4.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_quick_contact.xml','https://www.joomlart.com/update-steps',''),(14002,5,0,'S5 Register Module','','mod_s5_register','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_register.xml','https://www.joomlart.com/update-steps',''),(14003,5,0,'S5 Snipcart Module','','mod_s5_snipcart','module','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_snipcart.xml','https://www.joomlart.com/update-steps',''),(14004,5,0,'S5 Tab Show v3 Module','','mod_s5_tab_show','module','',0,'3.4.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_tab_show.xml','https://www.joomlart.com/update-steps',''),(14005,5,0,'S5 Tab Show v2 Module','','mod_s5_tabshow_v2','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_tabshow_v2.xml','https://www.joomlart.com/update-steps',''),(14006,5,0,'S5 Typed Text Module','','mod_s5_typed_text','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_typed_text.xml','https://www.joomlart.com/update-steps',''),(14007,5,0,'S5 Vertical Accordion Module','','mod_s5_vertical_accordion','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_vertical_accordion.xml','https://www.joomlart.com/update-steps',''),(14008,5,0,'S5 Mapit Module','','mod_s5mapit','module','',0,'1.9.0','','http://update.joomlart.com/service/tracking/j31/mod_s5mapit.xml','https://www.joomlart.com/update-steps',''),(14009,5,0,'GK Tabs GK5 Module','','mod_tabs_gk5','module','',0,'2.3','','http://update.joomlart.com/service/tracking/j31/mod_tabs_gk5.xml','https://www.joomlart.com/update-steps',''),(14010,5,0,'JB ZenTools Module','','mod_zentools','module','',0,'1.14.7','','http://update.joomlart.com/service/tracking/j31/mod_zentools.xml','https://www.joomlart.com/update-steps',''),(14011,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(14012,5,0,'GURU Payment Plugin - Paypal Smart Button','','paypalsmart','plugin','paypalsmart',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/paypalsmart.xml','https://www.joomlart.com/update-steps',''),(14013,5,0,'Adagency Package','','pkg_adagency','package','',0,'7.1.0','','http://update.joomlart.com/service/tracking/j31/pkg_adagency.xml','https://www.joomlart.com/update-steps',''),(14014,5,0,'JA K2 to com content migration Package','','pkg_jak2tocom_contentmigration','package','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j31/pkg_jak2tocom_contentmigration.xml','https://www.joomlart.com/update-steps',''),(14015,5,0,'Plugin Ajax JA Content Type','','jacontenttype','plugin','ajax',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plg_ajax_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(14016,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(14017,5,0,'GK PLG Authentication Facebook','','facebook','plugin','authentication',0,'1.4','','http://update.joomlart.com/service/tracking/j31/plg_authentication_facebook.xml','https://www.joomlart.com/update-steps',''),(14018,5,0,'T4 Content Load PageBuilder','','loadt4pagebuilder','plugin','content',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/plg_content_loadt4pagebuilder.xml','https://www.joomlart.com/update-steps',''),(14019,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(14020,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(14021,5,0,'GK Typography Plugin','','typography','plugin','gk',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_gk_typography.xml','https://www.joomlart.com/update-steps',''),(14022,5,0,'GK Module Links Plugin','','plg_gkmodulelinks','plugin','plg_gkmodulelinks',0,'1.2','','http://update.joomlart.com/service/tracking/j31/plg_gkmodulelinks.xml','https://www.joomlart.com/update-steps',''),(14023,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(14024,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(14025,5,0,'JA Megafilter DOCman Plugin','','docman','plugin','jamegafilter',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_docman.xml','https://www.joomlart.com/update-steps',''),(14026,5,0,'JA Megafilter EShop Plugin','','eshop','plugin','jamegafilter',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(14027,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(14028,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(14029,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(14030,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(14031,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(14032,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.7','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(14033,5,0,'GK Extmenu system plugin','','gkextmenu','plugin','sys',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_sys_gkextmenu.xml','https://www.joomlart.com/update-steps',''),(14034,5,0,'GK Reservation system plugin','','gkreservation','plugin','sys',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_sys_gkreservation.xml','https://www.joomlart.com/update-steps',''),(14035,5,0,'Gavick Framework','','gavick','plugin','system',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/plg_system_gavick.xml','https://www.joomlart.com/update-steps',''),(14036,5,0,'GK Opengraph plugin for Joomla 4','','gk_opengraph_j4','plugin','system',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/plg_system_gk_opengraph_j4.xml','https://www.joomlart.com/update-steps',''),(14037,5,0,'GK Cache plugin for Joomla 4','','gkcache_j4','plugin','system',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/plg_system_gkcache_j4.xml','https://www.joomlart.com/update-steps',''),(14038,5,0,'GK Contact system plugin J4','','gkcontact_j4','plugin','system',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/plg_system_gkcontact_j4.xml','https://www.joomlart.com/update-steps',''),(14039,5,0,'GK Reservation system plugin J4','','gkreservation_j4','plugin','system',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/plg_system_gkreservation_j4.xml','https://www.joomlart.com/update-steps',''),(14040,5,0,'System JA Campaign','','jacampaign','plugin','system',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/plg_system_jacampaign.xml','https://www.joomlart.com/update-steps',''),(14041,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(14042,5,0,'JA Demo Installer System Plugin','','jademoinstaller','plugin','system',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/plg_system_jademoinstaller.xml','https://www.joomlart.com/update-steps',''),(14043,5,0,'JA Font System Plugin','','jafont','plugin','system',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plg_system_jafont.xml','https://www.joomlart.com/update-steps',''),(14044,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(14045,5,0,'ja socialshare plugin','','jasocialshare','plugin','system',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plg_system_jasocialshare.xml','https://www.joomlart.com/update-steps',''),(14046,5,0,'T4 System Plugin ','','t4','plugin','system',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(14047,5,0,'S5 Css And Js Compressor Plugin','','plugin_s5_css_and_js_compressor','plugin','plugin_s5_css_and_js',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_css_and_js_compressor.xml','https://www.joomlart.com/update-steps',''),(14048,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(14049,5,0,'S5 Flex Menu Plugin','','plugin_s5_flex_menu','plugin','plugin_s5_flex_menu',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_flex_menu.xml','https://www.joomlart.com/update-steps',''),(14050,5,0,'S5 Ie6 Warning Plugin','','plugin_s5_ie6_warning','plugin','plugin_s5_ie6_warnin',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_ie6_warning.xml','https://www.joomlart.com/update-steps',''),(14051,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(14052,5,0,'Purity III Template','','purity_iii','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(14053,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(14054,5,0,'JS Socialize template','','socialize','template','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/socialize.xml','https://www.joomlart.com/update-steps',''),(14055,5,0,'GURU Payment Plugin - Stripe SCA','','stripesca','plugin','stripesca',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/stripesca.xml','https://www.joomlart.com/update-steps',''),(14056,5,0,'T4 Pagebuilder Package','','t4_page_builder_pkg','package','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/t4_page_builder_pkg.xml','https://www.joomlart.com/update-steps',''),(14057,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(14058,5,0,'Sample package for Uber App','','uber_app','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_app.xml','https://www.joomlart.com/update-steps',''),(14059,5,0,'Sample package for Uber Bookstore','','uber_bookstore','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_bookstore.xml','https://www.joomlart.com/update-steps',''),(14060,5,0,'Sample package for Uber Business','','uber_business','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_business.xml','https://www.joomlart.com/update-steps',''),(14061,5,0,'Sample package for Uber Charity','','uber_charity','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_charity.xml','https://www.joomlart.com/update-steps',''),(14062,5,0,'Sample package for Uber Church','','uber_church','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_church.xml','https://www.joomlart.com/update-steps',''),(14063,5,0,'Sample package for Uber Construction','','uber_construction','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_construction.xml','https://www.joomlart.com/update-steps',''),(14064,5,0,'Sample package for Uber Corporate','','uber_corporate','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_corporate.xml','https://www.joomlart.com/update-steps',''),(14065,5,0,'Sample package for Uber Gym','','uber_gym','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_gym.xml','https://www.joomlart.com/update-steps',''),(14066,5,0,'Sample package for Uber Home','','uber_home','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_home.xml','https://www.joomlart.com/update-steps',''),(14067,5,0,'Sample package for Uber Landing ','','uber_landing','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_landing.xml','https://www.joomlart.com/update-steps',''),(14068,5,0,'Sample package for Uber Lawyer','','uber_lawyer','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_lawyer.xml','https://www.joomlart.com/update-steps',''),(14069,5,0,'Sample package for Uber Medicare','','uber_medicare','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_medicare.xml','https://www.joomlart.com/update-steps',''),(14070,5,0,'Sample package for Uber Music','','uber_music','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_music.xml','https://www.joomlart.com/update-steps',''),(14071,5,0,'Sample package for Uber Restaurant','','uber_restaurant','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_restaurant.xml','https://www.joomlart.com/update-steps',''),(14072,5,0,'Sample package for Uber Spa','','uber_spa','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_spa.xml','https://www.joomlart.com/update-steps',''),(14073,5,0,'Sample package for Uber University','','uber_university','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_university.xml','https://www.joomlart.com/update-steps',''),(14074,5,0,'Sample package for Uber Wedding','','uber_wedding','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_wedding.xml','https://www.joomlart.com/update-steps',''),(14075,7,0,'AcyMailing 5 - Your website isn\'t linked to any valid license, please attach it in the License ta...','Your website isn\'t linked to any valid license, please attach it in the License tab of the configuration.','com_acymailing','component','',1,'5.13.0','','http://www.acyba.com/component/updateme/updatexml/component-acymailing/version-5.7.0/level-Essential/li-aHR0cDovL29zY2FzYS5jb20v/file-extension.xml','',''),(14076,9,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com/joomla/138/b61e70db','',''),(14077,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/138/2084920890','',''),(14078,9,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com/joomla/286/21ffe006','',''),(14079,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/286/326466299','',''),(14080,9,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com/joomla/287/cb577720','',''),(14081,9,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com/joomla/301/dfc993d8','',''),(14082,9,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(14083,9,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com/joomla/313/1985305838','',''),(14084,9,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/313/1307741342','',''),(14085,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com/joomla/313/1301311221','',''),(14086,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','https://updates.rockettheme.com/joomla/313/2049982768','',''),(14087,9,0,'RokCheck (Template Version Check)','','','module','',1,'1.0.1','0802','https://updates.rockettheme.com/joomla/381/791616223','',''),(14088,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/381/337128173','',''),(14089,9,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/559/1033ef39','',''),(14090,10,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.11.20240609','','http://getk2.org/update.xml','https://github.com/getk2/k2/blob/master/CHANGELOG.md',''),(14091,15,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.11.20240609','','http://getk2.org/app/update.xml','https://github.com/getk2/k2/blob/master/CHANGELOG.md',''),(14092,16,0,'Regular Labs - Modules Anywhere','','modulesanywhere','plugin','system',0,'7.18.0','','https://download.regularlabs.com/updates.xml?e=modulesanywhere&type=.xml','https://www.regularlabs.com/modulesanywhere/download',''),(14093,17,0,'JCE 2.9.41','','pkg_jce','package','',0,'2.9.41','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-41-released',''),(14094,18,0,'SCLogin','','mod_sclogin','module','',0,'9.0.244','','http://www.sourcecoast.com/updates/sclogin.xml','https://www.sourcecoast.com/index.php?option=com_ars&view=Items&release_id=265&format=html',''),(14095,19,0,'T3 System Plugin','','t3','plugin','system',0,'3.2.2','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(14096,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14097,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14098,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14099,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14100,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14101,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14102,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14103,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14104,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14105,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14106,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14107,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14108,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14109,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14110,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14111,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14112,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14113,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14114,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14115,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14116,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14117,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14118,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14119,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14120,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14121,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14122,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14123,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14124,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14125,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14126,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14127,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14128,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14129,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14130,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14131,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14132,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14133,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14134,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14135,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14136,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14137,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14138,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14139,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14140,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14141,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14142,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14143,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14144,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14145,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14146,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14147,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14148,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14149,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14150,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14151,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14152,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14153,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14154,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14155,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14156,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14157,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14158,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14159,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14160,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14161,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14162,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14163,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14164,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14165,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14166,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14167,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14168,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14169,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14170,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14171,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14172,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14173,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14174,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14175,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14176,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14177,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14178,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14179,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14180,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14181,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14182,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14183,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14184,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14185,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14186,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14187,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14188,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14189,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14190,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14191,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14192,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14193,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14194,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14195,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14196,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14197,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14198,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14199,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14200,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14201,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14202,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14203,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14204,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14205,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14206,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14207,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14208,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14209,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14210,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14211,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14212,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14213,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14214,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14215,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14216,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14217,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14218,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14219,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14220,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14221,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14222,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14223,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14224,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14225,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14226,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14227,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14228,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14229,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14230,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14231,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14232,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14233,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14234,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14235,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14236,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14237,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14238,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14239,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14240,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14241,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14242,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14243,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14244,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14245,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14246,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14247,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14248,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14249,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14250,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14251,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14252,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14253,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14254,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14255,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14256,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14257,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14258,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14259,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14260,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14261,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14262,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14263,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14264,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14265,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14266,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14267,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14268,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14269,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14270,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14271,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14272,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14273,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14274,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14275,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14276,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14277,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14278,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14279,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14280,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14281,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14282,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14283,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14284,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14285,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14286,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14287,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14288,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14289,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14290,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14291,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14292,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14293,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14294,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14295,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14296,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14297,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14298,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14299,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14300,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14301,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14302,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14303,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14304,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14305,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14306,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14307,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14308,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14309,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14310,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14311,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14312,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14313,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14314,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14315,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14316,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14317,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14318,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14319,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14320,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14321,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14322,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14323,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14324,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14325,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14326,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14327,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14328,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14329,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14330,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14331,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14332,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14333,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14334,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14335,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(14336,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(14337,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(14338,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(14339,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(14340,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(14341,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(14342,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(14343,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(14344,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(14345,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(14346,3,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(14347,3,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(14348,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(14349,3,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(14350,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(14351,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(14352,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(14353,3,0,'French','','pkg_fr-FR','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(14354,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(14355,3,0,'German','','pkg_de-DE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(14356,3,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(14357,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(14358,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(14359,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(14360,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(14361,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.12.2','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(14362,3,0,'Irish','','pkg_ga-IE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ga-IE_details.xml','',''),(14363,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(14364,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(14365,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(14366,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(14367,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(14368,3,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.12.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(14369,3,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(14370,3,0,'Polish','','pkg_pl-PL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(14371,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(14372,3,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(14373,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(14374,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(14375,3,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(14376,3,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(14377,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(14378,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(14379,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(14380,3,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(14381,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(14382,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(14383,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(14384,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(14385,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(14386,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(14387,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(14388,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(14389,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14390,5,0,'JA Extension Manager Component','','com_jaextmanager','component','',1,'2.7.5','','http://update.joomlart.com/service/tracking/j16/com_jaextmanager.xml','https://www.joomlart.com/update-steps',''),(14391,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.4.0','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(14392,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'2.0.4','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(14393,5,0,'JA Appolio Theme for EasyBlog','','easyblog_theme_appolio','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_appolio.xml','https://www.joomlart.com/update-steps',''),(14394,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(14395,5,0,'JA Biz Theme for EasyBlog','','easyblog_theme_biz','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_biz.xml','https://www.joomlart.com/update-steps',''),(14396,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(14397,5,0,'JA Decor Theme for EasyBlog','','easyblog_theme_decor','custom','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_decor.xml','https://www.joomlart.com/update-steps',''),(14398,5,0,'Theme Fixel for Easyblog J25 & J3x','','easyblog_theme_fixel','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_fixel.xml','https://www.joomlart.com/update-steps',''),(14399,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(14400,5,0,'JA Muzic Theme for EasyBlog','','easyblog_theme_muzic','custom','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_muzic.xml','https://www.joomlart.com/update-steps',''),(14401,5,0,'JA Obelisk Theme for EasyBlog','','easyblog_theme_obelisk','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_obelisk.xml','https://www.joomlart.com/update-steps',''),(14402,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(14403,5,0,'JA Bookshop Template','','ja_bookshop','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_bookshop.xml','https://www.joomlart.com/update-steps',''),(14404,5,0,'JA Brisk Template for J25 & J3x','','ja_brisk','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_brisk.xml','https://www.joomlart.com/update-steps',''),(14405,5,0,'JA Decor Template','','ja_decor','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j16/ja_decor.xml','https://www.joomlart.com/update-steps',''),(14406,5,0,'JA Fubix Template for J25 & J3x','','ja_fubix','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_fubix.xml','https://www.joomlart.com/update-steps',''),(14407,5,0,'JA Jason template','','ja_jason','template','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/ja_jason.xml','https://www.joomlart.com/update-steps',''),(14408,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(14409,5,0,'JA Medicare Template','','ja_medicare','template','',0,'3.0.1','','http://update.joomlart.com/service/tracking/j16/ja_medicare.xml','https://www.joomlart.com/update-steps',''),(14410,5,0,'JA Mero Template for J25 & J3x','','ja_mero','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_mero.xml','https://www.joomlart.com/update-steps',''),(14411,5,0,'JA Mitius Template','','ja_mitius','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j16/ja_mitius.xml','https://www.joomlart.com/update-steps',''),(14412,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(14413,5,0,'JA Nuevo template','','ja_nuevo','template','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/ja_nuevo.xml','https://www.joomlart.com/update-steps',''),(14414,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(14415,5,0,'JA Playmag Template','','ja_playmag','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j16/ja_playmag.xml','https://www.joomlart.com/update-steps',''),(14416,5,0,'JA Smashboard Template','','ja_smashboard','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_smashboard.xml','https://www.joomlart.com/update-steps',''),(14417,5,0,'JA Sugite Template','','ja_sugite','template','',0,'2.1.3','','http://update.joomlart.com/service/tracking/j16/ja_sugite.xml','https://www.joomlart.com/update-steps',''),(14418,5,0,'JA Travel Template for Joomla 3x','','ja_travel','template','',0,'2.5.7','','http://update.joomlart.com/service/tracking/j16/ja_travel.xml','https://www.joomlart.com/update-steps',''),(14419,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(14420,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(14421,5,0,'Kunena Template for Ja Orisite','','kunena_theme_orisite','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/kunena_theme_orisite.xml','https://www.joomlart.com/update-steps',''),(14422,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.4.2','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(14423,5,0,'JA Accordion Module','','mod_jaaccordion','module','',0,'2.6.3','','http://update.joomlart.com/service/tracking/j16/mod_jaaccordion.xml','https://www.joomlart.com/update-steps',''),(14424,5,0,'JA Content Listing Module','','mod_jacontentlisting','module','',0,'1.2.8','','http://update.joomlart.com/service/tracking/j16/mod_jacontentlisting.xml','https://www.joomlart.com/update-steps',''),(14425,5,0,'JA Content Slider Module','','mod_jacontentslider','module','',0,'2.7.7','','http://update.joomlart.com/service/tracking/j16/mod_jacontentslider.xml','https://www.joomlart.com/update-steps',''),(14426,5,0,'JA Facebook Like Box Module','','mod_jafacebooklikebox','module','',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/mod_jafacebooklikebox.xml','https://www.joomlart.com/update-steps',''),(14427,5,0,'JA Google chart 2','','mod_jagooglechart_2','module','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j16/mod_jagooglechart_2.xml','https://www.joomlart.com/update-steps',''),(14428,5,0,'JA Image Hotspot Module','','mod_jaimagehotspot','module','',0,'1.3.2','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(14429,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.4.0','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(14430,5,0,'JA Login module','','mod_jalogin','module','',0,'2.9.0','','http://update.joomlart.com/service/tracking/j16/mod_jalogin.xml','https://www.joomlart.com/update-steps',''),(14431,5,0,'JA Masthead Module ','','mod_jamasthead','module','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j16/mod_jamasthead.xml','https://www.joomlart.com/update-steps',''),(14432,5,0,'JA Newsticker Module for J3x','','mod_janewsticker','module','',0,'2.6.3','','http://update.joomlart.com/service/tracking/j16/mod_janewsticker.xml','https://www.joomlart.com/update-steps',''),(14433,5,0,'JA Quick Contact Module','','mod_jaquickcontact','module','',0,'2.8.0','','http://update.joomlart.com/service/tracking/j16/mod_jaquickcontact.xml','https://www.joomlart.com/update-steps',''),(14434,5,0,'JA SideNews Module ','','mod_jasidenews','module','',0,'2.6.9','','http://update.joomlart.com/service/tracking/j16/mod_jasidenews.xml','https://www.joomlart.com/update-steps',''),(14435,5,0,'JA Slideshow Lite Module ','','mod_jaslideshowlite','module','',0,'1.2.9','','http://update.joomlart.com/service/tracking/j16/mod_jaslideshowlite.xml','https://www.joomlart.com/update-steps',''),(14436,5,0,'JA Social Locker module','','mod_jasocial_locker','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/mod_jasocial_locker.xml','https://www.joomlart.com/update-steps',''),(14437,5,0,'JA Twitter Module','','mod_jatwitter','module','',0,'3.1.0','','http://update.joomlart.com/service/tracking/j16/mod_jatwitter.xml','https://www.joomlart.com/update-steps',''),(14438,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(14439,5,0,'S5 Accordion Menu Module','','mod_s5_accordion_menu','module','',0,'2.4.0','','http://update.joomlart.com/service/tracking/j16/mod_s5_accordion_menu.xml','https://www.joomlart.com/update-steps',''),(14440,5,0,'JA Disqus Debate Echo plugin','','debate_echo','plugin','jadisqus',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/plg_jadisqus_debate_echo.xml','https://www.joomlart.com/update-steps',''),(14441,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.2.1','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(14442,5,0,'Multi Captcha Engine Plugin','','captcha_engine','plugin','multiple',0,'2.6.1','','http://update.joomlart.com/service/tracking/j16/plg_multiple_captcha_engine.xml','https://www.joomlart.com/update-steps',''),(14443,5,0,'JA Builder System Plugin','','jabuilder','plugin','system',0,'2.0.0','','http://update.joomlart.com/service/tracking/j16/plg_system_jabuilder.xml','https://www.joomlart.com/update-steps',''),(14444,5,0,'JA System Google Map plugin','','jagooglemap','plugin','system',0,'2.8.1','','http://update.joomlart.com/service/tracking/j16/plg_system_jagooglemap.xml','https://www.joomlart.com/update-steps',''),(14445,5,0,'JA Popup Plugin','','japopup','plugin','system',0,'3.0.0','','http://update.joomlart.com/service/tracking/j16/plg_system_japopup.xml','https://www.joomlart.com/update-steps',''),(14446,5,0,'JA System Social Feed Plugin','','jasocial_feed','plugin','system',0,'1.6.0','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(14447,5,0,'JA Tabs Plugin for Joomla 3 & Joomla 4','','jatabs','plugin','system',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/plg_system_jatabs.xml','https://www.joomlart.com/update-steps',''),(14448,5,0,'T3 System Plugin','','t3','plugin','system',0,'3.2.2','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','https://www.joomlart.com/update-steps',''),(14449,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(14450,5,0,'Uber Template','','uber','template','',0,'3.1.0','','http://update.joomlart.com/service/tracking/j16/uber.xml','https://www.joomlart.com/update-steps',''),(14451,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(14452,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.9','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(14453,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(14454,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(14455,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(14456,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.9.3','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(14457,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(14458,5,0,'GK bluap','','gk_bluap','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_bluap.xml','https://www.joomlart.com/update-steps',''),(14459,5,0,'GK Box Template','','gk_box','template','',0,'2.1.4','','http://update.joomlart.com/service/tracking/j30/gk_box.xml','https://www.joomlart.com/update-steps',''),(14460,5,0,'GK cloudhost J!3','','gk_cloudhost','template','',0,'4.3','','http://update.joomlart.com/service/tracking/j30/gk_cloudhost.xml','https://www.joomlart.com/update-steps',''),(14461,5,0,'GK Creativity','','gk_creativity','template','',0,'4.2.3','','http://update.joomlart.com/service/tracking/j30/gk_creativity.xml','https://www.joomlart.com/update-steps',''),(14462,5,0,'GK events J!3','','gk_events','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_events.xml','https://www.joomlart.com/update-steps',''),(14463,5,0,'GK game J!3','','gk_game','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_game.xml','https://www.joomlart.com/update-steps',''),(14464,5,0,'GK hotel','','gk_hotel','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(14465,5,0,'GK instyle','','gk_instyle','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_instyle.xml','https://www.joomlart.com/update-steps',''),(14466,5,0,'GK john s J!3','','gk_john_s','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_john_s.xml','https://www.joomlart.com/update-steps',''),(14467,5,0,'GK magazine','','gk_magazine','template','',0,'4.3','','http://update.joomlart.com/service/tracking/j30/gk_magazine.xml','https://www.joomlart.com/update-steps',''),(14468,5,0,'GK mo J!3','','gk_mo','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_mo.xml','https://www.joomlart.com/update-steps',''),(14469,5,0,'GK msocial J!3','','gk_msocial','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_msocial.xml','https://www.joomlart.com/update-steps',''),(14470,5,0,'GK musicstate','','gk_musicstate','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_musicstate.xml','https://www.joomlart.com/update-steps',''),(14471,5,0,'GK news J!3','','gk_news','template','',0,'4.3.1','','http://update.joomlart.com/service/tracking/j30/gk_news.xml','https://www.joomlart.com/update-steps',''),(14472,5,0,'GK news2 J!3','','gk_news2','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_news2.xml','https://www.joomlart.com/update-steps',''),(14473,5,0,'GK news refreshed J!3','','gk_news_refreshed','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_news_refreshed.xml','https://www.joomlart.com/update-steps',''),(14474,5,0,'GK photo J!3','','gk_photo','template','',0,'4.2.2','','http://update.joomlart.com/service/tracking/j30/gk_photo.xml','https://www.joomlart.com/update-steps',''),(14475,5,0,'GK portfolio J!3','','gk_portfolio','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j30/gk_portfolio.xml','https://www.joomlart.com/update-steps',''),(14476,5,0,'GK rockwall J!3','','gk_rockwall','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_rockwall.xml','https://www.joomlart.com/update-steps',''),(14477,5,0,'GK Shop & Buy Template','','gk_shop_and_buy','template','',0,'4.3.1','','http://update.joomlart.com/service/tracking/j30/gk_shop_and_buy.xml','https://www.joomlart.com/update-steps',''),(14478,5,0,'GK simplicity J!3','','gk_simplicity','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_simplicity.xml','https://www.joomlart.com/update-steps',''),(14479,5,0,'GK steakhouse J!3','','gk_steakhouse','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_steakhouse.xml','https://www.joomlart.com/update-steps',''),(14480,5,0,'GK storebox J!3','','gk_storebox','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_storebox.xml','https://www.joomlart.com/update-steps',''),(14481,5,0,'GK storefront J!3','','gk_storefront','template','',0,'4.4','','http://update.joomlart.com/service/tracking/j30/gk_storefront.xml','https://www.joomlart.com/update-steps',''),(14482,5,0,'GK technews J!3','','gk_technews','template','',0,'2.0.5','','http://update.joomlart.com/service/tracking/j30/gk_technews.xml','https://www.joomlart.com/update-steps',''),(14483,5,0,'GK university','','gk_university','template','',0,'4.1.3','','http://update.joomlart.com/service/tracking/j30/gk_university.xml','https://www.joomlart.com/update-steps',''),(14484,5,0,'GK writer J!3','','gk_writer','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_writer.xml','https://www.joomlart.com/update-steps',''),(14485,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(14486,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(14487,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(14488,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(14489,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(14490,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(14491,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(14492,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(14493,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(14494,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(14495,5,0,'Metro Grid GK5','','mod_grid_gk5','module','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j30/mod_grid_gk5.xml','https://www.joomlart.com/update-steps',''),(14496,5,0,'Highlighter GK5 Module','','mod_highlighter_gk5','module','',0,'1.2.4','','http://update.joomlart.com/service/tracking/j30/mod_highlighter_gk5.xml','https://www.joomlart.com/update-steps',''),(14497,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.7.6','','http://update.joomlart.com/service/tracking/j30/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(14498,5,0,'News Pro GK5 J!3','','mod_news_pro_gk5','module','',0,'2.1.5','','http://update.joomlart.com/service/tracking/j30/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(14499,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.8','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(14500,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(14501,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(14502,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(14503,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(14504,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(14505,5,0,'GK Opengraph system plugin','','gk_opengraph','plugin','sys',0,'1.0.2','','http://update.joomlart.com/service/tracking/j30/plg_sys_gk_opengraph.xml','https://www.joomlart.com/update-steps',''),(14506,5,0,'GK Cache system plugin','','gkcache','plugin','sys',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_sys_gkcache.xml','https://www.joomlart.com/update-steps',''),(14507,5,0,'GK Extmenu system plugin','','gkextmenu','plugin','sys',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/plg_sys_gkextmenu.xml','https://www.joomlart.com/update-steps',''),(14508,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(14509,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.3.2','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(14510,5,0,'S5 Amazed Photography Template','','Shape5_amazed_photography_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_amazed_photography_template.xml','https://www.joomlart.com/update-steps',''),(14511,5,0,'S5 Ambient Template','','Shape5_ambient_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_ambient_template.xml','https://www.joomlart.com/update-steps',''),(14512,5,0,'S5 Ameritage Medical Template','','Shape5_ameritage_medical_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ameritage_medical_template.xml','https://www.joomlart.com/update-steps',''),(14513,5,0,'S5 Appwonder Template','','Shape5_appwonder_template','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/Shape5_appwonder_template.xml','https://www.joomlart.com/update-steps',''),(14514,5,0,'S5 Arthur Template','','Shape5_arthur_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_arthur_template.xml','https://www.joomlart.com/update-steps',''),(14515,5,0,'S5 Attractions Template','','Shape5_attractions_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_attractions_template.xml','https://www.joomlart.com/update-steps',''),(14516,5,0,'S5 Aurora Dawn Template','','Shape5_aurora_dawn_template','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_aurora_dawn_template.xml','https://www.joomlart.com/update-steps',''),(14517,5,0,'S5 Avignet Dream Template','','Shape5_avignet_dream_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_avignet_dream_template.xml','https://www.joomlart.com/update-steps',''),(14518,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(14519,5,0,'S5 Big Picture Template','','Shape5_bigpicture_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bigpicture_template.xml','https://www.joomlart.com/update-steps',''),(14520,5,0,'S5 Blogbox Template','','Shape5_blog_box_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_blog_box_template.xml','https://www.joomlart.com/update-steps',''),(14521,5,0,'S5 BlueGroup Template','','Shape5_bluegroup_template','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j31/Shape5_bluegroup_template.xml','https://www.joomlart.com/update-steps',''),(14522,5,0,'S5 Business Line Template','','Shape5_business_line_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_business_line_template.xml','https://www.joomlart.com/update-steps',''),(14523,5,0,'S5 Business Pro Template','','Shape5_business_pro_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_business_pro_template.xml','https://www.joomlart.com/update-steps',''),(14524,5,0,'S5 Callie Rush Template','','Shape5_callie_rush_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_callie_rush_template.xml','https://www.joomlart.com/update-steps',''),(14525,5,0,'S5 Campus Life Template','','Shape5_campuslife_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_campuslife_template.xml','https://www.joomlart.com/update-steps',''),(14526,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(14527,5,0,'S5 Charlestown Template','','Shape5_charlestown_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_charlestown_template.xml','https://www.joomlart.com/update-steps',''),(14528,5,0,'S5 Cleanout Template','','Shape5_cleanout_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cleanout_template.xml','https://www.joomlart.com/update-steps',''),(14529,5,0,'S5 Comaxium Template','','Shape5_comaxium_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_comaxium_template.xml','https://www.joomlart.com/update-steps',''),(14530,5,0,'S5 Compassion Template','','Shape5_compassion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_compassion_template.xml','https://www.joomlart.com/update-steps',''),(14531,5,0,'S5 Construction Template','','Shape5_construction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_construction_template.xml','https://www.joomlart.com/update-steps',''),(14532,5,0,'S5 Content King Template','','Shape5_contentking_template','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j31/Shape5_contentking_template.xml','https://www.joomlart.com/update-steps',''),(14533,5,0,'S5 Corporate Response Template','','Shape5_corporate_response_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corporate_response_template.xml','https://www.joomlart.com/update-steps',''),(14534,5,0,'S5 Corpway Template','','Shape5_corpway_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_corpway_template.xml','https://www.joomlart.com/update-steps',''),(14535,5,0,'S5 Curb Appeal Template','','Shape5_curb_appeal_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_curb_appeal_template.xml','https://www.joomlart.com/update-steps',''),(14536,5,0,'S5 Cyan Template','','Shape5_cyan_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cyan_template.xml','https://www.joomlart.com/update-steps',''),(14537,5,0,'S5 Emma and Mason Template','','Shape5_emma_and_mason_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_emma_and_mason_template.xml','https://www.joomlart.com/update-steps',''),(14538,5,0,'S5 Emusica Template','','Shape5_emusica_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_emusica_template.xml','https://www.joomlart.com/update-steps',''),(14539,5,0,'S5 Eventfull Business Template','','Shape5_eventfull_business_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_eventfull_business_template.xml','https://www.joomlart.com/update-steps',''),(14540,5,0,'S5 Eventfull Template','','Shape5_eventfull_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_eventfull_template.xml','https://www.joomlart.com/update-steps',''),(14541,5,0,'S5 EZ Web Hosting Template','','Shape5_ezwebhosting_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ezwebhosting_template.xml','https://www.joomlart.com/update-steps',''),(14542,5,0,'S5 Fitness Center Template','','Shape5_fitness_center_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_fitness_center_template.xml','https://www.joomlart.com/update-steps',''),(14543,5,0,'S5 Forte Template','','Shape5_forte_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_forte_template.xml','https://www.joomlart.com/update-steps',''),(14544,5,0,'S5 Fresh Bistro Template','','Shape5_fresh_bistro_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_fresh_bistro_template.xml','https://www.joomlart.com/update-steps',''),(14545,5,0,'S5 Fusion Template','','Shape5_fusion_template','template','',0,'1.5.7','','http://update.joomlart.com/service/tracking/j31/Shape5_fusion_template.xml','https://www.joomlart.com/update-steps',''),(14546,5,0,'S5 Game World Template','','Shape5_game_world_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_game_world_template.xml','https://www.joomlart.com/update-steps',''),(14547,5,0,'S5 Gamers Template','','Shape5_gamers_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_gamers_template.xml','https://www.joomlart.com/update-steps',''),(14548,5,0,'S5 GCK Store Template','','Shape5_gck_store_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_gck_store_template.xml','https://www.joomlart.com/update-steps',''),(14549,5,0,'S5 General Commerce Template','','Shape5_general_commerce_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_general_commerce_template.xml','https://www.joomlart.com/update-steps',''),(14550,5,0,'S5 General Contractor Template','','Shape5_general_contractor_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_general_contractor_template.xml','https://www.joomlart.com/update-steps',''),(14551,5,0,'S5 GetReserved Template','','Shape5_getreserved_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_getreserved_template.xml','https://www.joomlart.com/update-steps',''),(14552,5,0,'S5 Health Guide Template','','Shape5_health_guide_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_health_guide_template.xml','https://www.joomlart.com/update-steps',''),(14553,5,0,'S5 Helion Template','','Shape5_helion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_helion_template.xml','https://www.joomlart.com/update-steps',''),(14554,5,0,'S5 Hexa Corp Template','','Shape5_hexa_corp_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_hexa_corp_template.xml','https://www.joomlart.com/update-steps',''),(14555,5,0,'S5 Hexicon Gamer Template','','Shape5_hexicon_gamer_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_hexicon_gamer_template.xml','https://www.joomlart.com/update-steps',''),(14556,5,0,'S5 Incline Template','','Shape5_incline_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_incline_template.xml','https://www.joomlart.com/update-steps',''),(14557,5,0,'S5 Legal Lawyer Template','','Shape5_legal_lawyer_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_legal_lawyer_template.xml','https://www.joomlart.com/update-steps',''),(14558,5,0,'S5 Life Journey Template','','Shape5_life_journey_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_life_journey_template.xml','https://www.joomlart.com/update-steps',''),(14559,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(14560,5,0,'S5 Lime Light Template','','Shape5_lime_light_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_lime_light_template.xml','https://www.joomlart.com/update-steps',''),(14561,5,0,'S5 Luxon Template','','Shape5_luxon_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_luxon_template.xml','https://www.joomlart.com/update-steps',''),(14562,5,0,'S5 M Ceative Agency Template','','Shape5_m_creative_agency_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_m_creative_agency_template.xml','https://www.joomlart.com/update-steps',''),(14563,5,0,'S5 Maxed Mag Template','','Shape5_maxedmag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_maxedmag_template.xml','https://www.joomlart.com/update-steps',''),(14564,5,0,'S5 MetroShows Template','','Shape5_metroshows_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_metroshows_template.xml','https://www.joomlart.com/update-steps',''),(14565,5,0,'S5 Modern Flavor Template','','Shape5_modern_flavor_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_modern_flavor_template.xml','https://www.joomlart.com/update-steps',''),(14566,5,0,'S5 New Vision Template','','Shape5_new_vision_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_new_vision_template.xml','https://www.joomlart.com/update-steps',''),(14567,5,0,'S5 News Blog Template','','Shape5_newsblog_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_newsblog_template.xml','https://www.joomlart.com/update-steps',''),(14568,5,0,'S5 Newsplace Template','','Shape5_newsplace_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_newsplace_template.xml','https://www.joomlart.com/update-steps',''),(14569,5,0,'S5 No1 Shopping Template','','Shape5_no1_shopping_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_no1_shopping_template.xml','https://www.joomlart.com/update-steps',''),(14570,5,0,'S5 Oasis Template','','Shape5_oasis_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_oasis_template.xml','https://www.joomlart.com/update-steps',''),(14571,5,0,'S5 Outdoor Life Template','','Shape5_outdoor_life_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_outdoor_life_template.xml','https://www.joomlart.com/update-steps',''),(14572,5,0,'S5 Pantheon Template','','Shape5_pantheon_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_pantheon_template.xml','https://www.joomlart.com/update-steps',''),(14573,5,0,'S5 Paradigm Shift Template','','Shape5_paradigm_shift_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_paradigm_shift_template.xml','https://www.joomlart.com/update-steps',''),(14574,5,0,'S5 Phosphorus Template','','Shape5_phosphorus_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_phosphorus_template.xml','https://www.joomlart.com/update-steps',''),(14575,5,0,'S5 Photobox Template','','Shape5_photobox_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_photobox_template.xml','https://www.joomlart.com/update-steps',''),(14576,5,0,'S5 Photofolio Template','','Shape5_photofolio_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_photofolio_template.xml','https://www.joomlart.com/update-steps',''),(14577,5,0,'S5 Prestige Academy Template','','Shape5_prestige_academy_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_prestige_academy_template.xml','https://www.joomlart.com/update-steps',''),(14578,5,0,'S5 Real Estate Template','','Shape5_realestate_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_realestate_template.xml','https://www.joomlart.com/update-steps',''),(14579,5,0,'S5 Regan Tech Template','','Shape5_regan_tech_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_regan_tech_template.xml','https://www.joomlart.com/update-steps',''),(14580,5,0,'S5 Risen Hope Template','','Shape5_risen_hope_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_risen_hope_template.xml','https://www.joomlart.com/update-steps',''),(14581,5,0,'S5 Salon N Spa Template','','Shape5_salonnspa_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_salonnspa_template.xml','https://www.joomlart.com/update-steps',''),(14582,5,0,'S5 Samba Spa Template','','Shape5_samba_template','template','',0,'1.5.0','','http://update.joomlart.com/service/tracking/j31/Shape5_samba_template.xml','https://www.joomlart.com/update-steps',''),(14583,5,0,'S5 Vertex Template','','Shape5_shape5_vertex_template','template','',0,'3.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_shape5_vertex_template.xml','https://www.joomlart.com/update-steps',''),(14584,5,0,'S5 Shenandoah Template','','Shape5_shenandoah_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_shenandoah_template.xml','https://www.joomlart.com/update-steps',''),(14585,5,0,'S5 ShoppingBag Template','','Shape5_shoppingbag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_shoppingbag_template.xml','https://www.joomlart.com/update-steps',''),(14586,5,0,'S5 Sienna Template','','Shape5_sienna_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sienna_template.xml','https://www.joomlart.com/update-steps',''),(14587,5,0,'S5 Simplex Template','','Shape5_simplex_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_simplex_template.xml','https://www.joomlart.com/update-steps',''),(14588,5,0,'S5 Soul Search Template','','Shape5_soul_search_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_soul_search_template.xml','https://www.joomlart.com/update-steps',''),(14589,5,0,'S5 Spectrum Template','','Shape5_spectrum_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_spectrum_template.xml','https://www.joomlart.com/update-steps',''),(14590,5,0,'S5 Sports Nation Template','','Shape5_sports_nation_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sports_nation_template.xml','https://www.joomlart.com/update-steps',''),(14591,5,0,'S5 Store Pro Template','','Shape5_storepro_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_storepro_template.xml','https://www.joomlart.com/update-steps',''),(14592,5,0,'S5 Swapps Template','','Shape5_swapps_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_swapps_template.xml','https://www.joomlart.com/update-steps',''),(14593,5,0,'S5 The Classifieds Template','','Shape5_the_classifieds_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_the_classifieds_template.xml','https://www.joomlart.com/update-steps',''),(14594,5,0,'S5 TheBlogazine Template','','Shape5_theblogazine_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_theblogazine_template.xml','https://www.joomlart.com/update-steps',''),(14595,5,0,'S5 Traction Template','','Shape5_traction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_traction_template.xml','https://www.joomlart.com/update-steps',''),(14596,5,0,'S5 University Template','','Shape5_university_template','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_university_template.xml','https://www.joomlart.com/update-steps',''),(14597,5,0,'S5 Velocity Template','','Shape5_velocity_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_velocity_template.xml','https://www.joomlart.com/update-steps',''),(14598,5,0,'S5 Zoka Template','','Shape5_zoka_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_zoka_template.xml','https://www.joomlart.com/update-steps',''),(14599,5,0,'JA Blockk Entertaiment 1','','blockk_entertaiment_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_entertaiment_1.xml','https://www.joomlart.com/update-steps',''),(14600,5,0,'JA Blockk Entertaiment 2','','blockk_entertaiment_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_entertaiment_2.xml','https://www.joomlart.com/update-steps',''),(14601,5,0,'JA Blockk Fashion 1','','blockk_fashion_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_1.xml','https://www.joomlart.com/update-steps',''),(14602,5,0,'JA Blockk Fashion 2','','blockk_fashion_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_2.xml','https://www.joomlart.com/update-steps',''),(14603,5,0,'JA Blockk Fashion 3','','blockk_fashion_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_3.xml','https://www.joomlart.com/update-steps',''),(14604,5,0,'JA Blockk Fashion 4','','blockk_fashion_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_4.xml','https://www.joomlart.com/update-steps',''),(14605,5,0,'JA Blockk Freebie 1','','blockk_freebie_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_freebie_1.xml','https://www.joomlart.com/update-steps',''),(14606,5,0,'JA Blockk Freebie 2','','blockk_freebie_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_freebie_2.xml','https://www.joomlart.com/update-steps',''),(14607,5,0,'JA Blockk Gaming 1','','blockk_gaming_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_1.xml','https://www.joomlart.com/update-steps',''),(14608,5,0,'JA Blockk Gaming 2','','blockk_gaming_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_2.xml','https://www.joomlart.com/update-steps',''),(14609,5,0,'JA Blockk Gaming 3','','blockk_gaming_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_3.xml','https://www.joomlart.com/update-steps',''),(14610,5,0,'JA Blockk Gaming 4','','blockk_gaming_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_4.xml','https://www.joomlart.com/update-steps',''),(14611,5,0,'JA Blockk Magz 1','','blockk_magz_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_1.xml','https://www.joomlart.com/update-steps',''),(14612,5,0,'JA Blockk Magz 2','','blockk_magz_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_2.xml','https://www.joomlart.com/update-steps',''),(14613,5,0,'JA Blockk Magz 3','','blockk_magz_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_3.xml','https://www.joomlart.com/update-steps',''),(14614,5,0,'JA Blockk Magz 4','','blockk_magz_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_4.xml','https://www.joomlart.com/update-steps',''),(14615,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'7.1.0','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(14616,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.5','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(14617,5,0,'Guru Pro','','com_guru_pro','component','',1,'6.2.3','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(14618,5,0,'JA Builder Component','','com_jabuilder','component','',1,'2.0.1','','http://update.joomlart.com/service/tracking/j31/com_jabuilder.xml','https://www.joomlart.com/update-steps',''),(14619,5,0,'JA Extension Manager Component','','com_jaextmanager','component','',1,'2.7.6','','http://update.joomlart.com/service/tracking/j31/com_jaextmanager.xml','https://www.joomlart.com/update-steps',''),(14620,5,0,'JA Multilingual Component for Joomla','','com_jalang','component','',1,'1.2.0','','http://update.joomlart.com/service/tracking/j31/com_jalang.xml','https://www.joomlart.com/update-steps',''),(14621,5,0,'JA Page Builder Component','','com_japagebuilder','component','',1,'1.0.0_alpha3','','http://update.joomlart.com/service/tracking/j31/com_japagebuilder.xml','https://www.joomlart.com/update-steps',''),(14622,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.1.0','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(14623,5,0,'T4 Page Builder Component','','com_t4pagebuilder','component','',1,'2.1.0','','http://update.joomlart.com/service/tracking/j31/com_t4pagebuilder.xml','https://www.joomlart.com/update-steps',''),(14624,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(14625,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(14626,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(14627,5,0,'JA Resume Theme for EasyBlog','','easyblog_theme_resume','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_resume.xml','https://www.joomlart.com/update-steps',''),(14628,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(14629,5,0,'GK Academy Template','','gk_academy','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_academy.xml','https://www.joomlart.com/update-steps',''),(14630,5,0,'GK App Template','','gk_app','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_app.xml','https://www.joomlart.com/update-steps',''),(14631,5,0,'GK Bauhaus Template','','gk_bauhaus','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_bauhaus.xml','https://www.joomlart.com/update-steps',''),(14632,5,0,'GK Blend Template','','gk_blend','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_blend.xml','https://www.joomlart.com/update-steps',''),(14633,5,0,'GK Decor template','','gk_decor','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/gk_decor.xml','https://www.joomlart.com/update-steps',''),(14634,5,0,'GK EvoNews Template','','gk_evonews','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_evonews.xml','https://www.joomlart.com/update-steps',''),(14635,5,0,'GK Fit Template','','gk_fit','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_fit.xml','https://www.joomlart.com/update-steps',''),(14636,5,0,'GK Folio Template','','gk_folio','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_folio.xml','https://www.joomlart.com/update-steps',''),(14637,5,0,'GK Infinity Template','','gk_infinity','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_infinity.xml','https://www.joomlart.com/update-steps',''),(14638,5,0,'GK Issues Template','','gk_issues','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_issues.xml','https://www.joomlart.com/update-steps',''),(14639,5,0,'GK Kidty template','','gk_kidty','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_kidty.xml','https://www.joomlart.com/update-steps',''),(14640,5,0,'GK magazine','','gk_magazine','template','',0,'4.4.1','','http://update.joomlart.com/service/tracking/j31/gk_magazine.xml','https://www.joomlart.com/update-steps',''),(14641,5,0,'GK Paradise Template','','gk_paradise','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_paradise.xml','https://www.joomlart.com/update-steps',''),(14642,5,0,'GK Portfolio Template','','gk_portfolio','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_portfolio.xml','https://www.joomlart.com/update-steps',''),(14643,5,0,'GK Quark template','','gk_quark','template','',0,'2.1.6','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(14644,5,0,'GK ResumeTemplate','','gk_resume','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_resume.xml','https://www.joomlart.com/update-steps',''),(14645,5,0,'GK Shop & Buy Template','','gk_shop_and_buy','template','',0,'4.4','','http://update.joomlart.com/service/tracking/j31/gk_shop_and_buy.xml','https://www.joomlart.com/update-steps',''),(14646,5,0,'GK Siggi Template','','gk_siggi','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_siggi.xml','https://www.joomlart.com/update-steps',''),(14647,5,0,'GK Stora Template','','gk_stora','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/gk_stora.xml','https://www.joomlart.com/update-steps',''),(14648,5,0,'GK storefront ','','gk_storefront','template','',0,'4.5.0','','http://update.joomlart.com/service/tracking/j31/gk_storefront.xml','https://www.joomlart.com/update-steps',''),(14649,5,0,'GK technews','','gk_technews','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_technews.xml','https://www.joomlart.com/update-steps',''),(14650,5,0,'GK Wedding Template','','gk_wedding','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_wedding.xml','https://www.joomlart.com/update-steps',''),(14651,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(14652,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.5','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(14653,5,0,'Guru Search Module','','guru-search-module','module','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/guru-search-module.xml','https://www.joomlart.com/update-steps',''),(14654,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(14655,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(14656,5,0,'JA Allure Template','','ja_allure','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_allure.xml','https://www.joomlart.com/update-steps',''),(14657,5,0,'JA Alpha Template','','ja_alpha','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_alpha.xml','https://www.joomlart.com/update-steps',''),(14658,5,0,'JA Alumni Template','','ja_alumni','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_alumni.xml','https://www.joomlart.com/update-steps',''),(14659,5,0,'JA Artsy Template','','ja_artsy','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_artsy.xml','https://www.joomlart.com/update-steps',''),(14660,5,0,'JA Atoms Template','','ja_atoms','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_atoms.xml','https://www.joomlart.com/update-steps',''),(14661,5,0,'JA Autoshop Source File','','ja_autoshop','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_autoshop.xml','https://www.joomlart.com/update-steps',''),(14662,5,0,'JA Beauty Source File','','ja_beauty','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_beauty.xml','https://www.joomlart.com/update-steps',''),(14663,5,0,'JA Biz Template','','ja_biz','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_biz.xml','https://www.joomlart.com/update-steps',''),(14664,5,0,'JA Blockk Template','','ja_blockk','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_blockk.xml','https://www.joomlart.com/update-steps',''),(14665,5,0,'JA Brickstore Template','','ja_brickstore','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_brickstore.xml','https://www.joomlart.com/update-steps',''),(14666,5,0,'JA Builder Package','','ja_builder_pkg','package','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_builder_pkg.xml','https://www.joomlart.com/update-steps',''),(14667,5,0,'JA Cagox template','','ja_cagox','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(14668,5,0,'JA Campaign Template','','ja_campaign','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_campaign.xml','https://www.joomlart.com/update-steps',''),(14669,5,0,'JA Candidate Template','','ja_candidate','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_candidate.xml','https://www.joomlart.com/update-steps',''),(14670,5,0,'JA Charity template','','ja_charity','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_charity.xml','https://www.joomlart.com/update-steps',''),(14671,5,0,'JA City Guide Template','','ja_cityguide','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/ja_cityguide.xml','https://www.joomlart.com/update-steps',''),(14672,5,0,'JA Company Template','','ja_company','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(14673,5,0,'JA Conf Template','','ja_conf','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_conf.xml','https://www.joomlart.com/update-steps',''),(14674,5,0,'JA Diner Template','','ja_diner','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_diner.xml','https://www.joomlart.com/update-steps',''),(14675,5,0,'JA Directory Template','','ja_directory','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(14676,5,0,'JA Donate Template','','ja_donate','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(14677,5,0,'JA Edenite II Template','','ja_edenite_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_edenite_ii.xml','https://www.joomlart.com/update-steps',''),(14678,5,0,'JA Educatsy Template','','ja_educatsy','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_educatsy.xml','https://www.joomlart.com/update-steps',''),(14679,5,0,'JA Ego Template','','ja_ego','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_ego.xml','https://www.joomlart.com/update-steps',''),(14680,5,0,'JA Elicyon Template','','ja_elicyon','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_elicyon.xml','https://www.joomlart.com/update-steps',''),(14681,5,0,'JA EventCamp Template','','ja_eventcamp','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_eventcamp.xml','https://www.joomlart.com/update-steps',''),(14682,5,0,'JA Events II template','','ja_events_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_events_ii.xml','https://www.joomlart.com/update-steps',''),(14683,5,0,'JA Fit Template','','ja_fit','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_fit.xml','https://www.joomlart.com/update-steps',''),(14684,5,0,'ja flix tpl','','ja_flix','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_flix.xml','https://www.joomlart.com/update-steps',''),(14685,5,0,'JA Focus Template','','ja_focus','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_focus.xml','https://www.joomlart.com/update-steps',''),(14686,5,0,'JA Good Template','','ja_good','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_good.xml','https://www.joomlart.com/update-steps',''),(14687,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(14688,5,0,'JA Helple Template','','ja_helple','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_helple.xml','https://www.joomlart.com/update-steps',''),(14689,5,0,'JA Hotel Template','','ja_hotel','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_hotel.xml','https://www.joomlart.com/update-steps',''),(14690,5,0,'JA Insight Template','','ja_insight','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_insight.xml','https://www.joomlart.com/update-steps',''),(14691,5,0,'JA Intranet Template','','ja_intranet','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(14692,5,0,'ja Justitia Template','','ja_justitia','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_justitia.xml','https://www.joomlart.com/update-steps',''),(14693,5,0,'JA Kids Corner Source File','','ja_kidscorner','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_kidscorner.xml','https://www.joomlart.com/update-steps',''),(14694,5,0,'JA Landscape Template','','ja_landscape','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_landscape.xml','https://www.joomlart.com/update-steps',''),(14695,5,0,'JA Lawfirm Template ','','ja_lawfirm','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_lawfirm.xml','https://www.joomlart.com/update-steps',''),(14696,5,0,'JA Magz II Template','','ja_magz_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_magz_ii.xml','https://www.joomlart.com/update-steps',''),(14697,5,0,'JA Mason Template','','ja_mason','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mason.xml','https://www.joomlart.com/update-steps',''),(14698,5,0,'JA Megastore Template','','ja_megastore','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(14699,5,0,'JA Mono Template','','ja_mono','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mono.xml','https://www.joomlart.com/update-steps',''),(14700,5,0,'JA Mood Template','','ja_mood','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(14701,5,0,'JA Morgan Template','','ja_morgan','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_morgan.xml','https://www.joomlart.com/update-steps',''),(14702,5,0,'JA Moviemax Template','','ja_moviemax','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_moviemax.xml','https://www.joomlart.com/update-steps',''),(14703,5,0,'JA Oslo Template','','ja_oslo','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_oslo.xml','https://www.joomlart.com/update-steps',''),(14704,5,0,'JA Platon Template','','ja_platon','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon.xml','https://www.joomlart.com/update-steps',''),(14705,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(14706,5,0,'JA Play School Template','','ja_playschool','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_playschool.xml','https://www.joomlart.com/update-steps',''),(14707,5,0,'JA Playstore Template','','ja_playstore','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(14708,5,0,'JA Property Template','','ja_property','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(14709,5,0,'JA Rent template','','ja_rent','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_rent.xml','https://www.joomlart.com/update-steps',''),(14710,5,0,'JA Resort Template','','ja_resort','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_resort.xml','https://www.joomlart.com/update-steps',''),(14711,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(14712,5,0,'JA Resume Template','','ja_resume','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_resume.xml','https://www.joomlart.com/update-steps',''),(14713,5,0,'JA Sensei Source File','','ja_sensei','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_sensei.xml','https://www.joomlart.com/update-steps',''),(14714,5,0,'JA Shoe Template','','ja_shoe','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_shoe.xml','https://www.joomlart.com/update-steps',''),(14715,5,0,'JA Simpli Template','','ja_simpli','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/ja_simpli.xml','https://www.joomlart.com/update-steps',''),(14716,5,0,'JA Smallbiz Template','','ja_smallbiz','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_smallbiz.xml','https://www.joomlart.com/update-steps',''),(14717,5,0,'JA Social II template','','ja_social_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_social_ii.xml','https://www.joomlart.com/update-steps',''),(14718,5,0,'JA Spa Template','','ja_spa','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_spa.xml','https://www.joomlart.com/update-steps',''),(14719,5,0,'JA Space Template','','ja_space','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_space.xml','https://www.joomlart.com/update-steps',''),(14720,5,0,'JA Stark Template','','ja_stark','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(14721,5,0,'JA Symphony Template','','ja_symphony','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_symphony.xml','https://www.joomlart.com/update-steps',''),(14722,5,0,'JA Techzone Template','','ja_techzone','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_techzone.xml','https://www.joomlart.com/update-steps',''),(14723,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(14724,5,0,'JA Tour Template','','ja_tour','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_tour.xml','https://www.joomlart.com/update-steps',''),(14725,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(14726,5,0,'JA University T3 template','','ja_university_t3','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(14727,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(14728,5,0,'JA Vital Template','','ja_vital','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_vital.xml','https://www.joomlart.com/update-steps',''),(14729,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(14730,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(14731,5,0,'JS Column Theme','','js_column','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_column.xml','https://www.joomlart.com/update-steps',''),(14732,5,0,'JS Flat Theme','','js_flat','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_flat.xml','https://www.joomlart.com/update-steps',''),(14733,5,0,'JS Kikiriki Theme','','js_kikiriki','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_kikiriki.xml','https://www.joomlart.com/update-steps',''),(14734,5,0,'JS Shadow Theme','','js_shadow','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_shadow.xml','https://www.joomlart.com/update-steps',''),(14735,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(14736,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(14737,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(14738,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(14739,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(14740,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(14741,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(14742,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(14743,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(14744,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(14745,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(14746,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(14747,5,0,'Community Toolbar Module','','mod_community_toolbar','module','',0,'4.8.0','','http://update.joomlart.com/service/tracking/j31/mod_community_toolbar.xml','https://www.joomlart.com/update-steps',''),(14748,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(14749,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(14750,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(14751,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(14752,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(14753,5,0,'GK Register Module ','','mod_gk_register','module','',0,'1.3','','http://update.joomlart.com/service/tracking/j31/mod_gk_register.xml','https://www.joomlart.com/update-steps',''),(14754,5,0,'Metro Grid GK5','','mod_grid_gk5','module','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j31/mod_grid_gk5.xml','https://www.joomlart.com/update-steps',''),(14755,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.8.2','','http://update.joomlart.com/service/tracking/j31/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(14756,5,0,'JA Finance Module','','mod_jafinance','module','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/mod_jafinance.xml','https://www.joomlart.com/update-steps',''),(14757,5,0,'JA Google Analytics','','mod_jagoogle_analytics','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/mod_jagoogle_analytics.xml','https://www.joomlart.com/update-steps',''),(14758,5,0,'JA Masthead Module ','','mod_jamasthead','module','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/mod_jamasthead.xml','https://www.joomlart.com/update-steps',''),(14759,5,0,'JA Megafilter Module','','mod_jamegafilter','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(14760,5,0,'JA Promo Bar module','','mod_japromobar','module','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/mod_japromobar.xml','https://www.joomlart.com/update-steps',''),(14761,5,0,'GK News Pro GK4 Module','','mod_news_pro_gk4','module','',0,'3.5.0','','http://update.joomlart.com/service/tracking/j31/mod_news_pro_gk4.xml','https://www.joomlart.com/update-steps',''),(14762,5,0,'News Pro GK5','','mod_news_pro_gk5','module','',0,'2.2.1','','http://update.joomlart.com/service/tracking/j31/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(14763,5,0,'S5 Box Module','','mod_s5_box','module','',0,'6.2.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_box.xml','https://www.joomlart.com/update-steps',''),(14764,5,0,'S5 Contact Popup Module','','mod_s5_contact_popup','module','',0,'1.6.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_contact_popup.xml','https://www.joomlart.com/update-steps',''),(14765,5,0,'S5 Horizontal Accordion Module','','mod_s5_horizontal_accordion','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_horizontal_accordion.xml','https://www.joomlart.com/update-steps',''),(14766,5,0,'S5 Image Content Fader v4 Module','','mod_s5_image_and_content_faderv4','module','',0,'4.5.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_image_and_content_faderv4.xml','https://www.joomlart.com/update-steps',''),(14767,5,0,'S5 Instagram Feed Module','','mod_s5_instagram_feed','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/mod_s5_instagram_feed.xml','https://www.joomlart.com/update-steps',''),(14768,5,0,'S5 Live Search Module','','mod_s5_live_search','module','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/mod_s5_live_search.xml','https://www.joomlart.com/update-steps',''),(14769,5,0,'S5 Mailchimp Signup Module','','mod_s5_mailchimp_signup','module','',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_mailchimp_signup.xml','https://www.joomlart.com/update-steps',''),(14770,5,0,'S5 Masonry Module','','mod_s5_masonry','module','',0,'3.1.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_masonry.xml','https://www.joomlart.com/update-steps',''),(14771,5,0,'S5 News Display 2 Module','','mod_s5_news_display_2','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_news_display_2.xml','https://www.joomlart.com/update-steps',''),(14772,5,0,'S5 New Sticker V3 Module','','mod_s5_newstickerv3','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_newstickerv3.xml','https://www.joomlart.com/update-steps',''),(14773,5,0,'S5 Open Table Module','','mod_s5_opentable','module','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_opentable.xml','https://www.joomlart.com/update-steps',''),(14774,5,0,'S5 Photo Showcase V2 Module','','mod_s5_photo_showcase_v2','module','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/mod_s5_photo_showcase_v2.xml','https://www.joomlart.com/update-steps',''),(14775,5,0,'S5 Quick Contact Module','','mod_s5_quick_contact','module','',0,'4.4.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_quick_contact.xml','https://www.joomlart.com/update-steps',''),(14776,5,0,'S5 Register Module','','mod_s5_register','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_register.xml','https://www.joomlart.com/update-steps',''),(14777,5,0,'S5 Snipcart Module','','mod_s5_snipcart','module','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_snipcart.xml','https://www.joomlart.com/update-steps',''),(14778,5,0,'S5 Tab Show v3 Module','','mod_s5_tab_show','module','',0,'3.4.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_tab_show.xml','https://www.joomlart.com/update-steps',''),(14779,5,0,'S5 Tab Show v2 Module','','mod_s5_tabshow_v2','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_tabshow_v2.xml','https://www.joomlart.com/update-steps',''),(14780,5,0,'S5 Typed Text Module','','mod_s5_typed_text','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_typed_text.xml','https://www.joomlart.com/update-steps',''),(14781,5,0,'S5 Vertical Accordion Module','','mod_s5_vertical_accordion','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_vertical_accordion.xml','https://www.joomlart.com/update-steps',''),(14782,5,0,'S5 Mapit Module','','mod_s5mapit','module','',0,'1.9.0','','http://update.joomlart.com/service/tracking/j31/mod_s5mapit.xml','https://www.joomlart.com/update-steps',''),(14783,5,0,'GK Tabs GK5 Module','','mod_tabs_gk5','module','',0,'2.3','','http://update.joomlart.com/service/tracking/j31/mod_tabs_gk5.xml','https://www.joomlart.com/update-steps',''),(14784,5,0,'JB ZenTools Module','','mod_zentools','module','',0,'1.14.7','','http://update.joomlart.com/service/tracking/j31/mod_zentools.xml','https://www.joomlart.com/update-steps',''),(14785,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(14786,5,0,'Plugin Ajax JA Content Type','','jacontenttype','plugin','ajax',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plg_ajax_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(14787,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(14788,5,0,'GK PLG Authentication Facebook','','facebook','plugin','authentication',0,'1.4','','http://update.joomlart.com/service/tracking/j31/plg_authentication_facebook.xml','https://www.joomlart.com/update-steps',''),(14789,5,0,'T4 Content Load PageBuilder','','loadt4pagebuilder','plugin','content',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/plg_content_loadt4pagebuilder.xml','https://www.joomlart.com/update-steps',''),(14790,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(14791,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(14792,5,0,'GK Typography Plugin','','typography','plugin','gk',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_gk_typography.xml','https://www.joomlart.com/update-steps',''),(14793,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(14794,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(14795,5,0,'JA Megafilter DOCman Plugin','','docman','plugin','jamegafilter',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_docman.xml','https://www.joomlart.com/update-steps',''),(14796,5,0,'JA Megafilter EShop Plugin','','eshop','plugin','jamegafilter',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(14797,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(14798,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(14799,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(14800,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(14801,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(14802,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.7','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(14803,5,0,'GK Extmenu system plugin','','gkextmenu','plugin','sys',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_sys_gkextmenu.xml','https://www.joomlart.com/update-steps',''),(14804,5,0,'GK Reservation system plugin','','gkreservation','plugin','sys',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_sys_gkreservation.xml','https://www.joomlart.com/update-steps',''),(14805,5,0,'System JA Campaign','','jacampaign','plugin','system',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/plg_system_jacampaign.xml','https://www.joomlart.com/update-steps',''),(14806,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(14807,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(14808,5,0,'T4 System Plugin ','','t4','plugin','system',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(14809,5,0,'S5 Css And Js Compressor Plugin','','plugin_s5_css_and_js_compressor','plugin','plugin_s5_css_and_js',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_css_and_js_compressor.xml','https://www.joomlart.com/update-steps',''),(14810,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(14811,5,0,'S5 Flex Menu Plugin','','plugin_s5_flex_menu','plugin','plugin_s5_flex_menu',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_flex_menu.xml','https://www.joomlart.com/update-steps',''),(14812,5,0,'S5 Ie6 Warning Plugin','','plugin_s5_ie6_warning','plugin','plugin_s5_ie6_warnin',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_ie6_warning.xml','https://www.joomlart.com/update-steps',''),(14813,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(14814,5,0,'Purity III Template','','purity_iii','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(14815,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(14816,5,0,'JS Socialize template','','socialize','template','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/socialize.xml','https://www.joomlart.com/update-steps',''),(14817,5,0,'T4 Pagebuilder Package','','t4_page_builder_pkg','package','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/t4_page_builder_pkg.xml','https://www.joomlart.com/update-steps',''),(14818,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(14819,5,0,'Sample package for Uber App','','uber_app','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_app.xml','https://www.joomlart.com/update-steps',''),(14820,5,0,'Sample package for Uber Bookstore','','uber_bookstore','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_bookstore.xml','https://www.joomlart.com/update-steps',''),(14821,5,0,'Sample package for Uber Business','','uber_business','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_business.xml','https://www.joomlart.com/update-steps',''),(14822,5,0,'Sample package for Uber Charity','','uber_charity','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_charity.xml','https://www.joomlart.com/update-steps',''),(14823,5,0,'Sample package for Uber Church','','uber_church','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_church.xml','https://www.joomlart.com/update-steps',''),(14824,5,0,'Sample package for Uber Construction','','uber_construction','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_construction.xml','https://www.joomlart.com/update-steps',''),(14825,5,0,'Sample package for Uber Corporate','','uber_corporate','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_corporate.xml','https://www.joomlart.com/update-steps',''),(14826,5,0,'Sample package for Uber Gym','','uber_gym','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_gym.xml','https://www.joomlart.com/update-steps',''),(14827,5,0,'Sample package for Uber Home','','uber_home','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_home.xml','https://www.joomlart.com/update-steps',''),(14828,5,0,'Sample package for Uber Landing ','','uber_landing','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_landing.xml','https://www.joomlart.com/update-steps',''),(14829,5,0,'Sample package for Uber Lawyer','','uber_lawyer','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_lawyer.xml','https://www.joomlart.com/update-steps',''),(14830,5,0,'Sample package for Uber Medicare','','uber_medicare','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_medicare.xml','https://www.joomlart.com/update-steps',''),(14831,5,0,'Sample package for Uber Music','','uber_music','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_music.xml','https://www.joomlart.com/update-steps',''),(14832,5,0,'Sample package for Uber Restaurant','','uber_restaurant','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_restaurant.xml','https://www.joomlart.com/update-steps',''),(14833,5,0,'Sample package for Uber Spa','','uber_spa','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_spa.xml','https://www.joomlart.com/update-steps',''),(14834,5,0,'Sample package for Uber University','','uber_university','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_university.xml','https://www.joomlart.com/update-steps',''),(14835,5,0,'Sample package for Uber Wedding','','uber_wedding','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_wedding.xml','https://www.joomlart.com/update-steps',''),(14836,9,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com/joomla/138/b61e70db','',''),(14837,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/138/2084920890','',''),(14838,9,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com/joomla/286/21ffe006','',''),(14839,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/286/326466299','',''),(14840,9,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com/joomla/287/cb577720','',''),(14841,9,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com/joomla/301/dfc993d8','',''),(14842,9,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(14843,9,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com/joomla/313/1985305838','',''),(14844,9,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/313/1307741342','',''),(14845,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com/joomla/313/1301311221','',''),(14846,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','https://updates.rockettheme.com/joomla/313/2049982768','',''),(14847,9,0,'RokCheck (Template Version Check)','','','module','',1,'1.0.1','0802','https://updates.rockettheme.com/joomla/381/791616223','',''),(14848,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/381/337128173','',''),(14849,9,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/559/1033ef39','',''),(14850,10,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.11.20240609','','http://getk2.org/update.xml','https://github.com/getk2/k2/blob/master/CHANGELOG.md',''),(14851,15,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.11.20240609','','http://getk2.org/app/update.xml','https://github.com/getk2/k2/blob/master/CHANGELOG.md',''),(14852,16,0,'Regular Labs - Modules Anywhere','','modulesanywhere','plugin','system',0,'7.18.0','','https://download.regularlabs.com/updates.xml?e=modulesanywhere&type=.xml','https://www.regularlabs.com/modulesanywhere/download',''),(14853,17,0,'JCE 2.9.41','','pkg_jce','package','',0,'2.9.41','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-41-released',''),(14854,18,0,'SCLogin','','mod_sclogin','module','',0,'9.0.244','','http://www.sourcecoast.com/updates/sclogin.xml','https://www.sourcecoast.com/index.php?option=com_ars&view=Items&release_id=265&format=html',''),(14855,19,0,'T3 System Plugin','','t3','plugin','system',0,'3.2.2','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(14856,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14857,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14858,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14859,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14860,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14861,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14862,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14863,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14864,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14865,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14866,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14867,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14868,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14869,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14870,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14871,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(14872,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(14873,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(14874,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(14875,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(14876,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(14877,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(14878,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(14879,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(14880,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(14881,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(14882,3,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(14883,3,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(14884,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(14885,3,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(14886,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(14887,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(14888,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(14889,3,0,'French','','pkg_fr-FR','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(14890,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(14891,3,0,'German','','pkg_de-DE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(14892,3,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(14893,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(14894,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(14895,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(14896,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(14897,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.12.2','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(14898,3,0,'Irish','','pkg_ga-IE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ga-IE_details.xml','',''),(14899,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(14900,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(14901,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(14902,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(14903,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(14904,3,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.12.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(14905,3,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(14906,3,0,'Polish','','pkg_pl-PL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(14907,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(14908,3,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(14909,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(14910,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(14911,3,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(14912,3,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(14913,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(14914,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(14915,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(14916,3,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(14917,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(14918,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(14919,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(14920,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(14921,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(14922,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(14923,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(14924,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(14925,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(14926,5,0,'JA Extension Manager Component','','com_jaextmanager','component','',1,'2.7.5','','http://update.joomlart.com/service/tracking/j16/com_jaextmanager.xml','https://www.joomlart.com/update-steps',''),(14927,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.4.0','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(14928,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'2.0.4','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(14929,5,0,'JA Appolio Theme for EasyBlog','','easyblog_theme_appolio','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_appolio.xml','https://www.joomlart.com/update-steps',''),(14930,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(14931,5,0,'JA Biz Theme for EasyBlog','','easyblog_theme_biz','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_biz.xml','https://www.joomlart.com/update-steps',''),(14932,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(14933,5,0,'JA Decor Theme for EasyBlog','','easyblog_theme_decor','custom','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_decor.xml','https://www.joomlart.com/update-steps',''),(14934,5,0,'Theme Fixel for Easyblog J25 & J3x','','easyblog_theme_fixel','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_fixel.xml','https://www.joomlart.com/update-steps',''),(14935,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(14936,5,0,'JA Muzic Theme for EasyBlog','','easyblog_theme_muzic','custom','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_muzic.xml','https://www.joomlart.com/update-steps',''),(14937,5,0,'JA Obelisk Theme for EasyBlog','','easyblog_theme_obelisk','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_obelisk.xml','https://www.joomlart.com/update-steps',''),(14938,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(14939,5,0,'JA Bookshop Template','','ja_bookshop','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_bookshop.xml','https://www.joomlart.com/update-steps',''),(14940,5,0,'JA Brisk Template for J25 & J3x','','ja_brisk','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_brisk.xml','https://www.joomlart.com/update-steps',''),(14941,5,0,'JA Decor Template','','ja_decor','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j16/ja_decor.xml','https://www.joomlart.com/update-steps',''),(14942,5,0,'JA Fubix Template for J25 & J3x','','ja_fubix','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_fubix.xml','https://www.joomlart.com/update-steps',''),(14943,5,0,'JA Jason template','','ja_jason','template','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/ja_jason.xml','https://www.joomlart.com/update-steps',''),(14944,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(14945,5,0,'JA Medicare Template','','ja_medicare','template','',0,'3.0.1','','http://update.joomlart.com/service/tracking/j16/ja_medicare.xml','https://www.joomlart.com/update-steps',''),(14946,5,0,'JA Mero Template for J25 & J3x','','ja_mero','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_mero.xml','https://www.joomlart.com/update-steps',''),(14947,5,0,'JA Mitius Template','','ja_mitius','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j16/ja_mitius.xml','https://www.joomlart.com/update-steps',''),(14948,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(14949,5,0,'JA Nuevo template','','ja_nuevo','template','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/ja_nuevo.xml','https://www.joomlart.com/update-steps',''),(14950,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(14951,5,0,'JA Playmag Template','','ja_playmag','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j16/ja_playmag.xml','https://www.joomlart.com/update-steps',''),(14952,5,0,'JA Smashboard Template','','ja_smashboard','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_smashboard.xml','https://www.joomlart.com/update-steps',''),(14953,5,0,'JA Sugite Template','','ja_sugite','template','',0,'2.1.3','','http://update.joomlart.com/service/tracking/j16/ja_sugite.xml','https://www.joomlart.com/update-steps',''),(14954,5,0,'JA Travel Template for Joomla 3x','','ja_travel','template','',0,'2.5.7','','http://update.joomlart.com/service/tracking/j16/ja_travel.xml','https://www.joomlart.com/update-steps',''),(14955,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(14956,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(14957,5,0,'Kunena Template for Ja Orisite','','kunena_theme_orisite','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/kunena_theme_orisite.xml','https://www.joomlart.com/update-steps',''),(14958,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.4.2','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(14959,5,0,'JA Accordion Module','','mod_jaaccordion','module','',0,'2.6.3','','http://update.joomlart.com/service/tracking/j16/mod_jaaccordion.xml','https://www.joomlart.com/update-steps',''),(14960,5,0,'JA Content Listing Module','','mod_jacontentlisting','module','',0,'1.2.8','','http://update.joomlart.com/service/tracking/j16/mod_jacontentlisting.xml','https://www.joomlart.com/update-steps',''),(14961,5,0,'JA Content Slider Module','','mod_jacontentslider','module','',0,'2.7.7','','http://update.joomlart.com/service/tracking/j16/mod_jacontentslider.xml','https://www.joomlart.com/update-steps',''),(14962,5,0,'JA Facebook Like Box Module','','mod_jafacebooklikebox','module','',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/mod_jafacebooklikebox.xml','https://www.joomlart.com/update-steps',''),(14963,5,0,'JA Google chart 2','','mod_jagooglechart_2','module','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j16/mod_jagooglechart_2.xml','https://www.joomlart.com/update-steps',''),(14964,5,0,'JA Image Hotspot Module','','mod_jaimagehotspot','module','',0,'1.3.2','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(14965,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.4.0','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(14966,5,0,'JA Login module','','mod_jalogin','module','',0,'2.9.0','','http://update.joomlart.com/service/tracking/j16/mod_jalogin.xml','https://www.joomlart.com/update-steps',''),(14967,5,0,'JA Masthead Module ','','mod_jamasthead','module','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j16/mod_jamasthead.xml','https://www.joomlart.com/update-steps',''),(14968,5,0,'JA Newsticker Module for J3x','','mod_janewsticker','module','',0,'2.6.3','','http://update.joomlart.com/service/tracking/j16/mod_janewsticker.xml','https://www.joomlart.com/update-steps',''),(14969,5,0,'JA Quick Contact Module','','mod_jaquickcontact','module','',0,'2.8.0','','http://update.joomlart.com/service/tracking/j16/mod_jaquickcontact.xml','https://www.joomlart.com/update-steps',''),(14970,5,0,'JA SideNews Module ','','mod_jasidenews','module','',0,'2.6.9','','http://update.joomlart.com/service/tracking/j16/mod_jasidenews.xml','https://www.joomlart.com/update-steps',''),(14971,5,0,'JA Slideshow Lite Module ','','mod_jaslideshowlite','module','',0,'1.2.9','','http://update.joomlart.com/service/tracking/j16/mod_jaslideshowlite.xml','https://www.joomlart.com/update-steps',''),(14972,5,0,'JA Social Locker module','','mod_jasocial_locker','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/mod_jasocial_locker.xml','https://www.joomlart.com/update-steps',''),(14973,5,0,'JA Twitter Module','','mod_jatwitter','module','',0,'3.1.0','','http://update.joomlart.com/service/tracking/j16/mod_jatwitter.xml','https://www.joomlart.com/update-steps',''),(14974,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(14975,5,0,'S5 Accordion Menu Module','','mod_s5_accordion_menu','module','',0,'2.4.0','','http://update.joomlart.com/service/tracking/j16/mod_s5_accordion_menu.xml','https://www.joomlart.com/update-steps',''),(14976,5,0,'JA Disqus Debate Echo plugin','','debate_echo','plugin','jadisqus',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/plg_jadisqus_debate_echo.xml','https://www.joomlart.com/update-steps',''),(14977,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.2.1','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(14978,5,0,'Multi Captcha Engine Plugin','','captcha_engine','plugin','multiple',0,'2.6.1','','http://update.joomlart.com/service/tracking/j16/plg_multiple_captcha_engine.xml','https://www.joomlart.com/update-steps',''),(14979,5,0,'JA Builder System Plugin','','jabuilder','plugin','system',0,'2.0.0','','http://update.joomlart.com/service/tracking/j16/plg_system_jabuilder.xml','https://www.joomlart.com/update-steps',''),(14980,5,0,'JA System Google Map plugin','','jagooglemap','plugin','system',0,'2.8.1','','http://update.joomlart.com/service/tracking/j16/plg_system_jagooglemap.xml','https://www.joomlart.com/update-steps',''),(14981,5,0,'JA Popup Plugin','','japopup','plugin','system',0,'3.0.0','','http://update.joomlart.com/service/tracking/j16/plg_system_japopup.xml','https://www.joomlart.com/update-steps',''),(14982,5,0,'JA System Social Feed Plugin','','jasocial_feed','plugin','system',0,'1.6.0','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(14983,5,0,'JA Tabs Plugin for Joomla 3 & Joomla 4','','jatabs','plugin','system',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/plg_system_jatabs.xml','https://www.joomlart.com/update-steps',''),(14984,5,0,'T3 System Plugin','','t3','plugin','system',0,'3.2.2','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','https://www.joomlart.com/update-steps',''),(14985,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(14986,5,0,'Uber Template','','uber','template','',0,'3.1.0','','http://update.joomlart.com/service/tracking/j16/uber.xml','https://www.joomlart.com/update-steps',''),(14987,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(14988,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.9','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(14989,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(14990,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(14991,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(14992,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.9.3','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(14993,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(14994,5,0,'GK bluap','','gk_bluap','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_bluap.xml','https://www.joomlart.com/update-steps',''),(14995,5,0,'GK Box Template','','gk_box','template','',0,'2.1.4','','http://update.joomlart.com/service/tracking/j30/gk_box.xml','https://www.joomlart.com/update-steps',''),(14996,5,0,'GK cloudhost J!3','','gk_cloudhost','template','',0,'4.3','','http://update.joomlart.com/service/tracking/j30/gk_cloudhost.xml','https://www.joomlart.com/update-steps',''),(14997,5,0,'GK Creativity','','gk_creativity','template','',0,'4.2.3','','http://update.joomlart.com/service/tracking/j30/gk_creativity.xml','https://www.joomlart.com/update-steps',''),(14998,5,0,'GK events J!3','','gk_events','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_events.xml','https://www.joomlart.com/update-steps',''),(14999,5,0,'GK game J!3','','gk_game','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_game.xml','https://www.joomlart.com/update-steps',''),(15000,5,0,'GK hotel','','gk_hotel','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(15001,5,0,'GK instyle','','gk_instyle','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_instyle.xml','https://www.joomlart.com/update-steps',''),(15002,5,0,'GK john s J!3','','gk_john_s','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_john_s.xml','https://www.joomlart.com/update-steps',''),(15003,5,0,'GK magazine','','gk_magazine','template','',0,'4.3','','http://update.joomlart.com/service/tracking/j30/gk_magazine.xml','https://www.joomlart.com/update-steps',''),(15004,5,0,'GK mo J!3','','gk_mo','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_mo.xml','https://www.joomlart.com/update-steps',''),(15005,5,0,'GK msocial J!3','','gk_msocial','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_msocial.xml','https://www.joomlart.com/update-steps',''),(15006,5,0,'GK musicstate','','gk_musicstate','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_musicstate.xml','https://www.joomlart.com/update-steps',''),(15007,5,0,'GK news J!3','','gk_news','template','',0,'4.3.1','','http://update.joomlart.com/service/tracking/j30/gk_news.xml','https://www.joomlart.com/update-steps',''),(15008,5,0,'GK news2 J!3','','gk_news2','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_news2.xml','https://www.joomlart.com/update-steps',''),(15009,5,0,'GK news refreshed J!3','','gk_news_refreshed','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_news_refreshed.xml','https://www.joomlart.com/update-steps',''),(15010,5,0,'GK photo J!3','','gk_photo','template','',0,'4.2.2','','http://update.joomlart.com/service/tracking/j30/gk_photo.xml','https://www.joomlart.com/update-steps',''),(15011,5,0,'GK portfolio J!3','','gk_portfolio','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j30/gk_portfolio.xml','https://www.joomlart.com/update-steps',''),(15012,5,0,'GK rockwall J!3','','gk_rockwall','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_rockwall.xml','https://www.joomlart.com/update-steps',''),(15013,5,0,'GK Shop & Buy Template','','gk_shop_and_buy','template','',0,'4.3.1','','http://update.joomlart.com/service/tracking/j30/gk_shop_and_buy.xml','https://www.joomlart.com/update-steps',''),(15014,5,0,'GK simplicity J!3','','gk_simplicity','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_simplicity.xml','https://www.joomlart.com/update-steps',''),(15015,5,0,'GK steakhouse J!3','','gk_steakhouse','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_steakhouse.xml','https://www.joomlart.com/update-steps',''),(15016,5,0,'GK storebox J!3','','gk_storebox','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_storebox.xml','https://www.joomlart.com/update-steps',''),(15017,5,0,'GK storefront J!3','','gk_storefront','template','',0,'4.4','','http://update.joomlart.com/service/tracking/j30/gk_storefront.xml','https://www.joomlart.com/update-steps',''),(15018,5,0,'GK technews J!3','','gk_technews','template','',0,'2.0.5','','http://update.joomlart.com/service/tracking/j30/gk_technews.xml','https://www.joomlart.com/update-steps',''),(15019,5,0,'GK university','','gk_university','template','',0,'4.1.3','','http://update.joomlart.com/service/tracking/j30/gk_university.xml','https://www.joomlart.com/update-steps',''),(15020,5,0,'GK writer J!3','','gk_writer','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_writer.xml','https://www.joomlart.com/update-steps',''),(15021,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(15022,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(15023,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(15024,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(15025,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(15026,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(15027,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(15028,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(15029,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(15030,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(15031,5,0,'Metro Grid GK5','','mod_grid_gk5','module','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j30/mod_grid_gk5.xml','https://www.joomlart.com/update-steps',''),(15032,5,0,'Highlighter GK5 Module','','mod_highlighter_gk5','module','',0,'1.2.4','','http://update.joomlart.com/service/tracking/j30/mod_highlighter_gk5.xml','https://www.joomlart.com/update-steps',''),(15033,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.7.6','','http://update.joomlart.com/service/tracking/j30/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(15034,5,0,'News Pro GK5 J!3','','mod_news_pro_gk5','module','',0,'2.1.5','','http://update.joomlart.com/service/tracking/j30/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(15035,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.8','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(15036,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(15037,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(15038,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(15039,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(15040,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(15041,5,0,'GK Opengraph system plugin','','gk_opengraph','plugin','sys',0,'1.0.2','','http://update.joomlart.com/service/tracking/j30/plg_sys_gk_opengraph.xml','https://www.joomlart.com/update-steps',''),(15042,5,0,'GK Cache system plugin','','gkcache','plugin','sys',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_sys_gkcache.xml','https://www.joomlart.com/update-steps',''),(15043,5,0,'GK Extmenu system plugin','','gkextmenu','plugin','sys',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/plg_sys_gkextmenu.xml','https://www.joomlart.com/update-steps',''),(15044,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(15045,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.3.2','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(15046,5,0,'S5 Amazed Photography Template','','Shape5_amazed_photography_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_amazed_photography_template.xml','https://www.joomlart.com/update-steps',''),(15047,5,0,'S5 Ambient Template','','Shape5_ambient_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_ambient_template.xml','https://www.joomlart.com/update-steps',''),(15048,5,0,'S5 Ameritage Medical Template','','Shape5_ameritage_medical_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ameritage_medical_template.xml','https://www.joomlart.com/update-steps',''),(15049,5,0,'S5 Appwonder Template','','Shape5_appwonder_template','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/Shape5_appwonder_template.xml','https://www.joomlart.com/update-steps',''),(15050,5,0,'S5 Arthur Template','','Shape5_arthur_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_arthur_template.xml','https://www.joomlart.com/update-steps',''),(15051,5,0,'S5 Attractions Template','','Shape5_attractions_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_attractions_template.xml','https://www.joomlart.com/update-steps',''),(15052,5,0,'S5 Aurora Dawn Template','','Shape5_aurora_dawn_template','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_aurora_dawn_template.xml','https://www.joomlart.com/update-steps',''),(15053,5,0,'S5 Avignet Dream Template','','Shape5_avignet_dream_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_avignet_dream_template.xml','https://www.joomlart.com/update-steps',''),(15054,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(15055,5,0,'S5 Big Picture Template','','Shape5_bigpicture_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bigpicture_template.xml','https://www.joomlart.com/update-steps',''),(15056,5,0,'S5 Blogbox Template','','Shape5_blog_box_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_blog_box_template.xml','https://www.joomlart.com/update-steps',''),(15057,5,0,'S5 BlueGroup Template','','Shape5_bluegroup_template','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j31/Shape5_bluegroup_template.xml','https://www.joomlart.com/update-steps',''),(15058,5,0,'S5 Business Line Template','','Shape5_business_line_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_business_line_template.xml','https://www.joomlart.com/update-steps',''),(15059,5,0,'S5 Business Pro Template','','Shape5_business_pro_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_business_pro_template.xml','https://www.joomlart.com/update-steps',''),(15060,5,0,'S5 Callie Rush Template','','Shape5_callie_rush_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_callie_rush_template.xml','https://www.joomlart.com/update-steps',''),(15061,5,0,'S5 Campus Life Template','','Shape5_campuslife_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_campuslife_template.xml','https://www.joomlart.com/update-steps',''),(15062,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(15063,5,0,'S5 Charlestown Template','','Shape5_charlestown_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_charlestown_template.xml','https://www.joomlart.com/update-steps',''),(15064,5,0,'S5 Cleanout Template','','Shape5_cleanout_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cleanout_template.xml','https://www.joomlart.com/update-steps',''),(15065,5,0,'S5 Comaxium Template','','Shape5_comaxium_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_comaxium_template.xml','https://www.joomlart.com/update-steps',''),(15066,5,0,'S5 Compassion Template','','Shape5_compassion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_compassion_template.xml','https://www.joomlart.com/update-steps',''),(15067,5,0,'S5 Construction Template','','Shape5_construction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_construction_template.xml','https://www.joomlart.com/update-steps',''),(15068,5,0,'S5 Content King Template','','Shape5_contentking_template','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j31/Shape5_contentking_template.xml','https://www.joomlart.com/update-steps',''),(15069,5,0,'S5 Corporate Response Template','','Shape5_corporate_response_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corporate_response_template.xml','https://www.joomlart.com/update-steps',''),(15070,5,0,'S5 Corpway Template','','Shape5_corpway_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_corpway_template.xml','https://www.joomlart.com/update-steps',''),(15071,5,0,'S5 Curb Appeal Template','','Shape5_curb_appeal_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_curb_appeal_template.xml','https://www.joomlart.com/update-steps',''),(15072,5,0,'S5 Cyan Template','','Shape5_cyan_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cyan_template.xml','https://www.joomlart.com/update-steps',''),(15073,5,0,'S5 Emma and Mason Template','','Shape5_emma_and_mason_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_emma_and_mason_template.xml','https://www.joomlart.com/update-steps',''),(15074,5,0,'S5 Emusica Template','','Shape5_emusica_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_emusica_template.xml','https://www.joomlart.com/update-steps',''),(15075,5,0,'S5 Eventfull Business Template','','Shape5_eventfull_business_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_eventfull_business_template.xml','https://www.joomlart.com/update-steps',''),(15076,5,0,'S5 Eventfull Template','','Shape5_eventfull_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_eventfull_template.xml','https://www.joomlart.com/update-steps',''),(15077,5,0,'S5 EZ Web Hosting Template','','Shape5_ezwebhosting_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ezwebhosting_template.xml','https://www.joomlart.com/update-steps',''),(15078,5,0,'S5 Fitness Center Template','','Shape5_fitness_center_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_fitness_center_template.xml','https://www.joomlart.com/update-steps',''),(15079,5,0,'S5 Forte Template','','Shape5_forte_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_forte_template.xml','https://www.joomlart.com/update-steps',''),(15080,5,0,'S5 Fresh Bistro Template','','Shape5_fresh_bistro_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_fresh_bistro_template.xml','https://www.joomlart.com/update-steps',''),(15081,5,0,'S5 Fusion Template','','Shape5_fusion_template','template','',0,'1.5.7','','http://update.joomlart.com/service/tracking/j31/Shape5_fusion_template.xml','https://www.joomlart.com/update-steps',''),(15082,5,0,'S5 Game World Template','','Shape5_game_world_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_game_world_template.xml','https://www.joomlart.com/update-steps',''),(15083,5,0,'S5 Gamers Template','','Shape5_gamers_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_gamers_template.xml','https://www.joomlart.com/update-steps',''),(15084,5,0,'S5 GCK Store Template','','Shape5_gck_store_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_gck_store_template.xml','https://www.joomlart.com/update-steps',''),(15085,5,0,'S5 General Commerce Template','','Shape5_general_commerce_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_general_commerce_template.xml','https://www.joomlart.com/update-steps',''),(15086,5,0,'S5 General Contractor Template','','Shape5_general_contractor_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_general_contractor_template.xml','https://www.joomlart.com/update-steps',''),(15087,5,0,'S5 GetReserved Template','','Shape5_getreserved_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_getreserved_template.xml','https://www.joomlart.com/update-steps',''),(15088,5,0,'S5 Health Guide Template','','Shape5_health_guide_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_health_guide_template.xml','https://www.joomlart.com/update-steps',''),(15089,5,0,'S5 Helion Template','','Shape5_helion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_helion_template.xml','https://www.joomlart.com/update-steps',''),(15090,5,0,'S5 Hexa Corp Template','','Shape5_hexa_corp_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_hexa_corp_template.xml','https://www.joomlart.com/update-steps',''),(15091,5,0,'S5 Hexicon Gamer Template','','Shape5_hexicon_gamer_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_hexicon_gamer_template.xml','https://www.joomlart.com/update-steps',''),(15092,5,0,'S5 Incline Template','','Shape5_incline_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_incline_template.xml','https://www.joomlart.com/update-steps',''),(15093,5,0,'S5 Legal Lawyer Template','','Shape5_legal_lawyer_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_legal_lawyer_template.xml','https://www.joomlart.com/update-steps',''),(15094,5,0,'S5 Life Journey Template','','Shape5_life_journey_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_life_journey_template.xml','https://www.joomlart.com/update-steps',''),(15095,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(15096,5,0,'S5 Lime Light Template','','Shape5_lime_light_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_lime_light_template.xml','https://www.joomlart.com/update-steps',''),(15097,5,0,'S5 Luxon Template','','Shape5_luxon_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_luxon_template.xml','https://www.joomlart.com/update-steps',''),(15098,5,0,'S5 M Ceative Agency Template','','Shape5_m_creative_agency_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_m_creative_agency_template.xml','https://www.joomlart.com/update-steps',''),(15099,5,0,'S5 Maxed Mag Template','','Shape5_maxedmag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_maxedmag_template.xml','https://www.joomlart.com/update-steps',''),(15100,5,0,'S5 MetroShows Template','','Shape5_metroshows_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_metroshows_template.xml','https://www.joomlart.com/update-steps',''),(15101,5,0,'S5 Modern Flavor Template','','Shape5_modern_flavor_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_modern_flavor_template.xml','https://www.joomlart.com/update-steps',''),(15102,5,0,'S5 New Vision Template','','Shape5_new_vision_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_new_vision_template.xml','https://www.joomlart.com/update-steps',''),(15103,5,0,'S5 News Blog Template','','Shape5_newsblog_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_newsblog_template.xml','https://www.joomlart.com/update-steps',''),(15104,5,0,'S5 Newsplace Template','','Shape5_newsplace_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_newsplace_template.xml','https://www.joomlart.com/update-steps',''),(15105,5,0,'S5 No1 Shopping Template','','Shape5_no1_shopping_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_no1_shopping_template.xml','https://www.joomlart.com/update-steps',''),(15106,5,0,'S5 Oasis Template','','Shape5_oasis_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_oasis_template.xml','https://www.joomlart.com/update-steps',''),(15107,5,0,'S5 Outdoor Life Template','','Shape5_outdoor_life_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_outdoor_life_template.xml','https://www.joomlart.com/update-steps',''),(15108,5,0,'S5 Pantheon Template','','Shape5_pantheon_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_pantheon_template.xml','https://www.joomlart.com/update-steps',''),(15109,5,0,'S5 Paradigm Shift Template','','Shape5_paradigm_shift_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_paradigm_shift_template.xml','https://www.joomlart.com/update-steps',''),(15110,5,0,'S5 Phosphorus Template','','Shape5_phosphorus_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_phosphorus_template.xml','https://www.joomlart.com/update-steps',''),(15111,5,0,'S5 Photobox Template','','Shape5_photobox_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_photobox_template.xml','https://www.joomlart.com/update-steps',''),(15112,5,0,'S5 Photofolio Template','','Shape5_photofolio_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_photofolio_template.xml','https://www.joomlart.com/update-steps',''),(15113,5,0,'S5 Prestige Academy Template','','Shape5_prestige_academy_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_prestige_academy_template.xml','https://www.joomlart.com/update-steps',''),(15114,5,0,'S5 Real Estate Template','','Shape5_realestate_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_realestate_template.xml','https://www.joomlart.com/update-steps',''),(15115,5,0,'S5 Regan Tech Template','','Shape5_regan_tech_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_regan_tech_template.xml','https://www.joomlart.com/update-steps',''),(15116,5,0,'S5 Risen Hope Template','','Shape5_risen_hope_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_risen_hope_template.xml','https://www.joomlart.com/update-steps',''),(15117,5,0,'S5 Salon N Spa Template','','Shape5_salonnspa_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_salonnspa_template.xml','https://www.joomlart.com/update-steps',''),(15118,5,0,'S5 Samba Spa Template','','Shape5_samba_template','template','',0,'1.5.0','','http://update.joomlart.com/service/tracking/j31/Shape5_samba_template.xml','https://www.joomlart.com/update-steps',''),(15119,5,0,'S5 Vertex Template','','Shape5_shape5_vertex_template','template','',0,'3.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_shape5_vertex_template.xml','https://www.joomlart.com/update-steps',''),(15120,5,0,'S5 Shenandoah Template','','Shape5_shenandoah_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_shenandoah_template.xml','https://www.joomlart.com/update-steps',''),(15121,5,0,'S5 ShoppingBag Template','','Shape5_shoppingbag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_shoppingbag_template.xml','https://www.joomlart.com/update-steps',''),(15122,5,0,'S5 Sienna Template','','Shape5_sienna_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sienna_template.xml','https://www.joomlart.com/update-steps',''),(15123,5,0,'S5 Simplex Template','','Shape5_simplex_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_simplex_template.xml','https://www.joomlart.com/update-steps',''),(15124,5,0,'S5 Soul Search Template','','Shape5_soul_search_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_soul_search_template.xml','https://www.joomlart.com/update-steps',''),(15125,5,0,'S5 Spectrum Template','','Shape5_spectrum_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_spectrum_template.xml','https://www.joomlart.com/update-steps',''),(15126,5,0,'S5 Sports Nation Template','','Shape5_sports_nation_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sports_nation_template.xml','https://www.joomlart.com/update-steps',''),(15127,5,0,'S5 Store Pro Template','','Shape5_storepro_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_storepro_template.xml','https://www.joomlart.com/update-steps',''),(15128,5,0,'S5 Swapps Template','','Shape5_swapps_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_swapps_template.xml','https://www.joomlart.com/update-steps',''),(15129,5,0,'S5 The Classifieds Template','','Shape5_the_classifieds_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_the_classifieds_template.xml','https://www.joomlart.com/update-steps',''),(15130,5,0,'S5 TheBlogazine Template','','Shape5_theblogazine_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_theblogazine_template.xml','https://www.joomlart.com/update-steps',''),(15131,5,0,'S5 Traction Template','','Shape5_traction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_traction_template.xml','https://www.joomlart.com/update-steps',''),(15132,5,0,'S5 University Template','','Shape5_university_template','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_university_template.xml','https://www.joomlart.com/update-steps',''),(15133,5,0,'S5 Velocity Template','','Shape5_velocity_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_velocity_template.xml','https://www.joomlart.com/update-steps',''),(15134,5,0,'S5 Zoka Template','','Shape5_zoka_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_zoka_template.xml','https://www.joomlart.com/update-steps',''),(15135,5,0,'JA Blockk Entertaiment 1','','blockk_entertaiment_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_entertaiment_1.xml','https://www.joomlart.com/update-steps',''),(15136,5,0,'JA Blockk Entertaiment 2','','blockk_entertaiment_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_entertaiment_2.xml','https://www.joomlart.com/update-steps',''),(15137,5,0,'JA Blockk Fashion 1','','blockk_fashion_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_1.xml','https://www.joomlart.com/update-steps',''),(15138,5,0,'JA Blockk Fashion 2','','blockk_fashion_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_2.xml','https://www.joomlart.com/update-steps',''),(15139,5,0,'JA Blockk Fashion 3','','blockk_fashion_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_3.xml','https://www.joomlart.com/update-steps',''),(15140,5,0,'JA Blockk Fashion 4','','blockk_fashion_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_4.xml','https://www.joomlart.com/update-steps',''),(15141,5,0,'JA Blockk Freebie 1','','blockk_freebie_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_freebie_1.xml','https://www.joomlart.com/update-steps',''),(15142,5,0,'JA Blockk Freebie 2','','blockk_freebie_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_freebie_2.xml','https://www.joomlart.com/update-steps',''),(15143,5,0,'JA Blockk Gaming 1','','blockk_gaming_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_1.xml','https://www.joomlart.com/update-steps',''),(15144,5,0,'JA Blockk Gaming 2','','blockk_gaming_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_2.xml','https://www.joomlart.com/update-steps',''),(15145,5,0,'JA Blockk Gaming 3','','blockk_gaming_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_3.xml','https://www.joomlart.com/update-steps',''),(15146,5,0,'JA Blockk Gaming 4','','blockk_gaming_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_4.xml','https://www.joomlart.com/update-steps',''),(15147,5,0,'JA Blockk Magz 1','','blockk_magz_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_1.xml','https://www.joomlart.com/update-steps',''),(15148,5,0,'JA Blockk Magz 2','','blockk_magz_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_2.xml','https://www.joomlart.com/update-steps',''),(15149,5,0,'JA Blockk Magz 3','','blockk_magz_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_3.xml','https://www.joomlart.com/update-steps',''),(15150,5,0,'JA Blockk Magz 4','','blockk_magz_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_4.xml','https://www.joomlart.com/update-steps',''),(15151,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'7.1.0','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(15152,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.5','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(15153,5,0,'Guru Pro','','com_guru_pro','component','',1,'6.2.3','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(15154,5,0,'JA Builder Component','','com_jabuilder','component','',1,'2.0.1','','http://update.joomlart.com/service/tracking/j31/com_jabuilder.xml','https://www.joomlart.com/update-steps',''),(15155,5,0,'JA Extension Manager Component','','com_jaextmanager','component','',1,'2.7.6','','http://update.joomlart.com/service/tracking/j31/com_jaextmanager.xml','https://www.joomlart.com/update-steps',''),(15156,5,0,'JA Multilingual Component for Joomla','','com_jalang','component','',1,'1.2.0','','http://update.joomlart.com/service/tracking/j31/com_jalang.xml','https://www.joomlart.com/update-steps',''),(15157,5,0,'JA Page Builder Component','','com_japagebuilder','component','',1,'1.0.0_alpha3','','http://update.joomlart.com/service/tracking/j31/com_japagebuilder.xml','https://www.joomlart.com/update-steps',''),(15158,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.1.0','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(15159,5,0,'T4 Page Builder Component','','com_t4pagebuilder','component','',1,'2.1.0','','http://update.joomlart.com/service/tracking/j31/com_t4pagebuilder.xml','https://www.joomlart.com/update-steps',''),(15160,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(15161,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(15162,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(15163,5,0,'JA Resume Theme for EasyBlog','','easyblog_theme_resume','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_resume.xml','https://www.joomlart.com/update-steps',''),(15164,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(15165,5,0,'GK Academy Template','','gk_academy','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_academy.xml','https://www.joomlart.com/update-steps',''),(15166,5,0,'GK App Template','','gk_app','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_app.xml','https://www.joomlart.com/update-steps',''),(15167,5,0,'GK Bauhaus Template','','gk_bauhaus','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_bauhaus.xml','https://www.joomlart.com/update-steps',''),(15168,5,0,'GK Blend Template','','gk_blend','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_blend.xml','https://www.joomlart.com/update-steps',''),(15169,5,0,'GK Decor template','','gk_decor','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/gk_decor.xml','https://www.joomlart.com/update-steps',''),(15170,5,0,'GK EvoNews Template','','gk_evonews','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_evonews.xml','https://www.joomlart.com/update-steps',''),(15171,5,0,'GK Fit Template','','gk_fit','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_fit.xml','https://www.joomlart.com/update-steps',''),(15172,5,0,'GK Folio Template','','gk_folio','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_folio.xml','https://www.joomlart.com/update-steps',''),(15173,5,0,'GK Infinity Template','','gk_infinity','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_infinity.xml','https://www.joomlart.com/update-steps',''),(15174,5,0,'GK Issues Template','','gk_issues','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_issues.xml','https://www.joomlart.com/update-steps',''),(15175,5,0,'GK Kidty template','','gk_kidty','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_kidty.xml','https://www.joomlart.com/update-steps',''),(15176,5,0,'GK magazine','','gk_magazine','template','',0,'4.4.1','','http://update.joomlart.com/service/tracking/j31/gk_magazine.xml','https://www.joomlart.com/update-steps',''),(15177,5,0,'GK Paradise Template','','gk_paradise','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_paradise.xml','https://www.joomlart.com/update-steps',''),(15178,5,0,'GK Portfolio Template','','gk_portfolio','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_portfolio.xml','https://www.joomlart.com/update-steps',''),(15179,5,0,'GK Quark template','','gk_quark','template','',0,'2.1.6','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(15180,5,0,'GK ResumeTemplate','','gk_resume','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_resume.xml','https://www.joomlart.com/update-steps',''),(15181,5,0,'GK Shop & Buy Template','','gk_shop_and_buy','template','',0,'4.4','','http://update.joomlart.com/service/tracking/j31/gk_shop_and_buy.xml','https://www.joomlart.com/update-steps',''),(15182,5,0,'GK Siggi Template','','gk_siggi','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_siggi.xml','https://www.joomlart.com/update-steps',''),(15183,5,0,'GK Stora Template','','gk_stora','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/gk_stora.xml','https://www.joomlart.com/update-steps',''),(15184,5,0,'GK storefront ','','gk_storefront','template','',0,'4.5.0','','http://update.joomlart.com/service/tracking/j31/gk_storefront.xml','https://www.joomlart.com/update-steps',''),(15185,5,0,'GK technews','','gk_technews','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_technews.xml','https://www.joomlart.com/update-steps',''),(15186,5,0,'GK Wedding Template','','gk_wedding','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_wedding.xml','https://www.joomlart.com/update-steps',''),(15187,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(15188,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.5','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(15189,5,0,'Guru Search Module','','guru-search-module','module','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/guru-search-module.xml','https://www.joomlart.com/update-steps',''),(15190,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(15191,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(15192,5,0,'JA Allure Template','','ja_allure','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_allure.xml','https://www.joomlart.com/update-steps',''),(15193,5,0,'JA Alpha Template','','ja_alpha','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_alpha.xml','https://www.joomlart.com/update-steps',''),(15194,5,0,'JA Alumni Template','','ja_alumni','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_alumni.xml','https://www.joomlart.com/update-steps',''),(15195,5,0,'JA Artsy Template','','ja_artsy','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_artsy.xml','https://www.joomlart.com/update-steps',''),(15196,5,0,'JA Atoms Template','','ja_atoms','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_atoms.xml','https://www.joomlart.com/update-steps',''),(15197,5,0,'JA Autoshop Source File','','ja_autoshop','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_autoshop.xml','https://www.joomlart.com/update-steps',''),(15198,5,0,'JA Beauty Source File','','ja_beauty','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_beauty.xml','https://www.joomlart.com/update-steps',''),(15199,5,0,'JA Biz Template','','ja_biz','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_biz.xml','https://www.joomlart.com/update-steps',''),(15200,5,0,'JA Blockk Template','','ja_blockk','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_blockk.xml','https://www.joomlart.com/update-steps',''),(15201,5,0,'JA Brickstore Template','','ja_brickstore','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_brickstore.xml','https://www.joomlart.com/update-steps',''),(15202,5,0,'JA Builder Package','','ja_builder_pkg','package','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_builder_pkg.xml','https://www.joomlart.com/update-steps',''),(15203,5,0,'JA Cagox template','','ja_cagox','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(15204,5,0,'JA Campaign Template','','ja_campaign','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_campaign.xml','https://www.joomlart.com/update-steps',''),(15205,5,0,'JA Candidate Template','','ja_candidate','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_candidate.xml','https://www.joomlart.com/update-steps',''),(15206,5,0,'JA Charity template','','ja_charity','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_charity.xml','https://www.joomlart.com/update-steps',''),(15207,5,0,'JA City Guide Template','','ja_cityguide','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/ja_cityguide.xml','https://www.joomlart.com/update-steps',''),(15208,5,0,'JA Company Template','','ja_company','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(15209,5,0,'JA Conf Template','','ja_conf','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_conf.xml','https://www.joomlart.com/update-steps',''),(15210,5,0,'JA Diner Template','','ja_diner','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_diner.xml','https://www.joomlart.com/update-steps',''),(15211,5,0,'JA Directory Template','','ja_directory','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(15212,5,0,'JA Donate Template','','ja_donate','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(15213,5,0,'JA Edenite II Template','','ja_edenite_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_edenite_ii.xml','https://www.joomlart.com/update-steps',''),(15214,5,0,'JA Educatsy Template','','ja_educatsy','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_educatsy.xml','https://www.joomlart.com/update-steps',''),(15215,5,0,'JA Ego Template','','ja_ego','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_ego.xml','https://www.joomlart.com/update-steps',''),(15216,5,0,'JA Elicyon Template','','ja_elicyon','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_elicyon.xml','https://www.joomlart.com/update-steps',''),(15217,5,0,'JA EventCamp Template','','ja_eventcamp','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_eventcamp.xml','https://www.joomlart.com/update-steps',''),(15218,5,0,'JA Events II template','','ja_events_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_events_ii.xml','https://www.joomlart.com/update-steps',''),(15219,5,0,'JA Fit Template','','ja_fit','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_fit.xml','https://www.joomlart.com/update-steps',''),(15220,5,0,'ja flix tpl','','ja_flix','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_flix.xml','https://www.joomlart.com/update-steps',''),(15221,5,0,'JA Focus Template','','ja_focus','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_focus.xml','https://www.joomlart.com/update-steps',''),(15222,5,0,'JA Good Template','','ja_good','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_good.xml','https://www.joomlart.com/update-steps',''),(15223,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(15224,5,0,'JA Helple Template','','ja_helple','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_helple.xml','https://www.joomlart.com/update-steps',''),(15225,5,0,'JA Hotel Template','','ja_hotel','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_hotel.xml','https://www.joomlart.com/update-steps',''),(15226,5,0,'JA Insight Template','','ja_insight','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_insight.xml','https://www.joomlart.com/update-steps',''),(15227,5,0,'JA Intranet Template','','ja_intranet','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(15228,5,0,'ja Justitia Template','','ja_justitia','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_justitia.xml','https://www.joomlart.com/update-steps',''),(15229,5,0,'JA Kids Corner Source File','','ja_kidscorner','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_kidscorner.xml','https://www.joomlart.com/update-steps',''),(15230,5,0,'JA Landscape Template','','ja_landscape','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_landscape.xml','https://www.joomlart.com/update-steps',''),(15231,5,0,'JA Lawfirm Template ','','ja_lawfirm','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_lawfirm.xml','https://www.joomlart.com/update-steps',''),(15232,5,0,'JA Magz II Template','','ja_magz_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_magz_ii.xml','https://www.joomlart.com/update-steps',''),(15233,5,0,'JA Mason Template','','ja_mason','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mason.xml','https://www.joomlart.com/update-steps',''),(15234,5,0,'JA Megastore Template','','ja_megastore','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(15235,5,0,'JA Mono Template','','ja_mono','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mono.xml','https://www.joomlart.com/update-steps',''),(15236,5,0,'JA Mood Template','','ja_mood','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(15237,5,0,'JA Morgan Template','','ja_morgan','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_morgan.xml','https://www.joomlart.com/update-steps',''),(15238,5,0,'JA Moviemax Template','','ja_moviemax','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_moviemax.xml','https://www.joomlart.com/update-steps',''),(15239,5,0,'JA Oslo Template','','ja_oslo','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_oslo.xml','https://www.joomlart.com/update-steps',''),(15240,5,0,'JA Platon Template','','ja_platon','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon.xml','https://www.joomlart.com/update-steps',''),(15241,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(15242,5,0,'JA Play School Template','','ja_playschool','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_playschool.xml','https://www.joomlart.com/update-steps',''),(15243,5,0,'JA Playstore Template','','ja_playstore','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(15244,5,0,'JA Property Template','','ja_property','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(15245,5,0,'JA Rent template','','ja_rent','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_rent.xml','https://www.joomlart.com/update-steps',''),(15246,5,0,'JA Resort Template','','ja_resort','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_resort.xml','https://www.joomlart.com/update-steps',''),(15247,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(15248,5,0,'JA Resume Template','','ja_resume','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_resume.xml','https://www.joomlart.com/update-steps',''),(15249,5,0,'JA Sensei Source File','','ja_sensei','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_sensei.xml','https://www.joomlart.com/update-steps',''),(15250,5,0,'JA Shoe Template','','ja_shoe','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_shoe.xml','https://www.joomlart.com/update-steps',''),(15251,5,0,'JA Simpli Template','','ja_simpli','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/ja_simpli.xml','https://www.joomlart.com/update-steps',''),(15252,5,0,'JA Smallbiz Template','','ja_smallbiz','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_smallbiz.xml','https://www.joomlart.com/update-steps',''),(15253,5,0,'JA Social II template','','ja_social_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_social_ii.xml','https://www.joomlart.com/update-steps',''),(15254,5,0,'JA Spa Template','','ja_spa','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_spa.xml','https://www.joomlart.com/update-steps',''),(15255,5,0,'JA Space Template','','ja_space','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_space.xml','https://www.joomlart.com/update-steps',''),(15256,5,0,'JA Stark Template','','ja_stark','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(15257,5,0,'JA Symphony Template','','ja_symphony','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_symphony.xml','https://www.joomlart.com/update-steps',''),(15258,5,0,'JA Techzone Template','','ja_techzone','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_techzone.xml','https://www.joomlart.com/update-steps',''),(15259,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(15260,5,0,'JA Tour Template','','ja_tour','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_tour.xml','https://www.joomlart.com/update-steps',''),(15261,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(15262,5,0,'JA University T3 template','','ja_university_t3','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(15263,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(15264,5,0,'JA Vital Template','','ja_vital','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_vital.xml','https://www.joomlart.com/update-steps',''),(15265,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(15266,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(15267,5,0,'JS Column Theme','','js_column','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_column.xml','https://www.joomlart.com/update-steps',''),(15268,5,0,'JS Flat Theme','','js_flat','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_flat.xml','https://www.joomlart.com/update-steps',''),(15269,5,0,'JS Kikiriki Theme','','js_kikiriki','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_kikiriki.xml','https://www.joomlart.com/update-steps',''),(15270,5,0,'JS Shadow Theme','','js_shadow','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_shadow.xml','https://www.joomlart.com/update-steps',''),(15271,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(15272,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(15273,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(15274,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(15275,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(15276,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(15277,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(15278,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(15279,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(15280,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(15281,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(15282,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(15283,5,0,'Community Toolbar Module','','mod_community_toolbar','module','',0,'4.8.0','','http://update.joomlart.com/service/tracking/j31/mod_community_toolbar.xml','https://www.joomlart.com/update-steps',''),(15284,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(15285,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(15286,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(15287,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(15288,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(15289,5,0,'GK Register Module ','','mod_gk_register','module','',0,'1.3','','http://update.joomlart.com/service/tracking/j31/mod_gk_register.xml','https://www.joomlart.com/update-steps',''),(15290,5,0,'Metro Grid GK5','','mod_grid_gk5','module','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j31/mod_grid_gk5.xml','https://www.joomlart.com/update-steps',''),(15291,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.8.2','','http://update.joomlart.com/service/tracking/j31/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(15292,5,0,'JA Finance Module','','mod_jafinance','module','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/mod_jafinance.xml','https://www.joomlart.com/update-steps',''),(15293,5,0,'JA Google Analytics','','mod_jagoogle_analytics','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/mod_jagoogle_analytics.xml','https://www.joomlart.com/update-steps',''),(15294,5,0,'JA Masthead Module ','','mod_jamasthead','module','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/mod_jamasthead.xml','https://www.joomlart.com/update-steps',''),(15295,5,0,'JA Megafilter Module','','mod_jamegafilter','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(15296,5,0,'JA Promo Bar module','','mod_japromobar','module','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/mod_japromobar.xml','https://www.joomlart.com/update-steps',''),(15297,5,0,'GK News Pro GK4 Module','','mod_news_pro_gk4','module','',0,'3.5.0','','http://update.joomlart.com/service/tracking/j31/mod_news_pro_gk4.xml','https://www.joomlart.com/update-steps',''),(15298,5,0,'News Pro GK5','','mod_news_pro_gk5','module','',0,'2.2.1','','http://update.joomlart.com/service/tracking/j31/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(15299,5,0,'S5 Box Module','','mod_s5_box','module','',0,'6.2.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_box.xml','https://www.joomlart.com/update-steps',''),(15300,5,0,'S5 Contact Popup Module','','mod_s5_contact_popup','module','',0,'1.6.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_contact_popup.xml','https://www.joomlart.com/update-steps',''),(15301,5,0,'S5 Horizontal Accordion Module','','mod_s5_horizontal_accordion','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_horizontal_accordion.xml','https://www.joomlart.com/update-steps',''),(15302,5,0,'S5 Image Content Fader v4 Module','','mod_s5_image_and_content_faderv4','module','',0,'4.5.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_image_and_content_faderv4.xml','https://www.joomlart.com/update-steps',''),(15303,5,0,'S5 Instagram Feed Module','','mod_s5_instagram_feed','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/mod_s5_instagram_feed.xml','https://www.joomlart.com/update-steps',''),(15304,5,0,'S5 Live Search Module','','mod_s5_live_search','module','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/mod_s5_live_search.xml','https://www.joomlart.com/update-steps',''),(15305,5,0,'S5 Mailchimp Signup Module','','mod_s5_mailchimp_signup','module','',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_mailchimp_signup.xml','https://www.joomlart.com/update-steps',''),(15306,5,0,'S5 Masonry Module','','mod_s5_masonry','module','',0,'3.1.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_masonry.xml','https://www.joomlart.com/update-steps',''),(15307,5,0,'S5 News Display 2 Module','','mod_s5_news_display_2','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_news_display_2.xml','https://www.joomlart.com/update-steps',''),(15308,5,0,'S5 New Sticker V3 Module','','mod_s5_newstickerv3','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_newstickerv3.xml','https://www.joomlart.com/update-steps',''),(15309,5,0,'S5 Open Table Module','','mod_s5_opentable','module','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_opentable.xml','https://www.joomlart.com/update-steps',''),(15310,5,0,'S5 Photo Showcase V2 Module','','mod_s5_photo_showcase_v2','module','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/mod_s5_photo_showcase_v2.xml','https://www.joomlart.com/update-steps',''),(15311,5,0,'S5 Quick Contact Module','','mod_s5_quick_contact','module','',0,'4.4.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_quick_contact.xml','https://www.joomlart.com/update-steps',''),(15312,5,0,'S5 Register Module','','mod_s5_register','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_register.xml','https://www.joomlart.com/update-steps',''),(15313,5,0,'S5 Snipcart Module','','mod_s5_snipcart','module','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_snipcart.xml','https://www.joomlart.com/update-steps',''),(15314,5,0,'S5 Tab Show v3 Module','','mod_s5_tab_show','module','',0,'3.4.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_tab_show.xml','https://www.joomlart.com/update-steps',''),(15315,5,0,'S5 Tab Show v2 Module','','mod_s5_tabshow_v2','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_tabshow_v2.xml','https://www.joomlart.com/update-steps',''),(15316,5,0,'S5 Typed Text Module','','mod_s5_typed_text','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_typed_text.xml','https://www.joomlart.com/update-steps',''),(15317,5,0,'S5 Vertical Accordion Module','','mod_s5_vertical_accordion','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_vertical_accordion.xml','https://www.joomlart.com/update-steps',''),(15318,5,0,'S5 Mapit Module','','mod_s5mapit','module','',0,'1.9.0','','http://update.joomlart.com/service/tracking/j31/mod_s5mapit.xml','https://www.joomlart.com/update-steps',''),(15319,5,0,'GK Tabs GK5 Module','','mod_tabs_gk5','module','',0,'2.3','','http://update.joomlart.com/service/tracking/j31/mod_tabs_gk5.xml','https://www.joomlart.com/update-steps',''),(15320,5,0,'JB ZenTools Module','','mod_zentools','module','',0,'1.14.7','','http://update.joomlart.com/service/tracking/j31/mod_zentools.xml','https://www.joomlart.com/update-steps',''),(15321,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(15322,5,0,'Plugin Ajax JA Content Type','','jacontenttype','plugin','ajax',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plg_ajax_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(15323,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(15324,5,0,'GK PLG Authentication Facebook','','facebook','plugin','authentication',0,'1.4','','http://update.joomlart.com/service/tracking/j31/plg_authentication_facebook.xml','https://www.joomlart.com/update-steps',''),(15325,5,0,'T4 Content Load PageBuilder','','loadt4pagebuilder','plugin','content',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/plg_content_loadt4pagebuilder.xml','https://www.joomlart.com/update-steps',''),(15326,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(15327,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(15328,5,0,'GK Typography Plugin','','typography','plugin','gk',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_gk_typography.xml','https://www.joomlart.com/update-steps',''),(15329,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(15330,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(15331,5,0,'JA Megafilter DOCman Plugin','','docman','plugin','jamegafilter',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_docman.xml','https://www.joomlart.com/update-steps',''),(15332,5,0,'JA Megafilter EShop Plugin','','eshop','plugin','jamegafilter',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(15333,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(15334,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(15335,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(15336,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(15337,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(15338,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.7','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(15339,5,0,'GK Extmenu system plugin','','gkextmenu','plugin','sys',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_sys_gkextmenu.xml','https://www.joomlart.com/update-steps',''),(15340,5,0,'GK Reservation system plugin','','gkreservation','plugin','sys',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_sys_gkreservation.xml','https://www.joomlart.com/update-steps',''),(15341,5,0,'System JA Campaign','','jacampaign','plugin','system',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/plg_system_jacampaign.xml','https://www.joomlart.com/update-steps',''),(15342,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(15343,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(15344,5,0,'T4 System Plugin ','','t4','plugin','system',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(15345,5,0,'S5 Css And Js Compressor Plugin','','plugin_s5_css_and_js_compressor','plugin','plugin_s5_css_and_js',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_css_and_js_compressor.xml','https://www.joomlart.com/update-steps',''),(15346,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(15347,5,0,'S5 Flex Menu Plugin','','plugin_s5_flex_menu','plugin','plugin_s5_flex_menu',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_flex_menu.xml','https://www.joomlart.com/update-steps',''),(15348,5,0,'S5 Ie6 Warning Plugin','','plugin_s5_ie6_warning','plugin','plugin_s5_ie6_warnin',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_ie6_warning.xml','https://www.joomlart.com/update-steps',''),(15349,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(15350,5,0,'Purity III Template','','purity_iii','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(15351,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(15352,5,0,'JS Socialize template','','socialize','template','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/socialize.xml','https://www.joomlart.com/update-steps',''),(15353,5,0,'T4 Pagebuilder Package','','t4_page_builder_pkg','package','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/t4_page_builder_pkg.xml','https://www.joomlart.com/update-steps',''),(15354,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(15355,5,0,'Sample package for Uber App','','uber_app','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_app.xml','https://www.joomlart.com/update-steps',''),(15356,5,0,'Sample package for Uber Bookstore','','uber_bookstore','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_bookstore.xml','https://www.joomlart.com/update-steps',''),(15357,5,0,'Sample package for Uber Business','','uber_business','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_business.xml','https://www.joomlart.com/update-steps',''),(15358,5,0,'Sample package for Uber Charity','','uber_charity','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_charity.xml','https://www.joomlart.com/update-steps',''),(15359,5,0,'Sample package for Uber Church','','uber_church','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_church.xml','https://www.joomlart.com/update-steps',''),(15360,5,0,'Sample package for Uber Construction','','uber_construction','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_construction.xml','https://www.joomlart.com/update-steps',''),(15361,5,0,'Sample package for Uber Corporate','','uber_corporate','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_corporate.xml','https://www.joomlart.com/update-steps',''),(15362,5,0,'Sample package for Uber Gym','','uber_gym','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_gym.xml','https://www.joomlart.com/update-steps',''),(15363,5,0,'Sample package for Uber Home','','uber_home','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_home.xml','https://www.joomlart.com/update-steps',''),(15364,5,0,'Sample package for Uber Landing ','','uber_landing','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_landing.xml','https://www.joomlart.com/update-steps',''),(15365,5,0,'Sample package for Uber Lawyer','','uber_lawyer','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_lawyer.xml','https://www.joomlart.com/update-steps',''),(15366,5,0,'Sample package for Uber Medicare','','uber_medicare','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_medicare.xml','https://www.joomlart.com/update-steps',''),(15367,5,0,'Sample package for Uber Music','','uber_music','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_music.xml','https://www.joomlart.com/update-steps',''),(15368,5,0,'Sample package for Uber Restaurant','','uber_restaurant','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_restaurant.xml','https://www.joomlart.com/update-steps',''),(15369,5,0,'Sample package for Uber Spa','','uber_spa','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_spa.xml','https://www.joomlart.com/update-steps',''),(15370,5,0,'Sample package for Uber University','','uber_university','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_university.xml','https://www.joomlart.com/update-steps',''),(15371,5,0,'Sample package for Uber Wedding','','uber_wedding','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_wedding.xml','https://www.joomlart.com/update-steps',''),(15372,9,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com/joomla/138/b61e70db','',''),(15373,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/138/2084920890','',''),(15374,9,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com/joomla/286/21ffe006','',''),(15375,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/286/326466299','',''),(15376,9,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com/joomla/287/cb577720','',''),(15377,9,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com/joomla/301/dfc993d8','',''),(15378,9,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(15379,9,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com/joomla/313/1985305838','',''),(15380,9,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/313/1307741342','',''),(15381,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com/joomla/313/1301311221','',''),(15382,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','https://updates.rockettheme.com/joomla/313/2049982768','',''),(15383,9,0,'RokCheck (Template Version Check)','','','module','',1,'1.0.1','0802','https://updates.rockettheme.com/joomla/381/791616223','',''),(15384,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/381/337128173','',''),(15385,9,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/559/1033ef39','',''),(15386,10,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.11.20240609','','http://getk2.org/update.xml','https://github.com/getk2/k2/blob/master/CHANGELOG.md',''),(15387,15,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.11.20240609','','http://getk2.org/app/update.xml','https://github.com/getk2/k2/blob/master/CHANGELOG.md',''),(15388,16,0,'Regular Labs - Modules Anywhere','','modulesanywhere','plugin','system',0,'7.18.0','','https://download.regularlabs.com/updates.xml?e=modulesanywhere&type=.xml','https://www.regularlabs.com/modulesanywhere/download',''),(15389,17,0,'JCE 2.9.41','','pkg_jce','package','',0,'2.9.41','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-41-released',''),(15390,18,0,'SCLogin','','mod_sclogin','module','',0,'9.0.244','','http://www.sourcecoast.com/updates/sclogin.xml','https://www.sourcecoast.com/index.php?option=com_ars&view=Items&release_id=265&format=html',''),(15391,19,0,'T3 System Plugin','','t3','plugin','system',0,'3.2.2','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(15392,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15393,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15394,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15395,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15396,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15397,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15398,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15399,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15400,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15401,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15402,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15403,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15404,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15405,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15406,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15407,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15408,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15409,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15410,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15411,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15412,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15413,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15414,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15415,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15416,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15417,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15418,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15419,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15420,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15421,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15422,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15423,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15424,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15425,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15426,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15427,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15428,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15429,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15430,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15431,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15432,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15433,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15434,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15435,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15436,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15437,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15438,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15439,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15440,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15441,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15442,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15443,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15444,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15445,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15446,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15447,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15448,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15449,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15450,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15451,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15452,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15453,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15454,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15455,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15456,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15457,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15458,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15459,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15460,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15461,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15462,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15463,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15464,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15465,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15466,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15467,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15468,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15469,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15470,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15471,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15472,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15473,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15474,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15475,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(15476,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(15477,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(15478,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(15479,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(15480,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(15481,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(15482,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(15483,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(15484,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(15485,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(15486,3,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(15487,3,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(15488,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(15489,3,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(15490,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(15491,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(15492,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(15493,3,0,'French','','pkg_fr-FR','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(15494,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(15495,3,0,'German','','pkg_de-DE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(15496,3,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(15497,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(15498,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(15499,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(15500,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(15501,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.12.2','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(15502,3,0,'Irish','','pkg_ga-IE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ga-IE_details.xml','',''),(15503,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(15504,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(15505,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(15506,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(15507,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(15508,3,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.12.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(15509,3,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(15510,3,0,'Polish','','pkg_pl-PL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(15511,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(15512,3,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(15513,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(15514,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(15515,3,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(15516,3,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(15517,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(15518,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(15519,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(15520,3,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(15521,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(15522,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(15523,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(15524,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(15525,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(15526,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(15527,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(15528,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(15529,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15530,5,0,'JA Extension Manager Component','','com_jaextmanager','component','',1,'2.7.5','','http://update.joomlart.com/service/tracking/j16/com_jaextmanager.xml','https://www.joomlart.com/update-steps',''),(15531,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.4.0','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(15532,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'2.0.4','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(15533,5,0,'JA Appolio Theme for EasyBlog','','easyblog_theme_appolio','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_appolio.xml','https://www.joomlart.com/update-steps',''),(15534,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(15535,5,0,'JA Biz Theme for EasyBlog','','easyblog_theme_biz','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_biz.xml','https://www.joomlart.com/update-steps',''),(15536,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(15537,5,0,'JA Decor Theme for EasyBlog','','easyblog_theme_decor','custom','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_decor.xml','https://www.joomlart.com/update-steps',''),(15538,5,0,'Theme Fixel for Easyblog J25 & J3x','','easyblog_theme_fixel','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_fixel.xml','https://www.joomlart.com/update-steps',''),(15539,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(15540,5,0,'JA Muzic Theme for EasyBlog','','easyblog_theme_muzic','custom','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_muzic.xml','https://www.joomlart.com/update-steps',''),(15541,5,0,'JA Obelisk Theme for EasyBlog','','easyblog_theme_obelisk','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_obelisk.xml','https://www.joomlart.com/update-steps',''),(15542,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(15543,5,0,'JA Bookshop Template','','ja_bookshop','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_bookshop.xml','https://www.joomlart.com/update-steps',''),(15544,5,0,'JA Brisk Template for J25 & J3x','','ja_brisk','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_brisk.xml','https://www.joomlart.com/update-steps',''),(15545,5,0,'JA Decor Template','','ja_decor','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j16/ja_decor.xml','https://www.joomlart.com/update-steps',''),(15546,5,0,'JA Fubix Template for J25 & J3x','','ja_fubix','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_fubix.xml','https://www.joomlart.com/update-steps',''),(15547,5,0,'JA Jason template','','ja_jason','template','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/ja_jason.xml','https://www.joomlart.com/update-steps',''),(15548,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(15549,5,0,'JA Medicare Template','','ja_medicare','template','',0,'3.0.1','','http://update.joomlart.com/service/tracking/j16/ja_medicare.xml','https://www.joomlart.com/update-steps',''),(15550,5,0,'JA Mero Template for J25 & J3x','','ja_mero','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_mero.xml','https://www.joomlart.com/update-steps',''),(15551,5,0,'JA Mitius Template','','ja_mitius','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j16/ja_mitius.xml','https://www.joomlart.com/update-steps',''),(15552,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(15553,5,0,'JA Nuevo template','','ja_nuevo','template','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/ja_nuevo.xml','https://www.joomlart.com/update-steps',''),(15554,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(15555,5,0,'JA Playmag Template','','ja_playmag','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j16/ja_playmag.xml','https://www.joomlart.com/update-steps',''),(15556,5,0,'JA Smashboard Template','','ja_smashboard','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_smashboard.xml','https://www.joomlart.com/update-steps',''),(15557,5,0,'JA Sugite Template','','ja_sugite','template','',0,'2.1.3','','http://update.joomlart.com/service/tracking/j16/ja_sugite.xml','https://www.joomlart.com/update-steps',''),(15558,5,0,'JA Travel Template for Joomla 3x','','ja_travel','template','',0,'2.5.7','','http://update.joomlart.com/service/tracking/j16/ja_travel.xml','https://www.joomlart.com/update-steps',''),(15559,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(15560,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(15561,5,0,'Kunena Template for Ja Orisite','','kunena_theme_orisite','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/kunena_theme_orisite.xml','https://www.joomlart.com/update-steps',''),(15562,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.4.2','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(15563,5,0,'JA Accordion Module','','mod_jaaccordion','module','',0,'2.6.3','','http://update.joomlart.com/service/tracking/j16/mod_jaaccordion.xml','https://www.joomlart.com/update-steps',''),(15564,5,0,'JA Content Listing Module','','mod_jacontentlisting','module','',0,'1.2.8','','http://update.joomlart.com/service/tracking/j16/mod_jacontentlisting.xml','https://www.joomlart.com/update-steps',''),(15565,5,0,'JA Content Slider Module','','mod_jacontentslider','module','',0,'2.7.7','','http://update.joomlart.com/service/tracking/j16/mod_jacontentslider.xml','https://www.joomlart.com/update-steps',''),(15566,5,0,'JA Facebook Like Box Module','','mod_jafacebooklikebox','module','',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/mod_jafacebooklikebox.xml','https://www.joomlart.com/update-steps',''),(15567,5,0,'JA Google chart 2','','mod_jagooglechart_2','module','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j16/mod_jagooglechart_2.xml','https://www.joomlart.com/update-steps',''),(15568,5,0,'JA Image Hotspot Module','','mod_jaimagehotspot','module','',0,'1.3.2','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(15569,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.4.0','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(15570,5,0,'JA Login module','','mod_jalogin','module','',0,'2.9.0','','http://update.joomlart.com/service/tracking/j16/mod_jalogin.xml','https://www.joomlart.com/update-steps',''),(15571,5,0,'JA Masthead Module ','','mod_jamasthead','module','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j16/mod_jamasthead.xml','https://www.joomlart.com/update-steps',''),(15572,5,0,'JA Newsticker Module for J3x','','mod_janewsticker','module','',0,'2.6.3','','http://update.joomlart.com/service/tracking/j16/mod_janewsticker.xml','https://www.joomlart.com/update-steps',''),(15573,5,0,'JA Quick Contact Module','','mod_jaquickcontact','module','',0,'2.8.0','','http://update.joomlart.com/service/tracking/j16/mod_jaquickcontact.xml','https://www.joomlart.com/update-steps',''),(15574,5,0,'JA SideNews Module ','','mod_jasidenews','module','',0,'2.6.9','','http://update.joomlart.com/service/tracking/j16/mod_jasidenews.xml','https://www.joomlart.com/update-steps',''),(15575,5,0,'JA Slideshow Lite Module ','','mod_jaslideshowlite','module','',0,'1.2.9','','http://update.joomlart.com/service/tracking/j16/mod_jaslideshowlite.xml','https://www.joomlart.com/update-steps',''),(15576,5,0,'JA Social Locker module','','mod_jasocial_locker','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/mod_jasocial_locker.xml','https://www.joomlart.com/update-steps',''),(15577,5,0,'JA Twitter Module','','mod_jatwitter','module','',0,'3.1.0','','http://update.joomlart.com/service/tracking/j16/mod_jatwitter.xml','https://www.joomlart.com/update-steps',''),(15578,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(15579,5,0,'S5 Accordion Menu Module','','mod_s5_accordion_menu','module','',0,'2.4.0','','http://update.joomlart.com/service/tracking/j16/mod_s5_accordion_menu.xml','https://www.joomlart.com/update-steps',''),(15580,5,0,'JA Disqus Debate Echo plugin','','debate_echo','plugin','jadisqus',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/plg_jadisqus_debate_echo.xml','https://www.joomlart.com/update-steps',''),(15581,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.2.1','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(15582,5,0,'Multi Captcha Engine Plugin','','captcha_engine','plugin','multiple',0,'2.6.1','','http://update.joomlart.com/service/tracking/j16/plg_multiple_captcha_engine.xml','https://www.joomlart.com/update-steps',''),(15583,5,0,'JA Builder System Plugin','','jabuilder','plugin','system',0,'2.0.0','','http://update.joomlart.com/service/tracking/j16/plg_system_jabuilder.xml','https://www.joomlart.com/update-steps',''),(15584,5,0,'JA System Google Map plugin','','jagooglemap','plugin','system',0,'2.8.1','','http://update.joomlart.com/service/tracking/j16/plg_system_jagooglemap.xml','https://www.joomlart.com/update-steps',''),(15585,5,0,'JA Popup Plugin','','japopup','plugin','system',0,'3.0.0','','http://update.joomlart.com/service/tracking/j16/plg_system_japopup.xml','https://www.joomlart.com/update-steps',''),(15586,5,0,'JA System Social Feed Plugin','','jasocial_feed','plugin','system',0,'1.6.0','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(15587,5,0,'JA Tabs Plugin for Joomla 3 & Joomla 4','','jatabs','plugin','system',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/plg_system_jatabs.xml','https://www.joomlart.com/update-steps',''),(15588,5,0,'T3 System Plugin','','t3','plugin','system',0,'3.2.2','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','https://www.joomlart.com/update-steps',''),(15589,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(15590,5,0,'Uber Template','','uber','template','',0,'3.1.0','','http://update.joomlart.com/service/tracking/j16/uber.xml','https://www.joomlart.com/update-steps',''),(15591,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(15592,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.9','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(15593,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(15594,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(15595,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(15596,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.9.3','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(15597,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(15598,5,0,'GK bluap','','gk_bluap','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_bluap.xml','https://www.joomlart.com/update-steps',''),(15599,5,0,'GK Box Template','','gk_box','template','',0,'2.1.4','','http://update.joomlart.com/service/tracking/j30/gk_box.xml','https://www.joomlart.com/update-steps',''),(15600,5,0,'GK cloudhost J!3','','gk_cloudhost','template','',0,'4.3','','http://update.joomlart.com/service/tracking/j30/gk_cloudhost.xml','https://www.joomlart.com/update-steps',''),(15601,5,0,'GK Creativity','','gk_creativity','template','',0,'4.2.3','','http://update.joomlart.com/service/tracking/j30/gk_creativity.xml','https://www.joomlart.com/update-steps',''),(15602,5,0,'GK events J!3','','gk_events','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_events.xml','https://www.joomlart.com/update-steps',''),(15603,5,0,'GK game J!3','','gk_game','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_game.xml','https://www.joomlart.com/update-steps',''),(15604,5,0,'GK hotel','','gk_hotel','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(15605,5,0,'GK instyle','','gk_instyle','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_instyle.xml','https://www.joomlart.com/update-steps',''),(15606,5,0,'GK john s J!3','','gk_john_s','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_john_s.xml','https://www.joomlart.com/update-steps',''),(15607,5,0,'GK magazine','','gk_magazine','template','',0,'4.3','','http://update.joomlart.com/service/tracking/j30/gk_magazine.xml','https://www.joomlart.com/update-steps',''),(15608,5,0,'GK mo J!3','','gk_mo','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_mo.xml','https://www.joomlart.com/update-steps',''),(15609,5,0,'GK msocial J!3','','gk_msocial','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_msocial.xml','https://www.joomlart.com/update-steps',''),(15610,5,0,'GK musicstate','','gk_musicstate','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_musicstate.xml','https://www.joomlart.com/update-steps',''),(15611,5,0,'GK news J!3','','gk_news','template','',0,'4.3.1','','http://update.joomlart.com/service/tracking/j30/gk_news.xml','https://www.joomlart.com/update-steps',''),(15612,5,0,'GK news2 J!3','','gk_news2','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_news2.xml','https://www.joomlart.com/update-steps',''),(15613,5,0,'GK news refreshed J!3','','gk_news_refreshed','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_news_refreshed.xml','https://www.joomlart.com/update-steps',''),(15614,5,0,'GK photo J!3','','gk_photo','template','',0,'4.2.2','','http://update.joomlart.com/service/tracking/j30/gk_photo.xml','https://www.joomlart.com/update-steps',''),(15615,5,0,'GK portfolio J!3','','gk_portfolio','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j30/gk_portfolio.xml','https://www.joomlart.com/update-steps',''),(15616,5,0,'GK rockwall J!3','','gk_rockwall','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_rockwall.xml','https://www.joomlart.com/update-steps',''),(15617,5,0,'GK Shop & Buy Template','','gk_shop_and_buy','template','',0,'4.3.1','','http://update.joomlart.com/service/tracking/j30/gk_shop_and_buy.xml','https://www.joomlart.com/update-steps',''),(15618,5,0,'GK simplicity J!3','','gk_simplicity','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_simplicity.xml','https://www.joomlart.com/update-steps',''),(15619,5,0,'GK steakhouse J!3','','gk_steakhouse','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_steakhouse.xml','https://www.joomlart.com/update-steps',''),(15620,5,0,'GK storebox J!3','','gk_storebox','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_storebox.xml','https://www.joomlart.com/update-steps',''),(15621,5,0,'GK storefront J!3','','gk_storefront','template','',0,'4.4','','http://update.joomlart.com/service/tracking/j30/gk_storefront.xml','https://www.joomlart.com/update-steps',''),(15622,5,0,'GK technews J!3','','gk_technews','template','',0,'2.0.5','','http://update.joomlart.com/service/tracking/j30/gk_technews.xml','https://www.joomlart.com/update-steps',''),(15623,5,0,'GK university','','gk_university','template','',0,'4.1.3','','http://update.joomlart.com/service/tracking/j30/gk_university.xml','https://www.joomlart.com/update-steps',''),(15624,5,0,'GK writer J!3','','gk_writer','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_writer.xml','https://www.joomlart.com/update-steps',''),(15625,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(15626,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(15627,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(15628,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(15629,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(15630,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(15631,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(15632,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(15633,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(15634,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(15635,5,0,'Metro Grid GK5','','mod_grid_gk5','module','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j30/mod_grid_gk5.xml','https://www.joomlart.com/update-steps',''),(15636,5,0,'Highlighter GK5 Module','','mod_highlighter_gk5','module','',0,'1.2.4','','http://update.joomlart.com/service/tracking/j30/mod_highlighter_gk5.xml','https://www.joomlart.com/update-steps',''),(15637,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.7.6','','http://update.joomlart.com/service/tracking/j30/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(15638,5,0,'News Pro GK5 J!3','','mod_news_pro_gk5','module','',0,'2.1.5','','http://update.joomlart.com/service/tracking/j30/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(15639,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.8','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(15640,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(15641,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(15642,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(15643,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(15644,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(15645,5,0,'GK Opengraph system plugin','','gk_opengraph','plugin','sys',0,'1.0.2','','http://update.joomlart.com/service/tracking/j30/plg_sys_gk_opengraph.xml','https://www.joomlart.com/update-steps',''),(15646,5,0,'GK Cache system plugin','','gkcache','plugin','sys',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_sys_gkcache.xml','https://www.joomlart.com/update-steps',''),(15647,5,0,'GK Extmenu system plugin','','gkextmenu','plugin','sys',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/plg_sys_gkextmenu.xml','https://www.joomlart.com/update-steps',''),(15648,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(15649,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.3.2','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(15650,5,0,'S5 Amazed Photography Template','','Shape5_amazed_photography_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_amazed_photography_template.xml','https://www.joomlart.com/update-steps',''),(15651,5,0,'S5 Ambient Template','','Shape5_ambient_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_ambient_template.xml','https://www.joomlart.com/update-steps',''),(15652,5,0,'S5 Ameritage Medical Template','','Shape5_ameritage_medical_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ameritage_medical_template.xml','https://www.joomlart.com/update-steps',''),(15653,5,0,'S5 Appwonder Template','','Shape5_appwonder_template','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/Shape5_appwonder_template.xml','https://www.joomlart.com/update-steps',''),(15654,5,0,'S5 Arthur Template','','Shape5_arthur_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_arthur_template.xml','https://www.joomlart.com/update-steps',''),(15655,5,0,'S5 Attractions Template','','Shape5_attractions_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_attractions_template.xml','https://www.joomlart.com/update-steps',''),(15656,5,0,'S5 Aurora Dawn Template','','Shape5_aurora_dawn_template','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_aurora_dawn_template.xml','https://www.joomlart.com/update-steps',''),(15657,5,0,'S5 Avignet Dream Template','','Shape5_avignet_dream_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_avignet_dream_template.xml','https://www.joomlart.com/update-steps',''),(15658,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(15659,5,0,'S5 Big Picture Template','','Shape5_bigpicture_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bigpicture_template.xml','https://www.joomlart.com/update-steps',''),(15660,5,0,'S5 Blogbox Template','','Shape5_blog_box_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_blog_box_template.xml','https://www.joomlart.com/update-steps',''),(15661,5,0,'S5 BlueGroup Template','','Shape5_bluegroup_template','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j31/Shape5_bluegroup_template.xml','https://www.joomlart.com/update-steps',''),(15662,5,0,'S5 Business Line Template','','Shape5_business_line_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_business_line_template.xml','https://www.joomlart.com/update-steps',''),(15663,5,0,'S5 Business Pro Template','','Shape5_business_pro_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_business_pro_template.xml','https://www.joomlart.com/update-steps',''),(15664,5,0,'S5 Callie Rush Template','','Shape5_callie_rush_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_callie_rush_template.xml','https://www.joomlart.com/update-steps',''),(15665,5,0,'S5 Campus Life Template','','Shape5_campuslife_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_campuslife_template.xml','https://www.joomlart.com/update-steps',''),(15666,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(15667,5,0,'S5 Charlestown Template','','Shape5_charlestown_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_charlestown_template.xml','https://www.joomlart.com/update-steps',''),(15668,5,0,'S5 Cleanout Template','','Shape5_cleanout_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cleanout_template.xml','https://www.joomlart.com/update-steps',''),(15669,5,0,'S5 Comaxium Template','','Shape5_comaxium_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_comaxium_template.xml','https://www.joomlart.com/update-steps',''),(15670,5,0,'S5 Compassion Template','','Shape5_compassion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_compassion_template.xml','https://www.joomlart.com/update-steps',''),(15671,5,0,'S5 Construction Template','','Shape5_construction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_construction_template.xml','https://www.joomlart.com/update-steps',''),(15672,5,0,'S5 Content King Template','','Shape5_contentking_template','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j31/Shape5_contentking_template.xml','https://www.joomlart.com/update-steps',''),(15673,5,0,'S5 Corporate Response Template','','Shape5_corporate_response_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corporate_response_template.xml','https://www.joomlart.com/update-steps',''),(15674,5,0,'S5 Corpway Template','','Shape5_corpway_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_corpway_template.xml','https://www.joomlart.com/update-steps',''),(15675,5,0,'S5 Curb Appeal Template','','Shape5_curb_appeal_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_curb_appeal_template.xml','https://www.joomlart.com/update-steps',''),(15676,5,0,'S5 Cyan Template','','Shape5_cyan_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cyan_template.xml','https://www.joomlart.com/update-steps',''),(15677,5,0,'S5 Emma and Mason Template','','Shape5_emma_and_mason_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_emma_and_mason_template.xml','https://www.joomlart.com/update-steps',''),(15678,5,0,'S5 Emusica Template','','Shape5_emusica_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_emusica_template.xml','https://www.joomlart.com/update-steps',''),(15679,5,0,'S5 Eventfull Business Template','','Shape5_eventfull_business_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_eventfull_business_template.xml','https://www.joomlart.com/update-steps',''),(15680,5,0,'S5 Eventfull Template','','Shape5_eventfull_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_eventfull_template.xml','https://www.joomlart.com/update-steps',''),(15681,5,0,'S5 EZ Web Hosting Template','','Shape5_ezwebhosting_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ezwebhosting_template.xml','https://www.joomlart.com/update-steps',''),(15682,5,0,'S5 Fitness Center Template','','Shape5_fitness_center_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_fitness_center_template.xml','https://www.joomlart.com/update-steps',''),(15683,5,0,'S5 Forte Template','','Shape5_forte_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_forte_template.xml','https://www.joomlart.com/update-steps',''),(15684,5,0,'S5 Fresh Bistro Template','','Shape5_fresh_bistro_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_fresh_bistro_template.xml','https://www.joomlart.com/update-steps',''),(15685,5,0,'S5 Fusion Template','','Shape5_fusion_template','template','',0,'1.5.7','','http://update.joomlart.com/service/tracking/j31/Shape5_fusion_template.xml','https://www.joomlart.com/update-steps',''),(15686,5,0,'S5 Game World Template','','Shape5_game_world_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_game_world_template.xml','https://www.joomlart.com/update-steps',''),(15687,5,0,'S5 Gamers Template','','Shape5_gamers_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_gamers_template.xml','https://www.joomlart.com/update-steps',''),(15688,5,0,'S5 GCK Store Template','','Shape5_gck_store_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_gck_store_template.xml','https://www.joomlart.com/update-steps',''),(15689,5,0,'S5 General Commerce Template','','Shape5_general_commerce_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_general_commerce_template.xml','https://www.joomlart.com/update-steps',''),(15690,5,0,'S5 General Contractor Template','','Shape5_general_contractor_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_general_contractor_template.xml','https://www.joomlart.com/update-steps',''),(15691,5,0,'S5 GetReserved Template','','Shape5_getreserved_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_getreserved_template.xml','https://www.joomlart.com/update-steps',''),(15692,5,0,'S5 Health Guide Template','','Shape5_health_guide_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_health_guide_template.xml','https://www.joomlart.com/update-steps',''),(15693,5,0,'S5 Helion Template','','Shape5_helion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_helion_template.xml','https://www.joomlart.com/update-steps',''),(15694,5,0,'S5 Hexa Corp Template','','Shape5_hexa_corp_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_hexa_corp_template.xml','https://www.joomlart.com/update-steps',''),(15695,5,0,'S5 Hexicon Gamer Template','','Shape5_hexicon_gamer_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_hexicon_gamer_template.xml','https://www.joomlart.com/update-steps',''),(15696,5,0,'S5 Incline Template','','Shape5_incline_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_incline_template.xml','https://www.joomlart.com/update-steps',''),(15697,5,0,'S5 Legal Lawyer Template','','Shape5_legal_lawyer_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_legal_lawyer_template.xml','https://www.joomlart.com/update-steps',''),(15698,5,0,'S5 Life Journey Template','','Shape5_life_journey_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_life_journey_template.xml','https://www.joomlart.com/update-steps',''),(15699,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(15700,5,0,'S5 Lime Light Template','','Shape5_lime_light_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_lime_light_template.xml','https://www.joomlart.com/update-steps',''),(15701,5,0,'S5 Luxon Template','','Shape5_luxon_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_luxon_template.xml','https://www.joomlart.com/update-steps',''),(15702,5,0,'S5 M Ceative Agency Template','','Shape5_m_creative_agency_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_m_creative_agency_template.xml','https://www.joomlart.com/update-steps',''),(15703,5,0,'S5 Maxed Mag Template','','Shape5_maxedmag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_maxedmag_template.xml','https://www.joomlart.com/update-steps',''),(15704,5,0,'S5 MetroShows Template','','Shape5_metroshows_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_metroshows_template.xml','https://www.joomlart.com/update-steps',''),(15705,5,0,'S5 Modern Flavor Template','','Shape5_modern_flavor_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_modern_flavor_template.xml','https://www.joomlart.com/update-steps',''),(15706,5,0,'S5 New Vision Template','','Shape5_new_vision_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_new_vision_template.xml','https://www.joomlart.com/update-steps',''),(15707,5,0,'S5 News Blog Template','','Shape5_newsblog_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_newsblog_template.xml','https://www.joomlart.com/update-steps',''),(15708,5,0,'S5 Newsplace Template','','Shape5_newsplace_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_newsplace_template.xml','https://www.joomlart.com/update-steps',''),(15709,5,0,'S5 No1 Shopping Template','','Shape5_no1_shopping_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_no1_shopping_template.xml','https://www.joomlart.com/update-steps',''),(15710,5,0,'S5 Oasis Template','','Shape5_oasis_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_oasis_template.xml','https://www.joomlart.com/update-steps',''),(15711,5,0,'S5 Outdoor Life Template','','Shape5_outdoor_life_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_outdoor_life_template.xml','https://www.joomlart.com/update-steps',''),(15712,5,0,'S5 Pantheon Template','','Shape5_pantheon_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_pantheon_template.xml','https://www.joomlart.com/update-steps',''),(15713,5,0,'S5 Paradigm Shift Template','','Shape5_paradigm_shift_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_paradigm_shift_template.xml','https://www.joomlart.com/update-steps',''),(15714,5,0,'S5 Phosphorus Template','','Shape5_phosphorus_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_phosphorus_template.xml','https://www.joomlart.com/update-steps',''),(15715,5,0,'S5 Photobox Template','','Shape5_photobox_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_photobox_template.xml','https://www.joomlart.com/update-steps',''),(15716,5,0,'S5 Photofolio Template','','Shape5_photofolio_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_photofolio_template.xml','https://www.joomlart.com/update-steps',''),(15717,5,0,'S5 Prestige Academy Template','','Shape5_prestige_academy_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_prestige_academy_template.xml','https://www.joomlart.com/update-steps',''),(15718,5,0,'S5 Real Estate Template','','Shape5_realestate_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_realestate_template.xml','https://www.joomlart.com/update-steps',''),(15719,5,0,'S5 Regan Tech Template','','Shape5_regan_tech_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_regan_tech_template.xml','https://www.joomlart.com/update-steps',''),(15720,5,0,'S5 Risen Hope Template','','Shape5_risen_hope_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_risen_hope_template.xml','https://www.joomlart.com/update-steps',''),(15721,5,0,'S5 Salon N Spa Template','','Shape5_salonnspa_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_salonnspa_template.xml','https://www.joomlart.com/update-steps',''),(15722,5,0,'S5 Samba Spa Template','','Shape5_samba_template','template','',0,'1.5.0','','http://update.joomlart.com/service/tracking/j31/Shape5_samba_template.xml','https://www.joomlart.com/update-steps',''),(15723,5,0,'S5 Vertex Template','','Shape5_shape5_vertex_template','template','',0,'3.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_shape5_vertex_template.xml','https://www.joomlart.com/update-steps',''),(15724,5,0,'S5 Shenandoah Template','','Shape5_shenandoah_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_shenandoah_template.xml','https://www.joomlart.com/update-steps',''),(15725,5,0,'S5 ShoppingBag Template','','Shape5_shoppingbag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_shoppingbag_template.xml','https://www.joomlart.com/update-steps',''),(15726,5,0,'S5 Sienna Template','','Shape5_sienna_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sienna_template.xml','https://www.joomlart.com/update-steps',''),(15727,5,0,'S5 Simplex Template','','Shape5_simplex_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_simplex_template.xml','https://www.joomlart.com/update-steps',''),(15728,5,0,'S5 Soul Search Template','','Shape5_soul_search_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_soul_search_template.xml','https://www.joomlart.com/update-steps',''),(15729,5,0,'S5 Spectrum Template','','Shape5_spectrum_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_spectrum_template.xml','https://www.joomlart.com/update-steps',''),(15730,5,0,'S5 Sports Nation Template','','Shape5_sports_nation_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sports_nation_template.xml','https://www.joomlart.com/update-steps',''),(15731,5,0,'S5 Store Pro Template','','Shape5_storepro_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_storepro_template.xml','https://www.joomlart.com/update-steps',''),(15732,5,0,'S5 Swapps Template','','Shape5_swapps_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_swapps_template.xml','https://www.joomlart.com/update-steps',''),(15733,5,0,'S5 The Classifieds Template','','Shape5_the_classifieds_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_the_classifieds_template.xml','https://www.joomlart.com/update-steps',''),(15734,5,0,'S5 TheBlogazine Template','','Shape5_theblogazine_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_theblogazine_template.xml','https://www.joomlart.com/update-steps',''),(15735,5,0,'S5 Traction Template','','Shape5_traction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_traction_template.xml','https://www.joomlart.com/update-steps',''),(15736,5,0,'S5 University Template','','Shape5_university_template','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_university_template.xml','https://www.joomlart.com/update-steps',''),(15737,5,0,'S5 Velocity Template','','Shape5_velocity_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_velocity_template.xml','https://www.joomlart.com/update-steps',''),(15738,5,0,'S5 Zoka Template','','Shape5_zoka_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_zoka_template.xml','https://www.joomlart.com/update-steps',''),(15739,5,0,'JA Blockk Entertaiment 1','','blockk_entertaiment_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_entertaiment_1.xml','https://www.joomlart.com/update-steps',''),(15740,5,0,'JA Blockk Entertaiment 2','','blockk_entertaiment_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_entertaiment_2.xml','https://www.joomlart.com/update-steps',''),(15741,5,0,'JA Blockk Fashion 1','','blockk_fashion_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_1.xml','https://www.joomlart.com/update-steps',''),(15742,5,0,'JA Blockk Fashion 2','','blockk_fashion_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_2.xml','https://www.joomlart.com/update-steps',''),(15743,5,0,'JA Blockk Fashion 3','','blockk_fashion_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_3.xml','https://www.joomlart.com/update-steps',''),(15744,5,0,'JA Blockk Fashion 4','','blockk_fashion_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_4.xml','https://www.joomlart.com/update-steps',''),(15745,5,0,'JA Blockk Freebie 1','','blockk_freebie_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_freebie_1.xml','https://www.joomlart.com/update-steps',''),(15746,5,0,'JA Blockk Freebie 2','','blockk_freebie_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_freebie_2.xml','https://www.joomlart.com/update-steps',''),(15747,5,0,'JA Blockk Gaming 1','','blockk_gaming_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_1.xml','https://www.joomlart.com/update-steps',''),(15748,5,0,'JA Blockk Gaming 2','','blockk_gaming_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_2.xml','https://www.joomlart.com/update-steps',''),(15749,5,0,'JA Blockk Gaming 3','','blockk_gaming_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_3.xml','https://www.joomlart.com/update-steps',''),(15750,5,0,'JA Blockk Gaming 4','','blockk_gaming_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_4.xml','https://www.joomlart.com/update-steps',''),(15751,5,0,'JA Blockk Magz 1','','blockk_magz_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_1.xml','https://www.joomlart.com/update-steps',''),(15752,5,0,'JA Blockk Magz 2','','blockk_magz_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_2.xml','https://www.joomlart.com/update-steps',''),(15753,5,0,'JA Blockk Magz 3','','blockk_magz_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_3.xml','https://www.joomlart.com/update-steps',''),(15754,5,0,'JA Blockk Magz 4','','blockk_magz_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_4.xml','https://www.joomlart.com/update-steps',''),(15755,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'7.1.0','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(15756,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.5','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(15757,5,0,'Guru Pro','','com_guru_pro','component','',1,'6.2.3','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(15758,5,0,'JA Builder Component','','com_jabuilder','component','',1,'2.0.1','','http://update.joomlart.com/service/tracking/j31/com_jabuilder.xml','https://www.joomlart.com/update-steps',''),(15759,5,0,'JA Extension Manager Component','','com_jaextmanager','component','',1,'2.7.6','','http://update.joomlart.com/service/tracking/j31/com_jaextmanager.xml','https://www.joomlart.com/update-steps',''),(15760,5,0,'JA Multilingual Component for Joomla','','com_jalang','component','',1,'1.2.0','','http://update.joomlart.com/service/tracking/j31/com_jalang.xml','https://www.joomlart.com/update-steps',''),(15761,5,0,'JA Page Builder Component','','com_japagebuilder','component','',1,'1.0.0_alpha3','','http://update.joomlart.com/service/tracking/j31/com_japagebuilder.xml','https://www.joomlart.com/update-steps',''),(15762,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.1.0','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(15763,5,0,'T4 Page Builder Component','','com_t4pagebuilder','component','',1,'2.1.0','','http://update.joomlart.com/service/tracking/j31/com_t4pagebuilder.xml','https://www.joomlart.com/update-steps',''),(15764,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(15765,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(15766,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(15767,5,0,'JA Resume Theme for EasyBlog','','easyblog_theme_resume','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_resume.xml','https://www.joomlart.com/update-steps',''),(15768,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(15769,5,0,'GK Academy Template','','gk_academy','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_academy.xml','https://www.joomlart.com/update-steps',''),(15770,5,0,'GK App Template','','gk_app','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_app.xml','https://www.joomlart.com/update-steps',''),(15771,5,0,'GK Bauhaus Template','','gk_bauhaus','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_bauhaus.xml','https://www.joomlart.com/update-steps',''),(15772,5,0,'GK Blend Template','','gk_blend','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_blend.xml','https://www.joomlart.com/update-steps',''),(15773,5,0,'GK Decor template','','gk_decor','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/gk_decor.xml','https://www.joomlart.com/update-steps',''),(15774,5,0,'GK EvoNews Template','','gk_evonews','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_evonews.xml','https://www.joomlart.com/update-steps',''),(15775,5,0,'GK Fit Template','','gk_fit','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_fit.xml','https://www.joomlart.com/update-steps',''),(15776,5,0,'GK Folio Template','','gk_folio','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_folio.xml','https://www.joomlart.com/update-steps',''),(15777,5,0,'GK Infinity Template','','gk_infinity','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_infinity.xml','https://www.joomlart.com/update-steps',''),(15778,5,0,'GK Issues Template','','gk_issues','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_issues.xml','https://www.joomlart.com/update-steps',''),(15779,5,0,'GK Kidty template','','gk_kidty','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_kidty.xml','https://www.joomlart.com/update-steps',''),(15780,5,0,'GK magazine','','gk_magazine','template','',0,'4.4.1','','http://update.joomlart.com/service/tracking/j31/gk_magazine.xml','https://www.joomlart.com/update-steps',''),(15781,5,0,'GK Paradise Template','','gk_paradise','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_paradise.xml','https://www.joomlart.com/update-steps',''),(15782,5,0,'GK Portfolio Template','','gk_portfolio','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_portfolio.xml','https://www.joomlart.com/update-steps',''),(15783,5,0,'GK Quark template','','gk_quark','template','',0,'2.1.6','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(15784,5,0,'GK ResumeTemplate','','gk_resume','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_resume.xml','https://www.joomlart.com/update-steps',''),(15785,5,0,'GK Shop & Buy Template','','gk_shop_and_buy','template','',0,'4.4','','http://update.joomlart.com/service/tracking/j31/gk_shop_and_buy.xml','https://www.joomlart.com/update-steps',''),(15786,5,0,'GK Siggi Template','','gk_siggi','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_siggi.xml','https://www.joomlart.com/update-steps',''),(15787,5,0,'GK Stora Template','','gk_stora','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/gk_stora.xml','https://www.joomlart.com/update-steps',''),(15788,5,0,'GK storefront ','','gk_storefront','template','',0,'4.5.0','','http://update.joomlart.com/service/tracking/j31/gk_storefront.xml','https://www.joomlart.com/update-steps',''),(15789,5,0,'GK technews','','gk_technews','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_technews.xml','https://www.joomlart.com/update-steps',''),(15790,5,0,'GK Wedding Template','','gk_wedding','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_wedding.xml','https://www.joomlart.com/update-steps',''),(15791,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(15792,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.5','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(15793,5,0,'Guru Search Module','','guru-search-module','module','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/guru-search-module.xml','https://www.joomlart.com/update-steps',''),(15794,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(15795,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(15796,5,0,'JA Allure Template','','ja_allure','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_allure.xml','https://www.joomlart.com/update-steps',''),(15797,5,0,'JA Alpha Template','','ja_alpha','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_alpha.xml','https://www.joomlart.com/update-steps',''),(15798,5,0,'JA Alumni Template','','ja_alumni','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_alumni.xml','https://www.joomlart.com/update-steps',''),(15799,5,0,'JA Artsy Template','','ja_artsy','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_artsy.xml','https://www.joomlart.com/update-steps',''),(15800,5,0,'JA Atoms Template','','ja_atoms','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_atoms.xml','https://www.joomlart.com/update-steps',''),(15801,5,0,'JA Autoshop Source File','','ja_autoshop','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_autoshop.xml','https://www.joomlart.com/update-steps',''),(15802,5,0,'JA Beauty Source File','','ja_beauty','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_beauty.xml','https://www.joomlart.com/update-steps',''),(15803,5,0,'JA Biz Template','','ja_biz','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_biz.xml','https://www.joomlart.com/update-steps',''),(15804,5,0,'JA Blockk Template','','ja_blockk','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_blockk.xml','https://www.joomlart.com/update-steps',''),(15805,5,0,'JA Brickstore Template','','ja_brickstore','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_brickstore.xml','https://www.joomlart.com/update-steps',''),(15806,5,0,'JA Builder Package','','ja_builder_pkg','package','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_builder_pkg.xml','https://www.joomlart.com/update-steps',''),(15807,5,0,'JA Cagox template','','ja_cagox','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(15808,5,0,'JA Campaign Template','','ja_campaign','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_campaign.xml','https://www.joomlart.com/update-steps',''),(15809,5,0,'JA Candidate Template','','ja_candidate','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_candidate.xml','https://www.joomlart.com/update-steps',''),(15810,5,0,'JA Charity template','','ja_charity','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_charity.xml','https://www.joomlart.com/update-steps',''),(15811,5,0,'JA City Guide Template','','ja_cityguide','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/ja_cityguide.xml','https://www.joomlart.com/update-steps',''),(15812,5,0,'JA Company Template','','ja_company','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(15813,5,0,'JA Conf Template','','ja_conf','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_conf.xml','https://www.joomlart.com/update-steps',''),(15814,5,0,'JA Diner Template','','ja_diner','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_diner.xml','https://www.joomlart.com/update-steps',''),(15815,5,0,'JA Directory Template','','ja_directory','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(15816,5,0,'JA Donate Template','','ja_donate','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(15817,5,0,'JA Edenite II Template','','ja_edenite_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_edenite_ii.xml','https://www.joomlart.com/update-steps',''),(15818,5,0,'JA Educatsy Template','','ja_educatsy','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_educatsy.xml','https://www.joomlart.com/update-steps',''),(15819,5,0,'JA Ego Template','','ja_ego','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_ego.xml','https://www.joomlart.com/update-steps',''),(15820,5,0,'JA Elicyon Template','','ja_elicyon','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_elicyon.xml','https://www.joomlart.com/update-steps',''),(15821,5,0,'JA EventCamp Template','','ja_eventcamp','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_eventcamp.xml','https://www.joomlart.com/update-steps',''),(15822,5,0,'JA Events II template','','ja_events_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_events_ii.xml','https://www.joomlart.com/update-steps',''),(15823,5,0,'JA Fit Template','','ja_fit','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_fit.xml','https://www.joomlart.com/update-steps',''),(15824,5,0,'ja flix tpl','','ja_flix','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_flix.xml','https://www.joomlart.com/update-steps',''),(15825,5,0,'JA Focus Template','','ja_focus','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_focus.xml','https://www.joomlart.com/update-steps',''),(15826,5,0,'JA Good Template','','ja_good','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_good.xml','https://www.joomlart.com/update-steps',''),(15827,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(15828,5,0,'JA Helple Template','','ja_helple','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_helple.xml','https://www.joomlart.com/update-steps',''),(15829,5,0,'JA Hotel Template','','ja_hotel','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_hotel.xml','https://www.joomlart.com/update-steps',''),(15830,5,0,'JA Insight Template','','ja_insight','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_insight.xml','https://www.joomlart.com/update-steps',''),(15831,5,0,'JA Intranet Template','','ja_intranet','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(15832,5,0,'ja Justitia Template','','ja_justitia','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_justitia.xml','https://www.joomlart.com/update-steps',''),(15833,5,0,'JA Kids Corner Source File','','ja_kidscorner','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_kidscorner.xml','https://www.joomlart.com/update-steps',''),(15834,5,0,'JA Landscape Template','','ja_landscape','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_landscape.xml','https://www.joomlart.com/update-steps',''),(15835,5,0,'JA Lawfirm Template ','','ja_lawfirm','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_lawfirm.xml','https://www.joomlart.com/update-steps',''),(15836,5,0,'JA Magz II Template','','ja_magz_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_magz_ii.xml','https://www.joomlart.com/update-steps',''),(15837,5,0,'JA Mason Template','','ja_mason','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mason.xml','https://www.joomlart.com/update-steps',''),(15838,5,0,'JA Megastore Template','','ja_megastore','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(15839,5,0,'JA Mono Template','','ja_mono','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mono.xml','https://www.joomlart.com/update-steps',''),(15840,5,0,'JA Mood Template','','ja_mood','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(15841,5,0,'JA Morgan Template','','ja_morgan','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_morgan.xml','https://www.joomlart.com/update-steps',''),(15842,5,0,'JA Moviemax Template','','ja_moviemax','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_moviemax.xml','https://www.joomlart.com/update-steps',''),(15843,5,0,'JA Oslo Template','','ja_oslo','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_oslo.xml','https://www.joomlart.com/update-steps',''),(15844,5,0,'JA Platon Template','','ja_platon','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon.xml','https://www.joomlart.com/update-steps',''),(15845,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(15846,5,0,'JA Play School Template','','ja_playschool','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_playschool.xml','https://www.joomlart.com/update-steps',''),(15847,5,0,'JA Playstore Template','','ja_playstore','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(15848,5,0,'JA Property Template','','ja_property','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(15849,5,0,'JA Rent template','','ja_rent','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_rent.xml','https://www.joomlart.com/update-steps',''),(15850,5,0,'JA Resort Template','','ja_resort','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_resort.xml','https://www.joomlart.com/update-steps',''),(15851,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(15852,5,0,'JA Resume Template','','ja_resume','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_resume.xml','https://www.joomlart.com/update-steps',''),(15853,5,0,'JA Sensei Source File','','ja_sensei','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_sensei.xml','https://www.joomlart.com/update-steps',''),(15854,5,0,'JA Shoe Template','','ja_shoe','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_shoe.xml','https://www.joomlart.com/update-steps',''),(15855,5,0,'JA Simpli Template','','ja_simpli','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/ja_simpli.xml','https://www.joomlart.com/update-steps',''),(15856,5,0,'JA Smallbiz Template','','ja_smallbiz','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_smallbiz.xml','https://www.joomlart.com/update-steps',''),(15857,5,0,'JA Social II template','','ja_social_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_social_ii.xml','https://www.joomlart.com/update-steps',''),(15858,5,0,'JA Spa Template','','ja_spa','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_spa.xml','https://www.joomlart.com/update-steps',''),(15859,5,0,'JA Space Template','','ja_space','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_space.xml','https://www.joomlart.com/update-steps',''),(15860,5,0,'JA Stark Template','','ja_stark','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(15861,5,0,'JA Symphony Template','','ja_symphony','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_symphony.xml','https://www.joomlart.com/update-steps',''),(15862,5,0,'JA Techzone Template','','ja_techzone','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_techzone.xml','https://www.joomlart.com/update-steps',''),(15863,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(15864,5,0,'JA Tour Template','','ja_tour','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_tour.xml','https://www.joomlart.com/update-steps',''),(15865,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(15866,5,0,'JA University T3 template','','ja_university_t3','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(15867,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(15868,5,0,'JA Vital Template','','ja_vital','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_vital.xml','https://www.joomlart.com/update-steps',''),(15869,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(15870,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(15871,5,0,'JS Column Theme','','js_column','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_column.xml','https://www.joomlart.com/update-steps',''),(15872,5,0,'JS Flat Theme','','js_flat','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_flat.xml','https://www.joomlart.com/update-steps',''),(15873,5,0,'JS Kikiriki Theme','','js_kikiriki','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_kikiriki.xml','https://www.joomlart.com/update-steps',''),(15874,5,0,'JS Shadow Theme','','js_shadow','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_shadow.xml','https://www.joomlart.com/update-steps',''),(15875,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(15876,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(15877,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(15878,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(15879,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(15880,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(15881,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(15882,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(15883,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(15884,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(15885,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(15886,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(15887,5,0,'Community Toolbar Module','','mod_community_toolbar','module','',0,'4.8.0','','http://update.joomlart.com/service/tracking/j31/mod_community_toolbar.xml','https://www.joomlart.com/update-steps',''),(15888,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(15889,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(15890,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(15891,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(15892,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(15893,5,0,'GK Register Module ','','mod_gk_register','module','',0,'1.3','','http://update.joomlart.com/service/tracking/j31/mod_gk_register.xml','https://www.joomlart.com/update-steps',''),(15894,5,0,'Metro Grid GK5','','mod_grid_gk5','module','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j31/mod_grid_gk5.xml','https://www.joomlart.com/update-steps',''),(15895,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.8.2','','http://update.joomlart.com/service/tracking/j31/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(15896,5,0,'JA Finance Module','','mod_jafinance','module','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/mod_jafinance.xml','https://www.joomlart.com/update-steps',''),(15897,5,0,'JA Google Analytics','','mod_jagoogle_analytics','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/mod_jagoogle_analytics.xml','https://www.joomlart.com/update-steps',''),(15898,5,0,'JA Masthead Module ','','mod_jamasthead','module','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/mod_jamasthead.xml','https://www.joomlart.com/update-steps',''),(15899,5,0,'JA Megafilter Module','','mod_jamegafilter','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(15900,5,0,'JA Promo Bar module','','mod_japromobar','module','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/mod_japromobar.xml','https://www.joomlart.com/update-steps',''),(15901,5,0,'GK News Pro GK4 Module','','mod_news_pro_gk4','module','',0,'3.5.0','','http://update.joomlart.com/service/tracking/j31/mod_news_pro_gk4.xml','https://www.joomlart.com/update-steps',''),(15902,5,0,'News Pro GK5','','mod_news_pro_gk5','module','',0,'2.2.1','','http://update.joomlart.com/service/tracking/j31/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(15903,5,0,'S5 Box Module','','mod_s5_box','module','',0,'6.2.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_box.xml','https://www.joomlart.com/update-steps',''),(15904,5,0,'S5 Contact Popup Module','','mod_s5_contact_popup','module','',0,'1.6.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_contact_popup.xml','https://www.joomlart.com/update-steps',''),(15905,5,0,'S5 Horizontal Accordion Module','','mod_s5_horizontal_accordion','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_horizontal_accordion.xml','https://www.joomlart.com/update-steps',''),(15906,5,0,'S5 Image Content Fader v4 Module','','mod_s5_image_and_content_faderv4','module','',0,'4.5.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_image_and_content_faderv4.xml','https://www.joomlart.com/update-steps',''),(15907,5,0,'S5 Instagram Feed Module','','mod_s5_instagram_feed','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/mod_s5_instagram_feed.xml','https://www.joomlart.com/update-steps',''),(15908,5,0,'S5 Live Search Module','','mod_s5_live_search','module','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/mod_s5_live_search.xml','https://www.joomlart.com/update-steps',''),(15909,5,0,'S5 Mailchimp Signup Module','','mod_s5_mailchimp_signup','module','',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_mailchimp_signup.xml','https://www.joomlart.com/update-steps',''),(15910,5,0,'S5 Masonry Module','','mod_s5_masonry','module','',0,'3.1.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_masonry.xml','https://www.joomlart.com/update-steps',''),(15911,5,0,'S5 News Display 2 Module','','mod_s5_news_display_2','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_news_display_2.xml','https://www.joomlart.com/update-steps',''),(15912,5,0,'S5 New Sticker V3 Module','','mod_s5_newstickerv3','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_newstickerv3.xml','https://www.joomlart.com/update-steps',''),(15913,5,0,'S5 Open Table Module','','mod_s5_opentable','module','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_opentable.xml','https://www.joomlart.com/update-steps',''),(15914,5,0,'S5 Photo Showcase V2 Module','','mod_s5_photo_showcase_v2','module','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/mod_s5_photo_showcase_v2.xml','https://www.joomlart.com/update-steps',''),(15915,5,0,'S5 Quick Contact Module','','mod_s5_quick_contact','module','',0,'4.4.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_quick_contact.xml','https://www.joomlart.com/update-steps',''),(15916,5,0,'S5 Register Module','','mod_s5_register','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_register.xml','https://www.joomlart.com/update-steps',''),(15917,5,0,'S5 Snipcart Module','','mod_s5_snipcart','module','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_snipcart.xml','https://www.joomlart.com/update-steps',''),(15918,5,0,'S5 Tab Show v3 Module','','mod_s5_tab_show','module','',0,'3.4.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_tab_show.xml','https://www.joomlart.com/update-steps',''),(15919,5,0,'S5 Tab Show v2 Module','','mod_s5_tabshow_v2','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_tabshow_v2.xml','https://www.joomlart.com/update-steps',''),(15920,5,0,'S5 Typed Text Module','','mod_s5_typed_text','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_typed_text.xml','https://www.joomlart.com/update-steps',''),(15921,5,0,'S5 Vertical Accordion Module','','mod_s5_vertical_accordion','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_vertical_accordion.xml','https://www.joomlart.com/update-steps',''),(15922,5,0,'S5 Mapit Module','','mod_s5mapit','module','',0,'1.9.0','','http://update.joomlart.com/service/tracking/j31/mod_s5mapit.xml','https://www.joomlart.com/update-steps',''),(15923,5,0,'GK Tabs GK5 Module','','mod_tabs_gk5','module','',0,'2.3','','http://update.joomlart.com/service/tracking/j31/mod_tabs_gk5.xml','https://www.joomlart.com/update-steps',''),(15924,5,0,'JB ZenTools Module','','mod_zentools','module','',0,'1.14.7','','http://update.joomlart.com/service/tracking/j31/mod_zentools.xml','https://www.joomlart.com/update-steps',''),(15925,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(15926,5,0,'Plugin Ajax JA Content Type','','jacontenttype','plugin','ajax',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plg_ajax_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(15927,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(15928,5,0,'GK PLG Authentication Facebook','','facebook','plugin','authentication',0,'1.4','','http://update.joomlart.com/service/tracking/j31/plg_authentication_facebook.xml','https://www.joomlart.com/update-steps',''),(15929,5,0,'T4 Content Load PageBuilder','','loadt4pagebuilder','plugin','content',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/plg_content_loadt4pagebuilder.xml','https://www.joomlart.com/update-steps',''),(15930,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(15931,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(15932,5,0,'GK Typography Plugin','','typography','plugin','gk',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_gk_typography.xml','https://www.joomlart.com/update-steps',''),(15933,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(15934,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(15935,5,0,'JA Megafilter DOCman Plugin','','docman','plugin','jamegafilter',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_docman.xml','https://www.joomlart.com/update-steps',''),(15936,5,0,'JA Megafilter EShop Plugin','','eshop','plugin','jamegafilter',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(15937,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(15938,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(15939,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(15940,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(15941,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(15942,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.7','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(15943,5,0,'GK Extmenu system plugin','','gkextmenu','plugin','sys',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_sys_gkextmenu.xml','https://www.joomlart.com/update-steps',''),(15944,5,0,'GK Reservation system plugin','','gkreservation','plugin','sys',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_sys_gkreservation.xml','https://www.joomlart.com/update-steps',''),(15945,5,0,'System JA Campaign','','jacampaign','plugin','system',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/plg_system_jacampaign.xml','https://www.joomlart.com/update-steps',''),(15946,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(15947,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(15948,5,0,'T4 System Plugin ','','t4','plugin','system',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(15949,5,0,'S5 Css And Js Compressor Plugin','','plugin_s5_css_and_js_compressor','plugin','plugin_s5_css_and_js',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_css_and_js_compressor.xml','https://www.joomlart.com/update-steps',''),(15950,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(15951,5,0,'S5 Flex Menu Plugin','','plugin_s5_flex_menu','plugin','plugin_s5_flex_menu',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_flex_menu.xml','https://www.joomlart.com/update-steps',''),(15952,5,0,'S5 Ie6 Warning Plugin','','plugin_s5_ie6_warning','plugin','plugin_s5_ie6_warnin',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_ie6_warning.xml','https://www.joomlart.com/update-steps',''),(15953,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(15954,5,0,'Purity III Template','','purity_iii','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(15955,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(15956,5,0,'JS Socialize template','','socialize','template','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/socialize.xml','https://www.joomlart.com/update-steps',''),(15957,5,0,'T4 Pagebuilder Package','','t4_page_builder_pkg','package','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/t4_page_builder_pkg.xml','https://www.joomlart.com/update-steps',''),(15958,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(15959,5,0,'Sample package for Uber App','','uber_app','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_app.xml','https://www.joomlart.com/update-steps',''),(15960,5,0,'Sample package for Uber Bookstore','','uber_bookstore','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_bookstore.xml','https://www.joomlart.com/update-steps',''),(15961,5,0,'Sample package for Uber Business','','uber_business','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_business.xml','https://www.joomlart.com/update-steps',''),(15962,5,0,'Sample package for Uber Charity','','uber_charity','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_charity.xml','https://www.joomlart.com/update-steps',''),(15963,5,0,'Sample package for Uber Church','','uber_church','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_church.xml','https://www.joomlart.com/update-steps',''),(15964,5,0,'Sample package for Uber Construction','','uber_construction','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_construction.xml','https://www.joomlart.com/update-steps',''),(15965,5,0,'Sample package for Uber Corporate','','uber_corporate','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_corporate.xml','https://www.joomlart.com/update-steps',''),(15966,5,0,'Sample package for Uber Gym','','uber_gym','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_gym.xml','https://www.joomlart.com/update-steps',''),(15967,5,0,'Sample package for Uber Home','','uber_home','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_home.xml','https://www.joomlart.com/update-steps',''),(15968,5,0,'Sample package for Uber Landing ','','uber_landing','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_landing.xml','https://www.joomlart.com/update-steps',''),(15969,5,0,'Sample package for Uber Lawyer','','uber_lawyer','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_lawyer.xml','https://www.joomlart.com/update-steps',''),(15970,5,0,'Sample package for Uber Medicare','','uber_medicare','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_medicare.xml','https://www.joomlart.com/update-steps',''),(15971,5,0,'Sample package for Uber Music','','uber_music','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_music.xml','https://www.joomlart.com/update-steps',''),(15972,5,0,'Sample package for Uber Restaurant','','uber_restaurant','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_restaurant.xml','https://www.joomlart.com/update-steps',''),(15973,5,0,'Sample package for Uber Spa','','uber_spa','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_spa.xml','https://www.joomlart.com/update-steps',''),(15974,5,0,'Sample package for Uber University','','uber_university','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_university.xml','https://www.joomlart.com/update-steps',''),(15975,5,0,'Sample package for Uber Wedding','','uber_wedding','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_wedding.xml','https://www.joomlart.com/update-steps',''),(15976,9,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com/joomla/138/b61e70db','',''),(15977,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/138/2084920890','',''),(15978,9,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com/joomla/286/21ffe006','',''),(15979,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/286/326466299','',''),(15980,9,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com/joomla/287/cb577720','',''),(15981,9,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com/joomla/301/dfc993d8','',''),(15982,9,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(15983,9,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com/joomla/313/1985305838','',''),(15984,9,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/313/1307741342','',''),(15985,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com/joomla/313/1301311221','',''),(15986,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','https://updates.rockettheme.com/joomla/313/2049982768','',''),(15987,9,0,'RokCheck (Template Version Check)','','','module','',1,'1.0.1','0802','https://updates.rockettheme.com/joomla/381/791616223','',''),(15988,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/381/337128173','',''),(15989,9,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/559/1033ef39','',''),(15990,10,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.11.20240609','','http://getk2.org/update.xml','https://github.com/getk2/k2/blob/master/CHANGELOG.md',''),(15991,15,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.11.20240609','','http://getk2.org/app/update.xml','https://github.com/getk2/k2/blob/master/CHANGELOG.md',''),(15992,16,0,'Regular Labs - Modules Anywhere','','modulesanywhere','plugin','system',0,'7.18.0','','https://download.regularlabs.com/updates.xml?e=modulesanywhere&type=.xml','https://www.regularlabs.com/modulesanywhere/download',''),(15993,17,0,'JCE 2.9.41','','pkg_jce','package','',0,'2.9.41','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-41-released',''),(15994,18,0,'SCLogin','','mod_sclogin','module','',0,'9.0.244','','http://www.sourcecoast.com/updates/sclogin.xml','https://www.sourcecoast.com/index.php?option=com_ars&view=Items&release_id=265&format=html',''),(15995,19,0,'T3 System Plugin','','t3','plugin','system',0,'3.2.2','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(15996,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15997,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15998,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(15999,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(16000,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(16001,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(16002,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(16003,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(16004,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(16005,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(16006,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(16007,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(16008,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(16009,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(16010,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(16011,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(16012,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(16013,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(16014,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(16015,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(16016,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(16017,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(16018,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(16019,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(16020,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(16021,3,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(16022,3,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(16023,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(16024,3,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(16025,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(16026,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(16027,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(16028,3,0,'French','','pkg_fr-FR','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(16029,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(16030,3,0,'German','','pkg_de-DE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(16031,3,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(16032,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(16033,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(16034,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(16035,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(16036,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.12.2','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(16037,3,0,'Irish','','pkg_ga-IE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ga-IE_details.xml','',''),(16038,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(16039,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(16040,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(16041,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(16042,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(16043,3,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.12.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(16044,3,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(16045,3,0,'Polish','','pkg_pl-PL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(16046,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(16047,3,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(16048,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(16049,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(16050,3,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(16051,3,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(16052,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(16053,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(16054,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(16055,3,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(16056,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(16057,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(16058,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(16059,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(16060,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(16061,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(16062,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(16063,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(16064,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(16065,5,0,'JA Extension Manager Component','','com_jaextmanager','component','',1,'2.7.5','','http://update.joomlart.com/service/tracking/j16/com_jaextmanager.xml','https://www.joomlart.com/update-steps',''),(16066,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.4.0','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(16067,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'2.0.4','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(16068,5,0,'JA Appolio Theme for EasyBlog','','easyblog_theme_appolio','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_appolio.xml','https://www.joomlart.com/update-steps',''),(16069,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(16070,5,0,'JA Biz Theme for EasyBlog','','easyblog_theme_biz','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_biz.xml','https://www.joomlart.com/update-steps',''),(16071,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(16072,5,0,'JA Decor Theme for EasyBlog','','easyblog_theme_decor','custom','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_decor.xml','https://www.joomlart.com/update-steps',''),(16073,5,0,'Theme Fixel for Easyblog J25 & J3x','','easyblog_theme_fixel','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_fixel.xml','https://www.joomlart.com/update-steps',''),(16074,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(16075,5,0,'JA Muzic Theme for EasyBlog','','easyblog_theme_muzic','custom','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_muzic.xml','https://www.joomlart.com/update-steps',''),(16076,5,0,'JA Obelisk Theme for EasyBlog','','easyblog_theme_obelisk','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_obelisk.xml','https://www.joomlart.com/update-steps',''),(16077,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(16078,5,0,'JA Bookshop Template','','ja_bookshop','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_bookshop.xml','https://www.joomlart.com/update-steps',''),(16079,5,0,'JA Brisk Template for J25 & J3x','','ja_brisk','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_brisk.xml','https://www.joomlart.com/update-steps',''),(16080,5,0,'JA Decor Template','','ja_decor','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j16/ja_decor.xml','https://www.joomlart.com/update-steps',''),(16081,5,0,'JA Fubix Template for J25 & J3x','','ja_fubix','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_fubix.xml','https://www.joomlart.com/update-steps',''),(16082,5,0,'JA Jason template','','ja_jason','template','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/ja_jason.xml','https://www.joomlart.com/update-steps',''),(16083,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(16084,5,0,'JA Medicare Template','','ja_medicare','template','',0,'3.0.1','','http://update.joomlart.com/service/tracking/j16/ja_medicare.xml','https://www.joomlart.com/update-steps',''),(16085,5,0,'JA Mero Template for J25 & J3x','','ja_mero','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_mero.xml','https://www.joomlart.com/update-steps',''),(16086,5,0,'JA Mitius Template','','ja_mitius','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j16/ja_mitius.xml','https://www.joomlart.com/update-steps',''),(16087,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(16088,5,0,'JA Nuevo template','','ja_nuevo','template','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/ja_nuevo.xml','https://www.joomlart.com/update-steps',''),(16089,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(16090,5,0,'JA Playmag Template','','ja_playmag','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j16/ja_playmag.xml','https://www.joomlart.com/update-steps',''),(16091,5,0,'JA Smashboard Template','','ja_smashboard','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_smashboard.xml','https://www.joomlart.com/update-steps',''),(16092,5,0,'JA Sugite Template','','ja_sugite','template','',0,'2.1.3','','http://update.joomlart.com/service/tracking/j16/ja_sugite.xml','https://www.joomlart.com/update-steps',''),(16093,5,0,'JA Travel Template for Joomla 3x','','ja_travel','template','',0,'2.5.7','','http://update.joomlart.com/service/tracking/j16/ja_travel.xml','https://www.joomlart.com/update-steps',''),(16094,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(16095,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(16096,5,0,'Kunena Template for Ja Orisite','','kunena_theme_orisite','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/kunena_theme_orisite.xml','https://www.joomlart.com/update-steps',''),(16097,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.4.2','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(16098,5,0,'JA Accordion Module','','mod_jaaccordion','module','',0,'2.6.3','','http://update.joomlart.com/service/tracking/j16/mod_jaaccordion.xml','https://www.joomlart.com/update-steps',''),(16099,5,0,'JA Content Listing Module','','mod_jacontentlisting','module','',0,'1.2.8','','http://update.joomlart.com/service/tracking/j16/mod_jacontentlisting.xml','https://www.joomlart.com/update-steps',''),(16100,5,0,'JA Content Slider Module','','mod_jacontentslider','module','',0,'2.7.7','','http://update.joomlart.com/service/tracking/j16/mod_jacontentslider.xml','https://www.joomlart.com/update-steps',''),(16101,5,0,'JA Facebook Like Box Module','','mod_jafacebooklikebox','module','',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/mod_jafacebooklikebox.xml','https://www.joomlart.com/update-steps',''),(16102,5,0,'JA Google chart 2','','mod_jagooglechart_2','module','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j16/mod_jagooglechart_2.xml','https://www.joomlart.com/update-steps',''),(16103,5,0,'JA Image Hotspot Module','','mod_jaimagehotspot','module','',0,'1.3.2','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(16104,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.4.0','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(16105,5,0,'JA Login module','','mod_jalogin','module','',0,'2.9.0','','http://update.joomlart.com/service/tracking/j16/mod_jalogin.xml','https://www.joomlart.com/update-steps',''),(16106,5,0,'JA Masthead Module ','','mod_jamasthead','module','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j16/mod_jamasthead.xml','https://www.joomlart.com/update-steps',''),(16107,5,0,'JA Newsticker Module for J3x','','mod_janewsticker','module','',0,'2.6.3','','http://update.joomlart.com/service/tracking/j16/mod_janewsticker.xml','https://www.joomlart.com/update-steps',''),(16108,5,0,'JA Quick Contact Module','','mod_jaquickcontact','module','',0,'2.8.0','','http://update.joomlart.com/service/tracking/j16/mod_jaquickcontact.xml','https://www.joomlart.com/update-steps',''),(16109,5,0,'JA SideNews Module ','','mod_jasidenews','module','',0,'2.6.9','','http://update.joomlart.com/service/tracking/j16/mod_jasidenews.xml','https://www.joomlart.com/update-steps',''),(16110,5,0,'JA Slideshow Lite Module ','','mod_jaslideshowlite','module','',0,'1.2.9','','http://update.joomlart.com/service/tracking/j16/mod_jaslideshowlite.xml','https://www.joomlart.com/update-steps',''),(16111,5,0,'JA Social Locker module','','mod_jasocial_locker','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/mod_jasocial_locker.xml','https://www.joomlart.com/update-steps',''),(16112,5,0,'JA Twitter Module','','mod_jatwitter','module','',0,'3.1.0','','http://update.joomlart.com/service/tracking/j16/mod_jatwitter.xml','https://www.joomlart.com/update-steps',''),(16113,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(16114,5,0,'S5 Accordion Menu Module','','mod_s5_accordion_menu','module','',0,'2.4.0','','http://update.joomlart.com/service/tracking/j16/mod_s5_accordion_menu.xml','https://www.joomlart.com/update-steps',''),(16115,5,0,'JA Disqus Debate Echo plugin','','debate_echo','plugin','jadisqus',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/plg_jadisqus_debate_echo.xml','https://www.joomlart.com/update-steps',''),(16116,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.2.1','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(16117,5,0,'Multi Captcha Engine Plugin','','captcha_engine','plugin','multiple',0,'2.6.1','','http://update.joomlart.com/service/tracking/j16/plg_multiple_captcha_engine.xml','https://www.joomlart.com/update-steps',''),(16118,5,0,'JA Builder System Plugin','','jabuilder','plugin','system',0,'2.0.0','','http://update.joomlart.com/service/tracking/j16/plg_system_jabuilder.xml','https://www.joomlart.com/update-steps',''),(16119,5,0,'JA System Google Map plugin','','jagooglemap','plugin','system',0,'2.8.1','','http://update.joomlart.com/service/tracking/j16/plg_system_jagooglemap.xml','https://www.joomlart.com/update-steps',''),(16120,5,0,'JA Popup Plugin','','japopup','plugin','system',0,'3.0.0','','http://update.joomlart.com/service/tracking/j16/plg_system_japopup.xml','https://www.joomlart.com/update-steps',''),(16121,5,0,'JA System Social Feed Plugin','','jasocial_feed','plugin','system',0,'1.6.0','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(16122,5,0,'JA Tabs Plugin for Joomla 3 & Joomla 4','','jatabs','plugin','system',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/plg_system_jatabs.xml','https://www.joomlart.com/update-steps',''),(16123,5,0,'T3 System Plugin','','t3','plugin','system',0,'3.2.2','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','https://www.joomlart.com/update-steps',''),(16124,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(16125,5,0,'Uber Template','','uber','template','',0,'3.1.0','','http://update.joomlart.com/service/tracking/j16/uber.xml','https://www.joomlart.com/update-steps',''),(16126,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(16127,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.9','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(16128,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(16129,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(16130,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(16131,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.9.3','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(16132,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(16133,5,0,'GK bluap','','gk_bluap','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_bluap.xml','https://www.joomlart.com/update-steps',''),(16134,5,0,'GK Box Template','','gk_box','template','',0,'2.1.4','','http://update.joomlart.com/service/tracking/j30/gk_box.xml','https://www.joomlart.com/update-steps',''),(16135,5,0,'GK cloudhost J!3','','gk_cloudhost','template','',0,'4.3','','http://update.joomlart.com/service/tracking/j30/gk_cloudhost.xml','https://www.joomlart.com/update-steps',''),(16136,5,0,'GK Creativity','','gk_creativity','template','',0,'4.2.3','','http://update.joomlart.com/service/tracking/j30/gk_creativity.xml','https://www.joomlart.com/update-steps',''),(16137,5,0,'GK events J!3','','gk_events','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_events.xml','https://www.joomlart.com/update-steps',''),(16138,5,0,'GK game J!3','','gk_game','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_game.xml','https://www.joomlart.com/update-steps',''),(16139,5,0,'GK hotel','','gk_hotel','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(16140,5,0,'GK instyle','','gk_instyle','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_instyle.xml','https://www.joomlart.com/update-steps',''),(16141,5,0,'GK john s J!3','','gk_john_s','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_john_s.xml','https://www.joomlart.com/update-steps',''),(16142,5,0,'GK magazine','','gk_magazine','template','',0,'4.3','','http://update.joomlart.com/service/tracking/j30/gk_magazine.xml','https://www.joomlart.com/update-steps',''),(16143,5,0,'GK mo J!3','','gk_mo','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_mo.xml','https://www.joomlart.com/update-steps',''),(16144,5,0,'GK msocial J!3','','gk_msocial','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_msocial.xml','https://www.joomlart.com/update-steps',''),(16145,5,0,'GK musicstate','','gk_musicstate','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_musicstate.xml','https://www.joomlart.com/update-steps',''),(16146,5,0,'GK news J!3','','gk_news','template','',0,'4.3.1','','http://update.joomlart.com/service/tracking/j30/gk_news.xml','https://www.joomlart.com/update-steps',''),(16147,5,0,'GK news2 J!3','','gk_news2','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_news2.xml','https://www.joomlart.com/update-steps',''),(16148,5,0,'GK news refreshed J!3','','gk_news_refreshed','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_news_refreshed.xml','https://www.joomlart.com/update-steps',''),(16149,5,0,'GK photo J!3','','gk_photo','template','',0,'4.2.2','','http://update.joomlart.com/service/tracking/j30/gk_photo.xml','https://www.joomlart.com/update-steps',''),(16150,5,0,'GK portfolio J!3','','gk_portfolio','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j30/gk_portfolio.xml','https://www.joomlart.com/update-steps',''),(16151,5,0,'GK rockwall J!3','','gk_rockwall','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_rockwall.xml','https://www.joomlart.com/update-steps',''),(16152,5,0,'GK Shop & Buy Template','','gk_shop_and_buy','template','',0,'4.3.1','','http://update.joomlart.com/service/tracking/j30/gk_shop_and_buy.xml','https://www.joomlart.com/update-steps',''),(16153,5,0,'GK simplicity J!3','','gk_simplicity','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_simplicity.xml','https://www.joomlart.com/update-steps',''),(16154,5,0,'GK steakhouse J!3','','gk_steakhouse','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_steakhouse.xml','https://www.joomlart.com/update-steps',''),(16155,5,0,'GK storebox J!3','','gk_storebox','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_storebox.xml','https://www.joomlart.com/update-steps',''),(16156,5,0,'GK storefront J!3','','gk_storefront','template','',0,'4.4','','http://update.joomlart.com/service/tracking/j30/gk_storefront.xml','https://www.joomlart.com/update-steps',''),(16157,5,0,'GK technews J!3','','gk_technews','template','',0,'2.0.5','','http://update.joomlart.com/service/tracking/j30/gk_technews.xml','https://www.joomlart.com/update-steps',''),(16158,5,0,'GK university','','gk_university','template','',0,'4.1.3','','http://update.joomlart.com/service/tracking/j30/gk_university.xml','https://www.joomlart.com/update-steps',''),(16159,5,0,'GK writer J!3','','gk_writer','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_writer.xml','https://www.joomlart.com/update-steps',''),(16160,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(16161,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(16162,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(16163,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(16164,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(16165,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(16166,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(16167,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(16168,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(16169,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(16170,5,0,'Metro Grid GK5','','mod_grid_gk5','module','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j30/mod_grid_gk5.xml','https://www.joomlart.com/update-steps',''),(16171,5,0,'Highlighter GK5 Module','','mod_highlighter_gk5','module','',0,'1.2.4','','http://update.joomlart.com/service/tracking/j30/mod_highlighter_gk5.xml','https://www.joomlart.com/update-steps',''),(16172,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.7.6','','http://update.joomlart.com/service/tracking/j30/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(16173,5,0,'News Pro GK5 J!3','','mod_news_pro_gk5','module','',0,'2.1.5','','http://update.joomlart.com/service/tracking/j30/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(16174,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.8','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(16175,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(16176,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(16177,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(16178,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(16179,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(16180,5,0,'GK Opengraph system plugin','','gk_opengraph','plugin','sys',0,'1.0.2','','http://update.joomlart.com/service/tracking/j30/plg_sys_gk_opengraph.xml','https://www.joomlart.com/update-steps',''),(16181,5,0,'GK Cache system plugin','','gkcache','plugin','sys',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_sys_gkcache.xml','https://www.joomlart.com/update-steps',''),(16182,5,0,'GK Extmenu system plugin','','gkextmenu','plugin','sys',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/plg_sys_gkextmenu.xml','https://www.joomlart.com/update-steps',''),(16183,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(16184,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.3.2','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(16185,5,0,'S5 Amazed Photography Template','','Shape5_amazed_photography_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_amazed_photography_template.xml','https://www.joomlart.com/update-steps',''),(16186,5,0,'S5 Ambient Template','','Shape5_ambient_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_ambient_template.xml','https://www.joomlart.com/update-steps',''),(16187,5,0,'S5 Ameritage Medical Template','','Shape5_ameritage_medical_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ameritage_medical_template.xml','https://www.joomlart.com/update-steps',''),(16188,5,0,'S5 Appwonder Template','','Shape5_appwonder_template','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/Shape5_appwonder_template.xml','https://www.joomlart.com/update-steps',''),(16189,5,0,'S5 Arthur Template','','Shape5_arthur_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_arthur_template.xml','https://www.joomlart.com/update-steps',''),(16190,5,0,'S5 Attractions Template','','Shape5_attractions_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_attractions_template.xml','https://www.joomlart.com/update-steps',''),(16191,5,0,'S5 Aurora Dawn Template','','Shape5_aurora_dawn_template','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_aurora_dawn_template.xml','https://www.joomlart.com/update-steps',''),(16192,5,0,'S5 Avignet Dream Template','','Shape5_avignet_dream_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_avignet_dream_template.xml','https://www.joomlart.com/update-steps',''),(16193,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(16194,5,0,'S5 Big Picture Template','','Shape5_bigpicture_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bigpicture_template.xml','https://www.joomlart.com/update-steps',''),(16195,5,0,'S5 Blogbox Template','','Shape5_blog_box_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_blog_box_template.xml','https://www.joomlart.com/update-steps',''),(16196,5,0,'S5 BlueGroup Template','','Shape5_bluegroup_template','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j31/Shape5_bluegroup_template.xml','https://www.joomlart.com/update-steps',''),(16197,5,0,'S5 Business Line Template','','Shape5_business_line_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_business_line_template.xml','https://www.joomlart.com/update-steps',''),(16198,5,0,'S5 Business Pro Template','','Shape5_business_pro_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_business_pro_template.xml','https://www.joomlart.com/update-steps',''),(16199,5,0,'S5 Callie Rush Template','','Shape5_callie_rush_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_callie_rush_template.xml','https://www.joomlart.com/update-steps',''),(16200,5,0,'S5 Campus Life Template','','Shape5_campuslife_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_campuslife_template.xml','https://www.joomlart.com/update-steps',''),(16201,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(16202,5,0,'S5 Charlestown Template','','Shape5_charlestown_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_charlestown_template.xml','https://www.joomlart.com/update-steps',''),(16203,5,0,'S5 Cleanout Template','','Shape5_cleanout_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cleanout_template.xml','https://www.joomlart.com/update-steps',''),(16204,5,0,'S5 Comaxium Template','','Shape5_comaxium_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_comaxium_template.xml','https://www.joomlart.com/update-steps',''),(16205,5,0,'S5 Compassion Template','','Shape5_compassion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_compassion_template.xml','https://www.joomlart.com/update-steps',''),(16206,5,0,'S5 Construction Template','','Shape5_construction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_construction_template.xml','https://www.joomlart.com/update-steps',''),(16207,5,0,'S5 Content King Template','','Shape5_contentking_template','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j31/Shape5_contentking_template.xml','https://www.joomlart.com/update-steps',''),(16208,5,0,'S5 Corporate Response Template','','Shape5_corporate_response_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corporate_response_template.xml','https://www.joomlart.com/update-steps',''),(16209,5,0,'S5 Corpway Template','','Shape5_corpway_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_corpway_template.xml','https://www.joomlart.com/update-steps',''),(16210,5,0,'S5 Curb Appeal Template','','Shape5_curb_appeal_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_curb_appeal_template.xml','https://www.joomlart.com/update-steps',''),(16211,5,0,'S5 Cyan Template','','Shape5_cyan_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cyan_template.xml','https://www.joomlart.com/update-steps',''),(16212,5,0,'S5 Emma and Mason Template','','Shape5_emma_and_mason_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_emma_and_mason_template.xml','https://www.joomlart.com/update-steps',''),(16213,5,0,'S5 Emusica Template','','Shape5_emusica_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_emusica_template.xml','https://www.joomlart.com/update-steps',''),(16214,5,0,'S5 Eventfull Business Template','','Shape5_eventfull_business_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_eventfull_business_template.xml','https://www.joomlart.com/update-steps',''),(16215,5,0,'S5 Eventfull Template','','Shape5_eventfull_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_eventfull_template.xml','https://www.joomlart.com/update-steps',''),(16216,5,0,'S5 EZ Web Hosting Template','','Shape5_ezwebhosting_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ezwebhosting_template.xml','https://www.joomlart.com/update-steps',''),(16217,5,0,'S5 Fitness Center Template','','Shape5_fitness_center_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_fitness_center_template.xml','https://www.joomlart.com/update-steps',''),(16218,5,0,'S5 Forte Template','','Shape5_forte_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_forte_template.xml','https://www.joomlart.com/update-steps',''),(16219,5,0,'S5 Fresh Bistro Template','','Shape5_fresh_bistro_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_fresh_bistro_template.xml','https://www.joomlart.com/update-steps',''),(16220,5,0,'S5 Fusion Template','','Shape5_fusion_template','template','',0,'1.5.7','','http://update.joomlart.com/service/tracking/j31/Shape5_fusion_template.xml','https://www.joomlart.com/update-steps',''),(16221,5,0,'S5 Game World Template','','Shape5_game_world_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_game_world_template.xml','https://www.joomlart.com/update-steps',''),(16222,5,0,'S5 Gamers Template','','Shape5_gamers_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_gamers_template.xml','https://www.joomlart.com/update-steps',''),(16223,5,0,'S5 GCK Store Template','','Shape5_gck_store_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_gck_store_template.xml','https://www.joomlart.com/update-steps',''),(16224,5,0,'S5 General Commerce Template','','Shape5_general_commerce_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_general_commerce_template.xml','https://www.joomlart.com/update-steps',''),(16225,5,0,'S5 General Contractor Template','','Shape5_general_contractor_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_general_contractor_template.xml','https://www.joomlart.com/update-steps',''),(16226,5,0,'S5 GetReserved Template','','Shape5_getreserved_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_getreserved_template.xml','https://www.joomlart.com/update-steps',''),(16227,5,0,'S5 Health Guide Template','','Shape5_health_guide_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_health_guide_template.xml','https://www.joomlart.com/update-steps',''),(16228,5,0,'S5 Helion Template','','Shape5_helion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_helion_template.xml','https://www.joomlart.com/update-steps',''),(16229,5,0,'S5 Hexa Corp Template','','Shape5_hexa_corp_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_hexa_corp_template.xml','https://www.joomlart.com/update-steps',''),(16230,5,0,'S5 Hexicon Gamer Template','','Shape5_hexicon_gamer_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_hexicon_gamer_template.xml','https://www.joomlart.com/update-steps',''),(16231,5,0,'S5 Incline Template','','Shape5_incline_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_incline_template.xml','https://www.joomlart.com/update-steps',''),(16232,5,0,'S5 Legal Lawyer Template','','Shape5_legal_lawyer_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_legal_lawyer_template.xml','https://www.joomlart.com/update-steps',''),(16233,5,0,'S5 Life Journey Template','','Shape5_life_journey_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_life_journey_template.xml','https://www.joomlart.com/update-steps',''),(16234,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(16235,5,0,'S5 Lime Light Template','','Shape5_lime_light_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_lime_light_template.xml','https://www.joomlart.com/update-steps',''),(16236,5,0,'S5 Luxon Template','','Shape5_luxon_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_luxon_template.xml','https://www.joomlart.com/update-steps',''),(16237,5,0,'S5 M Ceative Agency Template','','Shape5_m_creative_agency_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_m_creative_agency_template.xml','https://www.joomlart.com/update-steps',''),(16238,5,0,'S5 Maxed Mag Template','','Shape5_maxedmag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_maxedmag_template.xml','https://www.joomlart.com/update-steps',''),(16239,5,0,'S5 MetroShows Template','','Shape5_metroshows_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_metroshows_template.xml','https://www.joomlart.com/update-steps',''),(16240,5,0,'S5 Modern Flavor Template','','Shape5_modern_flavor_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_modern_flavor_template.xml','https://www.joomlart.com/update-steps',''),(16241,5,0,'S5 New Vision Template','','Shape5_new_vision_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_new_vision_template.xml','https://www.joomlart.com/update-steps',''),(16242,5,0,'S5 News Blog Template','','Shape5_newsblog_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_newsblog_template.xml','https://www.joomlart.com/update-steps',''),(16243,5,0,'S5 Newsplace Template','','Shape5_newsplace_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_newsplace_template.xml','https://www.joomlart.com/update-steps',''),(16244,5,0,'S5 No1 Shopping Template','','Shape5_no1_shopping_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_no1_shopping_template.xml','https://www.joomlart.com/update-steps',''),(16245,5,0,'S5 Oasis Template','','Shape5_oasis_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_oasis_template.xml','https://www.joomlart.com/update-steps',''),(16246,5,0,'S5 Outdoor Life Template','','Shape5_outdoor_life_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_outdoor_life_template.xml','https://www.joomlart.com/update-steps',''),(16247,5,0,'S5 Pantheon Template','','Shape5_pantheon_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_pantheon_template.xml','https://www.joomlart.com/update-steps',''),(16248,5,0,'S5 Paradigm Shift Template','','Shape5_paradigm_shift_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_paradigm_shift_template.xml','https://www.joomlart.com/update-steps',''),(16249,5,0,'S5 Phosphorus Template','','Shape5_phosphorus_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_phosphorus_template.xml','https://www.joomlart.com/update-steps',''),(16250,5,0,'S5 Photobox Template','','Shape5_photobox_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_photobox_template.xml','https://www.joomlart.com/update-steps',''),(16251,5,0,'S5 Photofolio Template','','Shape5_photofolio_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_photofolio_template.xml','https://www.joomlart.com/update-steps',''),(16252,5,0,'S5 Prestige Academy Template','','Shape5_prestige_academy_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_prestige_academy_template.xml','https://www.joomlart.com/update-steps',''),(16253,5,0,'S5 Real Estate Template','','Shape5_realestate_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_realestate_template.xml','https://www.joomlart.com/update-steps',''),(16254,5,0,'S5 Regan Tech Template','','Shape5_regan_tech_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_regan_tech_template.xml','https://www.joomlart.com/update-steps',''),(16255,5,0,'S5 Risen Hope Template','','Shape5_risen_hope_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_risen_hope_template.xml','https://www.joomlart.com/update-steps',''),(16256,5,0,'S5 Salon N Spa Template','','Shape5_salonnspa_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_salonnspa_template.xml','https://www.joomlart.com/update-steps',''),(16257,5,0,'S5 Samba Spa Template','','Shape5_samba_template','template','',0,'1.5.0','','http://update.joomlart.com/service/tracking/j31/Shape5_samba_template.xml','https://www.joomlart.com/update-steps',''),(16258,5,0,'S5 Vertex Template','','Shape5_shape5_vertex_template','template','',0,'3.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_shape5_vertex_template.xml','https://www.joomlart.com/update-steps',''),(16259,5,0,'S5 Shenandoah Template','','Shape5_shenandoah_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_shenandoah_template.xml','https://www.joomlart.com/update-steps',''),(16260,5,0,'S5 ShoppingBag Template','','Shape5_shoppingbag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_shoppingbag_template.xml','https://www.joomlart.com/update-steps',''),(16261,5,0,'S5 Sienna Template','','Shape5_sienna_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sienna_template.xml','https://www.joomlart.com/update-steps',''),(16262,5,0,'S5 Simplex Template','','Shape5_simplex_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_simplex_template.xml','https://www.joomlart.com/update-steps',''),(16263,5,0,'S5 Soul Search Template','','Shape5_soul_search_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_soul_search_template.xml','https://www.joomlart.com/update-steps',''),(16264,5,0,'S5 Spectrum Template','','Shape5_spectrum_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_spectrum_template.xml','https://www.joomlart.com/update-steps',''),(16265,5,0,'S5 Sports Nation Template','','Shape5_sports_nation_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sports_nation_template.xml','https://www.joomlart.com/update-steps',''),(16266,5,0,'S5 Store Pro Template','','Shape5_storepro_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_storepro_template.xml','https://www.joomlart.com/update-steps',''),(16267,5,0,'S5 Swapps Template','','Shape5_swapps_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_swapps_template.xml','https://www.joomlart.com/update-steps',''),(16268,5,0,'S5 The Classifieds Template','','Shape5_the_classifieds_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_the_classifieds_template.xml','https://www.joomlart.com/update-steps',''),(16269,5,0,'S5 TheBlogazine Template','','Shape5_theblogazine_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_theblogazine_template.xml','https://www.joomlart.com/update-steps',''),(16270,5,0,'S5 Traction Template','','Shape5_traction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_traction_template.xml','https://www.joomlart.com/update-steps',''),(16271,5,0,'S5 University Template','','Shape5_university_template','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_university_template.xml','https://www.joomlart.com/update-steps',''),(16272,5,0,'S5 Velocity Template','','Shape5_velocity_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_velocity_template.xml','https://www.joomlart.com/update-steps',''),(16273,5,0,'S5 Zoka Template','','Shape5_zoka_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_zoka_template.xml','https://www.joomlart.com/update-steps',''),(16274,5,0,'JA Blockk Entertaiment 1','','blockk_entertaiment_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_entertaiment_1.xml','https://www.joomlart.com/update-steps',''),(16275,5,0,'JA Blockk Entertaiment 2','','blockk_entertaiment_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_entertaiment_2.xml','https://www.joomlart.com/update-steps',''),(16276,5,0,'JA Blockk Fashion 1','','blockk_fashion_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_1.xml','https://www.joomlart.com/update-steps',''),(16277,5,0,'JA Blockk Fashion 2','','blockk_fashion_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_2.xml','https://www.joomlart.com/update-steps',''),(16278,5,0,'JA Blockk Fashion 3','','blockk_fashion_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_3.xml','https://www.joomlart.com/update-steps',''),(16279,5,0,'JA Blockk Fashion 4','','blockk_fashion_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_4.xml','https://www.joomlart.com/update-steps',''),(16280,5,0,'JA Blockk Freebie 1','','blockk_freebie_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_freebie_1.xml','https://www.joomlart.com/update-steps',''),(16281,5,0,'JA Blockk Freebie 2','','blockk_freebie_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_freebie_2.xml','https://www.joomlart.com/update-steps',''),(16282,5,0,'JA Blockk Gaming 1','','blockk_gaming_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_1.xml','https://www.joomlart.com/update-steps',''),(16283,5,0,'JA Blockk Gaming 2','','blockk_gaming_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_2.xml','https://www.joomlart.com/update-steps',''),(16284,5,0,'JA Blockk Gaming 3','','blockk_gaming_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_3.xml','https://www.joomlart.com/update-steps',''),(16285,5,0,'JA Blockk Gaming 4','','blockk_gaming_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_4.xml','https://www.joomlart.com/update-steps',''),(16286,5,0,'JA Blockk Magz 1','','blockk_magz_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_1.xml','https://www.joomlart.com/update-steps',''),(16287,5,0,'JA Blockk Magz 2','','blockk_magz_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_2.xml','https://www.joomlart.com/update-steps',''),(16288,5,0,'JA Blockk Magz 3','','blockk_magz_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_3.xml','https://www.joomlart.com/update-steps',''),(16289,5,0,'JA Blockk Magz 4','','blockk_magz_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_4.xml','https://www.joomlart.com/update-steps',''),(16290,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'7.1.0','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(16291,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.5','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(16292,5,0,'Guru Pro','','com_guru_pro','component','',1,'6.2.3','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(16293,5,0,'JA Builder Component','','com_jabuilder','component','',1,'2.0.1','','http://update.joomlart.com/service/tracking/j31/com_jabuilder.xml','https://www.joomlart.com/update-steps',''),(16294,5,0,'JA Extension Manager Component','','com_jaextmanager','component','',1,'2.7.6','','http://update.joomlart.com/service/tracking/j31/com_jaextmanager.xml','https://www.joomlart.com/update-steps',''),(16295,5,0,'JA Multilingual Component for Joomla','','com_jalang','component','',1,'1.2.0','','http://update.joomlart.com/service/tracking/j31/com_jalang.xml','https://www.joomlart.com/update-steps',''),(16296,5,0,'JA Page Builder Component','','com_japagebuilder','component','',1,'1.0.0_alpha3','','http://update.joomlart.com/service/tracking/j31/com_japagebuilder.xml','https://www.joomlart.com/update-steps',''),(16297,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.1.0','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(16298,5,0,'T4 Page Builder Component','','com_t4pagebuilder','component','',1,'2.1.0','','http://update.joomlart.com/service/tracking/j31/com_t4pagebuilder.xml','https://www.joomlart.com/update-steps',''),(16299,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(16300,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(16301,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(16302,5,0,'JA Resume Theme for EasyBlog','','easyblog_theme_resume','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_resume.xml','https://www.joomlart.com/update-steps',''),(16303,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(16304,5,0,'GK Academy Template','','gk_academy','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_academy.xml','https://www.joomlart.com/update-steps',''),(16305,5,0,'GK App Template','','gk_app','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_app.xml','https://www.joomlart.com/update-steps',''),(16306,5,0,'GK Bauhaus Template','','gk_bauhaus','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_bauhaus.xml','https://www.joomlart.com/update-steps',''),(16307,5,0,'GK Blend Template','','gk_blend','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_blend.xml','https://www.joomlart.com/update-steps',''),(16308,5,0,'GK Decor template','','gk_decor','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/gk_decor.xml','https://www.joomlart.com/update-steps',''),(16309,5,0,'GK EvoNews Template','','gk_evonews','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_evonews.xml','https://www.joomlart.com/update-steps',''),(16310,5,0,'GK Fit Template','','gk_fit','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_fit.xml','https://www.joomlart.com/update-steps',''),(16311,5,0,'GK Folio Template','','gk_folio','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_folio.xml','https://www.joomlart.com/update-steps',''),(16312,5,0,'GK Infinity Template','','gk_infinity','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_infinity.xml','https://www.joomlart.com/update-steps',''),(16313,5,0,'GK Issues Template','','gk_issues','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_issues.xml','https://www.joomlart.com/update-steps',''),(16314,5,0,'GK Kidty template','','gk_kidty','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_kidty.xml','https://www.joomlart.com/update-steps',''),(16315,5,0,'GK magazine','','gk_magazine','template','',0,'4.4.1','','http://update.joomlart.com/service/tracking/j31/gk_magazine.xml','https://www.joomlart.com/update-steps',''),(16316,5,0,'GK Paradise Template','','gk_paradise','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_paradise.xml','https://www.joomlart.com/update-steps',''),(16317,5,0,'GK Portfolio Template','','gk_portfolio','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_portfolio.xml','https://www.joomlart.com/update-steps',''),(16318,5,0,'GK Quark template','','gk_quark','template','',0,'2.1.6','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(16319,5,0,'GK ResumeTemplate','','gk_resume','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_resume.xml','https://www.joomlart.com/update-steps',''),(16320,5,0,'GK Shop & Buy Template','','gk_shop_and_buy','template','',0,'4.4','','http://update.joomlart.com/service/tracking/j31/gk_shop_and_buy.xml','https://www.joomlart.com/update-steps',''),(16321,5,0,'GK Siggi Template','','gk_siggi','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_siggi.xml','https://www.joomlart.com/update-steps',''),(16322,5,0,'GK Stora Template','','gk_stora','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/gk_stora.xml','https://www.joomlart.com/update-steps',''),(16323,5,0,'GK storefront ','','gk_storefront','template','',0,'4.5.0','','http://update.joomlart.com/service/tracking/j31/gk_storefront.xml','https://www.joomlart.com/update-steps',''),(16324,5,0,'GK technews','','gk_technews','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_technews.xml','https://www.joomlart.com/update-steps',''),(16325,5,0,'GK Wedding Template','','gk_wedding','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_wedding.xml','https://www.joomlart.com/update-steps',''),(16326,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(16327,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.5','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(16328,5,0,'Guru Search Module','','guru-search-module','module','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/guru-search-module.xml','https://www.joomlart.com/update-steps',''),(16329,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(16330,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(16331,5,0,'JA Allure Template','','ja_allure','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_allure.xml','https://www.joomlart.com/update-steps',''),(16332,5,0,'JA Alpha Template','','ja_alpha','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_alpha.xml','https://www.joomlart.com/update-steps',''),(16333,5,0,'JA Alumni Template','','ja_alumni','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_alumni.xml','https://www.joomlart.com/update-steps',''),(16334,5,0,'JA Artsy Template','','ja_artsy','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_artsy.xml','https://www.joomlart.com/update-steps',''),(16335,5,0,'JA Atoms Template','','ja_atoms','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_atoms.xml','https://www.joomlart.com/update-steps',''),(16336,5,0,'JA Autoshop Source File','','ja_autoshop','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_autoshop.xml','https://www.joomlart.com/update-steps',''),(16337,5,0,'JA Beauty Source File','','ja_beauty','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_beauty.xml','https://www.joomlart.com/update-steps',''),(16338,5,0,'JA Biz Template','','ja_biz','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_biz.xml','https://www.joomlart.com/update-steps',''),(16339,5,0,'JA Blockk Template','','ja_blockk','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_blockk.xml','https://www.joomlart.com/update-steps',''),(16340,5,0,'JA Brickstore Template','','ja_brickstore','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_brickstore.xml','https://www.joomlart.com/update-steps',''),(16341,5,0,'JA Builder Package','','ja_builder_pkg','package','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_builder_pkg.xml','https://www.joomlart.com/update-steps',''),(16342,5,0,'JA Cagox template','','ja_cagox','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(16343,5,0,'JA Campaign Template','','ja_campaign','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_campaign.xml','https://www.joomlart.com/update-steps',''),(16344,5,0,'JA Candidate Template','','ja_candidate','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_candidate.xml','https://www.joomlart.com/update-steps',''),(16345,5,0,'JA Charity template','','ja_charity','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_charity.xml','https://www.joomlart.com/update-steps',''),(16346,5,0,'JA City Guide Template','','ja_cityguide','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/ja_cityguide.xml','https://www.joomlart.com/update-steps',''),(16347,5,0,'JA Company Template','','ja_company','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(16348,5,0,'JA Conf Template','','ja_conf','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_conf.xml','https://www.joomlart.com/update-steps',''),(16349,5,0,'JA Diner Template','','ja_diner','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_diner.xml','https://www.joomlart.com/update-steps',''),(16350,5,0,'JA Directory Template','','ja_directory','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(16351,5,0,'JA Donate Template','','ja_donate','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(16352,5,0,'JA Edenite II Template','','ja_edenite_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_edenite_ii.xml','https://www.joomlart.com/update-steps',''),(16353,5,0,'JA Educatsy Template','','ja_educatsy','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_educatsy.xml','https://www.joomlart.com/update-steps',''),(16354,5,0,'JA Ego Template','','ja_ego','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_ego.xml','https://www.joomlart.com/update-steps',''),(16355,5,0,'JA Elicyon Template','','ja_elicyon','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_elicyon.xml','https://www.joomlart.com/update-steps',''),(16356,5,0,'JA EventCamp Template','','ja_eventcamp','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_eventcamp.xml','https://www.joomlart.com/update-steps',''),(16357,5,0,'JA Events II template','','ja_events_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_events_ii.xml','https://www.joomlart.com/update-steps',''),(16358,5,0,'JA Fit Template','','ja_fit','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_fit.xml','https://www.joomlart.com/update-steps',''),(16359,5,0,'ja flix tpl','','ja_flix','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_flix.xml','https://www.joomlart.com/update-steps',''),(16360,5,0,'JA Focus Template','','ja_focus','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_focus.xml','https://www.joomlart.com/update-steps',''),(16361,5,0,'JA Good Template','','ja_good','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_good.xml','https://www.joomlart.com/update-steps',''),(16362,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(16363,5,0,'JA Helple Template','','ja_helple','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_helple.xml','https://www.joomlart.com/update-steps',''),(16364,5,0,'JA Hotel Template','','ja_hotel','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_hotel.xml','https://www.joomlart.com/update-steps',''),(16365,5,0,'JA Insight Template','','ja_insight','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_insight.xml','https://www.joomlart.com/update-steps',''),(16366,5,0,'JA Intranet Template','','ja_intranet','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(16367,5,0,'ja Justitia Template','','ja_justitia','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_justitia.xml','https://www.joomlart.com/update-steps',''),(16368,5,0,'JA Kids Corner Source File','','ja_kidscorner','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_kidscorner.xml','https://www.joomlart.com/update-steps',''),(16369,5,0,'JA Landscape Template','','ja_landscape','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_landscape.xml','https://www.joomlart.com/update-steps',''),(16370,5,0,'JA Lawfirm Template ','','ja_lawfirm','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_lawfirm.xml','https://www.joomlart.com/update-steps',''),(16371,5,0,'JA Magz II Template','','ja_magz_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_magz_ii.xml','https://www.joomlart.com/update-steps',''),(16372,5,0,'JA Mason Template','','ja_mason','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mason.xml','https://www.joomlart.com/update-steps',''),(16373,5,0,'JA Megastore Template','','ja_megastore','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(16374,5,0,'JA Mono Template','','ja_mono','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mono.xml','https://www.joomlart.com/update-steps',''),(16375,5,0,'JA Mood Template','','ja_mood','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(16376,5,0,'JA Morgan Template','','ja_morgan','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_morgan.xml','https://www.joomlart.com/update-steps',''),(16377,5,0,'JA Moviemax Template','','ja_moviemax','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_moviemax.xml','https://www.joomlart.com/update-steps',''),(16378,5,0,'JA Oslo Template','','ja_oslo','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_oslo.xml','https://www.joomlart.com/update-steps',''),(16379,5,0,'JA Platon Template','','ja_platon','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon.xml','https://www.joomlart.com/update-steps',''),(16380,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(16381,5,0,'JA Play School Template','','ja_playschool','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_playschool.xml','https://www.joomlart.com/update-steps',''),(16382,5,0,'JA Playstore Template','','ja_playstore','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(16383,5,0,'JA Property Template','','ja_property','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(16384,5,0,'JA Rent template','','ja_rent','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_rent.xml','https://www.joomlart.com/update-steps',''),(16385,5,0,'JA Resort Template','','ja_resort','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_resort.xml','https://www.joomlart.com/update-steps',''),(16386,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(16387,5,0,'JA Resume Template','','ja_resume','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_resume.xml','https://www.joomlart.com/update-steps',''),(16388,5,0,'JA Sensei Source File','','ja_sensei','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_sensei.xml','https://www.joomlart.com/update-steps',''),(16389,5,0,'JA Shoe Template','','ja_shoe','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_shoe.xml','https://www.joomlart.com/update-steps',''),(16390,5,0,'JA Simpli Template','','ja_simpli','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/ja_simpli.xml','https://www.joomlart.com/update-steps',''),(16391,5,0,'JA Smallbiz Template','','ja_smallbiz','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_smallbiz.xml','https://www.joomlart.com/update-steps',''),(16392,5,0,'JA Social II template','','ja_social_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_social_ii.xml','https://www.joomlart.com/update-steps',''),(16393,5,0,'JA Spa Template','','ja_spa','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_spa.xml','https://www.joomlart.com/update-steps',''),(16394,5,0,'JA Space Template','','ja_space','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_space.xml','https://www.joomlart.com/update-steps',''),(16395,5,0,'JA Stark Template','','ja_stark','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(16396,5,0,'JA Symphony Template','','ja_symphony','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_symphony.xml','https://www.joomlart.com/update-steps',''),(16397,5,0,'JA Techzone Template','','ja_techzone','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_techzone.xml','https://www.joomlart.com/update-steps',''),(16398,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(16399,5,0,'JA Tour Template','','ja_tour','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_tour.xml','https://www.joomlart.com/update-steps',''),(16400,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(16401,5,0,'JA University T3 template','','ja_university_t3','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(16402,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(16403,5,0,'JA Vital Template','','ja_vital','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_vital.xml','https://www.joomlart.com/update-steps',''),(16404,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(16405,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(16406,5,0,'JS Column Theme','','js_column','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_column.xml','https://www.joomlart.com/update-steps',''),(16407,5,0,'JS Flat Theme','','js_flat','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_flat.xml','https://www.joomlart.com/update-steps',''),(16408,5,0,'JS Kikiriki Theme','','js_kikiriki','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_kikiriki.xml','https://www.joomlart.com/update-steps',''),(16409,5,0,'JS Shadow Theme','','js_shadow','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_shadow.xml','https://www.joomlart.com/update-steps',''),(16410,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(16411,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(16412,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(16413,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(16414,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(16415,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(16416,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(16417,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(16418,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(16419,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(16420,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(16421,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(16422,5,0,'Community Toolbar Module','','mod_community_toolbar','module','',0,'4.8.0','','http://update.joomlart.com/service/tracking/j31/mod_community_toolbar.xml','https://www.joomlart.com/update-steps',''),(16423,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(16424,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(16425,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(16426,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(16427,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(16428,5,0,'GK Register Module ','','mod_gk_register','module','',0,'1.3','','http://update.joomlart.com/service/tracking/j31/mod_gk_register.xml','https://www.joomlart.com/update-steps',''),(16429,5,0,'Metro Grid GK5','','mod_grid_gk5','module','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j31/mod_grid_gk5.xml','https://www.joomlart.com/update-steps',''),(16430,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.8.2','','http://update.joomlart.com/service/tracking/j31/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(16431,5,0,'JA Finance Module','','mod_jafinance','module','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/mod_jafinance.xml','https://www.joomlart.com/update-steps',''),(16432,5,0,'JA Google Analytics','','mod_jagoogle_analytics','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/mod_jagoogle_analytics.xml','https://www.joomlart.com/update-steps',''),(16433,5,0,'JA Masthead Module ','','mod_jamasthead','module','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/mod_jamasthead.xml','https://www.joomlart.com/update-steps',''),(16434,5,0,'JA Megafilter Module','','mod_jamegafilter','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(16435,5,0,'JA Promo Bar module','','mod_japromobar','module','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/mod_japromobar.xml','https://www.joomlart.com/update-steps',''),(16436,5,0,'GK News Pro GK4 Module','','mod_news_pro_gk4','module','',0,'3.5.0','','http://update.joomlart.com/service/tracking/j31/mod_news_pro_gk4.xml','https://www.joomlart.com/update-steps',''),(16437,5,0,'News Pro GK5','','mod_news_pro_gk5','module','',0,'2.2.1','','http://update.joomlart.com/service/tracking/j31/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(16438,5,0,'S5 Box Module','','mod_s5_box','module','',0,'6.2.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_box.xml','https://www.joomlart.com/update-steps',''),(16439,5,0,'S5 Contact Popup Module','','mod_s5_contact_popup','module','',0,'1.6.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_contact_popup.xml','https://www.joomlart.com/update-steps',''),(16440,5,0,'S5 Horizontal Accordion Module','','mod_s5_horizontal_accordion','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_horizontal_accordion.xml','https://www.joomlart.com/update-steps',''),(16441,5,0,'S5 Image Content Fader v4 Module','','mod_s5_image_and_content_faderv4','module','',0,'4.5.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_image_and_content_faderv4.xml','https://www.joomlart.com/update-steps',''),(16442,5,0,'S5 Instagram Feed Module','','mod_s5_instagram_feed','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/mod_s5_instagram_feed.xml','https://www.joomlart.com/update-steps',''),(16443,5,0,'S5 Live Search Module','','mod_s5_live_search','module','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/mod_s5_live_search.xml','https://www.joomlart.com/update-steps',''),(16444,5,0,'S5 Mailchimp Signup Module','','mod_s5_mailchimp_signup','module','',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_mailchimp_signup.xml','https://www.joomlart.com/update-steps',''),(16445,5,0,'S5 Masonry Module','','mod_s5_masonry','module','',0,'3.1.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_masonry.xml','https://www.joomlart.com/update-steps',''),(16446,5,0,'S5 News Display 2 Module','','mod_s5_news_display_2','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_news_display_2.xml','https://www.joomlart.com/update-steps',''),(16447,5,0,'S5 New Sticker V3 Module','','mod_s5_newstickerv3','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_newstickerv3.xml','https://www.joomlart.com/update-steps',''),(16448,5,0,'S5 Open Table Module','','mod_s5_opentable','module','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_opentable.xml','https://www.joomlart.com/update-steps',''),(16449,5,0,'S5 Photo Showcase V2 Module','','mod_s5_photo_showcase_v2','module','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/mod_s5_photo_showcase_v2.xml','https://www.joomlart.com/update-steps',''),(16450,5,0,'S5 Quick Contact Module','','mod_s5_quick_contact','module','',0,'4.4.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_quick_contact.xml','https://www.joomlart.com/update-steps',''),(16451,5,0,'S5 Register Module','','mod_s5_register','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_register.xml','https://www.joomlart.com/update-steps',''),(16452,5,0,'S5 Snipcart Module','','mod_s5_snipcart','module','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_snipcart.xml','https://www.joomlart.com/update-steps',''),(16453,5,0,'S5 Tab Show v3 Module','','mod_s5_tab_show','module','',0,'3.4.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_tab_show.xml','https://www.joomlart.com/update-steps',''),(16454,5,0,'S5 Tab Show v2 Module','','mod_s5_tabshow_v2','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_tabshow_v2.xml','https://www.joomlart.com/update-steps',''),(16455,5,0,'S5 Typed Text Module','','mod_s5_typed_text','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_typed_text.xml','https://www.joomlart.com/update-steps',''),(16456,5,0,'S5 Vertical Accordion Module','','mod_s5_vertical_accordion','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_vertical_accordion.xml','https://www.joomlart.com/update-steps',''),(16457,5,0,'S5 Mapit Module','','mod_s5mapit','module','',0,'1.9.0','','http://update.joomlart.com/service/tracking/j31/mod_s5mapit.xml','https://www.joomlart.com/update-steps',''),(16458,5,0,'GK Tabs GK5 Module','','mod_tabs_gk5','module','',0,'2.3','','http://update.joomlart.com/service/tracking/j31/mod_tabs_gk5.xml','https://www.joomlart.com/update-steps',''),(16459,5,0,'JB ZenTools Module','','mod_zentools','module','',0,'1.14.7','','http://update.joomlart.com/service/tracking/j31/mod_zentools.xml','https://www.joomlart.com/update-steps',''),(16460,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(16461,5,0,'Plugin Ajax JA Content Type','','jacontenttype','plugin','ajax',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plg_ajax_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(16462,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(16463,5,0,'GK PLG Authentication Facebook','','facebook','plugin','authentication',0,'1.4','','http://update.joomlart.com/service/tracking/j31/plg_authentication_facebook.xml','https://www.joomlart.com/update-steps',''),(16464,5,0,'T4 Content Load PageBuilder','','loadt4pagebuilder','plugin','content',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/plg_content_loadt4pagebuilder.xml','https://www.joomlart.com/update-steps',''),(16465,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(16466,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(16467,5,0,'GK Typography Plugin','','typography','plugin','gk',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_gk_typography.xml','https://www.joomlart.com/update-steps',''),(16468,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(16469,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(16470,5,0,'JA Megafilter DOCman Plugin','','docman','plugin','jamegafilter',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_docman.xml','https://www.joomlart.com/update-steps',''),(16471,5,0,'JA Megafilter EShop Plugin','','eshop','plugin','jamegafilter',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(16472,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(16473,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(16474,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(16475,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(16476,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(16477,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.7','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(16478,5,0,'GK Extmenu system plugin','','gkextmenu','plugin','sys',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_sys_gkextmenu.xml','https://www.joomlart.com/update-steps',''),(16479,5,0,'GK Reservation system plugin','','gkreservation','plugin','sys',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_sys_gkreservation.xml','https://www.joomlart.com/update-steps',''),(16480,5,0,'System JA Campaign','','jacampaign','plugin','system',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/plg_system_jacampaign.xml','https://www.joomlart.com/update-steps',''),(16481,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(16482,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(16483,5,0,'T4 System Plugin ','','t4','plugin','system',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(16484,5,0,'S5 Css And Js Compressor Plugin','','plugin_s5_css_and_js_compressor','plugin','plugin_s5_css_and_js',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_css_and_js_compressor.xml','https://www.joomlart.com/update-steps',''),(16485,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(16486,5,0,'S5 Flex Menu Plugin','','plugin_s5_flex_menu','plugin','plugin_s5_flex_menu',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_flex_menu.xml','https://www.joomlart.com/update-steps',''),(16487,5,0,'S5 Ie6 Warning Plugin','','plugin_s5_ie6_warning','plugin','plugin_s5_ie6_warnin',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_ie6_warning.xml','https://www.joomlart.com/update-steps',''),(16488,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(16489,5,0,'Purity III Template','','purity_iii','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(16490,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(16491,5,0,'JS Socialize template','','socialize','template','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/socialize.xml','https://www.joomlart.com/update-steps',''),(16492,5,0,'T4 Pagebuilder Package','','t4_page_builder_pkg','package','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/t4_page_builder_pkg.xml','https://www.joomlart.com/update-steps',''),(16493,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(16494,5,0,'Sample package for Uber App','','uber_app','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_app.xml','https://www.joomlart.com/update-steps',''),(16495,5,0,'Sample package for Uber Bookstore','','uber_bookstore','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_bookstore.xml','https://www.joomlart.com/update-steps',''),(16496,5,0,'Sample package for Uber Business','','uber_business','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_business.xml','https://www.joomlart.com/update-steps',''),(16497,5,0,'Sample package for Uber Charity','','uber_charity','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_charity.xml','https://www.joomlart.com/update-steps',''),(16498,5,0,'Sample package for Uber Church','','uber_church','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_church.xml','https://www.joomlart.com/update-steps',''),(16499,5,0,'Sample package for Uber Construction','','uber_construction','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_construction.xml','https://www.joomlart.com/update-steps',''),(16500,5,0,'Sample package for Uber Corporate','','uber_corporate','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_corporate.xml','https://www.joomlart.com/update-steps',''),(16501,5,0,'Sample package for Uber Gym','','uber_gym','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_gym.xml','https://www.joomlart.com/update-steps',''),(16502,5,0,'Sample package for Uber Home','','uber_home','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_home.xml','https://www.joomlart.com/update-steps',''),(16503,5,0,'Sample package for Uber Landing ','','uber_landing','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_landing.xml','https://www.joomlart.com/update-steps',''),(16504,5,0,'Sample package for Uber Lawyer','','uber_lawyer','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_lawyer.xml','https://www.joomlart.com/update-steps',''),(16505,5,0,'Sample package for Uber Medicare','','uber_medicare','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_medicare.xml','https://www.joomlart.com/update-steps',''),(16506,5,0,'Sample package for Uber Music','','uber_music','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_music.xml','https://www.joomlart.com/update-steps',''),(16507,5,0,'Sample package for Uber Restaurant','','uber_restaurant','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_restaurant.xml','https://www.joomlart.com/update-steps',''),(16508,5,0,'Sample package for Uber Spa','','uber_spa','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_spa.xml','https://www.joomlart.com/update-steps',''),(16509,5,0,'Sample package for Uber University','','uber_university','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_university.xml','https://www.joomlart.com/update-steps',''),(16510,5,0,'Sample package for Uber Wedding','','uber_wedding','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_wedding.xml','https://www.joomlart.com/update-steps',''),(16511,9,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com/joomla/138/b61e70db','',''),(16512,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/138/2084920890','',''),(16513,9,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com/joomla/286/21ffe006','',''),(16514,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/286/326466299','',''),(16515,9,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com/joomla/287/cb577720','',''),(16516,9,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com/joomla/301/dfc993d8','',''),(16517,9,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(16518,9,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com/joomla/313/1985305838','',''),(16519,9,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/313/1307741342','',''),(16520,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com/joomla/313/1301311221','',''),(16521,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','https://updates.rockettheme.com/joomla/313/2049982768','',''),(16522,9,0,'RokCheck (Template Version Check)','','','module','',1,'1.0.1','0802','https://updates.rockettheme.com/joomla/381/791616223','',''),(16523,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/381/337128173','',''),(16524,9,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/559/1033ef39','',''),(16525,10,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.11.20240609','','http://getk2.org/update.xml','https://github.com/getk2/k2/blob/master/CHANGELOG.md',''),(16526,15,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.11.20240609','','http://getk2.org/app/update.xml','https://github.com/getk2/k2/blob/master/CHANGELOG.md',''),(16527,16,0,'Regular Labs - Modules Anywhere','','modulesanywhere','plugin','system',0,'7.18.0','','https://download.regularlabs.com/updates.xml?e=modulesanywhere&type=.xml','https://www.regularlabs.com/modulesanywhere/download',''),(16528,17,0,'JCE 2.9.41','','pkg_jce','package','',0,'2.9.41','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-41-released',''),(16529,18,0,'SCLogin','','mod_sclogin','module','',0,'9.0.244','','http://www.sourcecoast.com/updates/sclogin.xml','https://www.sourcecoast.com/index.php?option=com_ars&view=Items&release_id=265&format=html',''),(16530,19,0,'T3 System Plugin','','t3','plugin','system',0,'3.2.2','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(16531,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(16532,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(16533,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(16534,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(16535,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(16536,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(16537,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(16538,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(16539,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(16540,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(16541,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(16542,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(16543,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(16544,3,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(16545,3,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(16546,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(16547,3,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(16548,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(16549,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(16550,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(16551,3,0,'French','','pkg_fr-FR','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(16552,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(16553,3,0,'German','','pkg_de-DE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(16554,3,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(16555,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(16556,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(16557,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(16558,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(16559,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.12.2','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(16560,3,0,'Irish','','pkg_ga-IE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ga-IE_details.xml','',''),(16561,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(16562,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(16563,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(16564,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(16565,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(16566,3,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.12.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(16567,3,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(16568,3,0,'Polish','','pkg_pl-PL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(16569,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(16570,3,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(16571,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(16572,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(16573,3,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(16574,3,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(16575,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(16576,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(16577,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(16578,3,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(16579,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(16580,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(16581,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(16582,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(16583,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(16584,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(16585,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(16586,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(16587,5,0,'JA Extension Manager Component','','com_jaextmanager','component','',1,'2.7.5','','http://update.joomlart.com/service/tracking/j16/com_jaextmanager.xml','https://www.joomlart.com/update-steps',''),(16588,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.4.0','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(16589,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'2.0.4','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(16590,5,0,'JA Appolio Theme for EasyBlog','','easyblog_theme_appolio','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_appolio.xml','https://www.joomlart.com/update-steps',''),(16591,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(16592,5,0,'JA Biz Theme for EasyBlog','','easyblog_theme_biz','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_biz.xml','https://www.joomlart.com/update-steps',''),(16593,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(16594,5,0,'JA Decor Theme for EasyBlog','','easyblog_theme_decor','custom','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_decor.xml','https://www.joomlart.com/update-steps',''),(16595,5,0,'Theme Fixel for Easyblog J25 & J3x','','easyblog_theme_fixel','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_fixel.xml','https://www.joomlart.com/update-steps',''),(16596,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(16597,5,0,'JA Muzic Theme for EasyBlog','','easyblog_theme_muzic','custom','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_muzic.xml','https://www.joomlart.com/update-steps',''),(16598,5,0,'JA Obelisk Theme for EasyBlog','','easyblog_theme_obelisk','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_obelisk.xml','https://www.joomlart.com/update-steps',''),(16599,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(16600,5,0,'JA Bookshop Template','','ja_bookshop','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_bookshop.xml','https://www.joomlart.com/update-steps',''),(16601,5,0,'JA Brisk Template for J25 & J3x','','ja_brisk','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_brisk.xml','https://www.joomlart.com/update-steps',''),(16602,5,0,'JA Decor Template','','ja_decor','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j16/ja_decor.xml','https://www.joomlart.com/update-steps',''),(16603,5,0,'JA Fubix Template for J25 & J3x','','ja_fubix','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_fubix.xml','https://www.joomlart.com/update-steps',''),(16604,5,0,'JA Jason template','','ja_jason','template','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/ja_jason.xml','https://www.joomlart.com/update-steps',''),(16605,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(16606,5,0,'JA Medicare Template','','ja_medicare','template','',0,'3.0.1','','http://update.joomlart.com/service/tracking/j16/ja_medicare.xml','https://www.joomlart.com/update-steps',''),(16607,5,0,'JA Mero Template for J25 & J3x','','ja_mero','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_mero.xml','https://www.joomlart.com/update-steps',''),(16608,5,0,'JA Mitius Template','','ja_mitius','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j16/ja_mitius.xml','https://www.joomlart.com/update-steps',''),(16609,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(16610,5,0,'JA Nuevo template','','ja_nuevo','template','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/ja_nuevo.xml','https://www.joomlart.com/update-steps',''),(16611,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(16612,5,0,'JA Playmag Template','','ja_playmag','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j16/ja_playmag.xml','https://www.joomlart.com/update-steps',''),(16613,5,0,'JA Smashboard Template','','ja_smashboard','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_smashboard.xml','https://www.joomlart.com/update-steps',''),(16614,5,0,'JA Sugite Template','','ja_sugite','template','',0,'2.1.3','','http://update.joomlart.com/service/tracking/j16/ja_sugite.xml','https://www.joomlart.com/update-steps',''),(16615,5,0,'JA Travel Template for Joomla 3x','','ja_travel','template','',0,'2.5.7','','http://update.joomlart.com/service/tracking/j16/ja_travel.xml','https://www.joomlart.com/update-steps',''),(16616,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(16617,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(16618,5,0,'Kunena Template for Ja Orisite','','kunena_theme_orisite','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/kunena_theme_orisite.xml','https://www.joomlart.com/update-steps',''),(16619,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.4.2','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(16620,5,0,'JA Accordion Module','','mod_jaaccordion','module','',0,'2.6.3','','http://update.joomlart.com/service/tracking/j16/mod_jaaccordion.xml','https://www.joomlart.com/update-steps',''),(16621,5,0,'JA Content Listing Module','','mod_jacontentlisting','module','',0,'1.2.8','','http://update.joomlart.com/service/tracking/j16/mod_jacontentlisting.xml','https://www.joomlart.com/update-steps',''),(16622,5,0,'JA Content Slider Module','','mod_jacontentslider','module','',0,'2.7.7','','http://update.joomlart.com/service/tracking/j16/mod_jacontentslider.xml','https://www.joomlart.com/update-steps',''),(16623,5,0,'JA Facebook Like Box Module','','mod_jafacebooklikebox','module','',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/mod_jafacebooklikebox.xml','https://www.joomlart.com/update-steps',''),(16624,5,0,'JA Google chart 2','','mod_jagooglechart_2','module','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j16/mod_jagooglechart_2.xml','https://www.joomlart.com/update-steps',''),(16625,5,0,'JA Image Hotspot Module','','mod_jaimagehotspot','module','',0,'1.3.2','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(16626,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.4.0','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(16627,5,0,'JA Login module','','mod_jalogin','module','',0,'2.9.0','','http://update.joomlart.com/service/tracking/j16/mod_jalogin.xml','https://www.joomlart.com/update-steps',''),(16628,5,0,'JA Masthead Module ','','mod_jamasthead','module','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j16/mod_jamasthead.xml','https://www.joomlart.com/update-steps',''),(16629,5,0,'JA Newsticker Module for J3x','','mod_janewsticker','module','',0,'2.6.3','','http://update.joomlart.com/service/tracking/j16/mod_janewsticker.xml','https://www.joomlart.com/update-steps',''),(16630,5,0,'JA Quick Contact Module','','mod_jaquickcontact','module','',0,'2.8.0','','http://update.joomlart.com/service/tracking/j16/mod_jaquickcontact.xml','https://www.joomlart.com/update-steps',''),(16631,5,0,'JA SideNews Module ','','mod_jasidenews','module','',0,'2.6.9','','http://update.joomlart.com/service/tracking/j16/mod_jasidenews.xml','https://www.joomlart.com/update-steps',''),(16632,5,0,'JA Slideshow Lite Module ','','mod_jaslideshowlite','module','',0,'1.2.9','','http://update.joomlart.com/service/tracking/j16/mod_jaslideshowlite.xml','https://www.joomlart.com/update-steps',''),(16633,5,0,'JA Social Locker module','','mod_jasocial_locker','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/mod_jasocial_locker.xml','https://www.joomlart.com/update-steps',''),(16634,5,0,'JA Twitter Module','','mod_jatwitter','module','',0,'3.1.0','','http://update.joomlart.com/service/tracking/j16/mod_jatwitter.xml','https://www.joomlart.com/update-steps',''),(16635,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(16636,5,0,'S5 Accordion Menu Module','','mod_s5_accordion_menu','module','',0,'2.4.0','','http://update.joomlart.com/service/tracking/j16/mod_s5_accordion_menu.xml','https://www.joomlart.com/update-steps',''),(16637,5,0,'JA Disqus Debate Echo plugin','','debate_echo','plugin','jadisqus',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/plg_jadisqus_debate_echo.xml','https://www.joomlart.com/update-steps',''),(16638,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.2.1','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(16639,5,0,'Multi Captcha Engine Plugin','','captcha_engine','plugin','multiple',0,'2.6.1','','http://update.joomlart.com/service/tracking/j16/plg_multiple_captcha_engine.xml','https://www.joomlart.com/update-steps',''),(16640,5,0,'JA Builder System Plugin','','jabuilder','plugin','system',0,'2.0.0','','http://update.joomlart.com/service/tracking/j16/plg_system_jabuilder.xml','https://www.joomlart.com/update-steps',''),(16641,5,0,'JA System Google Map plugin','','jagooglemap','plugin','system',0,'2.8.1','','http://update.joomlart.com/service/tracking/j16/plg_system_jagooglemap.xml','https://www.joomlart.com/update-steps',''),(16642,5,0,'JA Popup Plugin','','japopup','plugin','system',0,'3.0.0','','http://update.joomlart.com/service/tracking/j16/plg_system_japopup.xml','https://www.joomlart.com/update-steps',''),(16643,5,0,'JA System Social Feed Plugin','','jasocial_feed','plugin','system',0,'1.6.0','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(16644,5,0,'JA Tabs Plugin for Joomla 3 & Joomla 4','','jatabs','plugin','system',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/plg_system_jatabs.xml','https://www.joomlart.com/update-steps',''),(16645,5,0,'T3 System Plugin','','t3','plugin','system',0,'3.2.2','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','https://www.joomlart.com/update-steps',''),(16646,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(16647,5,0,'Uber Template','','uber','template','',0,'3.1.0','','http://update.joomlart.com/service/tracking/j16/uber.xml','https://www.joomlart.com/update-steps',''),(16648,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(16649,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.9','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(16650,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(16651,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(16652,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(16653,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.9.3','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(16654,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(16655,5,0,'GK bluap','','gk_bluap','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_bluap.xml','https://www.joomlart.com/update-steps',''),(16656,5,0,'GK Box Template','','gk_box','template','',0,'2.1.4','','http://update.joomlart.com/service/tracking/j30/gk_box.xml','https://www.joomlart.com/update-steps',''),(16657,5,0,'GK cloudhost J!3','','gk_cloudhost','template','',0,'4.3','','http://update.joomlart.com/service/tracking/j30/gk_cloudhost.xml','https://www.joomlart.com/update-steps',''),(16658,5,0,'GK Creativity','','gk_creativity','template','',0,'4.2.3','','http://update.joomlart.com/service/tracking/j30/gk_creativity.xml','https://www.joomlart.com/update-steps',''),(16659,5,0,'GK events J!3','','gk_events','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_events.xml','https://www.joomlart.com/update-steps',''),(16660,5,0,'GK game J!3','','gk_game','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_game.xml','https://www.joomlart.com/update-steps',''),(16661,5,0,'GK hotel','','gk_hotel','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(16662,5,0,'GK instyle','','gk_instyle','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_instyle.xml','https://www.joomlart.com/update-steps',''),(16663,5,0,'GK john s J!3','','gk_john_s','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_john_s.xml','https://www.joomlart.com/update-steps',''),(16664,5,0,'GK magazine','','gk_magazine','template','',0,'4.3','','http://update.joomlart.com/service/tracking/j30/gk_magazine.xml','https://www.joomlart.com/update-steps',''),(16665,5,0,'GK mo J!3','','gk_mo','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_mo.xml','https://www.joomlart.com/update-steps',''),(16666,5,0,'GK msocial J!3','','gk_msocial','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_msocial.xml','https://www.joomlart.com/update-steps',''),(16667,5,0,'GK musicstate','','gk_musicstate','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_musicstate.xml','https://www.joomlart.com/update-steps',''),(16668,5,0,'GK news J!3','','gk_news','template','',0,'4.3.1','','http://update.joomlart.com/service/tracking/j30/gk_news.xml','https://www.joomlart.com/update-steps',''),(16669,5,0,'GK news2 J!3','','gk_news2','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_news2.xml','https://www.joomlart.com/update-steps',''),(16670,5,0,'GK news refreshed J!3','','gk_news_refreshed','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_news_refreshed.xml','https://www.joomlart.com/update-steps',''),(16671,5,0,'GK photo J!3','','gk_photo','template','',0,'4.2.2','','http://update.joomlart.com/service/tracking/j30/gk_photo.xml','https://www.joomlart.com/update-steps',''),(16672,5,0,'GK portfolio J!3','','gk_portfolio','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j30/gk_portfolio.xml','https://www.joomlart.com/update-steps',''),(16673,5,0,'GK rockwall J!3','','gk_rockwall','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_rockwall.xml','https://www.joomlart.com/update-steps',''),(16674,5,0,'GK Shop & Buy Template','','gk_shop_and_buy','template','',0,'4.3.1','','http://update.joomlart.com/service/tracking/j30/gk_shop_and_buy.xml','https://www.joomlart.com/update-steps',''),(16675,5,0,'GK simplicity J!3','','gk_simplicity','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_simplicity.xml','https://www.joomlart.com/update-steps',''),(16676,5,0,'GK steakhouse J!3','','gk_steakhouse','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_steakhouse.xml','https://www.joomlart.com/update-steps',''),(16677,5,0,'GK storebox J!3','','gk_storebox','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_storebox.xml','https://www.joomlart.com/update-steps',''),(16678,5,0,'GK storefront J!3','','gk_storefront','template','',0,'4.4','','http://update.joomlart.com/service/tracking/j30/gk_storefront.xml','https://www.joomlart.com/update-steps',''),(16679,5,0,'GK technews J!3','','gk_technews','template','',0,'2.0.5','','http://update.joomlart.com/service/tracking/j30/gk_technews.xml','https://www.joomlart.com/update-steps',''),(16680,5,0,'GK university','','gk_university','template','',0,'4.1.3','','http://update.joomlart.com/service/tracking/j30/gk_university.xml','https://www.joomlart.com/update-steps',''),(16681,5,0,'GK writer J!3','','gk_writer','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_writer.xml','https://www.joomlart.com/update-steps',''),(16682,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(16683,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(16684,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(16685,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(16686,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(16687,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(16688,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(16689,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(16690,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(16691,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(16692,5,0,'Metro Grid GK5','','mod_grid_gk5','module','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j30/mod_grid_gk5.xml','https://www.joomlart.com/update-steps',''),(16693,5,0,'Highlighter GK5 Module','','mod_highlighter_gk5','module','',0,'1.2.4','','http://update.joomlart.com/service/tracking/j30/mod_highlighter_gk5.xml','https://www.joomlart.com/update-steps',''),(16694,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.7.6','','http://update.joomlart.com/service/tracking/j30/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(16695,5,0,'News Pro GK5 J!3','','mod_news_pro_gk5','module','',0,'2.1.5','','http://update.joomlart.com/service/tracking/j30/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(16696,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.8','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(16697,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(16698,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(16699,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(16700,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(16701,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(16702,5,0,'GK Opengraph system plugin','','gk_opengraph','plugin','sys',0,'1.0.2','','http://update.joomlart.com/service/tracking/j30/plg_sys_gk_opengraph.xml','https://www.joomlart.com/update-steps',''),(16703,5,0,'GK Cache system plugin','','gkcache','plugin','sys',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_sys_gkcache.xml','https://www.joomlart.com/update-steps',''),(16704,5,0,'GK Extmenu system plugin','','gkextmenu','plugin','sys',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/plg_sys_gkextmenu.xml','https://www.joomlart.com/update-steps',''),(16705,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(16706,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.3.2','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(16707,5,0,'S5 Amazed Photography Template','','Shape5_amazed_photography_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_amazed_photography_template.xml','https://www.joomlart.com/update-steps',''),(16708,5,0,'S5 Ambient Template','','Shape5_ambient_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_ambient_template.xml','https://www.joomlart.com/update-steps',''),(16709,5,0,'S5 Ameritage Medical Template','','Shape5_ameritage_medical_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ameritage_medical_template.xml','https://www.joomlart.com/update-steps',''),(16710,5,0,'S5 Appwonder Template','','Shape5_appwonder_template','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/Shape5_appwonder_template.xml','https://www.joomlart.com/update-steps',''),(16711,5,0,'S5 Arthur Template','','Shape5_arthur_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_arthur_template.xml','https://www.joomlart.com/update-steps',''),(16712,5,0,'S5 Attractions Template','','Shape5_attractions_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_attractions_template.xml','https://www.joomlart.com/update-steps',''),(16713,5,0,'S5 Aurora Dawn Template','','Shape5_aurora_dawn_template','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_aurora_dawn_template.xml','https://www.joomlart.com/update-steps',''),(16714,5,0,'S5 Avignet Dream Template','','Shape5_avignet_dream_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_avignet_dream_template.xml','https://www.joomlart.com/update-steps',''),(16715,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(16716,5,0,'S5 Big Picture Template','','Shape5_bigpicture_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bigpicture_template.xml','https://www.joomlart.com/update-steps',''),(16717,5,0,'S5 Blogbox Template','','Shape5_blog_box_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_blog_box_template.xml','https://www.joomlart.com/update-steps',''),(16718,5,0,'S5 BlueGroup Template','','Shape5_bluegroup_template','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j31/Shape5_bluegroup_template.xml','https://www.joomlart.com/update-steps',''),(16719,5,0,'S5 Business Line Template','','Shape5_business_line_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_business_line_template.xml','https://www.joomlart.com/update-steps',''),(16720,5,0,'S5 Business Pro Template','','Shape5_business_pro_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_business_pro_template.xml','https://www.joomlart.com/update-steps',''),(16721,5,0,'S5 Callie Rush Template','','Shape5_callie_rush_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_callie_rush_template.xml','https://www.joomlart.com/update-steps',''),(16722,5,0,'S5 Campus Life Template','','Shape5_campuslife_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_campuslife_template.xml','https://www.joomlart.com/update-steps',''),(16723,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(16724,5,0,'S5 Charlestown Template','','Shape5_charlestown_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_charlestown_template.xml','https://www.joomlart.com/update-steps',''),(16725,5,0,'S5 Cleanout Template','','Shape5_cleanout_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cleanout_template.xml','https://www.joomlart.com/update-steps',''),(16726,5,0,'S5 Comaxium Template','','Shape5_comaxium_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_comaxium_template.xml','https://www.joomlart.com/update-steps',''),(16727,5,0,'S5 Compassion Template','','Shape5_compassion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_compassion_template.xml','https://www.joomlart.com/update-steps',''),(16728,5,0,'S5 Construction Template','','Shape5_construction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_construction_template.xml','https://www.joomlart.com/update-steps',''),(16729,5,0,'S5 Content King Template','','Shape5_contentking_template','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j31/Shape5_contentking_template.xml','https://www.joomlart.com/update-steps',''),(16730,5,0,'S5 Corporate Response Template','','Shape5_corporate_response_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corporate_response_template.xml','https://www.joomlart.com/update-steps',''),(16731,5,0,'S5 Corpway Template','','Shape5_corpway_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_corpway_template.xml','https://www.joomlart.com/update-steps',''),(16732,5,0,'S5 Curb Appeal Template','','Shape5_curb_appeal_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_curb_appeal_template.xml','https://www.joomlart.com/update-steps',''),(16733,5,0,'S5 Cyan Template','','Shape5_cyan_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cyan_template.xml','https://www.joomlart.com/update-steps',''),(16734,5,0,'S5 Emma and Mason Template','','Shape5_emma_and_mason_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_emma_and_mason_template.xml','https://www.joomlart.com/update-steps',''),(16735,5,0,'S5 Emusica Template','','Shape5_emusica_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_emusica_template.xml','https://www.joomlart.com/update-steps',''),(16736,5,0,'S5 Eventfull Business Template','','Shape5_eventfull_business_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_eventfull_business_template.xml','https://www.joomlart.com/update-steps',''),(16737,5,0,'S5 Eventfull Template','','Shape5_eventfull_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_eventfull_template.xml','https://www.joomlart.com/update-steps',''),(16738,5,0,'S5 EZ Web Hosting Template','','Shape5_ezwebhosting_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ezwebhosting_template.xml','https://www.joomlart.com/update-steps',''),(16739,5,0,'S5 Fitness Center Template','','Shape5_fitness_center_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_fitness_center_template.xml','https://www.joomlart.com/update-steps',''),(16740,5,0,'S5 Forte Template','','Shape5_forte_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_forte_template.xml','https://www.joomlart.com/update-steps',''),(16741,5,0,'S5 Fresh Bistro Template','','Shape5_fresh_bistro_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_fresh_bistro_template.xml','https://www.joomlart.com/update-steps',''),(16742,5,0,'S5 Fusion Template','','Shape5_fusion_template','template','',0,'1.5.7','','http://update.joomlart.com/service/tracking/j31/Shape5_fusion_template.xml','https://www.joomlart.com/update-steps',''),(16743,5,0,'S5 Game World Template','','Shape5_game_world_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_game_world_template.xml','https://www.joomlart.com/update-steps',''),(16744,5,0,'S5 Gamers Template','','Shape5_gamers_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_gamers_template.xml','https://www.joomlart.com/update-steps',''),(16745,5,0,'S5 GCK Store Template','','Shape5_gck_store_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_gck_store_template.xml','https://www.joomlart.com/update-steps',''),(16746,5,0,'S5 General Commerce Template','','Shape5_general_commerce_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_general_commerce_template.xml','https://www.joomlart.com/update-steps',''),(16747,5,0,'S5 General Contractor Template','','Shape5_general_contractor_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_general_contractor_template.xml','https://www.joomlart.com/update-steps',''),(16748,5,0,'S5 GetReserved Template','','Shape5_getreserved_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_getreserved_template.xml','https://www.joomlart.com/update-steps',''),(16749,5,0,'S5 Health Guide Template','','Shape5_health_guide_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_health_guide_template.xml','https://www.joomlart.com/update-steps',''),(16750,5,0,'S5 Helion Template','','Shape5_helion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_helion_template.xml','https://www.joomlart.com/update-steps',''),(16751,5,0,'S5 Hexa Corp Template','','Shape5_hexa_corp_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_hexa_corp_template.xml','https://www.joomlart.com/update-steps',''),(16752,5,0,'S5 Hexicon Gamer Template','','Shape5_hexicon_gamer_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_hexicon_gamer_template.xml','https://www.joomlart.com/update-steps',''),(16753,5,0,'S5 Incline Template','','Shape5_incline_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_incline_template.xml','https://www.joomlart.com/update-steps',''),(16754,5,0,'S5 Legal Lawyer Template','','Shape5_legal_lawyer_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_legal_lawyer_template.xml','https://www.joomlart.com/update-steps',''),(16755,5,0,'S5 Life Journey Template','','Shape5_life_journey_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_life_journey_template.xml','https://www.joomlart.com/update-steps',''),(16756,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(16757,5,0,'S5 Lime Light Template','','Shape5_lime_light_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_lime_light_template.xml','https://www.joomlart.com/update-steps',''),(16758,5,0,'S5 Luxon Template','','Shape5_luxon_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_luxon_template.xml','https://www.joomlart.com/update-steps',''),(16759,5,0,'S5 M Ceative Agency Template','','Shape5_m_creative_agency_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_m_creative_agency_template.xml','https://www.joomlart.com/update-steps',''),(16760,5,0,'S5 Maxed Mag Template','','Shape5_maxedmag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_maxedmag_template.xml','https://www.joomlart.com/update-steps',''),(16761,5,0,'S5 MetroShows Template','','Shape5_metroshows_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_metroshows_template.xml','https://www.joomlart.com/update-steps',''),(16762,5,0,'S5 Modern Flavor Template','','Shape5_modern_flavor_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_modern_flavor_template.xml','https://www.joomlart.com/update-steps',''),(16763,5,0,'S5 New Vision Template','','Shape5_new_vision_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_new_vision_template.xml','https://www.joomlart.com/update-steps',''),(16764,5,0,'S5 News Blog Template','','Shape5_newsblog_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_newsblog_template.xml','https://www.joomlart.com/update-steps',''),(16765,5,0,'S5 Newsplace Template','','Shape5_newsplace_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_newsplace_template.xml','https://www.joomlart.com/update-steps',''),(16766,5,0,'S5 No1 Shopping Template','','Shape5_no1_shopping_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_no1_shopping_template.xml','https://www.joomlart.com/update-steps',''),(16767,5,0,'S5 Oasis Template','','Shape5_oasis_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_oasis_template.xml','https://www.joomlart.com/update-steps',''),(16768,5,0,'S5 Outdoor Life Template','','Shape5_outdoor_life_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_outdoor_life_template.xml','https://www.joomlart.com/update-steps',''),(16769,5,0,'S5 Pantheon Template','','Shape5_pantheon_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_pantheon_template.xml','https://www.joomlart.com/update-steps',''),(16770,5,0,'S5 Paradigm Shift Template','','Shape5_paradigm_shift_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_paradigm_shift_template.xml','https://www.joomlart.com/update-steps',''),(16771,5,0,'S5 Phosphorus Template','','Shape5_phosphorus_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_phosphorus_template.xml','https://www.joomlart.com/update-steps',''),(16772,5,0,'S5 Photobox Template','','Shape5_photobox_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_photobox_template.xml','https://www.joomlart.com/update-steps',''),(16773,5,0,'S5 Photofolio Template','','Shape5_photofolio_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_photofolio_template.xml','https://www.joomlart.com/update-steps',''),(16774,5,0,'S5 Prestige Academy Template','','Shape5_prestige_academy_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_prestige_academy_template.xml','https://www.joomlart.com/update-steps',''),(16775,5,0,'S5 Real Estate Template','','Shape5_realestate_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_realestate_template.xml','https://www.joomlart.com/update-steps',''),(16776,5,0,'S5 Regan Tech Template','','Shape5_regan_tech_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_regan_tech_template.xml','https://www.joomlart.com/update-steps',''),(16777,5,0,'S5 Risen Hope Template','','Shape5_risen_hope_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_risen_hope_template.xml','https://www.joomlart.com/update-steps',''),(16778,5,0,'S5 Salon N Spa Template','','Shape5_salonnspa_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_salonnspa_template.xml','https://www.joomlart.com/update-steps',''),(16779,5,0,'S5 Samba Spa Template','','Shape5_samba_template','template','',0,'1.5.0','','http://update.joomlart.com/service/tracking/j31/Shape5_samba_template.xml','https://www.joomlart.com/update-steps',''),(16780,5,0,'S5 Vertex Template','','Shape5_shape5_vertex_template','template','',0,'3.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_shape5_vertex_template.xml','https://www.joomlart.com/update-steps',''),(16781,5,0,'S5 Shenandoah Template','','Shape5_shenandoah_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_shenandoah_template.xml','https://www.joomlart.com/update-steps',''),(16782,5,0,'S5 ShoppingBag Template','','Shape5_shoppingbag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_shoppingbag_template.xml','https://www.joomlart.com/update-steps',''),(16783,5,0,'S5 Sienna Template','','Shape5_sienna_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sienna_template.xml','https://www.joomlart.com/update-steps',''),(16784,5,0,'S5 Simplex Template','','Shape5_simplex_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_simplex_template.xml','https://www.joomlart.com/update-steps',''),(16785,5,0,'S5 Soul Search Template','','Shape5_soul_search_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_soul_search_template.xml','https://www.joomlart.com/update-steps',''),(16786,5,0,'S5 Spectrum Template','','Shape5_spectrum_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_spectrum_template.xml','https://www.joomlart.com/update-steps',''),(16787,5,0,'S5 Sports Nation Template','','Shape5_sports_nation_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sports_nation_template.xml','https://www.joomlart.com/update-steps',''),(16788,5,0,'S5 Store Pro Template','','Shape5_storepro_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_storepro_template.xml','https://www.joomlart.com/update-steps',''),(16789,5,0,'S5 Swapps Template','','Shape5_swapps_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_swapps_template.xml','https://www.joomlart.com/update-steps',''),(16790,5,0,'S5 The Classifieds Template','','Shape5_the_classifieds_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_the_classifieds_template.xml','https://www.joomlart.com/update-steps',''),(16791,5,0,'S5 TheBlogazine Template','','Shape5_theblogazine_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_theblogazine_template.xml','https://www.joomlart.com/update-steps',''),(16792,5,0,'S5 Traction Template','','Shape5_traction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_traction_template.xml','https://www.joomlart.com/update-steps',''),(16793,5,0,'S5 University Template','','Shape5_university_template','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_university_template.xml','https://www.joomlart.com/update-steps',''),(16794,5,0,'S5 Velocity Template','','Shape5_velocity_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_velocity_template.xml','https://www.joomlart.com/update-steps',''),(16795,5,0,'S5 Zoka Template','','Shape5_zoka_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_zoka_template.xml','https://www.joomlart.com/update-steps',''),(16796,5,0,'JA Blockk Entertaiment 1','','blockk_entertaiment_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_entertaiment_1.xml','https://www.joomlart.com/update-steps',''),(16797,5,0,'JA Blockk Entertaiment 2','','blockk_entertaiment_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_entertaiment_2.xml','https://www.joomlart.com/update-steps',''),(16798,5,0,'JA Blockk Fashion 1','','blockk_fashion_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_1.xml','https://www.joomlart.com/update-steps',''),(16799,5,0,'JA Blockk Fashion 2','','blockk_fashion_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_2.xml','https://www.joomlart.com/update-steps',''),(16800,5,0,'JA Blockk Fashion 3','','blockk_fashion_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_3.xml','https://www.joomlart.com/update-steps',''),(16801,5,0,'JA Blockk Fashion 4','','blockk_fashion_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_4.xml','https://www.joomlart.com/update-steps',''),(16802,5,0,'JA Blockk Freebie 1','','blockk_freebie_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_freebie_1.xml','https://www.joomlart.com/update-steps',''),(16803,5,0,'JA Blockk Freebie 2','','blockk_freebie_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_freebie_2.xml','https://www.joomlart.com/update-steps',''),(16804,5,0,'JA Blockk Gaming 1','','blockk_gaming_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_1.xml','https://www.joomlart.com/update-steps',''),(16805,5,0,'JA Blockk Gaming 2','','blockk_gaming_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_2.xml','https://www.joomlart.com/update-steps',''),(16806,5,0,'JA Blockk Gaming 3','','blockk_gaming_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_3.xml','https://www.joomlart.com/update-steps',''),(16807,5,0,'JA Blockk Gaming 4','','blockk_gaming_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_4.xml','https://www.joomlart.com/update-steps',''),(16808,5,0,'JA Blockk Magz 1','','blockk_magz_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_1.xml','https://www.joomlart.com/update-steps',''),(16809,5,0,'JA Blockk Magz 2','','blockk_magz_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_2.xml','https://www.joomlart.com/update-steps',''),(16810,5,0,'JA Blockk Magz 3','','blockk_magz_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_3.xml','https://www.joomlart.com/update-steps',''),(16811,5,0,'JA Blockk Magz 4','','blockk_magz_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_4.xml','https://www.joomlart.com/update-steps',''),(16812,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'7.1.0','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(16813,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.5','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(16814,5,0,'Guru Pro','','com_guru_pro','component','',1,'6.2.3','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(16815,5,0,'JA Builder Component','','com_jabuilder','component','',1,'2.0.1','','http://update.joomlart.com/service/tracking/j31/com_jabuilder.xml','https://www.joomlart.com/update-steps',''),(16816,5,0,'JA Extension Manager Component','','com_jaextmanager','component','',1,'2.7.6','','http://update.joomlart.com/service/tracking/j31/com_jaextmanager.xml','https://www.joomlart.com/update-steps',''),(16817,5,0,'JA Multilingual Component for Joomla','','com_jalang','component','',1,'1.2.0','','http://update.joomlart.com/service/tracking/j31/com_jalang.xml','https://www.joomlart.com/update-steps',''),(16818,5,0,'JA Page Builder Component','','com_japagebuilder','component','',1,'1.0.0_alpha3','','http://update.joomlart.com/service/tracking/j31/com_japagebuilder.xml','https://www.joomlart.com/update-steps',''),(16819,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.1.0','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(16820,5,0,'T4 Page Builder Component','','com_t4pagebuilder','component','',1,'2.1.0','','http://update.joomlart.com/service/tracking/j31/com_t4pagebuilder.xml','https://www.joomlart.com/update-steps',''),(16821,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(16822,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(16823,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(16824,5,0,'JA Resume Theme for EasyBlog','','easyblog_theme_resume','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_resume.xml','https://www.joomlart.com/update-steps',''),(16825,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(16826,5,0,'GK Academy Template','','gk_academy','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_academy.xml','https://www.joomlart.com/update-steps',''),(16827,5,0,'GK App Template','','gk_app','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_app.xml','https://www.joomlart.com/update-steps',''),(16828,5,0,'GK Bauhaus Template','','gk_bauhaus','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_bauhaus.xml','https://www.joomlart.com/update-steps',''),(16829,5,0,'GK Blend Template','','gk_blend','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_blend.xml','https://www.joomlart.com/update-steps',''),(16830,5,0,'GK Decor template','','gk_decor','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/gk_decor.xml','https://www.joomlart.com/update-steps',''),(16831,5,0,'GK EvoNews Template','','gk_evonews','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_evonews.xml','https://www.joomlart.com/update-steps',''),(16832,5,0,'GK Fit Template','','gk_fit','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_fit.xml','https://www.joomlart.com/update-steps',''),(16833,5,0,'GK Folio Template','','gk_folio','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_folio.xml','https://www.joomlart.com/update-steps',''),(16834,5,0,'GK Infinity Template','','gk_infinity','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_infinity.xml','https://www.joomlart.com/update-steps',''),(16835,5,0,'GK Issues Template','','gk_issues','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_issues.xml','https://www.joomlart.com/update-steps',''),(16836,5,0,'GK Kidty template','','gk_kidty','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_kidty.xml','https://www.joomlart.com/update-steps',''),(16837,5,0,'GK magazine','','gk_magazine','template','',0,'4.4.1','','http://update.joomlart.com/service/tracking/j31/gk_magazine.xml','https://www.joomlart.com/update-steps',''),(16838,5,0,'GK Paradise Template','','gk_paradise','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_paradise.xml','https://www.joomlart.com/update-steps',''),(16839,5,0,'GK Portfolio Template','','gk_portfolio','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_portfolio.xml','https://www.joomlart.com/update-steps',''),(16840,5,0,'GK Quark template','','gk_quark','template','',0,'2.1.6','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(16841,5,0,'GK ResumeTemplate','','gk_resume','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_resume.xml','https://www.joomlart.com/update-steps',''),(16842,5,0,'GK Shop & Buy Template','','gk_shop_and_buy','template','',0,'4.4','','http://update.joomlart.com/service/tracking/j31/gk_shop_and_buy.xml','https://www.joomlart.com/update-steps',''),(16843,5,0,'GK Siggi Template','','gk_siggi','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_siggi.xml','https://www.joomlart.com/update-steps',''),(16844,5,0,'GK Stora Template','','gk_stora','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/gk_stora.xml','https://www.joomlart.com/update-steps',''),(16845,5,0,'GK storefront ','','gk_storefront','template','',0,'4.5.0','','http://update.joomlart.com/service/tracking/j31/gk_storefront.xml','https://www.joomlart.com/update-steps',''),(16846,5,0,'GK technews','','gk_technews','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_technews.xml','https://www.joomlart.com/update-steps',''),(16847,5,0,'GK Wedding Template','','gk_wedding','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_wedding.xml','https://www.joomlart.com/update-steps',''),(16848,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(16849,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.5','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(16850,5,0,'Guru Search Module','','guru-search-module','module','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/guru-search-module.xml','https://www.joomlart.com/update-steps',''),(16851,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(16852,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(16853,5,0,'JA Allure Template','','ja_allure','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_allure.xml','https://www.joomlart.com/update-steps',''),(16854,5,0,'JA Alpha Template','','ja_alpha','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_alpha.xml','https://www.joomlart.com/update-steps',''),(16855,5,0,'JA Alumni Template','','ja_alumni','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_alumni.xml','https://www.joomlart.com/update-steps',''),(16856,5,0,'JA Artsy Template','','ja_artsy','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_artsy.xml','https://www.joomlart.com/update-steps',''),(16857,5,0,'JA Atoms Template','','ja_atoms','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_atoms.xml','https://www.joomlart.com/update-steps',''),(16858,5,0,'JA Autoshop Source File','','ja_autoshop','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_autoshop.xml','https://www.joomlart.com/update-steps',''),(16859,5,0,'JA Beauty Source File','','ja_beauty','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_beauty.xml','https://www.joomlart.com/update-steps',''),(16860,5,0,'JA Biz Template','','ja_biz','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_biz.xml','https://www.joomlart.com/update-steps',''),(16861,5,0,'JA Blockk Template','','ja_blockk','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_blockk.xml','https://www.joomlart.com/update-steps',''),(16862,5,0,'JA Brickstore Template','','ja_brickstore','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_brickstore.xml','https://www.joomlart.com/update-steps',''),(16863,5,0,'JA Builder Package','','ja_builder_pkg','package','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_builder_pkg.xml','https://www.joomlart.com/update-steps',''),(16864,5,0,'JA Cagox template','','ja_cagox','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(16865,5,0,'JA Campaign Template','','ja_campaign','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_campaign.xml','https://www.joomlart.com/update-steps',''),(16866,5,0,'JA Candidate Template','','ja_candidate','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_candidate.xml','https://www.joomlart.com/update-steps',''),(16867,5,0,'JA Charity template','','ja_charity','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_charity.xml','https://www.joomlart.com/update-steps',''),(16868,5,0,'JA City Guide Template','','ja_cityguide','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/ja_cityguide.xml','https://www.joomlart.com/update-steps',''),(16869,5,0,'JA Company Template','','ja_company','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(16870,5,0,'JA Conf Template','','ja_conf','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_conf.xml','https://www.joomlart.com/update-steps',''),(16871,5,0,'JA Diner Template','','ja_diner','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_diner.xml','https://www.joomlart.com/update-steps',''),(16872,5,0,'JA Directory Template','','ja_directory','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(16873,5,0,'JA Donate Template','','ja_donate','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(16874,5,0,'JA Edenite II Template','','ja_edenite_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_edenite_ii.xml','https://www.joomlart.com/update-steps',''),(16875,5,0,'JA Educatsy Template','','ja_educatsy','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_educatsy.xml','https://www.joomlart.com/update-steps',''),(16876,5,0,'JA Ego Template','','ja_ego','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_ego.xml','https://www.joomlart.com/update-steps',''),(16877,5,0,'JA Elicyon Template','','ja_elicyon','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_elicyon.xml','https://www.joomlart.com/update-steps',''),(16878,5,0,'JA EventCamp Template','','ja_eventcamp','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_eventcamp.xml','https://www.joomlart.com/update-steps',''),(16879,5,0,'JA Events II template','','ja_events_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_events_ii.xml','https://www.joomlart.com/update-steps',''),(16880,5,0,'JA Fit Template','','ja_fit','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_fit.xml','https://www.joomlart.com/update-steps',''),(16881,5,0,'ja flix tpl','','ja_flix','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_flix.xml','https://www.joomlart.com/update-steps',''),(16882,5,0,'JA Focus Template','','ja_focus','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_focus.xml','https://www.joomlart.com/update-steps',''),(16883,5,0,'JA Good Template','','ja_good','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_good.xml','https://www.joomlart.com/update-steps',''),(16884,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(16885,5,0,'JA Helple Template','','ja_helple','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_helple.xml','https://www.joomlart.com/update-steps',''),(16886,5,0,'JA Hotel Template','','ja_hotel','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_hotel.xml','https://www.joomlart.com/update-steps',''),(16887,5,0,'JA Insight Template','','ja_insight','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_insight.xml','https://www.joomlart.com/update-steps',''),(16888,5,0,'JA Intranet Template','','ja_intranet','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(16889,5,0,'ja Justitia Template','','ja_justitia','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_justitia.xml','https://www.joomlart.com/update-steps',''),(16890,5,0,'JA Kids Corner Source File','','ja_kidscorner','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_kidscorner.xml','https://www.joomlart.com/update-steps',''),(16891,5,0,'JA Landscape Template','','ja_landscape','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_landscape.xml','https://www.joomlart.com/update-steps',''),(16892,5,0,'JA Lawfirm Template ','','ja_lawfirm','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_lawfirm.xml','https://www.joomlart.com/update-steps',''),(16893,5,0,'JA Magz II Template','','ja_magz_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_magz_ii.xml','https://www.joomlart.com/update-steps',''),(16894,5,0,'JA Mason Template','','ja_mason','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mason.xml','https://www.joomlart.com/update-steps',''),(16895,5,0,'JA Megastore Template','','ja_megastore','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(16896,5,0,'JA Mono Template','','ja_mono','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mono.xml','https://www.joomlart.com/update-steps',''),(16897,5,0,'JA Mood Template','','ja_mood','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(16898,5,0,'JA Morgan Template','','ja_morgan','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_morgan.xml','https://www.joomlart.com/update-steps',''),(16899,5,0,'JA Moviemax Template','','ja_moviemax','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_moviemax.xml','https://www.joomlart.com/update-steps',''),(16900,5,0,'JA Oslo Template','','ja_oslo','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_oslo.xml','https://www.joomlart.com/update-steps',''),(16901,5,0,'JA Platon Template','','ja_platon','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon.xml','https://www.joomlart.com/update-steps',''),(16902,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(16903,5,0,'JA Play School Template','','ja_playschool','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_playschool.xml','https://www.joomlart.com/update-steps',''),(16904,5,0,'JA Playstore Template','','ja_playstore','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(16905,5,0,'JA Property Template','','ja_property','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(16906,5,0,'JA Rent template','','ja_rent','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_rent.xml','https://www.joomlart.com/update-steps',''),(16907,5,0,'JA Resort Template','','ja_resort','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_resort.xml','https://www.joomlart.com/update-steps',''),(16908,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(16909,5,0,'JA Resume Template','','ja_resume','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_resume.xml','https://www.joomlart.com/update-steps',''),(16910,5,0,'JA Sensei Source File','','ja_sensei','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_sensei.xml','https://www.joomlart.com/update-steps',''),(16911,5,0,'JA Shoe Template','','ja_shoe','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_shoe.xml','https://www.joomlart.com/update-steps',''),(16912,5,0,'JA Simpli Template','','ja_simpli','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/ja_simpli.xml','https://www.joomlart.com/update-steps',''),(16913,5,0,'JA Smallbiz Template','','ja_smallbiz','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_smallbiz.xml','https://www.joomlart.com/update-steps',''),(16914,5,0,'JA Social II template','','ja_social_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_social_ii.xml','https://www.joomlart.com/update-steps',''),(16915,5,0,'JA Spa Template','','ja_spa','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_spa.xml','https://www.joomlart.com/update-steps',''),(16916,5,0,'JA Space Template','','ja_space','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_space.xml','https://www.joomlart.com/update-steps',''),(16917,5,0,'JA Stark Template','','ja_stark','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(16918,5,0,'JA Symphony Template','','ja_symphony','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_symphony.xml','https://www.joomlart.com/update-steps',''),(16919,5,0,'JA Techzone Template','','ja_techzone','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_techzone.xml','https://www.joomlart.com/update-steps',''),(16920,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(16921,5,0,'JA Tour Template','','ja_tour','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_tour.xml','https://www.joomlart.com/update-steps',''),(16922,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(16923,5,0,'JA University T3 template','','ja_university_t3','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(16924,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(16925,5,0,'JA Vital Template','','ja_vital','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_vital.xml','https://www.joomlart.com/update-steps',''),(16926,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(16927,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(16928,5,0,'JS Column Theme','','js_column','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_column.xml','https://www.joomlart.com/update-steps',''),(16929,5,0,'JS Flat Theme','','js_flat','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_flat.xml','https://www.joomlart.com/update-steps',''),(16930,5,0,'JS Kikiriki Theme','','js_kikiriki','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_kikiriki.xml','https://www.joomlart.com/update-steps',''),(16931,5,0,'JS Shadow Theme','','js_shadow','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_shadow.xml','https://www.joomlart.com/update-steps',''),(16932,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(16933,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(16934,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(16935,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(16936,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(16937,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(16938,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(16939,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(16940,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(16941,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(16942,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(16943,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(16944,5,0,'Community Toolbar Module','','mod_community_toolbar','module','',0,'4.8.0','','http://update.joomlart.com/service/tracking/j31/mod_community_toolbar.xml','https://www.joomlart.com/update-steps',''),(16945,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(16946,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(16947,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(16948,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(16949,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(16950,5,0,'GK Register Module ','','mod_gk_register','module','',0,'1.3','','http://update.joomlart.com/service/tracking/j31/mod_gk_register.xml','https://www.joomlart.com/update-steps',''),(16951,5,0,'Metro Grid GK5','','mod_grid_gk5','module','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j31/mod_grid_gk5.xml','https://www.joomlart.com/update-steps',''),(16952,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.8.2','','http://update.joomlart.com/service/tracking/j31/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(16953,5,0,'JA Finance Module','','mod_jafinance','module','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/mod_jafinance.xml','https://www.joomlart.com/update-steps',''),(16954,5,0,'JA Google Analytics','','mod_jagoogle_analytics','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/mod_jagoogle_analytics.xml','https://www.joomlart.com/update-steps',''),(16955,5,0,'JA Masthead Module ','','mod_jamasthead','module','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/mod_jamasthead.xml','https://www.joomlart.com/update-steps',''),(16956,5,0,'JA Megafilter Module','','mod_jamegafilter','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(16957,5,0,'JA Promo Bar module','','mod_japromobar','module','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/mod_japromobar.xml','https://www.joomlart.com/update-steps',''),(16958,5,0,'GK News Pro GK4 Module','','mod_news_pro_gk4','module','',0,'3.5.0','','http://update.joomlart.com/service/tracking/j31/mod_news_pro_gk4.xml','https://www.joomlart.com/update-steps',''),(16959,5,0,'News Pro GK5','','mod_news_pro_gk5','module','',0,'2.2.1','','http://update.joomlart.com/service/tracking/j31/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(16960,5,0,'S5 Box Module','','mod_s5_box','module','',0,'6.2.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_box.xml','https://www.joomlart.com/update-steps',''),(16961,5,0,'S5 Contact Popup Module','','mod_s5_contact_popup','module','',0,'1.6.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_contact_popup.xml','https://www.joomlart.com/update-steps',''),(16962,5,0,'S5 Horizontal Accordion Module','','mod_s5_horizontal_accordion','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_horizontal_accordion.xml','https://www.joomlart.com/update-steps',''),(16963,5,0,'S5 Image Content Fader v4 Module','','mod_s5_image_and_content_faderv4','module','',0,'4.5.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_image_and_content_faderv4.xml','https://www.joomlart.com/update-steps',''),(16964,5,0,'S5 Instagram Feed Module','','mod_s5_instagram_feed','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/mod_s5_instagram_feed.xml','https://www.joomlart.com/update-steps',''),(16965,5,0,'S5 Live Search Module','','mod_s5_live_search','module','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/mod_s5_live_search.xml','https://www.joomlart.com/update-steps',''),(16966,5,0,'S5 Mailchimp Signup Module','','mod_s5_mailchimp_signup','module','',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_mailchimp_signup.xml','https://www.joomlart.com/update-steps',''),(16967,5,0,'S5 Masonry Module','','mod_s5_masonry','module','',0,'3.1.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_masonry.xml','https://www.joomlart.com/update-steps',''),(16968,5,0,'S5 News Display 2 Module','','mod_s5_news_display_2','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_news_display_2.xml','https://www.joomlart.com/update-steps',''),(16969,5,0,'S5 New Sticker V3 Module','','mod_s5_newstickerv3','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_newstickerv3.xml','https://www.joomlart.com/update-steps',''),(16970,5,0,'S5 Open Table Module','','mod_s5_opentable','module','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_opentable.xml','https://www.joomlart.com/update-steps',''),(16971,5,0,'S5 Photo Showcase V2 Module','','mod_s5_photo_showcase_v2','module','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/mod_s5_photo_showcase_v2.xml','https://www.joomlart.com/update-steps',''),(16972,5,0,'S5 Quick Contact Module','','mod_s5_quick_contact','module','',0,'4.4.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_quick_contact.xml','https://www.joomlart.com/update-steps',''),(16973,5,0,'S5 Register Module','','mod_s5_register','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_register.xml','https://www.joomlart.com/update-steps',''),(16974,5,0,'S5 Snipcart Module','','mod_s5_snipcart','module','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_snipcart.xml','https://www.joomlart.com/update-steps',''),(16975,5,0,'S5 Tab Show v3 Module','','mod_s5_tab_show','module','',0,'3.4.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_tab_show.xml','https://www.joomlart.com/update-steps',''),(16976,5,0,'S5 Tab Show v2 Module','','mod_s5_tabshow_v2','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_tabshow_v2.xml','https://www.joomlart.com/update-steps',''),(16977,5,0,'S5 Typed Text Module','','mod_s5_typed_text','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_typed_text.xml','https://www.joomlart.com/update-steps',''),(16978,5,0,'S5 Vertical Accordion Module','','mod_s5_vertical_accordion','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_vertical_accordion.xml','https://www.joomlart.com/update-steps',''),(16979,5,0,'S5 Mapit Module','','mod_s5mapit','module','',0,'1.9.0','','http://update.joomlart.com/service/tracking/j31/mod_s5mapit.xml','https://www.joomlart.com/update-steps',''),(16980,5,0,'GK Tabs GK5 Module','','mod_tabs_gk5','module','',0,'2.3','','http://update.joomlart.com/service/tracking/j31/mod_tabs_gk5.xml','https://www.joomlart.com/update-steps',''),(16981,5,0,'JB ZenTools Module','','mod_zentools','module','',0,'1.14.7','','http://update.joomlart.com/service/tracking/j31/mod_zentools.xml','https://www.joomlart.com/update-steps',''),(16982,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(16983,5,0,'Plugin Ajax JA Content Type','','jacontenttype','plugin','ajax',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plg_ajax_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(16984,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(16985,5,0,'GK PLG Authentication Facebook','','facebook','plugin','authentication',0,'1.4','','http://update.joomlart.com/service/tracking/j31/plg_authentication_facebook.xml','https://www.joomlart.com/update-steps',''),(16986,5,0,'T4 Content Load PageBuilder','','loadt4pagebuilder','plugin','content',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/plg_content_loadt4pagebuilder.xml','https://www.joomlart.com/update-steps',''),(16987,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(16988,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(16989,5,0,'GK Typography Plugin','','typography','plugin','gk',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_gk_typography.xml','https://www.joomlart.com/update-steps',''),(16990,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(16991,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(16992,5,0,'JA Megafilter DOCman Plugin','','docman','plugin','jamegafilter',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_docman.xml','https://www.joomlart.com/update-steps',''),(16993,5,0,'JA Megafilter EShop Plugin','','eshop','plugin','jamegafilter',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(16994,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(16995,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(16996,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(16997,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(16998,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(16999,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.7','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(17000,5,0,'GK Extmenu system plugin','','gkextmenu','plugin','sys',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_sys_gkextmenu.xml','https://www.joomlart.com/update-steps',''),(17001,5,0,'GK Reservation system plugin','','gkreservation','plugin','sys',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_sys_gkreservation.xml','https://www.joomlart.com/update-steps',''),(17002,5,0,'System JA Campaign','','jacampaign','plugin','system',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/plg_system_jacampaign.xml','https://www.joomlart.com/update-steps',''),(17003,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(17004,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(17005,5,0,'T4 System Plugin ','','t4','plugin','system',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(17006,5,0,'S5 Css And Js Compressor Plugin','','plugin_s5_css_and_js_compressor','plugin','plugin_s5_css_and_js',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_css_and_js_compressor.xml','https://www.joomlart.com/update-steps',''),(17007,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(17008,5,0,'S5 Flex Menu Plugin','','plugin_s5_flex_menu','plugin','plugin_s5_flex_menu',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_flex_menu.xml','https://www.joomlart.com/update-steps',''),(17009,5,0,'S5 Ie6 Warning Plugin','','plugin_s5_ie6_warning','plugin','plugin_s5_ie6_warnin',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_ie6_warning.xml','https://www.joomlart.com/update-steps',''),(17010,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(17011,5,0,'Purity III Template','','purity_iii','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(17012,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(17013,5,0,'JS Socialize template','','socialize','template','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/socialize.xml','https://www.joomlart.com/update-steps',''),(17014,5,0,'T4 Pagebuilder Package','','t4_page_builder_pkg','package','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/t4_page_builder_pkg.xml','https://www.joomlart.com/update-steps',''),(17015,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(17016,5,0,'Sample package for Uber App','','uber_app','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_app.xml','https://www.joomlart.com/update-steps',''),(17017,5,0,'Sample package for Uber Bookstore','','uber_bookstore','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_bookstore.xml','https://www.joomlart.com/update-steps',''),(17018,5,0,'Sample package for Uber Business','','uber_business','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_business.xml','https://www.joomlart.com/update-steps',''),(17019,5,0,'Sample package for Uber Charity','','uber_charity','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_charity.xml','https://www.joomlart.com/update-steps',''),(17020,5,0,'Sample package for Uber Church','','uber_church','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_church.xml','https://www.joomlart.com/update-steps',''),(17021,5,0,'Sample package for Uber Construction','','uber_construction','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_construction.xml','https://www.joomlart.com/update-steps',''),(17022,5,0,'Sample package for Uber Corporate','','uber_corporate','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_corporate.xml','https://www.joomlart.com/update-steps',''),(17023,5,0,'Sample package for Uber Gym','','uber_gym','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_gym.xml','https://www.joomlart.com/update-steps',''),(17024,5,0,'Sample package for Uber Home','','uber_home','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_home.xml','https://www.joomlart.com/update-steps',''),(17025,5,0,'Sample package for Uber Landing ','','uber_landing','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_landing.xml','https://www.joomlart.com/update-steps',''),(17026,5,0,'Sample package for Uber Lawyer','','uber_lawyer','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_lawyer.xml','https://www.joomlart.com/update-steps',''),(17027,5,0,'Sample package for Uber Medicare','','uber_medicare','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_medicare.xml','https://www.joomlart.com/update-steps',''),(17028,5,0,'Sample package for Uber Music','','uber_music','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_music.xml','https://www.joomlart.com/update-steps',''),(17029,5,0,'Sample package for Uber Restaurant','','uber_restaurant','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_restaurant.xml','https://www.joomlart.com/update-steps',''),(17030,5,0,'Sample package for Uber Spa','','uber_spa','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_spa.xml','https://www.joomlart.com/update-steps',''),(17031,5,0,'Sample package for Uber University','','uber_university','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_university.xml','https://www.joomlart.com/update-steps',''),(17032,5,0,'Sample package for Uber Wedding','','uber_wedding','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_wedding.xml','https://www.joomlart.com/update-steps',''),(17033,9,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com/joomla/138/b61e70db','',''),(17034,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/138/2084920890','',''),(17035,9,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com/joomla/286/21ffe006','',''),(17036,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/286/326466299','',''),(17037,9,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com/joomla/287/cb577720','',''),(17038,9,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com/joomla/301/dfc993d8','',''),(17039,9,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(17040,9,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com/joomla/313/1985305838','',''),(17041,9,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/313/1307741342','',''),(17042,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com/joomla/313/1301311221','',''),(17043,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','https://updates.rockettheme.com/joomla/313/2049982768','',''),(17044,9,0,'RokCheck (Template Version Check)','','','module','',1,'1.0.1','0802','https://updates.rockettheme.com/joomla/381/791616223','',''),(17045,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/381/337128173','',''),(17046,9,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/559/1033ef39','',''),(17047,10,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.11.20240609','','http://getk2.org/update.xml','https://github.com/getk2/k2/blob/master/CHANGELOG.md',''),(17048,15,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.11.20240609','','http://getk2.org/app/update.xml','https://github.com/getk2/k2/blob/master/CHANGELOG.md',''),(17049,16,0,'Regular Labs - Modules Anywhere','','modulesanywhere','plugin','system',0,'7.18.0','','https://download.regularlabs.com/updates.xml?e=modulesanywhere&type=.xml','https://www.regularlabs.com/modulesanywhere/download',''),(17050,17,0,'JCE 2.9.41','','pkg_jce','package','',0,'2.9.41','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-41-released',''),(17051,18,0,'SCLogin','','mod_sclogin','module','',0,'9.0.244','','http://www.sourcecoast.com/updates/sclogin.xml','https://www.sourcecoast.com/index.php?option=com_ars&view=Items&release_id=265&format=html',''),(17052,19,0,'T3 System Plugin','','t3','plugin','system',0,'3.2.2','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(17053,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17054,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17055,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(17056,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(17057,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(17058,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(17059,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(17060,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(17061,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(17062,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(17063,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(17064,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(17065,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(17066,3,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(17067,3,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(17068,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(17069,3,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(17070,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(17071,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(17072,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(17073,3,0,'French','','pkg_fr-FR','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(17074,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(17075,3,0,'German','','pkg_de-DE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(17076,3,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(17077,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(17078,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(17079,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(17080,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(17081,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.12.2','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(17082,3,0,'Irish','','pkg_ga-IE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ga-IE_details.xml','',''),(17083,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(17084,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(17085,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(17086,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(17087,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(17088,3,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.12.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(17089,3,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(17090,3,0,'Polish','','pkg_pl-PL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(17091,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(17092,3,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(17093,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(17094,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(17095,3,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(17096,3,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(17097,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(17098,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(17099,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(17100,3,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(17101,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(17102,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(17103,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(17104,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(17105,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(17106,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(17107,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(17108,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(17109,5,0,'JA Extension Manager Component','','com_jaextmanager','component','',1,'2.7.5','','http://update.joomlart.com/service/tracking/j16/com_jaextmanager.xml','https://www.joomlart.com/update-steps',''),(17110,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.4.0','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(17111,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'2.0.4','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(17112,5,0,'JA Appolio Theme for EasyBlog','','easyblog_theme_appolio','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_appolio.xml','https://www.joomlart.com/update-steps',''),(17113,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(17114,5,0,'JA Biz Theme for EasyBlog','','easyblog_theme_biz','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_biz.xml','https://www.joomlart.com/update-steps',''),(17115,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(17116,5,0,'JA Decor Theme for EasyBlog','','easyblog_theme_decor','custom','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_decor.xml','https://www.joomlart.com/update-steps',''),(17117,5,0,'Theme Fixel for Easyblog J25 & J3x','','easyblog_theme_fixel','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_fixel.xml','https://www.joomlart.com/update-steps',''),(17118,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(17119,5,0,'JA Muzic Theme for EasyBlog','','easyblog_theme_muzic','custom','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_muzic.xml','https://www.joomlart.com/update-steps',''),(17120,5,0,'JA Obelisk Theme for EasyBlog','','easyblog_theme_obelisk','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_obelisk.xml','https://www.joomlart.com/update-steps',''),(17121,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(17122,5,0,'JA Bookshop Template','','ja_bookshop','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_bookshop.xml','https://www.joomlart.com/update-steps',''),(17123,5,0,'JA Brisk Template for J25 & J3x','','ja_brisk','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_brisk.xml','https://www.joomlart.com/update-steps',''),(17124,5,0,'JA Decor Template','','ja_decor','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j16/ja_decor.xml','https://www.joomlart.com/update-steps',''),(17125,5,0,'JA Fubix Template for J25 & J3x','','ja_fubix','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_fubix.xml','https://www.joomlart.com/update-steps',''),(17126,5,0,'JA Jason template','','ja_jason','template','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/ja_jason.xml','https://www.joomlart.com/update-steps',''),(17127,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(17128,5,0,'JA Medicare Template','','ja_medicare','template','',0,'3.0.1','','http://update.joomlart.com/service/tracking/j16/ja_medicare.xml','https://www.joomlart.com/update-steps',''),(17129,5,0,'JA Mero Template for J25 & J3x','','ja_mero','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_mero.xml','https://www.joomlart.com/update-steps',''),(17130,5,0,'JA Mitius Template','','ja_mitius','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j16/ja_mitius.xml','https://www.joomlart.com/update-steps',''),(17131,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(17132,5,0,'JA Nuevo template','','ja_nuevo','template','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/ja_nuevo.xml','https://www.joomlart.com/update-steps',''),(17133,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(17134,5,0,'JA Playmag Template','','ja_playmag','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j16/ja_playmag.xml','https://www.joomlart.com/update-steps',''),(17135,5,0,'JA Smashboard Template','','ja_smashboard','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_smashboard.xml','https://www.joomlart.com/update-steps',''),(17136,5,0,'JA Sugite Template','','ja_sugite','template','',0,'2.1.3','','http://update.joomlart.com/service/tracking/j16/ja_sugite.xml','https://www.joomlart.com/update-steps',''),(17137,5,0,'JA Travel Template for Joomla 3x','','ja_travel','template','',0,'2.5.7','','http://update.joomlart.com/service/tracking/j16/ja_travel.xml','https://www.joomlart.com/update-steps',''),(17138,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(17139,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(17140,5,0,'Kunena Template for Ja Orisite','','kunena_theme_orisite','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/kunena_theme_orisite.xml','https://www.joomlart.com/update-steps',''),(17141,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.4.2','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(17142,5,0,'JA Accordion Module','','mod_jaaccordion','module','',0,'2.6.3','','http://update.joomlart.com/service/tracking/j16/mod_jaaccordion.xml','https://www.joomlart.com/update-steps',''),(17143,5,0,'JA Content Listing Module','','mod_jacontentlisting','module','',0,'1.2.8','','http://update.joomlart.com/service/tracking/j16/mod_jacontentlisting.xml','https://www.joomlart.com/update-steps',''),(17144,5,0,'JA Content Slider Module','','mod_jacontentslider','module','',0,'2.7.7','','http://update.joomlart.com/service/tracking/j16/mod_jacontentslider.xml','https://www.joomlart.com/update-steps',''),(17145,5,0,'JA Facebook Like Box Module','','mod_jafacebooklikebox','module','',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/mod_jafacebooklikebox.xml','https://www.joomlart.com/update-steps',''),(17146,5,0,'JA Google chart 2','','mod_jagooglechart_2','module','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j16/mod_jagooglechart_2.xml','https://www.joomlart.com/update-steps',''),(17147,5,0,'JA Image Hotspot Module','','mod_jaimagehotspot','module','',0,'1.3.2','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(17148,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.4.0','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(17149,5,0,'JA Login module','','mod_jalogin','module','',0,'2.9.0','','http://update.joomlart.com/service/tracking/j16/mod_jalogin.xml','https://www.joomlart.com/update-steps',''),(17150,5,0,'JA Masthead Module ','','mod_jamasthead','module','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j16/mod_jamasthead.xml','https://www.joomlart.com/update-steps',''),(17151,5,0,'JA Newsticker Module for J3x','','mod_janewsticker','module','',0,'2.6.3','','http://update.joomlart.com/service/tracking/j16/mod_janewsticker.xml','https://www.joomlart.com/update-steps',''),(17152,5,0,'JA Quick Contact Module','','mod_jaquickcontact','module','',0,'2.8.0','','http://update.joomlart.com/service/tracking/j16/mod_jaquickcontact.xml','https://www.joomlart.com/update-steps',''),(17153,5,0,'JA SideNews Module ','','mod_jasidenews','module','',0,'2.6.9','','http://update.joomlart.com/service/tracking/j16/mod_jasidenews.xml','https://www.joomlart.com/update-steps',''),(17154,5,0,'JA Slideshow Lite Module ','','mod_jaslideshowlite','module','',0,'1.2.9','','http://update.joomlart.com/service/tracking/j16/mod_jaslideshowlite.xml','https://www.joomlart.com/update-steps',''),(17155,5,0,'JA Social Locker module','','mod_jasocial_locker','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/mod_jasocial_locker.xml','https://www.joomlart.com/update-steps',''),(17156,5,0,'JA Twitter Module','','mod_jatwitter','module','',0,'3.1.0','','http://update.joomlart.com/service/tracking/j16/mod_jatwitter.xml','https://www.joomlart.com/update-steps',''),(17157,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(17158,5,0,'S5 Accordion Menu Module','','mod_s5_accordion_menu','module','',0,'2.4.0','','http://update.joomlart.com/service/tracking/j16/mod_s5_accordion_menu.xml','https://www.joomlart.com/update-steps',''),(17159,5,0,'JA Disqus Debate Echo plugin','','debate_echo','plugin','jadisqus',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/plg_jadisqus_debate_echo.xml','https://www.joomlart.com/update-steps',''),(17160,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'1.2.1','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(17161,5,0,'Multi Captcha Engine Plugin','','captcha_engine','plugin','multiple',0,'2.6.1','','http://update.joomlart.com/service/tracking/j16/plg_multiple_captcha_engine.xml','https://www.joomlart.com/update-steps',''),(17162,5,0,'JA Builder System Plugin','','jabuilder','plugin','system',0,'2.0.0','','http://update.joomlart.com/service/tracking/j16/plg_system_jabuilder.xml','https://www.joomlart.com/update-steps',''),(17163,5,0,'JA System Google Map plugin','','jagooglemap','plugin','system',0,'2.8.1','','http://update.joomlart.com/service/tracking/j16/plg_system_jagooglemap.xml','https://www.joomlart.com/update-steps',''),(17164,5,0,'JA Popup Plugin','','japopup','plugin','system',0,'3.0.0','','http://update.joomlart.com/service/tracking/j16/plg_system_japopup.xml','https://www.joomlart.com/update-steps',''),(17165,5,0,'JA System Social Feed Plugin','','jasocial_feed','plugin','system',0,'1.6.0','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(17166,5,0,'JA Tabs Plugin for Joomla 3 & Joomla 4','','jatabs','plugin','system',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/plg_system_jatabs.xml','https://www.joomlart.com/update-steps',''),(17167,5,0,'T3 System Plugin','','t3','plugin','system',0,'3.2.2','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','https://www.joomlart.com/update-steps',''),(17168,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(17169,5,0,'Uber Template','','uber','template','',0,'3.1.0','','http://update.joomlart.com/service/tracking/j16/uber.xml','https://www.joomlart.com/update-steps',''),(17170,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(17171,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.9','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(17172,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(17173,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(17174,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(17175,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.9.3','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(17176,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(17177,5,0,'GK bluap','','gk_bluap','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_bluap.xml','https://www.joomlart.com/update-steps',''),(17178,5,0,'GK Box Template','','gk_box','template','',0,'2.1.4','','http://update.joomlart.com/service/tracking/j30/gk_box.xml','https://www.joomlart.com/update-steps',''),(17179,5,0,'GK cloudhost J!3','','gk_cloudhost','template','',0,'4.3','','http://update.joomlart.com/service/tracking/j30/gk_cloudhost.xml','https://www.joomlart.com/update-steps',''),(17180,5,0,'GK Creativity','','gk_creativity','template','',0,'4.2.3','','http://update.joomlart.com/service/tracking/j30/gk_creativity.xml','https://www.joomlart.com/update-steps',''),(17181,5,0,'GK events J!3','','gk_events','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_events.xml','https://www.joomlart.com/update-steps',''),(17182,5,0,'GK game J!3','','gk_game','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_game.xml','https://www.joomlart.com/update-steps',''),(17183,5,0,'GK hotel','','gk_hotel','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(17184,5,0,'GK instyle','','gk_instyle','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_instyle.xml','https://www.joomlart.com/update-steps',''),(17185,5,0,'GK john s J!3','','gk_john_s','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_john_s.xml','https://www.joomlart.com/update-steps',''),(17186,5,0,'GK magazine','','gk_magazine','template','',0,'4.3','','http://update.joomlart.com/service/tracking/j30/gk_magazine.xml','https://www.joomlart.com/update-steps',''),(17187,5,0,'GK mo J!3','','gk_mo','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_mo.xml','https://www.joomlart.com/update-steps',''),(17188,5,0,'GK msocial J!3','','gk_msocial','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_msocial.xml','https://www.joomlart.com/update-steps',''),(17189,5,0,'GK musicstate','','gk_musicstate','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_musicstate.xml','https://www.joomlart.com/update-steps',''),(17190,5,0,'GK news J!3','','gk_news','template','',0,'4.3.1','','http://update.joomlart.com/service/tracking/j30/gk_news.xml','https://www.joomlart.com/update-steps',''),(17191,5,0,'GK news2 J!3','','gk_news2','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_news2.xml','https://www.joomlart.com/update-steps',''),(17192,5,0,'GK news refreshed J!3','','gk_news_refreshed','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_news_refreshed.xml','https://www.joomlart.com/update-steps',''),(17193,5,0,'GK photo J!3','','gk_photo','template','',0,'4.2.2','','http://update.joomlart.com/service/tracking/j30/gk_photo.xml','https://www.joomlart.com/update-steps',''),(17194,5,0,'GK portfolio J!3','','gk_portfolio','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j30/gk_portfolio.xml','https://www.joomlart.com/update-steps',''),(17195,5,0,'GK rockwall J!3','','gk_rockwall','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_rockwall.xml','https://www.joomlart.com/update-steps',''),(17196,5,0,'GK Shop & Buy Template','','gk_shop_and_buy','template','',0,'4.3.1','','http://update.joomlart.com/service/tracking/j30/gk_shop_and_buy.xml','https://www.joomlart.com/update-steps',''),(17197,5,0,'GK simplicity J!3','','gk_simplicity','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_simplicity.xml','https://www.joomlart.com/update-steps',''),(17198,5,0,'GK steakhouse J!3','','gk_steakhouse','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_steakhouse.xml','https://www.joomlart.com/update-steps',''),(17199,5,0,'GK storebox J!3','','gk_storebox','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_storebox.xml','https://www.joomlart.com/update-steps',''),(17200,5,0,'GK storefront J!3','','gk_storefront','template','',0,'4.4','','http://update.joomlart.com/service/tracking/j30/gk_storefront.xml','https://www.joomlart.com/update-steps',''),(17201,5,0,'GK technews J!3','','gk_technews','template','',0,'2.0.5','','http://update.joomlart.com/service/tracking/j30/gk_technews.xml','https://www.joomlart.com/update-steps',''),(17202,5,0,'GK university','','gk_university','template','',0,'4.1.3','','http://update.joomlart.com/service/tracking/j30/gk_university.xml','https://www.joomlart.com/update-steps',''),(17203,5,0,'GK writer J!3','','gk_writer','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_writer.xml','https://www.joomlart.com/update-steps',''),(17204,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(17205,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(17206,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(17207,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(17208,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(17209,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(17210,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(17211,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(17212,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(17213,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(17214,5,0,'Metro Grid GK5','','mod_grid_gk5','module','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j30/mod_grid_gk5.xml','https://www.joomlart.com/update-steps',''),(17215,5,0,'Highlighter GK5 Module','','mod_highlighter_gk5','module','',0,'1.2.4','','http://update.joomlart.com/service/tracking/j30/mod_highlighter_gk5.xml','https://www.joomlart.com/update-steps',''),(17216,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.7.6','','http://update.joomlart.com/service/tracking/j30/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(17217,5,0,'News Pro GK5 J!3','','mod_news_pro_gk5','module','',0,'2.1.5','','http://update.joomlart.com/service/tracking/j30/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(17218,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.8','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(17219,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(17220,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(17221,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(17222,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(17223,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(17224,5,0,'GK Opengraph system plugin','','gk_opengraph','plugin','sys',0,'1.0.2','','http://update.joomlart.com/service/tracking/j30/plg_sys_gk_opengraph.xml','https://www.joomlart.com/update-steps',''),(17225,5,0,'GK Cache system plugin','','gkcache','plugin','sys',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_sys_gkcache.xml','https://www.joomlart.com/update-steps',''),(17226,5,0,'GK Extmenu system plugin','','gkextmenu','plugin','sys',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/plg_sys_gkextmenu.xml','https://www.joomlart.com/update-steps',''),(17227,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(17228,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.3.2','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(17229,5,0,'S5 Amazed Photography Template','','Shape5_amazed_photography_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_amazed_photography_template.xml','https://www.joomlart.com/update-steps',''),(17230,5,0,'S5 Ambient Template','','Shape5_ambient_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_ambient_template.xml','https://www.joomlart.com/update-steps',''),(17231,5,0,'S5 Ameritage Medical Template','','Shape5_ameritage_medical_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ameritage_medical_template.xml','https://www.joomlart.com/update-steps',''),(17232,5,0,'S5 Appwonder Template','','Shape5_appwonder_template','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/Shape5_appwonder_template.xml','https://www.joomlart.com/update-steps',''),(17233,5,0,'S5 Arthur Template','','Shape5_arthur_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_arthur_template.xml','https://www.joomlart.com/update-steps',''),(17234,5,0,'S5 Attractions Template','','Shape5_attractions_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_attractions_template.xml','https://www.joomlart.com/update-steps',''),(17235,5,0,'S5 Aurora Dawn Template','','Shape5_aurora_dawn_template','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_aurora_dawn_template.xml','https://www.joomlart.com/update-steps',''),(17236,5,0,'S5 Avignet Dream Template','','Shape5_avignet_dream_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_avignet_dream_template.xml','https://www.joomlart.com/update-steps',''),(17237,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(17238,5,0,'S5 Big Picture Template','','Shape5_bigpicture_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bigpicture_template.xml','https://www.joomlart.com/update-steps',''),(17239,5,0,'S5 Blogbox Template','','Shape5_blog_box_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_blog_box_template.xml','https://www.joomlart.com/update-steps',''),(17240,5,0,'S5 BlueGroup Template','','Shape5_bluegroup_template','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j31/Shape5_bluegroup_template.xml','https://www.joomlart.com/update-steps',''),(17241,5,0,'S5 Business Line Template','','Shape5_business_line_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_business_line_template.xml','https://www.joomlart.com/update-steps',''),(17242,5,0,'S5 Business Pro Template','','Shape5_business_pro_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_business_pro_template.xml','https://www.joomlart.com/update-steps',''),(17243,5,0,'S5 Callie Rush Template','','Shape5_callie_rush_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_callie_rush_template.xml','https://www.joomlart.com/update-steps',''),(17244,5,0,'S5 Campus Life Template','','Shape5_campuslife_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_campuslife_template.xml','https://www.joomlart.com/update-steps',''),(17245,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(17246,5,0,'S5 Charlestown Template','','Shape5_charlestown_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_charlestown_template.xml','https://www.joomlart.com/update-steps',''),(17247,5,0,'S5 Cleanout Template','','Shape5_cleanout_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cleanout_template.xml','https://www.joomlart.com/update-steps',''),(17248,5,0,'S5 Comaxium Template','','Shape5_comaxium_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_comaxium_template.xml','https://www.joomlart.com/update-steps',''),(17249,5,0,'S5 Compassion Template','','Shape5_compassion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_compassion_template.xml','https://www.joomlart.com/update-steps',''),(17250,5,0,'S5 Construction Template','','Shape5_construction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_construction_template.xml','https://www.joomlart.com/update-steps',''),(17251,5,0,'S5 Content King Template','','Shape5_contentking_template','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j31/Shape5_contentking_template.xml','https://www.joomlart.com/update-steps',''),(17252,5,0,'S5 Corporate Response Template','','Shape5_corporate_response_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corporate_response_template.xml','https://www.joomlart.com/update-steps',''),(17253,5,0,'S5 Corpway Template','','Shape5_corpway_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_corpway_template.xml','https://www.joomlart.com/update-steps',''),(17254,5,0,'S5 Curb Appeal Template','','Shape5_curb_appeal_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_curb_appeal_template.xml','https://www.joomlart.com/update-steps',''),(17255,5,0,'S5 Cyan Template','','Shape5_cyan_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cyan_template.xml','https://www.joomlart.com/update-steps',''),(17256,5,0,'S5 Emma and Mason Template','','Shape5_emma_and_mason_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_emma_and_mason_template.xml','https://www.joomlart.com/update-steps',''),(17257,5,0,'S5 Emusica Template','','Shape5_emusica_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_emusica_template.xml','https://www.joomlart.com/update-steps',''),(17258,5,0,'S5 Eventfull Business Template','','Shape5_eventfull_business_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_eventfull_business_template.xml','https://www.joomlart.com/update-steps',''),(17259,5,0,'S5 Eventfull Template','','Shape5_eventfull_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_eventfull_template.xml','https://www.joomlart.com/update-steps',''),(17260,5,0,'S5 EZ Web Hosting Template','','Shape5_ezwebhosting_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ezwebhosting_template.xml','https://www.joomlart.com/update-steps',''),(17261,5,0,'S5 Fitness Center Template','','Shape5_fitness_center_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_fitness_center_template.xml','https://www.joomlart.com/update-steps',''),(17262,5,0,'S5 Forte Template','','Shape5_forte_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_forte_template.xml','https://www.joomlart.com/update-steps',''),(17263,5,0,'S5 Fresh Bistro Template','','Shape5_fresh_bistro_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_fresh_bistro_template.xml','https://www.joomlart.com/update-steps',''),(17264,5,0,'S5 Fusion Template','','Shape5_fusion_template','template','',0,'1.5.7','','http://update.joomlart.com/service/tracking/j31/Shape5_fusion_template.xml','https://www.joomlart.com/update-steps',''),(17265,5,0,'S5 Game World Template','','Shape5_game_world_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_game_world_template.xml','https://www.joomlart.com/update-steps',''),(17266,5,0,'S5 Gamers Template','','Shape5_gamers_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_gamers_template.xml','https://www.joomlart.com/update-steps',''),(17267,5,0,'S5 GCK Store Template','','Shape5_gck_store_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_gck_store_template.xml','https://www.joomlart.com/update-steps',''),(17268,5,0,'S5 General Commerce Template','','Shape5_general_commerce_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_general_commerce_template.xml','https://www.joomlart.com/update-steps',''),(17269,5,0,'S5 General Contractor Template','','Shape5_general_contractor_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_general_contractor_template.xml','https://www.joomlart.com/update-steps',''),(17270,5,0,'S5 GetReserved Template','','Shape5_getreserved_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_getreserved_template.xml','https://www.joomlart.com/update-steps',''),(17271,5,0,'S5 Health Guide Template','','Shape5_health_guide_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_health_guide_template.xml','https://www.joomlart.com/update-steps',''),(17272,5,0,'S5 Helion Template','','Shape5_helion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_helion_template.xml','https://www.joomlart.com/update-steps',''),(17273,5,0,'S5 Hexa Corp Template','','Shape5_hexa_corp_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_hexa_corp_template.xml','https://www.joomlart.com/update-steps',''),(17274,5,0,'S5 Hexicon Gamer Template','','Shape5_hexicon_gamer_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_hexicon_gamer_template.xml','https://www.joomlart.com/update-steps',''),(17275,5,0,'S5 Incline Template','','Shape5_incline_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_incline_template.xml','https://www.joomlart.com/update-steps',''),(17276,5,0,'S5 Legal Lawyer Template','','Shape5_legal_lawyer_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_legal_lawyer_template.xml','https://www.joomlart.com/update-steps',''),(17277,5,0,'S5 Life Journey Template','','Shape5_life_journey_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_life_journey_template.xml','https://www.joomlart.com/update-steps',''),(17278,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(17279,5,0,'S5 Lime Light Template','','Shape5_lime_light_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_lime_light_template.xml','https://www.joomlart.com/update-steps',''),(17280,5,0,'S5 Luxon Template','','Shape5_luxon_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_luxon_template.xml','https://www.joomlart.com/update-steps',''),(17281,5,0,'S5 M Ceative Agency Template','','Shape5_m_creative_agency_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_m_creative_agency_template.xml','https://www.joomlart.com/update-steps',''),(17282,5,0,'S5 Maxed Mag Template','','Shape5_maxedmag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_maxedmag_template.xml','https://www.joomlart.com/update-steps',''),(17283,5,0,'S5 MetroShows Template','','Shape5_metroshows_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_metroshows_template.xml','https://www.joomlart.com/update-steps',''),(17284,5,0,'S5 Modern Flavor Template','','Shape5_modern_flavor_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_modern_flavor_template.xml','https://www.joomlart.com/update-steps',''),(17285,5,0,'S5 New Vision Template','','Shape5_new_vision_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_new_vision_template.xml','https://www.joomlart.com/update-steps',''),(17286,5,0,'S5 News Blog Template','','Shape5_newsblog_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_newsblog_template.xml','https://www.joomlart.com/update-steps',''),(17287,5,0,'S5 Newsplace Template','','Shape5_newsplace_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_newsplace_template.xml','https://www.joomlart.com/update-steps',''),(17288,5,0,'S5 No1 Shopping Template','','Shape5_no1_shopping_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_no1_shopping_template.xml','https://www.joomlart.com/update-steps',''),(17289,5,0,'S5 Oasis Template','','Shape5_oasis_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_oasis_template.xml','https://www.joomlart.com/update-steps',''),(17290,5,0,'S5 Outdoor Life Template','','Shape5_outdoor_life_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_outdoor_life_template.xml','https://www.joomlart.com/update-steps',''),(17291,5,0,'S5 Pantheon Template','','Shape5_pantheon_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_pantheon_template.xml','https://www.joomlart.com/update-steps',''),(17292,5,0,'S5 Paradigm Shift Template','','Shape5_paradigm_shift_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_paradigm_shift_template.xml','https://www.joomlart.com/update-steps',''),(17293,5,0,'S5 Phosphorus Template','','Shape5_phosphorus_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_phosphorus_template.xml','https://www.joomlart.com/update-steps',''),(17294,5,0,'S5 Photobox Template','','Shape5_photobox_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_photobox_template.xml','https://www.joomlart.com/update-steps',''),(17295,5,0,'S5 Photofolio Template','','Shape5_photofolio_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_photofolio_template.xml','https://www.joomlart.com/update-steps',''),(17296,5,0,'S5 Prestige Academy Template','','Shape5_prestige_academy_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_prestige_academy_template.xml','https://www.joomlart.com/update-steps',''),(17297,5,0,'S5 Real Estate Template','','Shape5_realestate_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_realestate_template.xml','https://www.joomlart.com/update-steps',''),(17298,5,0,'S5 Regan Tech Template','','Shape5_regan_tech_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_regan_tech_template.xml','https://www.joomlart.com/update-steps',''),(17299,5,0,'S5 Risen Hope Template','','Shape5_risen_hope_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_risen_hope_template.xml','https://www.joomlart.com/update-steps',''),(17300,5,0,'S5 Salon N Spa Template','','Shape5_salonnspa_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_salonnspa_template.xml','https://www.joomlart.com/update-steps',''),(17301,5,0,'S5 Samba Spa Template','','Shape5_samba_template','template','',0,'1.5.0','','http://update.joomlart.com/service/tracking/j31/Shape5_samba_template.xml','https://www.joomlart.com/update-steps',''),(17302,5,0,'S5 Vertex Template','','Shape5_shape5_vertex_template','template','',0,'3.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_shape5_vertex_template.xml','https://www.joomlart.com/update-steps',''),(17303,5,0,'S5 Shenandoah Template','','Shape5_shenandoah_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_shenandoah_template.xml','https://www.joomlart.com/update-steps',''),(17304,5,0,'S5 ShoppingBag Template','','Shape5_shoppingbag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_shoppingbag_template.xml','https://www.joomlart.com/update-steps',''),(17305,5,0,'S5 Sienna Template','','Shape5_sienna_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sienna_template.xml','https://www.joomlart.com/update-steps',''),(17306,5,0,'S5 Simplex Template','','Shape5_simplex_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_simplex_template.xml','https://www.joomlart.com/update-steps',''),(17307,5,0,'S5 Soul Search Template','','Shape5_soul_search_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_soul_search_template.xml','https://www.joomlart.com/update-steps',''),(17308,5,0,'S5 Spectrum Template','','Shape5_spectrum_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_spectrum_template.xml','https://www.joomlart.com/update-steps',''),(17309,5,0,'S5 Sports Nation Template','','Shape5_sports_nation_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sports_nation_template.xml','https://www.joomlart.com/update-steps',''),(17310,5,0,'S5 Store Pro Template','','Shape5_storepro_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_storepro_template.xml','https://www.joomlart.com/update-steps',''),(17311,5,0,'S5 Swapps Template','','Shape5_swapps_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_swapps_template.xml','https://www.joomlart.com/update-steps',''),(17312,5,0,'S5 The Classifieds Template','','Shape5_the_classifieds_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_the_classifieds_template.xml','https://www.joomlart.com/update-steps',''),(17313,5,0,'S5 TheBlogazine Template','','Shape5_theblogazine_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_theblogazine_template.xml','https://www.joomlart.com/update-steps',''),(17314,5,0,'S5 Traction Template','','Shape5_traction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_traction_template.xml','https://www.joomlart.com/update-steps',''),(17315,5,0,'S5 University Template','','Shape5_university_template','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_university_template.xml','https://www.joomlart.com/update-steps',''),(17316,5,0,'S5 Velocity Template','','Shape5_velocity_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_velocity_template.xml','https://www.joomlart.com/update-steps',''),(17317,5,0,'S5 Zoka Template','','Shape5_zoka_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_zoka_template.xml','https://www.joomlart.com/update-steps',''),(17318,5,0,'JA Blockk Entertaiment 1','','blockk_entertaiment_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_entertaiment_1.xml','https://www.joomlart.com/update-steps',''),(17319,5,0,'JA Blockk Entertaiment 2','','blockk_entertaiment_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_entertaiment_2.xml','https://www.joomlart.com/update-steps',''),(17320,5,0,'JA Blockk Fashion 1','','blockk_fashion_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_1.xml','https://www.joomlart.com/update-steps',''),(17321,5,0,'JA Blockk Fashion 2','','blockk_fashion_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_2.xml','https://www.joomlart.com/update-steps',''),(17322,5,0,'JA Blockk Fashion 3','','blockk_fashion_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_3.xml','https://www.joomlart.com/update-steps',''),(17323,5,0,'JA Blockk Fashion 4','','blockk_fashion_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_4.xml','https://www.joomlart.com/update-steps',''),(17324,5,0,'JA Blockk Freebie 1','','blockk_freebie_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_freebie_1.xml','https://www.joomlart.com/update-steps',''),(17325,5,0,'JA Blockk Freebie 2','','blockk_freebie_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_freebie_2.xml','https://www.joomlart.com/update-steps',''),(17326,5,0,'JA Blockk Gaming 1','','blockk_gaming_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_1.xml','https://www.joomlart.com/update-steps',''),(17327,5,0,'JA Blockk Gaming 2','','blockk_gaming_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_2.xml','https://www.joomlart.com/update-steps',''),(17328,5,0,'JA Blockk Gaming 3','','blockk_gaming_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_3.xml','https://www.joomlart.com/update-steps',''),(17329,5,0,'JA Blockk Gaming 4','','blockk_gaming_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_4.xml','https://www.joomlart.com/update-steps',''),(17330,5,0,'JA Blockk Magz 1','','blockk_magz_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_1.xml','https://www.joomlart.com/update-steps',''),(17331,5,0,'JA Blockk Magz 2','','blockk_magz_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_2.xml','https://www.joomlart.com/update-steps',''),(17332,5,0,'JA Blockk Magz 3','','blockk_magz_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_3.xml','https://www.joomlart.com/update-steps',''),(17333,5,0,'JA Blockk Magz 4','','blockk_magz_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_4.xml','https://www.joomlart.com/update-steps',''),(17334,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'7.1.0','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(17335,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.5','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(17336,5,0,'Guru Pro','','com_guru_pro','component','',1,'6.2.3','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(17337,5,0,'JA Builder Component','','com_jabuilder','component','',1,'2.0.1','','http://update.joomlart.com/service/tracking/j31/com_jabuilder.xml','https://www.joomlart.com/update-steps',''),(17338,5,0,'JA Extension Manager Component','','com_jaextmanager','component','',1,'2.7.6','','http://update.joomlart.com/service/tracking/j31/com_jaextmanager.xml','https://www.joomlart.com/update-steps',''),(17339,5,0,'JA Multilingual Component for Joomla','','com_jalang','component','',1,'1.2.0','','http://update.joomlart.com/service/tracking/j31/com_jalang.xml','https://www.joomlart.com/update-steps',''),(17340,5,0,'JA Page Builder Component','','com_japagebuilder','component','',1,'1.0.0_alpha3','','http://update.joomlart.com/service/tracking/j31/com_japagebuilder.xml','https://www.joomlart.com/update-steps',''),(17341,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.1.0','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(17342,5,0,'T4 Page Builder Component','','com_t4pagebuilder','component','',1,'2.1.0','','http://update.joomlart.com/service/tracking/j31/com_t4pagebuilder.xml','https://www.joomlart.com/update-steps',''),(17343,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(17344,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(17345,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(17346,5,0,'JA Resume Theme for EasyBlog','','easyblog_theme_resume','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_resume.xml','https://www.joomlart.com/update-steps',''),(17347,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(17348,5,0,'GK Academy Template','','gk_academy','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_academy.xml','https://www.joomlart.com/update-steps',''),(17349,5,0,'GK App Template','','gk_app','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_app.xml','https://www.joomlart.com/update-steps',''),(17350,5,0,'GK Bauhaus Template','','gk_bauhaus','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_bauhaus.xml','https://www.joomlart.com/update-steps',''),(17351,5,0,'GK Blend Template','','gk_blend','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_blend.xml','https://www.joomlart.com/update-steps',''),(17352,5,0,'GK Decor template','','gk_decor','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/gk_decor.xml','https://www.joomlart.com/update-steps',''),(17353,5,0,'GK EvoNews Template','','gk_evonews','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_evonews.xml','https://www.joomlart.com/update-steps',''),(17354,5,0,'GK Fit Template','','gk_fit','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_fit.xml','https://www.joomlart.com/update-steps',''),(17355,5,0,'GK Folio Template','','gk_folio','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_folio.xml','https://www.joomlart.com/update-steps',''),(17356,5,0,'GK Infinity Template','','gk_infinity','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_infinity.xml','https://www.joomlart.com/update-steps',''),(17357,5,0,'GK Issues Template','','gk_issues','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_issues.xml','https://www.joomlart.com/update-steps',''),(17358,5,0,'GK Kidty template','','gk_kidty','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_kidty.xml','https://www.joomlart.com/update-steps',''),(17359,5,0,'GK magazine','','gk_magazine','template','',0,'4.4.1','','http://update.joomlart.com/service/tracking/j31/gk_magazine.xml','https://www.joomlart.com/update-steps',''),(17360,5,0,'GK Paradise Template','','gk_paradise','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_paradise.xml','https://www.joomlart.com/update-steps',''),(17361,5,0,'GK Portfolio Template','','gk_portfolio','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_portfolio.xml','https://www.joomlart.com/update-steps',''),(17362,5,0,'GK Quark template','','gk_quark','template','',0,'2.1.6','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(17363,5,0,'GK ResumeTemplate','','gk_resume','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_resume.xml','https://www.joomlart.com/update-steps',''),(17364,5,0,'GK Shop & Buy Template','','gk_shop_and_buy','template','',0,'4.4','','http://update.joomlart.com/service/tracking/j31/gk_shop_and_buy.xml','https://www.joomlart.com/update-steps',''),(17365,5,0,'GK Siggi Template','','gk_siggi','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_siggi.xml','https://www.joomlart.com/update-steps',''),(17366,5,0,'GK Stora Template','','gk_stora','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/gk_stora.xml','https://www.joomlart.com/update-steps',''),(17367,5,0,'GK storefront ','','gk_storefront','template','',0,'4.5.0','','http://update.joomlart.com/service/tracking/j31/gk_storefront.xml','https://www.joomlart.com/update-steps',''),(17368,5,0,'GK technews','','gk_technews','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_technews.xml','https://www.joomlart.com/update-steps',''),(17369,5,0,'GK Wedding Template','','gk_wedding','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_wedding.xml','https://www.joomlart.com/update-steps',''),(17370,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(17371,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.5','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(17372,5,0,'Guru Search Module','','guru-search-module','module','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/guru-search-module.xml','https://www.joomlart.com/update-steps',''),(17373,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(17374,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(17375,5,0,'JA Allure Template','','ja_allure','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_allure.xml','https://www.joomlart.com/update-steps',''),(17376,5,0,'JA Alpha Template','','ja_alpha','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_alpha.xml','https://www.joomlart.com/update-steps',''),(17377,5,0,'JA Alumni Template','','ja_alumni','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_alumni.xml','https://www.joomlart.com/update-steps',''),(17378,5,0,'JA Artsy Template','','ja_artsy','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_artsy.xml','https://www.joomlart.com/update-steps',''),(17379,5,0,'JA Atoms Template','','ja_atoms','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_atoms.xml','https://www.joomlart.com/update-steps',''),(17380,5,0,'JA Autoshop Source File','','ja_autoshop','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_autoshop.xml','https://www.joomlart.com/update-steps',''),(17381,5,0,'JA Beauty Source File','','ja_beauty','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_beauty.xml','https://www.joomlart.com/update-steps',''),(17382,5,0,'JA Biz Template','','ja_biz','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_biz.xml','https://www.joomlart.com/update-steps',''),(17383,5,0,'JA Blockk Template','','ja_blockk','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_blockk.xml','https://www.joomlart.com/update-steps',''),(17384,5,0,'JA Brickstore Template','','ja_brickstore','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_brickstore.xml','https://www.joomlart.com/update-steps',''),(17385,5,0,'JA Builder Package','','ja_builder_pkg','package','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_builder_pkg.xml','https://www.joomlart.com/update-steps',''),(17386,5,0,'JA Cagox template','','ja_cagox','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(17387,5,0,'JA Campaign Template','','ja_campaign','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_campaign.xml','https://www.joomlart.com/update-steps',''),(17388,5,0,'JA Candidate Template','','ja_candidate','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_candidate.xml','https://www.joomlart.com/update-steps',''),(17389,5,0,'JA Charity template','','ja_charity','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_charity.xml','https://www.joomlart.com/update-steps',''),(17390,5,0,'JA City Guide Template','','ja_cityguide','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/ja_cityguide.xml','https://www.joomlart.com/update-steps',''),(17391,5,0,'JA Company Template','','ja_company','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(17392,5,0,'JA Conf Template','','ja_conf','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_conf.xml','https://www.joomlart.com/update-steps',''),(17393,5,0,'JA Diner Template','','ja_diner','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_diner.xml','https://www.joomlart.com/update-steps',''),(17394,5,0,'JA Directory Template','','ja_directory','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(17395,5,0,'JA Donate Template','','ja_donate','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(17396,5,0,'JA Edenite II Template','','ja_edenite_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_edenite_ii.xml','https://www.joomlart.com/update-steps',''),(17397,5,0,'JA Educatsy Template','','ja_educatsy','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_educatsy.xml','https://www.joomlart.com/update-steps',''),(17398,5,0,'JA Ego Template','','ja_ego','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_ego.xml','https://www.joomlart.com/update-steps',''),(17399,5,0,'JA Elicyon Template','','ja_elicyon','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_elicyon.xml','https://www.joomlart.com/update-steps',''),(17400,5,0,'JA EventCamp Template','','ja_eventcamp','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_eventcamp.xml','https://www.joomlart.com/update-steps',''),(17401,5,0,'JA Events II template','','ja_events_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_events_ii.xml','https://www.joomlart.com/update-steps',''),(17402,5,0,'JA Fit Template','','ja_fit','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_fit.xml','https://www.joomlart.com/update-steps',''),(17403,5,0,'ja flix tpl','','ja_flix','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_flix.xml','https://www.joomlart.com/update-steps',''),(17404,5,0,'JA Focus Template','','ja_focus','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_focus.xml','https://www.joomlart.com/update-steps',''),(17405,5,0,'JA Good Template','','ja_good','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_good.xml','https://www.joomlart.com/update-steps',''),(17406,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(17407,5,0,'JA Helple Template','','ja_helple','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_helple.xml','https://www.joomlart.com/update-steps',''),(17408,5,0,'JA Hotel Template','','ja_hotel','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_hotel.xml','https://www.joomlart.com/update-steps',''),(17409,5,0,'JA Insight Template','','ja_insight','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_insight.xml','https://www.joomlart.com/update-steps',''),(17410,5,0,'JA Intranet Template','','ja_intranet','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(17411,5,0,'ja Justitia Template','','ja_justitia','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_justitia.xml','https://www.joomlart.com/update-steps',''),(17412,5,0,'JA Kids Corner Source File','','ja_kidscorner','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_kidscorner.xml','https://www.joomlart.com/update-steps',''),(17413,5,0,'JA Landscape Template','','ja_landscape','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_landscape.xml','https://www.joomlart.com/update-steps',''),(17414,5,0,'JA Lawfirm Template ','','ja_lawfirm','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_lawfirm.xml','https://www.joomlart.com/update-steps',''),(17415,5,0,'JA Magz II Template','','ja_magz_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_magz_ii.xml','https://www.joomlart.com/update-steps',''),(17416,5,0,'JA Mason Template','','ja_mason','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mason.xml','https://www.joomlart.com/update-steps',''),(17417,5,0,'JA Megastore Template','','ja_megastore','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(17418,5,0,'JA Mono Template','','ja_mono','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mono.xml','https://www.joomlart.com/update-steps',''),(17419,5,0,'JA Mood Template','','ja_mood','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(17420,5,0,'JA Morgan Template','','ja_morgan','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_morgan.xml','https://www.joomlart.com/update-steps',''),(17421,5,0,'JA Moviemax Template','','ja_moviemax','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_moviemax.xml','https://www.joomlart.com/update-steps',''),(17422,5,0,'JA Oslo Template','','ja_oslo','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_oslo.xml','https://www.joomlart.com/update-steps',''),(17423,5,0,'JA Platon Template','','ja_platon','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon.xml','https://www.joomlart.com/update-steps',''),(17424,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(17425,5,0,'JA Play School Template','','ja_playschool','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_playschool.xml','https://www.joomlart.com/update-steps',''),(17426,5,0,'JA Playstore Template','','ja_playstore','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(17427,5,0,'JA Property Template','','ja_property','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(17428,5,0,'JA Rent template','','ja_rent','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_rent.xml','https://www.joomlart.com/update-steps',''),(17429,5,0,'JA Resort Template','','ja_resort','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_resort.xml','https://www.joomlart.com/update-steps',''),(17430,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(17431,5,0,'JA Resume Template','','ja_resume','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_resume.xml','https://www.joomlart.com/update-steps',''),(17432,5,0,'JA Sensei Source File','','ja_sensei','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_sensei.xml','https://www.joomlart.com/update-steps',''),(17433,5,0,'JA Shoe Template','','ja_shoe','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_shoe.xml','https://www.joomlart.com/update-steps',''),(17434,5,0,'JA Simpli Template','','ja_simpli','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/ja_simpli.xml','https://www.joomlart.com/update-steps',''),(17435,5,0,'JA Smallbiz Template','','ja_smallbiz','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_smallbiz.xml','https://www.joomlart.com/update-steps',''),(17436,5,0,'JA Social II template','','ja_social_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_social_ii.xml','https://www.joomlart.com/update-steps',''),(17437,5,0,'JA Spa Template','','ja_spa','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_spa.xml','https://www.joomlart.com/update-steps',''),(17438,5,0,'JA Space Template','','ja_space','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_space.xml','https://www.joomlart.com/update-steps',''),(17439,5,0,'JA Stark Template','','ja_stark','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(17440,5,0,'JA Symphony Template','','ja_symphony','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_symphony.xml','https://www.joomlart.com/update-steps',''),(17441,5,0,'JA Techzone Template','','ja_techzone','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_techzone.xml','https://www.joomlart.com/update-steps',''),(17442,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(17443,5,0,'JA Tour Template','','ja_tour','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_tour.xml','https://www.joomlart.com/update-steps',''),(17444,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(17445,5,0,'JA University T3 template','','ja_university_t3','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(17446,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(17447,5,0,'JA Vital Template','','ja_vital','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_vital.xml','https://www.joomlart.com/update-steps',''),(17448,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(17449,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(17450,5,0,'JS Column Theme','','js_column','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_column.xml','https://www.joomlart.com/update-steps',''),(17451,5,0,'JS Flat Theme','','js_flat','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_flat.xml','https://www.joomlart.com/update-steps',''),(17452,5,0,'JS Kikiriki Theme','','js_kikiriki','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_kikiriki.xml','https://www.joomlart.com/update-steps',''),(17453,5,0,'JS Shadow Theme','','js_shadow','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_shadow.xml','https://www.joomlart.com/update-steps',''),(17454,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(17455,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(17456,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(17457,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(17458,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(17459,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(17460,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(17461,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(17462,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(17463,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(17464,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(17465,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(17466,5,0,'Community Toolbar Module','','mod_community_toolbar','module','',0,'4.8.0','','http://update.joomlart.com/service/tracking/j31/mod_community_toolbar.xml','https://www.joomlart.com/update-steps',''),(17467,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(17468,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(17469,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(17470,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(17471,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(17472,5,0,'GK Register Module ','','mod_gk_register','module','',0,'1.3','','http://update.joomlart.com/service/tracking/j31/mod_gk_register.xml','https://www.joomlart.com/update-steps',''),(17473,5,0,'Metro Grid GK5','','mod_grid_gk5','module','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j31/mod_grid_gk5.xml','https://www.joomlart.com/update-steps',''),(17474,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.8.2','','http://update.joomlart.com/service/tracking/j31/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(17475,5,0,'JA Finance Module','','mod_jafinance','module','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/mod_jafinance.xml','https://www.joomlart.com/update-steps',''),(17476,5,0,'JA Google Analytics','','mod_jagoogle_analytics','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/mod_jagoogle_analytics.xml','https://www.joomlart.com/update-steps',''),(17477,5,0,'JA Masthead Module ','','mod_jamasthead','module','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/mod_jamasthead.xml','https://www.joomlart.com/update-steps',''),(17478,5,0,'JA Megafilter Module','','mod_jamegafilter','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(17479,5,0,'JA Promo Bar module','','mod_japromobar','module','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/mod_japromobar.xml','https://www.joomlart.com/update-steps',''),(17480,5,0,'GK News Pro GK4 Module','','mod_news_pro_gk4','module','',0,'3.5.0','','http://update.joomlart.com/service/tracking/j31/mod_news_pro_gk4.xml','https://www.joomlart.com/update-steps',''),(17481,5,0,'News Pro GK5','','mod_news_pro_gk5','module','',0,'2.2.1','','http://update.joomlart.com/service/tracking/j31/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(17482,5,0,'S5 Box Module','','mod_s5_box','module','',0,'6.2.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_box.xml','https://www.joomlart.com/update-steps',''),(17483,5,0,'S5 Contact Popup Module','','mod_s5_contact_popup','module','',0,'1.6.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_contact_popup.xml','https://www.joomlart.com/update-steps',''),(17484,5,0,'S5 Horizontal Accordion Module','','mod_s5_horizontal_accordion','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_horizontal_accordion.xml','https://www.joomlart.com/update-steps',''),(17485,5,0,'S5 Image Content Fader v4 Module','','mod_s5_image_and_content_faderv4','module','',0,'4.5.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_image_and_content_faderv4.xml','https://www.joomlart.com/update-steps',''),(17486,5,0,'S5 Instagram Feed Module','','mod_s5_instagram_feed','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/mod_s5_instagram_feed.xml','https://www.joomlart.com/update-steps',''),(17487,5,0,'S5 Live Search Module','','mod_s5_live_search','module','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/mod_s5_live_search.xml','https://www.joomlart.com/update-steps',''),(17488,5,0,'S5 Mailchimp Signup Module','','mod_s5_mailchimp_signup','module','',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_mailchimp_signup.xml','https://www.joomlart.com/update-steps',''),(17489,5,0,'S5 Masonry Module','','mod_s5_masonry','module','',0,'3.1.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_masonry.xml','https://www.joomlart.com/update-steps',''),(17490,5,0,'S5 News Display 2 Module','','mod_s5_news_display_2','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_news_display_2.xml','https://www.joomlart.com/update-steps',''),(17491,5,0,'S5 New Sticker V3 Module','','mod_s5_newstickerv3','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_newstickerv3.xml','https://www.joomlart.com/update-steps',''),(17492,5,0,'S5 Open Table Module','','mod_s5_opentable','module','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_opentable.xml','https://www.joomlart.com/update-steps',''),(17493,5,0,'S5 Photo Showcase V2 Module','','mod_s5_photo_showcase_v2','module','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/mod_s5_photo_showcase_v2.xml','https://www.joomlart.com/update-steps',''),(17494,5,0,'S5 Quick Contact Module','','mod_s5_quick_contact','module','',0,'4.4.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_quick_contact.xml','https://www.joomlart.com/update-steps',''),(17495,5,0,'S5 Register Module','','mod_s5_register','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_register.xml','https://www.joomlart.com/update-steps',''),(17496,5,0,'S5 Snipcart Module','','mod_s5_snipcart','module','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_snipcart.xml','https://www.joomlart.com/update-steps',''),(17497,5,0,'S5 Tab Show v3 Module','','mod_s5_tab_show','module','',0,'3.4.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_tab_show.xml','https://www.joomlart.com/update-steps',''),(17498,5,0,'S5 Tab Show v2 Module','','mod_s5_tabshow_v2','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_tabshow_v2.xml','https://www.joomlart.com/update-steps',''),(17499,5,0,'S5 Typed Text Module','','mod_s5_typed_text','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_typed_text.xml','https://www.joomlart.com/update-steps',''),(17500,5,0,'S5 Vertical Accordion Module','','mod_s5_vertical_accordion','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_vertical_accordion.xml','https://www.joomlart.com/update-steps',''),(17501,5,0,'S5 Mapit Module','','mod_s5mapit','module','',0,'1.9.0','','http://update.joomlart.com/service/tracking/j31/mod_s5mapit.xml','https://www.joomlart.com/update-steps',''),(17502,5,0,'GK Tabs GK5 Module','','mod_tabs_gk5','module','',0,'2.3','','http://update.joomlart.com/service/tracking/j31/mod_tabs_gk5.xml','https://www.joomlart.com/update-steps',''),(17503,5,0,'JB ZenTools Module','','mod_zentools','module','',0,'1.14.7','','http://update.joomlart.com/service/tracking/j31/mod_zentools.xml','https://www.joomlart.com/update-steps',''),(17504,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(17505,5,0,'Plugin Ajax JA Content Type','','jacontenttype','plugin','ajax',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plg_ajax_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(17506,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(17507,5,0,'GK PLG Authentication Facebook','','facebook','plugin','authentication',0,'1.4','','http://update.joomlart.com/service/tracking/j31/plg_authentication_facebook.xml','https://www.joomlart.com/update-steps',''),(17508,5,0,'T4 Content Load PageBuilder','','loadt4pagebuilder','plugin','content',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/plg_content_loadt4pagebuilder.xml','https://www.joomlart.com/update-steps',''),(17509,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(17510,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(17511,5,0,'GK Typography Plugin','','typography','plugin','gk',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_gk_typography.xml','https://www.joomlart.com/update-steps',''),(17512,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(17513,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(17514,5,0,'JA Megafilter DOCman Plugin','','docman','plugin','jamegafilter',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_docman.xml','https://www.joomlart.com/update-steps',''),(17515,5,0,'JA Megafilter EShop Plugin','','eshop','plugin','jamegafilter',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(17516,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(17517,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(17518,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(17519,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(17520,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(17521,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.7','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(17522,5,0,'GK Extmenu system plugin','','gkextmenu','plugin','sys',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_sys_gkextmenu.xml','https://www.joomlart.com/update-steps',''),(17523,5,0,'GK Reservation system plugin','','gkreservation','plugin','sys',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_sys_gkreservation.xml','https://www.joomlart.com/update-steps',''),(17524,5,0,'System JA Campaign','','jacampaign','plugin','system',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/plg_system_jacampaign.xml','https://www.joomlart.com/update-steps',''),(17525,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(17526,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(17527,5,0,'T4 System Plugin ','','t4','plugin','system',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(17528,5,0,'S5 Css And Js Compressor Plugin','','plugin_s5_css_and_js_compressor','plugin','plugin_s5_css_and_js',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_css_and_js_compressor.xml','https://www.joomlart.com/update-steps',''),(17529,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(17530,5,0,'S5 Flex Menu Plugin','','plugin_s5_flex_menu','plugin','plugin_s5_flex_menu',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_flex_menu.xml','https://www.joomlart.com/update-steps',''),(17531,5,0,'S5 Ie6 Warning Plugin','','plugin_s5_ie6_warning','plugin','plugin_s5_ie6_warnin',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_ie6_warning.xml','https://www.joomlart.com/update-steps',''),(17532,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(17533,5,0,'Purity III Template','','purity_iii','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(17534,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(17535,5,0,'JS Socialize template','','socialize','template','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/socialize.xml','https://www.joomlart.com/update-steps',''),(17536,5,0,'T4 Pagebuilder Package','','t4_page_builder_pkg','package','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/t4_page_builder_pkg.xml','https://www.joomlart.com/update-steps',''),(17537,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(17538,5,0,'Sample package for Uber App','','uber_app','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_app.xml','https://www.joomlart.com/update-steps',''),(17539,5,0,'Sample package for Uber Bookstore','','uber_bookstore','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_bookstore.xml','https://www.joomlart.com/update-steps',''),(17540,5,0,'Sample package for Uber Business','','uber_business','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_business.xml','https://www.joomlart.com/update-steps',''),(17541,5,0,'Sample package for Uber Charity','','uber_charity','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_charity.xml','https://www.joomlart.com/update-steps',''),(17542,5,0,'Sample package for Uber Church','','uber_church','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_church.xml','https://www.joomlart.com/update-steps',''),(17543,5,0,'Sample package for Uber Construction','','uber_construction','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_construction.xml','https://www.joomlart.com/update-steps',''),(17544,5,0,'Sample package for Uber Corporate','','uber_corporate','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_corporate.xml','https://www.joomlart.com/update-steps',''),(17545,5,0,'Sample package for Uber Gym','','uber_gym','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_gym.xml','https://www.joomlart.com/update-steps',''),(17546,5,0,'Sample package for Uber Home','','uber_home','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_home.xml','https://www.joomlart.com/update-steps',''),(17547,5,0,'Sample package for Uber Landing ','','uber_landing','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_landing.xml','https://www.joomlart.com/update-steps',''),(17548,5,0,'Sample package for Uber Lawyer','','uber_lawyer','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_lawyer.xml','https://www.joomlart.com/update-steps',''),(17549,5,0,'Sample package for Uber Medicare','','uber_medicare','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_medicare.xml','https://www.joomlart.com/update-steps',''),(17550,5,0,'Sample package for Uber Music','','uber_music','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_music.xml','https://www.joomlart.com/update-steps',''),(17551,5,0,'Sample package for Uber Restaurant','','uber_restaurant','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_restaurant.xml','https://www.joomlart.com/update-steps',''),(17552,5,0,'Sample package for Uber Spa','','uber_spa','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_spa.xml','https://www.joomlart.com/update-steps',''),(17553,5,0,'Sample package for Uber University','','uber_university','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_university.xml','https://www.joomlart.com/update-steps',''),(17554,5,0,'Sample package for Uber Wedding','','uber_wedding','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_wedding.xml','https://www.joomlart.com/update-steps',''),(17555,9,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com/joomla/138/b61e70db','',''),(17556,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/138/2084920890','',''),(17557,9,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com/joomla/286/21ffe006','',''),(17558,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/286/326466299','',''),(17559,9,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com/joomla/287/cb577720','',''),(17560,9,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com/joomla/301/dfc993d8','',''),(17561,9,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(17562,9,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com/joomla/313/1985305838','',''),(17563,9,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/313/1307741342','',''),(17564,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com/joomla/313/1301311221','',''),(17565,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','https://updates.rockettheme.com/joomla/313/2049982768','',''),(17566,9,0,'RokCheck (Template Version Check)','','','module','',1,'1.0.1','0802','https://updates.rockettheme.com/joomla/381/791616223','',''),(17567,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/381/337128173','',''),(17568,9,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/559/1033ef39','',''),(17569,10,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.11.20240609','','http://getk2.org/update.xml','https://github.com/getk2/k2/blob/master/CHANGELOG.md',''),(17570,15,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.11.20240609','','http://getk2.org/app/update.xml','https://github.com/getk2/k2/blob/master/CHANGELOG.md',''),(17571,16,0,'Regular Labs - Modules Anywhere','','modulesanywhere','plugin','system',0,'7.18.0','','https://download.regularlabs.com/updates.xml?e=modulesanywhere&type=.xml','https://www.regularlabs.com/modulesanywhere/download',''),(17572,17,0,'JCE 2.9.41','','pkg_jce','package','',0,'2.9.41','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-41-released',''),(17573,18,0,'SCLogin','','mod_sclogin','module','',0,'9.0.244','','http://www.sourcecoast.com/updates/sclogin.xml','https://www.sourcecoast.com/index.php?option=com_ars&view=Items&release_id=265&format=html',''),(17574,19,0,'T3 System Plugin','','t3','plugin','system',0,'3.2.2','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(17575,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17576,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17577,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17578,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17579,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17580,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17581,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17582,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17583,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17584,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17585,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17586,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17587,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17588,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17589,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17590,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17591,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17592,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17593,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17594,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17595,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17596,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17597,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17598,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17599,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17600,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17601,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17602,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17603,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17604,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17605,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17606,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17607,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17608,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17609,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17610,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17611,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17612,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17613,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17614,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17615,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17616,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17617,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17618,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17619,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17620,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17621,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17622,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17623,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17624,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17625,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17626,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17627,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17628,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17629,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17630,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17631,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17632,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17633,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17634,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17635,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17636,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17637,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17638,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17639,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17640,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17641,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17642,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17643,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17644,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17645,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17646,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17647,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17648,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17649,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17650,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17651,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17652,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17653,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17654,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17655,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17656,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17657,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17658,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17659,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17660,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17661,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17662,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17663,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17664,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17665,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17666,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17667,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17668,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17669,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17670,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17671,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17672,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17673,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17674,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17675,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17676,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17677,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17678,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17679,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17680,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17681,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17682,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17683,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17684,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17685,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17686,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17687,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17688,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17689,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17690,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17691,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17692,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17693,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17694,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17695,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17696,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17697,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17698,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17699,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17700,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17701,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17702,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17703,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17704,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17705,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17706,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17707,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17708,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17709,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17710,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17711,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17712,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17713,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17714,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17715,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17716,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17717,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17718,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17719,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17720,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17721,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17722,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17723,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17724,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17725,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17726,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17727,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17728,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17729,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17730,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17731,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17732,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17733,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17734,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17735,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17736,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17737,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17738,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17739,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17740,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17741,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17742,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17743,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17744,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17745,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17746,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17747,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17748,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17749,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17750,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17751,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17752,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17753,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17754,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17755,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17756,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17757,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17758,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17759,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17760,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17761,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17762,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17763,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17764,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17765,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17766,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17767,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17768,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17769,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17770,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17771,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17772,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17773,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17774,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17775,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17776,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17777,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17778,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17779,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17780,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17781,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17782,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17783,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17784,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17785,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17786,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17787,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17788,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17789,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17790,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17791,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17792,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17793,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17794,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17795,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17796,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17797,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17798,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17799,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17800,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17801,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17802,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17803,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17804,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17805,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17806,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17807,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17808,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17809,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17810,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17811,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17812,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17813,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17814,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17815,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17816,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17817,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17818,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17819,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17820,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17821,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17822,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17823,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17824,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17825,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17826,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17827,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17828,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17829,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17830,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17831,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17832,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17833,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17834,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17835,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17836,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17837,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17838,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17839,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17840,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17841,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17842,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17843,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17844,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17845,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17846,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17847,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17848,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17849,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17850,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17851,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17852,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17853,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17854,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17855,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17856,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17857,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17858,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17859,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17860,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17861,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17862,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17863,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17864,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17865,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17866,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17867,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17868,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17869,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17870,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17871,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17872,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17873,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17874,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17875,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17876,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17877,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17878,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17879,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17880,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17881,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17882,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17883,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17884,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17885,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17886,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17887,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17888,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17889,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17890,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17891,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17892,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17893,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17894,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17895,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17896,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17897,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17898,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17899,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17900,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17901,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17902,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17903,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17904,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17905,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17906,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17907,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17908,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17909,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17910,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17911,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17912,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17913,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17914,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17915,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17916,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17917,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17918,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17919,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17920,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17921,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17922,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17923,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17924,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17925,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17926,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17927,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17928,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17929,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17930,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17931,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17932,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17933,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17934,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17935,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17936,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17937,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17938,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17939,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17940,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17941,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17942,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17943,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17944,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17945,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17946,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17947,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17948,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17949,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17950,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17951,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17952,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17953,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17954,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17955,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17956,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17957,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17958,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17959,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17960,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17961,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17962,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17963,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17964,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17965,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17966,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17967,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17968,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17969,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17970,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17971,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17972,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17973,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17974,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17975,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17976,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17977,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17978,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17979,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17980,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17981,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17982,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17983,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17984,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17985,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17986,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17987,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17988,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17989,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17990,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17991,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17992,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17993,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17994,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17995,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17996,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17997,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17998,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(17999,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18000,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18001,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18002,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18003,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18004,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18005,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18006,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18007,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18008,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18009,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18010,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18011,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18012,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18013,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18014,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18015,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18016,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18017,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18018,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18019,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18020,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18021,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18022,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18023,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18024,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18025,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18026,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18027,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18028,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18029,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18030,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18031,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18032,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18033,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18034,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18035,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18036,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18037,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18038,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18039,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18040,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18041,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18042,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18043,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18044,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18045,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18046,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18047,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18048,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18049,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18050,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18051,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18052,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18053,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18054,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18055,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18056,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18057,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18058,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18059,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18060,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18061,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18062,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18063,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18064,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(18065,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(18066,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(18067,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(18068,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(18069,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(18070,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(18071,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(18072,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(18073,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(18074,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(18075,3,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(18076,3,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(18077,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(18078,3,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(18079,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(18080,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(18081,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(18082,3,0,'French','','pkg_fr-FR','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(18083,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(18084,3,0,'German','','pkg_de-DE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(18085,3,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(18086,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(18087,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(18088,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(18089,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(18090,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.12.2','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(18091,3,0,'Irish','','pkg_ga-IE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ga-IE_details.xml','',''),(18092,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(18093,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(18094,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(18095,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(18096,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(18097,3,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.12.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(18098,3,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(18099,3,0,'Polish','','pkg_pl-PL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(18100,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(18101,3,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.10.12.3','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(18102,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(18103,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(18104,3,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(18105,3,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(18106,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(18107,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(18108,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(18109,3,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(18110,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(18111,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(18112,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(18113,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(18114,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(18115,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(18116,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(18117,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(18118,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18119,5,0,'JA Extension Manager Component','','com_jaextmanager','component','',1,'2.7.5','','http://update.joomlart.com/service/tracking/j16/com_jaextmanager.xml','https://www.joomlart.com/update-steps',''),(18120,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.4.0','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(18121,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'2.0.5','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(18122,5,0,'JA Appolio Theme for EasyBlog','','easyblog_theme_appolio','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_appolio.xml','https://www.joomlart.com/update-steps',''),(18123,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(18124,5,0,'JA Biz Theme for EasyBlog','','easyblog_theme_biz','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_biz.xml','https://www.joomlart.com/update-steps',''),(18125,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(18126,5,0,'JA Decor Theme for EasyBlog','','easyblog_theme_decor','custom','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_decor.xml','https://www.joomlart.com/update-steps',''),(18127,5,0,'Theme Fixel for Easyblog J25 & J3x','','easyblog_theme_fixel','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_fixel.xml','https://www.joomlart.com/update-steps',''),(18128,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(18129,5,0,'JA Muzic Theme for EasyBlog','','easyblog_theme_muzic','custom','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_muzic.xml','https://www.joomlart.com/update-steps',''),(18130,5,0,'JA Obelisk Theme for EasyBlog','','easyblog_theme_obelisk','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_obelisk.xml','https://www.joomlart.com/update-steps',''),(18131,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(18132,5,0,'JA Bookshop Template','','ja_bookshop','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_bookshop.xml','https://www.joomlart.com/update-steps',''),(18133,5,0,'JA Brisk Template for J25 & J3x','','ja_brisk','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_brisk.xml','https://www.joomlart.com/update-steps',''),(18134,5,0,'JA Decor Template','','ja_decor','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j16/ja_decor.xml','https://www.joomlart.com/update-steps',''),(18135,5,0,'JA Fubix Template for J25 & J3x','','ja_fubix','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_fubix.xml','https://www.joomlart.com/update-steps',''),(18136,5,0,'JA Jason template','','ja_jason','template','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/ja_jason.xml','https://www.joomlart.com/update-steps',''),(18137,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(18138,5,0,'JA Medicare Template','','ja_medicare','template','',0,'3.0.1','','http://update.joomlart.com/service/tracking/j16/ja_medicare.xml','https://www.joomlart.com/update-steps',''),(18139,5,0,'JA Mero Template for J25 & J3x','','ja_mero','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_mero.xml','https://www.joomlart.com/update-steps',''),(18140,5,0,'JA Mitius Template','','ja_mitius','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j16/ja_mitius.xml','https://www.joomlart.com/update-steps',''),(18141,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(18142,5,0,'JA Nuevo template','','ja_nuevo','template','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/ja_nuevo.xml','https://www.joomlart.com/update-steps',''),(18143,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(18144,5,0,'JA Playmag Template','','ja_playmag','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j16/ja_playmag.xml','https://www.joomlart.com/update-steps',''),(18145,5,0,'JA Smashboard Template','','ja_smashboard','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_smashboard.xml','https://www.joomlart.com/update-steps',''),(18146,5,0,'JA Sugite Template','','ja_sugite','template','',0,'2.1.3','','http://update.joomlart.com/service/tracking/j16/ja_sugite.xml','https://www.joomlart.com/update-steps',''),(18147,5,0,'JA Travel Template for Joomla 3x','','ja_travel','template','',0,'2.5.7','','http://update.joomlart.com/service/tracking/j16/ja_travel.xml','https://www.joomlart.com/update-steps',''),(18148,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(18149,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(18150,5,0,'Kunena Template for Ja Orisite','','kunena_theme_orisite','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/kunena_theme_orisite.xml','https://www.joomlart.com/update-steps',''),(18151,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.4.2','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(18152,5,0,'JA Accordion Module','','mod_jaaccordion','module','',0,'2.6.3','','http://update.joomlart.com/service/tracking/j16/mod_jaaccordion.xml','https://www.joomlart.com/update-steps',''),(18153,5,0,'JA Content Listing Module','','mod_jacontentlisting','module','',0,'1.2.9','','http://update.joomlart.com/service/tracking/j16/mod_jacontentlisting.xml','https://www.joomlart.com/update-steps',''),(18154,5,0,'JA Content Slider Module','','mod_jacontentslider','module','',0,'2.7.7','','http://update.joomlart.com/service/tracking/j16/mod_jacontentslider.xml','https://www.joomlart.com/update-steps',''),(18155,5,0,'JA Facebook Like Box Module','','mod_jafacebooklikebox','module','',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/mod_jafacebooklikebox.xml','https://www.joomlart.com/update-steps',''),(18156,5,0,'JA Google chart 2','','mod_jagooglechart_2','module','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j16/mod_jagooglechart_2.xml','https://www.joomlart.com/update-steps',''),(18157,5,0,'JA Image Hotspot Module','','mod_jaimagehotspot','module','',0,'1.3.2','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(18158,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.4.0','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(18159,5,0,'JA Login module','','mod_jalogin','module','',0,'2.9.1','','http://update.joomlart.com/service/tracking/j16/mod_jalogin.xml','https://www.joomlart.com/update-steps',''),(18160,5,0,'JA Masthead Module ','','mod_jamasthead','module','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j16/mod_jamasthead.xml','https://www.joomlart.com/update-steps',''),(18161,5,0,'JA Newsticker Module for J3x','','mod_janewsticker','module','',0,'2.6.3','','http://update.joomlart.com/service/tracking/j16/mod_janewsticker.xml','https://www.joomlart.com/update-steps',''),(18162,5,0,'JA Quick Contact Module','','mod_jaquickcontact','module','',0,'2.8.0','','http://update.joomlart.com/service/tracking/j16/mod_jaquickcontact.xml','https://www.joomlart.com/update-steps',''),(18163,5,0,'JA SideNews Module ','','mod_jasidenews','module','',0,'2.6.9','','http://update.joomlart.com/service/tracking/j16/mod_jasidenews.xml','https://www.joomlart.com/update-steps',''),(18164,5,0,'JA Slideshow Lite Module ','','mod_jaslideshowlite','module','',0,'1.2.9','','http://update.joomlart.com/service/tracking/j16/mod_jaslideshowlite.xml','https://www.joomlart.com/update-steps',''),(18165,5,0,'JA Social Locker module','','mod_jasocial_locker','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/mod_jasocial_locker.xml','https://www.joomlart.com/update-steps',''),(18166,5,0,'JA Twitter Module','','mod_jatwitter','module','',0,'3.1.0','','http://update.joomlart.com/service/tracking/j16/mod_jatwitter.xml','https://www.joomlart.com/update-steps',''),(18167,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(18168,5,0,'S5 Accordion Menu Module','','mod_s5_accordion_menu','module','',0,'2.4.0','','http://update.joomlart.com/service/tracking/j16/mod_s5_accordion_menu.xml','https://www.joomlart.com/update-steps',''),(18169,5,0,'JA Disqus Debate Echo plugin','','debate_echo','plugin','jadisqus',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/plg_jadisqus_debate_echo.xml','https://www.joomlart.com/update-steps',''),(18170,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'2.0.5','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(18171,5,0,'Multi Captcha Engine Plugin','','captcha_engine','plugin','multiple',0,'2.6.1','','http://update.joomlart.com/service/tracking/j16/plg_multiple_captcha_engine.xml','https://www.joomlart.com/update-steps',''),(18172,5,0,'JA Builder System Plugin','','jabuilder','plugin','system',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/plg_system_jabuilder.xml','https://www.joomlart.com/update-steps',''),(18173,5,0,'JA System Google Map plugin','','jagooglemap','plugin','system',0,'2.8.1','','http://update.joomlart.com/service/tracking/j16/plg_system_jagooglemap.xml','https://www.joomlart.com/update-steps',''),(18174,5,0,'JA Popup Plugin','','japopup','plugin','system',0,'3.0.0','','http://update.joomlart.com/service/tracking/j16/plg_system_japopup.xml','https://www.joomlart.com/update-steps',''),(18175,5,0,'JA System Social Feed Plugin','','jasocial_feed','plugin','system',0,'1.6.1','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(18176,5,0,'JA Tabs Plugin for Joomla 3 & Joomla 4','','jatabs','plugin','system',0,'2.8.0','','http://update.joomlart.com/service/tracking/j16/plg_system_jatabs.xml','https://www.joomlart.com/update-steps',''),(18177,5,0,'T3 System Plugin','','t3','plugin','system',0,'3.2.3','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','https://www.joomlart.com/update-steps',''),(18178,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(18179,5,0,'Uber Template','','uber','template','',0,'3.1.0','','http://update.joomlart.com/service/tracking/j16/uber.xml','https://www.joomlart.com/update-steps',''),(18180,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(18181,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.9','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(18182,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(18183,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(18184,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(18185,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.9.5','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(18186,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(18187,5,0,'GK bluap','','gk_bluap','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_bluap.xml','https://www.joomlart.com/update-steps',''),(18188,5,0,'GK Box Template','','gk_box','template','',0,'2.1.4','','http://update.joomlart.com/service/tracking/j30/gk_box.xml','https://www.joomlart.com/update-steps',''),(18189,5,0,'GK cloudhost J!3','','gk_cloudhost','template','',0,'4.3','','http://update.joomlart.com/service/tracking/j30/gk_cloudhost.xml','https://www.joomlart.com/update-steps',''),(18190,5,0,'GK Creativity','','gk_creativity','template','',0,'4.2.3','','http://update.joomlart.com/service/tracking/j30/gk_creativity.xml','https://www.joomlart.com/update-steps',''),(18191,5,0,'GK events J!3','','gk_events','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_events.xml','https://www.joomlart.com/update-steps',''),(18192,5,0,'GK game J!3','','gk_game','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_game.xml','https://www.joomlart.com/update-steps',''),(18193,5,0,'GK hotel','','gk_hotel','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(18194,5,0,'GK instyle','','gk_instyle','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_instyle.xml','https://www.joomlart.com/update-steps',''),(18195,5,0,'GK john s J!3','','gk_john_s','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_john_s.xml','https://www.joomlart.com/update-steps',''),(18196,5,0,'GK magazine','','gk_magazine','template','',0,'4.3','','http://update.joomlart.com/service/tracking/j30/gk_magazine.xml','https://www.joomlart.com/update-steps',''),(18197,5,0,'GK mo J!3','','gk_mo','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_mo.xml','https://www.joomlart.com/update-steps',''),(18198,5,0,'GK msocial J!3','','gk_msocial','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_msocial.xml','https://www.joomlart.com/update-steps',''),(18199,5,0,'GK musicstate','','gk_musicstate','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_musicstate.xml','https://www.joomlart.com/update-steps',''),(18200,5,0,'GK news J!3','','gk_news','template','',0,'4.3.1','','http://update.joomlart.com/service/tracking/j30/gk_news.xml','https://www.joomlart.com/update-steps',''),(18201,5,0,'GK news2 J!3','','gk_news2','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_news2.xml','https://www.joomlart.com/update-steps',''),(18202,5,0,'GK news refreshed J!3','','gk_news_refreshed','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_news_refreshed.xml','https://www.joomlart.com/update-steps',''),(18203,5,0,'GK photo J!3','','gk_photo','template','',0,'4.2.2','','http://update.joomlart.com/service/tracking/j30/gk_photo.xml','https://www.joomlart.com/update-steps',''),(18204,5,0,'GK portfolio J!3','','gk_portfolio','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j30/gk_portfolio.xml','https://www.joomlart.com/update-steps',''),(18205,5,0,'GK rockwall','','gk_rockwall','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_rockwall.xml','https://www.joomlart.com/update-steps',''),(18206,5,0,'GK Shop & Buy Template','','gk_shop_and_buy','template','',0,'4.3.1','','http://update.joomlart.com/service/tracking/j30/gk_shop_and_buy.xml','https://www.joomlart.com/update-steps',''),(18207,5,0,'GK simplicity J!3','','gk_simplicity','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_simplicity.xml','https://www.joomlart.com/update-steps',''),(18208,5,0,'GK steakhouse J!3','','gk_steakhouse','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_steakhouse.xml','https://www.joomlart.com/update-steps',''),(18209,5,0,'GK storebox J!3','','gk_storebox','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_storebox.xml','https://www.joomlart.com/update-steps',''),(18210,5,0,'GK storefront J!3','','gk_storefront','template','',0,'4.4','','http://update.joomlart.com/service/tracking/j30/gk_storefront.xml','https://www.joomlart.com/update-steps',''),(18211,5,0,'GK technews J!3','','gk_technews','template','',0,'2.0.5','','http://update.joomlart.com/service/tracking/j30/gk_technews.xml','https://www.joomlart.com/update-steps',''),(18212,5,0,'GK university','','gk_university','template','',0,'4.1.3','','http://update.joomlart.com/service/tracking/j30/gk_university.xml','https://www.joomlart.com/update-steps',''),(18213,5,0,'GK writer J!3','','gk_writer','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_writer.xml','https://www.joomlart.com/update-steps',''),(18214,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(18215,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(18216,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(18217,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(18218,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(18219,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(18220,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(18221,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(18222,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(18223,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(18224,5,0,'Metro Grid GK5','','mod_grid_gk5','module','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j30/mod_grid_gk5.xml','https://www.joomlart.com/update-steps',''),(18225,5,0,'Highlighter GK5 Module','','mod_highlighter_gk5','module','',0,'1.2.4','','http://update.joomlart.com/service/tracking/j30/mod_highlighter_gk5.xml','https://www.joomlart.com/update-steps',''),(18226,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.7.6','','http://update.joomlart.com/service/tracking/j30/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(18227,5,0,'News Pro GK5 J!3','','mod_news_pro_gk5','module','',0,'2.1.5','','http://update.joomlart.com/service/tracking/j30/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(18228,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.8','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(18229,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(18230,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(18231,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(18232,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(18233,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(18234,5,0,'GK Opengraph system plugin','','gk_opengraph','plugin','sys',0,'1.0.2','','http://update.joomlart.com/service/tracking/j30/plg_sys_gk_opengraph.xml','https://www.joomlart.com/update-steps',''),(18235,5,0,'GK Cache system plugin','','gkcache','plugin','sys',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_sys_gkcache.xml','https://www.joomlart.com/update-steps',''),(18236,5,0,'GK Extmenu system plugin','','gkextmenu','plugin','sys',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/plg_sys_gkextmenu.xml','https://www.joomlart.com/update-steps',''),(18237,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(18238,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.3.2','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(18239,5,0,'S5 Amazed Photography Template','','Shape5_amazed_photography_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_amazed_photography_template.xml','https://www.joomlart.com/update-steps',''),(18240,5,0,'S5 Ambient Template','','Shape5_ambient_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_ambient_template.xml','https://www.joomlart.com/update-steps',''),(18241,5,0,'S5 Ameritage Medical Template','','Shape5_ameritage_medical_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ameritage_medical_template.xml','https://www.joomlart.com/update-steps',''),(18242,5,0,'S5 Appwonder Template','','Shape5_appwonder_template','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/Shape5_appwonder_template.xml','https://www.joomlart.com/update-steps',''),(18243,5,0,'S5 Arthur Template','','Shape5_arthur_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_arthur_template.xml','https://www.joomlart.com/update-steps',''),(18244,5,0,'S5 Attractions Template','','Shape5_attractions_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_attractions_template.xml','https://www.joomlart.com/update-steps',''),(18245,5,0,'S5 Aurora Dawn Template','','Shape5_aurora_dawn_template','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_aurora_dawn_template.xml','https://www.joomlart.com/update-steps',''),(18246,5,0,'S5 Avignet Dream Template','','Shape5_avignet_dream_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_avignet_dream_template.xml','https://www.joomlart.com/update-steps',''),(18247,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(18248,5,0,'S5 Big Picture Template','','Shape5_bigpicture_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bigpicture_template.xml','https://www.joomlart.com/update-steps',''),(18249,5,0,'S5 Blogbox Template','','Shape5_blog_box_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_blog_box_template.xml','https://www.joomlart.com/update-steps',''),(18250,5,0,'S5 BlueGroup Template','','Shape5_bluegroup_template','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j31/Shape5_bluegroup_template.xml','https://www.joomlart.com/update-steps',''),(18251,5,0,'S5 Business Line Template','','Shape5_business_line_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_business_line_template.xml','https://www.joomlart.com/update-steps',''),(18252,5,0,'S5 Business Pro Template','','Shape5_business_pro_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_business_pro_template.xml','https://www.joomlart.com/update-steps',''),(18253,5,0,'S5 Callie Rush Template','','Shape5_callie_rush_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_callie_rush_template.xml','https://www.joomlart.com/update-steps',''),(18254,5,0,'S5 Campus Life Template','','Shape5_campuslife_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_campuslife_template.xml','https://www.joomlart.com/update-steps',''),(18255,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(18256,5,0,'S5 Charlestown Template','','Shape5_charlestown_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_charlestown_template.xml','https://www.joomlart.com/update-steps',''),(18257,5,0,'S5 Cleanout Template','','Shape5_cleanout_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cleanout_template.xml','https://www.joomlart.com/update-steps',''),(18258,5,0,'S5 Comaxium Template','','Shape5_comaxium_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_comaxium_template.xml','https://www.joomlart.com/update-steps',''),(18259,5,0,'S5 Compassion Template','','Shape5_compassion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_compassion_template.xml','https://www.joomlart.com/update-steps',''),(18260,5,0,'S5 Construction Template','','Shape5_construction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_construction_template.xml','https://www.joomlart.com/update-steps',''),(18261,5,0,'S5 Content King Template','','Shape5_contentking_template','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j31/Shape5_contentking_template.xml','https://www.joomlart.com/update-steps',''),(18262,5,0,'S5 Corporate Response Template','','Shape5_corporate_response_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corporate_response_template.xml','https://www.joomlart.com/update-steps',''),(18263,5,0,'S5 Corpway Template','','Shape5_corpway_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_corpway_template.xml','https://www.joomlart.com/update-steps',''),(18264,5,0,'S5 Cyan Template','','Shape5_cyan_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cyan_template.xml','https://www.joomlart.com/update-steps',''),(18265,5,0,'S5 Emma and Mason Template','','Shape5_emma_and_mason_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_emma_and_mason_template.xml','https://www.joomlart.com/update-steps',''),(18266,5,0,'S5 Emusica Template','','Shape5_emusica_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_emusica_template.xml','https://www.joomlart.com/update-steps',''),(18267,5,0,'S5 Eventfull Business Template','','Shape5_eventfull_business_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_eventfull_business_template.xml','https://www.joomlart.com/update-steps',''),(18268,5,0,'S5 Eventfull Template','','Shape5_eventfull_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_eventfull_template.xml','https://www.joomlart.com/update-steps',''),(18269,5,0,'S5 EZ Web Hosting Template','','Shape5_ezwebhosting_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ezwebhosting_template.xml','https://www.joomlart.com/update-steps',''),(18270,5,0,'S5 Fitness Center Template','','Shape5_fitness_center_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_fitness_center_template.xml','https://www.joomlart.com/update-steps',''),(18271,5,0,'S5 Forte Template','','Shape5_forte_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_forte_template.xml','https://www.joomlart.com/update-steps',''),(18272,5,0,'S5 Fresh Bistro Template','','Shape5_fresh_bistro_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_fresh_bistro_template.xml','https://www.joomlart.com/update-steps',''),(18273,5,0,'S5 Fusion Template','','Shape5_fusion_template','template','',0,'1.5.7','','http://update.joomlart.com/service/tracking/j31/Shape5_fusion_template.xml','https://www.joomlart.com/update-steps',''),(18274,5,0,'S5 Game World Template','','Shape5_game_world_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_game_world_template.xml','https://www.joomlart.com/update-steps',''),(18275,5,0,'S5 Gamers Template','','Shape5_gamers_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_gamers_template.xml','https://www.joomlart.com/update-steps',''),(18276,5,0,'S5 GCK Store Template','','Shape5_gck_store_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_gck_store_template.xml','https://www.joomlart.com/update-steps',''),(18277,5,0,'S5 General Commerce Template','','Shape5_general_commerce_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_general_commerce_template.xml','https://www.joomlart.com/update-steps',''),(18278,5,0,'S5 General Contractor Template','','Shape5_general_contractor_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_general_contractor_template.xml','https://www.joomlart.com/update-steps',''),(18279,5,0,'S5 GetReserved Template','','Shape5_getreserved_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_getreserved_template.xml','https://www.joomlart.com/update-steps',''),(18280,5,0,'S5 Health Guide Template','','Shape5_health_guide_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_health_guide_template.xml','https://www.joomlart.com/update-steps',''),(18281,5,0,'S5 Helion Template','','Shape5_helion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_helion_template.xml','https://www.joomlart.com/update-steps',''),(18282,5,0,'S5 Hexa Corp Template','','Shape5_hexa_corp_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_hexa_corp_template.xml','https://www.joomlart.com/update-steps',''),(18283,5,0,'S5 Hexicon Gamer Template','','Shape5_hexicon_gamer_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_hexicon_gamer_template.xml','https://www.joomlart.com/update-steps',''),(18284,5,0,'S5 Incline Template','','Shape5_incline_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_incline_template.xml','https://www.joomlart.com/update-steps',''),(18285,5,0,'S5 Legal Lawyer Template','','Shape5_legal_lawyer_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_legal_lawyer_template.xml','https://www.joomlart.com/update-steps',''),(18286,5,0,'S5 Life Journey Template','','Shape5_life_journey_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_life_journey_template.xml','https://www.joomlart.com/update-steps',''),(18287,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(18288,5,0,'S5 Lime Light Template','','Shape5_lime_light_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_lime_light_template.xml','https://www.joomlart.com/update-steps',''),(18289,5,0,'S5 Luxon Template','','Shape5_luxon_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_luxon_template.xml','https://www.joomlart.com/update-steps',''),(18290,5,0,'S5 M Ceative Agency Template','','Shape5_m_creative_agency_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_m_creative_agency_template.xml','https://www.joomlart.com/update-steps',''),(18291,5,0,'S5 Maxed Mag Template','','Shape5_maxedmag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_maxedmag_template.xml','https://www.joomlart.com/update-steps',''),(18292,5,0,'S5 MetroShows Template','','Shape5_metroshows_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_metroshows_template.xml','https://www.joomlart.com/update-steps',''),(18293,5,0,'S5 Modern Flavor Template','','Shape5_modern_flavor_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_modern_flavor_template.xml','https://www.joomlart.com/update-steps',''),(18294,5,0,'S5 New Vision Template','','Shape5_new_vision_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_new_vision_template.xml','https://www.joomlart.com/update-steps',''),(18295,5,0,'S5 News Blog Template','','Shape5_newsblog_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_newsblog_template.xml','https://www.joomlart.com/update-steps',''),(18296,5,0,'S5 Newsplace Template','','Shape5_newsplace_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_newsplace_template.xml','https://www.joomlart.com/update-steps',''),(18297,5,0,'S5 No1 Shopping Template','','Shape5_no1_shopping_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_no1_shopping_template.xml','https://www.joomlart.com/update-steps',''),(18298,5,0,'S5 Oasis Template','','Shape5_oasis_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_oasis_template.xml','https://www.joomlart.com/update-steps',''),(18299,5,0,'S5 Outdoor Life Template','','Shape5_outdoor_life_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_outdoor_life_template.xml','https://www.joomlart.com/update-steps',''),(18300,5,0,'S5 Pantheon Template','','Shape5_pantheon_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_pantheon_template.xml','https://www.joomlart.com/update-steps',''),(18301,5,0,'S5 Paradigm Shift Template','','Shape5_paradigm_shift_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_paradigm_shift_template.xml','https://www.joomlart.com/update-steps',''),(18302,5,0,'S5 Phosphorus Template','','Shape5_phosphorus_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_phosphorus_template.xml','https://www.joomlart.com/update-steps',''),(18303,5,0,'S5 Photobox Template','','Shape5_photobox_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_photobox_template.xml','https://www.joomlart.com/update-steps',''),(18304,5,0,'S5 Photofolio Template','','Shape5_photofolio_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_photofolio_template.xml','https://www.joomlart.com/update-steps',''),(18305,5,0,'S5 Prestige Academy Template','','Shape5_prestige_academy_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_prestige_academy_template.xml','https://www.joomlart.com/update-steps',''),(18306,5,0,'S5 Real Estate Template','','Shape5_realestate_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_realestate_template.xml','https://www.joomlart.com/update-steps',''),(18307,5,0,'S5 Regan Tech Template','','Shape5_regan_tech_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_regan_tech_template.xml','https://www.joomlart.com/update-steps',''),(18308,5,0,'S5 Risen Hope Template','','Shape5_risen_hope_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_risen_hope_template.xml','https://www.joomlart.com/update-steps',''),(18309,5,0,'S5 Salon N Spa Template','','Shape5_salonnspa_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_salonnspa_template.xml','https://www.joomlart.com/update-steps',''),(18310,5,0,'S5 Samba Spa Template','','Shape5_samba_template','template','',0,'1.5.0','','http://update.joomlart.com/service/tracking/j31/Shape5_samba_template.xml','https://www.joomlart.com/update-steps',''),(18311,5,0,'S5 Vertex Template','','Shape5_shape5_vertex_template','template','',0,'3.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_shape5_vertex_template.xml','https://www.joomlart.com/update-steps',''),(18312,5,0,'S5 Shenandoah Template','','Shape5_shenandoah_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_shenandoah_template.xml','https://www.joomlart.com/update-steps',''),(18313,5,0,'S5 ShoppingBag Template','','Shape5_shoppingbag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_shoppingbag_template.xml','https://www.joomlart.com/update-steps',''),(18314,5,0,'S5 Sienna Template','','Shape5_sienna_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sienna_template.xml','https://www.joomlart.com/update-steps',''),(18315,5,0,'S5 Simplex Template','','Shape5_simplex_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_simplex_template.xml','https://www.joomlart.com/update-steps',''),(18316,5,0,'S5 Soul Search Template','','Shape5_soul_search_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_soul_search_template.xml','https://www.joomlart.com/update-steps',''),(18317,5,0,'S5 Spectrum Template','','Shape5_spectrum_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_spectrum_template.xml','https://www.joomlart.com/update-steps',''),(18318,5,0,'S5 Sports Nation Template','','Shape5_sports_nation_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sports_nation_template.xml','https://www.joomlart.com/update-steps',''),(18319,5,0,'S5 Store Pro Template','','Shape5_storepro_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_storepro_template.xml','https://www.joomlart.com/update-steps',''),(18320,5,0,'S5 Swapps Template','','Shape5_swapps_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_swapps_template.xml','https://www.joomlart.com/update-steps',''),(18321,5,0,'S5 The Classifieds Template','','Shape5_the_classifieds_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_the_classifieds_template.xml','https://www.joomlart.com/update-steps',''),(18322,5,0,'S5 TheBlogazine Template','','Shape5_theblogazine_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_theblogazine_template.xml','https://www.joomlart.com/update-steps',''),(18323,5,0,'S5 Traction Template','','Shape5_traction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_traction_template.xml','https://www.joomlart.com/update-steps',''),(18324,5,0,'S5 University Template','','Shape5_university_template','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_university_template.xml','https://www.joomlart.com/update-steps',''),(18325,5,0,'S5 Velocity Template','','Shape5_velocity_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_velocity_template.xml','https://www.joomlart.com/update-steps',''),(18326,5,0,'S5 Zoka Template','','Shape5_zoka_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_zoka_template.xml','https://www.joomlart.com/update-steps',''),(18327,5,0,'JA Blockk Entertaiment 1','','blockk_entertaiment_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_entertaiment_1.xml','https://www.joomlart.com/update-steps',''),(18328,5,0,'JA Blockk Entertaiment 2','','blockk_entertaiment_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_entertaiment_2.xml','https://www.joomlart.com/update-steps',''),(18329,5,0,'JA Blockk Fashion 1','','blockk_fashion_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_1.xml','https://www.joomlart.com/update-steps',''),(18330,5,0,'JA Blockk Fashion 2','','blockk_fashion_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_2.xml','https://www.joomlart.com/update-steps',''),(18331,5,0,'JA Blockk Fashion 3','','blockk_fashion_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_3.xml','https://www.joomlart.com/update-steps',''),(18332,5,0,'JA Blockk Fashion 4','','blockk_fashion_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_4.xml','https://www.joomlart.com/update-steps',''),(18333,5,0,'JA Blockk Freebie 1','','blockk_freebie_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_freebie_1.xml','https://www.joomlart.com/update-steps',''),(18334,5,0,'JA Blockk Freebie 2','','blockk_freebie_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_freebie_2.xml','https://www.joomlart.com/update-steps',''),(18335,5,0,'JA Blockk Gaming 1','','blockk_gaming_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_1.xml','https://www.joomlart.com/update-steps',''),(18336,5,0,'JA Blockk Gaming 2','','blockk_gaming_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_2.xml','https://www.joomlart.com/update-steps',''),(18337,5,0,'JA Blockk Gaming 3','','blockk_gaming_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_3.xml','https://www.joomlart.com/update-steps',''),(18338,5,0,'JA Blockk Gaming 4','','blockk_gaming_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_4.xml','https://www.joomlart.com/update-steps',''),(18339,5,0,'JA Blockk Magz 1','','blockk_magz_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_1.xml','https://www.joomlart.com/update-steps',''),(18340,5,0,'JA Blockk Magz 2','','blockk_magz_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_2.xml','https://www.joomlart.com/update-steps',''),(18341,5,0,'JA Blockk Magz 3','','blockk_magz_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_3.xml','https://www.joomlart.com/update-steps',''),(18342,5,0,'JA Blockk Magz 4','','blockk_magz_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_4.xml','https://www.joomlart.com/update-steps',''),(18343,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'7.1.1','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(18344,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.5','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(18345,5,0,'Guru Pro','','com_guru_pro','component','',1,'6.2.4','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(18346,5,0,'JA Builder Component','','com_jabuilder','component','',1,'2.0.2','','http://update.joomlart.com/service/tracking/j31/com_jabuilder.xml','https://www.joomlart.com/update-steps',''),(18347,5,0,'JA Extension Manager Component','','com_jaextmanager','component','',1,'2.7.6','','http://update.joomlart.com/service/tracking/j31/com_jaextmanager.xml','https://www.joomlart.com/update-steps',''),(18348,5,0,'JA Font Component','','com_jafont','component','',1,'1.0.3','','http://update.joomlart.com/service/tracking/j31/com_jafont.xml','https://www.joomlart.com/update-steps',''),(18349,5,0,'JA Joomla GDPR Component','','com_jagdpr','component','',1,'1.1.0','','http://update.joomlart.com/service/tracking/j31/com_jagdpr.xml','https://www.joomlart.com/update-steps',''),(18350,5,0,'JA Multilingual Component','','com_jalang','component','',1,'1.2.1','','http://update.joomlart.com/service/tracking/j31/com_jalang.xml','https://www.joomlart.com/update-steps',''),(18351,5,0,'JA Page Builder Component','','com_japagebuilder','component','',1,'1.0.0_alpha3','','http://update.joomlart.com/service/tracking/j31/com_japagebuilder.xml','https://www.joomlart.com/update-steps',''),(18352,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.1.0','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(18353,5,0,'T4 Page Builder Component','','com_t4pagebuilder','component','',1,'2.1.1','','http://update.joomlart.com/service/tracking/j31/com_t4pagebuilder.xml','https://www.joomlart.com/update-steps',''),(18354,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(18355,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(18356,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(18357,5,0,'JA Resume Theme for EasyBlog','','easyblog_theme_resume','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_resume.xml','https://www.joomlart.com/update-steps',''),(18358,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(18359,5,0,'GK Academy Template','','gk_academy','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_academy.xml','https://www.joomlart.com/update-steps',''),(18360,5,0,'GK App Template','','gk_app','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_app.xml','https://www.joomlart.com/update-steps',''),(18361,5,0,'GK Bauhaus Template','','gk_bauhaus','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_bauhaus.xml','https://www.joomlart.com/update-steps',''),(18362,5,0,'GK Blend Template','','gk_blend','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_blend.xml','https://www.joomlart.com/update-steps',''),(18363,5,0,'GK Decor template','','gk_decor','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/gk_decor.xml','https://www.joomlart.com/update-steps',''),(18364,5,0,'GK EvoNews Template','','gk_evonews','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_evonews.xml','https://www.joomlart.com/update-steps',''),(18365,5,0,'GK Fit Template','','gk_fit','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_fit.xml','https://www.joomlart.com/update-steps',''),(18366,5,0,'GK Folio Template','','gk_folio','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_folio.xml','https://www.joomlart.com/update-steps',''),(18367,5,0,'GK Infinity Template','','gk_infinity','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_infinity.xml','https://www.joomlart.com/update-steps',''),(18368,5,0,'GK Issues Template','','gk_issues','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_issues.xml','https://www.joomlart.com/update-steps',''),(18369,5,0,'GK Kidty template','','gk_kidty','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_kidty.xml','https://www.joomlart.com/update-steps',''),(18370,5,0,'GK magazine','','gk_magazine','template','',0,'4.4.1','','http://update.joomlart.com/service/tracking/j31/gk_magazine.xml','https://www.joomlart.com/update-steps',''),(18371,5,0,'GK Paradise Template','','gk_paradise','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_paradise.xml','https://www.joomlart.com/update-steps',''),(18372,5,0,'GK Portfolio Template','','gk_portfolio','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_portfolio.xml','https://www.joomlart.com/update-steps',''),(18373,5,0,'GK Quark template','','gk_quark','template','',0,'2.1.6','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(18374,5,0,'GK ResumeTemplate','','gk_resume','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_resume.xml','https://www.joomlart.com/update-steps',''),(18375,5,0,'GK Shop & Buy Template','','gk_shop_and_buy','template','',0,'4.4','','http://update.joomlart.com/service/tracking/j31/gk_shop_and_buy.xml','https://www.joomlart.com/update-steps',''),(18376,5,0,'GK Siggi Template','','gk_siggi','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_siggi.xml','https://www.joomlart.com/update-steps',''),(18377,5,0,'GK Stora Template','','gk_stora','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/gk_stora.xml','https://www.joomlart.com/update-steps',''),(18378,5,0,'GK storefront ','','gk_storefront','template','',0,'4.5.0','','http://update.joomlart.com/service/tracking/j31/gk_storefront.xml','https://www.joomlart.com/update-steps',''),(18379,5,0,'GK technews','','gk_technews','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_technews.xml','https://www.joomlart.com/update-steps',''),(18380,5,0,'GK Wedding Template','','gk_wedding','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_wedding.xml','https://www.joomlart.com/update-steps',''),(18381,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(18382,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.5','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(18383,5,0,'Guru Search Module','','guru-search-module','module','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/guru-search-module.xml','https://www.joomlart.com/update-steps',''),(18384,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(18385,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(18386,5,0,'JA Allure Template','','ja_allure','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_allure.xml','https://www.joomlart.com/update-steps',''),(18387,5,0,'JA Alpha Template','','ja_alpha','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_alpha.xml','https://www.joomlart.com/update-steps',''),(18388,5,0,'JA Alumni Template','','ja_alumni','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_alumni.xml','https://www.joomlart.com/update-steps',''),(18389,5,0,'JA Artsy Template','','ja_artsy','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_artsy.xml','https://www.joomlart.com/update-steps',''),(18390,5,0,'JA Atoms Template','','ja_atoms','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_atoms.xml','https://www.joomlart.com/update-steps',''),(18391,5,0,'JA Autoshop Source File','','ja_autoshop','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_autoshop.xml','https://www.joomlart.com/update-steps',''),(18392,5,0,'JA Beauty Source File','','ja_beauty','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_beauty.xml','https://www.joomlart.com/update-steps',''),(18393,5,0,'JA Biz Template','','ja_biz','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_biz.xml','https://www.joomlart.com/update-steps',''),(18394,5,0,'JA Blockk Template','','ja_blockk','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_blockk.xml','https://www.joomlart.com/update-steps',''),(18395,5,0,'ja boxing tpl','','ja_boxing','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/ja_boxing.xml','https://www.joomlart.com/update-steps',''),(18396,5,0,'JA Brickstore Template','','ja_brickstore','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_brickstore.xml','https://www.joomlart.com/update-steps',''),(18397,5,0,'JA Builder Package','','ja_builder_pkg','package','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_builder_pkg.xml','https://www.joomlart.com/update-steps',''),(18398,5,0,'JA Cagox template','','ja_cagox','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(18399,5,0,'JA Campaign Template','','ja_campaign','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_campaign.xml','https://www.joomlart.com/update-steps',''),(18400,5,0,'JA Candidate Template','','ja_candidate','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_candidate.xml','https://www.joomlart.com/update-steps',''),(18401,5,0,'JA Charity template','','ja_charity','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_charity.xml','https://www.joomlart.com/update-steps',''),(18402,5,0,'JA City Guide Template','','ja_cityguide','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/ja_cityguide.xml','https://www.joomlart.com/update-steps',''),(18403,5,0,'JA Company Template','','ja_company','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(18404,5,0,'JA Conf Template','','ja_conf','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_conf.xml','https://www.joomlart.com/update-steps',''),(18405,5,0,'JA Diner Template','','ja_diner','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_diner.xml','https://www.joomlart.com/update-steps',''),(18406,5,0,'JA Directory Template','','ja_directory','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(18407,5,0,'JA Donate Template','','ja_donate','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(18408,5,0,'JA Edenite II Template','','ja_edenite_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_edenite_ii.xml','https://www.joomlart.com/update-steps',''),(18409,5,0,'JA Educatsy Template','','ja_educatsy','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_educatsy.xml','https://www.joomlart.com/update-steps',''),(18410,5,0,'JA Ego Template','','ja_ego','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_ego.xml','https://www.joomlart.com/update-steps',''),(18411,5,0,'JA Elicyon Template','','ja_elicyon','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_elicyon.xml','https://www.joomlart.com/update-steps',''),(18412,5,0,'JA EventCamp Template','','ja_eventcamp','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_eventcamp.xml','https://www.joomlart.com/update-steps',''),(18413,5,0,'JA Events II template','','ja_events_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_events_ii.xml','https://www.joomlart.com/update-steps',''),(18414,5,0,'JA Festival Template','','ja_festival','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/ja_festival.xml','https://www.joomlart.com/update-steps',''),(18415,5,0,'JA Fit Template','','ja_fit','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_fit.xml','https://www.joomlart.com/update-steps',''),(18416,5,0,'ja flix tpl','','ja_flix','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_flix.xml','https://www.joomlart.com/update-steps',''),(18417,5,0,'JA Focus Template','','ja_focus','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_focus.xml','https://www.joomlart.com/update-steps',''),(18418,5,0,'JA Good Template','','ja_good','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_good.xml','https://www.joomlart.com/update-steps',''),(18419,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(18420,5,0,'JA Helple Template','','ja_helple','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_helple.xml','https://www.joomlart.com/update-steps',''),(18421,5,0,'JA Hotel Template','','ja_hotel','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_hotel.xml','https://www.joomlart.com/update-steps',''),(18422,5,0,'JA Insight Template','','ja_insight','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_insight.xml','https://www.joomlart.com/update-steps',''),(18423,5,0,'JA Intranet Template','','ja_intranet','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(18424,5,0,'ja Justitia Template','','ja_justitia','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_justitia.xml','https://www.joomlart.com/update-steps',''),(18425,5,0,'JA Kids Corner Source File','','ja_kidscorner','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_kidscorner.xml','https://www.joomlart.com/update-steps',''),(18426,5,0,'JA Landscape Template','','ja_landscape','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_landscape.xml','https://www.joomlart.com/update-steps',''),(18427,5,0,'JA Lawfirm Template ','','ja_lawfirm','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_lawfirm.xml','https://www.joomlart.com/update-steps',''),(18428,5,0,'JA Magz II Template','','ja_magz_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_magz_ii.xml','https://www.joomlart.com/update-steps',''),(18429,5,0,'JA Mason Template','','ja_mason','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mason.xml','https://www.joomlart.com/update-steps',''),(18430,5,0,'JA Megastore Template','','ja_megastore','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(18431,5,0,'JA Mono Template','','ja_mono','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mono.xml','https://www.joomlart.com/update-steps',''),(18432,5,0,'JA Mood Template','','ja_mood','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(18433,5,0,'JA Morgan Template','','ja_morgan','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_morgan.xml','https://www.joomlart.com/update-steps',''),(18434,5,0,'JA Moviemax Template','','ja_moviemax','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_moviemax.xml','https://www.joomlart.com/update-steps',''),(18435,5,0,'JA Oslo Template','','ja_oslo','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_oslo.xml','https://www.joomlart.com/update-steps',''),(18436,5,0,'JA Platon Template','','ja_platon','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon.xml','https://www.joomlart.com/update-steps',''),(18437,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(18438,5,0,'JA Play School Template','','ja_playschool','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_playschool.xml','https://www.joomlart.com/update-steps',''),(18439,5,0,'JA Playstore Template','','ja_playstore','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(18440,5,0,'ja prodex tpl','','ja_prodex','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_prodex.xml','https://www.joomlart.com/update-steps',''),(18441,5,0,'JA Property Template','','ja_property','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(18442,5,0,'JA Rent template','','ja_rent','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_rent.xml','https://www.joomlart.com/update-steps',''),(18443,5,0,'JA Resort Template','','ja_resort','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_resort.xml','https://www.joomlart.com/update-steps',''),(18444,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(18445,5,0,'JA Resume Template','','ja_resume','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_resume.xml','https://www.joomlart.com/update-steps',''),(18446,5,0,'JA Sensei Source File','','ja_sensei','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_sensei.xml','https://www.joomlart.com/update-steps',''),(18447,5,0,'JA Shoe Template','','ja_shoe','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_shoe.xml','https://www.joomlart.com/update-steps',''),(18448,5,0,'JA Simpli Template','','ja_simpli','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/ja_simpli.xml','https://www.joomlart.com/update-steps',''),(18449,5,0,'JA Smallbiz Template','','ja_smallbiz','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_smallbiz.xml','https://www.joomlart.com/update-steps',''),(18450,5,0,'JA Social II template','','ja_social_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_social_ii.xml','https://www.joomlart.com/update-steps',''),(18451,5,0,'JA Spa Template','','ja_spa','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_spa.xml','https://www.joomlart.com/update-steps',''),(18452,5,0,'JA Space Template','','ja_space','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_space.xml','https://www.joomlart.com/update-steps',''),(18453,5,0,'JA Stark Template','','ja_stark','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(18454,5,0,'JA Symphony Template','','ja_symphony','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_symphony.xml','https://www.joomlart.com/update-steps',''),(18455,5,0,'JA Techzone Template','','ja_techzone','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_techzone.xml','https://www.joomlart.com/update-steps',''),(18456,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'2.1.3','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(18457,5,0,'ja titan tpl','','ja_titan','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_titan.xml','https://www.joomlart.com/update-steps',''),(18458,5,0,'JA Tour Template','','ja_tour','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_tour.xml','https://www.joomlart.com/update-steps',''),(18459,5,0,'ja trip tpl','','ja_trip','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_trip.xml','https://www.joomlart.com/update-steps',''),(18460,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(18461,5,0,'JA University T3 template','','ja_university_t3','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(18462,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(18463,5,0,'JA Vital Template','','ja_vital','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_vital.xml','https://www.joomlart.com/update-steps',''),(18464,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(18465,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(18466,5,0,'JS Column Theme','','js_column','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_column.xml','https://www.joomlart.com/update-steps',''),(18467,5,0,'JS Flat Theme','','js_flat','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_flat.xml','https://www.joomlart.com/update-steps',''),(18468,5,0,'JS Kikiriki Theme','','js_kikiriki','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_kikiriki.xml','https://www.joomlart.com/update-steps',''),(18469,5,0,'JS Shadow Theme','','js_shadow','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_shadow.xml','https://www.joomlart.com/update-steps',''),(18470,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(18471,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(18472,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(18473,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(18474,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(18475,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(18476,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(18477,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(18478,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(18479,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(18480,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(18481,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(18482,5,0,'Community Toolbar Module','','mod_community_toolbar','module','',0,'4.8.0','','http://update.joomlart.com/service/tracking/j31/mod_community_toolbar.xml','https://www.joomlart.com/update-steps',''),(18483,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(18484,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(18485,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(18486,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(18487,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(18488,5,0,'GK Register Module ','','mod_gk_register','module','',0,'1.3','','http://update.joomlart.com/service/tracking/j31/mod_gk_register.xml','https://www.joomlart.com/update-steps',''),(18489,5,0,'Metro Grid GK5','','mod_grid_gk5','module','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j31/mod_grid_gk5.xml','https://www.joomlart.com/update-steps',''),(18490,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.8.2','','http://update.joomlart.com/service/tracking/j31/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(18491,5,0,'JA Weather Module','','mod_ja_weather','module','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/mod_ja_weather.xml','https://www.joomlart.com/update-steps',''),(18492,5,0,'JA Finance Module','','mod_jafinance','module','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/mod_jafinance.xml','https://www.joomlart.com/update-steps',''),(18493,5,0,'JA Google Analytics','','mod_jagoogle_analytics','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/mod_jagoogle_analytics.xml','https://www.joomlart.com/update-steps',''),(18494,5,0,'JA Masthead Module ','','mod_jamasthead','module','',0,'1.2.2','','http://update.joomlart.com/service/tracking/j31/mod_jamasthead.xml','https://www.joomlart.com/update-steps',''),(18495,5,0,'JA Megafilter Module','','mod_jamegafilter','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(18496,5,0,'JA Promo Bar module','','mod_japromobar','module','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/mod_japromobar.xml','https://www.joomlart.com/update-steps',''),(18497,5,0,'GK News Pro GK4 Module','','mod_news_pro_gk4','module','',0,'3.5.0','','http://update.joomlart.com/service/tracking/j31/mod_news_pro_gk4.xml','https://www.joomlart.com/update-steps',''),(18498,5,0,'News Pro GK5','','mod_news_pro_gk5','module','',0,'2.2.1','','http://update.joomlart.com/service/tracking/j31/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(18499,5,0,'S5 Box Module','','mod_s5_box','module','',0,'6.2.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_box.xml','https://www.joomlart.com/update-steps',''),(18500,5,0,'S5 Contact Popup Module','','mod_s5_contact_popup','module','',0,'1.6.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_contact_popup.xml','https://www.joomlart.com/update-steps',''),(18501,5,0,'S5 Horizontal Accordion Module','','mod_s5_horizontal_accordion','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_horizontal_accordion.xml','https://www.joomlart.com/update-steps',''),(18502,5,0,'S5 Image Content Fader v4 Module','','mod_s5_image_and_content_faderv4','module','',0,'4.5.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_image_and_content_faderv4.xml','https://www.joomlart.com/update-steps',''),(18503,5,0,'S5 Instagram Feed Module','','mod_s5_instagram_feed','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/mod_s5_instagram_feed.xml','https://www.joomlart.com/update-steps',''),(18504,5,0,'S5 Live Search Module','','mod_s5_live_search','module','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/mod_s5_live_search.xml','https://www.joomlart.com/update-steps',''),(18505,5,0,'S5 Mailchimp Signup Module','','mod_s5_mailchimp_signup','module','',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_mailchimp_signup.xml','https://www.joomlart.com/update-steps',''),(18506,5,0,'S5 Masonry Module','','mod_s5_masonry','module','',0,'3.1.2','','http://update.joomlart.com/service/tracking/j31/mod_s5_masonry.xml','https://www.joomlart.com/update-steps',''),(18507,5,0,'S5 News Display 2 Module','','mod_s5_news_display_2','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_news_display_2.xml','https://www.joomlart.com/update-steps',''),(18508,5,0,'S5 New Sticker V3 Module','','mod_s5_newstickerv3','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_newstickerv3.xml','https://www.joomlart.com/update-steps',''),(18509,5,0,'S5 Open Table Module','','mod_s5_opentable','module','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_opentable.xml','https://www.joomlart.com/update-steps',''),(18510,5,0,'S5 Photo Showcase V2 Module','','mod_s5_photo_showcase_v2','module','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/mod_s5_photo_showcase_v2.xml','https://www.joomlart.com/update-steps',''),(18511,5,0,'S5 Quick Contact Module','','mod_s5_quick_contact','module','',0,'4.4.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_quick_contact.xml','https://www.joomlart.com/update-steps',''),(18512,5,0,'S5 Register Module','','mod_s5_register','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_register.xml','https://www.joomlart.com/update-steps',''),(18513,5,0,'S5 Snipcart Module','','mod_s5_snipcart','module','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_snipcart.xml','https://www.joomlart.com/update-steps',''),(18514,5,0,'S5 Tab Show v3 Module','','mod_s5_tab_show','module','',0,'3.4.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_tab_show.xml','https://www.joomlart.com/update-steps',''),(18515,5,0,'S5 Tab Show v2 Module','','mod_s5_tabshow_v2','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_tabshow_v2.xml','https://www.joomlart.com/update-steps',''),(18516,5,0,'S5 Typed Text Module','','mod_s5_typed_text','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_typed_text.xml','https://www.joomlart.com/update-steps',''),(18517,5,0,'S5 Vertical Accordion Module','','mod_s5_vertical_accordion','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_vertical_accordion.xml','https://www.joomlart.com/update-steps',''),(18518,5,0,'S5 Mapit Module','','mod_s5mapit','module','',0,'1.9.0','','http://update.joomlart.com/service/tracking/j31/mod_s5mapit.xml','https://www.joomlart.com/update-steps',''),(18519,5,0,'GK Tabs GK5 Module','','mod_tabs_gk5','module','',0,'2.3','','http://update.joomlart.com/service/tracking/j31/mod_tabs_gk5.xml','https://www.joomlart.com/update-steps',''),(18520,5,0,'JB ZenTools Module','','mod_zentools','module','',0,'1.14.7','','http://update.joomlart.com/service/tracking/j31/mod_zentools.xml','https://www.joomlart.com/update-steps',''),(18521,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(18522,5,0,'Adagency Package','','pkg_adagency','package','',0,'7.1.1','','http://update.joomlart.com/service/tracking/j31/pkg_adagency.xml','https://www.joomlart.com/update-steps',''),(18523,5,0,'Plugin Ajax JA Content Type','','jacontenttype','plugin','ajax',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plg_ajax_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(18524,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(18525,5,0,'GK PLG Authentication Facebook','','facebook','plugin','authentication',0,'1.4','','http://update.joomlart.com/service/tracking/j31/plg_authentication_facebook.xml','https://www.joomlart.com/update-steps',''),(18526,5,0,'T4 Content Load PageBuilder','','loadt4pagebuilder','plugin','content',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/plg_content_loadt4pagebuilder.xml','https://www.joomlart.com/update-steps',''),(18527,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(18528,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(18529,5,0,'GK Typography Plugin','','typography','plugin','gk',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_gk_typography.xml','https://www.joomlart.com/update-steps',''),(18530,5,0,'JA GDPR Custom Plugin','','custom','plugin','jagdpr',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jagdpr_custom.xml','https://www.joomlart.com/update-steps',''),(18531,5,0,'JA GDPR Joomla Plugin','','joomla','plugin','jagdpr',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jagdpr_joomla.xml','https://www.joomlart.com/update-steps',''),(18532,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(18533,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'2.0.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(18534,5,0,'JA Megafilter DOCman Plugin','','docman','plugin','jamegafilter',0,'2.0.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_docman.xml','https://www.joomlart.com/update-steps',''),(18535,5,0,'JA Megafilter EShop Plugin','','eshop','plugin','jamegafilter',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(18536,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(18537,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(18538,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'2.0.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(18539,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(18540,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(18541,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.7','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(18542,5,0,'GK Extmenu system plugin','','gkextmenu','plugin','sys',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_sys_gkextmenu.xml','https://www.joomlart.com/update-steps',''),(18543,5,0,'GK Reservation system plugin','','gkreservation','plugin','sys',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_sys_gkreservation.xml','https://www.joomlart.com/update-steps',''),(18544,5,0,'Gavick Framework','','gavick','plugin','system',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_gavick.xml','https://www.joomlart.com/update-steps',''),(18545,5,0,'System JA Campaign','','jacampaign','plugin','system',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/plg_system_jacampaign.xml','https://www.joomlart.com/update-steps',''),(18546,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(18547,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(18548,5,0,'T4 System Plugin ','','t4','plugin','system',0,'2.4.5','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(18549,5,0,'S5 Css And Js Compressor Plugin','','plugin_s5_css_and_js_compressor','plugin','plugin_s5_css_and_js',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_css_and_js_compressor.xml','https://www.joomlart.com/update-steps',''),(18550,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(18551,5,0,'S5 Flex Menu Plugin','','plugin_s5_flex_menu','plugin','plugin_s5_flex_menu',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_flex_menu.xml','https://www.joomlart.com/update-steps',''),(18552,5,0,'S5 Ie6 Warning Plugin','','plugin_s5_ie6_warning','plugin','plugin_s5_ie6_warnin',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_ie6_warning.xml','https://www.joomlart.com/update-steps',''),(18553,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(18554,5,0,'Purity III Template','','purity_iii','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(18555,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(18556,5,0,'JS Socialize template','','socialize','template','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/socialize.xml','https://www.joomlart.com/update-steps',''),(18557,5,0,'T4 Pagebuilder Package','','t4_page_builder_pkg','package','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/t4_page_builder_pkg.xml','https://www.joomlart.com/update-steps',''),(18558,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(18559,5,0,'T4 Blank Template Bs5','','t4_bs5_blank','template','',0,'1.2.4','','http://update.joomlart.com/service/tracking/j31/tpl_t4_bs5_blank.xml','https://www.joomlart.com/update-steps',''),(18560,5,0,'Sample package for Uber App','','uber_app','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_app.xml','https://www.joomlart.com/update-steps',''),(18561,5,0,'Sample package for Uber Bookstore','','uber_bookstore','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_bookstore.xml','https://www.joomlart.com/update-steps',''),(18562,5,0,'Sample package for Uber Business','','uber_business','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_business.xml','https://www.joomlart.com/update-steps',''),(18563,5,0,'Sample package for Uber Charity','','uber_charity','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_charity.xml','https://www.joomlart.com/update-steps',''),(18564,5,0,'Sample package for Uber Church','','uber_church','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_church.xml','https://www.joomlart.com/update-steps',''),(18565,5,0,'Sample package for Uber Construction','','uber_construction','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_construction.xml','https://www.joomlart.com/update-steps',''),(18566,5,0,'Sample package for Uber Corporate','','uber_corporate','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_corporate.xml','https://www.joomlart.com/update-steps',''),(18567,5,0,'Sample package for Uber Gym','','uber_gym','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_gym.xml','https://www.joomlart.com/update-steps',''),(18568,5,0,'Sample package for Uber Home','','uber_home','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_home.xml','https://www.joomlart.com/update-steps',''),(18569,5,0,'Sample package for Uber Landing ','','uber_landing','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_landing.xml','https://www.joomlart.com/update-steps',''),(18570,5,0,'Sample package for Uber Lawyer','','uber_lawyer','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_lawyer.xml','https://www.joomlart.com/update-steps',''),(18571,5,0,'Sample package for Uber Medicare','','uber_medicare','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_medicare.xml','https://www.joomlart.com/update-steps',''),(18572,5,0,'Sample package for Uber Music','','uber_music','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_music.xml','https://www.joomlart.com/update-steps',''),(18573,5,0,'Sample package for Uber Restaurant','','uber_restaurant','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_restaurant.xml','https://www.joomlart.com/update-steps',''),(18574,5,0,'Sample package for Uber Spa','','uber_spa','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_spa.xml','https://www.joomlart.com/update-steps',''),(18575,5,0,'Sample package for Uber University','','uber_university','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_university.xml','https://www.joomlart.com/update-steps',''),(18576,5,0,'Sample package for Uber Wedding','','uber_wedding','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_wedding.xml','https://www.joomlart.com/update-steps',''),(18577,9,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com/joomla/138/b61e70db','',''),(18578,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/138/2084920890','',''),(18579,9,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com/joomla/286/21ffe006','',''),(18580,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/286/326466299','',''),(18581,9,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com/joomla/287/cb577720','',''),(18582,9,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com/joomla/301/dfc993d8','',''),(18583,9,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(18584,9,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com/joomla/313/1985305838','',''),(18585,9,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/313/1307741342','',''),(18586,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com/joomla/313/1301311221','',''),(18587,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','https://updates.rockettheme.com/joomla/313/2049982768','',''),(18588,9,0,'RokCheck (Template Version Check)','','','module','',1,'1.0.1','0802','https://updates.rockettheme.com/joomla/381/791616223','',''),(18589,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/381/337128173','',''),(18590,9,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/559/1033ef39','',''),(18591,10,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.11.20241016','','http://getk2.org/update.xml','https://github.com/getk2/k2/blob/master/CHANGELOG.md',''),(18592,15,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.11.20241016','','http://getk2.org/app/update.xml','https://github.com/getk2/k2/blob/master/CHANGELOG.md',''),(18593,16,0,'Regular Labs - Modules Anywhere','','modulesanywhere','plugin','system',0,'7.18.0','','https://download.regularlabs.com/updates.xml?e=modulesanywhere&type=.xml','https://www.regularlabs.com/modulesanywhere/download',''),(18594,17,0,'JCE 2.9.41','','pkg_jce','package','',0,'2.9.41','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-41-released',''),(18595,18,0,'SCLogin','','mod_sclogin','module','',0,'9.0.244','','http://www.sourcecoast.com/updates/sclogin.xml','https://www.sourcecoast.com/index.php?option=com_ars&view=Items&release_id=265&format=html',''),(18596,19,0,'T3 System Plugin','','t3','plugin','system',0,'3.2.3','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(18597,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18598,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18599,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18600,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18601,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18602,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18603,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18604,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18605,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18606,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18607,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18608,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18609,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18610,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18611,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18612,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18613,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18614,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(18615,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(18616,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(18617,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(18618,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(18619,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(18620,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(18621,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(18622,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(18623,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(18624,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(18625,3,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(18626,3,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(18627,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(18628,3,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(18629,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(18630,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(18631,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(18632,3,0,'French','','pkg_fr-FR','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(18633,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(18634,3,0,'German','','pkg_de-DE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(18635,3,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(18636,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(18637,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(18638,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(18639,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(18640,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.12.2','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(18641,3,0,'Irish','','pkg_ga-IE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ga-IE_details.xml','',''),(18642,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(18643,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(18644,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(18645,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(18646,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(18647,3,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.12.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(18648,3,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(18649,3,0,'Polish','','pkg_pl-PL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(18650,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(18651,3,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.10.12.3','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(18652,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(18653,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(18654,3,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(18655,3,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(18656,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(18657,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(18658,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(18659,3,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(18660,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(18661,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(18662,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(18663,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(18664,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(18665,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(18666,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(18667,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(18668,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(18669,5,0,'JA Extension Manager Component','','com_jaextmanager','component','',1,'2.7.5','','http://update.joomlart.com/service/tracking/j16/com_jaextmanager.xml','https://www.joomlart.com/update-steps',''),(18670,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.4.0','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(18671,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'2.0.5','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(18672,5,0,'JA Appolio Theme for EasyBlog','','easyblog_theme_appolio','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_appolio.xml','https://www.joomlart.com/update-steps',''),(18673,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(18674,5,0,'JA Biz Theme for EasyBlog','','easyblog_theme_biz','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_biz.xml','https://www.joomlart.com/update-steps',''),(18675,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(18676,5,0,'JA Decor Theme for EasyBlog','','easyblog_theme_decor','custom','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_decor.xml','https://www.joomlart.com/update-steps',''),(18677,5,0,'Theme Fixel for Easyblog J25 & J3x','','easyblog_theme_fixel','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_fixel.xml','https://www.joomlart.com/update-steps',''),(18678,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(18679,5,0,'JA Muzic Theme for EasyBlog','','easyblog_theme_muzic','custom','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_muzic.xml','https://www.joomlart.com/update-steps',''),(18680,5,0,'JA Obelisk Theme for EasyBlog','','easyblog_theme_obelisk','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_obelisk.xml','https://www.joomlart.com/update-steps',''),(18681,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(18682,5,0,'JA Bookshop Template','','ja_bookshop','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_bookshop.xml','https://www.joomlart.com/update-steps',''),(18683,5,0,'JA Brisk Template for J25 & J3x','','ja_brisk','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_brisk.xml','https://www.joomlart.com/update-steps',''),(18684,5,0,'JA Decor Template','','ja_decor','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j16/ja_decor.xml','https://www.joomlart.com/update-steps',''),(18685,5,0,'JA Fubix Template for J25 & J3x','','ja_fubix','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_fubix.xml','https://www.joomlart.com/update-steps',''),(18686,5,0,'JA Jason template','','ja_jason','template','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/ja_jason.xml','https://www.joomlart.com/update-steps',''),(18687,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(18688,5,0,'JA Medicare Template','','ja_medicare','template','',0,'3.0.1','','http://update.joomlart.com/service/tracking/j16/ja_medicare.xml','https://www.joomlart.com/update-steps',''),(18689,5,0,'JA Mero Template for J25 & J3x','','ja_mero','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_mero.xml','https://www.joomlart.com/update-steps',''),(18690,5,0,'JA Mitius Template','','ja_mitius','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j16/ja_mitius.xml','https://www.joomlart.com/update-steps',''),(18691,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(18692,5,0,'JA Nuevo template','','ja_nuevo','template','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/ja_nuevo.xml','https://www.joomlart.com/update-steps',''),(18693,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(18694,5,0,'JA Playmag Template','','ja_playmag','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j16/ja_playmag.xml','https://www.joomlart.com/update-steps',''),(18695,5,0,'JA Smashboard Template','','ja_smashboard','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_smashboard.xml','https://www.joomlart.com/update-steps',''),(18696,5,0,'JA Sugite Template','','ja_sugite','template','',0,'2.1.3','','http://update.joomlart.com/service/tracking/j16/ja_sugite.xml','https://www.joomlart.com/update-steps',''),(18697,5,0,'JA Travel Template for Joomla 3x','','ja_travel','template','',0,'2.5.7','','http://update.joomlart.com/service/tracking/j16/ja_travel.xml','https://www.joomlart.com/update-steps',''),(18698,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(18699,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(18700,5,0,'Kunena Template for Ja Orisite','','kunena_theme_orisite','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/kunena_theme_orisite.xml','https://www.joomlart.com/update-steps',''),(18701,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.4.2','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(18702,5,0,'JA Accordion Module','','mod_jaaccordion','module','',0,'2.6.3','','http://update.joomlart.com/service/tracking/j16/mod_jaaccordion.xml','https://www.joomlart.com/update-steps',''),(18703,5,0,'JA Content Listing Module','','mod_jacontentlisting','module','',0,'1.2.9','','http://update.joomlart.com/service/tracking/j16/mod_jacontentlisting.xml','https://www.joomlart.com/update-steps',''),(18704,5,0,'JA Content Slider Module','','mod_jacontentslider','module','',0,'2.7.7','','http://update.joomlart.com/service/tracking/j16/mod_jacontentslider.xml','https://www.joomlart.com/update-steps',''),(18705,5,0,'JA Facebook Like Box Module','','mod_jafacebooklikebox','module','',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/mod_jafacebooklikebox.xml','https://www.joomlart.com/update-steps',''),(18706,5,0,'JA Google chart 2','','mod_jagooglechart_2','module','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j16/mod_jagooglechart_2.xml','https://www.joomlart.com/update-steps',''),(18707,5,0,'JA Image Hotspot Module','','mod_jaimagehotspot','module','',0,'1.3.2','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(18708,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.4.0','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(18709,5,0,'JA Login module','','mod_jalogin','module','',0,'2.9.1','','http://update.joomlart.com/service/tracking/j16/mod_jalogin.xml','https://www.joomlart.com/update-steps',''),(18710,5,0,'JA Masthead Module ','','mod_jamasthead','module','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j16/mod_jamasthead.xml','https://www.joomlart.com/update-steps',''),(18711,5,0,'JA Newsticker Module for J3x','','mod_janewsticker','module','',0,'2.6.3','','http://update.joomlart.com/service/tracking/j16/mod_janewsticker.xml','https://www.joomlart.com/update-steps',''),(18712,5,0,'JA Quick Contact Module','','mod_jaquickcontact','module','',0,'2.8.0','','http://update.joomlart.com/service/tracking/j16/mod_jaquickcontact.xml','https://www.joomlart.com/update-steps',''),(18713,5,0,'JA SideNews Module ','','mod_jasidenews','module','',0,'2.6.9','','http://update.joomlart.com/service/tracking/j16/mod_jasidenews.xml','https://www.joomlart.com/update-steps',''),(18714,5,0,'JA Slideshow Lite Module ','','mod_jaslideshowlite','module','',0,'1.2.9','','http://update.joomlart.com/service/tracking/j16/mod_jaslideshowlite.xml','https://www.joomlart.com/update-steps',''),(18715,5,0,'JA Social Locker module','','mod_jasocial_locker','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/mod_jasocial_locker.xml','https://www.joomlart.com/update-steps',''),(18716,5,0,'JA Twitter Module','','mod_jatwitter','module','',0,'3.1.0','','http://update.joomlart.com/service/tracking/j16/mod_jatwitter.xml','https://www.joomlart.com/update-steps',''),(18717,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(18718,5,0,'S5 Accordion Menu Module','','mod_s5_accordion_menu','module','',0,'2.4.0','','http://update.joomlart.com/service/tracking/j16/mod_s5_accordion_menu.xml','https://www.joomlart.com/update-steps',''),(18719,5,0,'JA Disqus Debate Echo plugin','','debate_echo','plugin','jadisqus',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/plg_jadisqus_debate_echo.xml','https://www.joomlart.com/update-steps',''),(18720,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'2.0.5','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(18721,5,0,'Multi Captcha Engine Plugin','','captcha_engine','plugin','multiple',0,'2.6.1','','http://update.joomlart.com/service/tracking/j16/plg_multiple_captcha_engine.xml','https://www.joomlart.com/update-steps',''),(18722,5,0,'JA Builder System Plugin','','jabuilder','plugin','system',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/plg_system_jabuilder.xml','https://www.joomlart.com/update-steps',''),(18723,5,0,'JA System Google Map plugin','','jagooglemap','plugin','system',0,'2.8.1','','http://update.joomlart.com/service/tracking/j16/plg_system_jagooglemap.xml','https://www.joomlart.com/update-steps',''),(18724,5,0,'JA Popup Plugin','','japopup','plugin','system',0,'3.0.0','','http://update.joomlart.com/service/tracking/j16/plg_system_japopup.xml','https://www.joomlart.com/update-steps',''),(18725,5,0,'JA System Social Feed Plugin','','jasocial_feed','plugin','system',0,'1.6.1','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(18726,5,0,'JA Tabs Plugin for Joomla 3 & Joomla 4','','jatabs','plugin','system',0,'2.8.0','','http://update.joomlart.com/service/tracking/j16/plg_system_jatabs.xml','https://www.joomlart.com/update-steps',''),(18727,5,0,'T3 System Plugin','','t3','plugin','system',0,'3.2.3','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','https://www.joomlart.com/update-steps',''),(18728,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(18729,5,0,'Uber Template','','uber','template','',0,'3.1.0','','http://update.joomlart.com/service/tracking/j16/uber.xml','https://www.joomlart.com/update-steps',''),(18730,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(18731,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.9','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(18732,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(18733,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(18734,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(18735,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.9.5','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(18736,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(18737,5,0,'GK bluap','','gk_bluap','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_bluap.xml','https://www.joomlart.com/update-steps',''),(18738,5,0,'GK Box Template','','gk_box','template','',0,'2.1.4','','http://update.joomlart.com/service/tracking/j30/gk_box.xml','https://www.joomlart.com/update-steps',''),(18739,5,0,'GK cloudhost J!3','','gk_cloudhost','template','',0,'4.3','','http://update.joomlart.com/service/tracking/j30/gk_cloudhost.xml','https://www.joomlart.com/update-steps',''),(18740,5,0,'GK Creativity','','gk_creativity','template','',0,'4.2.3','','http://update.joomlart.com/service/tracking/j30/gk_creativity.xml','https://www.joomlart.com/update-steps',''),(18741,5,0,'GK events J!3','','gk_events','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_events.xml','https://www.joomlart.com/update-steps',''),(18742,5,0,'GK game J!3','','gk_game','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_game.xml','https://www.joomlart.com/update-steps',''),(18743,5,0,'GK hotel','','gk_hotel','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(18744,5,0,'GK instyle','','gk_instyle','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_instyle.xml','https://www.joomlart.com/update-steps',''),(18745,5,0,'GK john s J!3','','gk_john_s','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_john_s.xml','https://www.joomlart.com/update-steps',''),(18746,5,0,'GK magazine','','gk_magazine','template','',0,'4.3','','http://update.joomlart.com/service/tracking/j30/gk_magazine.xml','https://www.joomlart.com/update-steps',''),(18747,5,0,'GK mo J!3','','gk_mo','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_mo.xml','https://www.joomlart.com/update-steps',''),(18748,5,0,'GK msocial J!3','','gk_msocial','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_msocial.xml','https://www.joomlart.com/update-steps',''),(18749,5,0,'GK musicstate','','gk_musicstate','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_musicstate.xml','https://www.joomlart.com/update-steps',''),(18750,5,0,'GK news J!3','','gk_news','template','',0,'4.3.1','','http://update.joomlart.com/service/tracking/j30/gk_news.xml','https://www.joomlart.com/update-steps',''),(18751,5,0,'GK news2 J!3','','gk_news2','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_news2.xml','https://www.joomlart.com/update-steps',''),(18752,5,0,'GK news refreshed J!3','','gk_news_refreshed','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_news_refreshed.xml','https://www.joomlart.com/update-steps',''),(18753,5,0,'GK photo J!3','','gk_photo','template','',0,'4.2.2','','http://update.joomlart.com/service/tracking/j30/gk_photo.xml','https://www.joomlart.com/update-steps',''),(18754,5,0,'GK portfolio J!3','','gk_portfolio','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j30/gk_portfolio.xml','https://www.joomlart.com/update-steps',''),(18755,5,0,'GK rockwall','','gk_rockwall','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_rockwall.xml','https://www.joomlart.com/update-steps',''),(18756,5,0,'GK Shop & Buy Template','','gk_shop_and_buy','template','',0,'4.3.1','','http://update.joomlart.com/service/tracking/j30/gk_shop_and_buy.xml','https://www.joomlart.com/update-steps',''),(18757,5,0,'GK simplicity J!3','','gk_simplicity','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_simplicity.xml','https://www.joomlart.com/update-steps',''),(18758,5,0,'GK steakhouse J!3','','gk_steakhouse','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_steakhouse.xml','https://www.joomlart.com/update-steps',''),(18759,5,0,'GK storebox J!3','','gk_storebox','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_storebox.xml','https://www.joomlart.com/update-steps',''),(18760,5,0,'GK storefront J!3','','gk_storefront','template','',0,'4.4','','http://update.joomlart.com/service/tracking/j30/gk_storefront.xml','https://www.joomlart.com/update-steps',''),(18761,5,0,'GK technews J!3','','gk_technews','template','',0,'2.0.5','','http://update.joomlart.com/service/tracking/j30/gk_technews.xml','https://www.joomlart.com/update-steps',''),(18762,5,0,'GK university','','gk_university','template','',0,'4.1.3','','http://update.joomlart.com/service/tracking/j30/gk_university.xml','https://www.joomlart.com/update-steps',''),(18763,5,0,'GK writer J!3','','gk_writer','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_writer.xml','https://www.joomlart.com/update-steps',''),(18764,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(18765,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(18766,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(18767,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(18768,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(18769,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(18770,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(18771,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(18772,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(18773,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(18774,5,0,'Metro Grid GK5','','mod_grid_gk5','module','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j30/mod_grid_gk5.xml','https://www.joomlart.com/update-steps',''),(18775,5,0,'Highlighter GK5 Module','','mod_highlighter_gk5','module','',0,'1.2.4','','http://update.joomlart.com/service/tracking/j30/mod_highlighter_gk5.xml','https://www.joomlart.com/update-steps',''),(18776,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.7.6','','http://update.joomlart.com/service/tracking/j30/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(18777,5,0,'News Pro GK5 J!3','','mod_news_pro_gk5','module','',0,'2.1.5','','http://update.joomlart.com/service/tracking/j30/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(18778,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.8','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(18779,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(18780,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(18781,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(18782,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(18783,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(18784,5,0,'GK Opengraph system plugin','','gk_opengraph','plugin','sys',0,'1.0.2','','http://update.joomlart.com/service/tracking/j30/plg_sys_gk_opengraph.xml','https://www.joomlart.com/update-steps',''),(18785,5,0,'GK Cache system plugin','','gkcache','plugin','sys',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_sys_gkcache.xml','https://www.joomlart.com/update-steps',''),(18786,5,0,'GK Extmenu system plugin','','gkextmenu','plugin','sys',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/plg_sys_gkextmenu.xml','https://www.joomlart.com/update-steps',''),(18787,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(18788,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.3.2','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(18789,5,0,'S5 Amazed Photography Template','','Shape5_amazed_photography_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_amazed_photography_template.xml','https://www.joomlart.com/update-steps',''),(18790,5,0,'S5 Ambient Template','','Shape5_ambient_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_ambient_template.xml','https://www.joomlart.com/update-steps',''),(18791,5,0,'S5 Ameritage Medical Template','','Shape5_ameritage_medical_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ameritage_medical_template.xml','https://www.joomlart.com/update-steps',''),(18792,5,0,'S5 Appwonder Template','','Shape5_appwonder_template','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/Shape5_appwonder_template.xml','https://www.joomlart.com/update-steps',''),(18793,5,0,'S5 Arthur Template','','Shape5_arthur_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_arthur_template.xml','https://www.joomlart.com/update-steps',''),(18794,5,0,'S5 Attractions Template','','Shape5_attractions_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_attractions_template.xml','https://www.joomlart.com/update-steps',''),(18795,5,0,'S5 Aurora Dawn Template','','Shape5_aurora_dawn_template','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_aurora_dawn_template.xml','https://www.joomlart.com/update-steps',''),(18796,5,0,'S5 Avignet Dream Template','','Shape5_avignet_dream_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_avignet_dream_template.xml','https://www.joomlart.com/update-steps',''),(18797,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(18798,5,0,'S5 Big Picture Template','','Shape5_bigpicture_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bigpicture_template.xml','https://www.joomlart.com/update-steps',''),(18799,5,0,'S5 Blogbox Template','','Shape5_blog_box_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_blog_box_template.xml','https://www.joomlart.com/update-steps',''),(18800,5,0,'S5 BlueGroup Template','','Shape5_bluegroup_template','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j31/Shape5_bluegroup_template.xml','https://www.joomlart.com/update-steps',''),(18801,5,0,'S5 Business Line Template','','Shape5_business_line_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_business_line_template.xml','https://www.joomlart.com/update-steps',''),(18802,5,0,'S5 Business Pro Template','','Shape5_business_pro_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_business_pro_template.xml','https://www.joomlart.com/update-steps',''),(18803,5,0,'S5 Callie Rush Template','','Shape5_callie_rush_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_callie_rush_template.xml','https://www.joomlart.com/update-steps',''),(18804,5,0,'S5 Campus Life Template','','Shape5_campuslife_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_campuslife_template.xml','https://www.joomlart.com/update-steps',''),(18805,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(18806,5,0,'S5 Charlestown Template','','Shape5_charlestown_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_charlestown_template.xml','https://www.joomlart.com/update-steps',''),(18807,5,0,'S5 Cleanout Template','','Shape5_cleanout_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cleanout_template.xml','https://www.joomlart.com/update-steps',''),(18808,5,0,'S5 Comaxium Template','','Shape5_comaxium_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_comaxium_template.xml','https://www.joomlart.com/update-steps',''),(18809,5,0,'S5 Compassion Template','','Shape5_compassion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_compassion_template.xml','https://www.joomlart.com/update-steps',''),(18810,5,0,'S5 Construction Template','','Shape5_construction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_construction_template.xml','https://www.joomlart.com/update-steps',''),(18811,5,0,'S5 Content King Template','','Shape5_contentking_template','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j31/Shape5_contentking_template.xml','https://www.joomlart.com/update-steps',''),(18812,5,0,'S5 Corporate Response Template','','Shape5_corporate_response_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corporate_response_template.xml','https://www.joomlart.com/update-steps',''),(18813,5,0,'S5 Corpway Template','','Shape5_corpway_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_corpway_template.xml','https://www.joomlart.com/update-steps',''),(18814,5,0,'S5 Cyan Template','','Shape5_cyan_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cyan_template.xml','https://www.joomlart.com/update-steps',''),(18815,5,0,'S5 Emma and Mason Template','','Shape5_emma_and_mason_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_emma_and_mason_template.xml','https://www.joomlart.com/update-steps',''),(18816,5,0,'S5 Emusica Template','','Shape5_emusica_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_emusica_template.xml','https://www.joomlart.com/update-steps',''),(18817,5,0,'S5 Eventfull Business Template','','Shape5_eventfull_business_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_eventfull_business_template.xml','https://www.joomlart.com/update-steps',''),(18818,5,0,'S5 Eventfull Template','','Shape5_eventfull_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_eventfull_template.xml','https://www.joomlart.com/update-steps',''),(18819,5,0,'S5 EZ Web Hosting Template','','Shape5_ezwebhosting_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ezwebhosting_template.xml','https://www.joomlart.com/update-steps',''),(18820,5,0,'S5 Fitness Center Template','','Shape5_fitness_center_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_fitness_center_template.xml','https://www.joomlart.com/update-steps',''),(18821,5,0,'S5 Forte Template','','Shape5_forte_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_forte_template.xml','https://www.joomlart.com/update-steps',''),(18822,5,0,'S5 Fresh Bistro Template','','Shape5_fresh_bistro_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_fresh_bistro_template.xml','https://www.joomlart.com/update-steps',''),(18823,5,0,'S5 Fusion Template','','Shape5_fusion_template','template','',0,'1.5.7','','http://update.joomlart.com/service/tracking/j31/Shape5_fusion_template.xml','https://www.joomlart.com/update-steps',''),(18824,5,0,'S5 Game World Template','','Shape5_game_world_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_game_world_template.xml','https://www.joomlart.com/update-steps',''),(18825,5,0,'S5 Gamers Template','','Shape5_gamers_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_gamers_template.xml','https://www.joomlart.com/update-steps',''),(18826,5,0,'S5 GCK Store Template','','Shape5_gck_store_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_gck_store_template.xml','https://www.joomlart.com/update-steps',''),(18827,5,0,'S5 General Commerce Template','','Shape5_general_commerce_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_general_commerce_template.xml','https://www.joomlart.com/update-steps',''),(18828,5,0,'S5 General Contractor Template','','Shape5_general_contractor_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_general_contractor_template.xml','https://www.joomlart.com/update-steps',''),(18829,5,0,'S5 GetReserved Template','','Shape5_getreserved_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_getreserved_template.xml','https://www.joomlart.com/update-steps',''),(18830,5,0,'S5 Health Guide Template','','Shape5_health_guide_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_health_guide_template.xml','https://www.joomlart.com/update-steps',''),(18831,5,0,'S5 Helion Template','','Shape5_helion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_helion_template.xml','https://www.joomlart.com/update-steps',''),(18832,5,0,'S5 Hexa Corp Template','','Shape5_hexa_corp_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_hexa_corp_template.xml','https://www.joomlart.com/update-steps',''),(18833,5,0,'S5 Hexicon Gamer Template','','Shape5_hexicon_gamer_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_hexicon_gamer_template.xml','https://www.joomlart.com/update-steps',''),(18834,5,0,'S5 Incline Template','','Shape5_incline_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_incline_template.xml','https://www.joomlart.com/update-steps',''),(18835,5,0,'S5 Legal Lawyer Template','','Shape5_legal_lawyer_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_legal_lawyer_template.xml','https://www.joomlart.com/update-steps',''),(18836,5,0,'S5 Life Journey Template','','Shape5_life_journey_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_life_journey_template.xml','https://www.joomlart.com/update-steps',''),(18837,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(18838,5,0,'S5 Lime Light Template','','Shape5_lime_light_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_lime_light_template.xml','https://www.joomlart.com/update-steps',''),(18839,5,0,'S5 Luxon Template','','Shape5_luxon_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_luxon_template.xml','https://www.joomlart.com/update-steps',''),(18840,5,0,'S5 M Ceative Agency Template','','Shape5_m_creative_agency_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_m_creative_agency_template.xml','https://www.joomlart.com/update-steps',''),(18841,5,0,'S5 Maxed Mag Template','','Shape5_maxedmag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_maxedmag_template.xml','https://www.joomlart.com/update-steps',''),(18842,5,0,'S5 MetroShows Template','','Shape5_metroshows_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_metroshows_template.xml','https://www.joomlart.com/update-steps',''),(18843,5,0,'S5 Modern Flavor Template','','Shape5_modern_flavor_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_modern_flavor_template.xml','https://www.joomlart.com/update-steps',''),(18844,5,0,'S5 New Vision Template','','Shape5_new_vision_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_new_vision_template.xml','https://www.joomlart.com/update-steps',''),(18845,5,0,'S5 News Blog Template','','Shape5_newsblog_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_newsblog_template.xml','https://www.joomlart.com/update-steps',''),(18846,5,0,'S5 Newsplace Template','','Shape5_newsplace_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_newsplace_template.xml','https://www.joomlart.com/update-steps',''),(18847,5,0,'S5 No1 Shopping Template','','Shape5_no1_shopping_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_no1_shopping_template.xml','https://www.joomlart.com/update-steps',''),(18848,5,0,'S5 Oasis Template','','Shape5_oasis_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_oasis_template.xml','https://www.joomlart.com/update-steps',''),(18849,5,0,'S5 Outdoor Life Template','','Shape5_outdoor_life_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_outdoor_life_template.xml','https://www.joomlart.com/update-steps',''),(18850,5,0,'S5 Pantheon Template','','Shape5_pantheon_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_pantheon_template.xml','https://www.joomlart.com/update-steps',''),(18851,5,0,'S5 Paradigm Shift Template','','Shape5_paradigm_shift_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_paradigm_shift_template.xml','https://www.joomlart.com/update-steps',''),(18852,5,0,'S5 Phosphorus Template','','Shape5_phosphorus_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_phosphorus_template.xml','https://www.joomlart.com/update-steps',''),(18853,5,0,'S5 Photobox Template','','Shape5_photobox_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_photobox_template.xml','https://www.joomlart.com/update-steps',''),(18854,5,0,'S5 Photofolio Template','','Shape5_photofolio_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_photofolio_template.xml','https://www.joomlart.com/update-steps',''),(18855,5,0,'S5 Prestige Academy Template','','Shape5_prestige_academy_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_prestige_academy_template.xml','https://www.joomlart.com/update-steps',''),(18856,5,0,'S5 Real Estate Template','','Shape5_realestate_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_realestate_template.xml','https://www.joomlart.com/update-steps',''),(18857,5,0,'S5 Regan Tech Template','','Shape5_regan_tech_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_regan_tech_template.xml','https://www.joomlart.com/update-steps',''),(18858,5,0,'S5 Risen Hope Template','','Shape5_risen_hope_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_risen_hope_template.xml','https://www.joomlart.com/update-steps',''),(18859,5,0,'S5 Salon N Spa Template','','Shape5_salonnspa_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_salonnspa_template.xml','https://www.joomlart.com/update-steps',''),(18860,5,0,'S5 Samba Spa Template','','Shape5_samba_template','template','',0,'1.5.0','','http://update.joomlart.com/service/tracking/j31/Shape5_samba_template.xml','https://www.joomlart.com/update-steps',''),(18861,5,0,'S5 Vertex Template','','Shape5_shape5_vertex_template','template','',0,'3.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_shape5_vertex_template.xml','https://www.joomlart.com/update-steps',''),(18862,5,0,'S5 Shenandoah Template','','Shape5_shenandoah_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_shenandoah_template.xml','https://www.joomlart.com/update-steps',''),(18863,5,0,'S5 ShoppingBag Template','','Shape5_shoppingbag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_shoppingbag_template.xml','https://www.joomlart.com/update-steps',''),(18864,5,0,'S5 Sienna Template','','Shape5_sienna_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sienna_template.xml','https://www.joomlart.com/update-steps',''),(18865,5,0,'S5 Simplex Template','','Shape5_simplex_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_simplex_template.xml','https://www.joomlart.com/update-steps',''),(18866,5,0,'S5 Soul Search Template','','Shape5_soul_search_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_soul_search_template.xml','https://www.joomlart.com/update-steps',''),(18867,5,0,'S5 Spectrum Template','','Shape5_spectrum_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_spectrum_template.xml','https://www.joomlart.com/update-steps',''),(18868,5,0,'S5 Sports Nation Template','','Shape5_sports_nation_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sports_nation_template.xml','https://www.joomlart.com/update-steps',''),(18869,5,0,'S5 Store Pro Template','','Shape5_storepro_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_storepro_template.xml','https://www.joomlart.com/update-steps',''),(18870,5,0,'S5 Swapps Template','','Shape5_swapps_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_swapps_template.xml','https://www.joomlart.com/update-steps',''),(18871,5,0,'S5 The Classifieds Template','','Shape5_the_classifieds_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_the_classifieds_template.xml','https://www.joomlart.com/update-steps',''),(18872,5,0,'S5 TheBlogazine Template','','Shape5_theblogazine_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_theblogazine_template.xml','https://www.joomlart.com/update-steps',''),(18873,5,0,'S5 Traction Template','','Shape5_traction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_traction_template.xml','https://www.joomlart.com/update-steps',''),(18874,5,0,'S5 University Template','','Shape5_university_template','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_university_template.xml','https://www.joomlart.com/update-steps',''),(18875,5,0,'S5 Velocity Template','','Shape5_velocity_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_velocity_template.xml','https://www.joomlart.com/update-steps',''),(18876,5,0,'S5 Zoka Template','','Shape5_zoka_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_zoka_template.xml','https://www.joomlart.com/update-steps',''),(18877,5,0,'JA Blockk Entertaiment 1','','blockk_entertaiment_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_entertaiment_1.xml','https://www.joomlart.com/update-steps',''),(18878,5,0,'JA Blockk Entertaiment 2','','blockk_entertaiment_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_entertaiment_2.xml','https://www.joomlart.com/update-steps',''),(18879,5,0,'JA Blockk Fashion 1','','blockk_fashion_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_1.xml','https://www.joomlart.com/update-steps',''),(18880,5,0,'JA Blockk Fashion 2','','blockk_fashion_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_2.xml','https://www.joomlart.com/update-steps',''),(18881,5,0,'JA Blockk Fashion 3','','blockk_fashion_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_3.xml','https://www.joomlart.com/update-steps',''),(18882,5,0,'JA Blockk Fashion 4','','blockk_fashion_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_4.xml','https://www.joomlart.com/update-steps',''),(18883,5,0,'JA Blockk Freebie 1','','blockk_freebie_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_freebie_1.xml','https://www.joomlart.com/update-steps',''),(18884,5,0,'JA Blockk Freebie 2','','blockk_freebie_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_freebie_2.xml','https://www.joomlart.com/update-steps',''),(18885,5,0,'JA Blockk Gaming 1','','blockk_gaming_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_1.xml','https://www.joomlart.com/update-steps',''),(18886,5,0,'JA Blockk Gaming 2','','blockk_gaming_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_2.xml','https://www.joomlart.com/update-steps',''),(18887,5,0,'JA Blockk Gaming 3','','blockk_gaming_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_3.xml','https://www.joomlart.com/update-steps',''),(18888,5,0,'JA Blockk Gaming 4','','blockk_gaming_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_4.xml','https://www.joomlart.com/update-steps',''),(18889,5,0,'JA Blockk Magz 1','','blockk_magz_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_1.xml','https://www.joomlart.com/update-steps',''),(18890,5,0,'JA Blockk Magz 2','','blockk_magz_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_2.xml','https://www.joomlart.com/update-steps',''),(18891,5,0,'JA Blockk Magz 3','','blockk_magz_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_3.xml','https://www.joomlart.com/update-steps',''),(18892,5,0,'JA Blockk Magz 4','','blockk_magz_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_4.xml','https://www.joomlart.com/update-steps',''),(18893,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'7.1.1','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(18894,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.5','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(18895,5,0,'Guru Pro','','com_guru_pro','component','',1,'6.2.4','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(18896,5,0,'JA Builder Component','','com_jabuilder','component','',1,'2.0.2','','http://update.joomlart.com/service/tracking/j31/com_jabuilder.xml','https://www.joomlart.com/update-steps',''),(18897,5,0,'JA Extension Manager Component','','com_jaextmanager','component','',1,'2.7.6','','http://update.joomlart.com/service/tracking/j31/com_jaextmanager.xml','https://www.joomlart.com/update-steps',''),(18898,5,0,'JA Font Component','','com_jafont','component','',1,'1.0.3','','http://update.joomlart.com/service/tracking/j31/com_jafont.xml','https://www.joomlart.com/update-steps',''),(18899,5,0,'JA Joomla GDPR Component','','com_jagdpr','component','',1,'1.1.0','','http://update.joomlart.com/service/tracking/j31/com_jagdpr.xml','https://www.joomlart.com/update-steps',''),(18900,5,0,'JA Multilingual Component','','com_jalang','component','',1,'1.2.1','','http://update.joomlart.com/service/tracking/j31/com_jalang.xml','https://www.joomlart.com/update-steps',''),(18901,5,0,'JA Page Builder Component','','com_japagebuilder','component','',1,'1.0.0_alpha3','','http://update.joomlart.com/service/tracking/j31/com_japagebuilder.xml','https://www.joomlart.com/update-steps',''),(18902,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.1.0','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(18903,5,0,'T4 Page Builder Component','','com_t4pagebuilder','component','',1,'2.1.1','','http://update.joomlart.com/service/tracking/j31/com_t4pagebuilder.xml','https://www.joomlart.com/update-steps',''),(18904,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(18905,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(18906,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(18907,5,0,'JA Resume Theme for EasyBlog','','easyblog_theme_resume','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_resume.xml','https://www.joomlart.com/update-steps',''),(18908,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(18909,5,0,'GK Academy Template','','gk_academy','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_academy.xml','https://www.joomlart.com/update-steps',''),(18910,5,0,'GK App Template','','gk_app','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_app.xml','https://www.joomlart.com/update-steps',''),(18911,5,0,'GK Bauhaus Template','','gk_bauhaus','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_bauhaus.xml','https://www.joomlart.com/update-steps',''),(18912,5,0,'GK Blend Template','','gk_blend','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_blend.xml','https://www.joomlart.com/update-steps',''),(18913,5,0,'GK Decor template','','gk_decor','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/gk_decor.xml','https://www.joomlart.com/update-steps',''),(18914,5,0,'GK EvoNews Template','','gk_evonews','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_evonews.xml','https://www.joomlart.com/update-steps',''),(18915,5,0,'GK Fit Template','','gk_fit','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_fit.xml','https://www.joomlart.com/update-steps',''),(18916,5,0,'GK Folio Template','','gk_folio','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_folio.xml','https://www.joomlart.com/update-steps',''),(18917,5,0,'GK Infinity Template','','gk_infinity','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_infinity.xml','https://www.joomlart.com/update-steps',''),(18918,5,0,'GK Issues Template','','gk_issues','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_issues.xml','https://www.joomlart.com/update-steps',''),(18919,5,0,'GK Kidty template','','gk_kidty','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_kidty.xml','https://www.joomlart.com/update-steps',''),(18920,5,0,'GK magazine','','gk_magazine','template','',0,'4.4.1','','http://update.joomlart.com/service/tracking/j31/gk_magazine.xml','https://www.joomlart.com/update-steps',''),(18921,5,0,'GK Paradise Template','','gk_paradise','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_paradise.xml','https://www.joomlart.com/update-steps',''),(18922,5,0,'GK Portfolio Template','','gk_portfolio','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_portfolio.xml','https://www.joomlart.com/update-steps',''),(18923,5,0,'GK Quark template','','gk_quark','template','',0,'2.1.6','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(18924,5,0,'GK ResumeTemplate','','gk_resume','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_resume.xml','https://www.joomlart.com/update-steps',''),(18925,5,0,'GK Shop & Buy Template','','gk_shop_and_buy','template','',0,'4.4','','http://update.joomlart.com/service/tracking/j31/gk_shop_and_buy.xml','https://www.joomlart.com/update-steps',''),(18926,5,0,'GK Siggi Template','','gk_siggi','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_siggi.xml','https://www.joomlart.com/update-steps',''),(18927,5,0,'GK Stora Template','','gk_stora','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/gk_stora.xml','https://www.joomlart.com/update-steps',''),(18928,5,0,'GK storefront ','','gk_storefront','template','',0,'4.5.0','','http://update.joomlart.com/service/tracking/j31/gk_storefront.xml','https://www.joomlart.com/update-steps',''),(18929,5,0,'GK technews','','gk_technews','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_technews.xml','https://www.joomlart.com/update-steps',''),(18930,5,0,'GK Wedding Template','','gk_wedding','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_wedding.xml','https://www.joomlart.com/update-steps',''),(18931,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(18932,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.5','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(18933,5,0,'Guru Search Module','','guru-search-module','module','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/guru-search-module.xml','https://www.joomlart.com/update-steps',''),(18934,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(18935,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(18936,5,0,'JA Allure Template','','ja_allure','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_allure.xml','https://www.joomlart.com/update-steps',''),(18937,5,0,'JA Alpha Template','','ja_alpha','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_alpha.xml','https://www.joomlart.com/update-steps',''),(18938,5,0,'JA Alumni Template','','ja_alumni','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_alumni.xml','https://www.joomlart.com/update-steps',''),(18939,5,0,'JA Artsy Template','','ja_artsy','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_artsy.xml','https://www.joomlart.com/update-steps',''),(18940,5,0,'JA Atoms Template','','ja_atoms','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_atoms.xml','https://www.joomlart.com/update-steps',''),(18941,5,0,'JA Autoshop Source File','','ja_autoshop','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_autoshop.xml','https://www.joomlart.com/update-steps',''),(18942,5,0,'JA Beauty Source File','','ja_beauty','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_beauty.xml','https://www.joomlart.com/update-steps',''),(18943,5,0,'JA Biz Template','','ja_biz','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_biz.xml','https://www.joomlart.com/update-steps',''),(18944,5,0,'JA Blockk Template','','ja_blockk','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_blockk.xml','https://www.joomlart.com/update-steps',''),(18945,5,0,'ja boxing tpl','','ja_boxing','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/ja_boxing.xml','https://www.joomlart.com/update-steps',''),(18946,5,0,'JA Brickstore Template','','ja_brickstore','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_brickstore.xml','https://www.joomlart.com/update-steps',''),(18947,5,0,'JA Builder Package','','ja_builder_pkg','package','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_builder_pkg.xml','https://www.joomlart.com/update-steps',''),(18948,5,0,'JA Cagox template','','ja_cagox','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(18949,5,0,'JA Campaign Template','','ja_campaign','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_campaign.xml','https://www.joomlart.com/update-steps',''),(18950,5,0,'JA Candidate Template','','ja_candidate','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_candidate.xml','https://www.joomlart.com/update-steps',''),(18951,5,0,'JA Charity template','','ja_charity','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_charity.xml','https://www.joomlart.com/update-steps',''),(18952,5,0,'JA City Guide Template','','ja_cityguide','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/ja_cityguide.xml','https://www.joomlart.com/update-steps',''),(18953,5,0,'JA Company Template','','ja_company','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(18954,5,0,'JA Conf Template','','ja_conf','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_conf.xml','https://www.joomlart.com/update-steps',''),(18955,5,0,'JA Diner Template','','ja_diner','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_diner.xml','https://www.joomlart.com/update-steps',''),(18956,5,0,'JA Directory Template','','ja_directory','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(18957,5,0,'JA Donate Template','','ja_donate','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(18958,5,0,'JA Edenite II Template','','ja_edenite_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_edenite_ii.xml','https://www.joomlart.com/update-steps',''),(18959,5,0,'JA Educatsy Template','','ja_educatsy','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_educatsy.xml','https://www.joomlart.com/update-steps',''),(18960,5,0,'JA Ego Template','','ja_ego','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_ego.xml','https://www.joomlart.com/update-steps',''),(18961,5,0,'JA Elicyon Template','','ja_elicyon','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_elicyon.xml','https://www.joomlart.com/update-steps',''),(18962,5,0,'JA EventCamp Template','','ja_eventcamp','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_eventcamp.xml','https://www.joomlart.com/update-steps',''),(18963,5,0,'JA Events II template','','ja_events_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_events_ii.xml','https://www.joomlart.com/update-steps',''),(18964,5,0,'JA Festival Template','','ja_festival','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/ja_festival.xml','https://www.joomlart.com/update-steps',''),(18965,5,0,'JA Fit Template','','ja_fit','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_fit.xml','https://www.joomlart.com/update-steps',''),(18966,5,0,'ja flix tpl','','ja_flix','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_flix.xml','https://www.joomlart.com/update-steps',''),(18967,5,0,'JA Focus Template','','ja_focus','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_focus.xml','https://www.joomlart.com/update-steps',''),(18968,5,0,'JA Good Template','','ja_good','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_good.xml','https://www.joomlart.com/update-steps',''),(18969,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(18970,5,0,'JA Helple Template','','ja_helple','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_helple.xml','https://www.joomlart.com/update-steps',''),(18971,5,0,'JA Hotel Template','','ja_hotel','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_hotel.xml','https://www.joomlart.com/update-steps',''),(18972,5,0,'JA Insight Template','','ja_insight','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_insight.xml','https://www.joomlart.com/update-steps',''),(18973,5,0,'JA Intranet Template','','ja_intranet','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(18974,5,0,'ja Justitia Template','','ja_justitia','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_justitia.xml','https://www.joomlart.com/update-steps',''),(18975,5,0,'JA Kids Corner Source File','','ja_kidscorner','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_kidscorner.xml','https://www.joomlart.com/update-steps',''),(18976,5,0,'JA Landscape Template','','ja_landscape','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_landscape.xml','https://www.joomlart.com/update-steps',''),(18977,5,0,'JA Lawfirm Template ','','ja_lawfirm','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_lawfirm.xml','https://www.joomlart.com/update-steps',''),(18978,5,0,'JA Magz II Template','','ja_magz_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_magz_ii.xml','https://www.joomlart.com/update-steps',''),(18979,5,0,'JA Mason Template','','ja_mason','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mason.xml','https://www.joomlart.com/update-steps',''),(18980,5,0,'JA Megastore Template','','ja_megastore','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(18981,5,0,'JA Mono Template','','ja_mono','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mono.xml','https://www.joomlart.com/update-steps',''),(18982,5,0,'JA Mood Template','','ja_mood','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(18983,5,0,'JA Morgan Template','','ja_morgan','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_morgan.xml','https://www.joomlart.com/update-steps',''),(18984,5,0,'JA Moviemax Template','','ja_moviemax','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_moviemax.xml','https://www.joomlart.com/update-steps',''),(18985,5,0,'JA Oslo Template','','ja_oslo','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_oslo.xml','https://www.joomlart.com/update-steps',''),(18986,5,0,'JA Platon Template','','ja_platon','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon.xml','https://www.joomlart.com/update-steps',''),(18987,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(18988,5,0,'JA Play School Template','','ja_playschool','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_playschool.xml','https://www.joomlart.com/update-steps',''),(18989,5,0,'JA Playstore Template','','ja_playstore','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(18990,5,0,'ja prodex tpl','','ja_prodex','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_prodex.xml','https://www.joomlart.com/update-steps',''),(18991,5,0,'JA Property Template','','ja_property','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(18992,5,0,'JA Rent template','','ja_rent','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_rent.xml','https://www.joomlart.com/update-steps',''),(18993,5,0,'JA Resort Template','','ja_resort','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_resort.xml','https://www.joomlart.com/update-steps',''),(18994,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(18995,5,0,'JA Resume Template','','ja_resume','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_resume.xml','https://www.joomlart.com/update-steps',''),(18996,5,0,'JA Sensei Source File','','ja_sensei','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_sensei.xml','https://www.joomlart.com/update-steps',''),(18997,5,0,'JA Shoe Template','','ja_shoe','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_shoe.xml','https://www.joomlart.com/update-steps',''),(18998,5,0,'JA Simpli Template','','ja_simpli','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/ja_simpli.xml','https://www.joomlart.com/update-steps',''),(18999,5,0,'JA Smallbiz Template','','ja_smallbiz','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_smallbiz.xml','https://www.joomlart.com/update-steps',''),(19000,5,0,'JA Social II template','','ja_social_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_social_ii.xml','https://www.joomlart.com/update-steps',''),(19001,5,0,'JA Spa Template','','ja_spa','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_spa.xml','https://www.joomlart.com/update-steps',''),(19002,5,0,'JA Space Template','','ja_space','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_space.xml','https://www.joomlart.com/update-steps',''),(19003,5,0,'JA Stark Template','','ja_stark','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(19004,5,0,'JA Symphony Template','','ja_symphony','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_symphony.xml','https://www.joomlart.com/update-steps',''),(19005,5,0,'JA Techzone Template','','ja_techzone','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_techzone.xml','https://www.joomlart.com/update-steps',''),(19006,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'2.1.3','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(19007,5,0,'ja titan tpl','','ja_titan','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_titan.xml','https://www.joomlart.com/update-steps',''),(19008,5,0,'JA Tour Template','','ja_tour','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_tour.xml','https://www.joomlart.com/update-steps',''),(19009,5,0,'ja trip tpl','','ja_trip','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_trip.xml','https://www.joomlart.com/update-steps',''),(19010,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(19011,5,0,'JA University T3 template','','ja_university_t3','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(19012,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(19013,5,0,'JA Vital Template','','ja_vital','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_vital.xml','https://www.joomlart.com/update-steps',''),(19014,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(19015,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(19016,5,0,'JS Column Theme','','js_column','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_column.xml','https://www.joomlart.com/update-steps',''),(19017,5,0,'JS Flat Theme','','js_flat','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_flat.xml','https://www.joomlart.com/update-steps',''),(19018,5,0,'JS Kikiriki Theme','','js_kikiriki','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_kikiriki.xml','https://www.joomlart.com/update-steps',''),(19019,5,0,'JS Shadow Theme','','js_shadow','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_shadow.xml','https://www.joomlart.com/update-steps',''),(19020,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(19021,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(19022,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(19023,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(19024,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(19025,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(19026,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(19027,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(19028,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(19029,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(19030,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(19031,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(19032,5,0,'Community Toolbar Module','','mod_community_toolbar','module','',0,'4.8.0','','http://update.joomlart.com/service/tracking/j31/mod_community_toolbar.xml','https://www.joomlart.com/update-steps',''),(19033,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(19034,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(19035,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(19036,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(19037,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(19038,5,0,'GK Register Module ','','mod_gk_register','module','',0,'1.3','','http://update.joomlart.com/service/tracking/j31/mod_gk_register.xml','https://www.joomlart.com/update-steps',''),(19039,5,0,'Metro Grid GK5','','mod_grid_gk5','module','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j31/mod_grid_gk5.xml','https://www.joomlart.com/update-steps',''),(19040,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.8.2','','http://update.joomlart.com/service/tracking/j31/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(19041,5,0,'JA Weather Module','','mod_ja_weather','module','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/mod_ja_weather.xml','https://www.joomlart.com/update-steps',''),(19042,5,0,'JA Finance Module','','mod_jafinance','module','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/mod_jafinance.xml','https://www.joomlart.com/update-steps',''),(19043,5,0,'JA Google Analytics','','mod_jagoogle_analytics','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/mod_jagoogle_analytics.xml','https://www.joomlart.com/update-steps',''),(19044,5,0,'JA Masthead Module ','','mod_jamasthead','module','',0,'1.2.2','','http://update.joomlart.com/service/tracking/j31/mod_jamasthead.xml','https://www.joomlart.com/update-steps',''),(19045,5,0,'JA Megafilter Module','','mod_jamegafilter','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(19046,5,0,'JA Promo Bar module','','mod_japromobar','module','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/mod_japromobar.xml','https://www.joomlart.com/update-steps',''),(19047,5,0,'GK News Pro GK4 Module','','mod_news_pro_gk4','module','',0,'3.5.0','','http://update.joomlart.com/service/tracking/j31/mod_news_pro_gk4.xml','https://www.joomlart.com/update-steps',''),(19048,5,0,'News Pro GK5','','mod_news_pro_gk5','module','',0,'2.2.1','','http://update.joomlart.com/service/tracking/j31/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(19049,5,0,'S5 Box Module','','mod_s5_box','module','',0,'6.2.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_box.xml','https://www.joomlart.com/update-steps',''),(19050,5,0,'S5 Contact Popup Module','','mod_s5_contact_popup','module','',0,'1.6.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_contact_popup.xml','https://www.joomlart.com/update-steps',''),(19051,5,0,'S5 Horizontal Accordion Module','','mod_s5_horizontal_accordion','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_horizontal_accordion.xml','https://www.joomlart.com/update-steps',''),(19052,5,0,'S5 Image Content Fader v4 Module','','mod_s5_image_and_content_faderv4','module','',0,'4.5.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_image_and_content_faderv4.xml','https://www.joomlart.com/update-steps',''),(19053,5,0,'S5 Instagram Feed Module','','mod_s5_instagram_feed','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/mod_s5_instagram_feed.xml','https://www.joomlart.com/update-steps',''),(19054,5,0,'S5 Live Search Module','','mod_s5_live_search','module','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/mod_s5_live_search.xml','https://www.joomlart.com/update-steps',''),(19055,5,0,'S5 Mailchimp Signup Module','','mod_s5_mailchimp_signup','module','',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_mailchimp_signup.xml','https://www.joomlart.com/update-steps',''),(19056,5,0,'S5 Masonry Module','','mod_s5_masonry','module','',0,'3.1.2','','http://update.joomlart.com/service/tracking/j31/mod_s5_masonry.xml','https://www.joomlart.com/update-steps',''),(19057,5,0,'S5 News Display 2 Module','','mod_s5_news_display_2','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_news_display_2.xml','https://www.joomlart.com/update-steps',''),(19058,5,0,'S5 New Sticker V3 Module','','mod_s5_newstickerv3','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_newstickerv3.xml','https://www.joomlart.com/update-steps',''),(19059,5,0,'S5 Open Table Module','','mod_s5_opentable','module','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_opentable.xml','https://www.joomlart.com/update-steps',''),(19060,5,0,'S5 Photo Showcase V2 Module','','mod_s5_photo_showcase_v2','module','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/mod_s5_photo_showcase_v2.xml','https://www.joomlart.com/update-steps',''),(19061,5,0,'S5 Quick Contact Module','','mod_s5_quick_contact','module','',0,'4.4.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_quick_contact.xml','https://www.joomlart.com/update-steps',''),(19062,5,0,'S5 Register Module','','mod_s5_register','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_register.xml','https://www.joomlart.com/update-steps',''),(19063,5,0,'S5 Snipcart Module','','mod_s5_snipcart','module','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_snipcart.xml','https://www.joomlart.com/update-steps',''),(19064,5,0,'S5 Tab Show v3 Module','','mod_s5_tab_show','module','',0,'3.4.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_tab_show.xml','https://www.joomlart.com/update-steps',''),(19065,5,0,'S5 Tab Show v2 Module','','mod_s5_tabshow_v2','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_tabshow_v2.xml','https://www.joomlart.com/update-steps',''),(19066,5,0,'S5 Typed Text Module','','mod_s5_typed_text','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_typed_text.xml','https://www.joomlart.com/update-steps',''),(19067,5,0,'S5 Vertical Accordion Module','','mod_s5_vertical_accordion','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_vertical_accordion.xml','https://www.joomlart.com/update-steps',''),(19068,5,0,'S5 Mapit Module','','mod_s5mapit','module','',0,'1.9.0','','http://update.joomlart.com/service/tracking/j31/mod_s5mapit.xml','https://www.joomlart.com/update-steps',''),(19069,5,0,'GK Tabs GK5 Module','','mod_tabs_gk5','module','',0,'2.3','','http://update.joomlart.com/service/tracking/j31/mod_tabs_gk5.xml','https://www.joomlart.com/update-steps',''),(19070,5,0,'JB ZenTools Module','','mod_zentools','module','',0,'1.14.7','','http://update.joomlart.com/service/tracking/j31/mod_zentools.xml','https://www.joomlart.com/update-steps',''),(19071,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(19072,5,0,'Adagency Package','','pkg_adagency','package','',0,'7.1.1','','http://update.joomlart.com/service/tracking/j31/pkg_adagency.xml','https://www.joomlart.com/update-steps',''),(19073,5,0,'Plugin Ajax JA Content Type','','jacontenttype','plugin','ajax',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plg_ajax_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(19074,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(19075,5,0,'GK PLG Authentication Facebook','','facebook','plugin','authentication',0,'1.4','','http://update.joomlart.com/service/tracking/j31/plg_authentication_facebook.xml','https://www.joomlart.com/update-steps',''),(19076,5,0,'T4 Content Load PageBuilder','','loadt4pagebuilder','plugin','content',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/plg_content_loadt4pagebuilder.xml','https://www.joomlart.com/update-steps',''),(19077,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(19078,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(19079,5,0,'GK Typography Plugin','','typography','plugin','gk',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_gk_typography.xml','https://www.joomlart.com/update-steps',''),(19080,5,0,'JA GDPR Custom Plugin','','custom','plugin','jagdpr',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jagdpr_custom.xml','https://www.joomlart.com/update-steps',''),(19081,5,0,'JA GDPR Joomla Plugin','','joomla','plugin','jagdpr',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jagdpr_joomla.xml','https://www.joomlart.com/update-steps',''),(19082,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(19083,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'2.0.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(19084,5,0,'JA Megafilter DOCman Plugin','','docman','plugin','jamegafilter',0,'2.0.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_docman.xml','https://www.joomlart.com/update-steps',''),(19085,5,0,'JA Megafilter EShop Plugin','','eshop','plugin','jamegafilter',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(19086,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(19087,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(19088,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'2.0.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(19089,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(19090,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(19091,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.7','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(19092,5,0,'GK Extmenu system plugin','','gkextmenu','plugin','sys',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_sys_gkextmenu.xml','https://www.joomlart.com/update-steps',''),(19093,5,0,'GK Reservation system plugin','','gkreservation','plugin','sys',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_sys_gkreservation.xml','https://www.joomlart.com/update-steps',''),(19094,5,0,'Gavick Framework','','gavick','plugin','system',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_gavick.xml','https://www.joomlart.com/update-steps',''),(19095,5,0,'System JA Campaign','','jacampaign','plugin','system',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/plg_system_jacampaign.xml','https://www.joomlart.com/update-steps',''),(19096,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(19097,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(19098,5,0,'T4 System Plugin ','','t4','plugin','system',0,'2.4.5','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(19099,5,0,'S5 Css And Js Compressor Plugin','','plugin_s5_css_and_js_compressor','plugin','plugin_s5_css_and_js',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_css_and_js_compressor.xml','https://www.joomlart.com/update-steps',''),(19100,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(19101,5,0,'S5 Flex Menu Plugin','','plugin_s5_flex_menu','plugin','plugin_s5_flex_menu',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_flex_menu.xml','https://www.joomlart.com/update-steps',''),(19102,5,0,'S5 Ie6 Warning Plugin','','plugin_s5_ie6_warning','plugin','plugin_s5_ie6_warnin',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_ie6_warning.xml','https://www.joomlart.com/update-steps',''),(19103,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(19104,5,0,'Purity III Template','','purity_iii','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(19105,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(19106,5,0,'JS Socialize template','','socialize','template','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/socialize.xml','https://www.joomlart.com/update-steps',''),(19107,5,0,'T4 Pagebuilder Package','','t4_page_builder_pkg','package','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/t4_page_builder_pkg.xml','https://www.joomlart.com/update-steps',''),(19108,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(19109,5,0,'T4 Blank Template Bs5','','t4_bs5_blank','template','',0,'1.2.4','','http://update.joomlart.com/service/tracking/j31/tpl_t4_bs5_blank.xml','https://www.joomlart.com/update-steps',''),(19110,5,0,'Sample package for Uber App','','uber_app','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_app.xml','https://www.joomlart.com/update-steps',''),(19111,5,0,'Sample package for Uber Bookstore','','uber_bookstore','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_bookstore.xml','https://www.joomlart.com/update-steps',''),(19112,5,0,'Sample package for Uber Business','','uber_business','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_business.xml','https://www.joomlart.com/update-steps',''),(19113,5,0,'Sample package for Uber Charity','','uber_charity','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_charity.xml','https://www.joomlart.com/update-steps',''),(19114,5,0,'Sample package for Uber Church','','uber_church','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_church.xml','https://www.joomlart.com/update-steps',''),(19115,5,0,'Sample package for Uber Construction','','uber_construction','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_construction.xml','https://www.joomlart.com/update-steps',''),(19116,5,0,'Sample package for Uber Corporate','','uber_corporate','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_corporate.xml','https://www.joomlart.com/update-steps',''),(19117,5,0,'Sample package for Uber Gym','','uber_gym','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_gym.xml','https://www.joomlart.com/update-steps',''),(19118,5,0,'Sample package for Uber Home','','uber_home','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_home.xml','https://www.joomlart.com/update-steps',''),(19119,5,0,'Sample package for Uber Landing ','','uber_landing','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_landing.xml','https://www.joomlart.com/update-steps',''),(19120,5,0,'Sample package for Uber Lawyer','','uber_lawyer','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_lawyer.xml','https://www.joomlart.com/update-steps',''),(19121,5,0,'Sample package for Uber Medicare','','uber_medicare','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_medicare.xml','https://www.joomlart.com/update-steps',''),(19122,5,0,'Sample package for Uber Music','','uber_music','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_music.xml','https://www.joomlart.com/update-steps',''),(19123,5,0,'Sample package for Uber Restaurant','','uber_restaurant','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_restaurant.xml','https://www.joomlart.com/update-steps',''),(19124,5,0,'Sample package for Uber Spa','','uber_spa','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_spa.xml','https://www.joomlart.com/update-steps',''),(19125,5,0,'Sample package for Uber University','','uber_university','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_university.xml','https://www.joomlart.com/update-steps',''),(19126,5,0,'Sample package for Uber Wedding','','uber_wedding','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_wedding.xml','https://www.joomlart.com/update-steps',''),(19127,9,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com/joomla/138/b61e70db','',''),(19128,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/138/2084920890','',''),(19129,9,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com/joomla/286/21ffe006','',''),(19130,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/286/326466299','',''),(19131,9,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com/joomla/287/cb577720','',''),(19132,9,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com/joomla/301/dfc993d8','',''),(19133,9,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(19134,9,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com/joomla/313/1985305838','',''),(19135,9,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/313/1307741342','',''),(19136,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com/joomla/313/1301311221','',''),(19137,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','https://updates.rockettheme.com/joomla/313/2049982768','',''),(19138,9,0,'RokCheck (Template Version Check)','','','module','',1,'1.0.1','0802','https://updates.rockettheme.com/joomla/381/791616223','',''),(19139,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/381/337128173','',''),(19140,9,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/559/1033ef39','',''),(19141,10,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.11.20241016','','http://getk2.org/update.xml','https://github.com/getk2/k2/blob/master/CHANGELOG.md',''),(19142,15,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.11.20241016','','http://getk2.org/app/update.xml','https://github.com/getk2/k2/blob/master/CHANGELOG.md',''),(19143,16,0,'Regular Labs - Modules Anywhere','','modulesanywhere','plugin','system',0,'7.18.0','','https://download.regularlabs.com/updates.xml?e=modulesanywhere&type=.xml','https://www.regularlabs.com/modulesanywhere/download',''),(19144,17,0,'JCE 2.9.41','','pkg_jce','package','',0,'2.9.41','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-41-released',''),(19145,18,0,'SCLogin','','mod_sclogin','module','',0,'9.0.244','','http://www.sourcecoast.com/updates/sclogin.xml','https://www.sourcecoast.com/index.php?option=com_ars&view=Items&release_id=265&format=html',''),(19146,19,0,'T3 System Plugin','','t3','plugin','system',0,'3.2.3','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(19147,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19148,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19149,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19150,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19151,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19152,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19153,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19154,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19155,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19156,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19157,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19158,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19159,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19160,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19161,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19162,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19163,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19164,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19165,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19166,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19167,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19168,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19169,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19170,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19171,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19172,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19173,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19174,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19175,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19176,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19177,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19178,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19179,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19180,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19181,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19182,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19183,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19184,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(19185,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(19186,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(19187,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(19188,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(19189,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(19190,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(19191,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(19192,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(19193,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(19194,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(19195,3,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(19196,3,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(19197,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(19198,3,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(19199,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(19200,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(19201,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(19202,3,0,'French','','pkg_fr-FR','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(19203,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(19204,3,0,'German','','pkg_de-DE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(19205,3,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(19206,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(19207,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(19208,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(19209,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(19210,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.12.2','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(19211,3,0,'Irish','','pkg_ga-IE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ga-IE_details.xml','',''),(19212,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(19213,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(19214,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(19215,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(19216,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(19217,3,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.12.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(19218,3,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(19219,3,0,'Polish','','pkg_pl-PL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(19220,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(19221,3,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.10.12.3','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(19222,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(19223,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(19224,3,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(19225,3,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(19226,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(19227,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(19228,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(19229,3,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(19230,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(19231,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(19232,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(19233,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(19234,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(19235,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(19236,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(19237,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(19238,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19239,5,0,'JA Extension Manager Component','','com_jaextmanager','component','',1,'2.7.5','','http://update.joomlart.com/service/tracking/j16/com_jaextmanager.xml','https://www.joomlart.com/update-steps',''),(19240,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.4.0','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(19241,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'2.0.5','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(19242,5,0,'JA Appolio Theme for EasyBlog','','easyblog_theme_appolio','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_appolio.xml','https://www.joomlart.com/update-steps',''),(19243,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(19244,5,0,'JA Biz Theme for EasyBlog','','easyblog_theme_biz','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_biz.xml','https://www.joomlart.com/update-steps',''),(19245,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(19246,5,0,'JA Decor Theme for EasyBlog','','easyblog_theme_decor','custom','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_decor.xml','https://www.joomlart.com/update-steps',''),(19247,5,0,'Theme Fixel for Easyblog J25 & J3x','','easyblog_theme_fixel','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_fixel.xml','https://www.joomlart.com/update-steps',''),(19248,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(19249,5,0,'JA Muzic Theme for EasyBlog','','easyblog_theme_muzic','custom','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_muzic.xml','https://www.joomlart.com/update-steps',''),(19250,5,0,'JA Obelisk Theme for EasyBlog','','easyblog_theme_obelisk','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_obelisk.xml','https://www.joomlart.com/update-steps',''),(19251,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(19252,5,0,'JA Bookshop Template','','ja_bookshop','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_bookshop.xml','https://www.joomlart.com/update-steps',''),(19253,5,0,'JA Brisk Template for J25 & J3x','','ja_brisk','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_brisk.xml','https://www.joomlart.com/update-steps',''),(19254,5,0,'JA Decor Template','','ja_decor','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j16/ja_decor.xml','https://www.joomlart.com/update-steps',''),(19255,5,0,'JA Fubix Template for J25 & J3x','','ja_fubix','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_fubix.xml','https://www.joomlart.com/update-steps',''),(19256,5,0,'JA Jason template','','ja_jason','template','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/ja_jason.xml','https://www.joomlart.com/update-steps',''),(19257,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(19258,5,0,'JA Medicare Template','','ja_medicare','template','',0,'3.0.1','','http://update.joomlart.com/service/tracking/j16/ja_medicare.xml','https://www.joomlart.com/update-steps',''),(19259,5,0,'JA Mero Template for J25 & J3x','','ja_mero','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_mero.xml','https://www.joomlart.com/update-steps',''),(19260,5,0,'JA Mitius Template','','ja_mitius','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j16/ja_mitius.xml','https://www.joomlart.com/update-steps',''),(19261,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(19262,5,0,'JA Nuevo template','','ja_nuevo','template','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/ja_nuevo.xml','https://www.joomlart.com/update-steps',''),(19263,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(19264,5,0,'JA Playmag Template','','ja_playmag','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j16/ja_playmag.xml','https://www.joomlart.com/update-steps',''),(19265,5,0,'JA Smashboard Template','','ja_smashboard','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_smashboard.xml','https://www.joomlart.com/update-steps',''),(19266,5,0,'JA Sugite Template','','ja_sugite','template','',0,'2.1.3','','http://update.joomlart.com/service/tracking/j16/ja_sugite.xml','https://www.joomlart.com/update-steps',''),(19267,5,0,'JA Travel Template for Joomla 3x','','ja_travel','template','',0,'2.5.7','','http://update.joomlart.com/service/tracking/j16/ja_travel.xml','https://www.joomlart.com/update-steps',''),(19268,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(19269,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(19270,5,0,'Kunena Template for Ja Orisite','','kunena_theme_orisite','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/kunena_theme_orisite.xml','https://www.joomlart.com/update-steps',''),(19271,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.4.2','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(19272,5,0,'JA Accordion Module','','mod_jaaccordion','module','',0,'2.6.3','','http://update.joomlart.com/service/tracking/j16/mod_jaaccordion.xml','https://www.joomlart.com/update-steps',''),(19273,5,0,'JA Content Listing Module','','mod_jacontentlisting','module','',0,'1.2.9','','http://update.joomlart.com/service/tracking/j16/mod_jacontentlisting.xml','https://www.joomlart.com/update-steps',''),(19274,5,0,'JA Content Slider Module','','mod_jacontentslider','module','',0,'2.7.7','','http://update.joomlart.com/service/tracking/j16/mod_jacontentslider.xml','https://www.joomlart.com/update-steps',''),(19275,5,0,'JA Facebook Like Box Module','','mod_jafacebooklikebox','module','',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/mod_jafacebooklikebox.xml','https://www.joomlart.com/update-steps',''),(19276,5,0,'JA Google chart 2','','mod_jagooglechart_2','module','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j16/mod_jagooglechart_2.xml','https://www.joomlart.com/update-steps',''),(19277,5,0,'JA Image Hotspot Module','','mod_jaimagehotspot','module','',0,'1.3.2','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(19278,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.4.0','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(19279,5,0,'JA Login module','','mod_jalogin','module','',0,'2.9.1','','http://update.joomlart.com/service/tracking/j16/mod_jalogin.xml','https://www.joomlart.com/update-steps',''),(19280,5,0,'JA Masthead Module ','','mod_jamasthead','module','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j16/mod_jamasthead.xml','https://www.joomlart.com/update-steps',''),(19281,5,0,'JA Newsticker Module for J3x','','mod_janewsticker','module','',0,'2.6.3','','http://update.joomlart.com/service/tracking/j16/mod_janewsticker.xml','https://www.joomlart.com/update-steps',''),(19282,5,0,'JA Quick Contact Module','','mod_jaquickcontact','module','',0,'2.8.0','','http://update.joomlart.com/service/tracking/j16/mod_jaquickcontact.xml','https://www.joomlart.com/update-steps',''),(19283,5,0,'JA SideNews Module ','','mod_jasidenews','module','',0,'2.6.9','','http://update.joomlart.com/service/tracking/j16/mod_jasidenews.xml','https://www.joomlart.com/update-steps',''),(19284,5,0,'JA Slideshow Lite Module ','','mod_jaslideshowlite','module','',0,'1.2.9','','http://update.joomlart.com/service/tracking/j16/mod_jaslideshowlite.xml','https://www.joomlart.com/update-steps',''),(19285,5,0,'JA Social Locker module','','mod_jasocial_locker','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/mod_jasocial_locker.xml','https://www.joomlart.com/update-steps',''),(19286,5,0,'JA Twitter Module','','mod_jatwitter','module','',0,'3.1.0','','http://update.joomlart.com/service/tracking/j16/mod_jatwitter.xml','https://www.joomlart.com/update-steps',''),(19287,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(19288,5,0,'S5 Accordion Menu Module','','mod_s5_accordion_menu','module','',0,'2.4.0','','http://update.joomlart.com/service/tracking/j16/mod_s5_accordion_menu.xml','https://www.joomlart.com/update-steps',''),(19289,5,0,'JA Disqus Debate Echo plugin','','debate_echo','plugin','jadisqus',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/plg_jadisqus_debate_echo.xml','https://www.joomlart.com/update-steps',''),(19290,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'2.0.5','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(19291,5,0,'Multi Captcha Engine Plugin','','captcha_engine','plugin','multiple',0,'2.6.1','','http://update.joomlart.com/service/tracking/j16/plg_multiple_captcha_engine.xml','https://www.joomlart.com/update-steps',''),(19292,5,0,'JA Builder System Plugin','','jabuilder','plugin','system',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/plg_system_jabuilder.xml','https://www.joomlart.com/update-steps',''),(19293,5,0,'JA System Google Map plugin','','jagooglemap','plugin','system',0,'2.8.1','','http://update.joomlart.com/service/tracking/j16/plg_system_jagooglemap.xml','https://www.joomlart.com/update-steps',''),(19294,5,0,'JA Popup Plugin','','japopup','plugin','system',0,'3.0.0','','http://update.joomlart.com/service/tracking/j16/plg_system_japopup.xml','https://www.joomlart.com/update-steps',''),(19295,5,0,'JA System Social Feed Plugin','','jasocial_feed','plugin','system',0,'1.6.1','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(19296,5,0,'ja socialshare plugin','','jasocialshare','plugin','system',0,'1.0.4','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocialshare.xml','https://www.joomlart.com/update-steps',''),(19297,5,0,'JA Tabs Plugin for Joomla 3 & Joomla 4','','jatabs','plugin','system',0,'2.8.0','','http://update.joomlart.com/service/tracking/j16/plg_system_jatabs.xml','https://www.joomlart.com/update-steps',''),(19298,5,0,'T3 System Plugin','','t3','plugin','system',0,'3.2.3','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','https://www.joomlart.com/update-steps',''),(19299,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(19300,5,0,'Uber Template','','uber','template','',0,'3.1.0','','http://update.joomlart.com/service/tracking/j16/uber.xml','https://www.joomlart.com/update-steps',''),(19301,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(19302,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.9','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(19303,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(19304,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(19305,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(19306,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.9.5','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(19307,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(19308,5,0,'GK bluap','','gk_bluap','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_bluap.xml','https://www.joomlart.com/update-steps',''),(19309,5,0,'GK Box Template','','gk_box','template','',0,'2.1.4','','http://update.joomlart.com/service/tracking/j30/gk_box.xml','https://www.joomlart.com/update-steps',''),(19310,5,0,'GK cloudhost J!3','','gk_cloudhost','template','',0,'4.3','','http://update.joomlart.com/service/tracking/j30/gk_cloudhost.xml','https://www.joomlart.com/update-steps',''),(19311,5,0,'GK Creativity','','gk_creativity','template','',0,'4.2.3','','http://update.joomlart.com/service/tracking/j30/gk_creativity.xml','https://www.joomlart.com/update-steps',''),(19312,5,0,'GK events J!3','','gk_events','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_events.xml','https://www.joomlart.com/update-steps',''),(19313,5,0,'GK game J!3','','gk_game','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_game.xml','https://www.joomlart.com/update-steps',''),(19314,5,0,'GK hotel','','gk_hotel','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(19315,5,0,'GK instyle','','gk_instyle','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_instyle.xml','https://www.joomlart.com/update-steps',''),(19316,5,0,'GK john s J!3','','gk_john_s','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_john_s.xml','https://www.joomlart.com/update-steps',''),(19317,5,0,'GK magazine','','gk_magazine','template','',0,'4.3','','http://update.joomlart.com/service/tracking/j30/gk_magazine.xml','https://www.joomlart.com/update-steps',''),(19318,5,0,'GK mo J!3','','gk_mo','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_mo.xml','https://www.joomlart.com/update-steps',''),(19319,5,0,'GK msocial J!3','','gk_msocial','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_msocial.xml','https://www.joomlart.com/update-steps',''),(19320,5,0,'GK musicstate','','gk_musicstate','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_musicstate.xml','https://www.joomlart.com/update-steps',''),(19321,5,0,'GK news J!3','','gk_news','template','',0,'4.3.1','','http://update.joomlart.com/service/tracking/j30/gk_news.xml','https://www.joomlart.com/update-steps',''),(19322,5,0,'GK news2 J!3','','gk_news2','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_news2.xml','https://www.joomlart.com/update-steps',''),(19323,5,0,'GK news refreshed J!3','','gk_news_refreshed','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_news_refreshed.xml','https://www.joomlart.com/update-steps',''),(19324,5,0,'GK photo J!3','','gk_photo','template','',0,'4.2.2','','http://update.joomlart.com/service/tracking/j30/gk_photo.xml','https://www.joomlart.com/update-steps',''),(19325,5,0,'GK portfolio J!3','','gk_portfolio','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j30/gk_portfolio.xml','https://www.joomlart.com/update-steps',''),(19326,5,0,'GK rockwall','','gk_rockwall','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_rockwall.xml','https://www.joomlart.com/update-steps',''),(19327,5,0,'GK Shop & Buy Template','','gk_shop_and_buy','template','',0,'4.3.1','','http://update.joomlart.com/service/tracking/j30/gk_shop_and_buy.xml','https://www.joomlart.com/update-steps',''),(19328,5,0,'GK simplicity J!3','','gk_simplicity','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_simplicity.xml','https://www.joomlart.com/update-steps',''),(19329,5,0,'GK steakhouse J!3','','gk_steakhouse','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_steakhouse.xml','https://www.joomlart.com/update-steps',''),(19330,5,0,'GK storebox J!3','','gk_storebox','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_storebox.xml','https://www.joomlart.com/update-steps',''),(19331,5,0,'GK storefront J!3','','gk_storefront','template','',0,'4.4','','http://update.joomlart.com/service/tracking/j30/gk_storefront.xml','https://www.joomlart.com/update-steps',''),(19332,5,0,'GK technews J!3','','gk_technews','template','',0,'2.0.5','','http://update.joomlart.com/service/tracking/j30/gk_technews.xml','https://www.joomlart.com/update-steps',''),(19333,5,0,'GK university','','gk_university','template','',0,'4.1.3','','http://update.joomlart.com/service/tracking/j30/gk_university.xml','https://www.joomlart.com/update-steps',''),(19334,5,0,'GK writer J!3','','gk_writer','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_writer.xml','https://www.joomlart.com/update-steps',''),(19335,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(19336,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(19337,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(19338,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(19339,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(19340,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(19341,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(19342,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(19343,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(19344,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(19345,5,0,'Metro Grid GK5','','mod_grid_gk5','module','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j30/mod_grid_gk5.xml','https://www.joomlart.com/update-steps',''),(19346,5,0,'Highlighter GK5 Module','','mod_highlighter_gk5','module','',0,'1.2.4','','http://update.joomlart.com/service/tracking/j30/mod_highlighter_gk5.xml','https://www.joomlart.com/update-steps',''),(19347,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.7.6','','http://update.joomlart.com/service/tracking/j30/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(19348,5,0,'News Pro GK5 J!3','','mod_news_pro_gk5','module','',0,'2.1.5','','http://update.joomlart.com/service/tracking/j30/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(19349,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.8','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(19350,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(19351,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(19352,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(19353,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(19354,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(19355,5,0,'GK Opengraph system plugin','','gk_opengraph','plugin','sys',0,'1.0.2','','http://update.joomlart.com/service/tracking/j30/plg_sys_gk_opengraph.xml','https://www.joomlart.com/update-steps',''),(19356,5,0,'GK Cache system plugin','','gkcache','plugin','sys',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_sys_gkcache.xml','https://www.joomlart.com/update-steps',''),(19357,5,0,'GK Extmenu system plugin','','gkextmenu','plugin','sys',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/plg_sys_gkextmenu.xml','https://www.joomlart.com/update-steps',''),(19358,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(19359,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.3.2','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(19360,5,0,'S5 Amazed Photography Template','','Shape5_amazed_photography_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_amazed_photography_template.xml','https://www.joomlart.com/update-steps',''),(19361,5,0,'S5 Ambient Template','','Shape5_ambient_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_ambient_template.xml','https://www.joomlart.com/update-steps',''),(19362,5,0,'S5 Ameritage Medical Template','','Shape5_ameritage_medical_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ameritage_medical_template.xml','https://www.joomlart.com/update-steps',''),(19363,5,0,'S5 Appwonder Template','','Shape5_appwonder_template','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/Shape5_appwonder_template.xml','https://www.joomlart.com/update-steps',''),(19364,5,0,'S5 Arthur Template','','Shape5_arthur_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_arthur_template.xml','https://www.joomlart.com/update-steps',''),(19365,5,0,'S5 Attractions Template','','Shape5_attractions_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_attractions_template.xml','https://www.joomlart.com/update-steps',''),(19366,5,0,'S5 Aurora Dawn Template','','Shape5_aurora_dawn_template','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_aurora_dawn_template.xml','https://www.joomlart.com/update-steps',''),(19367,5,0,'S5 Avignet Dream Template','','Shape5_avignet_dream_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_avignet_dream_template.xml','https://www.joomlart.com/update-steps',''),(19368,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(19369,5,0,'S5 Big Picture Template','','Shape5_bigpicture_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bigpicture_template.xml','https://www.joomlart.com/update-steps',''),(19370,5,0,'S5 Blogbox Template','','Shape5_blog_box_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_blog_box_template.xml','https://www.joomlart.com/update-steps',''),(19371,5,0,'S5 BlueGroup Template','','Shape5_bluegroup_template','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j31/Shape5_bluegroup_template.xml','https://www.joomlart.com/update-steps',''),(19372,5,0,'S5 Business Line Template','','Shape5_business_line_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_business_line_template.xml','https://www.joomlart.com/update-steps',''),(19373,5,0,'S5 Business Pro Template','','Shape5_business_pro_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_business_pro_template.xml','https://www.joomlart.com/update-steps',''),(19374,5,0,'S5 Callie Rush Template','','Shape5_callie_rush_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_callie_rush_template.xml','https://www.joomlart.com/update-steps',''),(19375,5,0,'S5 Campus Life Template','','Shape5_campuslife_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_campuslife_template.xml','https://www.joomlart.com/update-steps',''),(19376,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(19377,5,0,'S5 Charlestown Template','','Shape5_charlestown_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_charlestown_template.xml','https://www.joomlart.com/update-steps',''),(19378,5,0,'S5 Cleanout Template','','Shape5_cleanout_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cleanout_template.xml','https://www.joomlart.com/update-steps',''),(19379,5,0,'S5 Comaxium Template','','Shape5_comaxium_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_comaxium_template.xml','https://www.joomlart.com/update-steps',''),(19380,5,0,'S5 Compassion Template','','Shape5_compassion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_compassion_template.xml','https://www.joomlart.com/update-steps',''),(19381,5,0,'S5 Construction Template','','Shape5_construction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_construction_template.xml','https://www.joomlart.com/update-steps',''),(19382,5,0,'S5 Content King Template','','Shape5_contentking_template','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j31/Shape5_contentking_template.xml','https://www.joomlart.com/update-steps',''),(19383,5,0,'S5 Corporate Response Template','','Shape5_corporate_response_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corporate_response_template.xml','https://www.joomlart.com/update-steps',''),(19384,5,0,'S5 Corpway Template','','Shape5_corpway_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_corpway_template.xml','https://www.joomlart.com/update-steps',''),(19385,5,0,'S5 Cyan Template','','Shape5_cyan_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cyan_template.xml','https://www.joomlart.com/update-steps',''),(19386,5,0,'S5 Emma and Mason Template','','Shape5_emma_and_mason_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_emma_and_mason_template.xml','https://www.joomlart.com/update-steps',''),(19387,5,0,'S5 Emusica Template','','Shape5_emusica_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_emusica_template.xml','https://www.joomlart.com/update-steps',''),(19388,5,0,'S5 Eventfull Business Template','','Shape5_eventfull_business_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_eventfull_business_template.xml','https://www.joomlart.com/update-steps',''),(19389,5,0,'S5 Eventfull Template','','Shape5_eventfull_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_eventfull_template.xml','https://www.joomlart.com/update-steps',''),(19390,5,0,'S5 EZ Web Hosting Template','','Shape5_ezwebhosting_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ezwebhosting_template.xml','https://www.joomlart.com/update-steps',''),(19391,5,0,'S5 Fitness Center Template','','Shape5_fitness_center_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_fitness_center_template.xml','https://www.joomlart.com/update-steps',''),(19392,5,0,'S5 Forte Template','','Shape5_forte_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_forte_template.xml','https://www.joomlart.com/update-steps',''),(19393,5,0,'S5 Fresh Bistro Template','','Shape5_fresh_bistro_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_fresh_bistro_template.xml','https://www.joomlart.com/update-steps',''),(19394,5,0,'S5 Fusion Template','','Shape5_fusion_template','template','',0,'1.5.7','','http://update.joomlart.com/service/tracking/j31/Shape5_fusion_template.xml','https://www.joomlart.com/update-steps',''),(19395,5,0,'S5 Game World Template','','Shape5_game_world_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_game_world_template.xml','https://www.joomlart.com/update-steps',''),(19396,5,0,'S5 Gamers Template','','Shape5_gamers_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_gamers_template.xml','https://www.joomlart.com/update-steps',''),(19397,5,0,'S5 GCK Store Template','','Shape5_gck_store_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_gck_store_template.xml','https://www.joomlart.com/update-steps',''),(19398,5,0,'S5 General Commerce Template','','Shape5_general_commerce_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_general_commerce_template.xml','https://www.joomlart.com/update-steps',''),(19399,5,0,'S5 General Contractor Template','','Shape5_general_contractor_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_general_contractor_template.xml','https://www.joomlart.com/update-steps',''),(19400,5,0,'S5 GetReserved Template','','Shape5_getreserved_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_getreserved_template.xml','https://www.joomlart.com/update-steps',''),(19401,5,0,'S5 Health Guide Template','','Shape5_health_guide_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_health_guide_template.xml','https://www.joomlart.com/update-steps',''),(19402,5,0,'S5 Helion Template','','Shape5_helion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_helion_template.xml','https://www.joomlart.com/update-steps',''),(19403,5,0,'S5 Hexa Corp Template','','Shape5_hexa_corp_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_hexa_corp_template.xml','https://www.joomlart.com/update-steps',''),(19404,5,0,'S5 Hexicon Gamer Template','','Shape5_hexicon_gamer_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_hexicon_gamer_template.xml','https://www.joomlart.com/update-steps',''),(19405,5,0,'S5 Incline Template','','Shape5_incline_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_incline_template.xml','https://www.joomlart.com/update-steps',''),(19406,5,0,'S5 Legal Lawyer Template','','Shape5_legal_lawyer_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_legal_lawyer_template.xml','https://www.joomlart.com/update-steps',''),(19407,5,0,'S5 Life Journey Template','','Shape5_life_journey_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_life_journey_template.xml','https://www.joomlart.com/update-steps',''),(19408,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(19409,5,0,'S5 Lime Light Template','','Shape5_lime_light_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_lime_light_template.xml','https://www.joomlart.com/update-steps',''),(19410,5,0,'S5 Luxon Template','','Shape5_luxon_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_luxon_template.xml','https://www.joomlart.com/update-steps',''),(19411,5,0,'S5 M Ceative Agency Template','','Shape5_m_creative_agency_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_m_creative_agency_template.xml','https://www.joomlart.com/update-steps',''),(19412,5,0,'S5 Maxed Mag Template','','Shape5_maxedmag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_maxedmag_template.xml','https://www.joomlart.com/update-steps',''),(19413,5,0,'S5 MetroShows Template','','Shape5_metroshows_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_metroshows_template.xml','https://www.joomlart.com/update-steps',''),(19414,5,0,'S5 Modern Flavor Template','','Shape5_modern_flavor_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_modern_flavor_template.xml','https://www.joomlart.com/update-steps',''),(19415,5,0,'S5 New Vision Template','','Shape5_new_vision_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_new_vision_template.xml','https://www.joomlart.com/update-steps',''),(19416,5,0,'S5 News Blog Template','','Shape5_newsblog_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_newsblog_template.xml','https://www.joomlart.com/update-steps',''),(19417,5,0,'S5 Newsplace Template','','Shape5_newsplace_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_newsplace_template.xml','https://www.joomlart.com/update-steps',''),(19418,5,0,'S5 No1 Shopping Template','','Shape5_no1_shopping_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_no1_shopping_template.xml','https://www.joomlart.com/update-steps',''),(19419,5,0,'S5 Oasis Template','','Shape5_oasis_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_oasis_template.xml','https://www.joomlart.com/update-steps',''),(19420,5,0,'S5 Outdoor Life Template','','Shape5_outdoor_life_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_outdoor_life_template.xml','https://www.joomlart.com/update-steps',''),(19421,5,0,'S5 Pantheon Template','','Shape5_pantheon_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_pantheon_template.xml','https://www.joomlart.com/update-steps',''),(19422,5,0,'S5 Paradigm Shift Template','','Shape5_paradigm_shift_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_paradigm_shift_template.xml','https://www.joomlart.com/update-steps',''),(19423,5,0,'S5 Phosphorus Template','','Shape5_phosphorus_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_phosphorus_template.xml','https://www.joomlart.com/update-steps',''),(19424,5,0,'S5 Photobox Template','','Shape5_photobox_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_photobox_template.xml','https://www.joomlart.com/update-steps',''),(19425,5,0,'S5 Photofolio Template','','Shape5_photofolio_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_photofolio_template.xml','https://www.joomlart.com/update-steps',''),(19426,5,0,'S5 Prestige Academy Template','','Shape5_prestige_academy_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_prestige_academy_template.xml','https://www.joomlart.com/update-steps',''),(19427,5,0,'S5 Real Estate Template','','Shape5_realestate_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_realestate_template.xml','https://www.joomlart.com/update-steps',''),(19428,5,0,'S5 Regan Tech Template','','Shape5_regan_tech_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_regan_tech_template.xml','https://www.joomlart.com/update-steps',''),(19429,5,0,'S5 Risen Hope Template','','Shape5_risen_hope_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_risen_hope_template.xml','https://www.joomlart.com/update-steps',''),(19430,5,0,'S5 Salon N Spa Template','','Shape5_salonnspa_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_salonnspa_template.xml','https://www.joomlart.com/update-steps',''),(19431,5,0,'S5 Samba Spa Template','','Shape5_samba_template','template','',0,'1.5.0','','http://update.joomlart.com/service/tracking/j31/Shape5_samba_template.xml','https://www.joomlart.com/update-steps',''),(19432,5,0,'S5 Vertex Template','','Shape5_shape5_vertex_template','template','',0,'3.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_shape5_vertex_template.xml','https://www.joomlart.com/update-steps',''),(19433,5,0,'S5 Shenandoah Template','','Shape5_shenandoah_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_shenandoah_template.xml','https://www.joomlart.com/update-steps',''),(19434,5,0,'S5 ShoppingBag Template','','Shape5_shoppingbag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_shoppingbag_template.xml','https://www.joomlart.com/update-steps',''),(19435,5,0,'S5 Sienna Template','','Shape5_sienna_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sienna_template.xml','https://www.joomlart.com/update-steps',''),(19436,5,0,'S5 Simplex Template','','Shape5_simplex_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_simplex_template.xml','https://www.joomlart.com/update-steps',''),(19437,5,0,'S5 Soul Search Template','','Shape5_soul_search_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_soul_search_template.xml','https://www.joomlart.com/update-steps',''),(19438,5,0,'S5 Spectrum Template','','Shape5_spectrum_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_spectrum_template.xml','https://www.joomlart.com/update-steps',''),(19439,5,0,'S5 Sports Nation Template','','Shape5_sports_nation_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sports_nation_template.xml','https://www.joomlart.com/update-steps',''),(19440,5,0,'S5 Store Pro Template','','Shape5_storepro_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_storepro_template.xml','https://www.joomlart.com/update-steps',''),(19441,5,0,'S5 Swapps Template','','Shape5_swapps_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_swapps_template.xml','https://www.joomlart.com/update-steps',''),(19442,5,0,'S5 The Classifieds Template','','Shape5_the_classifieds_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_the_classifieds_template.xml','https://www.joomlart.com/update-steps',''),(19443,5,0,'S5 TheBlogazine Template','','Shape5_theblogazine_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_theblogazine_template.xml','https://www.joomlart.com/update-steps','');
INSERT INTO `jos7e_updates` VALUES (19444,5,0,'S5 Traction Template','','Shape5_traction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_traction_template.xml','https://www.joomlart.com/update-steps',''),(19445,5,0,'S5 University Template','','Shape5_university_template','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_university_template.xml','https://www.joomlart.com/update-steps',''),(19446,5,0,'S5 Velocity Template','','Shape5_velocity_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_velocity_template.xml','https://www.joomlart.com/update-steps',''),(19447,5,0,'S5 Zoka Template','','Shape5_zoka_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_zoka_template.xml','https://www.joomlart.com/update-steps',''),(19448,5,0,'JA Blockk Entertaiment 1','','blockk_entertaiment_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_entertaiment_1.xml','https://www.joomlart.com/update-steps',''),(19449,5,0,'JA Blockk Entertaiment 2','','blockk_entertaiment_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_entertaiment_2.xml','https://www.joomlart.com/update-steps',''),(19450,5,0,'JA Blockk Fashion 1','','blockk_fashion_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_1.xml','https://www.joomlart.com/update-steps',''),(19451,5,0,'JA Blockk Fashion 2','','blockk_fashion_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_2.xml','https://www.joomlart.com/update-steps',''),(19452,5,0,'JA Blockk Fashion 3','','blockk_fashion_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_3.xml','https://www.joomlart.com/update-steps',''),(19453,5,0,'JA Blockk Fashion 4','','blockk_fashion_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_4.xml','https://www.joomlart.com/update-steps',''),(19454,5,0,'JA Blockk Freebie 1','','blockk_freebie_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_freebie_1.xml','https://www.joomlart.com/update-steps',''),(19455,5,0,'JA Blockk Freebie 2','','blockk_freebie_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_freebie_2.xml','https://www.joomlart.com/update-steps',''),(19456,5,0,'JA Blockk Gaming 1','','blockk_gaming_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_1.xml','https://www.joomlart.com/update-steps',''),(19457,5,0,'JA Blockk Gaming 2','','blockk_gaming_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_2.xml','https://www.joomlart.com/update-steps',''),(19458,5,0,'JA Blockk Gaming 3','','blockk_gaming_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_3.xml','https://www.joomlart.com/update-steps',''),(19459,5,0,'JA Blockk Gaming 4','','blockk_gaming_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_4.xml','https://www.joomlart.com/update-steps',''),(19460,5,0,'JA Blockk Magz 1','','blockk_magz_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_1.xml','https://www.joomlart.com/update-steps',''),(19461,5,0,'JA Blockk Magz 2','','blockk_magz_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_2.xml','https://www.joomlart.com/update-steps',''),(19462,5,0,'JA Blockk Magz 3','','blockk_magz_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_3.xml','https://www.joomlart.com/update-steps',''),(19463,5,0,'JA Blockk Magz 4','','blockk_magz_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_4.xml','https://www.joomlart.com/update-steps',''),(19464,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'7.1.1','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(19465,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.5','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(19466,5,0,'Guru Pro','','com_guru_pro','component','',1,'6.2.4','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(19467,5,0,'JA Builder Component','','com_jabuilder','component','',1,'2.0.2','','http://update.joomlart.com/service/tracking/j31/com_jabuilder.xml','https://www.joomlart.com/update-steps',''),(19468,5,0,'JA Extension Manager Component','','com_jaextmanager','component','',1,'2.7.6','','http://update.joomlart.com/service/tracking/j31/com_jaextmanager.xml','https://www.joomlart.com/update-steps',''),(19469,5,0,'JA Font Component','','com_jafont','component','',1,'1.0.3','','http://update.joomlart.com/service/tracking/j31/com_jafont.xml','https://www.joomlart.com/update-steps',''),(19470,5,0,'JA Joomla GDPR Component','','com_jagdpr','component','',1,'1.1.0','','http://update.joomlart.com/service/tracking/j31/com_jagdpr.xml','https://www.joomlart.com/update-steps',''),(19471,5,0,'JA Multilingual Component','','com_jalang','component','',1,'1.2.1','','http://update.joomlart.com/service/tracking/j31/com_jalang.xml','https://www.joomlart.com/update-steps',''),(19472,5,0,'JA Page Builder Component','','com_japagebuilder','component','',1,'1.0.0_alpha3','','http://update.joomlart.com/service/tracking/j31/com_japagebuilder.xml','https://www.joomlart.com/update-steps',''),(19473,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.1.0','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(19474,5,0,'T4 Page Builder Component','','com_t4pagebuilder','component','',1,'2.1.1','','http://update.joomlart.com/service/tracking/j31/com_t4pagebuilder.xml','https://www.joomlart.com/update-steps',''),(19475,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(19476,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(19477,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(19478,5,0,'JA Resume Theme for EasyBlog','','easyblog_theme_resume','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_resume.xml','https://www.joomlart.com/update-steps',''),(19479,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(19480,5,0,'GK Academy Template','','gk_academy','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_academy.xml','https://www.joomlart.com/update-steps',''),(19481,5,0,'GK App Template','','gk_app','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_app.xml','https://www.joomlart.com/update-steps',''),(19482,5,0,'GK Bauhaus Template','','gk_bauhaus','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_bauhaus.xml','https://www.joomlart.com/update-steps',''),(19483,5,0,'GK Blend Template','','gk_blend','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_blend.xml','https://www.joomlart.com/update-steps',''),(19484,5,0,'GK Decor template','','gk_decor','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/gk_decor.xml','https://www.joomlart.com/update-steps',''),(19485,5,0,'GK EvoNews Template','','gk_evonews','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_evonews.xml','https://www.joomlart.com/update-steps',''),(19486,5,0,'GK Fit Template','','gk_fit','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_fit.xml','https://www.joomlart.com/update-steps',''),(19487,5,0,'GK Folio Template','','gk_folio','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_folio.xml','https://www.joomlart.com/update-steps',''),(19488,5,0,'GK Infinity Template','','gk_infinity','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_infinity.xml','https://www.joomlart.com/update-steps',''),(19489,5,0,'GK Issues Template','','gk_issues','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_issues.xml','https://www.joomlart.com/update-steps',''),(19490,5,0,'GK Kidty template','','gk_kidty','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_kidty.xml','https://www.joomlart.com/update-steps',''),(19491,5,0,'GK magazine','','gk_magazine','template','',0,'4.4.1','','http://update.joomlart.com/service/tracking/j31/gk_magazine.xml','https://www.joomlart.com/update-steps',''),(19492,5,0,'GK Paradise Template','','gk_paradise','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_paradise.xml','https://www.joomlart.com/update-steps',''),(19493,5,0,'GK Portfolio Template','','gk_portfolio','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_portfolio.xml','https://www.joomlart.com/update-steps',''),(19494,5,0,'GK Quark template','','gk_quark','template','',0,'2.1.6','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(19495,5,0,'GK ResumeTemplate','','gk_resume','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_resume.xml','https://www.joomlart.com/update-steps',''),(19496,5,0,'GK Shop & Buy Template','','gk_shop_and_buy','template','',0,'4.4','','http://update.joomlart.com/service/tracking/j31/gk_shop_and_buy.xml','https://www.joomlart.com/update-steps',''),(19497,5,0,'GK Siggi Template','','gk_siggi','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_siggi.xml','https://www.joomlart.com/update-steps',''),(19498,5,0,'GK Stora Template','','gk_stora','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/gk_stora.xml','https://www.joomlart.com/update-steps',''),(19499,5,0,'GK storefront ','','gk_storefront','template','',0,'4.5.0','','http://update.joomlart.com/service/tracking/j31/gk_storefront.xml','https://www.joomlart.com/update-steps',''),(19500,5,0,'GK technews','','gk_technews','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_technews.xml','https://www.joomlart.com/update-steps',''),(19501,5,0,'GK Wedding Template','','gk_wedding','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_wedding.xml','https://www.joomlart.com/update-steps',''),(19502,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(19503,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.5','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(19504,5,0,'Guru Search Module','','guru-search-module','module','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/guru-search-module.xml','https://www.joomlart.com/update-steps',''),(19505,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(19506,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(19507,5,0,'JA Allure Template','','ja_allure','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_allure.xml','https://www.joomlart.com/update-steps',''),(19508,5,0,'JA Alpha Template','','ja_alpha','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_alpha.xml','https://www.joomlart.com/update-steps',''),(19509,5,0,'JA Alumni Template','','ja_alumni','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_alumni.xml','https://www.joomlart.com/update-steps',''),(19510,5,0,'JA Artsy Template','','ja_artsy','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_artsy.xml','https://www.joomlart.com/update-steps',''),(19511,5,0,'JA Atoms Template','','ja_atoms','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_atoms.xml','https://www.joomlart.com/update-steps',''),(19512,5,0,'JA Autoshop Source File','','ja_autoshop','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_autoshop.xml','https://www.joomlart.com/update-steps',''),(19513,5,0,'JA Beauty Source File','','ja_beauty','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_beauty.xml','https://www.joomlart.com/update-steps',''),(19514,5,0,'JA Biz Template','','ja_biz','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_biz.xml','https://www.joomlart.com/update-steps',''),(19515,5,0,'JA Blockk Template','','ja_blockk','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_blockk.xml','https://www.joomlart.com/update-steps',''),(19516,5,0,'ja boxing tpl','','ja_boxing','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/ja_boxing.xml','https://www.joomlart.com/update-steps',''),(19517,5,0,'JA Brickstore Template','','ja_brickstore','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_brickstore.xml','https://www.joomlart.com/update-steps',''),(19518,5,0,'JA Builder Package','','ja_builder_pkg','package','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_builder_pkg.xml','https://www.joomlart.com/update-steps',''),(19519,5,0,'JA Cagox template','','ja_cagox','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(19520,5,0,'JA Campaign Template','','ja_campaign','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_campaign.xml','https://www.joomlart.com/update-steps',''),(19521,5,0,'JA Candidate Template','','ja_candidate','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_candidate.xml','https://www.joomlart.com/update-steps',''),(19522,5,0,'JA Charity template','','ja_charity','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_charity.xml','https://www.joomlart.com/update-steps',''),(19523,5,0,'JA City Guide Template','','ja_cityguide','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/ja_cityguide.xml','https://www.joomlart.com/update-steps',''),(19524,5,0,'JA Company Template','','ja_company','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(19525,5,0,'JA Conf Template','','ja_conf','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_conf.xml','https://www.joomlart.com/update-steps',''),(19526,5,0,'JA Diner Template','','ja_diner','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_diner.xml','https://www.joomlart.com/update-steps',''),(19527,5,0,'JA Directory Template','','ja_directory','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(19528,5,0,'JA Donate Template','','ja_donate','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(19529,5,0,'JA Edenite II Template','','ja_edenite_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_edenite_ii.xml','https://www.joomlart.com/update-steps',''),(19530,5,0,'JA Educatsy Template','','ja_educatsy','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_educatsy.xml','https://www.joomlart.com/update-steps',''),(19531,5,0,'JA Ego Template','','ja_ego','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_ego.xml','https://www.joomlart.com/update-steps',''),(19532,5,0,'JA Elicyon Template','','ja_elicyon','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_elicyon.xml','https://www.joomlart.com/update-steps',''),(19533,5,0,'JA EventCamp Template','','ja_eventcamp','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_eventcamp.xml','https://www.joomlart.com/update-steps',''),(19534,5,0,'JA Events II template','','ja_events_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_events_ii.xml','https://www.joomlart.com/update-steps',''),(19535,5,0,'JA Festival Template','','ja_festival','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/ja_festival.xml','https://www.joomlart.com/update-steps',''),(19536,5,0,'JA Fit Template','','ja_fit','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_fit.xml','https://www.joomlart.com/update-steps',''),(19537,5,0,'ja flix tpl','','ja_flix','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_flix.xml','https://www.joomlart.com/update-steps',''),(19538,5,0,'JA Focus Template','','ja_focus','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_focus.xml','https://www.joomlart.com/update-steps',''),(19539,5,0,'JA Good Template','','ja_good','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_good.xml','https://www.joomlart.com/update-steps',''),(19540,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(19541,5,0,'JA Helple Template','','ja_helple','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_helple.xml','https://www.joomlart.com/update-steps',''),(19542,5,0,'JA Hotel Template','','ja_hotel','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_hotel.xml','https://www.joomlart.com/update-steps',''),(19543,5,0,'JA Insight Template','','ja_insight','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_insight.xml','https://www.joomlart.com/update-steps',''),(19544,5,0,'JA Intranet Template','','ja_intranet','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(19545,5,0,'ja Justitia Template','','ja_justitia','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_justitia.xml','https://www.joomlart.com/update-steps',''),(19546,5,0,'JA Kids Corner Source File','','ja_kidscorner','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_kidscorner.xml','https://www.joomlart.com/update-steps',''),(19547,5,0,'JA Landscape Template','','ja_landscape','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_landscape.xml','https://www.joomlart.com/update-steps',''),(19548,5,0,'JA Lawfirm Template ','','ja_lawfirm','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_lawfirm.xml','https://www.joomlart.com/update-steps',''),(19549,5,0,'JA Magz II Template','','ja_magz_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_magz_ii.xml','https://www.joomlart.com/update-steps',''),(19550,5,0,'JA Mason Template','','ja_mason','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mason.xml','https://www.joomlart.com/update-steps',''),(19551,5,0,'JA Megastore Template','','ja_megastore','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(19552,5,0,'JA Mono Template','','ja_mono','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mono.xml','https://www.joomlart.com/update-steps',''),(19553,5,0,'JA Mood Template','','ja_mood','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(19554,5,0,'JA Morgan Template','','ja_morgan','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_morgan.xml','https://www.joomlart.com/update-steps',''),(19555,5,0,'JA Moviemax Template','','ja_moviemax','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_moviemax.xml','https://www.joomlart.com/update-steps',''),(19556,5,0,'JA Oslo Template','','ja_oslo','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_oslo.xml','https://www.joomlart.com/update-steps',''),(19557,5,0,'JA Platon Template','','ja_platon','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon.xml','https://www.joomlart.com/update-steps',''),(19558,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(19559,5,0,'JA Play School Template','','ja_playschool','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_playschool.xml','https://www.joomlart.com/update-steps',''),(19560,5,0,'JA Playstore Template','','ja_playstore','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(19561,5,0,'ja prodex tpl','','ja_prodex','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_prodex.xml','https://www.joomlart.com/update-steps',''),(19562,5,0,'JA Property Template','','ja_property','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(19563,5,0,'JA Rent template','','ja_rent','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_rent.xml','https://www.joomlart.com/update-steps',''),(19564,5,0,'JA Resort Template','','ja_resort','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_resort.xml','https://www.joomlart.com/update-steps',''),(19565,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(19566,5,0,'JA Resume Template','','ja_resume','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_resume.xml','https://www.joomlart.com/update-steps',''),(19567,5,0,'JA Sensei Source File','','ja_sensei','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_sensei.xml','https://www.joomlart.com/update-steps',''),(19568,5,0,'JA Shoe Template','','ja_shoe','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_shoe.xml','https://www.joomlart.com/update-steps',''),(19569,5,0,'JA Simpli Template','','ja_simpli','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/ja_simpli.xml','https://www.joomlart.com/update-steps',''),(19570,5,0,'JA Smallbiz Template','','ja_smallbiz','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_smallbiz.xml','https://www.joomlart.com/update-steps',''),(19571,5,0,'JA Social II template','','ja_social_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_social_ii.xml','https://www.joomlart.com/update-steps',''),(19572,5,0,'JA Spa Template','','ja_spa','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_spa.xml','https://www.joomlart.com/update-steps',''),(19573,5,0,'JA Space Template','','ja_space','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_space.xml','https://www.joomlart.com/update-steps',''),(19574,5,0,'JA Stark Template','','ja_stark','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(19575,5,0,'JA Symphony Template','','ja_symphony','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_symphony.xml','https://www.joomlart.com/update-steps',''),(19576,5,0,'JA Techzone Template','','ja_techzone','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_techzone.xml','https://www.joomlart.com/update-steps',''),(19577,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'2.1.3','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(19578,5,0,'ja titan tpl','','ja_titan','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_titan.xml','https://www.joomlart.com/update-steps',''),(19579,5,0,'JA Tour Template','','ja_tour','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_tour.xml','https://www.joomlart.com/update-steps',''),(19580,5,0,'ja trip tpl','','ja_trip','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_trip.xml','https://www.joomlart.com/update-steps',''),(19581,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(19582,5,0,'JA University T3 template','','ja_university_t3','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(19583,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(19584,5,0,'JA Vital Template','','ja_vital','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_vital.xml','https://www.joomlart.com/update-steps',''),(19585,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(19586,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(19587,5,0,'JS Column Theme','','js_column','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_column.xml','https://www.joomlart.com/update-steps',''),(19588,5,0,'JS Flat Theme','','js_flat','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_flat.xml','https://www.joomlart.com/update-steps',''),(19589,5,0,'JS Kikiriki Theme','','js_kikiriki','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_kikiriki.xml','https://www.joomlart.com/update-steps',''),(19590,5,0,'JS Shadow Theme','','js_shadow','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_shadow.xml','https://www.joomlart.com/update-steps',''),(19591,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(19592,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(19593,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(19594,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(19595,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(19596,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(19597,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(19598,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(19599,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(19600,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(19601,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(19602,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(19603,5,0,'Community Toolbar Module','','mod_community_toolbar','module','',0,'4.8.0','','http://update.joomlart.com/service/tracking/j31/mod_community_toolbar.xml','https://www.joomlart.com/update-steps',''),(19604,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(19605,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(19606,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(19607,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(19608,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(19609,5,0,'GK Register Module ','','mod_gk_register','module','',0,'1.3','','http://update.joomlart.com/service/tracking/j31/mod_gk_register.xml','https://www.joomlart.com/update-steps',''),(19610,5,0,'Metro Grid GK5','','mod_grid_gk5','module','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j31/mod_grid_gk5.xml','https://www.joomlart.com/update-steps',''),(19611,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.8.2','','http://update.joomlart.com/service/tracking/j31/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(19612,5,0,'JA Weather Module','','mod_ja_weather','module','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/mod_ja_weather.xml','https://www.joomlart.com/update-steps',''),(19613,5,0,'JA Finance Module','','mod_jafinance','module','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/mod_jafinance.xml','https://www.joomlart.com/update-steps',''),(19614,5,0,'JA Google Analytics','','mod_jagoogle_analytics','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/mod_jagoogle_analytics.xml','https://www.joomlart.com/update-steps',''),(19615,5,0,'JA Masthead Module ','','mod_jamasthead','module','',0,'1.2.2','','http://update.joomlart.com/service/tracking/j31/mod_jamasthead.xml','https://www.joomlart.com/update-steps',''),(19616,5,0,'JA Megafilter Module','','mod_jamegafilter','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(19617,5,0,'JA Promo Bar module','','mod_japromobar','module','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/mod_japromobar.xml','https://www.joomlart.com/update-steps',''),(19618,5,0,'GK News Pro GK4 Module','','mod_news_pro_gk4','module','',0,'3.5.0','','http://update.joomlart.com/service/tracking/j31/mod_news_pro_gk4.xml','https://www.joomlart.com/update-steps',''),(19619,5,0,'News Pro GK5','','mod_news_pro_gk5','module','',0,'2.2.1','','http://update.joomlart.com/service/tracking/j31/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(19620,5,0,'S5 Box Module','','mod_s5_box','module','',0,'6.2.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_box.xml','https://www.joomlart.com/update-steps',''),(19621,5,0,'S5 Contact Popup Module','','mod_s5_contact_popup','module','',0,'1.6.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_contact_popup.xml','https://www.joomlart.com/update-steps',''),(19622,5,0,'S5 Horizontal Accordion Module','','mod_s5_horizontal_accordion','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_horizontal_accordion.xml','https://www.joomlart.com/update-steps',''),(19623,5,0,'S5 Image Content Fader v4 Module','','mod_s5_image_and_content_faderv4','module','',0,'4.5.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_image_and_content_faderv4.xml','https://www.joomlart.com/update-steps',''),(19624,5,0,'S5 Instagram Feed Module','','mod_s5_instagram_feed','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/mod_s5_instagram_feed.xml','https://www.joomlart.com/update-steps',''),(19625,5,0,'S5 Live Search Module','','mod_s5_live_search','module','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/mod_s5_live_search.xml','https://www.joomlart.com/update-steps',''),(19626,5,0,'S5 Mailchimp Signup Module','','mod_s5_mailchimp_signup','module','',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_mailchimp_signup.xml','https://www.joomlart.com/update-steps',''),(19627,5,0,'S5 Masonry Module','','mod_s5_masonry','module','',0,'3.1.2','','http://update.joomlart.com/service/tracking/j31/mod_s5_masonry.xml','https://www.joomlart.com/update-steps',''),(19628,5,0,'S5 News Display 2 Module','','mod_s5_news_display_2','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_news_display_2.xml','https://www.joomlart.com/update-steps',''),(19629,5,0,'S5 New Sticker V3 Module','','mod_s5_newstickerv3','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_newstickerv3.xml','https://www.joomlart.com/update-steps',''),(19630,5,0,'S5 Open Table Module','','mod_s5_opentable','module','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_opentable.xml','https://www.joomlart.com/update-steps',''),(19631,5,0,'S5 Photo Showcase V2 Module','','mod_s5_photo_showcase_v2','module','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/mod_s5_photo_showcase_v2.xml','https://www.joomlart.com/update-steps',''),(19632,5,0,'S5 Quick Contact Module','','mod_s5_quick_contact','module','',0,'4.4.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_quick_contact.xml','https://www.joomlart.com/update-steps',''),(19633,5,0,'S5 Register Module','','mod_s5_register','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_register.xml','https://www.joomlart.com/update-steps',''),(19634,5,0,'S5 Snipcart Module','','mod_s5_snipcart','module','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_snipcart.xml','https://www.joomlart.com/update-steps',''),(19635,5,0,'S5 Tab Show v3 Module','','mod_s5_tab_show','module','',0,'3.4.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_tab_show.xml','https://www.joomlart.com/update-steps',''),(19636,5,0,'S5 Tab Show v2 Module','','mod_s5_tabshow_v2','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_tabshow_v2.xml','https://www.joomlart.com/update-steps',''),(19637,5,0,'S5 Typed Text Module','','mod_s5_typed_text','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_typed_text.xml','https://www.joomlart.com/update-steps',''),(19638,5,0,'S5 Vertical Accordion Module','','mod_s5_vertical_accordion','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_vertical_accordion.xml','https://www.joomlart.com/update-steps',''),(19639,5,0,'S5 Mapit Module','','mod_s5mapit','module','',0,'1.9.0','','http://update.joomlart.com/service/tracking/j31/mod_s5mapit.xml','https://www.joomlart.com/update-steps',''),(19640,5,0,'GK Tabs GK5 Module','','mod_tabs_gk5','module','',0,'2.3','','http://update.joomlart.com/service/tracking/j31/mod_tabs_gk5.xml','https://www.joomlart.com/update-steps',''),(19641,5,0,'JB ZenTools Module','','mod_zentools','module','',0,'1.14.7','','http://update.joomlart.com/service/tracking/j31/mod_zentools.xml','https://www.joomlart.com/update-steps',''),(19642,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(19643,5,0,'Adagency Package','','pkg_adagency','package','',0,'7.1.1','','http://update.joomlart.com/service/tracking/j31/pkg_adagency.xml','https://www.joomlart.com/update-steps',''),(19644,5,0,'Plugin Ajax JA Content Type','','jacontenttype','plugin','ajax',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plg_ajax_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(19645,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(19646,5,0,'GK PLG Authentication Facebook','','facebook','plugin','authentication',0,'1.4','','http://update.joomlart.com/service/tracking/j31/plg_authentication_facebook.xml','https://www.joomlart.com/update-steps',''),(19647,5,0,'T4 Content Load PageBuilder','','loadt4pagebuilder','plugin','content',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/plg_content_loadt4pagebuilder.xml','https://www.joomlart.com/update-steps',''),(19648,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(19649,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(19650,5,0,'GK Typography Plugin','','typography','plugin','gk',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_gk_typography.xml','https://www.joomlart.com/update-steps',''),(19651,5,0,'JA GDPR Custom Plugin','','custom','plugin','jagdpr',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jagdpr_custom.xml','https://www.joomlart.com/update-steps',''),(19652,5,0,'JA GDPR Joomla Plugin','','joomla','plugin','jagdpr',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jagdpr_joomla.xml','https://www.joomlart.com/update-steps',''),(19653,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(19654,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'2.0.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(19655,5,0,'JA Megafilter DOCman Plugin','','docman','plugin','jamegafilter',0,'2.0.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_docman.xml','https://www.joomlart.com/update-steps',''),(19656,5,0,'JA Megafilter EShop Plugin','','eshop','plugin','jamegafilter',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(19657,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(19658,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(19659,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'2.0.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(19660,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(19661,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(19662,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.7','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(19663,5,0,'GK Extmenu system plugin','','gkextmenu','plugin','sys',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_sys_gkextmenu.xml','https://www.joomlart.com/update-steps',''),(19664,5,0,'GK Reservation system plugin','','gkreservation','plugin','sys',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_sys_gkreservation.xml','https://www.joomlart.com/update-steps',''),(19665,5,0,'Gavick Framework','','gavick','plugin','system',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_gavick.xml','https://www.joomlart.com/update-steps',''),(19666,5,0,'System JA Campaign','','jacampaign','plugin','system',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/plg_system_jacampaign.xml','https://www.joomlart.com/update-steps',''),(19667,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(19668,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(19669,5,0,'T4 System Plugin ','','t4','plugin','system',0,'2.4.5','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(19670,5,0,'S5 Css And Js Compressor Plugin','','plugin_s5_css_and_js_compressor','plugin','plugin_s5_css_and_js',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_css_and_js_compressor.xml','https://www.joomlart.com/update-steps',''),(19671,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(19672,5,0,'S5 Flex Menu Plugin','','plugin_s5_flex_menu','plugin','plugin_s5_flex_menu',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_flex_menu.xml','https://www.joomlart.com/update-steps',''),(19673,5,0,'S5 Ie6 Warning Plugin','','plugin_s5_ie6_warning','plugin','plugin_s5_ie6_warnin',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_ie6_warning.xml','https://www.joomlart.com/update-steps',''),(19674,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(19675,5,0,'Purity III Template','','purity_iii','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(19676,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(19677,5,0,'JS Socialize template','','socialize','template','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/socialize.xml','https://www.joomlart.com/update-steps',''),(19678,5,0,'T4 Pagebuilder Package','','t4_page_builder_pkg','package','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/t4_page_builder_pkg.xml','https://www.joomlart.com/update-steps',''),(19679,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(19680,5,0,'T4 Blank Template Bs5','','t4_bs5_blank','template','',0,'1.2.4','','http://update.joomlart.com/service/tracking/j31/tpl_t4_bs5_blank.xml','https://www.joomlart.com/update-steps',''),(19681,5,0,'Sample package for Uber App','','uber_app','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_app.xml','https://www.joomlart.com/update-steps',''),(19682,5,0,'Sample package for Uber Bookstore','','uber_bookstore','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_bookstore.xml','https://www.joomlart.com/update-steps',''),(19683,5,0,'Sample package for Uber Business','','uber_business','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_business.xml','https://www.joomlart.com/update-steps',''),(19684,5,0,'Sample package for Uber Charity','','uber_charity','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_charity.xml','https://www.joomlart.com/update-steps',''),(19685,5,0,'Sample package for Uber Church','','uber_church','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_church.xml','https://www.joomlart.com/update-steps',''),(19686,5,0,'Sample package for Uber Construction','','uber_construction','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_construction.xml','https://www.joomlart.com/update-steps',''),(19687,5,0,'Sample package for Uber Corporate','','uber_corporate','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_corporate.xml','https://www.joomlart.com/update-steps',''),(19688,5,0,'Sample package for Uber Gym','','uber_gym','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_gym.xml','https://www.joomlart.com/update-steps',''),(19689,5,0,'Sample package for Uber Home','','uber_home','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_home.xml','https://www.joomlart.com/update-steps',''),(19690,5,0,'Sample package for Uber Landing ','','uber_landing','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_landing.xml','https://www.joomlart.com/update-steps',''),(19691,5,0,'Sample package for Uber Lawyer','','uber_lawyer','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_lawyer.xml','https://www.joomlart.com/update-steps',''),(19692,5,0,'Sample package for Uber Medicare','','uber_medicare','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_medicare.xml','https://www.joomlart.com/update-steps',''),(19693,5,0,'Sample package for Uber Music','','uber_music','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_music.xml','https://www.joomlart.com/update-steps',''),(19694,5,0,'Sample package for Uber Restaurant','','uber_restaurant','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_restaurant.xml','https://www.joomlart.com/update-steps',''),(19695,5,0,'Sample package for Uber Spa','','uber_spa','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_spa.xml','https://www.joomlart.com/update-steps',''),(19696,5,0,'Sample package for Uber University','','uber_university','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_university.xml','https://www.joomlart.com/update-steps',''),(19697,5,0,'Sample package for Uber Wedding','','uber_wedding','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_wedding.xml','https://www.joomlart.com/update-steps',''),(19698,9,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com/joomla/138/b61e70db','',''),(19699,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/138/2084920890','',''),(19700,9,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com/joomla/286/21ffe006','',''),(19701,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/286/326466299','',''),(19702,9,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com/joomla/287/cb577720','',''),(19703,9,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com/joomla/301/dfc993d8','',''),(19704,9,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(19705,9,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com/joomla/313/1985305838','',''),(19706,9,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/313/1307741342','',''),(19707,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com/joomla/313/1301311221','',''),(19708,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','https://updates.rockettheme.com/joomla/313/2049982768','',''),(19709,9,0,'RokCheck (Template Version Check)','','','module','',1,'1.0.1','0802','https://updates.rockettheme.com/joomla/381/791616223','',''),(19710,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/381/337128173','',''),(19711,9,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/559/1033ef39','',''),(19712,10,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.11.20241016','','http://getk2.org/update.xml','https://github.com/getk2/k2/blob/master/CHANGELOG.md',''),(19713,15,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.11.20241016','','http://getk2.org/app/update.xml','https://github.com/getk2/k2/blob/master/CHANGELOG.md',''),(19714,16,0,'Regular Labs - Modules Anywhere','','modulesanywhere','plugin','system',0,'7.18.0','','https://download.regularlabs.com/updates.xml?e=modulesanywhere&type=.xml','https://www.regularlabs.com/modulesanywhere/download',''),(19715,17,0,'JCE 2.9.41','','pkg_jce','package','',0,'2.9.41','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-41-released',''),(19716,18,0,'SCLogin','','mod_sclogin','module','',0,'9.0.244','','http://www.sourcecoast.com/updates/sclogin.xml','https://www.sourcecoast.com/index.php?option=com_ars&view=Items&release_id=265&format=html',''),(19717,19,0,'T3 System Plugin','','t3','plugin','system',0,'3.2.3','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(19718,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19719,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19720,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19721,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19722,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19723,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19724,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19725,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19726,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19727,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19728,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19729,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19730,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19731,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19732,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19733,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19734,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19735,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19736,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19737,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19738,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19739,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19740,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19741,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19742,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19743,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19744,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19745,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19746,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19747,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19748,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19749,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19750,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19751,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19752,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19753,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19754,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19755,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19756,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19757,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19758,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19759,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19760,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19761,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19762,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19763,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19764,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19765,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19766,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19767,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19768,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19769,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19770,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19771,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19772,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19773,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19774,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19775,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19776,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19777,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19778,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19779,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19780,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19781,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19782,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19783,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19784,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19785,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19786,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19787,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19788,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19789,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19790,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19791,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19792,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19793,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19794,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19795,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19796,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19797,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19798,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19799,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19800,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19801,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19802,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19803,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19804,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19805,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19806,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19807,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19808,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19809,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19810,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19811,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19812,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19813,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19814,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19815,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19816,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19817,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19818,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19819,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19820,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19821,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19822,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19823,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19824,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19825,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19826,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19827,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19828,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19829,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19830,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19831,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19832,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19833,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19834,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19835,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19836,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19837,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19838,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19839,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19840,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19841,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19842,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19843,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19844,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19845,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19846,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19847,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19848,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19849,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19850,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19851,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19852,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19853,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19854,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19855,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19856,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19857,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19858,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19859,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19860,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19861,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19862,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19863,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19864,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(19865,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(19866,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(19867,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(19868,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(19869,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(19870,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(19871,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(19872,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(19873,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(19874,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(19875,3,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(19876,3,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(19877,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(19878,3,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(19879,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(19880,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(19881,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(19882,3,0,'French','','pkg_fr-FR','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(19883,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(19884,3,0,'German','','pkg_de-DE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(19885,3,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(19886,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(19887,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(19888,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(19889,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(19890,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.12.2','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(19891,3,0,'Irish','','pkg_ga-IE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ga-IE_details.xml','',''),(19892,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(19893,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(19894,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(19895,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(19896,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(19897,3,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.12.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(19898,3,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(19899,3,0,'Polish','','pkg_pl-PL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(19900,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(19901,3,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.10.12.3','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(19902,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(19903,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(19904,3,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(19905,3,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(19906,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(19907,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(19908,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(19909,3,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(19910,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(19911,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(19912,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(19913,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(19914,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(19915,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(19916,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(19917,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(19918,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(19919,5,0,'JA Extension Manager Component','','com_jaextmanager','component','',1,'2.7.5','','http://update.joomlart.com/service/tracking/j16/com_jaextmanager.xml','https://www.joomlart.com/update-steps',''),(19920,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.4.0','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(19921,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'2.0.5','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(19922,5,0,'JA Appolio Theme for EasyBlog','','easyblog_theme_appolio','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_appolio.xml','https://www.joomlart.com/update-steps',''),(19923,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(19924,5,0,'JA Biz Theme for EasyBlog','','easyblog_theme_biz','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_biz.xml','https://www.joomlart.com/update-steps',''),(19925,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(19926,5,0,'JA Decor Theme for EasyBlog','','easyblog_theme_decor','custom','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_decor.xml','https://www.joomlart.com/update-steps',''),(19927,5,0,'Theme Fixel for Easyblog J25 & J3x','','easyblog_theme_fixel','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_fixel.xml','https://www.joomlart.com/update-steps',''),(19928,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(19929,5,0,'JA Muzic Theme for EasyBlog','','easyblog_theme_muzic','custom','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_muzic.xml','https://www.joomlart.com/update-steps',''),(19930,5,0,'JA Obelisk Theme for EasyBlog','','easyblog_theme_obelisk','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_obelisk.xml','https://www.joomlart.com/update-steps',''),(19931,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(19932,5,0,'JA Bookshop Template','','ja_bookshop','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_bookshop.xml','https://www.joomlart.com/update-steps',''),(19933,5,0,'JA Brisk Template for J25 & J3x','','ja_brisk','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_brisk.xml','https://www.joomlart.com/update-steps',''),(19934,5,0,'JA Decor Template','','ja_decor','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j16/ja_decor.xml','https://www.joomlart.com/update-steps',''),(19935,5,0,'JA Fubix Template for J25 & J3x','','ja_fubix','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_fubix.xml','https://www.joomlart.com/update-steps',''),(19936,5,0,'JA Jason template','','ja_jason','template','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/ja_jason.xml','https://www.joomlart.com/update-steps',''),(19937,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(19938,5,0,'JA Medicare Template','','ja_medicare','template','',0,'3.0.1','','http://update.joomlart.com/service/tracking/j16/ja_medicare.xml','https://www.joomlart.com/update-steps',''),(19939,5,0,'JA Mero Template for J25 & J3x','','ja_mero','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_mero.xml','https://www.joomlart.com/update-steps',''),(19940,5,0,'JA Mitius Template','','ja_mitius','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j16/ja_mitius.xml','https://www.joomlart.com/update-steps',''),(19941,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(19942,5,0,'JA Nuevo template','','ja_nuevo','template','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/ja_nuevo.xml','https://www.joomlart.com/update-steps',''),(19943,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(19944,5,0,'JA Playmag Template','','ja_playmag','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j16/ja_playmag.xml','https://www.joomlart.com/update-steps',''),(19945,5,0,'JA Smashboard Template','','ja_smashboard','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_smashboard.xml','https://www.joomlart.com/update-steps',''),(19946,5,0,'JA Sugite Template','','ja_sugite','template','',0,'2.1.3','','http://update.joomlart.com/service/tracking/j16/ja_sugite.xml','https://www.joomlart.com/update-steps',''),(19947,5,0,'JA Travel Template for Joomla 3x','','ja_travel','template','',0,'2.5.7','','http://update.joomlart.com/service/tracking/j16/ja_travel.xml','https://www.joomlart.com/update-steps',''),(19948,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(19949,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(19950,5,0,'Kunena Template for Ja Orisite','','kunena_theme_orisite','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/kunena_theme_orisite.xml','https://www.joomlart.com/update-steps',''),(19951,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.4.2','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(19952,5,0,'JA Accordion Module','','mod_jaaccordion','module','',0,'2.6.3','','http://update.joomlart.com/service/tracking/j16/mod_jaaccordion.xml','https://www.joomlart.com/update-steps',''),(19953,5,0,'JA Content Listing Module','','mod_jacontentlisting','module','',0,'1.2.9','','http://update.joomlart.com/service/tracking/j16/mod_jacontentlisting.xml','https://www.joomlart.com/update-steps',''),(19954,5,0,'JA Content Slider Module','','mod_jacontentslider','module','',0,'2.7.7','','http://update.joomlart.com/service/tracking/j16/mod_jacontentslider.xml','https://www.joomlart.com/update-steps',''),(19955,5,0,'JA Facebook Like Box Module','','mod_jafacebooklikebox','module','',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/mod_jafacebooklikebox.xml','https://www.joomlart.com/update-steps',''),(19956,5,0,'JA Google chart 2','','mod_jagooglechart_2','module','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j16/mod_jagooglechart_2.xml','https://www.joomlart.com/update-steps',''),(19957,5,0,'JA Image Hotspot Module','','mod_jaimagehotspot','module','',0,'1.3.2','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(19958,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.4.0','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(19959,5,0,'JA Login module','','mod_jalogin','module','',0,'2.9.1','','http://update.joomlart.com/service/tracking/j16/mod_jalogin.xml','https://www.joomlart.com/update-steps',''),(19960,5,0,'JA Masthead Module ','','mod_jamasthead','module','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j16/mod_jamasthead.xml','https://www.joomlart.com/update-steps',''),(19961,5,0,'JA Newsticker Module for J3x','','mod_janewsticker','module','',0,'2.6.3','','http://update.joomlart.com/service/tracking/j16/mod_janewsticker.xml','https://www.joomlart.com/update-steps',''),(19962,5,0,'JA Quick Contact Module','','mod_jaquickcontact','module','',0,'2.8.0','','http://update.joomlart.com/service/tracking/j16/mod_jaquickcontact.xml','https://www.joomlart.com/update-steps',''),(19963,5,0,'JA SideNews Module ','','mod_jasidenews','module','',0,'2.6.9','','http://update.joomlart.com/service/tracking/j16/mod_jasidenews.xml','https://www.joomlart.com/update-steps',''),(19964,5,0,'JA Slideshow Lite Module ','','mod_jaslideshowlite','module','',0,'1.2.9','','http://update.joomlart.com/service/tracking/j16/mod_jaslideshowlite.xml','https://www.joomlart.com/update-steps',''),(19965,5,0,'JA Social Locker module','','mod_jasocial_locker','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/mod_jasocial_locker.xml','https://www.joomlart.com/update-steps',''),(19966,5,0,'JA Twitter Module','','mod_jatwitter','module','',0,'3.1.0','','http://update.joomlart.com/service/tracking/j16/mod_jatwitter.xml','https://www.joomlart.com/update-steps',''),(19967,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(19968,5,0,'S5 Accordion Menu Module','','mod_s5_accordion_menu','module','',0,'2.4.0','','http://update.joomlart.com/service/tracking/j16/mod_s5_accordion_menu.xml','https://www.joomlart.com/update-steps',''),(19969,5,0,'JA Disqus Debate Echo plugin','','debate_echo','plugin','jadisqus',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/plg_jadisqus_debate_echo.xml','https://www.joomlart.com/update-steps',''),(19970,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'2.0.5','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(19971,5,0,'Multi Captcha Engine Plugin','','captcha_engine','plugin','multiple',0,'2.6.1','','http://update.joomlart.com/service/tracking/j16/plg_multiple_captcha_engine.xml','https://www.joomlart.com/update-steps',''),(19972,5,0,'JA Builder System Plugin','','jabuilder','plugin','system',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/plg_system_jabuilder.xml','https://www.joomlart.com/update-steps',''),(19973,5,0,'JA System Google Map plugin','','jagooglemap','plugin','system',0,'2.8.1','','http://update.joomlart.com/service/tracking/j16/plg_system_jagooglemap.xml','https://www.joomlart.com/update-steps',''),(19974,5,0,'JA Popup Plugin','','japopup','plugin','system',0,'3.0.0','','http://update.joomlart.com/service/tracking/j16/plg_system_japopup.xml','https://www.joomlart.com/update-steps',''),(19975,5,0,'JA System Social Feed Plugin','','jasocial_feed','plugin','system',0,'1.6.1','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(19976,5,0,'ja socialshare plugin','','jasocialshare','plugin','system',0,'1.0.4','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocialshare.xml','https://www.joomlart.com/update-steps',''),(19977,5,0,'JA Tabs Plugin for Joomla 3 & Joomla 4','','jatabs','plugin','system',0,'2.8.0','','http://update.joomlart.com/service/tracking/j16/plg_system_jatabs.xml','https://www.joomlart.com/update-steps',''),(19978,5,0,'T3 System Plugin','','t3','plugin','system',0,'3.2.3','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','https://www.joomlart.com/update-steps',''),(19979,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(19980,5,0,'Uber Template','','uber','template','',0,'3.1.0','','http://update.joomlart.com/service/tracking/j16/uber.xml','https://www.joomlart.com/update-steps',''),(19981,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(19982,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.9','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(19983,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(19984,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(19985,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(19986,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.9.5','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(19987,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(19988,5,0,'GK bluap','','gk_bluap','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_bluap.xml','https://www.joomlart.com/update-steps',''),(19989,5,0,'GK Box Template','','gk_box','template','',0,'2.1.4','','http://update.joomlart.com/service/tracking/j30/gk_box.xml','https://www.joomlart.com/update-steps',''),(19990,5,0,'GK cloudhost J!3','','gk_cloudhost','template','',0,'4.3','','http://update.joomlart.com/service/tracking/j30/gk_cloudhost.xml','https://www.joomlart.com/update-steps',''),(19991,5,0,'GK Creativity','','gk_creativity','template','',0,'4.2.3','','http://update.joomlart.com/service/tracking/j30/gk_creativity.xml','https://www.joomlart.com/update-steps',''),(19992,5,0,'GK events J!3','','gk_events','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_events.xml','https://www.joomlart.com/update-steps',''),(19993,5,0,'GK game J!3','','gk_game','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_game.xml','https://www.joomlart.com/update-steps',''),(19994,5,0,'GK hotel','','gk_hotel','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(19995,5,0,'GK instyle','','gk_instyle','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_instyle.xml','https://www.joomlart.com/update-steps',''),(19996,5,0,'GK john s J!3','','gk_john_s','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_john_s.xml','https://www.joomlart.com/update-steps',''),(19997,5,0,'GK magazine','','gk_magazine','template','',0,'4.3','','http://update.joomlart.com/service/tracking/j30/gk_magazine.xml','https://www.joomlart.com/update-steps',''),(19998,5,0,'GK mo J!3','','gk_mo','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_mo.xml','https://www.joomlart.com/update-steps',''),(19999,5,0,'GK msocial J!3','','gk_msocial','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_msocial.xml','https://www.joomlart.com/update-steps',''),(20000,5,0,'GK musicstate','','gk_musicstate','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_musicstate.xml','https://www.joomlart.com/update-steps',''),(20001,5,0,'GK news J!3','','gk_news','template','',0,'4.3.1','','http://update.joomlart.com/service/tracking/j30/gk_news.xml','https://www.joomlart.com/update-steps',''),(20002,5,0,'GK news2 J!3','','gk_news2','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_news2.xml','https://www.joomlart.com/update-steps',''),(20003,5,0,'GK news refreshed J!3','','gk_news_refreshed','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_news_refreshed.xml','https://www.joomlart.com/update-steps',''),(20004,5,0,'GK photo J!3','','gk_photo','template','',0,'4.2.2','','http://update.joomlart.com/service/tracking/j30/gk_photo.xml','https://www.joomlart.com/update-steps',''),(20005,5,0,'GK portfolio J!3','','gk_portfolio','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j30/gk_portfolio.xml','https://www.joomlart.com/update-steps',''),(20006,5,0,'GK rockwall','','gk_rockwall','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_rockwall.xml','https://www.joomlart.com/update-steps',''),(20007,5,0,'GK Shop & Buy Template','','gk_shop_and_buy','template','',0,'4.3.1','','http://update.joomlart.com/service/tracking/j30/gk_shop_and_buy.xml','https://www.joomlart.com/update-steps',''),(20008,5,0,'GK simplicity J!3','','gk_simplicity','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_simplicity.xml','https://www.joomlart.com/update-steps',''),(20009,5,0,'GK steakhouse J!3','','gk_steakhouse','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_steakhouse.xml','https://www.joomlart.com/update-steps',''),(20010,5,0,'GK storebox J!3','','gk_storebox','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_storebox.xml','https://www.joomlart.com/update-steps',''),(20011,5,0,'GK storefront J!3','','gk_storefront','template','',0,'4.4','','http://update.joomlart.com/service/tracking/j30/gk_storefront.xml','https://www.joomlart.com/update-steps',''),(20012,5,0,'GK technews J!3','','gk_technews','template','',0,'2.0.5','','http://update.joomlart.com/service/tracking/j30/gk_technews.xml','https://www.joomlart.com/update-steps',''),(20013,5,0,'GK university','','gk_university','template','',0,'4.1.3','','http://update.joomlart.com/service/tracking/j30/gk_university.xml','https://www.joomlart.com/update-steps',''),(20014,5,0,'GK writer J!3','','gk_writer','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_writer.xml','https://www.joomlart.com/update-steps',''),(20015,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(20016,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(20017,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(20018,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(20019,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(20020,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(20021,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(20022,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(20023,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(20024,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(20025,5,0,'Metro Grid GK5','','mod_grid_gk5','module','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j30/mod_grid_gk5.xml','https://www.joomlart.com/update-steps',''),(20026,5,0,'Highlighter GK5 Module','','mod_highlighter_gk5','module','',0,'1.2.4','','http://update.joomlart.com/service/tracking/j30/mod_highlighter_gk5.xml','https://www.joomlart.com/update-steps',''),(20027,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.7.6','','http://update.joomlart.com/service/tracking/j30/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(20028,5,0,'News Pro GK5 J!3','','mod_news_pro_gk5','module','',0,'2.1.5','','http://update.joomlart.com/service/tracking/j30/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(20029,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.8','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(20030,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(20031,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(20032,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(20033,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(20034,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(20035,5,0,'GK Opengraph system plugin','','gk_opengraph','plugin','sys',0,'1.0.2','','http://update.joomlart.com/service/tracking/j30/plg_sys_gk_opengraph.xml','https://www.joomlart.com/update-steps',''),(20036,5,0,'GK Cache system plugin','','gkcache','plugin','sys',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_sys_gkcache.xml','https://www.joomlart.com/update-steps',''),(20037,5,0,'GK Extmenu system plugin','','gkextmenu','plugin','sys',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/plg_sys_gkextmenu.xml','https://www.joomlart.com/update-steps',''),(20038,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(20039,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.3.2','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(20040,5,0,'S5 Amazed Photography Template','','Shape5_amazed_photography_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_amazed_photography_template.xml','https://www.joomlart.com/update-steps',''),(20041,5,0,'S5 Ambient Template','','Shape5_ambient_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_ambient_template.xml','https://www.joomlart.com/update-steps',''),(20042,5,0,'S5 Ameritage Medical Template','','Shape5_ameritage_medical_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ameritage_medical_template.xml','https://www.joomlart.com/update-steps',''),(20043,5,0,'S5 Appwonder Template','','Shape5_appwonder_template','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/Shape5_appwonder_template.xml','https://www.joomlart.com/update-steps',''),(20044,5,0,'S5 Arthur Template','','Shape5_arthur_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_arthur_template.xml','https://www.joomlart.com/update-steps',''),(20045,5,0,'S5 Attractions Template','','Shape5_attractions_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_attractions_template.xml','https://www.joomlart.com/update-steps',''),(20046,5,0,'S5 Aurora Dawn Template','','Shape5_aurora_dawn_template','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_aurora_dawn_template.xml','https://www.joomlart.com/update-steps',''),(20047,5,0,'S5 Avignet Dream Template','','Shape5_avignet_dream_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_avignet_dream_template.xml','https://www.joomlart.com/update-steps',''),(20048,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(20049,5,0,'S5 Big Picture Template','','Shape5_bigpicture_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bigpicture_template.xml','https://www.joomlart.com/update-steps',''),(20050,5,0,'S5 Blogbox Template','','Shape5_blog_box_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_blog_box_template.xml','https://www.joomlart.com/update-steps',''),(20051,5,0,'S5 BlueGroup Template','','Shape5_bluegroup_template','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j31/Shape5_bluegroup_template.xml','https://www.joomlart.com/update-steps',''),(20052,5,0,'S5 Business Line Template','','Shape5_business_line_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_business_line_template.xml','https://www.joomlart.com/update-steps',''),(20053,5,0,'S5 Business Pro Template','','Shape5_business_pro_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_business_pro_template.xml','https://www.joomlart.com/update-steps',''),(20054,5,0,'S5 Callie Rush Template','','Shape5_callie_rush_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_callie_rush_template.xml','https://www.joomlart.com/update-steps',''),(20055,5,0,'S5 Campus Life Template','','Shape5_campuslife_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_campuslife_template.xml','https://www.joomlart.com/update-steps',''),(20056,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(20057,5,0,'S5 Charlestown Template','','Shape5_charlestown_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_charlestown_template.xml','https://www.joomlart.com/update-steps',''),(20058,5,0,'S5 Cleanout Template','','Shape5_cleanout_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cleanout_template.xml','https://www.joomlart.com/update-steps',''),(20059,5,0,'S5 Comaxium Template','','Shape5_comaxium_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_comaxium_template.xml','https://www.joomlart.com/update-steps',''),(20060,5,0,'S5 Compassion Template','','Shape5_compassion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_compassion_template.xml','https://www.joomlart.com/update-steps',''),(20061,5,0,'S5 Construction Template','','Shape5_construction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_construction_template.xml','https://www.joomlart.com/update-steps',''),(20062,5,0,'S5 Content King Template','','Shape5_contentking_template','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j31/Shape5_contentking_template.xml','https://www.joomlart.com/update-steps',''),(20063,5,0,'S5 Corporate Response Template','','Shape5_corporate_response_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corporate_response_template.xml','https://www.joomlart.com/update-steps',''),(20064,5,0,'S5 Corpway Template','','Shape5_corpway_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_corpway_template.xml','https://www.joomlart.com/update-steps',''),(20065,5,0,'S5 Cyan Template','','Shape5_cyan_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cyan_template.xml','https://www.joomlart.com/update-steps',''),(20066,5,0,'S5 Emma and Mason Template','','Shape5_emma_and_mason_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_emma_and_mason_template.xml','https://www.joomlart.com/update-steps',''),(20067,5,0,'S5 Emusica Template','','Shape5_emusica_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_emusica_template.xml','https://www.joomlart.com/update-steps',''),(20068,5,0,'S5 Eventfull Business Template','','Shape5_eventfull_business_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_eventfull_business_template.xml','https://www.joomlart.com/update-steps',''),(20069,5,0,'S5 Eventfull Template','','Shape5_eventfull_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_eventfull_template.xml','https://www.joomlart.com/update-steps',''),(20070,5,0,'S5 EZ Web Hosting Template','','Shape5_ezwebhosting_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ezwebhosting_template.xml','https://www.joomlart.com/update-steps',''),(20071,5,0,'S5 Fitness Center Template','','Shape5_fitness_center_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_fitness_center_template.xml','https://www.joomlart.com/update-steps',''),(20072,5,0,'S5 Forte Template','','Shape5_forte_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_forte_template.xml','https://www.joomlart.com/update-steps',''),(20073,5,0,'S5 Fresh Bistro Template','','Shape5_fresh_bistro_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_fresh_bistro_template.xml','https://www.joomlart.com/update-steps',''),(20074,5,0,'S5 Fusion Template','','Shape5_fusion_template','template','',0,'1.5.7','','http://update.joomlart.com/service/tracking/j31/Shape5_fusion_template.xml','https://www.joomlart.com/update-steps',''),(20075,5,0,'S5 Game World Template','','Shape5_game_world_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_game_world_template.xml','https://www.joomlart.com/update-steps',''),(20076,5,0,'S5 Gamers Template','','Shape5_gamers_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_gamers_template.xml','https://www.joomlart.com/update-steps',''),(20077,5,0,'S5 GCK Store Template','','Shape5_gck_store_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_gck_store_template.xml','https://www.joomlart.com/update-steps',''),(20078,5,0,'S5 General Commerce Template','','Shape5_general_commerce_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_general_commerce_template.xml','https://www.joomlart.com/update-steps',''),(20079,5,0,'S5 General Contractor Template','','Shape5_general_contractor_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_general_contractor_template.xml','https://www.joomlart.com/update-steps',''),(20080,5,0,'S5 GetReserved Template','','Shape5_getreserved_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_getreserved_template.xml','https://www.joomlart.com/update-steps',''),(20081,5,0,'S5 Health Guide Template','','Shape5_health_guide_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_health_guide_template.xml','https://www.joomlart.com/update-steps',''),(20082,5,0,'S5 Helion Template','','Shape5_helion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_helion_template.xml','https://www.joomlart.com/update-steps',''),(20083,5,0,'S5 Hexa Corp Template','','Shape5_hexa_corp_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_hexa_corp_template.xml','https://www.joomlart.com/update-steps',''),(20084,5,0,'S5 Hexicon Gamer Template','','Shape5_hexicon_gamer_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_hexicon_gamer_template.xml','https://www.joomlart.com/update-steps',''),(20085,5,0,'S5 Incline Template','','Shape5_incline_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_incline_template.xml','https://www.joomlart.com/update-steps',''),(20086,5,0,'S5 Legal Lawyer Template','','Shape5_legal_lawyer_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_legal_lawyer_template.xml','https://www.joomlart.com/update-steps',''),(20087,5,0,'S5 Life Journey Template','','Shape5_life_journey_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_life_journey_template.xml','https://www.joomlart.com/update-steps',''),(20088,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(20089,5,0,'S5 Lime Light Template','','Shape5_lime_light_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_lime_light_template.xml','https://www.joomlart.com/update-steps',''),(20090,5,0,'S5 Luxon Template','','Shape5_luxon_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_luxon_template.xml','https://www.joomlart.com/update-steps',''),(20091,5,0,'S5 M Ceative Agency Template','','Shape5_m_creative_agency_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_m_creative_agency_template.xml','https://www.joomlart.com/update-steps',''),(20092,5,0,'S5 Maxed Mag Template','','Shape5_maxedmag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_maxedmag_template.xml','https://www.joomlart.com/update-steps',''),(20093,5,0,'S5 MetroShows Template','','Shape5_metroshows_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_metroshows_template.xml','https://www.joomlart.com/update-steps',''),(20094,5,0,'S5 Modern Flavor Template','','Shape5_modern_flavor_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_modern_flavor_template.xml','https://www.joomlart.com/update-steps',''),(20095,5,0,'S5 New Vision Template','','Shape5_new_vision_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_new_vision_template.xml','https://www.joomlart.com/update-steps',''),(20096,5,0,'S5 News Blog Template','','Shape5_newsblog_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_newsblog_template.xml','https://www.joomlart.com/update-steps',''),(20097,5,0,'S5 Newsplace Template','','Shape5_newsplace_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_newsplace_template.xml','https://www.joomlart.com/update-steps',''),(20098,5,0,'S5 No1 Shopping Template','','Shape5_no1_shopping_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_no1_shopping_template.xml','https://www.joomlart.com/update-steps',''),(20099,5,0,'S5 Oasis Template','','Shape5_oasis_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_oasis_template.xml','https://www.joomlart.com/update-steps',''),(20100,5,0,'S5 Outdoor Life Template','','Shape5_outdoor_life_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_outdoor_life_template.xml','https://www.joomlart.com/update-steps',''),(20101,5,0,'S5 Pantheon Template','','Shape5_pantheon_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_pantheon_template.xml','https://www.joomlart.com/update-steps',''),(20102,5,0,'S5 Paradigm Shift Template','','Shape5_paradigm_shift_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_paradigm_shift_template.xml','https://www.joomlart.com/update-steps',''),(20103,5,0,'S5 Phosphorus Template','','Shape5_phosphorus_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_phosphorus_template.xml','https://www.joomlart.com/update-steps',''),(20104,5,0,'S5 Photobox Template','','Shape5_photobox_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_photobox_template.xml','https://www.joomlart.com/update-steps',''),(20105,5,0,'S5 Photofolio Template','','Shape5_photofolio_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_photofolio_template.xml','https://www.joomlart.com/update-steps',''),(20106,5,0,'S5 Prestige Academy Template','','Shape5_prestige_academy_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_prestige_academy_template.xml','https://www.joomlart.com/update-steps',''),(20107,5,0,'S5 Real Estate Template','','Shape5_realestate_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_realestate_template.xml','https://www.joomlart.com/update-steps',''),(20108,5,0,'S5 Regan Tech Template','','Shape5_regan_tech_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_regan_tech_template.xml','https://www.joomlart.com/update-steps',''),(20109,5,0,'S5 Risen Hope Template','','Shape5_risen_hope_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_risen_hope_template.xml','https://www.joomlart.com/update-steps',''),(20110,5,0,'S5 Salon N Spa Template','','Shape5_salonnspa_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_salonnspa_template.xml','https://www.joomlart.com/update-steps',''),(20111,5,0,'S5 Samba Spa Template','','Shape5_samba_template','template','',0,'1.5.0','','http://update.joomlart.com/service/tracking/j31/Shape5_samba_template.xml','https://www.joomlart.com/update-steps',''),(20112,5,0,'S5 Vertex Template','','Shape5_shape5_vertex_template','template','',0,'3.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_shape5_vertex_template.xml','https://www.joomlart.com/update-steps',''),(20113,5,0,'S5 Shenandoah Template','','Shape5_shenandoah_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_shenandoah_template.xml','https://www.joomlart.com/update-steps',''),(20114,5,0,'S5 ShoppingBag Template','','Shape5_shoppingbag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_shoppingbag_template.xml','https://www.joomlart.com/update-steps',''),(20115,5,0,'S5 Sienna Template','','Shape5_sienna_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sienna_template.xml','https://www.joomlart.com/update-steps',''),(20116,5,0,'S5 Simplex Template','','Shape5_simplex_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_simplex_template.xml','https://www.joomlart.com/update-steps',''),(20117,5,0,'S5 Soul Search Template','','Shape5_soul_search_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_soul_search_template.xml','https://www.joomlart.com/update-steps',''),(20118,5,0,'S5 Spectrum Template','','Shape5_spectrum_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_spectrum_template.xml','https://www.joomlart.com/update-steps',''),(20119,5,0,'S5 Sports Nation Template','','Shape5_sports_nation_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sports_nation_template.xml','https://www.joomlart.com/update-steps',''),(20120,5,0,'S5 Store Pro Template','','Shape5_storepro_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_storepro_template.xml','https://www.joomlart.com/update-steps',''),(20121,5,0,'S5 Swapps Template','','Shape5_swapps_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_swapps_template.xml','https://www.joomlart.com/update-steps',''),(20122,5,0,'S5 The Classifieds Template','','Shape5_the_classifieds_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_the_classifieds_template.xml','https://www.joomlart.com/update-steps',''),(20123,5,0,'S5 TheBlogazine Template','','Shape5_theblogazine_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_theblogazine_template.xml','https://www.joomlart.com/update-steps',''),(20124,5,0,'S5 Traction Template','','Shape5_traction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_traction_template.xml','https://www.joomlart.com/update-steps',''),(20125,5,0,'S5 University Template','','Shape5_university_template','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_university_template.xml','https://www.joomlart.com/update-steps',''),(20126,5,0,'S5 Velocity Template','','Shape5_velocity_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_velocity_template.xml','https://www.joomlart.com/update-steps',''),(20127,5,0,'S5 Zoka Template','','Shape5_zoka_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_zoka_template.xml','https://www.joomlart.com/update-steps',''),(20128,5,0,'JA Blockk Entertaiment 1','','blockk_entertaiment_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_entertaiment_1.xml','https://www.joomlart.com/update-steps',''),(20129,5,0,'JA Blockk Entertaiment 2','','blockk_entertaiment_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_entertaiment_2.xml','https://www.joomlart.com/update-steps',''),(20130,5,0,'JA Blockk Fashion 1','','blockk_fashion_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_1.xml','https://www.joomlart.com/update-steps',''),(20131,5,0,'JA Blockk Fashion 2','','blockk_fashion_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_2.xml','https://www.joomlart.com/update-steps',''),(20132,5,0,'JA Blockk Fashion 3','','blockk_fashion_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_3.xml','https://www.joomlart.com/update-steps',''),(20133,5,0,'JA Blockk Fashion 4','','blockk_fashion_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_4.xml','https://www.joomlart.com/update-steps',''),(20134,5,0,'JA Blockk Freebie 1','','blockk_freebie_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_freebie_1.xml','https://www.joomlart.com/update-steps',''),(20135,5,0,'JA Blockk Freebie 2','','blockk_freebie_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_freebie_2.xml','https://www.joomlart.com/update-steps',''),(20136,5,0,'JA Blockk Gaming 1','','blockk_gaming_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_1.xml','https://www.joomlart.com/update-steps',''),(20137,5,0,'JA Blockk Gaming 2','','blockk_gaming_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_2.xml','https://www.joomlart.com/update-steps',''),(20138,5,0,'JA Blockk Gaming 3','','blockk_gaming_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_3.xml','https://www.joomlart.com/update-steps',''),(20139,5,0,'JA Blockk Gaming 4','','blockk_gaming_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_4.xml','https://www.joomlart.com/update-steps',''),(20140,5,0,'JA Blockk Magz 1','','blockk_magz_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_1.xml','https://www.joomlart.com/update-steps',''),(20141,5,0,'JA Blockk Magz 2','','blockk_magz_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_2.xml','https://www.joomlart.com/update-steps',''),(20142,5,0,'JA Blockk Magz 3','','blockk_magz_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_3.xml','https://www.joomlart.com/update-steps',''),(20143,5,0,'JA Blockk Magz 4','','blockk_magz_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_4.xml','https://www.joomlart.com/update-steps',''),(20144,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'7.1.1','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(20145,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.5','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(20146,5,0,'Guru Pro','','com_guru_pro','component','',1,'6.2.4','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(20147,5,0,'JA Builder Component','','com_jabuilder','component','',1,'2.0.2','','http://update.joomlart.com/service/tracking/j31/com_jabuilder.xml','https://www.joomlart.com/update-steps',''),(20148,5,0,'JA Extension Manager Component','','com_jaextmanager','component','',1,'2.7.6','','http://update.joomlart.com/service/tracking/j31/com_jaextmanager.xml','https://www.joomlart.com/update-steps',''),(20149,5,0,'JA Font Component','','com_jafont','component','',1,'1.0.3','','http://update.joomlart.com/service/tracking/j31/com_jafont.xml','https://www.joomlart.com/update-steps',''),(20150,5,0,'JA Joomla GDPR Component','','com_jagdpr','component','',1,'1.1.0','','http://update.joomlart.com/service/tracking/j31/com_jagdpr.xml','https://www.joomlart.com/update-steps',''),(20151,5,0,'JA Multilingual Component','','com_jalang','component','',1,'1.2.1','','http://update.joomlart.com/service/tracking/j31/com_jalang.xml','https://www.joomlart.com/update-steps',''),(20152,5,0,'JA Page Builder Component','','com_japagebuilder','component','',1,'1.0.0_alpha3','','http://update.joomlart.com/service/tracking/j31/com_japagebuilder.xml','https://www.joomlart.com/update-steps',''),(20153,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.1.0','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(20154,5,0,'T4 Page Builder Component','','com_t4pagebuilder','component','',1,'2.1.1','','http://update.joomlart.com/service/tracking/j31/com_t4pagebuilder.xml','https://www.joomlart.com/update-steps',''),(20155,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(20156,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(20157,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(20158,5,0,'JA Resume Theme for EasyBlog','','easyblog_theme_resume','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_resume.xml','https://www.joomlart.com/update-steps',''),(20159,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(20160,5,0,'GK Academy Template','','gk_academy','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_academy.xml','https://www.joomlart.com/update-steps',''),(20161,5,0,'GK App Template','','gk_app','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_app.xml','https://www.joomlart.com/update-steps',''),(20162,5,0,'GK Bauhaus Template','','gk_bauhaus','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_bauhaus.xml','https://www.joomlart.com/update-steps',''),(20163,5,0,'GK Blend Template','','gk_blend','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_blend.xml','https://www.joomlart.com/update-steps',''),(20164,5,0,'GK Decor template','','gk_decor','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/gk_decor.xml','https://www.joomlart.com/update-steps',''),(20165,5,0,'GK EvoNews Template','','gk_evonews','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_evonews.xml','https://www.joomlart.com/update-steps',''),(20166,5,0,'GK Fit Template','','gk_fit','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_fit.xml','https://www.joomlart.com/update-steps',''),(20167,5,0,'GK Folio Template','','gk_folio','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_folio.xml','https://www.joomlart.com/update-steps',''),(20168,5,0,'GK Infinity Template','','gk_infinity','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_infinity.xml','https://www.joomlart.com/update-steps',''),(20169,5,0,'GK Issues Template','','gk_issues','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_issues.xml','https://www.joomlart.com/update-steps',''),(20170,5,0,'GK Kidty template','','gk_kidty','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_kidty.xml','https://www.joomlart.com/update-steps',''),(20171,5,0,'GK magazine','','gk_magazine','template','',0,'4.4.1','','http://update.joomlart.com/service/tracking/j31/gk_magazine.xml','https://www.joomlart.com/update-steps',''),(20172,5,0,'GK Paradise Template','','gk_paradise','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_paradise.xml','https://www.joomlart.com/update-steps',''),(20173,5,0,'GK Portfolio Template','','gk_portfolio','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_portfolio.xml','https://www.joomlart.com/update-steps',''),(20174,5,0,'GK Quark template','','gk_quark','template','',0,'2.1.6','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(20175,5,0,'GK ResumeTemplate','','gk_resume','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_resume.xml','https://www.joomlart.com/update-steps',''),(20176,5,0,'GK Shop & Buy Template','','gk_shop_and_buy','template','',0,'4.4','','http://update.joomlart.com/service/tracking/j31/gk_shop_and_buy.xml','https://www.joomlart.com/update-steps',''),(20177,5,0,'GK Siggi Template','','gk_siggi','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_siggi.xml','https://www.joomlart.com/update-steps',''),(20178,5,0,'GK Stora Template','','gk_stora','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/gk_stora.xml','https://www.joomlart.com/update-steps',''),(20179,5,0,'GK storefront ','','gk_storefront','template','',0,'4.5.0','','http://update.joomlart.com/service/tracking/j31/gk_storefront.xml','https://www.joomlart.com/update-steps',''),(20180,5,0,'GK technews','','gk_technews','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_technews.xml','https://www.joomlart.com/update-steps',''),(20181,5,0,'GK Wedding Template','','gk_wedding','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_wedding.xml','https://www.joomlart.com/update-steps',''),(20182,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(20183,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.5','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(20184,5,0,'Guru Search Module','','guru-search-module','module','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/guru-search-module.xml','https://www.joomlart.com/update-steps',''),(20185,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(20186,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(20187,5,0,'JA Allure Template','','ja_allure','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_allure.xml','https://www.joomlart.com/update-steps',''),(20188,5,0,'JA Alpha Template','','ja_alpha','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_alpha.xml','https://www.joomlart.com/update-steps',''),(20189,5,0,'JA Alumni Template','','ja_alumni','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_alumni.xml','https://www.joomlart.com/update-steps',''),(20190,5,0,'JA Artsy Template','','ja_artsy','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_artsy.xml','https://www.joomlart.com/update-steps',''),(20191,5,0,'JA Atoms Template','','ja_atoms','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_atoms.xml','https://www.joomlart.com/update-steps',''),(20192,5,0,'JA Autoshop Source File','','ja_autoshop','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_autoshop.xml','https://www.joomlart.com/update-steps',''),(20193,5,0,'JA Beauty Source File','','ja_beauty','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_beauty.xml','https://www.joomlart.com/update-steps',''),(20194,5,0,'JA Biz Template','','ja_biz','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_biz.xml','https://www.joomlart.com/update-steps',''),(20195,5,0,'JA Blockk Template','','ja_blockk','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_blockk.xml','https://www.joomlart.com/update-steps',''),(20196,5,0,'ja boxing tpl','','ja_boxing','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/ja_boxing.xml','https://www.joomlart.com/update-steps',''),(20197,5,0,'JA Brickstore Template','','ja_brickstore','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_brickstore.xml','https://www.joomlart.com/update-steps',''),(20198,5,0,'JA Builder Package','','ja_builder_pkg','package','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_builder_pkg.xml','https://www.joomlart.com/update-steps',''),(20199,5,0,'JA Cagox template','','ja_cagox','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(20200,5,0,'JA Campaign Template','','ja_campaign','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_campaign.xml','https://www.joomlart.com/update-steps',''),(20201,5,0,'JA Candidate Template','','ja_candidate','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_candidate.xml','https://www.joomlart.com/update-steps',''),(20202,5,0,'JA Charity template','','ja_charity','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_charity.xml','https://www.joomlart.com/update-steps',''),(20203,5,0,'JA City Guide Template','','ja_cityguide','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/ja_cityguide.xml','https://www.joomlart.com/update-steps',''),(20204,5,0,'JA Company Template','','ja_company','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(20205,5,0,'JA Conf Template','','ja_conf','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_conf.xml','https://www.joomlart.com/update-steps',''),(20206,5,0,'JA Diner Template','','ja_diner','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_diner.xml','https://www.joomlart.com/update-steps',''),(20207,5,0,'JA Directory Template','','ja_directory','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(20208,5,0,'JA Donate Template','','ja_donate','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(20209,5,0,'JA Edenite II Template','','ja_edenite_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_edenite_ii.xml','https://www.joomlart.com/update-steps',''),(20210,5,0,'JA Educatsy Template','','ja_educatsy','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_educatsy.xml','https://www.joomlart.com/update-steps',''),(20211,5,0,'JA Ego Template','','ja_ego','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_ego.xml','https://www.joomlart.com/update-steps',''),(20212,5,0,'JA Elicyon Template','','ja_elicyon','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_elicyon.xml','https://www.joomlart.com/update-steps',''),(20213,5,0,'JA EventCamp Template','','ja_eventcamp','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_eventcamp.xml','https://www.joomlart.com/update-steps',''),(20214,5,0,'JA Events II template','','ja_events_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_events_ii.xml','https://www.joomlart.com/update-steps',''),(20215,5,0,'JA Festival Template','','ja_festival','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/ja_festival.xml','https://www.joomlart.com/update-steps',''),(20216,5,0,'JA Fit Template','','ja_fit','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_fit.xml','https://www.joomlart.com/update-steps',''),(20217,5,0,'ja flix tpl','','ja_flix','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_flix.xml','https://www.joomlart.com/update-steps',''),(20218,5,0,'JA Focus Template','','ja_focus','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_focus.xml','https://www.joomlart.com/update-steps',''),(20219,5,0,'JA Good Template','','ja_good','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_good.xml','https://www.joomlart.com/update-steps',''),(20220,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(20221,5,0,'JA Helple Template','','ja_helple','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_helple.xml','https://www.joomlart.com/update-steps',''),(20222,5,0,'JA Hotel Template','','ja_hotel','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_hotel.xml','https://www.joomlart.com/update-steps',''),(20223,5,0,'JA Insight Template','','ja_insight','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_insight.xml','https://www.joomlart.com/update-steps',''),(20224,5,0,'JA Intranet Template','','ja_intranet','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(20225,5,0,'ja Justitia Template','','ja_justitia','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_justitia.xml','https://www.joomlart.com/update-steps',''),(20226,5,0,'JA Kids Corner Source File','','ja_kidscorner','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_kidscorner.xml','https://www.joomlart.com/update-steps',''),(20227,5,0,'JA Landscape Template','','ja_landscape','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_landscape.xml','https://www.joomlart.com/update-steps',''),(20228,5,0,'JA Lawfirm Template ','','ja_lawfirm','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_lawfirm.xml','https://www.joomlart.com/update-steps',''),(20229,5,0,'JA Magz II Template','','ja_magz_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_magz_ii.xml','https://www.joomlart.com/update-steps',''),(20230,5,0,'JA Mason Template','','ja_mason','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mason.xml','https://www.joomlart.com/update-steps',''),(20231,5,0,'JA Megastore Template','','ja_megastore','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(20232,5,0,'JA Mono Template','','ja_mono','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mono.xml','https://www.joomlart.com/update-steps',''),(20233,5,0,'JA Mood Template','','ja_mood','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(20234,5,0,'JA Morgan Template','','ja_morgan','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_morgan.xml','https://www.joomlart.com/update-steps',''),(20235,5,0,'JA Moviemax Template','','ja_moviemax','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_moviemax.xml','https://www.joomlart.com/update-steps',''),(20236,5,0,'JA Oslo Template','','ja_oslo','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_oslo.xml','https://www.joomlart.com/update-steps',''),(20237,5,0,'JA Platon Template','','ja_platon','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon.xml','https://www.joomlart.com/update-steps',''),(20238,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(20239,5,0,'JA Play School Template','','ja_playschool','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_playschool.xml','https://www.joomlart.com/update-steps',''),(20240,5,0,'JA Playstore Template','','ja_playstore','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(20241,5,0,'ja prodex tpl','','ja_prodex','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_prodex.xml','https://www.joomlart.com/update-steps',''),(20242,5,0,'JA Property Template','','ja_property','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(20243,5,0,'JA Rent template','','ja_rent','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_rent.xml','https://www.joomlart.com/update-steps',''),(20244,5,0,'JA Resort Template','','ja_resort','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_resort.xml','https://www.joomlart.com/update-steps',''),(20245,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(20246,5,0,'JA Resume Template','','ja_resume','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_resume.xml','https://www.joomlart.com/update-steps',''),(20247,5,0,'JA Sensei Source File','','ja_sensei','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_sensei.xml','https://www.joomlart.com/update-steps',''),(20248,5,0,'JA Shoe Template','','ja_shoe','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_shoe.xml','https://www.joomlart.com/update-steps',''),(20249,5,0,'JA Simpli Template','','ja_simpli','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/ja_simpli.xml','https://www.joomlart.com/update-steps',''),(20250,5,0,'JA Smallbiz Template','','ja_smallbiz','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_smallbiz.xml','https://www.joomlart.com/update-steps',''),(20251,5,0,'JA Social II template','','ja_social_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_social_ii.xml','https://www.joomlart.com/update-steps',''),(20252,5,0,'JA Spa Template','','ja_spa','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_spa.xml','https://www.joomlart.com/update-steps',''),(20253,5,0,'JA Space Template','','ja_space','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_space.xml','https://www.joomlart.com/update-steps',''),(20254,5,0,'JA Stark Template','','ja_stark','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(20255,5,0,'JA Symphony Template','','ja_symphony','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_symphony.xml','https://www.joomlart.com/update-steps',''),(20256,5,0,'JA Techzone Template','','ja_techzone','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_techzone.xml','https://www.joomlart.com/update-steps',''),(20257,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'2.1.3','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(20258,5,0,'ja titan tpl','','ja_titan','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_titan.xml','https://www.joomlart.com/update-steps',''),(20259,5,0,'JA Tour Template','','ja_tour','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_tour.xml','https://www.joomlart.com/update-steps',''),(20260,5,0,'ja trip tpl','','ja_trip','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_trip.xml','https://www.joomlart.com/update-steps',''),(20261,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(20262,5,0,'JA University T3 template','','ja_university_t3','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(20263,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(20264,5,0,'JA Vital Template','','ja_vital','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_vital.xml','https://www.joomlart.com/update-steps',''),(20265,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(20266,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(20267,5,0,'JS Column Theme','','js_column','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_column.xml','https://www.joomlart.com/update-steps',''),(20268,5,0,'JS Flat Theme','','js_flat','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_flat.xml','https://www.joomlart.com/update-steps',''),(20269,5,0,'JS Kikiriki Theme','','js_kikiriki','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_kikiriki.xml','https://www.joomlart.com/update-steps',''),(20270,5,0,'JS Shadow Theme','','js_shadow','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_shadow.xml','https://www.joomlart.com/update-steps',''),(20271,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(20272,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(20273,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(20274,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(20275,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(20276,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(20277,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(20278,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(20279,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(20280,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(20281,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(20282,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(20283,5,0,'Community Toolbar Module','','mod_community_toolbar','module','',0,'4.8.0','','http://update.joomlart.com/service/tracking/j31/mod_community_toolbar.xml','https://www.joomlart.com/update-steps',''),(20284,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(20285,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(20286,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(20287,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(20288,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(20289,5,0,'GK Register Module ','','mod_gk_register','module','',0,'1.3','','http://update.joomlart.com/service/tracking/j31/mod_gk_register.xml','https://www.joomlart.com/update-steps',''),(20290,5,0,'Metro Grid GK5','','mod_grid_gk5','module','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j31/mod_grid_gk5.xml','https://www.joomlart.com/update-steps',''),(20291,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.8.2','','http://update.joomlart.com/service/tracking/j31/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(20292,5,0,'JA Weather Module','','mod_ja_weather','module','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/mod_ja_weather.xml','https://www.joomlart.com/update-steps',''),(20293,5,0,'JA Finance Module','','mod_jafinance','module','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/mod_jafinance.xml','https://www.joomlart.com/update-steps',''),(20294,5,0,'JA Google Analytics','','mod_jagoogle_analytics','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/mod_jagoogle_analytics.xml','https://www.joomlart.com/update-steps',''),(20295,5,0,'JA Masthead Module ','','mod_jamasthead','module','',0,'1.2.2','','http://update.joomlart.com/service/tracking/j31/mod_jamasthead.xml','https://www.joomlart.com/update-steps',''),(20296,5,0,'JA Megafilter Module','','mod_jamegafilter','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(20297,5,0,'JA Promo Bar module','','mod_japromobar','module','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/mod_japromobar.xml','https://www.joomlart.com/update-steps',''),(20298,5,0,'GK News Pro GK4 Module','','mod_news_pro_gk4','module','',0,'3.5.0','','http://update.joomlart.com/service/tracking/j31/mod_news_pro_gk4.xml','https://www.joomlart.com/update-steps',''),(20299,5,0,'News Pro GK5','','mod_news_pro_gk5','module','',0,'2.2.1','','http://update.joomlart.com/service/tracking/j31/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(20300,5,0,'S5 Box Module','','mod_s5_box','module','',0,'6.2.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_box.xml','https://www.joomlart.com/update-steps',''),(20301,5,0,'S5 Contact Popup Module','','mod_s5_contact_popup','module','',0,'1.6.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_contact_popup.xml','https://www.joomlart.com/update-steps',''),(20302,5,0,'S5 Horizontal Accordion Module','','mod_s5_horizontal_accordion','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_horizontal_accordion.xml','https://www.joomlart.com/update-steps',''),(20303,5,0,'S5 Image Content Fader v4 Module','','mod_s5_image_and_content_faderv4','module','',0,'4.5.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_image_and_content_faderv4.xml','https://www.joomlart.com/update-steps',''),(20304,5,0,'S5 Instagram Feed Module','','mod_s5_instagram_feed','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/mod_s5_instagram_feed.xml','https://www.joomlart.com/update-steps',''),(20305,5,0,'S5 Live Search Module','','mod_s5_live_search','module','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/mod_s5_live_search.xml','https://www.joomlart.com/update-steps',''),(20306,5,0,'S5 Mailchimp Signup Module','','mod_s5_mailchimp_signup','module','',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_mailchimp_signup.xml','https://www.joomlart.com/update-steps',''),(20307,5,0,'S5 Masonry Module','','mod_s5_masonry','module','',0,'3.1.2','','http://update.joomlart.com/service/tracking/j31/mod_s5_masonry.xml','https://www.joomlart.com/update-steps',''),(20308,5,0,'S5 News Display 2 Module','','mod_s5_news_display_2','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_news_display_2.xml','https://www.joomlart.com/update-steps',''),(20309,5,0,'S5 New Sticker V3 Module','','mod_s5_newstickerv3','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_newstickerv3.xml','https://www.joomlart.com/update-steps',''),(20310,5,0,'S5 Open Table Module','','mod_s5_opentable','module','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_opentable.xml','https://www.joomlart.com/update-steps',''),(20311,5,0,'S5 Photo Showcase V2 Module','','mod_s5_photo_showcase_v2','module','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/mod_s5_photo_showcase_v2.xml','https://www.joomlart.com/update-steps',''),(20312,5,0,'S5 Quick Contact Module','','mod_s5_quick_contact','module','',0,'4.4.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_quick_contact.xml','https://www.joomlart.com/update-steps',''),(20313,5,0,'S5 Register Module','','mod_s5_register','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_register.xml','https://www.joomlart.com/update-steps',''),(20314,5,0,'S5 Snipcart Module','','mod_s5_snipcart','module','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_snipcart.xml','https://www.joomlart.com/update-steps',''),(20315,5,0,'S5 Tab Show v3 Module','','mod_s5_tab_show','module','',0,'3.4.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_tab_show.xml','https://www.joomlart.com/update-steps',''),(20316,5,0,'S5 Tab Show v2 Module','','mod_s5_tabshow_v2','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_tabshow_v2.xml','https://www.joomlart.com/update-steps',''),(20317,5,0,'S5 Typed Text Module','','mod_s5_typed_text','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_typed_text.xml','https://www.joomlart.com/update-steps',''),(20318,5,0,'S5 Vertical Accordion Module','','mod_s5_vertical_accordion','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_vertical_accordion.xml','https://www.joomlart.com/update-steps',''),(20319,5,0,'S5 Mapit Module','','mod_s5mapit','module','',0,'1.9.0','','http://update.joomlart.com/service/tracking/j31/mod_s5mapit.xml','https://www.joomlart.com/update-steps',''),(20320,5,0,'GK Tabs GK5 Module','','mod_tabs_gk5','module','',0,'2.3','','http://update.joomlart.com/service/tracking/j31/mod_tabs_gk5.xml','https://www.joomlart.com/update-steps',''),(20321,5,0,'JB ZenTools Module','','mod_zentools','module','',0,'1.14.7','','http://update.joomlart.com/service/tracking/j31/mod_zentools.xml','https://www.joomlart.com/update-steps',''),(20322,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(20323,5,0,'Adagency Package','','pkg_adagency','package','',0,'7.1.1','','http://update.joomlart.com/service/tracking/j31/pkg_adagency.xml','https://www.joomlart.com/update-steps',''),(20324,5,0,'Plugin Ajax JA Content Type','','jacontenttype','plugin','ajax',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plg_ajax_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(20325,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(20326,5,0,'GK PLG Authentication Facebook','','facebook','plugin','authentication',0,'1.4','','http://update.joomlart.com/service/tracking/j31/plg_authentication_facebook.xml','https://www.joomlart.com/update-steps',''),(20327,5,0,'T4 Content Load PageBuilder','','loadt4pagebuilder','plugin','content',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/plg_content_loadt4pagebuilder.xml','https://www.joomlart.com/update-steps',''),(20328,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(20329,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(20330,5,0,'GK Typography Plugin','','typography','plugin','gk',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_gk_typography.xml','https://www.joomlart.com/update-steps',''),(20331,5,0,'JA GDPR Custom Plugin','','custom','plugin','jagdpr',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jagdpr_custom.xml','https://www.joomlart.com/update-steps',''),(20332,5,0,'JA GDPR Joomla Plugin','','joomla','plugin','jagdpr',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jagdpr_joomla.xml','https://www.joomlart.com/update-steps',''),(20333,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(20334,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'2.0.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(20335,5,0,'JA Megafilter DOCman Plugin','','docman','plugin','jamegafilter',0,'2.0.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_docman.xml','https://www.joomlart.com/update-steps',''),(20336,5,0,'JA Megafilter EShop Plugin','','eshop','plugin','jamegafilter',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(20337,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(20338,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(20339,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'2.0.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(20340,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(20341,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(20342,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.7','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(20343,5,0,'GK Extmenu system plugin','','gkextmenu','plugin','sys',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_sys_gkextmenu.xml','https://www.joomlart.com/update-steps',''),(20344,5,0,'GK Reservation system plugin','','gkreservation','plugin','sys',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_sys_gkreservation.xml','https://www.joomlart.com/update-steps',''),(20345,5,0,'Gavick Framework','','gavick','plugin','system',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_gavick.xml','https://www.joomlart.com/update-steps',''),(20346,5,0,'System JA Campaign','','jacampaign','plugin','system',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/plg_system_jacampaign.xml','https://www.joomlart.com/update-steps',''),(20347,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(20348,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(20349,5,0,'T4 System Plugin ','','t4','plugin','system',0,'2.4.6','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(20350,5,0,'S5 Css And Js Compressor Plugin','','plugin_s5_css_and_js_compressor','plugin','plugin_s5_css_and_js',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_css_and_js_compressor.xml','https://www.joomlart.com/update-steps',''),(20351,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(20352,5,0,'S5 Flex Menu Plugin','','plugin_s5_flex_menu','plugin','plugin_s5_flex_menu',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_flex_menu.xml','https://www.joomlart.com/update-steps',''),(20353,5,0,'S5 Ie6 Warning Plugin','','plugin_s5_ie6_warning','plugin','plugin_s5_ie6_warnin',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_ie6_warning.xml','https://www.joomlart.com/update-steps',''),(20354,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(20355,5,0,'Purity III Template','','purity_iii','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(20356,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(20357,5,0,'JS Socialize template','','socialize','template','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/socialize.xml','https://www.joomlart.com/update-steps',''),(20358,5,0,'T4 Pagebuilder Package','','t4_page_builder_pkg','package','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/t4_page_builder_pkg.xml','https://www.joomlart.com/update-steps',''),(20359,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(20360,5,0,'Sample package for Uber App','','uber_app','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_app.xml','https://www.joomlart.com/update-steps',''),(20361,5,0,'Sample package for Uber Bookstore','','uber_bookstore','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_bookstore.xml','https://www.joomlart.com/update-steps',''),(20362,5,0,'Sample package for Uber Business','','uber_business','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_business.xml','https://www.joomlart.com/update-steps',''),(20363,5,0,'Sample package for Uber Charity','','uber_charity','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_charity.xml','https://www.joomlart.com/update-steps',''),(20364,5,0,'Sample package for Uber Church','','uber_church','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_church.xml','https://www.joomlart.com/update-steps',''),(20365,5,0,'Sample package for Uber Construction','','uber_construction','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_construction.xml','https://www.joomlart.com/update-steps',''),(20366,5,0,'Sample package for Uber Corporate','','uber_corporate','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_corporate.xml','https://www.joomlart.com/update-steps',''),(20367,5,0,'Sample package for Uber Gym','','uber_gym','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_gym.xml','https://www.joomlart.com/update-steps',''),(20368,5,0,'Sample package for Uber Home','','uber_home','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_home.xml','https://www.joomlart.com/update-steps',''),(20369,5,0,'Sample package for Uber Landing ','','uber_landing','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_landing.xml','https://www.joomlart.com/update-steps',''),(20370,5,0,'Sample package for Uber Lawyer','','uber_lawyer','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_lawyer.xml','https://www.joomlart.com/update-steps',''),(20371,5,0,'Sample package for Uber Medicare','','uber_medicare','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_medicare.xml','https://www.joomlart.com/update-steps',''),(20372,5,0,'Sample package for Uber Music','','uber_music','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_music.xml','https://www.joomlart.com/update-steps',''),(20373,5,0,'Sample package for Uber Restaurant','','uber_restaurant','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_restaurant.xml','https://www.joomlart.com/update-steps',''),(20374,5,0,'Sample package for Uber Spa','','uber_spa','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_spa.xml','https://www.joomlart.com/update-steps',''),(20375,5,0,'Sample package for Uber University','','uber_university','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_university.xml','https://www.joomlart.com/update-steps',''),(20376,5,0,'Sample package for Uber Wedding','','uber_wedding','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_wedding.xml','https://www.joomlart.com/update-steps',''),(20377,9,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com/joomla/138/b61e70db','',''),(20378,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/138/2084920890','',''),(20379,9,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com/joomla/286/21ffe006','',''),(20380,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/286/326466299','',''),(20381,9,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com/joomla/287/cb577720','',''),(20382,9,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com/joomla/301/dfc993d8','',''),(20383,9,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(20384,9,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com/joomla/313/1985305838','',''),(20385,9,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/313/1307741342','',''),(20386,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com/joomla/313/1301311221','',''),(20387,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','https://updates.rockettheme.com/joomla/313/2049982768','',''),(20388,9,0,'RokCheck (Template Version Check)','','','module','',1,'1.0.1','0802','https://updates.rockettheme.com/joomla/381/791616223','',''),(20389,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/381/337128173','',''),(20390,9,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/559/1033ef39','',''),(20391,10,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.11.20241016','','http://getk2.org/update.xml','https://github.com/getk2/k2/blob/master/CHANGELOG.md',''),(20392,15,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.11.20241016','','http://getk2.org/app/update.xml','https://github.com/getk2/k2/blob/master/CHANGELOG.md',''),(20393,16,0,'Regular Labs - Modules Anywhere','','modulesanywhere','plugin','system',0,'7.18.0','','https://download.regularlabs.com/updates.xml?e=modulesanywhere&type=.xml','https://www.regularlabs.com/modulesanywhere/download',''),(20394,17,0,'JCE 2.9.84','','pkg_jce','package','',0,'2.9.84','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-84-released',''),(20395,18,0,'SCLogin','','mod_sclogin','module','',0,'9.0.244','','http://www.sourcecoast.com/updates/sclogin.xml','https://www.sourcecoast.com/index.php?option=com_ars&view=Items&release_id=265&format=html',''),(20396,19,0,'T3 System Plugin','','t3','plugin','system',0,'3.2.3','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(20397,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20398,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20399,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20400,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20401,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20402,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20403,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20404,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20405,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20406,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20407,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20408,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20409,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20410,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20411,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20412,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20413,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20414,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20415,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20416,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20417,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20418,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20419,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20420,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20421,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20422,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20423,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20424,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20425,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20426,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20427,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20428,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20429,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20430,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20431,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20432,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20433,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20434,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20435,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20436,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20437,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20438,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20439,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20440,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20441,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20442,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20443,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20444,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20445,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20446,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20447,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20448,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20449,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20450,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20451,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20452,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20453,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20454,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20455,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20456,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20457,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20458,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20459,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20460,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20461,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20462,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20463,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20464,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20465,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20466,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20467,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20468,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20469,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20470,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20471,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20472,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20473,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20474,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20475,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20476,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20477,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20478,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20479,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20480,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20481,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20482,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20483,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20484,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20485,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20486,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20487,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20488,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20489,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20490,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20491,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20492,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20493,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20494,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20495,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20496,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20497,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20498,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20499,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20500,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20501,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20502,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20503,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20504,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20505,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20506,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20507,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20508,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20509,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20510,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20511,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20512,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20513,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20514,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20515,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20516,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20517,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20518,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20519,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20520,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(20521,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(20522,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(20523,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(20524,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(20525,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(20526,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(20527,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(20528,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(20529,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(20530,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(20531,3,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(20532,3,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(20533,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(20534,3,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(20535,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(20536,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(20537,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(20538,3,0,'French','','pkg_fr-FR','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(20539,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(20540,3,0,'German','','pkg_de-DE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(20541,3,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(20542,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(20543,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(20544,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(20545,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(20546,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.12.2','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(20547,3,0,'Irish','','pkg_ga-IE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ga-IE_details.xml','',''),(20548,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(20549,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(20550,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(20551,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(20552,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(20553,3,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.12.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(20554,3,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(20555,3,0,'Polish','','pkg_pl-PL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(20556,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(20557,3,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.10.12.3','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(20558,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(20559,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(20560,3,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(20561,3,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(20562,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(20563,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(20564,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(20565,3,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(20566,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(20567,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(20568,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(20569,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(20570,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(20571,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(20572,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(20573,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(20574,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(20575,5,0,'JA Extension Manager Component','','com_jaextmanager','component','',1,'2.7.5','','http://update.joomlart.com/service/tracking/j16/com_jaextmanager.xml','https://www.joomlart.com/update-steps',''),(20576,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.4.0','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(20577,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'2.0.5','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(20578,5,0,'JA Appolio Theme for EasyBlog','','easyblog_theme_appolio','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_appolio.xml','https://www.joomlart.com/update-steps',''),(20579,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(20580,5,0,'JA Biz Theme for EasyBlog','','easyblog_theme_biz','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_biz.xml','https://www.joomlart.com/update-steps',''),(20581,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(20582,5,0,'JA Decor Theme for EasyBlog','','easyblog_theme_decor','custom','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_decor.xml','https://www.joomlart.com/update-steps',''),(20583,5,0,'Theme Fixel for Easyblog J25 & J3x','','easyblog_theme_fixel','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_fixel.xml','https://www.joomlart.com/update-steps',''),(20584,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(20585,5,0,'JA Muzic Theme for EasyBlog','','easyblog_theme_muzic','custom','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_muzic.xml','https://www.joomlart.com/update-steps',''),(20586,5,0,'JA Obelisk Theme for EasyBlog','','easyblog_theme_obelisk','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_obelisk.xml','https://www.joomlart.com/update-steps',''),(20587,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(20588,5,0,'JA Bookshop Template','','ja_bookshop','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_bookshop.xml','https://www.joomlart.com/update-steps',''),(20589,5,0,'JA Brisk Template for J25 & J3x','','ja_brisk','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_brisk.xml','https://www.joomlart.com/update-steps',''),(20590,5,0,'JA Decor Template','','ja_decor','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j16/ja_decor.xml','https://www.joomlart.com/update-steps',''),(20591,5,0,'JA Fubix Template for J25 & J3x','','ja_fubix','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_fubix.xml','https://www.joomlart.com/update-steps',''),(20592,5,0,'JA Jason template','','ja_jason','template','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/ja_jason.xml','https://www.joomlart.com/update-steps',''),(20593,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(20594,5,0,'JA Medicare Template','','ja_medicare','template','',0,'3.0.1','','http://update.joomlart.com/service/tracking/j16/ja_medicare.xml','https://www.joomlart.com/update-steps',''),(20595,5,0,'JA Mero Template for J25 & J3x','','ja_mero','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_mero.xml','https://www.joomlart.com/update-steps',''),(20596,5,0,'JA Mitius Template','','ja_mitius','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j16/ja_mitius.xml','https://www.joomlart.com/update-steps',''),(20597,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(20598,5,0,'JA Nuevo template','','ja_nuevo','template','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/ja_nuevo.xml','https://www.joomlart.com/update-steps',''),(20599,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(20600,5,0,'JA Playmag Template','','ja_playmag','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j16/ja_playmag.xml','https://www.joomlart.com/update-steps',''),(20601,5,0,'JA Smashboard Template','','ja_smashboard','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_smashboard.xml','https://www.joomlart.com/update-steps',''),(20602,5,0,'JA Sugite Template','','ja_sugite','template','',0,'2.1.3','','http://update.joomlart.com/service/tracking/j16/ja_sugite.xml','https://www.joomlart.com/update-steps',''),(20603,5,0,'JA Travel Template for Joomla 3x','','ja_travel','template','',0,'2.5.7','','http://update.joomlart.com/service/tracking/j16/ja_travel.xml','https://www.joomlart.com/update-steps',''),(20604,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(20605,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(20606,5,0,'Kunena Template for Ja Orisite','','kunena_theme_orisite','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/kunena_theme_orisite.xml','https://www.joomlart.com/update-steps',''),(20607,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.4.2','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(20608,5,0,'JA Accordion Module','','mod_jaaccordion','module','',0,'2.6.3','','http://update.joomlart.com/service/tracking/j16/mod_jaaccordion.xml','https://www.joomlart.com/update-steps',''),(20609,5,0,'JA Content Listing Module','','mod_jacontentlisting','module','',0,'1.2.9','','http://update.joomlart.com/service/tracking/j16/mod_jacontentlisting.xml','https://www.joomlart.com/update-steps',''),(20610,5,0,'JA Content Slider Module','','mod_jacontentslider','module','',0,'2.7.7','','http://update.joomlart.com/service/tracking/j16/mod_jacontentslider.xml','https://www.joomlart.com/update-steps',''),(20611,5,0,'JA Facebook Like Box Module','','mod_jafacebooklikebox','module','',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/mod_jafacebooklikebox.xml','https://www.joomlart.com/update-steps',''),(20612,5,0,'JA Google chart 2','','mod_jagooglechart_2','module','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j16/mod_jagooglechart_2.xml','https://www.joomlart.com/update-steps',''),(20613,5,0,'JA Image Hotspot Module','','mod_jaimagehotspot','module','',0,'1.3.2','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(20614,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.4.0','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(20615,5,0,'JA Login module','','mod_jalogin','module','',0,'2.9.1','','http://update.joomlart.com/service/tracking/j16/mod_jalogin.xml','https://www.joomlart.com/update-steps',''),(20616,5,0,'JA Masthead Module ','','mod_jamasthead','module','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j16/mod_jamasthead.xml','https://www.joomlart.com/update-steps',''),(20617,5,0,'JA Newsticker Module for J3x','','mod_janewsticker','module','',0,'2.6.3','','http://update.joomlart.com/service/tracking/j16/mod_janewsticker.xml','https://www.joomlart.com/update-steps',''),(20618,5,0,'JA Quick Contact Module','','mod_jaquickcontact','module','',0,'2.8.0','','http://update.joomlart.com/service/tracking/j16/mod_jaquickcontact.xml','https://www.joomlart.com/update-steps',''),(20619,5,0,'JA SideNews Module ','','mod_jasidenews','module','',0,'2.6.9','','http://update.joomlart.com/service/tracking/j16/mod_jasidenews.xml','https://www.joomlart.com/update-steps',''),(20620,5,0,'JA Slideshow Lite Module ','','mod_jaslideshowlite','module','',0,'1.2.9','','http://update.joomlart.com/service/tracking/j16/mod_jaslideshowlite.xml','https://www.joomlart.com/update-steps',''),(20621,5,0,'JA Social Locker module','','mod_jasocial_locker','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/mod_jasocial_locker.xml','https://www.joomlart.com/update-steps',''),(20622,5,0,'JA Twitter Module','','mod_jatwitter','module','',0,'3.1.0','','http://update.joomlart.com/service/tracking/j16/mod_jatwitter.xml','https://www.joomlart.com/update-steps',''),(20623,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(20624,5,0,'S5 Accordion Menu Module','','mod_s5_accordion_menu','module','',0,'2.4.0','','http://update.joomlart.com/service/tracking/j16/mod_s5_accordion_menu.xml','https://www.joomlart.com/update-steps',''),(20625,5,0,'JA Disqus Debate Echo plugin','','debate_echo','plugin','jadisqus',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/plg_jadisqus_debate_echo.xml','https://www.joomlart.com/update-steps',''),(20626,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'2.0.5','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(20627,5,0,'Multi Captcha Engine Plugin','','captcha_engine','plugin','multiple',0,'2.6.1','','http://update.joomlart.com/service/tracking/j16/plg_multiple_captcha_engine.xml','https://www.joomlart.com/update-steps',''),(20628,5,0,'JA Builder System Plugin','','jabuilder','plugin','system',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/plg_system_jabuilder.xml','https://www.joomlart.com/update-steps',''),(20629,5,0,'JA System Google Map plugin','','jagooglemap','plugin','system',0,'2.8.1','','http://update.joomlart.com/service/tracking/j16/plg_system_jagooglemap.xml','https://www.joomlart.com/update-steps',''),(20630,5,0,'JA Popup Plugin','','japopup','plugin','system',0,'3.0.0','','http://update.joomlart.com/service/tracking/j16/plg_system_japopup.xml','https://www.joomlart.com/update-steps',''),(20631,5,0,'JA System Social Feed Plugin','','jasocial_feed','plugin','system',0,'1.6.1','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(20632,5,0,'ja socialshare plugin','','jasocialshare','plugin','system',0,'1.0.4','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocialshare.xml','https://www.joomlart.com/update-steps',''),(20633,5,0,'JA Tabs Plugin for Joomla 3 & Joomla 4','','jatabs','plugin','system',0,'2.8.0','','http://update.joomlart.com/service/tracking/j16/plg_system_jatabs.xml','https://www.joomlart.com/update-steps',''),(20634,5,0,'T3 System Plugin','','t3','plugin','system',0,'3.2.3','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','https://www.joomlart.com/update-steps',''),(20635,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(20636,5,0,'Uber Template','','uber','template','',0,'3.1.0','','http://update.joomlart.com/service/tracking/j16/uber.xml','https://www.joomlart.com/update-steps',''),(20637,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(20638,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.9','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(20639,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(20640,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(20641,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(20642,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.9.5','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(20643,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(20644,5,0,'GK bluap','','gk_bluap','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_bluap.xml','https://www.joomlart.com/update-steps',''),(20645,5,0,'GK Box Template','','gk_box','template','',0,'2.1.4','','http://update.joomlart.com/service/tracking/j30/gk_box.xml','https://www.joomlart.com/update-steps',''),(20646,5,0,'GK cloudhost J!3','','gk_cloudhost','template','',0,'4.3','','http://update.joomlart.com/service/tracking/j30/gk_cloudhost.xml','https://www.joomlart.com/update-steps',''),(20647,5,0,'GK Creativity','','gk_creativity','template','',0,'4.2.3','','http://update.joomlart.com/service/tracking/j30/gk_creativity.xml','https://www.joomlart.com/update-steps',''),(20648,5,0,'GK events J!3','','gk_events','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_events.xml','https://www.joomlart.com/update-steps',''),(20649,5,0,'GK game J!3','','gk_game','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_game.xml','https://www.joomlart.com/update-steps',''),(20650,5,0,'GK hotel','','gk_hotel','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(20651,5,0,'GK instyle','','gk_instyle','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_instyle.xml','https://www.joomlart.com/update-steps',''),(20652,5,0,'GK john s J!3','','gk_john_s','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_john_s.xml','https://www.joomlart.com/update-steps',''),(20653,5,0,'GK magazine','','gk_magazine','template','',0,'4.3','','http://update.joomlart.com/service/tracking/j30/gk_magazine.xml','https://www.joomlart.com/update-steps',''),(20654,5,0,'GK mo J!3','','gk_mo','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_mo.xml','https://www.joomlart.com/update-steps',''),(20655,5,0,'GK msocial J!3','','gk_msocial','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_msocial.xml','https://www.joomlart.com/update-steps',''),(20656,5,0,'GK musicstate','','gk_musicstate','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_musicstate.xml','https://www.joomlart.com/update-steps',''),(20657,5,0,'GK news J!3','','gk_news','template','',0,'4.3.1','','http://update.joomlart.com/service/tracking/j30/gk_news.xml','https://www.joomlart.com/update-steps',''),(20658,5,0,'GK news2 J!3','','gk_news2','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_news2.xml','https://www.joomlart.com/update-steps',''),(20659,5,0,'GK news refreshed J!3','','gk_news_refreshed','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_news_refreshed.xml','https://www.joomlart.com/update-steps',''),(20660,5,0,'GK photo J!3','','gk_photo','template','',0,'4.2.2','','http://update.joomlart.com/service/tracking/j30/gk_photo.xml','https://www.joomlart.com/update-steps',''),(20661,5,0,'GK portfolio J!3','','gk_portfolio','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j30/gk_portfolio.xml','https://www.joomlart.com/update-steps',''),(20662,5,0,'GK rockwall','','gk_rockwall','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_rockwall.xml','https://www.joomlart.com/update-steps',''),(20663,5,0,'GK Shop & Buy Template','','gk_shop_and_buy','template','',0,'4.3.1','','http://update.joomlart.com/service/tracking/j30/gk_shop_and_buy.xml','https://www.joomlart.com/update-steps',''),(20664,5,0,'GK simplicity J!3','','gk_simplicity','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_simplicity.xml','https://www.joomlart.com/update-steps',''),(20665,5,0,'GK steakhouse J!3','','gk_steakhouse','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_steakhouse.xml','https://www.joomlart.com/update-steps',''),(20666,5,0,'GK storebox J!3','','gk_storebox','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_storebox.xml','https://www.joomlart.com/update-steps',''),(20667,5,0,'GK storefront J!3','','gk_storefront','template','',0,'4.4','','http://update.joomlart.com/service/tracking/j30/gk_storefront.xml','https://www.joomlart.com/update-steps',''),(20668,5,0,'GK technews J!3','','gk_technews','template','',0,'2.0.5','','http://update.joomlart.com/service/tracking/j30/gk_technews.xml','https://www.joomlart.com/update-steps',''),(20669,5,0,'GK university','','gk_university','template','',0,'4.1.3','','http://update.joomlart.com/service/tracking/j30/gk_university.xml','https://www.joomlart.com/update-steps',''),(20670,5,0,'GK writer J!3','','gk_writer','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_writer.xml','https://www.joomlart.com/update-steps',''),(20671,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(20672,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(20673,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(20674,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(20675,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(20676,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(20677,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(20678,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(20679,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(20680,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(20681,5,0,'Metro Grid GK5','','mod_grid_gk5','module','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j30/mod_grid_gk5.xml','https://www.joomlart.com/update-steps',''),(20682,5,0,'Highlighter GK5 Module','','mod_highlighter_gk5','module','',0,'1.2.4','','http://update.joomlart.com/service/tracking/j30/mod_highlighter_gk5.xml','https://www.joomlart.com/update-steps',''),(20683,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.7.6','','http://update.joomlart.com/service/tracking/j30/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(20684,5,0,'News Pro GK5 J!3','','mod_news_pro_gk5','module','',0,'2.1.5','','http://update.joomlart.com/service/tracking/j30/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(20685,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.8','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(20686,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(20687,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(20688,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(20689,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(20690,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(20691,5,0,'GK Opengraph system plugin','','gk_opengraph','plugin','sys',0,'1.0.2','','http://update.joomlart.com/service/tracking/j30/plg_sys_gk_opengraph.xml','https://www.joomlart.com/update-steps',''),(20692,5,0,'GK Cache system plugin','','gkcache','plugin','sys',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_sys_gkcache.xml','https://www.joomlart.com/update-steps',''),(20693,5,0,'GK Extmenu system plugin','','gkextmenu','plugin','sys',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/plg_sys_gkextmenu.xml','https://www.joomlart.com/update-steps',''),(20694,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(20695,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.3.2','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(20696,5,0,'S5 Amazed Photography Template','','Shape5_amazed_photography_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_amazed_photography_template.xml','https://www.joomlart.com/update-steps',''),(20697,5,0,'S5 Ambient Template','','Shape5_ambient_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_ambient_template.xml','https://www.joomlart.com/update-steps',''),(20698,5,0,'S5 Ameritage Medical Template','','Shape5_ameritage_medical_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ameritage_medical_template.xml','https://www.joomlart.com/update-steps',''),(20699,5,0,'S5 Appwonder Template','','Shape5_appwonder_template','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/Shape5_appwonder_template.xml','https://www.joomlart.com/update-steps',''),(20700,5,0,'S5 Arthur Template','','Shape5_arthur_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_arthur_template.xml','https://www.joomlart.com/update-steps',''),(20701,5,0,'S5 Attractions Template','','Shape5_attractions_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_attractions_template.xml','https://www.joomlart.com/update-steps',''),(20702,5,0,'S5 Aurora Dawn Template','','Shape5_aurora_dawn_template','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_aurora_dawn_template.xml','https://www.joomlart.com/update-steps',''),(20703,5,0,'S5 Avignet Dream Template','','Shape5_avignet_dream_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_avignet_dream_template.xml','https://www.joomlart.com/update-steps',''),(20704,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(20705,5,0,'S5 Big Picture Template','','Shape5_bigpicture_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bigpicture_template.xml','https://www.joomlart.com/update-steps',''),(20706,5,0,'S5 Blogbox Template','','Shape5_blog_box_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_blog_box_template.xml','https://www.joomlart.com/update-steps',''),(20707,5,0,'S5 BlueGroup Template','','Shape5_bluegroup_template','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j31/Shape5_bluegroup_template.xml','https://www.joomlart.com/update-steps',''),(20708,5,0,'S5 Business Line Template','','Shape5_business_line_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_business_line_template.xml','https://www.joomlart.com/update-steps',''),(20709,5,0,'S5 Business Pro Template','','Shape5_business_pro_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_business_pro_template.xml','https://www.joomlart.com/update-steps',''),(20710,5,0,'S5 Callie Rush Template','','Shape5_callie_rush_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_callie_rush_template.xml','https://www.joomlart.com/update-steps',''),(20711,5,0,'S5 Campus Life Template','','Shape5_campuslife_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_campuslife_template.xml','https://www.joomlart.com/update-steps',''),(20712,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(20713,5,0,'S5 Charlestown Template','','Shape5_charlestown_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_charlestown_template.xml','https://www.joomlart.com/update-steps',''),(20714,5,0,'S5 Cleanout Template','','Shape5_cleanout_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cleanout_template.xml','https://www.joomlart.com/update-steps',''),(20715,5,0,'S5 Comaxium Template','','Shape5_comaxium_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_comaxium_template.xml','https://www.joomlart.com/update-steps',''),(20716,5,0,'S5 Compassion Template','','Shape5_compassion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_compassion_template.xml','https://www.joomlart.com/update-steps',''),(20717,5,0,'S5 Construction Template','','Shape5_construction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_construction_template.xml','https://www.joomlart.com/update-steps',''),(20718,5,0,'S5 Content King Template','','Shape5_contentking_template','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j31/Shape5_contentking_template.xml','https://www.joomlart.com/update-steps',''),(20719,5,0,'S5 Corporate Response Template','','Shape5_corporate_response_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corporate_response_template.xml','https://www.joomlart.com/update-steps',''),(20720,5,0,'S5 Corpway Template','','Shape5_corpway_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_corpway_template.xml','https://www.joomlart.com/update-steps',''),(20721,5,0,'S5 Cyan Template','','Shape5_cyan_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cyan_template.xml','https://www.joomlart.com/update-steps',''),(20722,5,0,'S5 Emma and Mason Template','','Shape5_emma_and_mason_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_emma_and_mason_template.xml','https://www.joomlart.com/update-steps',''),(20723,5,0,'S5 Emusica Template','','Shape5_emusica_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_emusica_template.xml','https://www.joomlart.com/update-steps',''),(20724,5,0,'S5 Eventfull Business Template','','Shape5_eventfull_business_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_eventfull_business_template.xml','https://www.joomlart.com/update-steps',''),(20725,5,0,'S5 Eventfull Template','','Shape5_eventfull_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_eventfull_template.xml','https://www.joomlart.com/update-steps',''),(20726,5,0,'S5 EZ Web Hosting Template','','Shape5_ezwebhosting_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ezwebhosting_template.xml','https://www.joomlart.com/update-steps',''),(20727,5,0,'S5 Fitness Center Template','','Shape5_fitness_center_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_fitness_center_template.xml','https://www.joomlart.com/update-steps',''),(20728,5,0,'S5 Forte Template','','Shape5_forte_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_forte_template.xml','https://www.joomlart.com/update-steps',''),(20729,5,0,'S5 Fresh Bistro Template','','Shape5_fresh_bistro_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_fresh_bistro_template.xml','https://www.joomlart.com/update-steps',''),(20730,5,0,'S5 Fusion Template','','Shape5_fusion_template','template','',0,'1.5.7','','http://update.joomlart.com/service/tracking/j31/Shape5_fusion_template.xml','https://www.joomlart.com/update-steps',''),(20731,5,0,'S5 Game World Template','','Shape5_game_world_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_game_world_template.xml','https://www.joomlart.com/update-steps',''),(20732,5,0,'S5 Gamers Template','','Shape5_gamers_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_gamers_template.xml','https://www.joomlart.com/update-steps',''),(20733,5,0,'S5 GCK Store Template','','Shape5_gck_store_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_gck_store_template.xml','https://www.joomlart.com/update-steps',''),(20734,5,0,'S5 General Commerce Template','','Shape5_general_commerce_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_general_commerce_template.xml','https://www.joomlart.com/update-steps',''),(20735,5,0,'S5 General Contractor Template','','Shape5_general_contractor_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_general_contractor_template.xml','https://www.joomlart.com/update-steps',''),(20736,5,0,'S5 GetReserved Template','','Shape5_getreserved_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_getreserved_template.xml','https://www.joomlart.com/update-steps',''),(20737,5,0,'S5 Health Guide Template','','Shape5_health_guide_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_health_guide_template.xml','https://www.joomlart.com/update-steps',''),(20738,5,0,'S5 Helion Template','','Shape5_helion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_helion_template.xml','https://www.joomlart.com/update-steps',''),(20739,5,0,'S5 Hexa Corp Template','','Shape5_hexa_corp_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_hexa_corp_template.xml','https://www.joomlart.com/update-steps',''),(20740,5,0,'S5 Hexicon Gamer Template','','Shape5_hexicon_gamer_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_hexicon_gamer_template.xml','https://www.joomlart.com/update-steps',''),(20741,5,0,'S5 Incline Template','','Shape5_incline_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_incline_template.xml','https://www.joomlart.com/update-steps',''),(20742,5,0,'S5 Legal Lawyer Template','','Shape5_legal_lawyer_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_legal_lawyer_template.xml','https://www.joomlart.com/update-steps',''),(20743,5,0,'S5 Life Journey Template','','Shape5_life_journey_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_life_journey_template.xml','https://www.joomlart.com/update-steps',''),(20744,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(20745,5,0,'S5 Lime Light Template','','Shape5_lime_light_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_lime_light_template.xml','https://www.joomlart.com/update-steps',''),(20746,5,0,'S5 Luxon Template','','Shape5_luxon_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_luxon_template.xml','https://www.joomlart.com/update-steps',''),(20747,5,0,'S5 M Ceative Agency Template','','Shape5_m_creative_agency_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_m_creative_agency_template.xml','https://www.joomlart.com/update-steps',''),(20748,5,0,'S5 Maxed Mag Template','','Shape5_maxedmag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_maxedmag_template.xml','https://www.joomlart.com/update-steps',''),(20749,5,0,'S5 MetroShows Template','','Shape5_metroshows_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_metroshows_template.xml','https://www.joomlart.com/update-steps',''),(20750,5,0,'S5 Modern Flavor Template','','Shape5_modern_flavor_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_modern_flavor_template.xml','https://www.joomlart.com/update-steps',''),(20751,5,0,'S5 New Vision Template','','Shape5_new_vision_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_new_vision_template.xml','https://www.joomlart.com/update-steps',''),(20752,5,0,'S5 News Blog Template','','Shape5_newsblog_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_newsblog_template.xml','https://www.joomlart.com/update-steps',''),(20753,5,0,'S5 Newsplace Template','','Shape5_newsplace_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_newsplace_template.xml','https://www.joomlart.com/update-steps',''),(20754,5,0,'S5 No1 Shopping Template','','Shape5_no1_shopping_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_no1_shopping_template.xml','https://www.joomlart.com/update-steps',''),(20755,5,0,'S5 Oasis Template','','Shape5_oasis_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_oasis_template.xml','https://www.joomlart.com/update-steps',''),(20756,5,0,'S5 Outdoor Life Template','','Shape5_outdoor_life_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_outdoor_life_template.xml','https://www.joomlart.com/update-steps',''),(20757,5,0,'S5 Pantheon Template','','Shape5_pantheon_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_pantheon_template.xml','https://www.joomlart.com/update-steps',''),(20758,5,0,'S5 Paradigm Shift Template','','Shape5_paradigm_shift_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_paradigm_shift_template.xml','https://www.joomlart.com/update-steps',''),(20759,5,0,'S5 Phosphorus Template','','Shape5_phosphorus_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_phosphorus_template.xml','https://www.joomlart.com/update-steps',''),(20760,5,0,'S5 Photobox Template','','Shape5_photobox_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_photobox_template.xml','https://www.joomlart.com/update-steps',''),(20761,5,0,'S5 Photofolio Template','','Shape5_photofolio_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_photofolio_template.xml','https://www.joomlart.com/update-steps',''),(20762,5,0,'S5 Prestige Academy Template','','Shape5_prestige_academy_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_prestige_academy_template.xml','https://www.joomlart.com/update-steps',''),(20763,5,0,'S5 Real Estate Template','','Shape5_realestate_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_realestate_template.xml','https://www.joomlart.com/update-steps',''),(20764,5,0,'S5 Regan Tech Template','','Shape5_regan_tech_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_regan_tech_template.xml','https://www.joomlart.com/update-steps',''),(20765,5,0,'S5 Risen Hope Template','','Shape5_risen_hope_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_risen_hope_template.xml','https://www.joomlart.com/update-steps',''),(20766,5,0,'S5 Salon N Spa Template','','Shape5_salonnspa_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_salonnspa_template.xml','https://www.joomlart.com/update-steps',''),(20767,5,0,'S5 Samba Spa Template','','Shape5_samba_template','template','',0,'1.5.0','','http://update.joomlart.com/service/tracking/j31/Shape5_samba_template.xml','https://www.joomlart.com/update-steps',''),(20768,5,0,'S5 Vertex Template','','Shape5_shape5_vertex_template','template','',0,'3.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_shape5_vertex_template.xml','https://www.joomlart.com/update-steps',''),(20769,5,0,'S5 Shenandoah Template','','Shape5_shenandoah_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_shenandoah_template.xml','https://www.joomlart.com/update-steps',''),(20770,5,0,'S5 ShoppingBag Template','','Shape5_shoppingbag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_shoppingbag_template.xml','https://www.joomlart.com/update-steps',''),(20771,5,0,'S5 Sienna Template','','Shape5_sienna_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sienna_template.xml','https://www.joomlart.com/update-steps',''),(20772,5,0,'S5 Simplex Template','','Shape5_simplex_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_simplex_template.xml','https://www.joomlart.com/update-steps',''),(20773,5,0,'S5 Soul Search Template','','Shape5_soul_search_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_soul_search_template.xml','https://www.joomlart.com/update-steps',''),(20774,5,0,'S5 Spectrum Template','','Shape5_spectrum_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_spectrum_template.xml','https://www.joomlart.com/update-steps',''),(20775,5,0,'S5 Sports Nation Template','','Shape5_sports_nation_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sports_nation_template.xml','https://www.joomlart.com/update-steps',''),(20776,5,0,'S5 Store Pro Template','','Shape5_storepro_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_storepro_template.xml','https://www.joomlart.com/update-steps',''),(20777,5,0,'S5 Swapps Template','','Shape5_swapps_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_swapps_template.xml','https://www.joomlart.com/update-steps',''),(20778,5,0,'S5 The Classifieds Template','','Shape5_the_classifieds_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_the_classifieds_template.xml','https://www.joomlart.com/update-steps',''),(20779,5,0,'S5 TheBlogazine Template','','Shape5_theblogazine_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_theblogazine_template.xml','https://www.joomlart.com/update-steps',''),(20780,5,0,'S5 Traction Template','','Shape5_traction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_traction_template.xml','https://www.joomlart.com/update-steps',''),(20781,5,0,'S5 University Template','','Shape5_university_template','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_university_template.xml','https://www.joomlart.com/update-steps',''),(20782,5,0,'S5 Velocity Template','','Shape5_velocity_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_velocity_template.xml','https://www.joomlart.com/update-steps',''),(20783,5,0,'S5 Zoka Template','','Shape5_zoka_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_zoka_template.xml','https://www.joomlart.com/update-steps',''),(20784,5,0,'JA Blockk Entertaiment 1','','blockk_entertaiment_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_entertaiment_1.xml','https://www.joomlart.com/update-steps',''),(20785,5,0,'JA Blockk Entertaiment 2','','blockk_entertaiment_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_entertaiment_2.xml','https://www.joomlart.com/update-steps',''),(20786,5,0,'JA Blockk Fashion 1','','blockk_fashion_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_1.xml','https://www.joomlart.com/update-steps',''),(20787,5,0,'JA Blockk Fashion 2','','blockk_fashion_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_2.xml','https://www.joomlart.com/update-steps',''),(20788,5,0,'JA Blockk Fashion 3','','blockk_fashion_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_3.xml','https://www.joomlart.com/update-steps',''),(20789,5,0,'JA Blockk Fashion 4','','blockk_fashion_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_4.xml','https://www.joomlart.com/update-steps',''),(20790,5,0,'JA Blockk Freebie 1','','blockk_freebie_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_freebie_1.xml','https://www.joomlart.com/update-steps',''),(20791,5,0,'JA Blockk Freebie 2','','blockk_freebie_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_freebie_2.xml','https://www.joomlart.com/update-steps',''),(20792,5,0,'JA Blockk Gaming 1','','blockk_gaming_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_1.xml','https://www.joomlart.com/update-steps',''),(20793,5,0,'JA Blockk Gaming 2','','blockk_gaming_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_2.xml','https://www.joomlart.com/update-steps',''),(20794,5,0,'JA Blockk Gaming 3','','blockk_gaming_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_3.xml','https://www.joomlart.com/update-steps',''),(20795,5,0,'JA Blockk Gaming 4','','blockk_gaming_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_4.xml','https://www.joomlart.com/update-steps',''),(20796,5,0,'JA Blockk Magz 1','','blockk_magz_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_1.xml','https://www.joomlart.com/update-steps',''),(20797,5,0,'JA Blockk Magz 2','','blockk_magz_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_2.xml','https://www.joomlart.com/update-steps',''),(20798,5,0,'JA Blockk Magz 3','','blockk_magz_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_3.xml','https://www.joomlart.com/update-steps',''),(20799,5,0,'JA Blockk Magz 4','','blockk_magz_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_4.xml','https://www.joomlart.com/update-steps',''),(20800,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'7.1.1','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(20801,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.5','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(20802,5,0,'Guru Pro','','com_guru_pro','component','',1,'6.2.4','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(20803,5,0,'JA Builder Component','','com_jabuilder','component','',1,'2.0.2','','http://update.joomlart.com/service/tracking/j31/com_jabuilder.xml','https://www.joomlart.com/update-steps',''),(20804,5,0,'JA Extension Manager Component','','com_jaextmanager','component','',1,'2.7.6','','http://update.joomlart.com/service/tracking/j31/com_jaextmanager.xml','https://www.joomlart.com/update-steps',''),(20805,5,0,'JA Font Component','','com_jafont','component','',1,'1.0.3','','http://update.joomlart.com/service/tracking/j31/com_jafont.xml','https://www.joomlart.com/update-steps',''),(20806,5,0,'JA Joomla GDPR Component','','com_jagdpr','component','',1,'1.1.0','','http://update.joomlart.com/service/tracking/j31/com_jagdpr.xml','https://www.joomlart.com/update-steps',''),(20807,5,0,'JA Multilingual Component','','com_jalang','component','',1,'1.2.1','','http://update.joomlart.com/service/tracking/j31/com_jalang.xml','https://www.joomlart.com/update-steps',''),(20808,5,0,'JA Page Builder Component','','com_japagebuilder','component','',1,'1.0.0_alpha3','','http://update.joomlart.com/service/tracking/j31/com_japagebuilder.xml','https://www.joomlart.com/update-steps',''),(20809,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.1.0','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(20810,5,0,'T4 Page Builder Component','','com_t4pagebuilder','component','',1,'2.1.1','','http://update.joomlart.com/service/tracking/j31/com_t4pagebuilder.xml','https://www.joomlart.com/update-steps',''),(20811,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(20812,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(20813,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(20814,5,0,'JA Resume Theme for EasyBlog','','easyblog_theme_resume','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_resume.xml','https://www.joomlart.com/update-steps',''),(20815,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(20816,5,0,'GK Academy Template','','gk_academy','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_academy.xml','https://www.joomlart.com/update-steps',''),(20817,5,0,'GK App Template','','gk_app','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_app.xml','https://www.joomlart.com/update-steps',''),(20818,5,0,'GK Bauhaus Template','','gk_bauhaus','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_bauhaus.xml','https://www.joomlart.com/update-steps',''),(20819,5,0,'GK Blend Template','','gk_blend','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_blend.xml','https://www.joomlart.com/update-steps',''),(20820,5,0,'GK Decor template','','gk_decor','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/gk_decor.xml','https://www.joomlart.com/update-steps',''),(20821,5,0,'GK EvoNews Template','','gk_evonews','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_evonews.xml','https://www.joomlart.com/update-steps',''),(20822,5,0,'GK Fit Template','','gk_fit','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_fit.xml','https://www.joomlart.com/update-steps',''),(20823,5,0,'GK Folio Template','','gk_folio','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_folio.xml','https://www.joomlart.com/update-steps',''),(20824,5,0,'GK Infinity Template','','gk_infinity','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_infinity.xml','https://www.joomlart.com/update-steps',''),(20825,5,0,'GK Issues Template','','gk_issues','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_issues.xml','https://www.joomlart.com/update-steps',''),(20826,5,0,'GK Kidty template','','gk_kidty','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_kidty.xml','https://www.joomlart.com/update-steps',''),(20827,5,0,'GK magazine','','gk_magazine','template','',0,'4.4.1','','http://update.joomlart.com/service/tracking/j31/gk_magazine.xml','https://www.joomlart.com/update-steps',''),(20828,5,0,'GK Paradise Template','','gk_paradise','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_paradise.xml','https://www.joomlart.com/update-steps',''),(20829,5,0,'GK Portfolio Template','','gk_portfolio','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_portfolio.xml','https://www.joomlart.com/update-steps',''),(20830,5,0,'GK Quark template','','gk_quark','template','',0,'2.1.6','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(20831,5,0,'GK ResumeTemplate','','gk_resume','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_resume.xml','https://www.joomlart.com/update-steps',''),(20832,5,0,'GK Shop & Buy Template','','gk_shop_and_buy','template','',0,'4.4','','http://update.joomlart.com/service/tracking/j31/gk_shop_and_buy.xml','https://www.joomlart.com/update-steps',''),(20833,5,0,'GK Siggi Template','','gk_siggi','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_siggi.xml','https://www.joomlart.com/update-steps',''),(20834,5,0,'GK Stora Template','','gk_stora','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/gk_stora.xml','https://www.joomlart.com/update-steps',''),(20835,5,0,'GK storefront ','','gk_storefront','template','',0,'4.5.0','','http://update.joomlart.com/service/tracking/j31/gk_storefront.xml','https://www.joomlart.com/update-steps',''),(20836,5,0,'GK technews','','gk_technews','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_technews.xml','https://www.joomlart.com/update-steps',''),(20837,5,0,'GK Wedding Template','','gk_wedding','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_wedding.xml','https://www.joomlart.com/update-steps',''),(20838,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(20839,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.5','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(20840,5,0,'Guru Search Module','','guru-search-module','module','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/guru-search-module.xml','https://www.joomlart.com/update-steps',''),(20841,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(20842,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(20843,5,0,'JA Allure Template','','ja_allure','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_allure.xml','https://www.joomlart.com/update-steps',''),(20844,5,0,'JA Alpha Template','','ja_alpha','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_alpha.xml','https://www.joomlart.com/update-steps',''),(20845,5,0,'JA Alumni Template','','ja_alumni','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_alumni.xml','https://www.joomlart.com/update-steps',''),(20846,5,0,'JA Artsy Template','','ja_artsy','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_artsy.xml','https://www.joomlart.com/update-steps',''),(20847,5,0,'JA Atoms Template','','ja_atoms','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_atoms.xml','https://www.joomlart.com/update-steps',''),(20848,5,0,'JA Autoshop Source File','','ja_autoshop','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_autoshop.xml','https://www.joomlart.com/update-steps',''),(20849,5,0,'JA Beauty Source File','','ja_beauty','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_beauty.xml','https://www.joomlart.com/update-steps',''),(20850,5,0,'JA Biz Template','','ja_biz','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_biz.xml','https://www.joomlart.com/update-steps',''),(20851,5,0,'JA Blockk Template','','ja_blockk','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_blockk.xml','https://www.joomlart.com/update-steps',''),(20852,5,0,'ja boxing tpl','','ja_boxing','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/ja_boxing.xml','https://www.joomlart.com/update-steps',''),(20853,5,0,'JA Brickstore Template','','ja_brickstore','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_brickstore.xml','https://www.joomlart.com/update-steps',''),(20854,5,0,'JA Builder Package','','ja_builder_pkg','package','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_builder_pkg.xml','https://www.joomlart.com/update-steps',''),(20855,5,0,'JA Cagox template','','ja_cagox','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(20856,5,0,'JA Campaign Template','','ja_campaign','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_campaign.xml','https://www.joomlart.com/update-steps',''),(20857,5,0,'JA Candidate Template','','ja_candidate','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_candidate.xml','https://www.joomlart.com/update-steps',''),(20858,5,0,'JA Charity template','','ja_charity','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_charity.xml','https://www.joomlart.com/update-steps',''),(20859,5,0,'JA City Guide Template','','ja_cityguide','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/ja_cityguide.xml','https://www.joomlart.com/update-steps',''),(20860,5,0,'JA Company Template','','ja_company','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(20861,5,0,'JA Conf Template','','ja_conf','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_conf.xml','https://www.joomlart.com/update-steps',''),(20862,5,0,'JA Diner Template','','ja_diner','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_diner.xml','https://www.joomlart.com/update-steps',''),(20863,5,0,'JA Directory Template','','ja_directory','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(20864,5,0,'JA Donate Template','','ja_donate','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(20865,5,0,'JA Edenite II Template','','ja_edenite_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_edenite_ii.xml','https://www.joomlart.com/update-steps',''),(20866,5,0,'JA Educatsy Template','','ja_educatsy','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_educatsy.xml','https://www.joomlart.com/update-steps',''),(20867,5,0,'JA Ego Template','','ja_ego','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_ego.xml','https://www.joomlart.com/update-steps',''),(20868,5,0,'JA Elicyon Template','','ja_elicyon','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_elicyon.xml','https://www.joomlart.com/update-steps',''),(20869,5,0,'JA EventCamp Template','','ja_eventcamp','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_eventcamp.xml','https://www.joomlart.com/update-steps',''),(20870,5,0,'JA Events II template','','ja_events_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_events_ii.xml','https://www.joomlart.com/update-steps',''),(20871,5,0,'JA Festival Template','','ja_festival','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/ja_festival.xml','https://www.joomlart.com/update-steps',''),(20872,5,0,'JA Fit Template','','ja_fit','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_fit.xml','https://www.joomlart.com/update-steps',''),(20873,5,0,'ja flix tpl','','ja_flix','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_flix.xml','https://www.joomlart.com/update-steps',''),(20874,5,0,'JA Focus Template','','ja_focus','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_focus.xml','https://www.joomlart.com/update-steps',''),(20875,5,0,'JA Good Template','','ja_good','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_good.xml','https://www.joomlart.com/update-steps',''),(20876,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(20877,5,0,'JA Helple Template','','ja_helple','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_helple.xml','https://www.joomlart.com/update-steps',''),(20878,5,0,'JA Hotel Template','','ja_hotel','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_hotel.xml','https://www.joomlart.com/update-steps',''),(20879,5,0,'JA Insight Template','','ja_insight','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_insight.xml','https://www.joomlart.com/update-steps',''),(20880,5,0,'JA Intranet Template','','ja_intranet','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(20881,5,0,'ja Justitia Template','','ja_justitia','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_justitia.xml','https://www.joomlart.com/update-steps',''),(20882,5,0,'JA Kids Corner Source File','','ja_kidscorner','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_kidscorner.xml','https://www.joomlart.com/update-steps',''),(20883,5,0,'JA Landscape Template','','ja_landscape','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_landscape.xml','https://www.joomlart.com/update-steps',''),(20884,5,0,'JA Lawfirm Template ','','ja_lawfirm','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_lawfirm.xml','https://www.joomlart.com/update-steps',''),(20885,5,0,'JA Magz II Template','','ja_magz_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_magz_ii.xml','https://www.joomlart.com/update-steps',''),(20886,5,0,'JA Mason Template','','ja_mason','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mason.xml','https://www.joomlart.com/update-steps',''),(20887,5,0,'JA Megastore Template','','ja_megastore','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(20888,5,0,'JA Mono Template','','ja_mono','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mono.xml','https://www.joomlart.com/update-steps',''),(20889,5,0,'JA Mood Template','','ja_mood','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(20890,5,0,'JA Morgan Template','','ja_morgan','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_morgan.xml','https://www.joomlart.com/update-steps',''),(20891,5,0,'JA Moviemax Template','','ja_moviemax','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_moviemax.xml','https://www.joomlart.com/update-steps',''),(20892,5,0,'JA Oslo Template','','ja_oslo','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_oslo.xml','https://www.joomlart.com/update-steps',''),(20893,5,0,'JA Platon Template','','ja_platon','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon.xml','https://www.joomlart.com/update-steps',''),(20894,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(20895,5,0,'JA Play School Template','','ja_playschool','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_playschool.xml','https://www.joomlart.com/update-steps',''),(20896,5,0,'JA Playstore Template','','ja_playstore','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(20897,5,0,'ja prodex tpl','','ja_prodex','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_prodex.xml','https://www.joomlart.com/update-steps',''),(20898,5,0,'JA Property Template','','ja_property','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(20899,5,0,'ja purity iv tpl','','ja_purity_iv','template','',0,'1.2.4','','http://update.joomlart.com/service/tracking/j31/ja_purity_iv.xml','https://www.joomlart.com/update-steps',''),(20900,5,0,'JA Rent template','','ja_rent','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_rent.xml','https://www.joomlart.com/update-steps',''),(20901,5,0,'JA Resort Template','','ja_resort','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_resort.xml','https://www.joomlart.com/update-steps',''),(20902,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(20903,5,0,'JA Resume Template','','ja_resume','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_resume.xml','https://www.joomlart.com/update-steps',''),(20904,5,0,'JA Sensei Source File','','ja_sensei','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_sensei.xml','https://www.joomlart.com/update-steps',''),(20905,5,0,'JA Shoe Template','','ja_shoe','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_shoe.xml','https://www.joomlart.com/update-steps',''),(20906,5,0,'JA Simpli Template','','ja_simpli','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/ja_simpli.xml','https://www.joomlart.com/update-steps',''),(20907,5,0,'JA Smallbiz Template','','ja_smallbiz','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_smallbiz.xml','https://www.joomlart.com/update-steps',''),(20908,5,0,'JA Social II template','','ja_social_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_social_ii.xml','https://www.joomlart.com/update-steps',''),(20909,5,0,'JA Spa Template','','ja_spa','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_spa.xml','https://www.joomlart.com/update-steps',''),(20910,5,0,'JA Space Template','','ja_space','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_space.xml','https://www.joomlart.com/update-steps',''),(20911,5,0,'JA Stark Template','','ja_stark','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(20912,5,0,'JA Symphony Template','','ja_symphony','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_symphony.xml','https://www.joomlart.com/update-steps',''),(20913,5,0,'JA Techzone Template','','ja_techzone','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_techzone.xml','https://www.joomlart.com/update-steps',''),(20914,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'2.1.3','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(20915,5,0,'ja titan tpl','','ja_titan','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_titan.xml','https://www.joomlart.com/update-steps',''),(20916,5,0,'JA Tour Template','','ja_tour','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_tour.xml','https://www.joomlart.com/update-steps',''),(20917,5,0,'ja trip tpl','','ja_trip','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_trip.xml','https://www.joomlart.com/update-steps',''),(20918,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(20919,5,0,'JA University T3 template','','ja_university_t3','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(20920,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(20921,5,0,'JA Vital Template','','ja_vital','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_vital.xml','https://www.joomlart.com/update-steps',''),(20922,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(20923,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(20924,5,0,'JS Column Theme','','js_column','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_column.xml','https://www.joomlart.com/update-steps',''),(20925,5,0,'JS Flat Theme','','js_flat','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_flat.xml','https://www.joomlart.com/update-steps',''),(20926,5,0,'JS Kikiriki Theme','','js_kikiriki','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_kikiriki.xml','https://www.joomlart.com/update-steps',''),(20927,5,0,'JS Shadow Theme','','js_shadow','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_shadow.xml','https://www.joomlart.com/update-steps',''),(20928,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(20929,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(20930,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(20931,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(20932,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(20933,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(20934,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(20935,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(20936,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(20937,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(20938,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(20939,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(20940,5,0,'Community Toolbar Module','','mod_community_toolbar','module','',0,'4.8.0','','http://update.joomlart.com/service/tracking/j31/mod_community_toolbar.xml','https://www.joomlart.com/update-steps',''),(20941,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(20942,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(20943,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(20944,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(20945,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(20946,5,0,'GK Register Module ','','mod_gk_register','module','',0,'1.3','','http://update.joomlart.com/service/tracking/j31/mod_gk_register.xml','https://www.joomlart.com/update-steps',''),(20947,5,0,'Metro Grid GK5','','mod_grid_gk5','module','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j31/mod_grid_gk5.xml','https://www.joomlart.com/update-steps',''),(20948,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.8.2','','http://update.joomlart.com/service/tracking/j31/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(20949,5,0,'JA Weather Module','','mod_ja_weather','module','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/mod_ja_weather.xml','https://www.joomlart.com/update-steps',''),(20950,5,0,'JA Finance Module','','mod_jafinance','module','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/mod_jafinance.xml','https://www.joomlart.com/update-steps',''),(20951,5,0,'JA Google Analytics','','mod_jagoogle_analytics','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/mod_jagoogle_analytics.xml','https://www.joomlart.com/update-steps',''),(20952,5,0,'JA Masthead Module ','','mod_jamasthead','module','',0,'1.2.2','','http://update.joomlart.com/service/tracking/j31/mod_jamasthead.xml','https://www.joomlart.com/update-steps',''),(20953,5,0,'JA Megafilter Module','','mod_jamegafilter','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(20954,5,0,'JA Promo Bar module','','mod_japromobar','module','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/mod_japromobar.xml','https://www.joomlart.com/update-steps',''),(20955,5,0,'GK News Pro GK4 Module','','mod_news_pro_gk4','module','',0,'3.5.0','','http://update.joomlart.com/service/tracking/j31/mod_news_pro_gk4.xml','https://www.joomlart.com/update-steps',''),(20956,5,0,'News Pro GK5','','mod_news_pro_gk5','module','',0,'2.2.1','','http://update.joomlart.com/service/tracking/j31/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(20957,5,0,'S5 Box Module','','mod_s5_box','module','',0,'6.2.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_box.xml','https://www.joomlart.com/update-steps',''),(20958,5,0,'S5 Contact Popup Module','','mod_s5_contact_popup','module','',0,'1.6.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_contact_popup.xml','https://www.joomlart.com/update-steps',''),(20959,5,0,'S5 Horizontal Accordion Module','','mod_s5_horizontal_accordion','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_horizontal_accordion.xml','https://www.joomlart.com/update-steps',''),(20960,5,0,'S5 Image Content Fader v4 Module','','mod_s5_image_and_content_faderv4','module','',0,'4.5.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_image_and_content_faderv4.xml','https://www.joomlart.com/update-steps',''),(20961,5,0,'S5 Instagram Feed Module','','mod_s5_instagram_feed','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/mod_s5_instagram_feed.xml','https://www.joomlart.com/update-steps',''),(20962,5,0,'S5 Live Search Module','','mod_s5_live_search','module','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/mod_s5_live_search.xml','https://www.joomlart.com/update-steps',''),(20963,5,0,'S5 Mailchimp Signup Module','','mod_s5_mailchimp_signup','module','',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_mailchimp_signup.xml','https://www.joomlart.com/update-steps',''),(20964,5,0,'S5 Masonry Module','','mod_s5_masonry','module','',0,'3.1.2','','http://update.joomlart.com/service/tracking/j31/mod_s5_masonry.xml','https://www.joomlart.com/update-steps',''),(20965,5,0,'S5 News Display 2 Module','','mod_s5_news_display_2','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_news_display_2.xml','https://www.joomlart.com/update-steps',''),(20966,5,0,'S5 New Sticker V3 Module','','mod_s5_newstickerv3','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_newstickerv3.xml','https://www.joomlart.com/update-steps',''),(20967,5,0,'S5 Open Table Module','','mod_s5_opentable','module','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_opentable.xml','https://www.joomlart.com/update-steps',''),(20968,5,0,'S5 Photo Showcase V2 Module','','mod_s5_photo_showcase_v2','module','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/mod_s5_photo_showcase_v2.xml','https://www.joomlart.com/update-steps',''),(20969,5,0,'S5 Quick Contact Module','','mod_s5_quick_contact','module','',0,'4.4.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_quick_contact.xml','https://www.joomlart.com/update-steps',''),(20970,5,0,'S5 Register Module','','mod_s5_register','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_register.xml','https://www.joomlart.com/update-steps',''),(20971,5,0,'S5 Snipcart Module','','mod_s5_snipcart','module','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_snipcart.xml','https://www.joomlart.com/update-steps',''),(20972,5,0,'S5 Tab Show v3 Module','','mod_s5_tab_show','module','',0,'3.4.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_tab_show.xml','https://www.joomlart.com/update-steps',''),(20973,5,0,'S5 Tab Show v2 Module','','mod_s5_tabshow_v2','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_tabshow_v2.xml','https://www.joomlart.com/update-steps',''),(20974,5,0,'S5 Typed Text Module','','mod_s5_typed_text','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_typed_text.xml','https://www.joomlart.com/update-steps',''),(20975,5,0,'S5 Vertical Accordion Module','','mod_s5_vertical_accordion','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_vertical_accordion.xml','https://www.joomlart.com/update-steps',''),(20976,5,0,'S5 Mapit Module','','mod_s5mapit','module','',0,'1.9.0','','http://update.joomlart.com/service/tracking/j31/mod_s5mapit.xml','https://www.joomlart.com/update-steps',''),(20977,5,0,'GK Tabs GK5 Module','','mod_tabs_gk5','module','',0,'2.3','','http://update.joomlart.com/service/tracking/j31/mod_tabs_gk5.xml','https://www.joomlart.com/update-steps',''),(20978,5,0,'JB ZenTools Module','','mod_zentools','module','',0,'1.14.7','','http://update.joomlart.com/service/tracking/j31/mod_zentools.xml','https://www.joomlart.com/update-steps',''),(20979,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(20980,5,0,'Adagency Package','','pkg_adagency','package','',0,'7.1.1','','http://update.joomlart.com/service/tracking/j31/pkg_adagency.xml','https://www.joomlart.com/update-steps',''),(20981,5,0,'Plugin Ajax JA Content Type','','jacontenttype','plugin','ajax',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plg_ajax_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(20982,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(20983,5,0,'GK PLG Authentication Facebook','','facebook','plugin','authentication',0,'1.4','','http://update.joomlart.com/service/tracking/j31/plg_authentication_facebook.xml','https://www.joomlart.com/update-steps',''),(20984,5,0,'T4 Content Load PageBuilder','','loadt4pagebuilder','plugin','content',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/plg_content_loadt4pagebuilder.xml','https://www.joomlart.com/update-steps',''),(20985,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(20986,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(20987,5,0,'GK Typography Plugin','','typography','plugin','gk',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_gk_typography.xml','https://www.joomlart.com/update-steps',''),(20988,5,0,'JA GDPR Custom Plugin','','custom','plugin','jagdpr',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jagdpr_custom.xml','https://www.joomlart.com/update-steps',''),(20989,5,0,'JA GDPR Joomla Plugin','','joomla','plugin','jagdpr',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jagdpr_joomla.xml','https://www.joomlart.com/update-steps',''),(20990,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(20991,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'2.0.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(20992,5,0,'JA Megafilter DOCman Plugin','','docman','plugin','jamegafilter',0,'2.0.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_docman.xml','https://www.joomlart.com/update-steps',''),(20993,5,0,'JA Megafilter EShop Plugin','','eshop','plugin','jamegafilter',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(20994,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(20995,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(20996,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'2.0.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(20997,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(20998,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(20999,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.7','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(21000,5,0,'GK Extmenu system plugin','','gkextmenu','plugin','sys',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_sys_gkextmenu.xml','https://www.joomlart.com/update-steps',''),(21001,5,0,'GK Reservation system plugin','','gkreservation','plugin','sys',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_sys_gkreservation.xml','https://www.joomlart.com/update-steps',''),(21002,5,0,'Gavick Framework','','gavick','plugin','system',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_gavick.xml','https://www.joomlart.com/update-steps',''),(21003,5,0,'System JA Campaign','','jacampaign','plugin','system',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/plg_system_jacampaign.xml','https://www.joomlart.com/update-steps',''),(21004,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(21005,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(21006,5,0,'T4 System Plugin ','','t4','plugin','system',0,'2.4.7','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(21007,5,0,'S5 Css And Js Compressor Plugin','','plugin_s5_css_and_js_compressor','plugin','plugin_s5_css_and_js',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_css_and_js_compressor.xml','https://www.joomlart.com/update-steps',''),(21008,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(21009,5,0,'S5 Flex Menu Plugin','','plugin_s5_flex_menu','plugin','plugin_s5_flex_menu',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_flex_menu.xml','https://www.joomlart.com/update-steps',''),(21010,5,0,'S5 Ie6 Warning Plugin','','plugin_s5_ie6_warning','plugin','plugin_s5_ie6_warnin',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_ie6_warning.xml','https://www.joomlart.com/update-steps',''),(21011,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(21012,5,0,'Purity III Template','','purity_iii','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(21013,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(21014,5,0,'JS Socialize template','','socialize','template','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/socialize.xml','https://www.joomlart.com/update-steps',''),(21015,5,0,'T4 Pagebuilder Package','','t4_page_builder_pkg','package','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/t4_page_builder_pkg.xml','https://www.joomlart.com/update-steps',''),(21016,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(21017,5,0,'Sample package for Uber App','','uber_app','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_app.xml','https://www.joomlart.com/update-steps',''),(21018,5,0,'Sample package for Uber Bookstore','','uber_bookstore','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_bookstore.xml','https://www.joomlart.com/update-steps',''),(21019,5,0,'Sample package for Uber Business','','uber_business','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_business.xml','https://www.joomlart.com/update-steps',''),(21020,5,0,'Sample package for Uber Charity','','uber_charity','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_charity.xml','https://www.joomlart.com/update-steps',''),(21021,5,0,'Sample package for Uber Church','','uber_church','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_church.xml','https://www.joomlart.com/update-steps',''),(21022,5,0,'Sample package for Uber Construction','','uber_construction','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_construction.xml','https://www.joomlart.com/update-steps',''),(21023,5,0,'Sample package for Uber Corporate','','uber_corporate','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_corporate.xml','https://www.joomlart.com/update-steps',''),(21024,5,0,'Sample package for Uber Gym','','uber_gym','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_gym.xml','https://www.joomlart.com/update-steps',''),(21025,5,0,'Sample package for Uber Home','','uber_home','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_home.xml','https://www.joomlart.com/update-steps',''),(21026,5,0,'Sample package for Uber Landing ','','uber_landing','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_landing.xml','https://www.joomlart.com/update-steps',''),(21027,5,0,'Sample package for Uber Lawyer','','uber_lawyer','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_lawyer.xml','https://www.joomlart.com/update-steps',''),(21028,5,0,'Sample package for Uber Medicare','','uber_medicare','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_medicare.xml','https://www.joomlart.com/update-steps',''),(21029,5,0,'Sample package for Uber Music','','uber_music','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_music.xml','https://www.joomlart.com/update-steps',''),(21030,5,0,'Sample package for Uber Restaurant','','uber_restaurant','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_restaurant.xml','https://www.joomlart.com/update-steps',''),(21031,5,0,'Sample package for Uber Spa','','uber_spa','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_spa.xml','https://www.joomlart.com/update-steps',''),(21032,5,0,'Sample package for Uber University','','uber_university','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_university.xml','https://www.joomlart.com/update-steps',''),(21033,5,0,'Sample package for Uber Wedding','','uber_wedding','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_wedding.xml','https://www.joomlart.com/update-steps',''),(21034,9,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com/joomla/138/b61e70db','',''),(21035,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/138/2084920890','',''),(21036,9,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com/joomla/286/21ffe006','',''),(21037,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/286/326466299','',''),(21038,9,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com/joomla/287/cb577720','',''),(21039,9,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com/joomla/301/dfc993d8','',''),(21040,9,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(21041,9,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com/joomla/313/1985305838','',''),(21042,9,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/313/1307741342','',''),(21043,9,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com/joomla/313/1301311221','',''),(21044,9,0,'RokComments','','','plugin','',0,'2.0.3','0802','https://updates.rockettheme.com/joomla/313/2049982768','',''),(21045,9,0,'RokCheck (Template Version Check)','','','module','',1,'1.0.1','0802','https://updates.rockettheme.com/joomla/381/791616223','',''),(21046,9,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/381/337128173','',''),(21047,9,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/559/1033ef39','',''),(21048,10,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.11.20241016','','http://getk2.org/update.xml','https://github.com/getk2/k2/blob/master/CHANGELOG.md',''),(21049,15,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.11.20241016','','http://getk2.org/app/update.xml','https://github.com/getk2/k2/blob/master/CHANGELOG.md',''),(21050,17,0,'JCE 2.9.84','','pkg_jce','package','',0,'2.9.84','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-84-released',''),(21051,18,0,'SCLogin','','mod_sclogin','module','',0,'9.0.244','','http://www.sourcecoast.com/updates/sclogin.xml','https://www.sourcecoast.com/index.php?option=com_ars&view=Items&release_id=265&format=html',''),(21052,19,0,'T3 System Plugin','','t3','plugin','system',0,'3.2.3','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(21053,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21054,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21055,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21056,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21057,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21058,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21059,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21060,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21061,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21062,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21063,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21064,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21065,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21066,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21067,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21068,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21069,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21070,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21071,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21072,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21073,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21074,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21075,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21076,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21077,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21078,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21079,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21080,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21081,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21082,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21083,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21084,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21085,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21086,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21087,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21088,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21089,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21090,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21091,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21092,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21093,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21094,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21095,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21096,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21097,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21098,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21099,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21100,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21101,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21102,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21103,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21104,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21105,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21106,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21107,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21108,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21109,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21110,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21111,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21112,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21113,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21114,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21115,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21116,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21117,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21118,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21119,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21120,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21121,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21122,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21123,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21124,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21125,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21126,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21127,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21128,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21129,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21130,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21131,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21132,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21133,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21134,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21135,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21136,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21137,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21138,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21139,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21140,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21141,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21142,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21143,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21144,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21145,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21146,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21147,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21148,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21149,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21150,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21151,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21152,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21153,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21154,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21155,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21156,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21157,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21158,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21159,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21160,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21161,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21162,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21163,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21164,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21165,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21166,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21167,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21168,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21169,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21170,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21171,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21172,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21173,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21174,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21175,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21176,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21177,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21178,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21179,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21180,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21181,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21182,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(21183,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(21184,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(21185,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(21186,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(21187,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(21188,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(21189,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(21190,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(21191,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(21192,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(21193,3,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(21194,3,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(21195,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(21196,3,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(21197,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(21198,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(21199,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(21200,3,0,'French','','pkg_fr-FR','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(21201,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(21202,3,0,'German','','pkg_de-DE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(21203,3,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(21204,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(21205,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(21206,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(21207,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(21208,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.12.2','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(21209,3,0,'Irish','','pkg_ga-IE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ga-IE_details.xml','',''),(21210,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(21211,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(21212,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(21213,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(21214,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(21215,3,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.12.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(21216,3,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(21217,3,0,'Polish','','pkg_pl-PL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(21218,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(21219,3,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.10.12.3','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(21220,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(21221,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(21222,3,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(21223,3,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(21224,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(21225,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(21226,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(21227,3,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(21228,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(21229,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(21230,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(21231,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(21232,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(21233,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(21234,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(21235,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.12.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(21236,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21237,5,0,'JA Extension Manager Component','','com_jaextmanager','component','',1,'2.7.5','','http://update.joomlart.com/service/tracking/j16/com_jaextmanager.xml','https://www.joomlart.com/update-steps',''),(21238,5,0,'JA K2 Filter Package for J25 & J3.x','','com_jak2filter','component','',1,'1.4.0','','http://update.joomlart.com/service/tracking/j16/com_jak2filter.xml','https://www.joomlart.com/update-steps',''),(21239,5,0,'JA Megafilter Component','','com_jamegafilter','component','',1,'2.0.5','','http://update.joomlart.com/service/tracking/j16/com_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(21240,5,0,'JA Appolio Theme for EasyBlog','','easyblog_theme_appolio','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_appolio.xml','https://www.joomlart.com/update-steps',''),(21241,5,0,'JA Beranis Theme for EasyBlog','','easyblog_theme_beranis','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_beranis.xml','https://www.joomlart.com/update-steps',''),(21242,5,0,'JA Biz Theme for EasyBlog','','easyblog_theme_biz','custom','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_biz.xml','https://www.joomlart.com/update-steps',''),(21243,5,0,'JA Bookshop Theme for EasyBlog','','easyblog_theme_bookshop','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_bookshop.xml','https://www.joomlart.com/update-steps',''),(21244,5,0,'JA Decor Theme for EasyBlog','','easyblog_theme_decor','custom','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_decor.xml','https://www.joomlart.com/update-steps',''),(21245,5,0,'Theme Fixel for Easyblog J25 & J3x','','easyblog_theme_fixel','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_fixel.xml','https://www.joomlart.com/update-steps',''),(21246,5,0,'Theme Magz for Easyblog J25 & J34','','easyblog_theme_magz','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_magz.xml','https://www.joomlart.com/update-steps',''),(21247,5,0,'JA Muzic Theme for EasyBlog','','easyblog_theme_muzic','custom','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_muzic.xml','https://www.joomlart.com/update-steps',''),(21248,5,0,'JA Obelisk Theme for EasyBlog','','easyblog_theme_obelisk','custom','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j16/easyblog_theme_obelisk.xml','https://www.joomlart.com/update-steps',''),(21249,5,0,'JA Argo Template for J3x','','ja_argo','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_argo.xml','https://www.joomlart.com/update-steps',''),(21250,5,0,'JA Bookshop Template','','ja_bookshop','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_bookshop.xml','https://www.joomlart.com/update-steps',''),(21251,5,0,'JA Brisk Template for J25 & J3x','','ja_brisk','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j16/ja_brisk.xml','https://www.joomlart.com/update-steps',''),(21252,5,0,'JA Decor Template','','ja_decor','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j16/ja_decor.xml','https://www.joomlart.com/update-steps',''),(21253,5,0,'JA Fubix Template for J25 & J3x','','ja_fubix','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_fubix.xml','https://www.joomlart.com/update-steps',''),(21254,5,0,'JA Jason template','','ja_jason','template','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/ja_jason.xml','https://www.joomlart.com/update-steps',''),(21255,5,0,'JA Lens Template for Joomla 2.5 & 3.x','','ja_lens','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/ja_lens.xml','https://www.joomlart.com/update-steps',''),(21256,5,0,'JA Medicare Template','','ja_medicare','template','',0,'3.0.1','','http://update.joomlart.com/service/tracking/j16/ja_medicare.xml','https://www.joomlart.com/update-steps',''),(21257,5,0,'JA Mero Template for J25 & J3x','','ja_mero','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j16/ja_mero.xml','https://www.joomlart.com/update-steps',''),(21258,5,0,'JA Mitius Template','','ja_mitius','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j16/ja_mitius.xml','https://www.joomlart.com/update-steps',''),(21259,5,0,'JA Mixmaz Template','','ja_mixmaz','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/ja_mixmaz.xml','https://www.joomlart.com/update-steps',''),(21260,5,0,'JA Nuevo template','','ja_nuevo','template','',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/ja_nuevo.xml','https://www.joomlart.com/update-steps',''),(21261,5,0,'JA Onepage Template','','ja_onepage','template','',0,'1.1.8','','http://update.joomlart.com/service/tracking/j16/ja_onepage.xml','https://www.joomlart.com/update-steps',''),(21262,5,0,'JA Playmag Template','','ja_playmag','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j16/ja_playmag.xml','https://www.joomlart.com/update-steps',''),(21263,5,0,'JA Smashboard Template','','ja_smashboard','template','',0,'1.1.7','','http://update.joomlart.com/service/tracking/j16/ja_smashboard.xml','https://www.joomlart.com/update-steps',''),(21264,5,0,'JA Sugite Template','','ja_sugite','template','',0,'2.1.3','','http://update.joomlart.com/service/tracking/j16/ja_sugite.xml','https://www.joomlart.com/update-steps',''),(21265,5,0,'JA Travel Template for Joomla 3x','','ja_travel','template','',0,'2.5.7','','http://update.joomlart.com/service/tracking/j16/ja_travel.xml','https://www.joomlart.com/update-steps',''),(21266,5,0,'JA Wall Template for J25 & J3x','','ja_wall','template','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j16/ja_wall.xml','https://www.joomlart.com/update-steps',''),(21267,5,0,'Jomsocial Theme 3.x for JA Social','','jomsocial_theme_social','custom','',0,'4.7.x','','http://update.joomlart.com/service/tracking/j16/jomsocial_theme_social.xml','https://www.joomlart.com/update-steps',''),(21268,5,0,'Kunena Template for Ja Orisite','','kunena_theme_orisite','custom','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j16/kunena_theme_orisite.xml','https://www.joomlart.com/update-steps',''),(21269,5,0,'JA ACM Module','','mod_ja_acm','module','',0,'2.4.2','','http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml','https://www.joomlart.com/update-steps',''),(21270,5,0,'JA Accordion Module','','mod_jaaccordion','module','',0,'2.6.3','','http://update.joomlart.com/service/tracking/j16/mod_jaaccordion.xml','https://www.joomlart.com/update-steps',''),(21271,5,0,'JA Content Listing Module','','mod_jacontentlisting','module','',0,'1.2.9','','http://update.joomlart.com/service/tracking/j16/mod_jacontentlisting.xml','https://www.joomlart.com/update-steps',''),(21272,5,0,'JA Content Slider Module','','mod_jacontentslider','module','',0,'2.7.7','','http://update.joomlart.com/service/tracking/j16/mod_jacontentslider.xml','https://www.joomlart.com/update-steps',''),(21273,5,0,'JA Facebook Like Box Module','','mod_jafacebooklikebox','module','',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/mod_jafacebooklikebox.xml','https://www.joomlart.com/update-steps',''),(21274,5,0,'JA Google chart 2','','mod_jagooglechart_2','module','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j16/mod_jagooglechart_2.xml','https://www.joomlart.com/update-steps',''),(21275,5,0,'JA Image Hotspot Module','','mod_jaimagehotspot','module','',0,'1.3.2','','http://update.joomlart.com/service/tracking/j16/mod_jaimagehotspot.xml','https://www.joomlart.com/update-steps',''),(21276,5,0,'JA K2 Filter Module for J25 & J3.x','','mod_jak2filter','module','',0,'1.4.0','','http://update.joomlart.com/service/tracking/j16/mod_jak2filter.xml','https://www.joomlart.com/update-steps',''),(21277,5,0,'JA Login module','','mod_jalogin','module','',0,'2.9.1','','http://update.joomlart.com/service/tracking/j16/mod_jalogin.xml','https://www.joomlart.com/update-steps',''),(21278,5,0,'JA Masthead Module ','','mod_jamasthead','module','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j16/mod_jamasthead.xml','https://www.joomlart.com/update-steps',''),(21279,5,0,'JA Newsticker Module for J3x','','mod_janewsticker','module','',0,'2.6.3','','http://update.joomlart.com/service/tracking/j16/mod_janewsticker.xml','https://www.joomlart.com/update-steps',''),(21280,5,0,'JA Quick Contact Module','','mod_jaquickcontact','module','',0,'2.8.0','','http://update.joomlart.com/service/tracking/j16/mod_jaquickcontact.xml','https://www.joomlart.com/update-steps',''),(21281,5,0,'JA SideNews Module ','','mod_jasidenews','module','',0,'2.6.9','','http://update.joomlart.com/service/tracking/j16/mod_jasidenews.xml','https://www.joomlart.com/update-steps',''),(21282,5,0,'JA Slideshow Lite Module ','','mod_jaslideshowlite','module','',0,'1.2.9','','http://update.joomlart.com/service/tracking/j16/mod_jaslideshowlite.xml','https://www.joomlart.com/update-steps',''),(21283,5,0,'JA Social Locker module','','mod_jasocial_locker','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/mod_jasocial_locker.xml','https://www.joomlart.com/update-steps',''),(21284,5,0,'JA Twitter Module','','mod_jatwitter','module','',0,'3.1.0','','http://update.joomlart.com/service/tracking/j16/mod_jatwitter.xml','https://www.joomlart.com/update-steps',''),(21285,5,0,'JA VMProducts Module','','mod_javmproducts','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j16/mod_javmproducts.xml','https://www.joomlart.com/update-steps',''),(21286,5,0,'S5 Accordion Menu Module','','mod_s5_accordion_menu','module','',0,'2.4.0','','http://update.joomlart.com/service/tracking/j16/mod_s5_accordion_menu.xml','https://www.joomlart.com/update-steps',''),(21287,5,0,'JA Disqus Debate Echo plugin','','debate_echo','plugin','jadisqus',0,'2.7.0','','http://update.joomlart.com/service/tracking/j16/plg_jadisqus_debate_echo.xml','https://www.joomlart.com/update-steps',''),(21288,5,0,'JA Megafilter VirtueMart Plugin','','virtuemart','plugin','jamegafilter',0,'2.0.5','','http://update.joomlart.com/service/tracking/j16/plg_jamegafilter_virtuemart.xml','https://www.joomlart.com/update-steps',''),(21289,5,0,'Multi Captcha Engine Plugin','','captcha_engine','plugin','multiple',0,'2.6.1','','http://update.joomlart.com/service/tracking/j16/plg_multiple_captcha_engine.xml','https://www.joomlart.com/update-steps',''),(21290,5,0,'JA Builder System Plugin','','jabuilder','plugin','system',0,'2.0.2','','http://update.joomlart.com/service/tracking/j16/plg_system_jabuilder.xml','https://www.joomlart.com/update-steps',''),(21291,5,0,'JA System Google Map plugin','','jagooglemap','plugin','system',0,'2.8.1','','http://update.joomlart.com/service/tracking/j16/plg_system_jagooglemap.xml','https://www.joomlart.com/update-steps',''),(21292,5,0,'JA Popup Plugin','','japopup','plugin','system',0,'3.0.0','','http://update.joomlart.com/service/tracking/j16/plg_system_japopup.xml','https://www.joomlart.com/update-steps',''),(21293,5,0,'JA System Social Feed Plugin','','jasocial_feed','plugin','system',0,'1.6.1','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocial_feed.xml','https://www.joomlart.com/update-steps',''),(21294,5,0,'ja socialshare plugin','','jasocialshare','plugin','system',0,'1.0.4','','http://update.joomlart.com/service/tracking/j16/plg_system_jasocialshare.xml','https://www.joomlart.com/update-steps',''),(21295,5,0,'JA Tabs Plugin for Joomla 3 & Joomla 4','','jatabs','plugin','system',0,'2.8.0','','http://update.joomlart.com/service/tracking/j16/plg_system_jatabs.xml','https://www.joomlart.com/update-steps',''),(21296,5,0,'T3 System Plugin','','t3','plugin','system',0,'3.2.3','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','https://www.joomlart.com/update-steps',''),(21297,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j16/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(21298,5,0,'Uber Template','','uber','template','',0,'3.1.0','','http://update.joomlart.com/service/tracking/j16/uber.xml','https://www.joomlart.com/update-steps',''),(21299,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(21300,5,0,'DT Register Component','','com_dtregister','component','',1,'4.2.9','','http://update.joomlart.com/service/tracking/j30/com_dtregister.xml','https://www.joomlart.com/update-steps',''),(21301,5,0,'Guru Light','','com_guru_light','component','',1,'5.2.2','','http://update.joomlart.com/service/tracking/j30/com_guru_light.xml','https://www.joomlart.com/update-steps',''),(21302,5,0,'iSEO Light','','com_iseo-light','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-light.xml','https://www.joomlart.com/update-steps',''),(21303,5,0,'iSEO Pro','','com_iseo-pro','component','',1,'3.2.0','','http://update.joomlart.com/service/tracking/j30/com_iseo-pro.xml','https://www.joomlart.com/update-steps',''),(21304,5,0,'JomSocial Pro','','com_jomsocial','component','',1,'4.9.5','','http://update.joomlart.com/service/tracking/j30/com_jomsocial.xml','https://www.joomlart.com/update-steps',''),(21305,5,0,'DT Register JEvents Update','','dt_reg_jevents_update_plg_3.2','plugin','dt_reg_jevents_updat',0,'3.3','','http://update.joomlart.com/service/tracking/j30/dt_reg_jevents_update_plg_3.2.xml','https://www.joomlart.com/update-steps',''),(21306,5,0,'GK bluap','','gk_bluap','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_bluap.xml','https://www.joomlart.com/update-steps',''),(21307,5,0,'GK Box Template','','gk_box','template','',0,'2.1.4','','http://update.joomlart.com/service/tracking/j30/gk_box.xml','https://www.joomlart.com/update-steps',''),(21308,5,0,'GK cloudhost J!3','','gk_cloudhost','template','',0,'4.3','','http://update.joomlart.com/service/tracking/j30/gk_cloudhost.xml','https://www.joomlart.com/update-steps',''),(21309,5,0,'GK Creativity','','gk_creativity','template','',0,'4.2.3','','http://update.joomlart.com/service/tracking/j30/gk_creativity.xml','https://www.joomlart.com/update-steps',''),(21310,5,0,'GK events J!3','','gk_events','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_events.xml','https://www.joomlart.com/update-steps',''),(21311,5,0,'GK game J!3','','gk_game','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_game.xml','https://www.joomlart.com/update-steps',''),(21312,5,0,'GK hotel','','gk_hotel','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j30/gk_hotel.xml','https://www.joomlart.com/update-steps',''),(21313,5,0,'GK instyle','','gk_instyle','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_instyle.xml','https://www.joomlart.com/update-steps',''),(21314,5,0,'GK john s J!3','','gk_john_s','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_john_s.xml','https://www.joomlart.com/update-steps',''),(21315,5,0,'GK magazine','','gk_magazine','template','',0,'4.3','','http://update.joomlart.com/service/tracking/j30/gk_magazine.xml','https://www.joomlart.com/update-steps',''),(21316,5,0,'GK mo J!3','','gk_mo','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_mo.xml','https://www.joomlart.com/update-steps',''),(21317,5,0,'GK msocial J!3','','gk_msocial','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_msocial.xml','https://www.joomlart.com/update-steps',''),(21318,5,0,'GK musicstate','','gk_musicstate','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_musicstate.xml','https://www.joomlart.com/update-steps',''),(21319,5,0,'GK news J!3','','gk_news','template','',0,'4.3.1','','http://update.joomlart.com/service/tracking/j30/gk_news.xml','https://www.joomlart.com/update-steps',''),(21320,5,0,'GK news2 J!3','','gk_news2','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_news2.xml','https://www.joomlart.com/update-steps',''),(21321,5,0,'GK news refreshed J!3','','gk_news_refreshed','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_news_refreshed.xml','https://www.joomlart.com/update-steps',''),(21322,5,0,'GK photo J!3','','gk_photo','template','',0,'4.2.2','','http://update.joomlart.com/service/tracking/j30/gk_photo.xml','https://www.joomlart.com/update-steps',''),(21323,5,0,'GK portfolio J!3','','gk_portfolio','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j30/gk_portfolio.xml','https://www.joomlart.com/update-steps',''),(21324,5,0,'GK rockwall','','gk_rockwall','template','',0,'4.1.2','','http://update.joomlart.com/service/tracking/j30/gk_rockwall.xml','https://www.joomlart.com/update-steps',''),(21325,5,0,'GK Shop & Buy Template','','gk_shop_and_buy','template','',0,'4.3.1','','http://update.joomlart.com/service/tracking/j30/gk_shop_and_buy.xml','https://www.joomlart.com/update-steps',''),(21326,5,0,'GK simplicity J!3','','gk_simplicity','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_simplicity.xml','https://www.joomlart.com/update-steps',''),(21327,5,0,'GK steakhouse J!3','','gk_steakhouse','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_steakhouse.xml','https://www.joomlart.com/update-steps',''),(21328,5,0,'GK storebox J!3','','gk_storebox','template','',0,'4.2.1','','http://update.joomlart.com/service/tracking/j30/gk_storebox.xml','https://www.joomlart.com/update-steps',''),(21329,5,0,'GK storefront J!3','','gk_storefront','template','',0,'4.4','','http://update.joomlart.com/service/tracking/j30/gk_storefront.xml','https://www.joomlart.com/update-steps',''),(21330,5,0,'GK technews J!3','','gk_technews','template','',0,'2.0.5','','http://update.joomlart.com/service/tracking/j30/gk_technews.xml','https://www.joomlart.com/update-steps',''),(21331,5,0,'GK university','','gk_university','template','',0,'4.1.3','','http://update.joomlart.com/service/tracking/j30/gk_university.xml','https://www.joomlart.com/update-steps',''),(21332,5,0,'GK writer J!3','','gk_writer','template','',0,'4.1.1','','http://update.joomlart.com/service/tracking/j30/gk_writer.xml','https://www.joomlart.com/update-steps',''),(21333,5,0,'DT Grid Theme','','grid_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j30/grid_theme.xml','https://www.joomlart.com/update-steps',''),(21334,5,0,'GURU Payment Plugin - 2checkout','','guru-2checkout-plugin_1.0.0','plugin','guru-2checkout-plugi',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/guru-2checkout-plugin_1.0.0.xml','https://www.joomlart.com/update-steps',''),(21335,5,0,'System - iJSEO Page Scan Plugin','','ijseo_page_scan_plugin','plugin','ijseo_page_scan_plug',0,'1.0.0','','http://update.joomlart.com/service/tracking/j30/ijseo_page_scan_plugin.xml','https://www.joomlart.com/update-steps',''),(21336,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j30/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(21337,5,0,'JB Ignite Template','','jb_ignite','template','',0,'1.4.7','','http://update.joomlart.com/service/tracking/j30/jb_ignite.xml','https://www.joomlart.com/update-steps',''),(21338,5,0,'DT List Theme ','','list_theme','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j30/list_theme.xml','https://www.joomlart.com/update-steps',''),(21339,5,0,'DT Calendar Module ','','mod_dt_calendar','module','',0,'3.5.2','','http://update.joomlart.com/service/tracking/j30/mod_dt_calendar.xml','https://www.joomlart.com/update-steps',''),(21340,5,0,'DT Cart Module','','mod_dt_cart','module','',0,'3.5.6','','http://update.joomlart.com/service/tracking/j30/mod_dt_cart.xml','https://www.joomlart.com/update-steps',''),(21341,5,0,'DT Register Upcoming Events Module','','mod_dt_upcoming_event','module','',0,'3.8.4','','http://update.joomlart.com/service/tracking/j30/mod_dt_upcoming_event.xml','https://www.joomlart.com/update-steps',''),(21342,5,0,'DT Register Search Module','','mod_dtsearch','module','',0,'3.4.2','','http://update.joomlart.com/service/tracking/j30/mod_dtsearch.xml','https://www.joomlart.com/update-steps',''),(21343,5,0,'Metro Grid GK5','','mod_grid_gk5','module','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j30/mod_grid_gk5.xml','https://www.joomlart.com/update-steps',''),(21344,5,0,'Highlighter GK5 Module','','mod_highlighter_gk5','module','',0,'1.2.4','','http://update.joomlart.com/service/tracking/j30/mod_highlighter_gk5.xml','https://www.joomlart.com/update-steps',''),(21345,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.7.6','','http://update.joomlart.com/service/tracking/j30/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(21346,5,0,'News Pro GK5 J!3','','mod_news_pro_gk5','module','',0,'2.1.5','','http://update.joomlart.com/service/tracking/j30/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(21347,5,0,'DT Register EventLink Plugin','','plg_dteventlink','plugin','plg_dteventlink',0,'3.2.8','','http://update.joomlart.com/service/tracking/j30/plg_dteventlink.xml','https://www.joomlart.com/update-steps',''),(21348,5,0,'DT Register MailChimp Subscriber','','mailchimp','plugin','dtreg',0,'3.4','','http://update.joomlart.com/service/tracking/j30/plg_dtreg_mailchimp.xml','https://www.joomlart.com/update-steps',''),(21349,5,0,'DT Register ICS Import Plugin','','1.1','plugin','dtregimport',0,'1.4','','http://update.joomlart.com/service/tracking/j30/plg_dtregimport_1.1.xml','https://www.joomlart.com/update-steps',''),(21350,5,0,'DT Register with Docusign Intergration','','dtdocusign','plugin','dtregister',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_dtregister_dtdocusign.xml','https://www.joomlart.com/update-steps',''),(21351,5,0,'System - DT Register SSL','','plg_dtregssl','plugin','plg_dtregssl',0,'2.0','','http://update.joomlart.com/service/tracking/j30/plg_dtregssl.xml','https://www.joomlart.com/update-steps',''),(21352,5,0,'DT Register Activity (JomSocial) Plugin','','dtreg_activity','plugin','jomsocial',0,'1.9','','http://update.joomlart.com/service/tracking/j30/plg_jomsocial_dtreg_activity.xml','https://www.joomlart.com/update-steps',''),(21353,5,0,'GK Opengraph system plugin','','gk_opengraph','plugin','sys',0,'1.0.2','','http://update.joomlart.com/service/tracking/j30/plg_sys_gk_opengraph.xml','https://www.joomlart.com/update-steps',''),(21354,5,0,'GK Cache system plugin','','gkcache','plugin','sys',0,'1.1','','http://update.joomlart.com/service/tracking/j30/plg_sys_gkcache.xml','https://www.joomlart.com/update-steps',''),(21355,5,0,'GK Extmenu system plugin','','gkextmenu','plugin','sys',0,'1.0.4','','http://update.joomlart.com/service/tracking/j30/plg_sys_gkextmenu.xml','https://www.joomlart.com/update-steps',''),(21356,5,0,'GURU Payment VT.Web Veritrans Indonesia','','GURU-Payment_VT.Web_Veritrans_Indonesia','plugin','GURU-Payment_VT.Web_',0,'2.0.0','','http://update.joomlart.com/service/tracking/j31/GURU-Payment_VT.Web_Veritrans_Indonesia.xml','https://www.joomlart.com/update-steps',''),(21357,5,0,'S5 Vertex Framework','','Shape5_Vertex4','template','',0,'4.3.2','','http://update.joomlart.com/service/tracking/j31/Shape5_Vertex4.xml','https://www.joomlart.com/update-steps',''),(21358,5,0,'S5 Amazed Photography Template','','Shape5_amazed_photography_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_amazed_photography_template.xml','https://www.joomlart.com/update-steps',''),(21359,5,0,'S5 Ambient Template','','Shape5_ambient_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_ambient_template.xml','https://www.joomlart.com/update-steps',''),(21360,5,0,'S5 Ameritage Medical Template','','Shape5_ameritage_medical_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ameritage_medical_template.xml','https://www.joomlart.com/update-steps',''),(21361,5,0,'S5 Appwonder Template','','Shape5_appwonder_template','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/Shape5_appwonder_template.xml','https://www.joomlart.com/update-steps',''),(21362,5,0,'S5 Arthur Template','','Shape5_arthur_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_arthur_template.xml','https://www.joomlart.com/update-steps',''),(21363,5,0,'S5 Attractions Template','','Shape5_attractions_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_attractions_template.xml','https://www.joomlart.com/update-steps',''),(21364,5,0,'S5 Aurora Dawn Template','','Shape5_aurora_dawn_template','template','',0,'3.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_aurora_dawn_template.xml','https://www.joomlart.com/update-steps',''),(21365,5,0,'S5 Avignet Dream Template','','Shape5_avignet_dream_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_avignet_dream_template.xml','https://www.joomlart.com/update-steps',''),(21366,5,0,'S5 Big Business Template','','Shape5_big_business_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_big_business_template.xml','https://www.joomlart.com/update-steps',''),(21367,5,0,'S5 Big Picture Template','','Shape5_bigpicture_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_bigpicture_template.xml','https://www.joomlart.com/update-steps',''),(21368,5,0,'S5 Blogbox Template','','Shape5_blog_box_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_blog_box_template.xml','https://www.joomlart.com/update-steps',''),(21369,5,0,'S5 BlueGroup Template','','Shape5_bluegroup_template','template','',0,'1.1.6','','http://update.joomlart.com/service/tracking/j31/Shape5_bluegroup_template.xml','https://www.joomlart.com/update-steps',''),(21370,5,0,'S5 Business Line Template','','Shape5_business_line_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_business_line_template.xml','https://www.joomlart.com/update-steps',''),(21371,5,0,'S5 Business Pro Template','','Shape5_business_pro_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_business_pro_template.xml','https://www.joomlart.com/update-steps',''),(21372,5,0,'S5 Callie Rush Template','','Shape5_callie_rush_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_callie_rush_template.xml','https://www.joomlart.com/update-steps',''),(21373,5,0,'S5 Campus Life Template','','Shape5_campuslife_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_campuslife_template.xml','https://www.joomlart.com/update-steps',''),(21374,5,0,'S5 Charity Template','','Shape5_charity_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_charity_template.xml','https://www.joomlart.com/update-steps',''),(21375,5,0,'S5 Charlestown Template','','Shape5_charlestown_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_charlestown_template.xml','https://www.joomlart.com/update-steps',''),(21376,5,0,'S5 Cleanout Template','','Shape5_cleanout_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cleanout_template.xml','https://www.joomlart.com/update-steps',''),(21377,5,0,'S5 Comaxium Template','','Shape5_comaxium_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_comaxium_template.xml','https://www.joomlart.com/update-steps',''),(21378,5,0,'S5 Compassion Template','','Shape5_compassion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_compassion_template.xml','https://www.joomlart.com/update-steps',''),(21379,5,0,'S5 Construction Template','','Shape5_construction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_construction_template.xml','https://www.joomlart.com/update-steps',''),(21380,5,0,'S5 Content King Template','','Shape5_contentking_template','template','',0,'1.1.9','','http://update.joomlart.com/service/tracking/j31/Shape5_contentking_template.xml','https://www.joomlart.com/update-steps',''),(21381,5,0,'S5 Corporate Response Template','','Shape5_corporate_response_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_corporate_response_template.xml','https://www.joomlart.com/update-steps',''),(21382,5,0,'S5 Corpway Template','','Shape5_corpway_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_corpway_template.xml','https://www.joomlart.com/update-steps',''),(21383,5,0,'S5 Cyan Template','','Shape5_cyan_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_cyan_template.xml','https://www.joomlart.com/update-steps',''),(21384,5,0,'S5 Emma and Mason Template','','Shape5_emma_and_mason_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_emma_and_mason_template.xml','https://www.joomlart.com/update-steps',''),(21385,5,0,'S5 Emusica Template','','Shape5_emusica_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_emusica_template.xml','https://www.joomlart.com/update-steps',''),(21386,5,0,'S5 Eventfull Business Template','','Shape5_eventfull_business_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_eventfull_business_template.xml','https://www.joomlart.com/update-steps',''),(21387,5,0,'S5 Eventfull Template','','Shape5_eventfull_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_eventfull_template.xml','https://www.joomlart.com/update-steps',''),(21388,5,0,'S5 EZ Web Hosting Template','','Shape5_ezwebhosting_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_ezwebhosting_template.xml','https://www.joomlart.com/update-steps',''),(21389,5,0,'S5 Fitness Center Template','','Shape5_fitness_center_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_fitness_center_template.xml','https://www.joomlart.com/update-steps',''),(21390,5,0,'S5 Forte Template','','Shape5_forte_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_forte_template.xml','https://www.joomlart.com/update-steps',''),(21391,5,0,'S5 Fresh Bistro Template','','Shape5_fresh_bistro_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_fresh_bistro_template.xml','https://www.joomlart.com/update-steps',''),(21392,5,0,'S5 Fusion Template','','Shape5_fusion_template','template','',0,'1.5.7','','http://update.joomlart.com/service/tracking/j31/Shape5_fusion_template.xml','https://www.joomlart.com/update-steps',''),(21393,5,0,'S5 Game World Template','','Shape5_game_world_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_game_world_template.xml','https://www.joomlart.com/update-steps',''),(21394,5,0,'S5 Gamers Template','','Shape5_gamers_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_gamers_template.xml','https://www.joomlart.com/update-steps',''),(21395,5,0,'S5 GCK Store Template','','Shape5_gck_store_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_gck_store_template.xml','https://www.joomlart.com/update-steps',''),(21396,5,0,'S5 General Commerce Template','','Shape5_general_commerce_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_general_commerce_template.xml','https://www.joomlart.com/update-steps',''),(21397,5,0,'S5 General Contractor Template','','Shape5_general_contractor_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_general_contractor_template.xml','https://www.joomlart.com/update-steps',''),(21398,5,0,'S5 GetReserved Template','','Shape5_getreserved_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_getreserved_template.xml','https://www.joomlart.com/update-steps',''),(21399,5,0,'S5 Health Guide Template','','Shape5_health_guide_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_health_guide_template.xml','https://www.joomlart.com/update-steps',''),(21400,5,0,'S5 Helion Template','','Shape5_helion_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_helion_template.xml','https://www.joomlart.com/update-steps',''),(21401,5,0,'S5 Hexa Corp Template','','Shape5_hexa_corp_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_hexa_corp_template.xml','https://www.joomlart.com/update-steps',''),(21402,5,0,'S5 Hexicon Gamer Template','','Shape5_hexicon_gamer_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_hexicon_gamer_template.xml','https://www.joomlart.com/update-steps',''),(21403,5,0,'S5 Incline Template','','Shape5_incline_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_incline_template.xml','https://www.joomlart.com/update-steps',''),(21404,5,0,'S5 Legal Lawyer Template','','Shape5_legal_lawyer_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_legal_lawyer_template.xml','https://www.joomlart.com/update-steps',''),(21405,5,0,'S5 Life Journey Template','','Shape5_life_journey_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_life_journey_template.xml','https://www.joomlart.com/update-steps',''),(21406,5,0,'S5 Light Church Template','','Shape5_lightchurch_template','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/Shape5_lightchurch_template.xml','https://www.joomlart.com/update-steps',''),(21407,5,0,'S5 Lime Light Template','','Shape5_lime_light_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_lime_light_template.xml','https://www.joomlart.com/update-steps',''),(21408,5,0,'S5 Luxon Template','','Shape5_luxon_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_luxon_template.xml','https://www.joomlart.com/update-steps',''),(21409,5,0,'S5 M Ceative Agency Template','','Shape5_m_creative_agency_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_m_creative_agency_template.xml','https://www.joomlart.com/update-steps',''),(21410,5,0,'S5 Maxed Mag Template','','Shape5_maxedmag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_maxedmag_template.xml','https://www.joomlart.com/update-steps',''),(21411,5,0,'S5 MetroShows Template','','Shape5_metroshows_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_metroshows_template.xml','https://www.joomlart.com/update-steps',''),(21412,5,0,'S5 Modern Flavor Template','','Shape5_modern_flavor_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_modern_flavor_template.xml','https://www.joomlart.com/update-steps',''),(21413,5,0,'S5 New Vision Template','','Shape5_new_vision_template','template','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_new_vision_template.xml','https://www.joomlart.com/update-steps',''),(21414,5,0,'S5 News Blog Template','','Shape5_newsblog_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_newsblog_template.xml','https://www.joomlart.com/update-steps',''),(21415,5,0,'S5 Newsplace Template','','Shape5_newsplace_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_newsplace_template.xml','https://www.joomlart.com/update-steps',''),(21416,5,0,'S5 No1 Shopping Template','','Shape5_no1_shopping_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_no1_shopping_template.xml','https://www.joomlart.com/update-steps',''),(21417,5,0,'S5 Oasis Template','','Shape5_oasis_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_oasis_template.xml','https://www.joomlart.com/update-steps',''),(21418,5,0,'S5 Outdoor Life Template','','Shape5_outdoor_life_template','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/Shape5_outdoor_life_template.xml','https://www.joomlart.com/update-steps',''),(21419,5,0,'S5 Pantheon Template','','Shape5_pantheon_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_pantheon_template.xml','https://www.joomlart.com/update-steps',''),(21420,5,0,'S5 Paradigm Shift Template','','Shape5_paradigm_shift_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_paradigm_shift_template.xml','https://www.joomlart.com/update-steps',''),(21421,5,0,'S5 Phosphorus Template','','Shape5_phosphorus_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_phosphorus_template.xml','https://www.joomlart.com/update-steps',''),(21422,5,0,'S5 Photobox Template','','Shape5_photobox_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_photobox_template.xml','https://www.joomlart.com/update-steps',''),(21423,5,0,'S5 Photofolio Template','','Shape5_photofolio_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_photofolio_template.xml','https://www.joomlart.com/update-steps',''),(21424,5,0,'S5 Prestige Academy Template','','Shape5_prestige_academy_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_prestige_academy_template.xml','https://www.joomlart.com/update-steps',''),(21425,5,0,'S5 Real Estate Template','','Shape5_realestate_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_realestate_template.xml','https://www.joomlart.com/update-steps',''),(21426,5,0,'S5 Regan Tech Template','','Shape5_regan_tech_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_regan_tech_template.xml','https://www.joomlart.com/update-steps',''),(21427,5,0,'S5 Risen Hope Template','','Shape5_risen_hope_template','template','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/Shape5_risen_hope_template.xml','https://www.joomlart.com/update-steps',''),(21428,5,0,'S5 Salon N Spa Template','','Shape5_salonnspa_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_salonnspa_template.xml','https://www.joomlart.com/update-steps',''),(21429,5,0,'S5 Samba Spa Template','','Shape5_samba_template','template','',0,'1.5.0','','http://update.joomlart.com/service/tracking/j31/Shape5_samba_template.xml','https://www.joomlart.com/update-steps',''),(21430,5,0,'S5 Vertex Template','','Shape5_shape5_vertex_template','template','',0,'3.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_shape5_vertex_template.xml','https://www.joomlart.com/update-steps',''),(21431,5,0,'S5 Shenandoah Template','','Shape5_shenandoah_template','template','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/Shape5_shenandoah_template.xml','https://www.joomlart.com/update-steps',''),(21432,5,0,'S5 ShoppingBag Template','','Shape5_shoppingbag_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_shoppingbag_template.xml','https://www.joomlart.com/update-steps',''),(21433,5,0,'S5 Sienna Template','','Shape5_sienna_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sienna_template.xml','https://www.joomlart.com/update-steps',''),(21434,5,0,'S5 Simplex Template','','Shape5_simplex_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_simplex_template.xml','https://www.joomlart.com/update-steps',''),(21435,5,0,'S5 Soul Search Template','','Shape5_soul_search_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_soul_search_template.xml','https://www.joomlart.com/update-steps',''),(21436,5,0,'S5 Spectrum Template','','Shape5_spectrum_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_spectrum_template.xml','https://www.joomlart.com/update-steps',''),(21437,5,0,'S5 Sports Nation Template','','Shape5_sports_nation_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_sports_nation_template.xml','https://www.joomlart.com/update-steps',''),(21438,5,0,'S5 Store Pro Template','','Shape5_storepro_template','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/Shape5_storepro_template.xml','https://www.joomlart.com/update-steps',''),(21439,5,0,'S5 Swapps Template','','Shape5_swapps_template','template','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/Shape5_swapps_template.xml','https://www.joomlart.com/update-steps',''),(21440,5,0,'S5 The Classifieds Template','','Shape5_the_classifieds_template','template','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/Shape5_the_classifieds_template.xml','https://www.joomlart.com/update-steps',''),(21441,5,0,'S5 TheBlogazine Template','','Shape5_theblogazine_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_theblogazine_template.xml','https://www.joomlart.com/update-steps',''),(21442,5,0,'S5 Traction Template','','Shape5_traction_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_traction_template.xml','https://www.joomlart.com/update-steps',''),(21443,5,0,'S5 University Template','','Shape5_university_template','template','',0,'2.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_university_template.xml','https://www.joomlart.com/update-steps',''),(21444,5,0,'S5 Velocity Template','','Shape5_velocity_template','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/Shape5_velocity_template.xml','https://www.joomlart.com/update-steps',''),(21445,5,0,'S5 Zoka Template','','Shape5_zoka_template','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/Shape5_zoka_template.xml','https://www.joomlart.com/update-steps',''),(21446,5,0,'JA Blockk Entertaiment 1','','blockk_entertaiment_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_entertaiment_1.xml','https://www.joomlart.com/update-steps',''),(21447,5,0,'JA Blockk Entertaiment 2','','blockk_entertaiment_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_entertaiment_2.xml','https://www.joomlart.com/update-steps',''),(21448,5,0,'JA Blockk Fashion 1','','blockk_fashion_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_1.xml','https://www.joomlart.com/update-steps',''),(21449,5,0,'JA Blockk Fashion 2','','blockk_fashion_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_2.xml','https://www.joomlart.com/update-steps',''),(21450,5,0,'JA Blockk Fashion 3','','blockk_fashion_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_3.xml','https://www.joomlart.com/update-steps',''),(21451,5,0,'JA Blockk Fashion 4','','blockk_fashion_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_fashion_4.xml','https://www.joomlart.com/update-steps',''),(21452,5,0,'JA Blockk Freebie 1','','blockk_freebie_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_freebie_1.xml','https://www.joomlart.com/update-steps',''),(21453,5,0,'JA Blockk Freebie 2','','blockk_freebie_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_freebie_2.xml','https://www.joomlart.com/update-steps',''),(21454,5,0,'JA Blockk Gaming 1','','blockk_gaming_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_1.xml','https://www.joomlart.com/update-steps',''),(21455,5,0,'JA Blockk Gaming 2','','blockk_gaming_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_2.xml','https://www.joomlart.com/update-steps',''),(21456,5,0,'JA Blockk Gaming 3','','blockk_gaming_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_3.xml','https://www.joomlart.com/update-steps',''),(21457,5,0,'JA Blockk Gaming 4','','blockk_gaming_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_gaming_4.xml','https://www.joomlart.com/update-steps',''),(21458,5,0,'JA Blockk Magz 1','','blockk_magz_1','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_1.xml','https://www.joomlart.com/update-steps',''),(21459,5,0,'JA Blockk Magz 2','','blockk_magz_2','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_2.xml','https://www.joomlart.com/update-steps',''),(21460,5,0,'JA Blockk Magz 3','','blockk_magz_3','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_3.xml','https://www.joomlart.com/update-steps',''),(21461,5,0,'JA Blockk Magz 4','','blockk_magz_4','sample_package','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/blockk_magz_4.xml','https://www.joomlart.com/update-steps',''),(21462,5,0,'Adagency Pro Component','','com_adagency-pro','component','',1,'7.1.1','','http://update.joomlart.com/service/tracking/j31/com_adagency-pro.xml','https://www.joomlart.com/update-steps',''),(21463,5,0,'DT Donate Component','','com_dtdonate_preview','component','',1,'4.0.5','','http://update.joomlart.com/service/tracking/j31/com_dtdonate_preview.xml','https://www.joomlart.com/update-steps',''),(21464,5,0,'Guru Pro','','com_guru_pro','component','',1,'6.2.4','','http://update.joomlart.com/service/tracking/j31/com_guru_pro.xml','https://www.joomlart.com/update-steps',''),(21465,5,0,'JA Builder Component','','com_jabuilder','component','',1,'2.0.2','','http://update.joomlart.com/service/tracking/j31/com_jabuilder.xml','https://www.joomlart.com/update-steps',''),(21466,5,0,'JA Extension Manager Component','','com_jaextmanager','component','',1,'2.7.6','','http://update.joomlart.com/service/tracking/j31/com_jaextmanager.xml','https://www.joomlart.com/update-steps',''),(21467,5,0,'JA Font Component','','com_jafont','component','',1,'1.0.3','','http://update.joomlart.com/service/tracking/j31/com_jafont.xml','https://www.joomlart.com/update-steps',''),(21468,5,0,'JA Joomla GDPR Component','','com_jagdpr','component','',1,'1.1.0','','http://update.joomlart.com/service/tracking/j31/com_jagdpr.xml','https://www.joomlart.com/update-steps',''),(21469,5,0,'JA Multilingual Component','','com_jalang','component','',1,'1.2.1','','http://update.joomlart.com/service/tracking/j31/com_jalang.xml','https://www.joomlart.com/update-steps',''),(21470,5,0,'JA Page Builder Component','','com_japagebuilder','component','',1,'1.0.0_alpha3','','http://update.joomlart.com/service/tracking/j31/com_japagebuilder.xml','https://www.joomlart.com/update-steps',''),(21471,5,0,'S5 Vertex Updater Component','','com_s5_vertexupdater','component','',1,'1.1.0','','http://update.joomlart.com/service/tracking/j31/com_s5_vertexupdater.xml','https://www.joomlart.com/update-steps',''),(21472,5,0,'T4 Page Builder Component','','com_t4pagebuilder','component','',1,'2.1.1','','http://update.joomlart.com/service/tracking/j31/com_t4pagebuilder.xml','https://www.joomlart.com/update-steps',''),(21473,5,0,'DT Donate Custom','','dt_donate','custom','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/dt_donate.xml','https://www.joomlart.com/update-steps',''),(21474,5,0,'DT Donate Campaigns Module','','dtdonate_campaigns','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/dtdonate_campaigns.xml','https://www.joomlart.com/update-steps',''),(21475,5,0,'JA Intranet Theme for EasyBlog','','easyblog_theme_intranet','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_intranet.xml','https://www.joomlart.com/update-steps',''),(21476,5,0,'JA Resume Theme for EasyBlog','','easyblog_theme_resume','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_resume.xml','https://www.joomlart.com/update-steps',''),(21477,5,0,'JA Sugite Theme for EasyBlog','','easyblog_theme_sugite','custom','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/easyblog_theme_sugite.xml','https://www.joomlart.com/update-steps',''),(21478,5,0,'GK Academy Template','','gk_academy','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_academy.xml','https://www.joomlart.com/update-steps',''),(21479,5,0,'GK App Template','','gk_app','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_app.xml','https://www.joomlart.com/update-steps',''),(21480,5,0,'GK Bauhaus Template','','gk_bauhaus','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_bauhaus.xml','https://www.joomlart.com/update-steps',''),(21481,5,0,'GK Blend Template','','gk_blend','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_blend.xml','https://www.joomlart.com/update-steps',''),(21482,5,0,'GK Decor template','','gk_decor','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/gk_decor.xml','https://www.joomlart.com/update-steps',''),(21483,5,0,'GK EvoNews Template','','gk_evonews','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_evonews.xml','https://www.joomlart.com/update-steps',''),(21484,5,0,'GK Fit Template','','gk_fit','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_fit.xml','https://www.joomlart.com/update-steps',''),(21485,5,0,'GK Folio Template','','gk_folio','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_folio.xml','https://www.joomlart.com/update-steps',''),(21486,5,0,'GK Infinity Template','','gk_infinity','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_infinity.xml','https://www.joomlart.com/update-steps',''),(21487,5,0,'GK Issues Template','','gk_issues','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_issues.xml','https://www.joomlart.com/update-steps',''),(21488,5,0,'GK Kidty template','','gk_kidty','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_kidty.xml','https://www.joomlart.com/update-steps',''),(21489,5,0,'GK magazine','','gk_magazine','template','',0,'4.4.1','','http://update.joomlart.com/service/tracking/j31/gk_magazine.xml','https://www.joomlart.com/update-steps',''),(21490,5,0,'GK Paradise Template','','gk_paradise','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_paradise.xml','https://www.joomlart.com/update-steps',''),(21491,5,0,'GK Portfolio Template','','gk_portfolio','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_portfolio.xml','https://www.joomlart.com/update-steps',''),(21492,5,0,'GK Quark template','','gk_quark','template','',0,'2.1.6','','http://update.joomlart.com/service/tracking/j31/gk_quark.xml','https://www.joomlart.com/update-steps',''),(21493,5,0,'GK ResumeTemplate','','gk_resume','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_resume.xml','https://www.joomlart.com/update-steps',''),(21494,5,0,'GK Shop & Buy Template','','gk_shop_and_buy','template','',0,'4.4','','http://update.joomlart.com/service/tracking/j31/gk_shop_and_buy.xml','https://www.joomlart.com/update-steps',''),(21495,5,0,'GK Siggi Template','','gk_siggi','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_siggi.xml','https://www.joomlart.com/update-steps',''),(21496,5,0,'GK Stora Template','','gk_stora','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/gk_stora.xml','https://www.joomlart.com/update-steps',''),(21497,5,0,'GK storefront ','','gk_storefront','template','',0,'4.5.0','','http://update.joomlart.com/service/tracking/j31/gk_storefront.xml','https://www.joomlart.com/update-steps',''),(21498,5,0,'GK technews','','gk_technews','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/gk_technews.xml','https://www.joomlart.com/update-steps',''),(21499,5,0,'GK Wedding Template','','gk_wedding','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/gk_wedding.xml','https://www.joomlart.com/update-steps',''),(21500,5,0,'DT Grid 2 Theme','','grid-2_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/grid-2_theme.xml','https://www.joomlart.com/update-steps',''),(21501,5,0,'Guru Courses Module','','guru-courses-module','module','',0,'4.0.5','','http://update.joomlart.com/service/tracking/j31/guru-courses-module.xml','https://www.joomlart.com/update-steps',''),(21502,5,0,'Guru Search Module','','guru-search-module','module','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/guru-search-module.xml','https://www.joomlart.com/update-steps',''),(21503,5,0,'Guru Payment Authorize Plugin','','guru_payauthorize_3.0.0','plugin','guru_payauthorize_3.',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/guru_payauthorize_3.0.0.xml','https://www.joomlart.com/update-steps',''),(21504,5,0,'JA Aiga Template','','ja_aiga','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_aiga.xml','https://www.joomlart.com/update-steps',''),(21505,5,0,'JA Allure Template','','ja_allure','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_allure.xml','https://www.joomlart.com/update-steps',''),(21506,5,0,'JA Alpha Template','','ja_alpha','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_alpha.xml','https://www.joomlart.com/update-steps',''),(21507,5,0,'JA Alumni Template','','ja_alumni','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_alumni.xml','https://www.joomlart.com/update-steps',''),(21508,5,0,'JA Artsy Template','','ja_artsy','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_artsy.xml','https://www.joomlart.com/update-steps',''),(21509,5,0,'JA Atoms Template','','ja_atoms','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_atoms.xml','https://www.joomlart.com/update-steps',''),(21510,5,0,'JA Autoshop Source File','','ja_autoshop','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_autoshop.xml','https://www.joomlart.com/update-steps',''),(21511,5,0,'JA Beauty Source File','','ja_beauty','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_beauty.xml','https://www.joomlart.com/update-steps',''),(21512,5,0,'JA Biz Template','','ja_biz','template','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/ja_biz.xml','https://www.joomlart.com/update-steps',''),(21513,5,0,'JA Blockk Template','','ja_blockk','template','',0,'2.1.3','','http://update.joomlart.com/service/tracking/j31/ja_blockk.xml','https://www.joomlart.com/update-steps',''),(21514,5,0,'ja boxing tpl','','ja_boxing','template','',0,'1.0.3','','http://update.joomlart.com/service/tracking/j31/ja_boxing.xml','https://www.joomlart.com/update-steps',''),(21515,5,0,'JA Brickstore Template','','ja_brickstore','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_brickstore.xml','https://www.joomlart.com/update-steps',''),(21516,5,0,'JA Builder Package','','ja_builder_pkg','package','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_builder_pkg.xml','https://www.joomlart.com/update-steps',''),(21517,5,0,'JA Cagox template','','ja_cagox','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_cagox.xml','https://www.joomlart.com/update-steps',''),(21518,5,0,'JA Campaign Template','','ja_campaign','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_campaign.xml','https://www.joomlart.com/update-steps',''),(21519,5,0,'JA Candidate Template','','ja_candidate','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_candidate.xml','https://www.joomlart.com/update-steps',''),(21520,5,0,'JA Charity template','','ja_charity','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_charity.xml','https://www.joomlart.com/update-steps',''),(21521,5,0,'JA City Guide Template','','ja_cityguide','template','',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/ja_cityguide.xml','https://www.joomlart.com/update-steps',''),(21522,5,0,'JA Company Template','','ja_company','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_company.xml','https://www.joomlart.com/update-steps',''),(21523,5,0,'JA Conf Template','','ja_conf','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_conf.xml','https://www.joomlart.com/update-steps',''),(21524,5,0,'JA Diner Template','','ja_diner','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_diner.xml','https://www.joomlart.com/update-steps',''),(21525,5,0,'JA Directory Template','','ja_directory','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_directory.xml','https://www.joomlart.com/update-steps',''),(21526,5,0,'JA Donate Template','','ja_donate','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_donate.xml','https://www.joomlart.com/update-steps',''),(21527,5,0,'JA Edenite II Template','','ja_edenite_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_edenite_ii.xml','https://www.joomlart.com/update-steps',''),(21528,5,0,'JA Educatsy Template','','ja_educatsy','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_educatsy.xml','https://www.joomlart.com/update-steps',''),(21529,5,0,'JA Ego Template','','ja_ego','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_ego.xml','https://www.joomlart.com/update-steps',''),(21530,5,0,'JA Elicyon Template','','ja_elicyon','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_elicyon.xml','https://www.joomlart.com/update-steps',''),(21531,5,0,'JA EventCamp Template','','ja_eventcamp','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_eventcamp.xml','https://www.joomlart.com/update-steps',''),(21532,5,0,'JA Events II template','','ja_events_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_events_ii.xml','https://www.joomlart.com/update-steps',''),(21533,5,0,'JA Festival Template','','ja_festival','template','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/ja_festival.xml','https://www.joomlart.com/update-steps',''),(21534,5,0,'JA Fit Template','','ja_fit','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_fit.xml','https://www.joomlart.com/update-steps',''),(21535,5,0,'ja flix tpl','','ja_flix','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_flix.xml','https://www.joomlart.com/update-steps',''),(21536,5,0,'JA Focus Template','','ja_focus','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_focus.xml','https://www.joomlart.com/update-steps',''),(21537,5,0,'JA Good Template','','ja_good','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_good.xml','https://www.joomlart.com/update-steps',''),(21538,5,0,'JA Healthcare Template','','ja_healthcare','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_healthcare.xml','https://www.joomlart.com/update-steps',''),(21539,5,0,'JA Helple Template','','ja_helple','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_helple.xml','https://www.joomlart.com/update-steps',''),(21540,5,0,'JA Hotel Template','','ja_hotel','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_hotel.xml','https://www.joomlart.com/update-steps',''),(21541,5,0,'JA Insight Template','','ja_insight','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_insight.xml','https://www.joomlart.com/update-steps',''),(21542,5,0,'JA Intranet Template','','ja_intranet','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_intranet.xml','https://www.joomlart.com/update-steps',''),(21543,5,0,'ja Justitia Template','','ja_justitia','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_justitia.xml','https://www.joomlart.com/update-steps',''),(21544,5,0,'JA Kids Corner Source File','','ja_kidscorner','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_kidscorner.xml','https://www.joomlart.com/update-steps',''),(21545,5,0,'JA Landscape Template','','ja_landscape','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_landscape.xml','https://www.joomlart.com/update-steps',''),(21546,5,0,'JA Lawfirm Template ','','ja_lawfirm','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_lawfirm.xml','https://www.joomlart.com/update-steps',''),(21547,5,0,'JA Magz II Template','','ja_magz_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_magz_ii.xml','https://www.joomlart.com/update-steps',''),(21548,5,0,'JA Mason Template','','ja_mason','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mason.xml','https://www.joomlart.com/update-steps',''),(21549,5,0,'JA Megastore Template','','ja_megastore','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_megastore.xml','https://www.joomlart.com/update-steps',''),(21550,5,0,'JA Mono Template','','ja_mono','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mono.xml','https://www.joomlart.com/update-steps',''),(21551,5,0,'JA Mood Template','','ja_mood','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_mood.xml','https://www.joomlart.com/update-steps',''),(21552,5,0,'JA Morgan Template','','ja_morgan','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_morgan.xml','https://www.joomlart.com/update-steps',''),(21553,5,0,'JA Moviemax Template','','ja_moviemax','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_moviemax.xml','https://www.joomlart.com/update-steps',''),(21554,5,0,'JA Oslo Template','','ja_oslo','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_oslo.xml','https://www.joomlart.com/update-steps',''),(21555,5,0,'JA Platon Template','','ja_platon','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon.xml','https://www.joomlart.com/update-steps',''),(21556,5,0,'JA Platon Template for DT Register','','ja_platon_for_dt_register','template','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/ja_platon_for_dt_register.xml','https://www.joomlart.com/update-steps',''),(21557,5,0,'JA Play School Template','','ja_playschool','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_playschool.xml','https://www.joomlart.com/update-steps',''),(21558,5,0,'JA Playstore Template','','ja_playstore','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_playstore.xml','https://www.joomlart.com/update-steps',''),(21559,5,0,'ja prodex tpl','','ja_prodex','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_prodex.xml','https://www.joomlart.com/update-steps',''),(21560,5,0,'JA Property Template','','ja_property','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_property.xml','https://www.joomlart.com/update-steps',''),(21561,5,0,'ja purity iv tpl','','ja_purity_iv','template','',0,'1.2.4','','http://update.joomlart.com/service/tracking/j31/ja_purity_iv.xml','https://www.joomlart.com/update-steps',''),(21562,5,0,'JA Rent template','','ja_rent','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_rent.xml','https://www.joomlart.com/update-steps',''),(21563,5,0,'JA Resort Template','','ja_resort','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_resort.xml','https://www.joomlart.com/update-steps',''),(21564,5,0,'JA Restaurant Template','','ja_restaurant','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_restaurant.xml','https://www.joomlart.com/update-steps',''),(21565,5,0,'JA Resume Template','','ja_resume','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_resume.xml','https://www.joomlart.com/update-steps',''),(21566,5,0,'JA Sensei Source File','','ja_sensei','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_sensei.xml','https://www.joomlart.com/update-steps',''),(21567,5,0,'JA Shoe Template','','ja_shoe','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_shoe.xml','https://www.joomlart.com/update-steps',''),(21568,5,0,'JA Simpli Template','','ja_simpli','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/ja_simpli.xml','https://www.joomlart.com/update-steps',''),(21569,5,0,'JA Smallbiz Template','','ja_smallbiz','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_smallbiz.xml','https://www.joomlart.com/update-steps',''),(21570,5,0,'JA Social II template','','ja_social_ii','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_social_ii.xml','https://www.joomlart.com/update-steps',''),(21571,5,0,'JA Spa Template','','ja_spa','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_spa.xml','https://www.joomlart.com/update-steps',''),(21572,5,0,'JA Space Template','','ja_space','template','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/ja_space.xml','https://www.joomlart.com/update-steps',''),(21573,5,0,'JA Stark Template','','ja_stark','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_stark.xml','https://www.joomlart.com/update-steps',''),(21574,5,0,'JA Symphony Template','','ja_symphony','template','',0,'2.1.2','','http://update.joomlart.com/service/tracking/j31/ja_symphony.xml','https://www.joomlart.com/update-steps',''),(21575,5,0,'JA Techzone Template','','ja_techzone','template','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/ja_techzone.xml','https://www.joomlart.com/update-steps',''),(21576,5,0,'JA Teline V Template','','ja_teline_v','template','',0,'2.1.3','','http://update.joomlart.com/service/tracking/j31/ja_teline_v.xml','https://www.joomlart.com/update-steps',''),(21577,5,0,'ja titan tpl','','ja_titan','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_titan.xml','https://www.joomlart.com/update-steps',''),(21578,5,0,'JA Tour Template','','ja_tour','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_tour.xml','https://www.joomlart.com/update-steps',''),(21579,5,0,'ja trip tpl','','ja_trip','template','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/ja_trip.xml','https://www.joomlart.com/update-steps',''),(21580,5,0,'JA University Template for J25 & J32','','ja_university','template','',0,'1.0.9','','http://update.joomlart.com/service/tracking/j31/ja_university.xml','https://www.joomlart.com/update-steps',''),(21581,5,0,'JA University T3 template','','ja_university_t3','template','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/ja_university_t3.xml','https://www.joomlart.com/update-steps',''),(21582,5,0,'JA Vintas Template for J25 & J3x','','ja_vintas','template','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/ja_vintas.xml','https://www.joomlart.com/update-steps',''),(21583,5,0,'JA Vital Template','','ja_vital','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/ja_vital.xml','https://www.joomlart.com/update-steps',''),(21584,5,0,'JB Client Template','','jb_client','template','',0,'1.0.5','','http://update.joomlart.com/service/tracking/j31/jb_client.xml','https://www.joomlart.com/update-steps',''),(21585,5,0,'JB Flux Template','','jb_flux','template','',0,'2.0.4','','http://update.joomlart.com/service/tracking/j31/jb_flux.xml','https://www.joomlart.com/update-steps',''),(21586,5,0,'JS Column Theme','','js_column','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_column.xml','https://www.joomlart.com/update-steps',''),(21587,5,0,'JS Flat Theme','','js_flat','custom','',0,'1.1.2','','http://update.joomlart.com/service/tracking/j31/js_flat.xml','https://www.joomlart.com/update-steps',''),(21588,5,0,'JS Kikiriki Theme','','js_kikiriki','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_kikiriki.xml','https://www.joomlart.com/update-steps',''),(21589,5,0,'JS Shadow Theme','','js_shadow','custom','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/js_shadow.xml','https://www.joomlart.com/update-steps',''),(21590,5,0,'JA Mitius Kunena Theme for Joomla 3x','','kunena_theme_mitius','custom','',0,'1.0.7','','http://update.joomlart.com/service/tracking/j31/kunena_theme_mitius.xml','https://www.joomlart.com/update-steps',''),(21591,5,0,'DT Linear Theme','','linear_theme','custom','',0,'1.0.8','','http://update.joomlart.com/service/tracking/j31/linear_theme.xml','https://www.joomlart.com/update-steps',''),(21592,5,0,'JS Toolbar Module','','mod_community_bar','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_bar.xml','https://www.joomlart.com/update-steps',''),(21593,5,0,'JS Birthdays Module','','mod_community_birthdays','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_birthdays.xml','https://www.joomlart.com/update-steps',''),(21594,5,0,'JS Dating Search Module','','mod_community_dating','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_dating.xml','https://www.joomlart.com/update-steps',''),(21595,5,0,'JS Events Suggestions','','mod_community_eventssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_eventssuggestions.xml','https://www.joomlart.com/update-steps',''),(21596,5,0,'JS Friends Suggestions','','mod_community_friendssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_friendssuggestions.xml','https://www.joomlart.com/update-steps',''),(21597,5,0,'JS Groups Suggestions','','mod_community_groupssuggestions','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_groupssuggestions.xml','https://www.joomlart.com/update-steps',''),(21598,5,0,'JS Members Map','','mod_community_membersmap','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_membersmap.xml','https://www.joomlart.com/update-steps',''),(21599,5,0,'JS Popular Events','','mod_community_popular_events','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_events.xml','https://www.joomlart.com/update-steps',''),(21600,5,0,'JS Popular Groups','','mod_community_popular_groups','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_popular_groups.xml','https://www.joomlart.com/update-steps',''),(21601,5,0,'JS Profile Completeness','','mod_community_profilecompleteness','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_profilecompleteness.xml','https://www.joomlart.com/update-steps',''),(21602,5,0,'Community Toolbar Module','','mod_community_toolbar','module','',0,'4.8.0','','http://update.joomlart.com/service/tracking/j31/mod_community_toolbar.xml','https://www.joomlart.com/update-steps',''),(21603,5,0,'JS Trending Events','','mod_community_trending_events','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_events.xml','https://www.joomlart.com/update-steps',''),(21604,5,0,'JS Trending Groups','','mod_community_trending_groups','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_groups.xml','https://www.joomlart.com/update-steps',''),(21605,5,0,'JS Trending Hashtags','','mod_community_trending_hashtags','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_hashtags.xml','https://www.joomlart.com/update-steps',''),(21606,5,0,'JS Trending Photo','','mod_community_trending_photos','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_photos.xml','https://www.joomlart.com/update-steps',''),(21607,5,0,'JS Trending Video','','mod_community_trending_videos','module','',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/mod_community_trending_videos.xml','https://www.joomlart.com/update-steps',''),(21608,5,0,'GK Register Module ','','mod_gk_register','module','',0,'1.3','','http://update.joomlart.com/service/tracking/j31/mod_gk_register.xml','https://www.joomlart.com/update-steps',''),(21609,5,0,'Metro Grid GK5','','mod_grid_gk5','module','',0,'1.2.7','','http://update.joomlart.com/service/tracking/j31/mod_grid_gk5.xml','https://www.joomlart.com/update-steps',''),(21610,5,0,'GK Image Show GK4 Module','','mod_image_show_gk4','module','',0,'1.8.2','','http://update.joomlart.com/service/tracking/j31/mod_image_show_gk4.xml','https://www.joomlart.com/update-steps',''),(21611,5,0,'JA Weather Module','','mod_ja_weather','module','',0,'1.1.1','','http://update.joomlart.com/service/tracking/j31/mod_ja_weather.xml','https://www.joomlart.com/update-steps',''),(21612,5,0,'JA Finance Module','','mod_jafinance','module','',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/mod_jafinance.xml','https://www.joomlart.com/update-steps',''),(21613,5,0,'JA Google Analytics','','mod_jagoogle_analytics','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/mod_jagoogle_analytics.xml','https://www.joomlart.com/update-steps',''),(21614,5,0,'JA Masthead Module ','','mod_jamasthead','module','',0,'1.2.2','','http://update.joomlart.com/service/tracking/j31/mod_jamasthead.xml','https://www.joomlart.com/update-steps',''),(21615,5,0,'JA Megafilter Module','','mod_jamegafilter','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_jamegafilter.xml','https://www.joomlart.com/update-steps',''),(21616,5,0,'JA Promo Bar module','','mod_japromobar','module','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/mod_japromobar.xml','https://www.joomlart.com/update-steps',''),(21617,5,0,'GK News Pro GK4 Module','','mod_news_pro_gk4','module','',0,'3.5.0','','http://update.joomlart.com/service/tracking/j31/mod_news_pro_gk4.xml','https://www.joomlart.com/update-steps',''),(21618,5,0,'News Pro GK5','','mod_news_pro_gk5','module','',0,'2.2.1','','http://update.joomlart.com/service/tracking/j31/mod_news_pro_gk5.xml','https://www.joomlart.com/update-steps',''),(21619,5,0,'S5 Box Module','','mod_s5_box','module','',0,'6.2.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_box.xml','https://www.joomlart.com/update-steps',''),(21620,5,0,'S5 Contact Popup Module','','mod_s5_contact_popup','module','',0,'1.6.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_contact_popup.xml','https://www.joomlart.com/update-steps',''),(21621,5,0,'S5 Horizontal Accordion Module','','mod_s5_horizontal_accordion','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_horizontal_accordion.xml','https://www.joomlart.com/update-steps',''),(21622,5,0,'S5 Image Content Fader v4 Module','','mod_s5_image_and_content_faderv4','module','',0,'4.5.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_image_and_content_faderv4.xml','https://www.joomlart.com/update-steps',''),(21623,5,0,'S5 Instagram Feed Module','','mod_s5_instagram_feed','module','',0,'1.0.2','','http://update.joomlart.com/service/tracking/j31/mod_s5_instagram_feed.xml','https://www.joomlart.com/update-steps',''),(21624,5,0,'S5 Live Search Module','','mod_s5_live_search','module','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/mod_s5_live_search.xml','https://www.joomlart.com/update-steps',''),(21625,5,0,'S5 Mailchimp Signup Module','','mod_s5_mailchimp_signup','module','',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_mailchimp_signup.xml','https://www.joomlart.com/update-steps',''),(21626,5,0,'S5 Masonry Module','','mod_s5_masonry','module','',0,'3.1.2','','http://update.joomlart.com/service/tracking/j31/mod_s5_masonry.xml','https://www.joomlart.com/update-steps',''),(21627,5,0,'S5 News Display 2 Module','','mod_s5_news_display_2','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_news_display_2.xml','https://www.joomlart.com/update-steps',''),(21628,5,0,'S5 New Sticker V3 Module','','mod_s5_newstickerv3','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_newstickerv3.xml','https://www.joomlart.com/update-steps',''),(21629,5,0,'S5 Open Table Module','','mod_s5_opentable','module','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_opentable.xml','https://www.joomlart.com/update-steps',''),(21630,5,0,'S5 Photo Showcase V2 Module','','mod_s5_photo_showcase_v2','module','',0,'3.0.3','','http://update.joomlart.com/service/tracking/j31/mod_s5_photo_showcase_v2.xml','https://www.joomlart.com/update-steps',''),(21631,5,0,'S5 Quick Contact Module','','mod_s5_quick_contact','module','',0,'4.4.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_quick_contact.xml','https://www.joomlart.com/update-steps',''),(21632,5,0,'S5 Register Module','','mod_s5_register','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_register.xml','https://www.joomlart.com/update-steps',''),(21633,5,0,'S5 Snipcart Module','','mod_s5_snipcart','module','',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_snipcart.xml','https://www.joomlart.com/update-steps',''),(21634,5,0,'S5 Tab Show v3 Module','','mod_s5_tab_show','module','',0,'3.4.1','','http://update.joomlart.com/service/tracking/j31/mod_s5_tab_show.xml','https://www.joomlart.com/update-steps',''),(21635,5,0,'S5 Tab Show v2 Module','','mod_s5_tabshow_v2','module','',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_tabshow_v2.xml','https://www.joomlart.com/update-steps',''),(21636,5,0,'S5 Typed Text Module','','mod_s5_typed_text','module','',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_typed_text.xml','https://www.joomlart.com/update-steps',''),(21637,5,0,'S5 Vertical Accordion Module','','mod_s5_vertical_accordion','module','',0,'4.1.0','','http://update.joomlart.com/service/tracking/j31/mod_s5_vertical_accordion.xml','https://www.joomlart.com/update-steps',''),(21638,5,0,'S5 Mapit Module','','mod_s5mapit','module','',0,'1.9.0','','http://update.joomlart.com/service/tracking/j31/mod_s5mapit.xml','https://www.joomlart.com/update-steps',''),(21639,5,0,'GK Tabs GK5 Module','','mod_tabs_gk5','module','',0,'2.3','','http://update.joomlart.com/service/tracking/j31/mod_tabs_gk5.xml','https://www.joomlart.com/update-steps',''),(21640,5,0,'JB ZenTools Module','','mod_zentools','module','',0,'1.14.7','','http://update.joomlart.com/service/tracking/j31/mod_zentools.xml','https://www.joomlart.com/update-steps',''),(21641,5,0,'Zentools 2 Module','','mod_zentools2','module','',0,'2.4.8','','http://update.joomlart.com/service/tracking/j31/mod_zentools2.xml','https://www.joomlart.com/update-steps',''),(21642,5,0,'Adagency Package','','pkg_adagency','package','',0,'7.1.1','','http://update.joomlart.com/service/tracking/j31/pkg_adagency.xml','https://www.joomlart.com/update-steps',''),(21643,5,0,'Plugin Ajax JA Content Type','','jacontenttype','plugin','ajax',0,'1.2.1','','http://update.joomlart.com/service/tracking/j31/plg_ajax_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(21644,5,0,'Plugin Ajax Zentools2 ','','zentools2','plugin','ajax',0,'2.3.6','','http://update.joomlart.com/service/tracking/j31/plg_ajax_zentools2.xml','https://www.joomlart.com/update-steps',''),(21645,5,0,'GK PLG Authentication Facebook','','facebook','plugin','authentication',0,'1.4','','http://update.joomlart.com/service/tracking/j31/plg_authentication_facebook.xml','https://www.joomlart.com/update-steps',''),(21646,5,0,'T4 Content Load PageBuilder','','loadt4pagebuilder','plugin','content',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/plg_content_loadt4pagebuilder.xml','https://www.joomlart.com/update-steps',''),(21647,5,0,'JS Force Avatar','','plg_forceavatar','plugin','plg_forceavatar',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/plg_forceavatar.xml','https://www.joomlart.com/update-steps',''),(21648,5,0,'JS Force Fields','','plg_forcefields','plugin','plg_forcefields',0,'4.9.2','','http://update.joomlart.com/service/tracking/j31/plg_forcefields.xml','https://www.joomlart.com/update-steps',''),(21649,5,0,'GK Typography Plugin','','typography','plugin','gk',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_gk_typography.xml','https://www.joomlart.com/update-steps',''),(21650,5,0,'JA GDPR Custom Plugin','','custom','plugin','jagdpr',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jagdpr_custom.xml','https://www.joomlart.com/update-steps',''),(21651,5,0,'JA GDPR Joomla Plugin','','joomla','plugin','jagdpr',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jagdpr_joomla.xml','https://www.joomlart.com/update-steps',''),(21652,5,0,'JA K2 Data Migration plugin','','plg_jak2tocomcontentmigration','plugin','plg_jak2tocomcontent',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/plg_jak2tocomcontentmigration.xml','https://www.joomlart.com/update-steps',''),(21653,5,0,'JA Megafilter Joomla Custom Fields Plugin','','content','plugin','jamegafilter',0,'2.0.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_content.xml','https://www.joomlart.com/update-steps',''),(21654,5,0,'JA Megafilter DOCman Plugin','','docman','plugin','jamegafilter',0,'2.0.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_docman.xml','https://www.joomlart.com/update-steps',''),(21655,5,0,'JA Megafilter EShop Plugin','','eshop','plugin','jamegafilter',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_eshop.xml','https://www.joomlart.com/update-steps',''),(21656,5,0,'JA Megafilter HikaShop Plugin','','hikashop','plugin','jamegafilter',0,'2.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_hikashop.xml','https://www.joomlart.com/update-steps',''),(21657,5,0,'JA Megafilter J2store Plugin','','j2store','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_j2store.xml','https://www.joomlart.com/update-steps',''),(21658,5,0,'JA Megafilter JoomShopping Plugin','','jshopping','plugin','jamegafilter',0,'2.0.5','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_jshopping.xml','https://www.joomlart.com/update-steps',''),(21659,5,0,'JA Megafilter K2 Plugin','','k2','plugin','jamegafilter',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_k2.xml','https://www.joomlart.com/update-steps',''),(21660,5,0,'JA Megafilter Mijoshop Plugin','','mijoshop','plugin','jamegafilter',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_jamegafilter_mijoshop.xml','https://www.joomlart.com/update-steps',''),(21661,5,0,'JA Payment Gateway','','gateway','plugin','joomart',0,'1.1.7','','http://update.joomlart.com/service/tracking/j31/plg_joomart_gateway.xml','https://www.joomlart.com/update-steps',''),(21662,5,0,'GK Extmenu system plugin','','gkextmenu','plugin','sys',0,'1.1.0','','http://update.joomlart.com/service/tracking/j31/plg_sys_gkextmenu.xml','https://www.joomlart.com/update-steps',''),(21663,5,0,'GK Reservation system plugin','','gkreservation','plugin','sys',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_sys_gkreservation.xml','https://www.joomlart.com/update-steps',''),(21664,5,0,'Gavick Framework','','gavick','plugin','system',0,'1.1.3','','http://update.joomlart.com/service/tracking/j31/plg_system_gavick.xml','https://www.joomlart.com/update-steps',''),(21665,5,0,'System JA Campaign','','jacampaign','plugin','system',0,'1.0.1','','http://update.joomlart.com/service/tracking/j31/plg_system_jacampaign.xml','https://www.joomlart.com/update-steps',''),(21666,5,0,'Plugin JA Content Type','','jacontenttype','plugin','system',0,'1.2.5','','http://update.joomlart.com/service/tracking/j31/plg_system_jacontenttype.xml','https://www.joomlart.com/update-steps',''),(21667,5,0,'JA Open Street Map ','','jaosmap','plugin','system',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/plg_system_jaosmap.xml','https://www.joomlart.com/update-steps',''),(21668,5,0,'T4 System Plugin ','','t4','plugin','system',0,'2.4.7','','http://update.joomlart.com/service/tracking/j31/plg_system_t4.xml','https://www.joomlart.com/update-steps',''),(21669,5,0,'S5 Css And Js Compressor Plugin','','plugin_s5_css_and_js_compressor','plugin','plugin_s5_css_and_js',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_css_and_js_compressor.xml','https://www.joomlart.com/update-steps',''),(21670,5,0,'S5 Disqus Comments Plugin','','plugin_s5_disqus_comments','plugin','plugin_s5_disqus_com',0,'1.3.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_disqus_comments.xml','https://www.joomlart.com/update-steps',''),(21671,5,0,'S5 Flex Menu Plugin','','plugin_s5_flex_menu','plugin','plugin_s5_flex_menu',0,'1.2.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_flex_menu.xml','https://www.joomlart.com/update-steps',''),(21672,5,0,'S5 Ie6 Warning Plugin','','plugin_s5_ie6_warning','plugin','plugin_s5_ie6_warnin',0,'1.0.0','','http://update.joomlart.com/service/tracking/j31/plugin_s5_ie6_warning.xml','https://www.joomlart.com/update-steps',''),(21673,5,0,'S5 Media Player 2 Plugin','','plugin_s5_media_player','plugin','plugin_s5_media_play',0,'2.4.2','','http://update.joomlart.com/service/tracking/j31/plugin_s5_media_player.xml','https://www.joomlart.com/update-steps',''),(21674,5,0,'Purity III Template','','purity_iii','template','',0,'2.1.1','','http://update.joomlart.com/service/tracking/j31/purity_iii.xml','https://www.joomlart.com/update-steps',''),(21675,5,0,'DT Retro Theme','','retro_theme','custom','',0,'1.0.6','','http://update.joomlart.com/service/tracking/j31/retro_theme.xml','https://www.joomlart.com/update-steps',''),(21676,5,0,'JS Socialize template','','socialize','template','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/socialize.xml','https://www.joomlart.com/update-steps',''),(21677,5,0,'T4 Pagebuilder Package','','t4_page_builder_pkg','package','',0,'2.0.1','','http://update.joomlart.com/service/tracking/j31/t4_page_builder_pkg.xml','https://www.joomlart.com/update-steps',''),(21678,5,0,'T4 Blank Template','','t4_blank','template','',0,'1.1.5','','http://update.joomlart.com/service/tracking/j31/tpl_t4_blank.xml','https://www.joomlart.com/update-steps',''),(21679,5,0,'Sample package for Uber App','','uber_app','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_app.xml','https://www.joomlart.com/update-steps',''),(21680,5,0,'Sample package for Uber Bookstore','','uber_bookstore','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_bookstore.xml','https://www.joomlart.com/update-steps',''),(21681,5,0,'Sample package for Uber Business','','uber_business','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_business.xml','https://www.joomlart.com/update-steps',''),(21682,5,0,'Sample package for Uber Charity','','uber_charity','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_charity.xml','https://www.joomlart.com/update-steps',''),(21683,5,0,'Sample package for Uber Church','','uber_church','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_church.xml','https://www.joomlart.com/update-steps',''),(21684,5,0,'Sample package for Uber Construction','','uber_construction','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_construction.xml','https://www.joomlart.com/update-steps',''),(21685,5,0,'Sample package for Uber Corporate','','uber_corporate','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_corporate.xml','https://www.joomlart.com/update-steps',''),(21686,5,0,'Sample package for Uber Gym','','uber_gym','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_gym.xml','https://www.joomlart.com/update-steps',''),(21687,5,0,'Sample package for Uber Home','','uber_home','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_home.xml','https://www.joomlart.com/update-steps',''),(21688,5,0,'Sample package for Uber Landing ','','uber_landing','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_landing.xml','https://www.joomlart.com/update-steps',''),(21689,5,0,'Sample package for Uber Lawyer','','uber_lawyer','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_lawyer.xml','https://www.joomlart.com/update-steps',''),(21690,5,0,'Sample package for Uber Medicare','','uber_medicare','sample_package','',0,'2.3.0','','http://update.joomlart.com/service/tracking/j31/uber_medicare.xml','https://www.joomlart.com/update-steps',''),(21691,5,0,'Sample package for Uber Music','','uber_music','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_music.xml','https://www.joomlart.com/update-steps',''),(21692,5,0,'Sample package for Uber Restaurant','','uber_restaurant','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_restaurant.xml','https://www.joomlart.com/update-steps',''),(21693,5,0,'Sample package for Uber Spa','','uber_spa','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_spa.xml','https://www.joomlart.com/update-steps',''),(21694,5,0,'Sample package for Uber University','','uber_university','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_university.xml','https://www.joomlart.com/update-steps',''),(21695,5,0,'Sample package for Uber Wedding','','uber_wedding','sample_package','',0,'2.2.0','','http://update.joomlart.com/service/tracking/j31/uber_wedding.xml','https://www.joomlart.com/update-steps',''),(21696,10,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.11.20241016','','http://getk2.org/update.xml','https://github.com/getk2/k2/blob/master/CHANGELOG.md',''),(21697,15,0,'K2','K2, the powerful content extension for Joomla (by JoomlaWorks)','com_k2','component','',1,'2.11.20241016','','http://getk2.org/app/update.xml','https://github.com/getk2/k2/blob/master/CHANGELOG.md',''),(21698,17,0,'JCE 2.9.84','','pkg_jce','package','',0,'2.9.84','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-84-released',''),(21699,18,0,'SCLogin','','mod_sclogin','module','',0,'9.0.244','','http://www.sourcecoast.com/updates/sclogin.xml','https://www.sourcecoast.com/index.php?option=com_ars&view=Items&release_id=265&format=html',''),(21700,19,0,'T3 System Plugin','','t3','plugin','system',0,'3.2.3','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(21701,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21702,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21703,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21704,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21705,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21706,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21707,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21708,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21709,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21710,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21711,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21712,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21713,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21714,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21715,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21716,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21717,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21718,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21719,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21720,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21721,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21722,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21723,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21724,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21725,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21726,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21727,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21728,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21729,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21730,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21731,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21732,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21733,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21734,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21735,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21736,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21737,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21738,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21739,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21740,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21741,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21742,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21743,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21744,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21745,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21746,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21747,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21748,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21749,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21750,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21751,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21752,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21753,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21754,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21755,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21756,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21757,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21758,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21759,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21760,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21761,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21762,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21763,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21764,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21765,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21766,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21767,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21768,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21769,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21770,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21771,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21772,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21773,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21774,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21775,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21776,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21777,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21778,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21779,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21780,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21781,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21782,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21783,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21784,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21785,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21786,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21787,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21788,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21789,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21790,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21791,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21792,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21793,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21794,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21795,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21796,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21797,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21798,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21799,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21800,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21801,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21802,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21803,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21804,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21805,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21806,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21807,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21808,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21809,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21810,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21811,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21812,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21813,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21814,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21815,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21816,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21817,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21818,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21819,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21820,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21821,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21822,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21823,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21824,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21825,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21826,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21827,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21828,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21829,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21830,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21831,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21832,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21833,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21834,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21835,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21836,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21837,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21838,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21839,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21840,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21841,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21842,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21843,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21844,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21845,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21846,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21847,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21848,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21849,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21850,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21851,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21852,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21853,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21854,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21855,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21856,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21857,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21858,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21859,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21860,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21861,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21862,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21863,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21864,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21865,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21866,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21867,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21868,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21869,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21870,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21871,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21872,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21873,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21874,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21875,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21876,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21877,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21878,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21879,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21880,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21881,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21882,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21883,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21884,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21885,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21886,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21887,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21888,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21889,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21890,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21891,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21892,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21893,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21894,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21895,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21896,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21897,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21898,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21899,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21900,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21901,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21902,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21903,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21904,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21905,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21906,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21907,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21908,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21909,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21910,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21911,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21912,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21913,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21914,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21915,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21916,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21917,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21918,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21919,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21920,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21921,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21922,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21923,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21924,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21925,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21926,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21927,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21928,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21929,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21930,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21931,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21932,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21933,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21934,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21935,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21936,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21937,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21938,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21939,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21940,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21941,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21942,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21943,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21944,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21945,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21946,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21947,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21948,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21949,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21950,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21951,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21952,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21953,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21954,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21955,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21956,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21957,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21958,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21959,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21960,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21961,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21962,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21963,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21964,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21965,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21966,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21967,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21968,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21969,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21970,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21971,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21972,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21973,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21974,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21975,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21976,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21977,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21978,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21979,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21980,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21981,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21982,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21983,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21984,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21985,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21986,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21987,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21988,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21989,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21990,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21991,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21992,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21993,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21994,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21995,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21996,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21997,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21998,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(21999,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22000,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22001,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22002,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22003,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22004,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22005,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22006,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22007,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22008,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22009,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22010,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22011,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22012,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22013,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22014,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22015,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22016,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22017,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22018,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22019,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22020,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22021,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22022,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22023,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22024,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22025,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22026,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22027,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22028,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22029,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22030,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22031,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22032,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22033,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22034,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22035,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22036,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22037,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22038,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22039,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22040,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22041,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22042,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22043,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22044,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22045,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22046,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22047,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22048,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22049,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22050,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22051,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22052,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22053,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22054,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22055,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22056,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22057,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22058,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22059,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22060,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22061,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22062,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22063,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22064,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22065,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22066,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22067,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22068,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22069,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22070,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22071,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22072,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22073,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22074,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22075,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22076,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22077,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22078,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22079,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22080,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22081,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22082,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22083,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22084,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22085,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22086,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22087,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22088,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22089,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22090,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22091,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22092,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22093,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22094,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22095,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22096,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22097,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22098,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22099,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22100,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22101,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22102,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22103,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22104,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22105,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22106,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22107,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22108,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22109,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22110,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22111,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22112,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22113,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22114,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22115,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22116,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22117,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22118,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22119,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22120,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22121,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22122,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22123,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22124,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22125,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22126,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22127,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22128,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22129,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22130,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22131,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22132,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22133,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22134,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22135,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22136,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22137,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22138,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22139,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22140,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22141,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22142,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22143,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22144,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22145,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22146,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22147,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22148,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22149,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22150,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22151,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22152,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22153,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22154,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22155,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22156,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22157,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22158,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22159,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22160,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22161,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22162,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22163,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22164,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22165,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22166,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22167,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22168,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22169,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22170,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22171,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22172,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22173,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22174,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22175,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22176,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22177,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22178,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','',''),(22179,1,0,'Joomla','','joomla','file','',0,'3.10.12','','https://update.joomla.org/core/extension.xml','','');
/*!40000 ALTER TABLE `jos7e_updates` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_user_keys`
--
DROP TABLE IF EXISTS `jos7e_user_keys`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_user_keys` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`user_id` varchar(150) NOT NULL,
`token` varchar(255) NOT NULL,
`series` varchar(191) NOT NULL,
`invalid` tinyint(4) NOT NULL,
`time` varchar(200) NOT NULL,
`uastring` varchar(255) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `series` (`series`),
KEY `user_id` (`user_id`)
) ENGINE=InnoDB AUTO_INCREMENT=459 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_user_keys`
--
LOCK TABLES `jos7e_user_keys` WRITE;
/*!40000 ALTER TABLE `jos7e_user_keys` DISABLE KEYS */;
INSERT INTO `jos7e_user_keys` VALUES (458,'simleeadmin','$2y$10$I/ZRht08S7LB5wZNSl7K2uoMTIU/33tliZTrzdeRDuV2WaKUiovyK','ZSntsjpIvdyOS2J5NoEF',0,'1578234305','joomla_remember_me_038d2802bfa9555e3d90d0bc77fb2c98');
/*!40000 ALTER TABLE `jos7e_user_keys` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_user_notes`
--
DROP TABLE IF EXISTS `jos7e_user_notes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_user_notes` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`user_id` int(10) unsigned NOT NULL DEFAULT 0,
`catid` int(10) unsigned NOT NULL DEFAULT 0,
`subject` varchar(100) NOT NULL DEFAULT '',
`body` mediumtext NOT NULL,
`state` tinyint(3) NOT NULL DEFAULT 0,
`checked_out` int(10) unsigned NOT NULL DEFAULT 0,
`checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`created_user_id` int(10) unsigned NOT NULL DEFAULT 0,
`created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`modified_user_id` int(10) unsigned NOT NULL,
`modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`review_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`id`),
KEY `idx_user_id` (`user_id`),
KEY `idx_category_id` (`catid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_user_notes`
--
LOCK TABLES `jos7e_user_notes` WRITE;
/*!40000 ALTER TABLE `jos7e_user_notes` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_user_notes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_user_profiles`
--
DROP TABLE IF EXISTS `jos7e_user_profiles`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_user_profiles` (
`user_id` int(11) NOT NULL,
`profile_key` varchar(100) NOT NULL,
`profile_value` mediumtext NOT NULL,
`ordering` int(11) NOT NULL DEFAULT 0,
UNIQUE KEY `idx_user_id_profile_key` (`user_id`,`profile_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Simple user profile storage table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_user_profiles`
--
LOCK TABLES `jos7e_user_profiles` WRITE;
/*!40000 ALTER TABLE `jos7e_user_profiles` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos7e_user_profiles` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_user_usergroup_map`
--
DROP TABLE IF EXISTS `jos7e_user_usergroup_map`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_user_usergroup_map` (
`user_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Foreign Key to #__users.id',
`group_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Foreign Key to #__usergroups.id',
PRIMARY KEY (`user_id`,`group_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_user_usergroup_map`
--
LOCK TABLES `jos7e_user_usergroup_map` WRITE;
/*!40000 ALTER TABLE `jos7e_user_usergroup_map` DISABLE KEYS */;
INSERT INTO `jos7e_user_usergroup_map` VALUES (814,8),(817,2),(818,2),(818,3),(818,4),(818,5),(819,2),(820,2),(821,2),(823,2),(824,2),(825,2),(826,2),(827,2),(828,2),(829,2),(879,10),(883,2),(883,10),(885,10),(917,10),(932,10),(942,10),(970,10),(986,10),(1019,10),(1027,10),(1037,10),(1042,10),(1073,10),(1077,10),(1078,10),(1084,10),(1085,10),(1103,10),(1202,10),(1210,10),(1248,10),(1273,2),(1273,10),(1274,2),(1274,10),(1290,10),(1293,10),(1324,10),(1357,10),(1382,10),(1609,10),(1640,10),(1742,10),(1813,10),(1907,10),(1976,10),(2036,10),(2134,10),(2202,10),(2279,10),(2294,10),(2316,10),(2525,10),(2534,10),(2536,10),(2542,10),(2589,10),(2661,10),(2663,10),(3000,2),(3000,10),(3158,10),(3443,10),(3613,10),(3714,10),(3952,10),(4059,10),(4481,2),(4481,10),(5255,2),(5256,2),(5256,10),(5257,2),(5257,10),(5258,2),(5258,10),(5259,2),(5259,10),(5260,2),(5260,10),(5261,2),(5261,10),(5262,2),(5262,10),(5263,2),(5263,10),(5264,2),(5264,10),(5265,2),(5265,10);
/*!40000 ALTER TABLE `jos7e_user_usergroup_map` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_usergroups`
--
DROP TABLE IF EXISTS `jos7e_usergroups`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_usergroups` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
`parent_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Adjacency List Reference Id',
`lft` int(11) NOT NULL DEFAULT 0 COMMENT 'Nested set lft.',
`rgt` int(11) NOT NULL DEFAULT 0 COMMENT 'Nested set rgt.',
`title` varchar(100) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
UNIQUE KEY `idx_usergroup_parent_title_lookup` (`parent_id`,`title`),
KEY `idx_usergroup_title_lookup` (`title`),
KEY `idx_usergroup_adjacency_lookup` (`parent_id`),
KEY `idx_usergroup_nested_set_lookup` (`lft`,`rgt`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_usergroups`
--
LOCK TABLES `jos7e_usergroups` WRITE;
/*!40000 ALTER TABLE `jos7e_usergroups` DISABLE KEYS */;
INSERT INTO `jos7e_usergroups` VALUES (1,0,1,20,'Public'),(2,1,8,17,'Registered'),(3,2,9,14,'Author'),(4,3,10,13,'Editor'),(5,4,11,12,'Publisher'),(6,1,4,7,'Manager'),(7,6,5,6,'Administrator'),(8,1,18,19,'Super Users'),(9,1,2,3,'Guest'),(10,2,15,16,'Individuals');
/*!40000 ALTER TABLE `jos7e_usergroups` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_users`
--
DROP TABLE IF EXISTS `jos7e_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_users` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(400) NOT NULL DEFAULT '',
`username` varchar(150) NOT NULL DEFAULT '',
`email` varchar(100) NOT NULL DEFAULT '',
`password` varchar(100) NOT NULL DEFAULT '',
`block` tinyint(4) NOT NULL DEFAULT 0,
`sendEmail` tinyint(4) DEFAULT 0,
`registerDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`lastvisitDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`activation` varchar(100) NOT NULL DEFAULT '',
`params` mediumtext NOT NULL,
`lastResetTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Date of last password reset',
`resetCount` int(11) NOT NULL DEFAULT 0 COMMENT 'Count of password resets since lastResetTime',
`otpKey` varchar(1000) NOT NULL DEFAULT '' COMMENT 'Two factor authentication encrypted keys',
`otep` varchar(1000) NOT NULL DEFAULT '' COMMENT 'One time emergency passwords',
`requireReset` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'Require user to reset password on next login',
PRIMARY KEY (`id`),
KEY `idx_block` (`block`),
KEY `username` (`username`),
KEY `email` (`email`),
KEY `idx_name` (`name`(100))
) ENGINE=InnoDB AUTO_INCREMENT=5266 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_users`
--
LOCK TABLES `jos7e_users` WRITE;
/*!40000 ALTER TABLE `jos7e_users` DISABLE KEYS */;
INSERT INTO `jos7e_users` VALUES (814,'Administrator','adminusr','nyakap@gmail.com','$2y$10$8spnKSEeJc15vZCPHS821uAf/UakQ/u7ZGB1/0UuHHo1bBdcm52xG',0,1,'2016-02-23 21:24:36','2025-06-18 05:28:54','0','{\"editor\":\"jce\",\"timezone\":\"Africa\\/Johannesburg\",\"language\":\"\",\"admin_style\":\"\",\"admin_language\":\"\",\"helpsite\":\"\"}','0000-00-00 00:00:00',0,'','',0),(817,'Millicent Lulama Letsoalo','letsoalolm@gmail.com','letsoalolm@gmail.com','$2y$10$ck.paZd1PyuyzJDFqv1m5unpWmLrA9qzm6L11jm3zwPQHlFZeY/He',0,0,'2016-03-21 07:35:25','2016-05-30 20:36:02','','{\"editor\":\"\",\"timezone\":\"\",\"language\":\"\",\"admin_style\":\"\",\"admin_language\":\"\",\"helpsite\":\"\"}','0000-00-00 00:00:00',0,'','',0),(818,'Pene Saunders','chair','info@oscasa.com','$2y$10$ILOvzGcdeMztOuryXP9uaeiEGsQkFQVXlat9H/ckmecZBWEcDv4ZK',0,0,'2016-03-21 15:42:02','2016-03-30 06:09:02','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0,'','',0),(819,'Mia Bellingan','mia','info@mcx.co.za','$2y$10$J7ACqPEIxPfMEt.GvEWxku6qfrxZ3bNIwPkm6CGKll2yoZ4KUZxmG',0,0,'2016-03-23 06:52:40','2016-05-10 07:23:56','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}','2016-05-08 07:17:30',1,'','',0),(820,'Patrick Walton','patrick','info@1bigdoor.com','$2y$10$NCLfz8Q.9sG5NXLNs3u/Muj3BIe63f5NH8RK0VnHgnUagYvoznoju',0,0,'2016-03-23 06:54:50','0000-00-00 00:00:00','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0,'','',1),(821,'Dustin Maree','Dustin@hotpencil.com','Dustin@hotpencil.com','$2y$10$U3e6GfIyie7ZxVlKkOHj3.tj.8pzDOXCkaQRHXDIseiUVsn6NGDC.',0,0,'2016-03-23 16:24:02','2017-03-14 10:17:41','','{}','0000-00-00 00:00:00',0,'','',0),(823,'Casting 101','samantha','samantha@casting101.co.za','$2y$10$ru1QwZSRRD4w/rWA/l.AKeIuSVrnxlMWFTaHxyGGiXHygjM7qEyr.',0,0,'2016-03-24 10:56:32','2017-09-26 12:46:38','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0,'','',0),(824,'Arc Artist Management','arcartist','charl@dereuck.co.za','$2y$10$NRM5UIYuWqlwiGNGajjLp.LCxj/M0leh1j7wUfb7pwumtIJtRjlqy',0,0,'2016-05-16 08:49:38','2017-05-04 08:14:28','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0,'','',0),(825,'Terene Characters','terene','terenecast@mweb.co.za','$2y$10$TkRn2tdjwCaQP1SOdz9ozeFRTiPbSDF8I87qWFelZY4/JgkqVXOMm',0,0,'2016-07-22 12:57:10','2016-09-15 09:15:58','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0,'','',0),(826,'eModels','eModels','admin@emodelssa.com','$2y$10$2kwzWjg4wuIEO9rwgg.xSuTMZrzGBJvUFshptQYpmB3kYAzTpc9N2',0,0,'2016-07-29 11:22:41','2016-07-29 18:43:36','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0,'','',0),(827,'Colt Talent','colttalent','info@colttalent.com','$2y$10$1yn2ItQcPXcg3YW6LkVK0eqcfG/W.8FuhlUyJtISuPekfpPcwpMLS',0,0,'2016-07-29 11:43:00','2018-03-15 07:03:07','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0,'','',0),(828,'#eatpopcorn productions','#eatpopcorn','thecrew@anua.co.za','$2y$10$OOqYSgmCIPtS.oy/5H7uAuWRtOtQJpFefXhUvYDTthkoZbbXGpWrW',0,0,'2016-07-29 11:57:06','2016-07-29 12:24:56','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0,'','',0),(829,'HTA Extras','htaextras','hta.extras@gmail.com','$2y$10$pDwdwgSzsauHADV.9CdKne51.ml9FICTFti2.2ViOvDDTpGP8H2..',0,0,'2016-08-19 06:55:08','2018-05-25 09:03:12','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0,'','',0),(879,'Pene','Pene','studio@ozoneartists.co.za','$2y$10$O7iTjokpyPXlTXQv5yu75OAiLA6WWIWaOHgF3vC7.ioKtMxR.93rS',0,0,'2017-01-10 15:05:02','2017-11-02 10:14:32','','{}','0000-00-00 00:00:00',0,'','',0),(883,'Fanyana','whitelupine','fanyana.m@hotmail.com','$2y$10$VQgAoL7X86MZOT8HFY1WNeSk./l.nQ6ApqTD6Csu62OMOfEvRcWDy',0,0,'2017-01-11 21:52:05','2017-04-20 10:34:06','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0,'','',0),(885,'Chelsea','chelsea.saunders','chelsea@ozonemanagement.co.za','$2y$10$XwA9Kyz1uhDlES/K/AMgsOHQV.CP8JhdvQe8G4CA1uZsfIKI4oSIi',0,0,'2017-01-12 08:24:00','2017-01-12 08:26:37','','{}','0000-00-00 00:00:00',0,'','',0),(917,'SIBRENA','SIBRENAC','sibrenac@gmail.com','$2y$10$HXu02vHPcDi9d9bCwRgdXOd3mb/kgh/l3ju9anBDI5TC4pn7TP2qy',0,0,'2017-01-23 22:02:56','0000-00-00 00:00:00','','{}','0000-00-00 00:00:00',0,'','',0),(932,'Petrus','Peet','peethesse@gmail.com','$2y$10$zv.L8ACh4Z82YMuNXrcFf.0/7RSWi/dSVvR7R81gDzWu9tvHuOc3i',0,0,'2017-02-01 06:44:11','2017-02-01 06:46:45','','{}','0000-00-00 00:00:00',0,'','',0),(942,'michael','michaelhlungwane','michael@vurhongagroups.co.za','$2y$10$MzCJPdFLyRf5sUXLFqugqOdjeXXk19wny68c06UpZtiT1xuH9SUPG',0,0,'2017-02-02 17:55:18','2017-02-03 04:03:17','','{}','0000-00-00 00:00:00',0,'','',0),(970,'Reneiloe','Reneiloe89','reneiloe@joburgextras.co.za','$2y$10$gfcxbu/zwUHFXIIZtAUDWu7fbhWliprgVxuZjgUkshaRIXOBiSz3G',0,0,'2017-02-08 11:28:54','2017-02-08 13:38:27','','{}','0000-00-00 00:00:00',0,'','',0),(986,'Dylan','ActorD','dylan-fw@hotmail.com','$2y$10$kEEFNFY4bzFl/YtWspbO6.nu1umDfKaIomfm/Jb1vn06.M2vAY6Jy',0,0,'2017-02-16 13:45:46','0000-00-00 00:00:00','','{}','0000-00-00 00:00:00',0,'','',0),(1019,'matthew','matter','matthew.shaw1@gmail.com','$2y$10$QlsJwoUhpkM40wC8NpAu1.ucuzkNccPtdzWaNptPS5cIwirUYhThu',0,0,'2017-02-19 09:35:00','0000-00-00 00:00:00','','{}','0000-00-00 00:00:00',0,'','',0),(1027,'Asanda','Msimeko','innocentasanda@gmail.com','$2y$10$V1.RQCbDqVxJSY6BZDhCjOQQV1W.D5Z3OYSJxg5FZqQo27G9Bx3NG',0,0,'2017-02-20 12:58:31','2017-02-20 13:33:51','','{}','0000-00-00 00:00:00',0,'','',0),(1037,'Leonie','Leonie','leonie.solomon@hotmail.com','$2y$10$Ey7y5e4iITDnCeDbzUpCqe3dq9tsY6S5wJI5RXAqPV0Yj8oqWQ7EG',0,0,'2017-02-22 17:00:14','2017-02-23 07:11:18','','{}','0000-00-00 00:00:00',0,'','',0),(1042,'Noelle','noelletubbs','noelle.tubbs@gmail.com','$2y$10$lC.eUREfMG5SkwHt6YrQrO598qHQw/Sf4T7Ag1RrQSg9FH8WwhqFe',0,0,'2017-02-23 16:26:35','0000-00-00 00:00:00','','{}','0000-00-00 00:00:00',0,'','',0),(1073,'Precious','PK Muleya','mprecious032@gmail.com','$2y$10$jqCAdwyjvmgpPsofw7IVNOCXLsYtmVrcFgN9jI3uQPyXs2wlvdBzi',0,0,'2017-02-28 15:04:53','2017-02-28 15:37:35','','{}','0000-00-00 00:00:00',0,'','',0),(1077,'Melanie','Mel Udemans','melanie@kowabungakidscastings.co.za','$2y$10$.oiEuVIfk8pbR7QZ3aLMee8MgeWi.PaJY1XnaP9IoxfBe1iHi/RlS',0,0,'2017-03-01 07:34:00','0000-00-00 00:00:00','','{}','0000-00-00 00:00:00',0,'','',0),(1078,'Marc','Setwork','Marc@reelmedigital.co.za','$2y$10$d.BwCCvZfyB2OYq.TXmgVOY9qQpyoxH46ZxG1o8cKw2FWuRPj6cdq',0,0,'2017-03-01 09:43:39','2017-04-20 09:15:34','','{}','0000-00-00 00:00:00',0,'','',0),(1084,'Nicole','nmtheunissen','nmtheunissen@gmail.com','$2y$10$5L6G7ZOHcrkbh8jYcykg8OyGwU5WSxsOm27I0W2Txc.k0ujDSj0I.',0,0,'2017-03-02 10:46:16','2017-10-18 09:04:58','','{}','0000-00-00 00:00:00',0,'','',0),(1085,'Yolisa','Mfukeliy','Mfukeliy@gmail.com','$2y$10$ZbGoFqWhV2JbJduxtfBsguHKnKE.StzFjUR3LgGMaz3JPWkf4SdCq',0,0,'2017-03-02 12:43:41','0000-00-00 00:00:00','','{}','0000-00-00 00:00:00',0,'','',0),(1103,'Bongani','boka2','mananabongani17@gmail.com','$2y$10$rTR5ZpCSgSJeF.i0tRVVluBG.2N3W3nHJnjApdMGhgfdFokpS5sKG',0,0,'2017-03-06 05:01:48','2017-03-06 05:07:23','','{}','0000-00-00 00:00:00',0,'','',0),(1202,'Sibulelo','SIBU','Sibuleloque@gmail.com','$2y$10$K8zQ3yVtBjY0nJhyMpf2E.UJGNk67v8mUidmMUPC3QrPD.t4600Aa',0,0,'2017-03-23 10:57:54','2017-03-23 10:59:42','','{}','0000-00-00 00:00:00',0,'','',0),(1210,'Calsea','calseakruger','calseak@gmail.com','$2y$10$JDOTamE5wN7vHQ/.2Tkwn.cF4PkFzw7kjscBVO8xnSRfppO0n9KcG',0,0,'2017-03-24 07:02:30','2017-03-24 07:37:06','','{}','0000-00-00 00:00:00',0,'','',0),(1248,'Chérie','CherieK','cherieklopper@gmail.com','$2y$10$YqlMOciS4cNZMHmioTtmJunVEozGghFSM8tYlDXzRePoFyIooRZce',0,0,'2017-03-27 17:18:18','0000-00-00 00:00:00','','{}','0000-00-00 00:00:00',0,'','',0),(1273,'PIP Models and Talent Managemen','pipmodels','cindy@pipmodel.co.za','$2y$10$UkuIq256nNjZMqql1yoR/.a/76.t2BP2q1BG2/P8OF3OpmVS1rwS2',0,0,'2017-03-29 10:36:01','2017-04-05 13:02:34','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0,'','',0),(1274,'Funky Lemon','funkylemon','craig@funkylemon.co.za','$2y$10$gusxzOgnpwckkg0240rMnu5oGi70Ez3AiKJIshw8mEAjoBkflaPKW',0,0,'2017-03-29 11:07:57','2019-02-13 04:43:46','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}','2019-01-22 08:47:48',1,'','',0),(1290,'Mario','Talent Scan','info@talentscan.co.za','$2y$10$fvXrpGR6egj3sQf4Nzuah.ptr9jB7R95gBPxKdZfP54cBS0BHotRW',0,0,'2017-03-30 15:51:57','2017-03-30 15:53:49','','{}','0000-00-00 00:00:00',0,'','',0),(1293,'Balungile','Banele','balungilezameko@gmail.com','$2y$10$PkIV4DScfDucx1EwqVpg7.OI.crSkdT3qiPK2d6HZ7/psnmJwVH2C',0,0,'2017-03-30 16:23:36','2017-03-31 06:57:51','','{}','0000-00-00 00:00:00',0,'','',0),(1324,'Duane','chocgum','duanelove@afrihost.co.za','$2y$10$UCUvGlnQesQYoVCaEFXp6u6JQEoqLV8uiTkV8q6ThRdh3SPlbcl9O',0,0,'2017-04-01 08:13:48','2017-07-04 11:24:08','','{}','0000-00-00 00:00:00',0,'','',0),(1357,'Iris','Veli','Siweveli@gmail.com','$2y$10$pZ/hnK35uyETreAEmAQlMe7RLj06X8KCUCoqtvAmPGrw4XFIm1NUO',0,0,'2017-04-03 11:31:01','2017-05-23 10:26:49','','{}','0000-00-00 00:00:00',0,'','',0),(1382,'Sybrand','Sybrand','sgvn@vodamail.co.za','$2y$10$UzsbyY2zKHFLLJ2EQqX0Ze.wzasGS7YdNr.UOgB9M45FOIe7kNBXK',0,0,'2017-04-04 16:07:11','2017-04-04 16:16:38','','{}','0000-00-00 00:00:00',0,'','',0),(1609,'Chenal','Chenal','Chenalkock@gmail.com','$2y$10$0p5AeigTWGuhLLARbFUu1.etZWJD0AJbsGbae1VfovpHNoKt0UlCi',0,0,'2017-04-24 07:32:28','2017-04-24 07:37:12','','{}','0000-00-00 00:00:00',0,'','',0),(1640,'Lesedi','Lesedii','lesedi870@gmail.com','$2y$10$f.qrg8JAR2aXZ44qAC5uHe.9tNg42xzgJWOrsg5AGtya7BdpFkLbm',0,0,'2017-04-26 04:17:47','0000-00-00 00:00:00','','{}','0000-00-00 00:00:00',0,'','',0),(1742,'Jamie Zeederberg','jaymills','jamie.zeederberg007@gmail.com','$2y$10$gcBJFXUeuvEhirgdXhvN5exxwQt/maPJrX/NxzmwYCyM1lxFlRZbq',0,0,'2017-05-03 12:07:01','0000-00-00 00:00:00','','{}','0000-00-00 00:00:00',0,'','',0),(1813,'chienovien','chienovien','zelttago@gmail.com','$2y$10$uIO3nowUaE3MRnE0qFeAHuJRReWOrLVG5DIJhSojmyPEFKhJmWwyy',0,0,'2017-05-07 21:38:26','2017-07-17 20:17:43','','{}','0000-00-00 00:00:00',0,'','',0),(1907,'Zintle','ZeeMbuqe96','mbuqezintle@gmail.com','$2y$10$dhLNy.OQwJQajhVDg9ax/eMjljE/M./qkNrMuDEvCXqFxMDRiFD/e',0,0,'2017-05-13 10:37:32','2017-05-13 10:50:21','','{}','0000-00-00 00:00:00',0,'','',0),(1976,'Danniel','darus','danielrutoga@gmail.com','$2y$10$6uETFEV0.uK3uXgwuMRike5zDgtXZpAx5GaZgsdhbEGWVHPZxfzca',0,0,'2017-05-18 15:34:03','0000-00-00 00:00:00','','{}','0000-00-00 00:00:00',0,'','',0),(2036,'Janescka','Janescka Blom','janescka.blom@gmail.com','$2y$10$7LxT3nQhLF/lRpGM6gsuruKuMg0XVq78Osr/lQhVIfVrLYmV4EOVS',0,0,'2017-05-23 10:25:52','2017-06-06 12:01:08','','{}','0000-00-00 00:00:00',0,'','',0),(2134,'Shanay','Shanay','shanayjacobs89@gmail.com','$2y$10$3O4wgaJRn0B/fyoTh9MFVuFtmqxDzzM/CI7EuvFLvni3lF/lMCbIy',0,0,'2017-06-01 07:41:08','2017-06-01 07:49:25','','{}','0000-00-00 00:00:00',0,'','',0),(2202,'Mavavto','Mavavto','mavavtoru@gmail.com','$2y$10$QFhCaY1I6zVuwnkLdUTPF.Vkg87P4nJzYerSWPsy7IsKprWXjeFvW',0,0,'2017-06-06 13:44:00','2018-08-23 04:41:07','','{}','0000-00-00 00:00:00',0,'','',0),(2279,'Jemma','Jems','jemmak96@gmail.com','$2y$10$F0IvyGwn79gq3J49tl3XaugrUhu3s6DaLJaZivmV/dyvsvtgEHsti',0,0,'2017-06-12 11:51:20','2017-06-12 11:54:00','','{}','0000-00-00 00:00:00',0,'','',0),(2294,'Daniel Nel','ActorDan','djfnel@gmail.com','$2y$10$8Ran37KW48iV1aOspSWEROLv7hCzA0OW2x18nTfg3U3ccGyu/5Swa',0,0,'2017-06-13 12:19:36','2017-06-13 12:20:14','','{}','0000-00-00 00:00:00',0,'','',0),(2316,'Desiree','DesireeM','deshing@live.com','$2y$10$i5slYcbGgsxuj/r.21FUEe.mL/AZCEBMr1yKQY2Uo5ep4.y8hcUYu',0,0,'2017-06-15 13:01:01','0000-00-00 00:00:00','','{}','0000-00-00 00:00:00',0,'','',0),(2525,'NJD Castings','nontobeko','jeffkisekka@aol.com','$2y$10$tklcmXqY.n7nCytZLBPojuf7nGidcg9SQTNiI3GdpmG4yj1qIFZ8K',0,0,'2017-06-28 15:07:55','2018-02-20 18:42:02','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}','2018-02-20 07:04:23',1,'','',0),(2534,'Peter Cambouris','petercambouris','cambourisfam@gmail.com','$2y$10$L.NCKHgnlK73fOByNuXcleQNDvnC6rNdIgto2ZW8.VF2MuoWf37YK',0,0,'2017-06-29 06:29:32','2017-06-30 06:14:18','','{}','0000-00-00 00:00:00',0,'','',0),(2536,'Babalwa','Babsie','lblupuwana@gmail.com','$2y$10$yCaGtQ8lD7IFraRw5q2/jOH0uWTSvvhrcCgoSV1PReRERrtWaY5Gu',0,0,'2017-06-29 10:19:24','2017-07-01 10:02:54','','{}','0000-00-00 00:00:00',0,'','',0),(2542,'Mshurov','Mshurov','mashurhov@progoner.com','$2y$10$gwnniX18zZijJUVZwL/TNefw9w.EOwhKxcO0.OKdz0awUoStU3x7G',0,0,'2017-06-29 18:23:02','2017-06-29 18:29:22','','{}','0000-00-00 00:00:00',0,'','',0),(2589,'Mbulaheni','Victor','ramaisha166@gmail.com','$2y$10$RgGGPo/8EztdEGrkp0EUkOiOEgu6bh7m5fv/Q3BlXnkcEAx6uOAQW',0,0,'2017-07-03 19:30:04','2017-07-03 19:31:34','','{}','0000-00-00 00:00:00',0,'','',0),(2661,'Jana','JanaG','grobbelaarweb@gmail.com','$2y$10$ON..bUcnE/ahMU0a6NASsOI6L7ehKLaoETUDeG9HF3U.uY1om4686',0,0,'2017-07-09 20:53:13','2017-07-27 21:10:16','','{}','0000-00-00 00:00:00',0,'','',0),(2663,'Denzil','Denzil','denzil.booysen73@gmail.com','$2y$10$r5rsfKYtmdjG0QM1Nn1tnuVOfXTP7tKmp3Nw0rzSV4kBX/N9gYySy',0,0,'2017-07-09 23:28:49','2017-07-09 23:42:36','','{}','0000-00-00 00:00:00',0,'','',0),(3000,'Landile','Sitshoto','sitshotolandile@gmail.com','$2y$10$cLR/I4FHVc8ns9t2cbv0NOfv.42YE8bCfLD3Qjtl1ig26jpdkr4Vq',0,0,'2017-07-21 11:03:57','2017-07-21 11:27:39','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0,'','',0),(3158,'Elaine','Lainief','elainefouche2008@gmail.com','$2y$10$9xmVBkBEU2zhWw2CIOOe0eeH3gQayole9UL03kYKUO0/kDJc1Eyze',0,0,'2017-07-24 11:01:08','2017-07-24 11:02:45','','{}','0000-00-00 00:00:00',0,'','',0),(3443,'JanetteCemKZ','JanetteCem','fashionguru@franz-marc.org','$2y$10$EUznQRO1BSDXjgvVqIQxFuVS44a9o0hNxfh6CxkC7nPlDKRP2X7Zq',0,0,'2017-07-29 07:11:03','2017-07-29 07:43:05','','{}','0000-00-00 00:00:00',0,'','',0),(3613,'Nolan','Noel1000','nolan.allnutt101@gmail.com','$2y$10$TALh89PYhaYFHgkK3iOgaunsEr7BqC8WbPQcFqyPOHQI1JnR4brfi',0,0,'2017-08-01 08:16:06','2017-08-02 08:09:57','','{}','0000-00-00 00:00:00',0,'','',0),(3714,'Thabisa','Thabisa','tabs.njwele@gmail.com','$2y$10$1ITVaHIzCQHiY4UYZVFAKeGHs3UgUbSKgd.GpQP1MQ5VT9xWZlzvO',0,0,'2017-08-02 18:42:43','2017-08-06 10:27:36','','{}','0000-00-00 00:00:00',0,'','',0),(3952,'Mpho','Mpho','Mpho.sepheka@gmail.com','$2y$10$8Q3FI1HaSAC2haAP0Fdp1.Sh17R1Woqg7LsTQaFnAY6qbohsX6iSS',0,0,'2017-08-06 21:34:16','2017-08-12 18:40:05','','{}','0000-00-00 00:00:00',0,'','',0),(4059,'Bonita','bonitabnjmn@gmail.com','bonitabnjmn@gmail.com','$2y$10$UQlbdKdRV6MPJfei9Khm9..0UJlWZYChYbfkpk6NACrsnZR3oS2im',0,0,'2017-08-08 19:37:38','2017-08-08 19:44:28','','{}','0000-00-00 00:00:00',0,'','',0),(4481,'Touch Down Modelling','touchdown','qstworkstation@gmail.com','$2y$10$V1ZJ30dUD3J9SWX6ve/KoO3bDCn5CFjWtjVxyAnXidEnBn3axKLty',0,0,'2017-08-16 12:46:35','2017-08-17 06:30:59','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0,'','',0),(5255,'One Shot Extras','oneshot','extrasoneshot@gmail.com','$2y$10$jQI8I84NM5pMYecn3PPs2ONrv3a0nUXV5m3OUgVvV/1kVfX8P.vNi',0,0,'2017-11-16 10:19:55','2017-11-16 13:14:24','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0,'','',0),(5256,'Peter','petertest','peter@insidesa.co.za','$2y$10$6lDHAgLpvDzGBFuyjZkzNuHOhuVBp.gz1qqQhzhhc.nIpXkPyjhie',0,1,'2018-01-04 13:55:06','0000-00-00 00:00:00','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0,'','',0),(5257,'Candidate Casting','candidate-casting','casting@thecandidate.co.za','$2y$10$LBjr1eN5cr9GgH.1R6MNA.HeD5/zFwfPbcYd18HLDGEFgicarrkpe',0,0,'2018-06-27 12:12:54','2019-05-06 06:21:37','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0,'','',0),(5258,'Kuze Kuse Production','kuzekuse','info@kuzekuseproduction.com','$2y$10$jXJ/mSMVWi5ZzlsJmHr63.Pv8sEOz.QYTuitxK0u2AytgR3BQ/b82',0,0,'2018-06-27 12:35:24','2018-08-06 13:58:31','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0,'','',0),(5259,'Xtyle Fitness','xtylehelena','helena@xtyle.co.za','$2y$10$RKrx7PCEKtiSJFQsZHKSIexN912SN3MbwF01DK0wvhKdhL2alnQBK',0,0,'2018-07-04 10:15:01','2018-07-04 15:36:32','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0,'','',0),(5260,'Unique Select','uniqueselect','uniqueselect2016@gmail.com','$2y$10$P8gUF1NGfpakp6mJB5Q8rObkhpWJCeRmY6Hxsargb.Xf1Qw9Zx8Ca',0,0,'2018-09-13 14:21:13','2018-09-13 18:42:13','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0,'','',1),(5261,'Matte Grey','mattegreyadmin','director1@mattegreymodels.co.za','$2y$10$2CllacKWCqa1fKO/mfpCg.svx7.QN9rID9SqGed.faZUklxpDK6BG',0,0,'2018-10-30 16:15:17','2018-11-10 11:13:57','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0,'','',0),(5262,'Hubba Hubba Talent','hubbadmin','roxy@thehubbagroup.co.za','$2y$10$ccAvlLUBkkIXNj5.MlhOBuZgWVK9yj9mpDrgKSEmVpcgHpZswSyzq',0,0,'2019-11-05 11:46:46','2019-11-05 13:38:46','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0,'','',0),(5263,'Simlee Modelling & Casting','simleeadmin','info@simleeagency.co.za','$2y$10$1go/ybutyLH40uAVCAnlCuP/duOtBaHe/yXiWNVp5.ao1ewh6SV1S',0,0,'2019-11-05 12:08:22','2019-11-11 04:19:55','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0,'','',0),(5264,'Dikukama Holdings','dikuadmin','egubaza@gmail.com','$2y$10$hpNrWOZwkqccoaA0gN/hwewi4PZ6JRH6SBFts3qv2r.mQUGhv/JOW',0,0,'2019-11-05 12:33:24','0000-00-00 00:00:00','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0,'','',1),(5265,'Valuta Entertainment','valutaadmin','valuta@valutaentertainment.com','$2y$10$wiDBTxaXRoHi3t0DoLAjQO2HV4iS.erTx/tpGj0YItyHenOE.Qj/W',0,0,'2019-12-03 07:52:34','0000-00-00 00:00:00','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0,'','',1);
/*!40000 ALTER TABLE `jos7e_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_utf8_conversion`
--
DROP TABLE IF EXISTS `jos7e_utf8_conversion`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_utf8_conversion` (
`converted` tinyint(4) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_utf8_conversion`
--
LOCK TABLES `jos7e_utf8_conversion` WRITE;
/*!40000 ALTER TABLE `jos7e_utf8_conversion` DISABLE KEYS */;
INSERT INTO `jos7e_utf8_conversion` VALUES (2);
/*!40000 ALTER TABLE `jos7e_utf8_conversion` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_viewlevels`
--
DROP TABLE IF EXISTS `jos7e_viewlevels`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_viewlevels` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
`title` varchar(100) NOT NULL DEFAULT '',
`ordering` int(11) NOT NULL DEFAULT 0,
`rules` varchar(5120) NOT NULL COMMENT 'JSON encoded access control.',
PRIMARY KEY (`id`),
UNIQUE KEY `idx_assetgroup_title_lookup` (`title`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_viewlevels`
--
LOCK TABLES `jos7e_viewlevels` WRITE;
/*!40000 ALTER TABLE `jos7e_viewlevels` DISABLE KEYS */;
INSERT INTO `jos7e_viewlevels` VALUES (1,'Public',0,'[1]'),(2,'Registered',2,'[2]'),(3,'Special',3,'[6,3,8]'),(5,'Guest',1,'[9]'),(6,'Super Users',4,'[4,8]'),(7,'Individual',0,'[10,8]');
/*!40000 ALTER TABLE `jos7e_viewlevels` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos7e_wf_profiles`
--
DROP TABLE IF EXISTS `jos7e_wf_profiles`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jos7e_wf_profiles` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`description` text NOT NULL,
`users` text NOT NULL,
`types` text NOT NULL,
`components` text NOT NULL,
`area` tinyint(3) NOT NULL,
`device` varchar(255) NOT NULL,
`rows` text NOT NULL,
`plugins` text NOT NULL,
`published` tinyint(3) NOT NULL,
`ordering` int(11) NOT NULL,
`checked_out` tinyint(3) NOT NULL,
`checked_out_time` datetime NOT NULL,
`params` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos7e_wf_profiles`
--
LOCK TABLES `jos7e_wf_profiles` WRITE;
/*!40000 ALTER TABLE `jos7e_wf_profiles` DISABLE KEYS */;
INSERT INTO `jos7e_wf_profiles` VALUES (1,'Default','Default Profile for all users','','3,4,5,6,8,7','',0,'desktop,tablet,phone','help,newdocument,undo,redo,spacer,bold,italic,underline,strikethrough,justifyfull,justifycenter,justifyleft,justifyright,spacer,blockquote,formatselect,styleselect,removeformat,cleanup;fontselect,fontsizeselect,forecolor,backcolor,spacer,clipboard,indent,outdent,lists,sub,sup,textcase,charmap,hr;directionality,fullscreen,preview,source,print,searchreplace,spacer,table;visualaid,visualchars,visualblocks,nonbreaking,style,xhtmlxtras,anchor,unlink,link,imgmanager,spellchecker,article','charmap,contextmenu,browser,inlinepopups,media,help,clipboard,searchreplace,directionality,fullscreen,preview,source,table,textcase,print,style,nonbreaking,visualchars,visualblocks,xhtmlxtras,imgmanager,anchor,link,spellchecker,article,lists,formatselect,styleselect,fontselect,fontsizeselect,fontcolor,hr',1,1,0,'0000-00-00 00:00:00',''),(2,'Front End','Sample Front-end Profile','','3,4,5','',1,'desktop,tablet,phone','help,newdocument,undo,redo,spacer,bold,italic,underline,strikethrough,justifyfull,justifycenter,justifyleft,justifyright,spacer,formatselect,styleselect;clipboard,searchreplace,indent,outdent,lists,cleanup,charmap,removeformat,hr,sub,sup,textcase,nonbreaking,visualchars,visualblocks;fullscreen,preview,print,visualaid,style,xhtmlxtras,anchor,unlink,link,imgmanager,spellchecker,article','charmap,contextmenu,inlinepopups,help,clipboard,searchreplace,fullscreen,preview,print,style,textcase,nonbreaking,visualchars,visualblocks,xhtmlxtras,imgmanager,anchor,link,spellchecker,article,lists,formatselect,styleselect,hr',0,2,0,'0000-00-00 00:00:00',''),(3,'Blogger','Simple Blogging Profile','','3,4,5,6,8,7','',0,'desktop,tablet,phone','bold,italic,strikethrough,lists,blockquote,spacer,justifyleft,justifycenter,justifyright,spacer,link,unlink,imgmanager,article,spellchecker,fullscreen,kitchensink;formatselect,styleselect,underline,justifyfull,clipboard,removeformat,charmap,indent,outdent,undo,redo,help','link,imgmanager,article,spellchecker,fullscreen,kitchensink,clipboard,contextmenu,inlinepopups,lists,formatselect,styleselect',0,3,0,'0000-00-00 00:00:00','{\"editor\":{\"toggle\":\"0\"}}'),(4,'Mobile','Sample Mobile Profile','','3,4,5,6,8,7','',0,'tablet,phone','undo,redo,spacer,bold,italic,underline,formatselect,spacer,justifyleft,justifycenter,justifyfull,justifyright,spacer,fullscreen,kitchensink;styleselect,lists,spellchecker,article,link,unlink','fullscreen,kitchensink,spellchecker,article,link,inlinepopups,lists,formatselect,styleselect',0,4,0,'0000-00-00 00:00:00','{\"editor\":{\"toolbar_theme\":\"mobile\",\"resizing\":\"0\",\"resize_horizontal\":\"0\",\"resizing_use_cookie\":\"0\",\"toggle\":\"0\",\"links\":{\"popups\":{\"default\":\"\",\"jcemediabox\":{\"enable\":\"0\"},\"window\":{\"enable\":\"0\"}}}}}');
/*!40000 ALTER TABLE `jos7e_wf_profiles` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2025-10-19 21:58:12